join_using_tables4.sql 112 B

123456
  1. --!syntax_pg
  2. select key from (
  3. plato."Input" a
  4. full join
  5. plato."Input5"
  6. using(key)) order by key