But i can't use that in `slice`
# exposed
a
But i can't use that in
slice
s
Doesnt
slice(IsNullOp(col))
work ?
a
Weird, I could swear it didn't work before 😕 thanks
But... IsNullOp evaluates to
IS NULL
I need
ISNULL(x, y)
If you select IsNullOp, it throws a SqlException
s
Thats
Coalesce
What exception?