I have some cells in an SQL table that contain UserID's that are seperated by semicolons. I need to search for any records that have a given UserID in a column.

What command would i give to search for the "1081" in lines 1,2,6,8,9,10, and 12?
I have some cells in an SQL table that contain UserID's that are seperated by semicolons. I need to search for any records that have a given UserID in a column.