aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PLS-00209: table 'string' is not in FROM clause

PLS-00209: table 'string' is not in FROM clause
Cause: In a query, a table referenced by the select list is not named in the FROM clause.
Action: Check the spelling of the table names, make sure each column in the select list refers to a table in the FROM clause, then re-execute the query.

请先 登录 后评论

1 个回答

小智
PLS-00209:表' string '不在FROM子句中,
.原因:在查询中,选择列表引用的表在FROM子句中未命名。,
.操作:检查表名称的拼写,确保选择列表中的每个列都引用了FROM子句中的表,然后重新执行查询。,
.
请先 登录 后评论