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 -> Re: How to pass a table name into procedure ?

Re: How to pass a table name into procedure ?

From: Valgaeren Dirk <DValgaeren_at_Cereus.BE>
Date: Wed, 11 Oct 2000 11:18:48 +0200
Message-ID: <8s1b7o$96f$1@naxos.belnet.be>

try create procedure qq()
...
select ...

<majapu_at_poczta.onet.pl> schreef in berichtnieuws 39e42c97$1_at_news.vogel.pl...
> I'd like to pass a table name into procedure, for example
>
> CREATE PROCEDURE QQ(table_name IN ...)
> ...
> SELECT * FROM table_name ;
> ...
>
> How to do that ?
> Thanks
> Mariusz
>
>
>
>
Received on Wed Oct 11 2000 - 04:18:48 CDT

Original text of this message

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