insert.sql 131 B

1234
  1. /* multirun can not */
  2. insert into plato.Output select * from plato.Input where a is not null;
  3. commit;
  4. select * from plato.Output;