SQLSTATE[42000]: Syntax error or access violation: 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 '` DESC limit 0, 5' at line 1
Raw SQL : SELECT a.A_countrycode, a.A_id, a.A_country
FROM AOG_members a INNER JOIN AOG_online b ON a.A_id = b.A_mid ORDER BY b.A_time` DESC limit 0, 5
Raw SQL : SELECT a.A_countrycode, a.A_id, a.A_country
FROM AOG_members a INNER JOIN AOG_online b ON a.A_id = b.A_mid ORDER BY b.A_time` DESC limit 0, 5
Comment