append_view_fail.sql 164 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
  5. select * from plato.Input;