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 > Using string va...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 6870 of 6998
Post > Topic >>

Using string variables in Select statements

by okumura-mikiop@[EMAIL PROTECTED] May 1, 2008 at 11:07 AM

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.
 




 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
tan13V112 Wed Jul 9 0:23:49 CDT 2008.