blob: 4ca22363d6d383bc884b39fa61d5c78dda390600 (
plain) (
blame)
1
2
3
4
5
6
|
/* postgres can not */
/* multirun can not */
/* custom error:Table "Output" has non-strict schema, truncate with keep meta is not allowed*/
insert into plato.Output with (truncate, keepmeta)
select * from plato.Input;
|