aggregate_combine.sql 76 B

1234
  1. --!syntax_pg
  2. select value,avg(key::int8)
  3. from plato."Input3"
  4. group by value