1 2 3 4 5 6 7
use plato; select key, some(value) as value from Input where key > "999" group by key order by key limit 10;