Cause
The table used by EXPLAIN to store plan information does not exist in the current schema.
Action
Create a plan table in the current schema if absent, or use the INTO clause to store the output of EXPLAIN in an existing plan table.
Error Message
PLAN_TABLE not found
The table used by EXPLAIN to store plan information does not exist in the current schema.
Create a plan table in the current schema if absent, or use the INTO clause to store the output of EXPLAIN in an existing plan table.