Given the following file (that I have no control over):
I want to be able to select the last row. I tried doing an ORDER BY the date column; however, as you can see there may be multiple date columns.
Without an ID field, how can I select the last column that physically exists in the file?
I've spent a while googling everything points to sorting by a column.