Skip to content

Instantly share code, notes, and snippets.

@FrankFan
Created February 26, 2014 02:50
Show Gist options
  • Save FrankFan/9222601 to your computer and use it in GitHub Desktop.
Save FrankFan/9222601 to your computer and use it in GitHub Desktop.
Oralce PL/SQL hello world
begin
dbms_output.put_line('hello world.');
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment