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;
|
||||||
|
/
|
||||||
@@ -624,8 +624,8 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
|||||||
* [Pizza](p/Pizza.pizza)
|
* [Pizza](p/Pizza.pizza)
|
||||||
* [Please Porige Hot](p/Please%20Porige%20Hot.pph)
|
* [Please Porige Hot](p/Please%20Porige%20Hot.pph)
|
||||||
* [PLI](p/PLI.pl1)
|
* [PLI](p/PLI.pl1)
|
||||||
* [PLSQL](p/PLSQL.sql)
|
|
||||||
* [Pluvo](p/Pluvo.pvo)
|
* [Pluvo](p/Pluvo.pvo)
|
||||||
|
* [PL/SQL](p/PL%E2%88%95SQL.pls)
|
||||||
* [Polynomial](p/Polynomial.pol)
|
* [Polynomial](p/Polynomial.pol)
|
||||||
* [Pony](p/Pony.pony)
|
* [Pony](p/Pony.pony)
|
||||||
* [Portugol](p/Portugol.por)
|
* [Portugol](p/Portugol.por)
|
||||||
|
|||||||
Reference in New Issue
Block a user