star_from_crossjoin.sql 72 B

1234
  1. --!syntax_pg
  2. select * from
  3. (select '1' x, 2 x) a,
  4. (select 3 x, '4' x) c