Search by nvarchar

Posted by ziks on Stack Overflow See other posts from Stack Overflow or by ziks
Published on 2010-04-26T11:37:21Z Indexed on 2010/04/26 11:53 UTC
Read the original article Hit count: 173

Filed under:
|

Hi all. I have this problem. In table I have column which is nvarcar type. and row in this column is row1= 1;6 row2 = 12 row3 =6;5;67 etc... I try to search this column. for example when i send 1 i try to get only row1. I use LIKE but in result set I get row1 and row2.

How can I achieved this, any help is appreciated. Tnx...

© Stack Overflow or respective owner

Related posts about tsql

Related posts about sql-server