SQLite Order By Date1530019888000

you can do it like this

SELECT * FROM Table ORDER BY date(dateColumn) DESC Limit 1

Leave a Comment