August 24, 200917 yr Hi all, I have a database that I cannot touch that has the following layout (shortened for this): Candidates Table e.g. forename - Dave industry_sectors - 1,15,19,158,178 What I want to do is pull records from the table where there is a match for e.g. 1 (in industry_sectors). LIKE and REGEXP are only able to pull records containing 1 (i.e. It will pull records with 15, 115, 61, etc) . I would like to pull out only records that have the 1. Is there another method?
Create an account or sign in to comment