Skip to content
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

How to implement conditional recordset? #1

Open
gyan opened this issue Jan 3, 2019 · 1 comment
Open

How to implement conditional recordset? #1

gyan opened this issue Jan 3, 2019 · 1 comment

Comments

@gyan
Copy link

gyan commented Jan 3, 2019

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

@rmishra-github
Copy link
Contributor

rmishra-github commented Jan 8, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants