aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/insert/values_subquery.sql
blob: a409e91d8ef76ad6040e328f856384b8c30e2c9e (plain) (blame)
1
2
3
4
5
6
/* postgres can not */
use plato;

$a = (select key from Input order by key limit 1);

insert into Output (key) values ($a);