| 1 |
0.19 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.language AS language_4, t0.price AS price_5, t0.summary AS summary_6, t0.description AS description_7, t0.pdf_name AS pdf_name_8, t0.pdf_size AS pdf_size_9, t0.updated_at AS updated_at_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.category_id AS category_id_13 FROM resource t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"linkedin-top-10"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.language AS language_4, t0.price AS price_5, t0.summary AS summary_6, t0.description AS description_7, t0.pdf_name AS pdf_name_8, t0.pdf_size AS pdf_size_9, t0.updated_at AS updated_at_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.category_id AS category_id_13 FROM resource t0 WHERE t0.slug = 'linkedin-top-10' LIMIT 1;
|
| 2 |
0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.enable AS enable_4, t0.updated_at AS updated_at_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.seo_canonical AS seo_canonical_8, t0.seo_indexed AS seo_indexed_9 FROM cms_page t0 WHERE t0.enable = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.enable AS enable_4, t0.updated_at AS updated_at_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.seo_canonical AS seo_canonical_8, t0.seo_indexed AS seo_indexed_9 FROM cms_page t0 WHERE t0.enable = 1;
|
| 5 |
0.14 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.code AS code_3, t0.slug_history AS slug_history_4, t0.description AS description_5, t0.price AS price_6, t0.status AS status_7, t0.satisfaction_rate AS satisfaction_rate_8, t0.completion_rate AS completion_rate_9, t0.featured_on_search AS featured_on_search_10, t0.pixels AS pixels_11, t0.updated_at AS updated_at_12, t0.seo_title AS seo_title_13, t0.seo_description AS seo_description_14, t0.seo_canonical AS seo_canonical_15, t0.seo_indexed AS seo_indexed_16, t0.slug AS slug_17, t0.level AS level_18, t0.language AS language_19, t0.hours AS hours_20, t0.additional_students AS additional_students_21, t0.listing_image_name AS listing_image_name_22, t0.show_image_name AS show_image_name_23, t0.created_by_id AS created_by_id_24, t0.category_id AS category_id_25, t0.type FROM training t0 INNER JOIN resource_training_elearning ON t0.id = resource_training_elearning.training_elearning_id WHERE resource_training_elearning.resource_id = ? AND t0.type IN ('elearning')
SELECT t0.id AS id_1, t0.label AS label_2, t0.code AS code_3, t0.slug_history AS slug_history_4, t0.description AS description_5, t0.price AS price_6, t0.status AS status_7, t0.satisfaction_rate AS satisfaction_rate_8, t0.completion_rate AS completion_rate_9, t0.featured_on_search AS featured_on_search_10, t0.pixels AS pixels_11, t0.updated_at AS updated_at_12, t0.seo_title AS seo_title_13, t0.seo_description AS seo_description_14, t0.seo_canonical AS seo_canonical_15, t0.seo_indexed AS seo_indexed_16, t0.slug AS slug_17, t0.level AS level_18, t0.language AS language_19, t0.hours AS hours_20, t0.additional_students AS additional_students_21, t0.listing_image_name AS listing_image_name_22, t0.show_image_name AS show_image_name_23, t0.created_by_id AS created_by_id_24, t0.category_id AS category_id_25, t0.type FROM training t0 INNER JOIN resource_training_elearning ON t0.id = resource_training_elearning.training_elearning_id WHERE resource_training_elearning.resource_id = 1 AND t0.type IN ('elearning');
|