In this post, you’ll learn more about the Oracle ErrorORA-00964: table name not in FROM list with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-00964: table name not in FROM list
Reason for the Error ORA-00964: table name not in FROM list
The table name referred in the select list is not specified in the from list.
How to fix the Error ORA-00964: table name not in FROM list ?
You can fix this error in Oracle by following the below steps
Make sure the name is correctly specified and matches one of the names in the from list.
Leave a Reply