Answer the question
In order to leave comments, you need to log in
fetching data from mysql
there are 2 tables, I need to select only those rows that are not in the first table when compared with the second, there are developments,
SELECT * FROM `plug_cat_join_item_attr` as zz
RIGHT JOIN `plug_cat_join_cat_item` as xx on xx.`id` = zz.`item`
GROUP BY xx.`id`
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question