I am looking to grab the first row (ordered by date
descending) from a table, and then grab the rest of the rows (ordered by last_name
ascending). I'm assuming I need to use a UNION statement for this, but I'm having trouble getting it to work.
Thanks in advance