6 |
2.06 ms |
INSERT INTO inscription_adulte (civilite, type_inscription, nom, prenom, date_naissance, adresse, code_postal, ville, pays, email, cns, autorisation_parentale, politique_confidentalite, annee_pratique, classement, debutant, licencie, jour_dispo, horaire_dispo, telephone, commentaire, seance1h, seance1h30) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"M."
"Nouvelle inscription"
"HEFFERNAN"
"John Francis"
"1987-04-23"
"jfheffernan@gmail.com"
"1880"
"Luxembourg"
"Luxembourg"
"jfheffernan@gmail.com"
"1987042303273"
1
1
"+10"
"NC"
1
1
"Jeudi"
"19h-20h30"
"661125863"
"Groupe Eszter Zinkstok et Meeli"
0
1
]
INSERT INTO inscription_adulte (
civilite, type_inscription, nom, prenom,
date_naissance, adresse, code_postal,
ville, pays, email, cns, autorisation_parentale,
politique_confidentalite, annee_pratique,
classement, debutant, licencie, jour_dispo,
horaire_dispo, telephone, commentaire,
seance1h, seance1h30
)
VALUES
(
?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?, ?
)
INSERT INTO inscription_adulte (civilite, type_inscription, nom, prenom, date_naissance, adresse, code_postal, ville, pays, email, cns, autorisation_parentale, politique_confidentalite, annee_pratique, classement, debutant, licencie, jour_dispo, horaire_dispo, telephone, commentaire, seance1h, seance1h30) VALUES ('M.', 'Nouvelle inscription', 'HEFFERNAN', 'John Francis', '1987-04-23', 'jfheffernan@gmail.com', '1880', 'Luxembourg', 'Luxembourg', 'jfheffernan@gmail.com', '1987042303273', 1, 1, '+10', 'NC', 1, 1, 'Jeudi', '19h-20h30', '661125863', 'Groupe Eszter Zinkstok et Meeli', 0, 1);
|