问题描述

ORA-01789: query block has incorrect number of result columns

 

原因如下

查询使用了union或者union all的时候查询上下的字段不一致导致,

需要仔细查看union前和union后的查询的字段是否一致,是否有丢失的字段。

相关文章:

  • 2021-07-13
  • 2021-06-09
  • 2022-12-23
  • 2021-09-11
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-23
  • 2022-03-01
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案