Best way to do WHERE IN on multi Uni selector value
Question
Apr 16, 2015
I have a Uni selector field and want to find the best way to check if a particular ID is in the column. I found a Func_Selection_ParseIDs function in the database, but Uni selector stores its values with a ";" delimeter, as opposed to ",", which the function requires...Here'...