Thanks Terry & Tim.
Tim, I had actually tried that method and sql still appeared not to like it. (thx for your help netherless :PP)
However, that dynamic function is a great idea...just need to work out how to construct *dynamic sql* statements in CF.
thx
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.