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 'm%a%Believer%' OR Request.name LIKE '%I'm%a%Believer%'
OR Request.anime LIK' at line 2


Original SQL:
SELECT COUNT(*) FROM Request WHERE `status` = 'Pending'  AND (
	Request.song   LIKE '%I'm%a%Believer%' OR
	Request.name   LIKE '%I'm%a%Believer%' OR
	Request.anime  LIKE '%I'm%a%Believer%' OR
	Request.artist LIKE '%I'm%a%Believer%' OR
	Request.type   LIKE '%I'm%a%Believer%'
)