Variable names ended with "from" x explain plan

Gustavo

Member³

Code:
Select a
Into   created_from
From   dual;
Paste the query above in a SQL Window or Program Window. Select the text and try to explain plan. PLSD will try to comment the Into clause, but it will fail.

If the variable name starts with "from", there is no problem.

Regards,
Gustavo
 
Back
Top