Blog
PostgreSQL – Selecting the Newest Records
One of the things that I often had a difficult time with was finding a way to select the newest records from a table that had one or more columns to group by and then one column to order by. Let’s use the following table as an example: Version Name Read more…