| 1 |
0.47 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 = ? AND t0.published = ?
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 AND t0.published = 1;
|
| 2 |
0.31 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 = ? ORDER BY t0.cree_le DESC LIMIT 9
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 ORDER BY t0.cree_le DESC LIMIT 9;
|
| 3 |
0.30 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;
|
| 4 |
0.20 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;
|