|
SELECT count(*) FROM art a WHERE a.folder_id IN (): 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 ')' at line 1SELECT a.* FROM art a WHERE a.folder_id IN () ORDER BY a.id DESC LIMIT 24 OFFSET 0: 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 a.id DESC LIMIT 24 OFFSET 0' at line 1
|