blob: e4cea9e1cd8e5b272dacf6542ae8c5d63b33b9de (
plain) (
blame)
1
2
3
4
5
6
|
/* postgres can not */
/* multirun can not */
/* custom error:Modification of "Output" view is not supported*/
insert into plato.Output with (truncate, keepmeta)
select * from plato.Input;
|