Hi, This is probably a basic SQL question, but I could not make it work under sqlite. How do I select records for which a datetime column is less than today - 30 days? I tried
SELECT * FROM ticket WHERE time < DATETIME('now','-30 days');
but it does not give the intended results.
Thanks,
Miklos
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

