values_subquery.sql 125 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) values ($a);