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: aggregate function

Re: aggregate function

From: Kevin McDaniel <kmcdaniel96_at_home.com>
Date: Wed, 20 Dec 2000 15:01:24 GMT
Message-ID: <8R306.50708$Y6.10617869@news1.mntp1.il.home.com>

Paul,

You can user a variable to prompt you for the column name, or table. For example:

SELECT &column_name
FROM &table_name
WHERE condition;

In this example, the user will be prompted for the column name and the table name.

Hope that helps.

Kevin Received on Wed Dec 20 2000 - 09:01:24 CST

Original text of this message

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