Query:SELECT id, id_sub, showName, id_name, DATE_FORMAT(TimeStamp,'%d-%m-%Y')as TimeStampFormat FROM pictures_category WHERE isActive=1 AND id_sub = ORDER BY `order` ASC LIMIT 0,100000
Mysql 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 `order` ASC LIMIT 0,100000' at line 1
Query:SELECT SC.id as SCid, S.id, S.picture, S.showName, S.author, S.category_id, S.price, S.texts, S.isVisible, S.altContent , S.points, DATE_FORMAT(S.TimeStamp,'%d-%m-%Y')as TimeStampFormat, SC.showName as SCshowName, SC.id_sub, SC.Id_name FROM pictures S LEFT JOIN pictures_category SC ON (S.category_id = SC.id) WHERE S.isVisible=1 AND SC.id = ORDER BY S.id DESC LIMIT 0,100000
Mysql 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 S.id DESC LIMIT 0,100000' at line 1
Složka neobsahuje žádné obrázky