Files

5 lines
52 B
MySQL
Raw Permalink Normal View History

2021-03-24 00:00:01 +00:00
begin
dbms_output.put_line('Hello World');
end;
/