How to parse WHERE some.column LIKE "foo" + another.column +"bar" #431
-
The parser seems to run in to problems when parsing concatenation using +, raising the error 'Invalid expression / Unexpected token.' Another problem I have is with concatenation using ||. e.g.
|
Beta Was this translation helpful? Give feedback.
Answered by
georgesittas
Sep 15, 2022
Replies: 1 comment
Answer selected by
tobymao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed.