I have recipes table and ingredients table and table that connect ingredients to the recipes.
I have a list of ingredients, how to write a SELECT statement (or store procedure) that will return a recipes that have ALL given ingredients?
How to write this query for MySQL?