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
IF ELSE
IF @condition { @expression } ELSE IF @condition { @expression ... } // look here ELSE @expression { }
ELSE { @expression }
The text was updated successfully, but these errors were encountered:
The structure of the IF Else statement has been updated in newer versions. See here https://docs.surrealdb.com/docs/surrealql/statements/ifelse
Sorry, something went wrong.
Ekwuno
No branches or pull requests
Description
IF ELSE
rule in officalcorrect
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: