table_funcs_spec_join.sqlx 156 B

123456789
  1. /* postgres can not */
  2. use plato;
  3. --insert into Output
  4. select
  5. TablePath() as table_path
  6. from Input as a join Input as b using(key)
  7. where a.key = '200'
  8. ;