Answer the question
In order to leave comments, you need to log in
How to determine JTAG pinout?
You need a manual method or based on some kind of controller.
Answer the question
In order to leave comments, you need to log in
SELECT `d`.*
FROM (
SELECT `dish_id`
FROM `ingredient_dish`
WHERE `ingredient_id` IN (11,14)
GROUP BY `dish_id`
HAVING COUNT(*) = 2
) AS `di`
JOIN `dish` AS `d` ON `d`.`id` = `di`.`dish_id`
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question