blob: 97f05fef2d4d54515929b9bf91df2ba1aba7a4ca (
plain) (
blame)
1
2
3
|
PRAGMA DisableSimpleColumns;
/* postgres can not */
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;
|