Database Error Messages

ORA-64629

table SQL macro can only appear in FROM clause of a SQL statement

Cause

The table SQL macro was called from outside of a FROM clause of a SQL query.


Action

Use the table SQL macro only in the FROM clause of a SQL query.