5 lines
52 B
MySQL
Raw Normal View History

2012-02-27 16:35:40 +01:00
begin
dbms_output.put_line('Hello World');
end;
/