ORA-00942: table or view does not exist (works when a separate sql, but does not work inside a oracle function)

后端 未结 5 1877
隐瞒了意图╮
隐瞒了意图╮ 2020-12-06 04:03

When I have a sql statement like select * from table1, it works great, but as soon as I put it into a function, I get:

ORA-00942: table or view          


        
5条回答
提交回复
热议问题