| 1 |
0.91 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.category_type AS category_type_5 FROM post_category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.category_type AS category_type_5 FROM post_category t0 WHERE t0.id = 2;
|
| 2 |
0.76 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.thumbnail AS thumbnail_4, t0.short_content AS short_content_5, t0.content AS content_6, t0.date_add AS date_add_7, t0.date_upd AS date_upd_8, t0.date_pub AS date_pub_9, t0.post_type AS post_type_10, t0.post_meta AS post_meta_11, t0.event_start AS event_start_12, t0.event_end AS event_end_13, t0.gallery AS gallery_14, t0.user_id AS user_id_15, t0.status_id AS status_id_16, t0.region_id AS region_id_17, t0.parent_id AS parent_id_18 FROM post t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_id WHERE post_post_category.post_category_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.thumbnail AS thumbnail_4, t0.short_content AS short_content_5, t0.content AS content_6, t0.date_add AS date_add_7, t0.date_upd AS date_upd_8, t0.date_pub AS date_pub_9, t0.post_type AS post_type_10, t0.post_meta AS post_meta_11, t0.event_start AS event_start_12, t0.event_end AS event_end_13, t0.gallery AS gallery_14, t0.user_id AS user_id_15, t0.status_id AS status_id_16, t0.region_id AS region_id_17, t0.parent_id AS parent_id_18 FROM post t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_id WHERE post_post_category.post_category_id = 2;
|
| 3 |
0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.category_type AS category_type_5 FROM post_category t0 WHERE t0.is_active = ? AND t0.category_type = ?
Parameters: [
1
"event"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.category_type AS category_type_5 FROM post_category t0 WHERE t0.is_active = 1 AND t0.category_type = 'event';
|
| 4 |
0.27 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.thumbnail AS thumbnail_4, t0.short_content AS short_content_5, t0.content AS content_6, t0.date_add AS date_add_7, t0.date_upd AS date_upd_8, t0.date_pub AS date_pub_9, t0.post_type AS post_type_10, t0.post_meta AS post_meta_11, t0.event_start AS event_start_12, t0.event_end AS event_end_13, t0.gallery AS gallery_14, t0.user_id AS user_id_15, t0.status_id AS status_id_16, t0.region_id AS region_id_17, t0.parent_id AS parent_id_18 FROM post t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_id WHERE post_post_category.post_category_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.thumbnail AS thumbnail_4, t0.short_content AS short_content_5, t0.content AS content_6, t0.date_add AS date_add_7, t0.date_upd AS date_upd_8, t0.date_pub AS date_pub_9, t0.post_type AS post_type_10, t0.post_meta AS post_meta_11, t0.event_start AS event_start_12, t0.event_end AS event_end_13, t0.gallery AS gallery_14, t0.user_id AS user_id_15, t0.status_id AS status_id_16, t0.region_id AS region_id_17, t0.parent_id AS parent_id_18 FROM post t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_id WHERE post_post_category.post_category_id = 3;
|
| 5 |
0.30 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.thumbnail AS thumbnail_4, t0.short_content AS short_content_5, t0.content AS content_6, t0.date_add AS date_add_7, t0.date_upd AS date_upd_8, t0.date_pub AS date_pub_9, t0.post_type AS post_type_10, t0.post_meta AS post_meta_11, t0.event_start AS event_start_12, t0.event_end AS event_end_13, t0.gallery AS gallery_14, t0.user_id AS user_id_15, t0.status_id AS status_id_16, t0.region_id AS region_id_17, t0.parent_id AS parent_id_18 FROM post t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_id WHERE post_post_category.post_category_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.thumbnail AS thumbnail_4, t0.short_content AS short_content_5, t0.content AS content_6, t0.date_add AS date_add_7, t0.date_upd AS date_upd_8, t0.date_pub AS date_pub_9, t0.post_type AS post_type_10, t0.post_meta AS post_meta_11, t0.event_start AS event_start_12, t0.event_end AS event_end_13, t0.gallery AS gallery_14, t0.user_id AS user_id_15, t0.status_id AS status_id_16, t0.region_id AS region_id_17, t0.parent_id AS parent_id_18 FROM post t0 INNER JOIN post_post_category ON t0.id = post_post_category.post_id WHERE post_post_category.post_category_id = 4;
|