4
Answers

find same words in string expression

I have a expression like as follows,
 
(Age = 20 and Age = 30 and Age = 40)
 
I want to convert the above expression as
 
Age IN (20,30,40)
 
Can any help? 

Answers (4)