執行下面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。