SQL: SELECT a.uid,a.exp,b.username FROM [Table]11rpfarm_nc a LEFT JOIN [Table]members b USING(uid) WHERE a.uid=b.uid and a.exp>0 ORDER BY a.exp DESC limit 0,
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 '' at line 1
Errno.: 1064
Similar error report has been dispatched to administrator before.