2018-08-22 01:37:32 -03:00

5 lines
52 B
SQL
Executable File

begin
dbms_output.put_line('Hello World');
end;
/