use plato; select key, some(value) as value from Input where key > "999" group by key order by key limit 10;