File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15193,7 +15193,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
15193
15193
subquery row (including the case where the subquery returns no
15194
15194
rows).
15195
15195
The result is NULL if no comparison with a subquery row returns true,
15196
- and it returns NULL for at least one row .
15196
+ and at least one comparison returns NULL .
15197
15197
</para>
15198
15198
15199
15199
<para>
@@ -15219,7 +15219,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
15219
15219
(including the case where the subquery returns no rows).
15220
15220
The result is <quote>false</quote> if any false result is found.
15221
15221
The result is NULL if no comparison with a subquery row returns false,
15222
- and it returns NULL for at least one row .
15222
+ and at least one comparison returns NULL .
15223
15223
</para>
15224
15224
15225
15225
<para>
@@ -15249,7 +15249,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
15249
15249
The result is <quote>false</quote> if the comparison returns false for any
15250
15250
subquery row.
15251
15251
The result is NULL if no comparison with a subquery row returns false,
15252
- and it returns NULL for at least one row .
15252
+ and at least one comparison returns NULL .
15253
15253
</para>
15254
15254
15255
15255
<para>
You can’t perform that action at this time.
0 commit comments