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: Select statement

Re: Select statement

From: Brian Peasland <peasland_at_usgs.gov>
Date: Mon, 12 Mar 2001 14:24:17 GMT
Message-ID: <3AACDC11.E1282F6A@usgs.gov>

You'll have to accomplish this in a PL/SQL block using one of two methods.

  1. the DBMS_SQL package
  2. the EXECUTE IMMEDIATE command (Oracle 8i)

HTH,
Brian

"André Klos" wrote:
>
> Hi!
>
> How can I assign a table dynamically to a SELECT-statement? Is this
> possible?
>
> Thanks
>
> A.Klos
 

-- 
========================================
Brian Peasland
Raytheons Systems at
  USGS EROS Data Center
These opinions are my own and do not
necessarily reflect the opinions of my 
company!
========================================
Received on Mon Mar 12 2001 - 08:24:17 CST

Original text of this message

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