C
colmkav
Hi,
how can I write an SQL query to test whether the date is today? Ie
what is the function I need to use?
eg select * from mytbl where fldDATE = now()
but obviously now isnt the correct function.
Colm
how can I write an SQL query to test whether the date is today? Ie
what is the function I need to use?
eg select * from mytbl where fldDATE = now()
but obviously now isnt the correct function.
Colm