unsupported expression CaseExpr
Lvnszn opened this issue · 2 comments
Lvnszn commented
how can i use case when in octosql
couldn't parse aliased expression: &{Expr:<nil> Whens:[0xc000522a20] Else:0xc000522a40}: unsupported expression &{Expr:<nil> Whens:[0xc000522a20] Else:0xc000522a40} of type *sqlparser.CaseExpr
cube2222 commented
Hey! It's not supported, so you'd have to contribute it. The implementation would be similar to how COALESCE is implemented.
Lvnszn commented
let me try