Query Error SELECT id,name,alias
FROM fs_tags
WHERE id IN ( ,4,5, )
AND published = 1
ORDER BY ordering ASC , id DESC
LIMIT 15
Array
(
[0] => 42000
[1] => 1064
[2] => You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4,5, )
AND published = 1
ORDER BY ordering ASC , id DESC
LIMIT 15' at line 3
)