| 1 |
0.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.color AS color_5, t0.created_at AS created_at_6 FROM category t0 ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.color AS color_5, t0.created_at AS created_at_6 FROM category t0 ORDER BY t0.name ASC;
|
| 2 |
0.47 ms |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.excerpt AS excerpt_4, a0_.image AS image_5, a0_.is_featured AS is_featured_6, a0_.is_published AS is_published_7, a0_.views AS views_8, a0_.published_at AS published_at_9, a0_.created_at AS created_at_10, a0_.updated_at AS updated_at_11, a0_.category_id AS category_id_12, a0_.author_id AS author_id_13 FROM article a0_ WHERE a0_.is_published = ? AND a0_.category_id = ? ORDER BY a0_.published_at DESC
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.excerpt AS excerpt_4, a0_.image AS image_5, a0_.is_featured AS is_featured_6, a0_.is_published AS is_published_7, a0_.views AS views_8, a0_.published_at AS published_at_9, a0_.created_at AS created_at_10, a0_.updated_at AS updated_at_11, a0_.category_id AS category_id_12, a0_.author_id AS author_id_13 FROM article a0_ WHERE a0_.is_published = 1 AND a0_.category_id = '8' ORDER BY a0_.published_at DESC;
|
| 3 |
0.38 ms |
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.setting_type AS setting_type_4, t0.description AS description_5, t0.updated_at AS updated_at_6 FROM setting t0
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.setting_type AS setting_type_4, t0.description AS description_5, t0.updated_at AS updated_at_6 FROM setting t0;
|