prince raj

prince raj

  • NA
  • 88
  • 26.3k

Two String in Where Condition for one Column.

Jun 13 2014 9:33 AM
I have One Column in Database
Fluorescences |
---------------------
Medium Blue
Strong blue
Strong blue
none
none
strong Red
none
medium White
Faint White
strong Yellow
VeryStrong Orange
Strong Red
Faint Blue
----------------------------------
Now i have two string
string s1 = "Strong, none, Faint";
string s2 = "Red, White, Orange";
now i want to write Where Condition for Fluorescences Column in select Query
How can i ?
i want to use both string in where for one column.

Answers (6)