| 1 |
0.82 ms |
SELECT t0.id AS id_1, t0.pays AS pays_2, t0.ville AS ville_3, t0.site AS site_4, t0.desciption AS desciption_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.statut AS statut_9, t0.montant AS montant_10, t0.langue AS langue_11, t0.duree_conseillee AS duree_conseillee_12, t0.notation AS notation_13, t0.circuit AS circuit_14 FROM destination t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.pays AS pays_2, t0.ville AS ville_3, t0.site AS site_4, t0.desciption AS desciption_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.statut AS statut_9, t0.montant AS montant_10, t0.langue AS langue_11, t0.duree_conseillee AS duree_conseillee_12, t0.notation AS notation_13, t0.circuit AS circuit_14 FROM destination t0 WHERE t0.id = 2;
|
| 2 |
1.18 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.pays AS pays_3, t0.ville AS ville_4, t0.montant AS montant_5, t0.description AS description_6, t0.image1 AS image1_7, t0.image2 AS image2_8, t0.image3 AS image3_9, t0.statut AS statut_10, t0.jour AS jour_11, t0.image4 AS image4_12 FROM circuit t0 ORDER BY t0.id ASC LIMIT 3
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.pays AS pays_3, t0.ville AS ville_4, t0.montant AS montant_5, t0.description AS description_6, t0.image1 AS image1_7, t0.image2 AS image2_8, t0.image3 AS image3_9, t0.statut AS statut_10, t0.jour AS jour_11, t0.image4 AS image4_12 FROM circuit t0 ORDER BY t0.id ASC LIMIT 3;
|
| 3 |
0.60 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.role AS role_3, t0.photo AS photo_4, t0.facebook AS facebook_5, t0.twiter AS twiter_6, t0.linkedin AS linkedin_7 FROM equipe t0 ORDER BY t0.id ASC LIMIT 4
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.role AS role_3, t0.photo AS photo_4, t0.facebook AS facebook_5, t0.twiter AS twiter_6, t0.linkedin AS linkedin_7 FROM equipe t0 ORDER BY t0.id ASC LIMIT 4;
|
| 4 |
0.94 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.image AS image_3, t0.description AS description_4, t0.montant AS montant_5, t0.statut AS statut_6 FROM activite t0 ORDER BY t0.id ASC LIMIT 4
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.image AS image_3, t0.description AS description_4, t0.montant AS montant_5, t0.statut AS statut_6 FROM activite t0 ORDER BY t0.id ASC LIMIT 4;
|