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
Using a parameter inside the LIMIT field of a SELECT query causes an error:
LIMIT
SELECT
Error on command execution (PostCommandHandler): com.arcadedb.query.sql.parser.ParseException: Encountered <SELECT> "SELECT" at line 2, column 1. Was expecting one of: <WHILE> ... <IF> ... <FOREACH> ... ";" ...
This can be reproduced by the SQLscript:
CREATE DOCUMENT TYPE doc; LET $t = 5; SELECT FROM doc LIMIT $t;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ArcadeDB Version 25.1.1
Using a parameter inside the
LIMIT
field of aSELECT
query causes an error:This can be reproduced by the SQLscript:
The text was updated successfully, but these errors were encountered: