SELECT *
				FROM gg_users
				INNER JOIN gg_users_rships
				ON ur_child = user_id
				AND ur_parent = 12663
				 WHERE (user_approved = 1 OR user_expire_date >= '2008-09-06') LIMIT -40,40

DB Error: syntax error
[nativecode=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 '-40,40' at line 6]