| 1 |
0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.description AS description_4, t0.technical_description AS technical_description_5, t0.created_at AS created_at_6, t0.title_seo AS title_seo_7, t0.description_seo AS description_seo_8, t0.keywords_seo AS keywords_seo_9 FROM product t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.description AS description_4, t0.technical_description AS technical_description_5, t0.created_at AS created_at_6, t0.title_seo AS title_seo_7, t0.description_seo AS description_seo_8, t0.keywords_seo AS keywords_seo_9 FROM product t0 WHERE t0.id = '9';
|
| 2 |
0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.fa_icon AS fa_icon_3, t0.title AS title_4, t0.text AS text_5, t0.image_name AS image_name_6, t0.updated_at AS updated_at_7, t0.title_seo AS title_seo_8, t0.description_seo AS description_seo_9, t0.keywords_seo AS keywords_seo_10, t0.url AS url_11 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.fa_icon AS fa_icon_3, t0.title AS title_4, t0.text AS text_5, t0.image_name AS image_name_6, t0.updated_at AS updated_at_7, t0.title_seo AS title_seo_8, t0.description_seo AS description_seo_9, t0.keywords_seo AS keywords_seo_10, t0.url AS url_11 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = 9;
|
| 6 |
0.30 ms |
SELECT t0.id AS id_1, t0.variant_name AS variant_name_2, t0.price AS price_3, t0.description AS description_4, t0.quantity AS quantity_5, t0.available AS available_6, t0.created_at AS created_at_7, t0.main_product_variant AS main_product_variant_8, t0.weight AS weight_9, t0.length AS length_10, t0.width AS width_11, t0.height AS height_12, t0.id_prestashop AS id_prestashop_13, t0.presta_declinaison_id AS presta_declinaison_id_14, t0.reference AS reference_15, t0.promo_status AS promo_status_16, t0.promo_percentage AS promo_percentage_17, t0.product_id AS product_id_18 FROM product_variant t0 WHERE t0.product_id = ? ORDER BY t0.main_product_variant DESC
SELECT t0.id AS id_1, t0.variant_name AS variant_name_2, t0.price AS price_3, t0.description AS description_4, t0.quantity AS quantity_5, t0.available AS available_6, t0.created_at AS created_at_7, t0.main_product_variant AS main_product_variant_8, t0.weight AS weight_9, t0.length AS length_10, t0.width AS width_11, t0.height AS height_12, t0.id_prestashop AS id_prestashop_13, t0.presta_declinaison_id AS presta_declinaison_id_14, t0.reference AS reference_15, t0.promo_status AS promo_status_16, t0.promo_percentage AS promo_percentage_17, t0.product_id AS product_id_18 FROM product_variant t0 WHERE t0.product_id = 9 ORDER BY t0.main_product_variant DESC;
|