| 1 |
0.66 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"itrimcev@gmail.com"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'itrimcev@gmail.com';
|
| 2 |
0.46 ms |
SELECT t0.libelle AS libelle_1, t0.description AS description_2, t0.hyperlien_site_caesug AS hyperlien_site_caesug_3, t0.tarif_caesug AS tarif_caesug_4, t0.tarif_caesug_jeune AS tarif_caesug_jeune_5, t0.tarif_invite AS tarif_invite_6, t0.tarif_invite_jeune AS tarif_invite_jeune_7, t0.couleur AS couleur_8, t0.carte_usca AS carte_usca_9, t0.responsable_id AS responsable_id_10 FROM type_sortie t0 WHERE t0.libelle = ? LIMIT 1
Parameters: [
"Ski Dimanche"
]
SELECT t0.libelle AS libelle_1, t0.description AS description_2, t0.hyperlien_site_caesug AS hyperlien_site_caesug_3, t0.tarif_caesug AS tarif_caesug_4, t0.tarif_caesug_jeune AS tarif_caesug_jeune_5, t0.tarif_invite AS tarif_invite_6, t0.tarif_invite_jeune AS tarif_invite_jeune_7, t0.couleur AS couleur_8, t0.carte_usca AS carte_usca_9, t0.responsable_id AS responsable_id_10 FROM type_sortie t0 WHERE t0.libelle = 'Ski Dimanche' LIMIT 1;
|
| 3 |
0.30 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.destination AS destination_3, t0.heure_depart AS heure_depart_4, t0.heure_depart_station AS heure_depart_station_5, t0.heure_rdv AS heure_rdv_6, t0.lieu AS lieu_7, t0.etat AS etat_8, t0.nb_places_bus AS nb_places_bus_9, t0.heure_retour AS heure_retour_10, t0.description AS description_11, t0.active AS active_12, t0.type_sortie_id AS type_sortie_id_13, t0.responsable_id AS responsable_id_14 FROM sortie t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.date AS date_2, t0.destination AS destination_3, t0.heure_depart AS heure_depart_4, t0.heure_depart_station AS heure_depart_station_5, t0.heure_rdv AS heure_rdv_6, t0.lieu AS lieu_7, t0.etat AS etat_8, t0.nb_places_bus AS nb_places_bus_9, t0.heure_retour AS heure_retour_10, t0.description AS description_11, t0.active AS active_12, t0.type_sortie_id AS type_sortie_id_13, t0.responsable_id AS responsable_id_14 FROM sortie t0 WHERE t0.id = '368' LIMIT 1;
|
| 4 |
0.19 ms |
SELECT t0.id AS id_1, t0.date AS date_2, t0.destination AS destination_3, t0.heure_depart AS heure_depart_4, t0.heure_depart_station AS heure_depart_station_5, t0.heure_rdv AS heure_rdv_6, t0.lieu AS lieu_7, t0.etat AS etat_8, t0.nb_places_bus AS nb_places_bus_9, t0.heure_retour AS heure_retour_10, t0.description AS description_11, t0.active AS active_12, t0.type_sortie_id AS type_sortie_id_13, t0.responsable_id AS responsable_id_14 FROM sortie t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.date AS date_2, t0.destination AS destination_3, t0.heure_depart AS heure_depart_4, t0.heure_depart_station AS heure_depart_station_5, t0.heure_rdv AS heure_rdv_6, t0.lieu AS lieu_7, t0.etat AS etat_8, t0.nb_places_bus AS nb_places_bus_9, t0.heure_retour AS heure_retour_10, t0.description AS description_11, t0.active AS active_12, t0.type_sortie_id AS type_sortie_id_13, t0.responsable_id AS responsable_id_14 FROM sortie t0 WHERE t0.id = '368' LIMIT 1;
|
| 5 |
0.28 ms |
SELECT t0.id AS id_1, t0.date_inscription AS date_inscription_2, t0.utilisateur_participe AS utilisateur_participe_3, t0.cours AS cours_4, t0.niveau AS niveau_5, t0.est_handiski AS est_handiski_6, t0.telephone_autre AS telephone_autre_7, t0.inscrit_id AS inscrit_id_8, t0.sortie_id AS sortie_id_9 FROM inscription t0 WHERE t0.sortie_id = ?
SELECT t0.id AS id_1, t0.date_inscription AS date_inscription_2, t0.utilisateur_participe AS utilisateur_participe_3, t0.cours AS cours_4, t0.niveau AS niveau_5, t0.est_handiski AS est_handiski_6, t0.telephone_autre AS telephone_autre_7, t0.inscrit_id AS inscrit_id_8, t0.sortie_id AS sortie_id_9 FROM inscription t0 WHERE t0.sortie_id = 368;
|
| 6 |
0.22 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"benjamin.deust@grenoble-inp.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'benjamin.deust@grenoble-inp.fr';
|
| 7 |
0.20 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1480;
|
| 8 |
0.82 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"xavier.bonfils@cnrs.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'xavier.bonfils@cnrs.fr';
|
| 9 |
0.18 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1481;
|
| 10 |
0.17 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"sophie.garet@univ-grenoble-alpes.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'sophie.garet@univ-grenoble-alpes.fr';
|
| 11 |
0.17 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1482;
|
| 12 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"helen.ockenden@univ-grenoble-alpes.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'helen.ockenden@univ-grenoble-alpes.fr';
|
| 13 |
0.17 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1483;
|
| 14 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1484;
|
| 15 |
0.18 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"frederique.vossier@univ-grenoble-alpes.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'frederique.vossier@univ-grenoble-alpes.fr';
|
| 16 |
0.17 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1485;
|
| 17 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"lada.achilova@univ-grenoble-alpes.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'lada.achilova@univ-grenoble-alpes.fr';
|
| 18 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1486;
|
| 19 |
0.16 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"romane.le-gal@univ-grenoble-alpes.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'romane.le-gal@univ-grenoble-alpes.fr';
|
| 20 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1487;
|
| 21 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"ppruzina@aol.com"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'ppruzina@aol.com';
|
| 22 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1488;
|
| 23 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"noemie.aubel@univ-grenoble-alpes.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'noemie.aubel@univ-grenoble-alpes.fr';
|
| 24 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1489;
|
| 25 |
0.15 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1490;
|
| 26 |
0.17 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1491;
|
| 27 |
0.16 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"jean-stephane.carnel@univ-grenoble-alpes.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'jean-stephane.carnel@univ-grenoble-alpes.fr';
|
| 28 |
0.17 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1492;
|
| 29 |
0.16 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"oana.ionescu@grenoble-inp.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'oana.ionescu@grenoble-inp.fr';
|
| 30 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1493;
|
| 31 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"martina.mazak@gmail.com"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'martina.mazak@gmail.com';
|
| 32 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1495;
|
| 33 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"cyrille.bonamy@univ-grenoble-alpes.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'cyrille.bonamy@univ-grenoble-alpes.fr';
|
| 34 |
0.17 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1496;
|
| 35 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"marton@lpsc.in2p3.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'marton@lpsc.in2p3.fr';
|
| 36 |
0.15 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1498;
|
| 37 |
0.14 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"adeline.richard@lpsc.in2p3.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'adeline.richard@lpsc.in2p3.fr';
|
| 38 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1499;
|
| 39 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"nataliia.minich@univ-grenoble-alpes.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'nataliia.minich@univ-grenoble-alpes.fr';
|
| 40 |
0.15 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1500;
|
| 41 |
0.14 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"xavier.espinosa@univ-grenoble-alpes.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'xavier.espinosa@univ-grenoble-alpes.fr';
|
| 42 |
0.15 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1501;
|
| 43 |
0.15 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1503;
|
| 44 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"koteva.k.i@gmail.com"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'koteva.k.i@gmail.com';
|
| 45 |
0.19 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1505;
|
| 46 |
0.16 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"verger-gaugry.jean-louis@orange.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'verger-gaugry.jean-louis@orange.fr';
|
| 47 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1507;
|
| 48 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"aleksandr.samarin@grenoble-inp.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'aleksandr.samarin@grenoble-inp.fr';
|
| 49 |
0.15 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1508;
|
| 50 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"liheng.yao@univ-grenoble-alpes.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'liheng.yao@univ-grenoble-alpes.fr';
|
| 51 |
0.17 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1510;
|
| 52 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"cresti@ymail.com"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'cresti@ymail.com';
|
| 53 |
0.15 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1511;
|
| 54 |
0.15 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1512;
|
| 55 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1513;
|
| 56 |
0.16 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"marion.chenal@ibs.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'marion.chenal@ibs.fr';
|
| 57 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1518;
|
| 58 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"qroy@ik.me"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'qroy@ik.me';
|
| 59 |
0.17 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1520;
|
| 60 |
0.16 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"eric.condamine@cnrs.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'eric.condamine@cnrs.fr';
|
| 61 |
0.17 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1523;
|
| 62 |
0.15 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"fabio.pavanello@cnrs.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'fabio.pavanello@cnrs.fr';
|
| 63 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1524;
|
| 64 |
0.16 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = ?
Parameters: [
"caesugski@free.fr"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone AS telephone_6, t0.date_creation AS date_creation_7, t0.est_invite AS est_invite_8 FROM utilisateur t0 WHERE t0.email = 'caesugski@free.fr';
|
| 65 |
0.18 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.type AS type_4, t0.cours AS cours_5, t0.niveau AS niveau_6, t0.est_handiski AS est_handiski_7, t0.inscription_id AS inscription_id_8 FROM participant t0 WHERE t0.inscription_id = 1525;
|