Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
add sql oracle (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccdlus authored and srbcheema1 committed Apr 17, 2018
1 parent b8319a4 commit f082468
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ install-rust:

install-scala:
sudo apt-get install scala -y

install-sql
sqlplus -S / as sysdba @hello_world.sql
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@
36. [Kotlin](https://github.com/srbcheema1/Hello_world/blob/master/Hello_world.kt)
37. [CDuce](https://github.com/srbcheema1/Hello_world/blob/master/hello_world.xsd)
38. [ARDUINO](https://github.com/srbcheema1/Hello_world/blob/master/hello_world.ino)
39. [Oracle](https://github.com/srbcheema1/Hello_world/blob/master/hello_world.sql)
3 changes: 3 additions & 0 deletions hello_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set head off
select 'Hello World' from dual;
exit

0 comments on commit f082468

Please sign in to comment.