SELECT * FROM SHOPproducts WHERE ProductName LIKE '%the%'AND ProductName LIKE '%world's%'AND ProductName LIKE '%best%'AND ProductName LIKE '%dog%'AND ProductName LIKE '%eats%'AND ProductName LIKE '%here%' ORDER BY TotalViewCount DESC LIMIT 56
Invalid query: 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%'AND ProductName LIKE '%best%'AND ProductName LIKE '%dog%'AND ProductName LIKE' at line 1