-
Notifications
You must be signed in to change notification settings - Fork 41
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
SQL syntax error #14
Comments
I wonder whether these queries should be accepted:
I mean should it be one query per line, or should semicolons be used to denote the end of a query? |
I think vanillaDB not support multiple query in one line with semicolons now. |
That's right, but I mean should it support? |
I am not sure. Try to contact [email protected]. Thx. |
@kyechou In our current design, we do not support multiple queries in a line. |
create table tableA(id int)11111
select id from tableA 11111
Neither of them should be accepted.
The text was updated successfully, but these errors were encountered: