direct_row_after_merge.sql 122 B

12345678
  1. /* postgres can not */
  2. USE plato;
  3. SELECT
  4. key,
  5. TablePath() as path
  6. FROM concat(Input1, Input2)
  7. order by key, path;