select_subquery.sql 123 B

123456
  1. /* postgres can not */
  2. use plato;
  3. $a = (select key from Input order by key limit 1);
  4. insert into Output (key) select $a;