join_using_tables3.sql 122 B

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