The Wayback Machine - https://web.archive.org/web/20201011182847/https://github.com/JSQLParser/JSqlParser/issues/1052
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can Jsqlparser support SQL with table names beginning with numbers? #1052

Open
shifumandiankai opened this issue Sep 24, 2020 · 1 comment
Open

Comments

@shifumandiankai
Copy link

@shifumandiankai shifumandiankai commented Sep 24, 2020

No description provided.

@wumpz
Copy link
Member

@wumpz wumpz commented Oct 4, 2020

Only in quoted manner: "5mytable" without the quotation this is not allowed. I am not even sure, if this is within some kind of SQL standard (I mean the one without quotation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.