Changing to iso 1806 style dates cuz who needs anything else amiright?
DISTINCT ON
with ORDER BY
acts acts like window functions with ranking/row_number. https://www.youtube.com/watch?v=XuGxGP8quMQ
-- Set the variable "query" to the contents of the sql file
\set query `cat my_rad_query.sql`