SQL Script: CONTINUE in WHILE and FOREACH loops #1690
finduspedersen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ArcadeDB SQL Script supports BREAK in WHILE and FOREACH loops. It would be extremely nice if a CONTINUE statement could also be supported to allow skipping the rest of the loop and immediately continuing to the next iteration.
Beta Was this translation helpful? Give feedback.
All reactions