I'm trying to get the difference between minimal and maximal date-time rows My naive attempt, which returns 0 was:
SELECT strftime( max(test_date)) - strftime( min(test_date)) FROM [t_score]
The date-time format is: 2015-54-07 13:11:56
2015-54-07 13:11:56
Aucun commentaire:
Enregistrer un commentaire