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…
Not particulary elegant but this get’s the job done.
edit
follow up on your comment: this works in SQL Server 2005.