SQL: Database error : SELECT COUNT( DISTINCT v.video_id) as count
FROM video as v
LEFT JOIN video_tag as t ON t.video_id=v.video_id AND t.tag LIKE 'Chris'%'
WHERE v.status='NORMAL'
AND t.tag_id IS NOT NULL
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 v.status='NORMAL'
AND' at line 3