S
Sergey Bogdanov
Hello,
is there any "lightweight" solutions to compare date/time with certain date.
For example the folowing comparision is true -- 2003-10-10 23:00:00 and
2003-10-10
I've tried to code the folowing but it doesn't work
SELECT t.dates, *
FROM t
WHERE Date(t.dates)=#2003-10-10#
thnx,
Sergey
is there any "lightweight" solutions to compare date/time with certain date.
For example the folowing comparision is true -- 2003-10-10 23:00:00 and
2003-10-10
I've tried to code the folowing but it doesn't work
SELECT t.dates, *
FROM t
WHERE Date(t.dates)=#2003-10-10#
thnx,
Sergey