SQLSTATE[42000]: Syntax error or access violation: 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 '(partition by `ec_product_categories`.`parent_id` order by `order` asc) as `lara' at line 1 (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: market, SQL: select * from (select *, row_number() over (partition by `ec_product_categories`.`parent_id` order by `order` asc) as `laravel_row` from `ec_product_categories` where not `id` is null and `status` = published and `ec_product_categories`.`parent_id` in (1)) as `laravel_table` where `laravel_row` <= 3 order by `laravel_row`)