79513847

Date: 2025-03-17 07:27:12
Score: 1.5
Natty:
Report link

You can write this query but this query adds total count in every raw.

select 'fields', COUNT(*) OVER() as total_count
from table_name where conditions limit 10;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hasan Kuray