Hello In MySQL, I used the following to only get calls received in the last two weeks:
WHERE calls_date > DATE_SUB(CURRENT_DATE, INTERVAL 15 DAY)
Is there an equivalent in SQLite, or should I perform this test in
PHP?
Thank you.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

