A Database Error Occurred

Error Number: 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 '-10, 10' at line 1

Select u.*, c.name From users as u left join cities as c on c.id_city = u.id_city Where u.status<>0 and u.status_access>0 and u.status_access=2 Order by added desc Limit -10, 10