Nathan Robinsonblog.robinhart.me·May 11, 2024Introduction to PostgreSQL Aggregate FunctionsAggregation is a really helpful tool in the SQL arsenal, and it enables us to ask slightly more sophisticated questions of our data than we would be able to otherwise. This is a slightly more advanced topic, so be sure to brush up on basic SQL syntax...PostgreSQL