Viewing 2 posts - 1 through 2 (of 2 total)
SQL 2008 added the date data type, which should accomplish what you are trying to do.
SELECT *
FROM MESSAGE
WHERE ((ID_STUDENT = 10969)
OR (ID_STUDENT =...
September 23, 2009 at 9:14 am
#1057586
I didn't have any problem with it. What kind of issues are you running into?
June 13, 2008 at 9:23 am
#828614