Re: Printing Empty Line in PL/SQL?
From: Jos <NOSPAMjosmoi_at_post.com>
Date: Thu, 12 Oct 2000 00:38:04 +0800
Message-ID: <39E4976B.B9DA094D_at_post.com>
Date: Thu, 12 Oct 2000 00:38:04 +0800
Message-ID: <39E4976B.B9DA094D_at_post.com>
Thank you, Conan!!!
Conan wrote:
> Hi Jos
> try
> DBMS_OUTPUT.PUT_LINE(chr(13));
> or
> DBMS_OUTPUT.PUT_LINE(chr(10));
>
> HTH
>
> Conan
>
> Jos wrote in message <39E48038.A5AD1AD6_at_post.com>...
> >Hi all,
> >
> >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 - 18:38:04 CEST