override_view_fail.sql 155 B

12345
  1. /* postgres can not */
  2. /* custom error:Modification of "Output" view is not supported*/
  3. insert into plato.Output with truncate
  4. select * from plato.Input;