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 it possible to create a conditional recordset only in case error is thrown?
something like : /-execute-/ Your query : /-on_error execute-/ /-recordset rs-/ Your query
The text was updated successfully, but these errors were encountered:
Absolutely , or you can use exit_step
/-execute-/ Your query /-on_error exit_step-/ /-recordset rs-/ Your query
Please see https://github.com/full360/sneaql/wiki/on_error for more detail.
Thank you.
Sorry, something went wrong.
No branches or pull requests
Is it possible to create a conditional recordset only in case error is thrown?
something like :
/-execute-/
Your query
: /-on_error execute-/
/-recordset rs-/
Your query
The text was updated successfully, but these errors were encountered: