I am trying to fetch the most recent record from my DB. The table looks like the below.
Ticket_id| date| comments
EWU-752-84170| 4/10/2015 13:26|bla
HCX-943-86125| 4/10/2015 13:39| ola
IKW-626-96314| 4/10/2015 13:42| jkj
EWU-752-84170| 4/10/2015 13:28| blo
EWU-752-84170| 4/10/2015 13:37| ala
HCX-943-86125| 4/10/2015 15:11| kbdkj
EWU-752-84170| 4/10/2015 13:43| cla
and the output should send the most recent records as below.
Ticket_id| date| comments
EWU-752-84170| 4/10/2015 13:43| cla
HCX-943-86125| 4/10/2015 15:11| kbdkj
IKW-626-96314| 4/10/2015 13:42| jkj