| 1 |
1.09 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.petite AS petite_6, t0.grande AS grande_7, t0.text AS text_8, t0.auther AS auther_9, t0.categorie_id AS categorie_id_10 FROM agoulou t0
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.petite AS petite_6, t0.grande AS grande_7, t0.text AS text_8, t0.auther AS auther_9, t0.categorie_id AS categorie_id_10 FROM agoulou t0;
|
| 2 |
1.22 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.auther AS auther_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.prixp AS prixp_6, t0.prixm AS prixm_7, t0.prixg AS prixg_8, t0.image AS image_9 FROM ingredient t0
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.auther AS auther_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.prixp AS prixp_6, t0.prixm AS prixm_7, t0.prixg AS prixg_8, t0.image AS image_9 FROM ingredient t0;
|
| 3 |
1.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.auther AS auther_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.prixp AS prixp_6, t0.prixm AS prixm_7, t0.prixg AS prixg_8, t0.image AS image_9 FROM ingredient t0 INNER JOIN agoulou_ingredient ON t0.id = agoulou_ingredient.ingredient_id WHERE agoulou_ingredient.agoulou_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.auther AS auther_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.prixp AS prixp_6, t0.prixm AS prixm_7, t0.prixg AS prixg_8, t0.image AS image_9 FROM ingredient t0 INNER JOIN agoulou_ingredient ON t0.id = agoulou_ingredient.ingredient_id WHERE agoulou_ingredient.agoulou_id = 1;
|
| 4 |
0.26 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.auther AS auther_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.prixp AS prixp_6, t0.prixm AS prixm_7, t0.prixg AS prixg_8, t0.image AS image_9 FROM ingredient t0 INNER JOIN agoulou_ingredient ON t0.id = agoulou_ingredient.ingredient_id WHERE agoulou_ingredient.agoulou_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.auther AS auther_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.prixp AS prixp_6, t0.prixm AS prixm_7, t0.prixg AS prixg_8, t0.image AS image_9 FROM ingredient t0 INNER JOIN agoulou_ingredient ON t0.id = agoulou_ingredient.ingredient_id WHERE agoulou_ingredient.agoulou_id = 2;
|