Hello,
I have this select>
select * from table where col between 1.7.2004 and 31.7.2004
col is nvarchar and data in this column is in format dd.mm.yyyy
I would like select records from 1.7.2004 (dd.mm.yyyy) to 31.7.2004(dd.mm.yyyy), when col is nvarchar.
thanks zdenek