Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> how to display blank line in PL/SQL block?
How to display a blank line in PL/SQL block?
i done something like this, but didn't work!
BEGIN
DBMS_OUTPUT.PUT_LINE('Hello!');
DBMS_OUTPUT.PUT_LINE(' '); --this statementdidn't work!
DBMS_OUTPUT.PUT_LINE('Hello!');
END;
the output is as following:
Hello!
Hello! <--- why no have a blank line??
can anybody explain y it's doesn't work??? i'm using oracle8i run on windows 2k... Received on Sat Jul 06 2002 - 20:44:11 CDT
![]() |
![]() |