Merge pull request #27 from ReneNyffenegger/master
Added PL/SQL (plsql.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