Wystąpił błąd krytyczny // Critical error occuredDB Error: syntax error
select blog.category_id, blog.order, blog.pic_01, blog_multilang.* from blog, blog_multilang where blog_multilang.blog_id = blog.id and blog_multilang.language_id = '1' and blog.category_id = '1' and blog_multilang.status = '2' order by blog.`order` desc limit -3, 3 [nativecode=1064 ** 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 '-3, 3' at line 1]