1 |
5.74 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.cover AS cover_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.is_video AS is_video_7, t0.video_link AS video_link_8, t0.slug AS slug_9, t0.author_id AS author_id_10 FROM article t0 ORDER BY t0.created_at DESC LIMIT 3
SELECT t0.id AS id_1, t0.title AS title_2, t0.cover AS cover_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.is_video AS is_video_7, t0.video_link AS video_link_8, t0.slug AS slug_9, t0.author_id AS author_id_10 FROM article t0 ORDER BY t0.created_at DESC LIMIT 3;
|
2 |
4.39 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.cover AS cover_3, t0.created_at AS created_at_4, t0.slug AS slug_5, t0.rubric AS rubric_6, t0.description AS description_7, t0.button_text AS button_text_8, t0.author_id AS author_id_9, t0.category_id AS category_id_10 FROM article_document t0 WHERE t0.rubric = ? ORDER BY t0.created_at DESC LIMIT 3
Parameters: [
"COMMUNIQUE"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.cover AS cover_3, t0.created_at AS created_at_4, t0.slug AS slug_5, t0.rubric AS rubric_6, t0.description AS description_7, t0.button_text AS button_text_8, t0.author_id AS author_id_9, t0.category_id AS category_id_10 FROM article_document t0 WHERE t0.rubric = 'COMMUNIQUE' ORDER BY t0.created_at DESC LIMIT 3;
|
3 |
2.24 ms |
SELECT t0.title AS title_1, t0.description AS description_2, t0.cover AS cover_3, t0.is_active AS is_active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.position AS position_7, t0.button_text AS button_text_8, t0.redirect_link AS redirect_link_9, t0.id AS id_10 FROM slide_carousel t0 ORDER BY t0.position ASC
SELECT t0.title AS title_1, t0.description AS description_2, t0.cover AS cover_3, t0.is_active AS is_active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.position AS position_7, t0.button_text AS button_text_8, t0.redirect_link AS redirect_link_9, t0.id AS id_10 FROM slide_carousel t0 ORDER BY t0.position ASC;
|
4 |
1.67 ms |
SELECT t0.id AS id_1, t0.file_path AS file_path_2, t0.created_at AS created_at_3, t0.title AS title_4, t0.article_document_id AS article_document_id_5 FROM article_document_file t0 WHERE t0.article_document_id = ?
Parameters: [
"01939b91-fcdd-7634-8d4c-7c9c27ffdbc6"
]
SELECT t0.id AS id_1, t0.file_path AS file_path_2, t0.created_at AS created_at_3, t0.title AS title_4, t0.article_document_id AS article_document_id_5 FROM article_document_file t0 WHERE t0.article_document_id = '01939b91-fcdd-7634-8d4c-7c9c27ffdbc6';
|