ERROR/HATA: 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 ') OR (year = AND month > ) OR (year = AND month = AND volume > ) OR (year = ' at line 1
CMD: SELECT id, CONCAT(year, LPAD(month, 2, '0'), LPAD(volume, 3, '0'), LPAD(number, 4, '0')) AS x FROM main WHERE code='' AND ((year > ) OR (year = AND month > ) OR (year = AND month = AND volume > ) OR (year = AND month = AND volume = AND number > )) AND id < 1000 ORDER BY x ERROR/HATA: 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 ') OR (year = AND month < ) OR (year = AND month = AND volume < ) OR (year = ' at line 1
CMD: SELECT id, CONCAT(year, LPAD(month, 2, '0'), LPAD(volume, 3, '0'), LPAD(number, 4, '0')) AS x FROM main WHERE code='' AND ((year < ) OR (year = AND month < ) OR (year = AND month = AND volume < ) OR (year = AND month = AND volume = AND number < )) AND id < 1000 ORDER BY x DESC ERROR/HATA: 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 pages' at line 1
CMD: SELECT id, title, authors, pages, summary, title_en, summary_en, category, full_text, pdf, keywords, editor_mail, language, doi, keywords_en, supplement FROM articles WHERE journalid= ORDER BY pages ERROR/HATA: 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 'AND articleid = 0 AND date = 20240328 AND type = 0' at line 1
CMD: SELECT COUNT(*) FROM stats WHERE journalid = AND articleid = 0 AND date = 20240328 AND type = 0 ERROR/HATA: 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 ' 0, 20240328, 0)' at line 1
CMD: INSERT INTO stats (journalid, articleid, date, type) VALUES (, 0, 20240328, 0) ERROR/HATA: 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 'AND articleid = 0 AND date = 20240328 AND type = 0' at line 1
CMD: UPDATE stats SET count = count + 1 WHERE journalid = AND articleid = 0 AND date = 20240328 AND type = 0