Forum Moderators: open
Right now it grabs 350 results... all duplicates, There are three results that it should pull.
If i remove the subcategory information, it pulls three results like it should.
One small change I need to make is on
AND mod_article.subcategory like ';110;'
I would like mod_article.subcategory like ';subcategories.sId;' However this is taking subcategories.sId as a literal string and not trying to match.
[dev.mysql.com...]
You're also returning 2 columns with the same name ("cname")- bad design and may throw errors depending on your specific database.