Optimized way to calculate the total across pages in Postgres
I want to write a query in Postgres where I need to calculate the total of a numeric field.
Example- Table Students
I want to write a query in Postgres where I need to calculate the total of a numeric field.
Example- Table Students