PlayerPoints icon indicating copy to clipboard operation
PlayerPoints copied to clipboard

SQL Expression Error of GET_PLAYERS

Open q178666380 opened this issue 9 years ago • 0 comments

source code protected String GET_PLAYERS = "SELECT %s FROM playerpoints;"; it should be protected String GET_PLAYERS = "SELECT playername FROM %s;";

q178666380 avatar Apr 11 '16 10:04 q178666380