I have a comma separated values for each row in table. Suppose in test table
Value
1,5,12
2,4,15
5,2,6
I would like to find records with value =5 Using normal ms sql, I had used like operator which gave me all the 3 records. Could you please help if can it be possible with regular expression.