limit_offset.sql 103 B

1
  1. select value, subkey, key from (select * from plato.Input) as x order by key, subkey limit 1 offset 1;