• [db.WindSqlStatement.execute] 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 'ORDER BY play_time DESC LIMIT 0,3' at line 1SQL:select s.sno as sid,s.name as sname,g.name as gname,g.host from (pw_yxwg_play as p left join pw_yxwg_game as g ON p.gid = g.gid) LEFT JOIN pw_yxwg_server as s ON p.sid = s.sno and s.gid = g.gid WHERE p.uid = 0 and p.gid = ORDER BY play_time DESC LIMIT 0,3

返回顶部