testExclusive combinationsSelect distinct RSP From Products Where 1=1 And List='True'  And (Main_Category_ID like '%,' + @Field + ',%' 
                                                    Or Main_Category_ID like @Field  + ',%' 
                                                    Or Main_Category_ID like '%,' + @Field
                                                    Or Main_Category_ID = @Field
                                                )  Order By RSP