keepmeta_view_fail.sql 190 B

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