I need to find records containing html code such as \' \' But when I try to run the select * from table_name where column like \' %\' I got p
select * from table_name where column like \' %\'
The backslash should work, but I think you need to start your query with
SET ESCAPE ON