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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Optional Prompting for Parameters

Re: Optional Prompting for Parameters

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Thu, 14 Jun 2007 22:39:34 +0200
Message-ID: <4671a786$0$1149$426a34cc@news.free.fr>

<faceman28208_at_yahoo.com> a écrit dans le message de news: 1181852233.994342.4530_at_x35g2000prf.googlegroups.com...
|I would like to have an SQL script that will prompt for parameters
| that are not given.
|
| If I do
|
| @test 10
|
| it will run silently.
|
| If i do
|
| @test
|
| It will respond
|
| Enter Employee ID:
|
| How might one do this?
|

You can't.

Regards
Michel Cadot Received on Thu Jun 14 2007 - 15:39:34 CDT

Original text of this message

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