🏷️

postgres

1 article tagged with "postgres"

Tech Feeds

programming

SQL Aggregations Finally Made Sense: GROUP BY, HAVING, MIN, MAX, AVG

Today was one of those SQL days where things look simple… until you actually write the query. I focused on GROUP BY, HAVING, and the basic aggregate functions: MIN, MAX, and AVG. These are things I’ve...