SQL Language (MOSC)

MOSC Banner

How to undo && variable substitution

edited Jun 30, 2017 2:08AM in SQL Language (MOSC) 3 commentsAnswered ✓

Hello

I have the following question:

I have a query with many unions:

select a from table where column='&&param'

union

select a from table2 where column='&&param'

.........................................................................

select a from table10 where column='&&param'

I'm using && otherwise SQL Developer will ask me 10 times to enter value for &&param.

Now I want to run for a different parameter. How do I make SQL Developer to prompt me again for variable value?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center