Error accured: query 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 '' at line 7 query: SELECT
count(article_id)
FROM
articles
WHERE
lang="az"
AND section_id=
Error accured: query 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
article_date_dtm DESC
LIMIT
0,24' at line 11 query: SELECT
article_id,
title,
title_red,
article_date_dtm
FROM
articles
WHERE
lang="az"
AND section_id=
ORDER BY
article_date_dtm DESC
LIMIT
0,24