1064 - 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 ')
ORDER BY c.libelle ASC' at line 3
SELECT DISTINCT(c.id), c.libelle, c.nouveaute
FROM collections c
WHERE c.id IN ()
ORDER BY c.libelle ASC