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 order

SELECT order

From: <david.largeteau_at_sage.com>
Date: 10 May 2001 14:28:05 GMT
Message-ID: <9de8hl$ca5$1@news.netmar.com>

Hi,
How can i use variable table name in the FROM clause of a select statement ? In a PL/SQL bloc :
..

Begin
..

         SELECT COUNT (*)
           INTO w_count
           FROM name_of_table
           WHERE cod_clt = enr_orig.cod_clt;

..

End;

Thanks

Received on Thu May 10 2001 - 09:28:05 CDT

Original text of this message

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