-
Notifications
You must be signed in to change notification settings - Fork 411
[FEATURE] Add UNION Clause support to the QueryBuilder #5349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Resolves: TYPO3-Documentation/Changelog-To-Doc#994 Releases: main, 13.4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does the result look like? Do I get 4 columns now? Or are both two columns joined by their position? If they are joined, which column name do they get?
On the general workings of UNION in SQL I added the link to https://www.w3schools.com/sql/sql_union.asp It has examples with example tables etc. We don't need to repeat it here as it is SQL knowledge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes, but overall thanks for making this be shifted from changelog into this documentation.
❤️
Documentation/ApiOverview/Database/QueryBuilder/_UnionExample.php
Outdated
Show resolved
Hide resolved
Documentation/ApiOverview/Database/QueryBuilder/_UnionExample.php
Outdated
Show resolved
Hide resolved
Co-authored-by: Stefan Bürk <[email protected]>
Co-authored-by: Stefan Bürk <[email protected]>
Resolves: TYPO3-Documentation/Changelog-To-Doc#994
Releases: main, 13.4