Aggregate Functions in Postgres on ObjectRocket
Introduction When you’re querying your PostgreSQL database, using aggregate functions can help you group your result set in more meaningful ways. With the help of functions like SUM(), COUNT() and AVG(), you can gain better insights into your data. In this article, we’ll take a closer look at these functions and show you how to … Continued