Can't execute query

select p.*,a.artist_name,pm.medium_name,ps.style_name from iris_painting p, iris_artist a, iris_painting_medium pm, iris_painting_style ps, iris_best_collection b where b.painting_id=p.painting_id and p.artist_id=a.artist_id and p.is_deleted=0 and p.painting_medium=pm.medium_id and p.painting_style=ps.style_id LIMIT -8,8

MySQL Error: 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 '-8,8' at line 1

This script cannot continue, terminating.

Iris Art gallery
Advence Search