Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'S%' ORDER BY c.id DESC' at line 5 ---- SELECT c.* , ct.type_name, ct.type_url, ct.view_url FROM content c INNER JOIN content_types cts ON cts.content_id = c.id INNER JOIN content_type ct ON ct.id = cts.content_type_id WHERE c.body like '%WHAT'S%' ORDER BY c.id DESC