infer_3.sql 126 B

12345678
  1. /* postgres can not */
  2. use plato;
  3. select Just(1) as x,1 as y
  4. union all
  5. select Just(1l) as x, 2 as y
  6. union all
  7. select 3 as y;