Skip to content

Commit fd013cd

Browse files
iReddsmichalsn
andauthored
Update user_guide_src/source/database/query_builder.rst
Clarification for unionAll() method. Co-authored-by: Michal Sniatala <michal@sniatala.pl>
1 parent e6e901f commit fd013cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/database/query_builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ In the example below, we get the first 5 users + the last 5 users and sort the r
712712
$builder->unionAll()
713713
--------------------
714714

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

717717
**************
718718
Query grouping

0 commit comments

Comments
 (0)