| 1 |
1.75 ms |
SELECT t0.id AS id_1, t0.sens AS sens_2, t0.titre AS titre_3, t0.km AS km_4, t0.denivele_monte AS denivele_monte_5, t0.denivele_descente AS denivele_descente_6, t0.difficulte AS difficulte_7, t0.numero AS numero_8, t0.slug AS slug_9, t0.etape_depart_id AS etape_depart_id_10, t0.etape_arrivee_id AS etape_arrivee_id_11 FROM troncon t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"dieppe-saint-martin-plage"
]
SELECT t0.id AS id_1, t0.sens AS sens_2, t0.titre AS titre_3, t0.km AS km_4, t0.denivele_monte AS denivele_monte_5, t0.denivele_descente AS denivele_descente_6, t0.difficulte AS difficulte_7, t0.numero AS numero_8, t0.slug AS slug_9, t0.etape_depart_id AS etape_depart_id_10, t0.etape_arrivee_id AS etape_arrivee_id_11 FROM troncon t0 WHERE t0.slug = 'dieppe-saint-martin-plage' LIMIT 1;
|
| 4 |
3.43 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.ville AS ville_5, t0.code_postal AS code_postal_6, t0.pays AS pays_7, t0.adresse_ligne1 AS adresse_ligne1_8, t0.adresse_ligne2 AS adresse_ligne2_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.slug AS slug_12, t0.est_valide AS est_valide_13, t0.icone AS icone_14, t0.detail AS detail_15, t0.activer_messagerie AS activer_messagerie_16, t0.email AS email_17, t0.siteweb AS siteweb_18, t0.telephone AS telephone_19, t0.afficher_email AS afficher_email_20, t0.afficher_telephone AS afficher_telephone_21, t0.demande_validation AS demande_validation_22, t0.afficher_adresse AS afficher_adresse_23, t0.proprietaire_id AS proprietaire_id_24, t0.type_commerce_id AS type_commerce_id_25, t0.etape_id AS etape_id_26 FROM commerce t0 INNER JOIN troncon_commerce ON t0.id = troncon_commerce.commerce_id WHERE troncon_commerce.troncon_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.ville AS ville_5, t0.code_postal AS code_postal_6, t0.pays AS pays_7, t0.adresse_ligne1 AS adresse_ligne1_8, t0.adresse_ligne2 AS adresse_ligne2_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.slug AS slug_12, t0.est_valide AS est_valide_13, t0.icone AS icone_14, t0.detail AS detail_15, t0.activer_messagerie AS activer_messagerie_16, t0.email AS email_17, t0.siteweb AS siteweb_18, t0.telephone AS telephone_19, t0.afficher_email AS afficher_email_20, t0.afficher_telephone AS afficher_telephone_21, t0.demande_validation AS demande_validation_22, t0.afficher_adresse AS afficher_adresse_23, t0.proprietaire_id AS proprietaire_id_24, t0.type_commerce_id AS type_commerce_id_25, t0.etape_id AS etape_id_26 FROM commerce t0 INNER JOIN troncon_commerce ON t0.id = troncon_commerce.commerce_id WHERE troncon_commerce.troncon_id = 242;
|