How to Get First Row Per Group in PostgreSQL July 6, 2020July 6, 2020 Sreeram Sreenivasan PostgreSQL Sometimes you may need to get first record per group in PostgreSQL. Here’s how to get first row per group in PostgreSQL. Continue reading