From 391c6c25cdcbcfd047eb7bbc43de4f6e534c1385 Mon Sep 17 00:00:00 2001 From: calgary34 <51468959+calgary34@users.noreply.github.com> Date: Sun, 26 Dec 2021 17:54:07 -0700 Subject: [PATCH] Fix PL/SQL (#1196) Co-authored-by: Richie Bendall Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> --- p/PLSQL.sql | 4 ---- p/PL∕SQL.pls | 4 ++++ readme.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 p/PLSQL.sql create mode 100644 p/PL∕SQL.pls diff --git a/p/PLSQL.sql b/p/PLSQL.sql deleted file mode 100644 index dc214380..00000000 --- a/p/PLSQL.sql +++ /dev/null @@ -1,4 +0,0 @@ -begin - dbms_output.put_line("Hello World"); -end; -/ diff --git a/p/PL∕SQL.pls b/p/PL∕SQL.pls new file mode 100644 index 00000000..d95cce03 --- /dev/null +++ b/p/PL∕SQL.pls @@ -0,0 +1,4 @@ +BEGIN + dbms_output.put_line('Hello World'); +END; +/ diff --git a/readme.md b/readme.md index 83e994d9..91a53c9b 100644 --- a/readme.md +++ b/readme.md @@ -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)