INSERT INTO table (title) VALUES(123)

INSERT INTO table (title) VALUES('123')

SELECT id FROM table WHERE column LIKE '%20!% raise%' ESCAPE '!'