Skip to content

Doesn't support the name of table starts with numbers #81

Description

@laokiea

If the SQL like "SELECT COUNT() AS count FROM 7days_nomore_paid_users", the parse proces returns "syntax error", but it's ok as I add backquotes to the table name like "SELECT COUNT() AS count FROM `7days_nomore_paid_users`", so can you support to parse the table starts with numbers without backquotes?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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