1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-20, 20' at line 1

SELECT *, (price_ct*carat) AS total_price FROM diamonds WHERE owner like 'IDJ%' AND status=1 order by cut LIMIT -20, 20

[TEP STOP]