| 2 |
0.53 ms |
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 = ?
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 = '33';
|
| 5 |
0.64 ms |
UPDATE stage SET formule2 = ? WHERE id = ?
Parameters: [
"""
<h3 style="color:005EC9; font-family:Dosis; font-size:24px; font-weight:500"><strong>A LA JOURNEE : <br />\r\n
(à partir de 6 ans) </strong><strong>: 500€ (repas midi inclus)<br />\r\n
LUNDI AU VENDREDI DE</strong> <strong>09.00 à 17.00</strong><br />\r\n
Tennis + multi-activités du matin + piscine, trampoline, escalade, vtt, …<br />\r\n
Pour l’activité VTT, les enfants doivent venir avec leur propre vélo.</h3>
"""
33
]
UPDATE stage SET formule2 = '<h3 style=\"color:005EC9; font-family:Dosis; font-size:24px; font-weight:500\"><strong>A LA JOURNEE : <br />
(à partir de 6 ans) </strong><strong>: 500€ (repas midi inclus)<br />
LUNDI AU VENDREDI DE</strong> <strong>09.00 à 17.00</strong><br />
Tennis + multi-activités du matin + piscine, trampoline, escalade, vtt, …<br />
Pour l’activité VTT, les enfants doivent venir avec leur propre vélo.</h3>' WHERE id = 33;
|