A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
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 '-25, 25' at line 1

select u.*, c.*, p.* from users as u LEFT JOIN contacts as c ON u.contact_id = c.contact_id LEFT JOIN profiles as p ON u.profile_id = p.profile_id WHERE (c.contact_last_name LIKE 'x%' OR u.user_last_name LIKE 'x%') and u.order_trigger = '0' order by u.level_id DESC limit -25, 25

[TEP STOP]