【postgresql】ERROR: INSERT has more expressions than target columns

2023-12-13 12:38:12

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




文章来源:https://blog.csdn.net/wochunyang/article/details/134892002
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。