8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5dba02 commit 381cb04Copy full SHA for 381cb04
src/test/regress/expected/join_1.out
@@ -2197,16 +2197,16 @@ set enable_nestloop to off;
2197
select tt1.*, tt2.* from tt1 left join tt2 on tt1.joincol = tt2.joincol;
2198
tt1_id | joincol | tt2_id | joincol
2199
--------+---------+--------+---------
2200
- 1 | 11 | 21 | 11
2201
1 | 11 | 22 | 11
+ 1 | 11 | 21 | 11
2202
2 | | |
2203
(3 rows)
2204
2205
select tt1.*, tt2.* from tt2 right join tt1 on tt1.joincol = tt2.joincol;
2206
2207
2208
2209
2210
2211
2212
0 commit comments