Thread
:
Text manipulation
View Single Post
#
2
(
permalink
)
03-25-2008, 08:13 AM
ee_rlee
Junior Member
Join Date: Mar 2008
Posts: 2
ANY
answer.
Re: Text manipulation
hi, try this
SELECT A.*
FROM TableA A INNER JOIN Table B ON ',' + A.Platforms + ',' LIKE '%,' + B.Platform + ',%'
WHERE B.Platform='One'
ee_rlee
View Public Profile
Send a private message to ee_rlee
Find all posts by ee_rlee