Can we use & in the commented code from PL/SQL?

I used & in the commented block of PL/SQL when I compile it Toad, it was compiled, but it had not when I compile SQL * why?


SQL > declare
2 v_number number;
3. start
4 / * this called abc and xyz procedure * /.
5 zero;
6 end;
6 N
Enter the value for xyz:

in SQL * more type:

SQL> set define off

to stop prompting substitution variables.

Tags: Database

Similar Questions

Maybe you are looking for