ORA-00964 : table name not in FROM list
Cause : A table specified in a query’s SELECT list is not named in the FROM clause list.
Action : Check spelling of the table names, check that each table name in the SELECT list matches a table name in the FROM list, and then retry the statement.
Popularity: 2% [?]


