Hi,
Table:
cat_name / topic
cat1 topic1
cat3 topic1
cat6 topic2
cat4 topic3
cat3 topic3
cat3 topic4
SELECT * from all_cat
WHERE cat_name = "cat4" OR ...
The result should be:
cat4 topic3
cat3 topic4
How to select (in MySQL) all the topic'us form category 4, and even those that belong only to category 3 (example: as topic4, tipoc3 not because he is also belong and category 4).
I find all the topics from the 4 groups, but the topic is a unit with 3 groups meet do not know