Like expression with a case statement #9177
Unanswered
davidherdu
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
-
Hi, I'm building the following query with a query builder
and I got the error
[Syntax Error] line 0, col 936: Error: Expected =, <, <=, <>, >, >=, !=, got 'LIKE'
That query works perfectly in sequel pro, if I replace the last
LIKE
by=
it works in doctrine as well.Beta Was this translation helpful? Give feedback.
All reactions