"how to make multiple where in column query in doctrine query builder?" Code Answer

2

dql doesn't allow using multiple columns in a where in statement since not all dbms support it. you can run it with the raw sql using $this->getentitymanager()->getconnection()->executeupdate()

By ontananza on May 4 2022

Answers related to “how to make multiple where in column query in doctrine query builder?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.