π PostgreSQL β Aggregating and Grouping
So far in this course, every query weβve written has done one simple thing:
π It fetched rows exactly as they exist in the database.
For example:
SELECT * FROM users;
This simply returns all rows.
B
innosufiyan.hashnode.dev4 min read