Skip to content

Commit e6e901f

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

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
@@ -691,7 +691,7 @@ Union
691691
$builder->union()
692692
-----------------
693693

694-
Is used to combine the result-set of two or more SELECT statements.
694+
Is used to combine the result-set of two or more SELECT statements. It will return only the unique results.
695695

696696
.. literalinclude:: query_builder/103.php
697697

0 commit comments

Comments
 (0)