Printing Empty Line in PL/SQL?
From: Jos <NOSPAMjosmoi_at_post.com>
Date: Wed, 11 Oct 2000 22:59:05 +0800
Message-ID: <39E48038.A5AD1AD6_at_post.com>
Date: Wed, 11 Oct 2000 22:59:05 +0800
Message-ID: <39E48038.A5AD1AD6_at_post.com>
May I know how to print an empty line in PL/SQL?
I've tried
DBMS_OUTPUT.PUT_LINE('');
and
DBMS_OUTPUT.PUT_LINE('
');
but apparently these don't work like in Java or some other languages!
Thank you for any help! Received on Wed Oct 11 2000 - 16:59:05 CEST