On Tue, 25 Mar 2008 11:09:55 -0400, "Derrell Lipman" <[EMAIL PROTECTED]> wrote: >http://www.sqlite.org/cvstrac/wiki?p=DateAndTimeFunctions
Thanks guys. For those interested, here's a way to do it:
$sql = "SELECT * FROM calls ";
$sql .= "WHERE (julianday('now') - julianday(calls_date)) < 15";
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

