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

Home -> Community -> Usenet -> c.d.o.server -> Re: PL/SQL formatting output question

Re: PL/SQL formatting output question

From: mkeene <matthew_keeneNOmaSPAM_at_ansett.com.au.invalid>
Date: Thu, 16 Dec 1999 18:39:27 -0800
Message-ID: <13001ab4.c9476471@usw-ex0102-012.remarq.com>


Won't this code only work if the result of your select is a single row ? If you have more than one row in your results set you will have to declare a cursor, open it, and then use the fetch command to move through your results set one row at a time. This not only allows your one at a time style of processing, but is actually mandatory.

Received on Thu Dec 16 1999 - 20:39:27 CST

Original text of this message

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