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 @@ -13734,7 +13734,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
13734
13734
subquery row (including the case where the subquery returns no
13735
13735
rows).
13736
13736
The result is NULL if no comparison with a subquery row returns true,
13737
- and it returns NULL for at least one row .
13737
+ and at least one comparison returns NULL .
13738
13738
</para>
13739
13739
13740
13740
<para>
@@ -13760,7 +13760,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
13760
13760
(including the case where the subquery returns no rows).
13761
13761
The result is <quote>false</> if any false result is found.
13762
13762
The result is NULL if no comparison with a subquery row returns false,
13763
- and it returns NULL for at least one row .
13763
+ and at least one comparison returns NULL .
13764
13764
</para>
13765
13765
13766
13766
<para>
@@ -13790,7 +13790,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
13790
13790
The result is <quote>false</> if the comparison returns false for any
13791
13791
subquery row.
13792
13792
The result is NULL if no comparison with a subquery row returns false,
13793
- and it returns NULL for at least one row .
13793
+ and at least one comparison returns NULL .
13794
13794
</para>
13795
13795
13796
13796
<para>
You can’t perform that action at this time.
0 commit comments