Skip to content

SQL Expression Error of GET_PLAYERS #14

@q178666380

Description

@q178666380

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions