Viewing 2 posts - 1 through 3 (of 3 total)
Thanks everyone.
I tried converting nvarchar column to varhar and then applied search condition. and it worked!:-)
March 25, 2014 at 2:15 am
#1699746
its something like ?
Query that I used is
select * from Customer where CustomerName like '%?%'
March 21, 2014 at 4:25 am
#1699014