It would be nice if something like this would be supported: ``` set foo = 1; set bar = 2; set baz = 3; create table test ( f integer not null ); insert into test ( f ) values ( foo ), ( bar ), ( baz ); ``` Syntax to be discussed.
It would be nice if something like this would be supported:
Syntax to be discussed.