I have a table like:
id Description date
01 used by st1 2018-11-10 10:10:11
02 used by st6 2018-10-10 09:10:11
01 used by st1 2017-10-10 09:10:11
01 used by st3 2017-10-08 09:10:11
..
I need to select the rows with the latest inserted ids ignoring any other occurrence of a row with the same id. Is there a way to do this?