SQL parser doesn't support boolean expressions #11802
Unanswered
speller
asked this question in
Support Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a custom function that will take a boolean expression but I can't do that. When I use my function as
FUNC(table.field)
- it works fine. But when I use it asFUNC(NOT table.field)
, none of the parser methods can parse and understand it. The closest methodSimpleConditionalExpression
expects a comparison operator. How to fix this issue?Beta Was this translation helpful? Give feedback.
All reactions