1 |
0.43 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.slug AS slug_3, t0.description AS description_4, t0.facebook AS facebook_5, t0.youtube AS youtube_6, t0.email AS email_7, t0.whatsapp AS whatsapp_8, t0.tiktok AS tiktok_9, t0.tel1 AS tel1_10, t0.tel2 AS tel2_11, t0.map_location AS map_location_12, t0.location_text AS location_text_13, t0.video1 AS video1_14, t0.video2 AS video2_15, t0.logo_id AS logo_id_16, t0.banniere_id AS banniere_id_17, t0.boutique_id AS boutique_id_18 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"les-delices-daure"
]
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.slug AS slug_3, t0.description AS description_4, t0.facebook AS facebook_5, t0.youtube AS youtube_6, t0.email AS email_7, t0.whatsapp AS whatsapp_8, t0.tiktok AS tiktok_9, t0.tel1 AS tel1_10, t0.tel2 AS tel2_11, t0.map_location AS map_location_12, t0.location_text AS location_text_13, t0.video1 AS video1_14, t0.video2 AS video2_15, t0.logo_id AS logo_id_16, t0.banniere_id AS banniere_id_17, t0.boutique_id AS boutique_id_18 FROM page t0 WHERE t0.slug = 'les-delices-daure' LIMIT 1;
|
2 |
0.32 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.telephone AS telephone_4, t0.email AS email_5, t0.updated_at AS updated_at_6, t0.id_gwabo AS id_gwabo_7, t0.slug AS slug_8, t0.is_supended AS is_supended_9, t0.logo_boutique_id AS logo_boutique_id_10, t0.banner_boutique_id AS banner_boutique_id_11, t0.type_boutique_id AS type_boutique_id_12, t13.id AS id_14, t13.titre AS titre_15, t13.slug AS slug_16, t13.description AS description_17, t13.facebook AS facebook_18, t13.youtube AS youtube_19, t13.email AS email_20, t13.whatsapp AS whatsapp_21, t13.tiktok AS tiktok_22, t13.tel1 AS tel1_23, t13.tel2 AS tel2_24, t13.map_location AS map_location_25, t13.location_text AS location_text_26, t13.video1 AS video1_27, t13.video2 AS video2_28, t13.logo_id AS logo_id_29, t13.banniere_id AS banniere_id_30, t13.boutique_id AS boutique_id_31 FROM boutique t0 LEFT JOIN page t13 ON t13.boutique_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.telephone AS telephone_4, t0.email AS email_5, t0.updated_at AS updated_at_6, t0.id_gwabo AS id_gwabo_7, t0.slug AS slug_8, t0.is_supended AS is_supended_9, t0.logo_boutique_id AS logo_boutique_id_10, t0.banner_boutique_id AS banner_boutique_id_11, t0.type_boutique_id AS type_boutique_id_12, t13.id AS id_14, t13.titre AS titre_15, t13.slug AS slug_16, t13.description AS description_17, t13.facebook AS facebook_18, t13.youtube AS youtube_19, t13.email AS email_20, t13.whatsapp AS whatsapp_21, t13.tiktok AS tiktok_22, t13.tel1 AS tel1_23, t13.tel2 AS tel2_24, t13.map_location AS map_location_25, t13.location_text AS location_text_26, t13.video1 AS video1_27, t13.video2 AS video2_28, t13.logo_id AS logo_id_29, t13.banniere_id AS banniere_id_30, t13.boutique_id AS boutique_id_31 FROM boutique t0 LEFT JOIN page t13 ON t13.boutique_id = t0.id WHERE t0.id = 297;
|