select * from business;
ERROR at line 1:
ORA-00942: table or view does not exist

要改成表空间.表名

比如这样select * from finance.business;就ok了

相关文章:

  • 2021-07-17
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2022-02-27
  • 2021-06-08
猜你喜欢
  • 2021-11-10
  • 2021-09-08
  • 2021-09-08
  • 2021-04-12
相关资源
相似解决方案