aggregate_key_column.sql 137 B

123456789
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. SELECT
  4. Some(key) as some_key,
  5. FROM
  6. plato.Input
  7. GROUP BY
  8. key
  9. ORDER BY some_key;