C
cj
I have a sql db table with a field of type DATETIME.
I want to do something like this:
select * from calls where timestamp > date("6/7/2007 7:00")
problem is date only works with a date with out the time. How can I get
the time in?
I want to do something like this:
select * from calls where timestamp > date("6/7/2007 7:00")
problem is date only works with a date with out the time. How can I get
the time in?