inner_grouped_by_expr.sql 189 B

123
  1. PRAGMA DisableSimpleColumns;
  2. /* postgres can not */
  3. select keyz, max(Input3.value) as value from plato.Input1 inner join plato.Input3 using (key) group by Input1.key as keyz order by keyz;