Selects the records where the column contains a pattern like...

SELECT column_1 FROM [table] WHERE column_1 LIKE '%' + pattern + '%'