BdD type cuisine
Fermé
Marco's
-
17 déc. 2007 à 19:16
phil232 Messages postés 607 Date d'inscription mardi 25 septembre 2007 Statut Membre Dernière intervention 31 janvier 2008 - 18 déc. 2007 à 10:40
phil232 Messages postés 607 Date d'inscription mardi 25 septembre 2007 Statut Membre Dernière intervention 31 janvier 2008 - 18 déc. 2007 à 10:40
A voir également:
- BdD type cuisine
- Incompatibilité de type vba ✓ - Forum Programmation
- Type lnb nilesat - Forum Cinéma / Télé
- Télécharger livre cuisine gratuit - Télécharger - Cuisine & Gastronomie
- Type de parenthèse ✓ - Forum Clavier
- Trying to access array offset on value of type bool ✓ - Forum PHP
1 réponse
phil232
Messages postés
607
Date d'inscription
mardi 25 septembre 2007
Statut
Membre
Dernière intervention
31 janvier 2008
178
18 déc. 2007 à 10:40
18 déc. 2007 à 10:40
SELECT *
FROM
recette r
INNER JOIN laisons l ON r.Idr = l.Idr
INNER JOIN ingredient i ON l.Idi = i.Idi
WHERE
r.Idr = <id de la recette que l'on veut>