keepmeta.sql 125 B

12345
  1. /* postgres can not */
  2. /* multirun can not */
  3. insert into plato.Output with (truncate, keepmeta)
  4. select * from plato.Input;