Question
SQLite Time Select?
First time using SQLite in AIR and having trouble with a select. I have a TEXT type field with a time stamp in it - with the form yyyy-mm-dd hh:mm:ss
I need to select all records within the last hour.
Found some selects that work with MySQL, but haven't gotten anything to work with SQLite thus far.