tempo1
Programmer
- Feb 20, 2007
- 118
Hi evryone,
I'd like to retrieve all the rows from my table in which the "date time" data type column ("mydatetime") is smaller then 05/03/2007 for example.
i wrote:
and recieved nothing.
I should get few thousends rows though.
Can anyone show me how to write that correctly ?
Thanks
I'd like to retrieve all the rows from my table in which the "date time" data type column ("mydatetime") is smaller then 05/03/2007 for example.
i wrote:
Code:
select *
from
mytable
where mydatetime<=05/03/2007
I should get few thousends rows though.
Can anyone show me how to write that correctly ?
Thanks