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