keepmeta_proto_fail.sql 216 B

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