Replies: 1 comment 1 reply
-
Perhaps you should consider not using the query builder, so you run the whole statement as a single string (beware of any user input you might use here). The given code is pretty much unreadable, and by the looks of it your query builder conversion did not provide you any benefits. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Description:
I try to run complex union query using DB Facade. but result generated are without having clause effect. i can share you my query here.
Beta Was this translation helpful? Give feedback.
All reactions