id categories ext_categories
2 36 17,250
8 20 28
10 17 18
if query categories = 17 I can get results like this
id
2 (ext_categories field)
10
How to query ext_categories for id: 2
Thank you!
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.
How is the field
ext_categoriesimplemented? For example, are you using a varchar field and pipe-delimited string (of numbers) as values with the strict formatso that your table looks like
instead?
If so, try