SELECT * FROM tag FORCE INDEX (video_id) WHERE tag.video_id IN () ORDER BY tag.tag_id ASC
Ошибка: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 ') ORDER BY tag.tag_id ASC' at line 1
SELECT * FROM tag FORCE INDEX (video_id) WHERE tag.video_id IN () ORDER BY tag.tag_id ASC