| 1 |
0.61 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.poster AS poster_4, t0.enabled AS enabled_5, t0.published AS published_6, t0.content AS content_7, t0.cree_le AS cree_le_8, t0.modifie_le AS modifie_le_9, t0.cree_par AS cree_par_10, t0.modifie_par AS modifie_par_11, t0.type_id AS type_id_12 FROM info t0 WHERE t0.enabled = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.poster AS poster_4, t0.enabled AS enabled_5, t0.published AS published_6, t0.content AS content_7, t0.cree_le AS cree_le_8, t0.modifie_le AS modifie_le_9, t0.cree_par AS cree_par_10, t0.modifie_par AS modifie_par_11, t0.type_id AS type_id_12 FROM info t0 WHERE t0.enabled = 1;
|
| 2 |
0.38 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.enabled AS enabled_4, t0.cree_le AS cree_le_5, t0.modifie_le AS modifie_le_6, t0.cree_par AS cree_par_7, t0.modifie_par AS modifie_par_8 FROM type_info t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.enabled AS enabled_4, t0.cree_le AS cree_le_5, t0.modifie_le AS modifie_le_6, t0.cree_par AS cree_par_7, t0.modifie_par AS modifie_par_8 FROM type_info t0 WHERE t0.id = 1;
|
| 3 |
0.25 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.enabled AS enabled_4, t0.cree_le AS cree_le_5, t0.modifie_le AS modifie_le_6, t0.cree_par AS cree_par_7, t0.modifie_par AS modifie_par_8 FROM type_info t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.enabled AS enabled_4, t0.cree_le AS cree_le_5, t0.modifie_le AS modifie_le_6, t0.cree_par AS cree_par_7, t0.modifie_par AS modifie_par_8 FROM type_info t0 WHERE t0.id = 2;
|