1 2 3 4 5 6 7
/* postgres can not */ /* syntax version 1 */ $single = (select key from plato.Input); $all = (select * from $single order by key limit 100); select $all;