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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle Reports

Re: Oracle Reports

From: Viktor <stant_98_at_yahoo.com>
Date: Fri, 18 Aug 2000 11:36:22 -0700 (PDT)
Message-Id: <10593.114998@fatcity.com>


Create a user parameter p_test_num and
assign initial value to it.
Make sure that that user parameter is of CHARACTER Datatype.
Then, create a query as:
SELECT TEST_NUM
from TABLE
where TEST_NUM in (&P_TEST_NUM)

YOu can also built the param. form to show the parameter you created which you can manipulate at runtime.

Hope this helps.

Received on Fri Aug 18 2000 - 13:36:22 CDT

Original text of this message

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