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: How to implement the column heading in PL/SQL

Re: How to implement the column heading in PL/SQL

From: Yosi Greenfield <yosi_at_newsalert.com>
Date: Mon, 25 Oct 1999 10:04:33 -0400
Message-ID: <38146371.9076D29C@newsalert.com>


There is no corresponding feature for dbms_output, just as there would be know corresponding feature in any procedural language (like C or Pascal.). You can first dbms_output your column heading, then go into your loop.

Sorry,

Yosi

John wrote:

> I know "heading" will do the work in SQL, but not sure what command I should
> use in PL/SQL, combined with dbms_output.put_line (and cursor loop). Should
> I use dbms_sql.define_column or anything else? Any help highly appreciated.
Received on Mon Oct 25 1999 - 09:04:33 CDT

Original text of this message

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