Query: SELECT COUNT(*) AS total_related FROM video AS v INNER JOIN video_category AS c ON (c.video_id = v.video_id AND c.cat_id IN ()) WHERE MATCH (v.title) AGAINST ('Ejason21 Throwbacks') AND v.status = 1
Error Message: 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 ')) WHERE MATCH (v.title) AGAINST ('Ejason21 Throwbacks') ' at line 3
Error Number: 1064