I need to be able to relate a varchar field that contains a list of id numbers (eg: 3,4,7,89,203) to a category id field (int). I've tried ::
C.category_id IN (SELECT mID = CAST ( M2.member_category as INT)
FROM member_details M2 WHERE M2.member_id = M.member_id)
It returns this rather...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.