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 '-20, 20' at line 1

Select r.*, s.name as street_name, c.name as city_name From restarans as r left join streets as s on r.id_street=s.id_street left join cities as c on r.id_city=c.id_city Where r.status=1 and r.type=1 Order by r.name desc Limit -20, 20