Added PL/SQL
This commit is contained in:
4
p/plsql.sql
Normal file
4
p/plsql.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
begin
|
||||
dbms_output.put_line('Hello World');
|
||||
end;
|
||||
/
|
||||
Reference in New Issue
Block a user