File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14621,7 +14621,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
14621
14621
subquery row (including the case where the subquery returns no
14622
14622
rows).
14623
14623
The result is NULL if no comparison with a subquery row returns true,
14624
- and it returns NULL for at least one row .
14624
+ and at least one comparison returns NULL .
14625
14625
</para>
14626
14626
14627
14627
<para>
@@ -14647,7 +14647,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
14647
14647
(including the case where the subquery returns no rows).
14648
14648
The result is <quote>false</> if any false result is found.
14649
14649
The result is NULL if no comparison with a subquery row returns false,
14650
- and it returns NULL for at least one row .
14650
+ and at least one comparison returns NULL .
14651
14651
</para>
14652
14652
14653
14653
<para>
@@ -14677,7 +14677,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
14677
14677
The result is <quote>false</> if the comparison returns false for any
14678
14678
subquery row.
14679
14679
The result is NULL if no comparison with a subquery row returns false,
14680
- and it returns NULL for at least one row .
14680
+ and at least one comparison returns NULL .
14681
14681
</para>
14682
14682
14683
14683
<para>
You can’t perform that action at this time.
0 commit comments