Ciao, ho due campi data ora in un db SQLite, questi due campi sono in formato stringa uno è starttime l'altro stoptime e contengono il formato stringa yyyy-mm-dd hh:nn:ss.
La query è
Select * from tabella where starttime >= '1070-01-01 10:30:00' and stoptime <= '1970-01-01 12:30:00'
I dati nella tabella ovvio che ci sono però non mi restituisce nulla c'è qualcosa di sbagliato?
Mi aspetterei che restituisse l'intervallo compreso tra le ore
La query è
Select * from tabella where starttime >= '1070-01-01 10:30:00' and stoptime <= '1970-01-01 12:30:00'
I dati nella tabella ovvio che ci sono però non mi restituisce nulla c'è qualcosa di sbagliato?
Mi aspetterei che restituisse l'intervallo compreso tra le ore