SQL:SELECT gallery.id as id, gallery_lang.name as name FROM `gallery` LEFT JOIN gallery_lang ON gallery.id=gallery_lang.id_gallery WHERE gallery.id IN () AND gallery_lang.lang='pl' ORDER BY gallery.position ASC
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 ') AND gallery_lang.lang='pl' ORDER BY gallery.position ASC' at line 1