Home > database >  -- oracle external block tags perform error, is there is something wrong with the sentence structure
-- oracle external block tags perform error, is there is something wrong with the sentence structure

Time:09-24

External block tag
-

Declare
I number:=5;
The begin
For I in 1.. 3
Loop
Dbms_output. Put_line (' local: '| | to_char (I) | |', global: '| | to_char (main) I));
end loop;
End the main;

CodePudding user response:

I number, the name of the variable change,

CodePudding user response:

How does this change? , if the variable names, there is no need to use external piece of label,
  • Related