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 @@ -15050,7 +15050,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
15050
15050
subquery row (including the case where the subquery returns no
15051
15051
rows).
15052
15052
The result is NULL if no comparison with a subquery row returns true,
15053
- and it returns NULL for at least one row .
15053
+ and at least one comparison returns NULL .
15054
15054
</para>
15055
15055
15056
15056
<para>
@@ -15076,7 +15076,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
15076
15076
(including the case where the subquery returns no rows).
15077
15077
The result is <quote>false</> if any false result is found.
15078
15078
The result is NULL if no comparison with a subquery row returns false,
15079
- and it returns NULL for at least one row .
15079
+ and at least one comparison returns NULL .
15080
15080
</para>
15081
15081
15082
15082
<para>
@@ -15106,7 +15106,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
15106
15106
The result is <quote>false</> if the comparison returns false for any
15107
15107
subquery row.
15108
15108
The result is NULL if no comparison with a subquery row returns false,
15109
- and it returns NULL for at least one row .
15109
+ and at least one comparison returns NULL .
15110
15110
</para>
15111
15111
15112
15112
<para>
You can’t perform that action at this time.
0 commit comments