I have a table in which a new record is added about once a second. The ID is missing from the table. The "Time" column shows the time in milliseconds, which is reset at the end of the day.
The "Date" column contains a date in the day-month-year format. What should I write in an SQL query to get the last added record every 1-2 seconds?
