SQL Script: IF / ELSIF / ELSE construct #1653
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 a simple IF statement. Extending this to a more powerful IF / [ELSIF] / [ELSIF] / ... / [ELSE] construct (where the ELSIF and ELSE statements are optional) would be great, as currently, one must simulate this using dummy flag variables.
Beta Was this translation helpful? Give feedback.
All reactions