3
Reply

How to find value from comma seperate

imran azam

imran azam

Apr 6 2016 12:11 AM
330

Hi I am wondering how to write an SQL statement for SQL Server 2008 that Selects entry's where a column contains a value, now the value within the column is a comma delimited list (usually - there could only be one entry (and no leading comma)) for instance:

Column1

10-15,20-30,31-97,104-187

in this case i want to find 25.


Answers (3)