keepmeta_nonstrict_fail.sql 220 B

123456
  1. /* postgres can not */
  2. /* multirun can not */
  3. /* custom error:Table "Output" has non-strict schema, truncate with keep meta is not allowed*/
  4. insert into plato.Output with (truncate, keepmeta)
  5. select * from plato.Input;