Every record in my SQLite
database contains a field which contains a Date
stored as a string
in the format 'yyyy-MM-dd HH:mm:ss'
.
Is it possible to query the database to get the record which contains the most recent date please?
See Question&Answers more detail:os