| 1 |
1.89 ms |
SELECT t0.id AS id_1, t0.montant AS montant_2, t0.reference AS reference_3, t0.order_number AS order_number_4, t0.etat AS etat_5, t0.devise AS devise_6, t0.telephone AS telephone_7, t0.envois AS envois_8, t0.date AS date_9, t0.statut AS statut_10, t0.membre_id AS membre_id_11 FROM transaction t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.montant AS montant_2, t0.reference AS reference_3, t0.order_number AS order_number_4, t0.etat AS etat_5, t0.devise AS devise_6, t0.telephone AS telephone_7, t0.envois AS envois_8, t0.date AS date_9, t0.statut AS statut_10, t0.membre_id AS membre_id_11 FROM transaction t0 WHERE t0.id = '1374';
|
| 2 |
1.17 ms |
SELECT t0.id AS id_1, t0.adhesion AS adhesion_2, t0.photo AS photo_3, t0.cadre AS cadre_4, t0.carte AS carte_5, t0.federation_id AS federation_id_6, t0.user_id AS user_id_7 FROM membre t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.adhesion AS adhesion_2, t0.photo AS photo_3, t0.cadre AS cadre_4, t0.carte AS carte_5, t0.federation_id AS federation_id_6, t0.user_id AS user_id_7 FROM membre t0 WHERE t0.id = 15940;
|
| 3 |
9.59 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t5.id AS id_6, t5.adhesion AS adhesion_7, t5.photo AS photo_8, t5.cadre AS cadre_9, t5.carte AS carte_10, t5.federation_id AS federation_id_11, t5.user_id AS user_id_12, t0.personne_id AS personne_id_13 FROM `user` t0 LEFT JOIN membre t5 ON t5.user_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t5.id AS id_6, t5.adhesion AS adhesion_7, t5.photo AS photo_8, t5.cadre AS cadre_9, t5.carte AS carte_10, t5.federation_id AS federation_id_11, t5.user_id AS user_id_12, t0.personne_id AS personne_id_13 FROM `user` t0 LEFT JOIN membre t5 ON t5.user_id = t0.id WHERE t0.id = 16254;
|
| 4 |
73.53 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.postnom AS postnom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.lieu_naissance AS lieu_naissance_6, t0.sexe AS sexe_7, t0.etat_civil AS etat_civil_8, t0.fonction AS fonction_9, t0.niveau_etude AS niveau_etude_10, t0.adresse AS adresse_11, t0.telephone AS telephone_12, t0.province AS province_13, t0.district AS district_14, t0.secteur AS secteur_15, t0.commune AS commune_16, t0.quartier AS quartier_17, t0.territoire AS territoire_18, t0.telephone2 AS telephone2_19 FROM personne t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.postnom AS postnom_3, t0.prenom AS prenom_4, t0.date_naissance AS date_naissance_5, t0.lieu_naissance AS lieu_naissance_6, t0.sexe AS sexe_7, t0.etat_civil AS etat_civil_8, t0.fonction AS fonction_9, t0.niveau_etude AS niveau_etude_10, t0.adresse AS adresse_11, t0.telephone AS telephone_12, t0.province AS province_13, t0.district AS district_14, t0.secteur AS secteur_15, t0.commune AS commune_16, t0.quartier AS quartier_17, t0.territoire AS territoire_18, t0.telephone2 AS telephone2_19 FROM personne t0 WHERE t0.id = 16147;
|