Hi,
I've got to try to get a record by it's date/time stamp.
The datetime field contains "27/12/2001 12:00:30" (without the quotes!)
What is the correct syntax of my sql statement to return it, for example:-
SELECT * FROM TABLE1 WHERE [Date Time] = '27/10/2001 12:00:30'
As the above fails to work!!!!
Thanks in advance for any/all help given.
Ogi.
I've got to try to get a record by it's date/time stamp.
The datetime field contains "27/12/2001 12:00:30" (without the quotes!)
What is the correct syntax of my sql statement to return it, for example:-
SELECT * FROM TABLE1 WHERE [Date Time] = '27/10/2001 12:00:30'
As the above fails to work!!!!
Thanks in advance for any/all help given.
Ogi.