Error: 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 i.sort_order, LCASE(id.title) ASC' at line 7
Error No: 1064
SELECT * FROM information i
LEFT JOIN information_description id ON (i.information_id = id.information_id)
LEFT JOIN information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE id.language_id = '2'
AND i2s.store_id = '0'
AND i.status = '1'
AND i.information_id NOT IN ()
ORDER BY i.sort_order, LCASE(id.title) ASC