Guest User

Untitled

a guest
Nov 14th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. 1 - SET SERVEROUTPUT ON
  2. 2 - Enable DBMS_OUTPUT
  3.  
  4. begin
  5. dbms_output.put_line('hello world');
  6. end;
Add Comment
Please, Sign In to add comment