| 1 |
0.93 ms |
SELECT v0_.id AS id_0, v0_.titre AS titre_1, v0_.slug AS slug_2, v0_.description AS description_3, v0_.url AS url_4, v0_.type AS type_5, v0_.image_apercu AS image_apercu_6, v0_.duree AS duree_7, v0_.actif AS actif_8, v0_.vues AS vues_9, v0_.created_at AS created_at_10, v0_.updated_at AS updated_at_11, v0_.auteur_id AS auteur_id_12 FROM video v0_ WHERE v0_.actif = ? ORDER BY v0_.created_at DESC
SELECT v0_.id AS id_0, v0_.titre AS titre_1, v0_.slug AS slug_2, v0_.description AS description_3, v0_.url AS url_4, v0_.type AS type_5, v0_.image_apercu AS image_apercu_6, v0_.duree AS duree_7, v0_.actif AS actif_8, v0_.vues AS vues_9, v0_.created_at AS created_at_10, v0_.updated_at AS updated_at_11, v0_.auteur_id AS auteur_id_12 FROM video v0_ WHERE v0_.actif = 1 ORDER BY v0_.created_at DESC;
|
| 2 |
0.66 ms |
SELECT o0_.id AS id_0, o0_.nom AS nom_1, o0_.telephone AS telephone_2, o0_.email AS email_3, o0_.adresse AS adresse_4, o0_.logo AS logo_5, o0_.icon AS icon_6, o0_.site_web AS site_web_7, o0_.description AS description_8, o0_.facebook AS facebook_9, o0_.twitter AS twitter_10, o0_.linkedin AS linkedin_11, o0_.youtube AS youtube_12, o0_.instagram AS instagram_13, o0_.created_at AS created_at_14, o0_.updated_at AS updated_at_15 FROM organisation o0_ LIMIT 1
SELECT o0_.id AS id_0, o0_.nom AS nom_1, o0_.telephone AS telephone_2, o0_.email AS email_3, o0_.adresse AS adresse_4, o0_.logo AS logo_5, o0_.icon AS icon_6, o0_.site_web AS site_web_7, o0_.description AS description_8, o0_.facebook AS facebook_9, o0_.twitter AS twitter_10, o0_.linkedin AS linkedin_11, o0_.youtube AS youtube_12, o0_.instagram AS instagram_13, o0_.created_at AS created_at_14, o0_.updated_at AS updated_at_15 FROM organisation o0_ LIMIT 1;
|