/* postgres can not */ /* syntax version 1 */ use plato; pragma OrderedColumns; select * from Input order by key limit 1 offset 3; select * from Input order by value limit 0 offset 3; select * from Input limit 0;