| 1 |
3.28 ms |
SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.iva AS iva_2, p0_.created_at AS created_at_3, p0_.updated_at AS updated_at_4, p0_.reference AS reference_5, p0_.image AS image_6, p0_.hidden AS hidden_7, p1_.id AS id_8, p1_.locale AS locale_9, p1_.name AS name_10, p1_.slug AS slug_11, p1_.description AS description_12, p1_.specifications AS specifications_13, p1_.directions AS directions_14, c2_.id AS id_15, c2_.image_key AS image_key_16, c2_.image AS image_17, p0_.brand_id AS brand_id_18, p0_.family_type_id AS family_type_id_19, p1_.product_id AS product_id_20, c2_.parent_id AS parent_id_21, c2_.brand_id AS brand_id_22 FROM products p0_ INNER JOIN products_translations p1_ ON p0_.id = p1_.product_id INNER JOIN products_categories p3_ ON p0_.id = p3_.product_id INNER JOIN categories c2_ ON c2_.id = p3_.category_id WHERE p1_.slug = ? AND p1_.locale = ?
Parameters: [
"transepitelial-aurea-evo-r-multi-unit-4-8-np-o-3-5"
"es"
]
SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.iva AS iva_2, p0_.created_at AS created_at_3, p0_.updated_at AS updated_at_4, p0_.reference AS reference_5, p0_.image AS image_6, p0_.hidden AS hidden_7, p1_.id AS id_8, p1_.locale AS locale_9, p1_.name AS name_10, p1_.slug AS slug_11, p1_.description AS description_12, p1_.specifications AS specifications_13, p1_.directions AS directions_14, c2_.id AS id_15, c2_.image_key AS image_key_16, c2_.image AS image_17, p0_.brand_id AS brand_id_18, p0_.family_type_id AS family_type_id_19, p1_.product_id AS product_id_20, c2_.parent_id AS parent_id_21, c2_.brand_id AS brand_id_22 FROM products p0_ INNER JOIN products_translations p1_ ON p0_.id = p1_.product_id INNER JOIN products_categories p3_ ON p0_.id = p3_.product_id INNER JOIN categories c2_ ON c2_.id = p3_.category_id WHERE p1_.slug = 'transepitelial-aurea-evo-r-multi-unit-4-8-np-o-3-5' AND p1_.locale = 'es';
|