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:
calgary34
2021-12-26 17:54:07 -07:00
committed by GitHub
parent fe326f851e
commit 391c6c25cd
3 changed files with 5 additions and 5 deletions

4
p/PL∕SQL.pls Normal file
View File

@@ -0,0 +1,4 @@
BEGIN
dbms_output.put_line('Hello World');
END;
/