Tag Archives: select

SQLite: Calculate difference between datetime fields

If you want to easily get elapsed time between datetime fields in SQLite you may want to take a look at following snippet: Table some_table contains 2 columns named start and finish both datetime type. Result will contain value in … Continue reading

Posted in actionscript, flash, SQLite3 (in AIR) | Tagged , , , , , | 1 Comment