PL/SQL 1

Sql code posted by AML
created at 26 May 20:41, updated at 26 May 20:42

Edit | Back
1
2
3
4
5
6
7
create or replace
procedure proc1
as
  abc varchar2(10);
begin
  abc := 'asd';
end;
91 Bytes in 2 ms with coderay