“Dbms_output.put_line” Ответ

Печать в PL SQL

dbms_output.put_line("YOUR MESSAGE"); 
Wrong Willet

Dbms_output.put_line

set serveroutput on

DBMS_OUTPUT.PUT_LINE(v_variable || '-' || v_variable2);
Modern Mandrill

plsql print

-- EXAMPLE
SET SERVEROUTPUT ON;
BEGIN
DBMS_OUTPUT.PUT_LINE('This is printed. '||'This is concatenated and printed too!');
END;
/
Jacques_Kirstein

Смотреть популярные ответы по языку

Смотреть другие языки программирования