Skip to content

Commit

Permalink
Update user_guide_src/source/database/query_builder.rst
Browse files Browse the repository at this point in the history
Clarification for unionAll() method.

Co-authored-by: Michal Sniatala <michal@sniatala.pl>
  • Loading branch information
iRedds and michalsn authored May 27, 2022
1 parent e6e901f commit fd013cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/database/query_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ In the example below, we get the first 5 users + the last 5 users and sort the r
$builder->unionAll()
--------------------

The behavior is the same as the ``union()`` method.
The behavior is the same as the ``union()`` method. However, all results will be returned, not just the unique ones.

**************
Query grouping
Expand Down

0 comments on commit fd013cd

Please sign in to comment.