I have this string that i am getting from .net application A,B,C,D,E,F,
I wanted to write a sql select statement like
set @string = \'A,B,C,D,E,F\'
Nothing simple. You can write a function that will take in that list and split it apart into a table you can query against in the IN() statement.