i need a help n query
"totalexp" is a nvarchar field ... in a table and i need to select like below
select EmpId,FirstName,totalexp from sample where totalexp > '6'
empid firstname totalexp
1 Me 8.2
5 as 6
10 567 64 mon
11 leader 6+ yrs
12 admintest 6.3
16 G 6
i have values like 11, 12, 21 and all its not displaying those things