0.80 ms (12.85%)
1
INSERT INTO inscription_stage (civilite , nom , prenom , date_naissance , telephone , adresse , code_postal , ville , pays , email , cns , autorisation_parentale , politique_confidentalite , debutant , annee_pratique , classement , semaine_stage , formule , remarque , repas , horaire , formule_debutant , formule_confirme , stage_id ) VALUES (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
"M. "
"Tonelli "
"Valerio "
"2018-09-01 "
"661537019 "
"RUE DES EGLANTIERS 84 "
"1457 "
"LUXEMBOURG "
"Luxembourg "
"federico.telemaco@gmail.com "
"2018090105353 "
1
1
1
"2 "
"NC "
"Semaine 1 "
"Formule 2 "
"C'est son 3eme stage chez Spora "
"avec repas "
null
null
null
32
]
INSERT INTO inscription_stage (
civilite , nom , prenom , date_naissance ,
telephone , adresse , code_postal ,
ville , pays , email , cns , autorisation_parentale ,
politique_confidentalite , debutant ,
annee_pratique , classement , semaine_stage ,
formule , remarque , repas , horaire ,
formule_debutant , formule_confirme ,
stage_id
)
VALUES
(
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
Copy
INSERT INTO inscription_stage (civilite , nom , prenom , date_naissance , telephone , adresse , code_postal , ville , pays , email , cns , autorisation_parentale , politique_confidentalite , debutant , annee_pratique , classement , semaine_stage , formule , remarque , repas , horaire , formule_debutant , formule_confirme , stage_id ) VALUES ('M.' , 'Tonelli' , 'Valerio' , '2018-09-01' , '661537019' , 'RUE DES EGLANTIERS 84' , '1457' , 'LUXEMBOURG' , 'Luxembourg' , 'federico.telemaco@gmail.com' , '2018090105353' , 1 , 1 , 1 , '2' , 'NC' , 'Semaine 1' , 'Formule 2' , 'C\'est son 3eme stage chez Spora' , 'avec repas' , NULL , NULL , NULL , 32 );
Copy
0.79 ms (12.74%)
1
SELECT t0 . id AS id_1 , t0 . titre AS titre_2 , t0 . date_debut AS date_debut_3 , t0 . date_fin AS date_fin_4 , t0 . image AS image_5 , t0 . formule1 AS formule1_6 , t0 . formule2 AS formule2_7 , t0 . infos_pratiques AS infos_pratiques_8 , t0 . document_inscription AS document_inscription_9 , t0 . niveaux AS niveaux_10 , t0 . date_limite AS date_limite_11 , t0 . inscription_allow AS inscription_allow_12 , t0 . nb_jours AS nb_jours_13 , t0 . type AS type_14 FROM stage t0 WHERE t0 . id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . titre AS titre_2 , t0 . date_debut AS date_debut_3 , t0 . date_fin AS date_fin_4 , t0 . image AS image_5 , t0 . formule1 AS formule1_6 , t0 . formule2 AS formule2_7 , t0 . infos_pratiques AS infos_pratiques_8 , t0 . document_inscription AS document_inscription_9 , t0 . niveaux AS niveaux_10 , t0 . date_limite AS date_limite_11 , t0 . inscription_allow AS inscription_allow_12 , t0 . nb_jours AS nb_jours_13 , t0 . type AS type_14 FROM stage t0 WHERE t0 . id = '32' LIMIT 1 ;
Copy