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

View File

@@ -1,4 +0,0 @@
begin
dbms_output.put_line("Hello World");
end;
/

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

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

View File

@@ -624,8 +624,8 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Pizza](p/Pizza.pizza)
* [Please Porige Hot](p/Please%20Porige%20Hot.pph)
* [PLI](p/PLI.pl1)
* [PLSQL](p/PLSQL.sql)
* [Pluvo](p/Pluvo.pvo)
* [PL/SQL](p/PL%E2%88%95SQL.pls)
* [Polynomial](p/Polynomial.pol)
* [Pony](p/Pony.pony)
* [Portugol](p/Portugol.por)