Fix PL/SQL (#1196)
Co-authored-by: Richie Bendall <richiebendall@gmail.com> Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
begin
|
||||
dbms_output.put_line("Hello World");
|
||||
end;
|
||||
/
|
||||
4
p/PL∕SQL.pls
Normal file
4
p/PL∕SQL.pls
Normal file
@@ -0,0 +1,4 @@
|
||||
BEGIN
|
||||
dbms_output.put_line('Hello World');
|
||||
END;
|
||||
/
|
||||
Reference in New Issue
Block a user