Hi,
How can retrieve numeric value from the nvarchar data type.
contractno. (field nvarchar)
-------------------------
000
001
00a
050
02d
78b
090c
305d
659f
and so on....
select * from contract where contractno between '01' and '100'
above query retrieve three digit records between 01 to 100
I want to retrieve record between 1 to 100
if I want to retrieve records between a to z what query will use ?
what query will use in above two condition, please help.
I am using sql server with asp.
Mateen
[email protected]