We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. NA
Describe the solution you'd like The print statement in Fugue SQL needs a bit change to be consistent with TAKE statement Currently, the syntax is
TAKE
PRINT ROWS <n>
But we want to change to
PRINT <n> ROWS|ROW
to be consistent with TAKE
Describe alternatives you've considered NA
Additional context NA
The text was updated successfully, but these errors were encountered:
after you make the change in the antlr file and rebuild the sql you should see some sql tests failed
Sorry, something went wrong.
#154: print rows n -> print n rows
55a30b1
print rows n -> print n rows (#158)
37f3128
* #154: print rows n -> print n rows * Fixed the SQL tests
nils-braun
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
NA
Describe the solution you'd like
The print statement in Fugue SQL needs a bit change to be consistent with
TAKE
statementCurrently, the syntax is
But we want to change to
to be consistent with
TAKE
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: