group_visit_lambdas.sql 181 B

12345678910111213
  1. /* postgres can not */
  2. USE plato;
  3. select
  4. key,
  5. subkey,
  6. value,
  7. TablePath() as path
  8. from
  9. range("", "Input1", "Input5")
  10. where key != ""
  11. order by key, subkey, path;