执行下面sql
insert into apply_account_cancellation3 select * from pply_account_cancellation;
返回下面错误信息
insert into apply_account_cancellation3 select * from apply_account_cancellation
> ERROR: INSERT has more expressions than target columns
LINE 1: insert into apply_account_cancellation3 select * from j...
错误:INSERT的表达式多于目标列 ^
表 apply_account_cancellation3 比 apply_account_cancellation 缺少字段。
补一下。或者换一下sql。