Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: displaying / output / echo / print information from an sql script ?? duh

Re: displaying / output / echo / print information from an sql script ?? duh

From: Maxim Demenko <mdemenko_at_gmail.com>
Date: Thu, 04 Jan 2007 22:08:17 +0100
Message-ID: <459D6CC1.5040706@gmail.com>


jobs schrieb:
> total noob question I'm sure...
>
> In a plsql procedure I can do the following to output:
>
> dbms_output.put_line('helloworld');
>
> How do you output "helloworld" from an sql script?
>

SELECT 'helloworld' FROM DUAL;

Best regards

Maxim Received on Thu Jan 04 2007 - 15:08:17 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US