| 1 |
1.90 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.is_default AS is_default_5, t0.homepage AS homepage_6, t0.slug AS slug_7, t0.faicon AS faicon_8, t0.parent_id AS parent_id_9 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"bioenergy"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.is_default AS is_default_5, t0.homepage AS homepage_6, t0.slug AS slug_7, t0.faicon AS faicon_8, t0.parent_id AS parent_id_9 FROM category t0 WHERE t0.slug = 'bioenergy' LIMIT 1;
|
| 2 |
0.29 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.keywords AS keywords_3, c0_.is_default AS is_default_4, c0_.homepage AS homepage_5, c0_.slug AS slug_6, c0_.faicon AS faicon_7, c0_.parent_id AS parent_id_8 FROM category c0_ WHERE c0_.parent_id = ?
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.keywords AS keywords_3, c0_.is_default AS is_default_4, c0_.homepage AS homepage_5, c0_.slug AS slug_6, c0_.faicon AS faicon_7, c0_.parent_id AS parent_id_8 FROM category c0_ WHERE c0_.parent_id = 1978;
|
| 3 |
0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.is_default AS is_default_5, t0.homepage AS homepage_6, t0.slug AS slug_7, t0.faicon AS faicon_8, t0.parent_id AS parent_id_9 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.is_default AS is_default_5, t0.homepage AS homepage_6, t0.slug AS slug_7, t0.faicon AS faicon_8, t0.parent_id AS parent_id_9 FROM category t0 WHERE t0.id = 1977;
|
| 4 |
0.11 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.is_default AS is_default_5, t0.homepage AS homepage_6, t0.slug AS slug_7, t0.faicon AS faicon_8, t0.parent_id AS parent_id_9 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.is_default AS is_default_5, t0.homepage AS homepage_6, t0.slug AS slug_7, t0.faicon AS faicon_8, t0.parent_id AS parent_id_9 FROM category t0 WHERE t0.id = 1874;
|
| 5 |
0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.type AS type_4, t0.guid AS guid_5, t0.slug AS slug_6, t0.elastic_updated AS elastic_updated_7, t0.keywords AS keywords_8, t0.meta_keywords AS meta_keywords_9, t0.meta_description AS meta_description_10, t0.business_id AS business_id_11, t0.user_id AS user_id_12, t0.category_id AS category_id_13 FROM product t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.type AS type_4, t0.guid AS guid_5, t0.slug AS slug_6, t0.elastic_updated AS elastic_updated_7, t0.keywords AS keywords_8, t0.meta_keywords AS meta_keywords_9, t0.meta_description AS meta_description_10, t0.business_id AS business_id_11, t0.user_id AS user_id_12, t0.category_id AS category_id_13 FROM product t0 WHERE t0.category_id = 1978;
|