You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a case statement supporting multiple when clauses with an optional else. My guess is that it could be implemented similarly to how a select statement can be built up or the joins can be chained one after the other. The result could be a structure like:
The text was updated successfully, but these errors were encountered:
margaretselzer
changed the title
[Feature Request] Upgrade case statement to allow for multiple when clauses..
[Feature Request] Upgrade case statement to allow for multiple when clauses.
Sep 16, 2024
It would be nice to have a
case
statement supporting multiplewhen
clauses with an optionalelse
. My guess is that it could be implemented similarly to how a select statement can be built up or the joins can be chained one after the other. The result could be a structure like:See also post by @rbock in #59 (comment)
The text was updated successfully, but these errors were encountered: