I'm having trouble returning records that match a specific date.
I have a datetime(8) field called myDate with the following data: 5/7/2003 8:00:00 AM
Now if I try to query all records that match the date it doesn't return any matches.
SELECT * FROM myTable
WHERE myDate = '5/7/2003'
I must be overlooking something really simple.
Thanks,
Dave
I have a datetime(8) field called myDate with the following data: 5/7/2003 8:00:00 AM
Now if I try to query all records that match the date it doesn't return any matches.
SELECT * FROM myTable
WHERE myDate = '5/7/2003'
I must be overlooking something really simple.
Thanks,
Dave