6
Reply

Two String in Where Condition for one Column.

prince raj

prince raj

10 years ago
1k
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)