What is the correct way to execute union from the same querybuilder? #308
Unanswered
EMaksymenko
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I don't quite understand. Can you show a short example? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Looks like I found an answer myself. Correct me if I wrong...
|
Beta Was this translation helpful? Give feedback.
2 replies
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 need to select several columns from queryBuilder.union(theSameQueryBuilder).orderBy().limit()
As I se there are no UNION support in the library.
What is the simplest way to do it?
Beta Was this translation helpful? Give feedback.
All reactions