|
|
|
|
SQLCE profs please help !!!!
I have a table 'test' with a column 'testdate' as nvarchar(50).
The data this table are datetime values:
10-01-2005
11-01-2005
etc
I want to search records in this table, like they are datetime formats, no
string formats (i known, i had to make the 'testdate' column a 'datetime')
so expressions like: < 10-01-2005
this query doesnt work:
select * from test where convert(datetime,testdate,103) < '11-01-2004'
any suggestions?????
you can email me at: krikkew(removethis)@viadata.nl
| |