Open lordpretzel opened 4 years ago
Aliases are ignored when explicit joins are used, e.g., the analyser will complain about r2 not being defined:
r2
SELECT r.a FROM r JOIN r r2 ON (r.a = r2.a);
Aliases are ignored when explicit joins are used, e.g., the analyser will complain about
r2
not being defined: