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

Home -> Community -> Usenet -> c.d.o.tools -> Select question

Select question

From: Lahcen Airir <wcis_at_accesscomm.ca>
Date: Mon, 21 Aug 2000 12:23:52 -0500
Message-ID: <39A165A8.B397A7F3@accesscomm.ca>

Hi,

Would you please let me know if there is a way that I could use SELECT on a CURSOR. Say I have a cursor declared as follows:

cursor CUSTOMER_CUR IS
SELECT name, phone_num
FROM customer;
......

I want to be able to select from this cursor without looping though it. Can I use something like this:

SELECT CUSTOMER_CUR.NAME
FROM (DUAL??) Any tip would be appreciated

Thanks Received on Mon Aug 21 2000 - 12:23:52 CDT

Original text of this message

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