Files
hello-world/p/PLSQL.sql
2021-11-07 14:29:22 -06:00

5 lines
52 B
SQL

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