4 lines
65 B
MySQL
4 lines
65 B
MySQL
|
|
SET SERVEROUTPUT ON;
|
||
|
|
|
||
|
|
CALL DBMS_OUTPUT.PUT_LINE('Hello world!');
|