Reputation: 603
I have a database table containing a column called timestamp
, which stores the system time for each of the rows inserted.
How do I select the row with the latest timestamp, i.e. the row that was inserted last?
Upvotes: 1
Views: 350