Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Oracle Miscellaneous > Re: Using strin...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 3 Topic 6870 of 7280
Post > Topic >>

Re: Using string variables in Select statements

by DA Morgan <damorgan@[EMAIL PROTECTED] > May 1, 2008 at 09:30 AM

okumura-mikiop@[EMAIL PROTECTED]
 wrote:
> I am attempting to use a variable in the WHERE clause of a SELECT
statement.
> How would one pass a value for an IN statement, ie.
> 
> 	SELECT *
> 	FROM inventory
> 	WHERE color IN ('red','green')
> 
> If I replaced the last line with
> 
>         WHERE color IN (v_color)
> 
> How would I set it?
> 
> v_color := '"red","green"'
> 
> doesn't work.

There is a demo of how to do it in Morgan's Library at www.psoug.org
Click on Morgan's Library under Resources on the left.
Click on Conditions
Scroll down to "Complex IN Demo."

Some of what it demos is what does NOT work so run the complete demo
and then use what works.
-- 
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Wa****ngton
damorgan@[EMAIL PROTECTED]
 (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
 




 3 Posts in Topic:
Using string variables in Select statements
okumura-mikiop@[EMAIL PRO  2008-05-01 11:07:03 
Re: Using string variables in Select statements
DA Morgan <damorgan@[E  2008-05-01 09:30:22 
Re: Using string variables in Select statements
William Robertson <wil  2008-05-03 00:22:11 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Dec 2 20:45:55 CST 2008.