I have a column in my PRODUCTS table called categories. Users can add more than one category per a record, and each category is coma seperated. I need to do a find for distinct categories within the PRODUCTS table.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I agree a table with each product’s categories would offer much easier solutions. But, here’s my understanding of your question,