1
1.03 ms
SELECT e0_ . id AS id_0 , e0_ . exchange_rate AS exchange_rate_1 , e0_ . last_automatic_update AS last_automatic_update_2 , e0_ . created_at AS created_at_3 , e0_ . updated_at AS updated_at_4 , e0_ . currency_from_id AS currency_from_id_5 , e0_ . currency_to_id AS currency_to_id_6 FROM exchange_rate e0_
SELECT e0_ . id AS id_0 , e0_ . exchange_rate AS exchange_rate_1 , e0_ . last_automatic_update AS last_automatic_update_2 , e0_ . created_at AS created_at_3 , e0_ . updated_at AS updated_at_4 , e0_ . currency_from_id AS currency_from_id_5 , e0_ . currency_to_id AS currency_to_id_6 FROM exchange_rate e0_ ;
Copy
2
2.56 ms
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id WHERE c0_ . is_default = ?
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id WHERE c0_ . is_default = 1 ;
Copy
3
0.62 ms
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id WHERE c0_ . is_default = ?
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id WHERE c0_ . is_default = 1 ;
Copy
4
0.81 ms
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id ORDER BY c0_ . is_default DESC , c0_ . code ASC
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id ORDER BY c0_ . is_default DESC , c0_ . code ASC ;
Copy
5
3.04 ms
SELECT c0_ . id AS id_0 , c0_ . session_id AS session_id_1 , c0_ . status AS status_2 , c0_ . last_activity_at AS last_activity_at_3 , c0_ . email AS email_4 , c0_ . firstname AS firstname_5 , c0_ . lastname AS lastname_6 , c0_ . telephone AS telephone_7 , c0_ . company_name AS company_name_8 , c0_ . cin AS cin_9 , c0_ . vat_id AS vat_id_10 , c0_ . pickup_point_id AS pickup_point_id_11 , c0_ . pickup_point_name AS pickup_point_name_12 , c0_ . note AS note_13 , c0_ . payment_method AS payment_method_14 , c0_ . created_at AS created_at_15 , c0_ . updated_at AS updated_at_16 , c0_ . address_street AS address_street_17 , c0_ . address_descriptive_number AS address_descriptive_number_18 , c0_ . address_city AS address_city_19 , c0_ . address_country AS address_country_20 , c0_ . address_zip_code AS address_zip_code_21 , c0_ . invoice_street AS invoice_street_22 , c0_ . invoice_descriptive_number AS invoice_descriptive_number_23 , c0_ . invoice_city AS invoice_city_24 , c0_ . invoice_country AS invoice_country_25 , c0_ . invoice_zip_code AS invoice_zip_code_26 , c1_ . id AS id_27 , c1_ . quantity AS quantity_28 , c1_ . created_at AS created_at_29 , c1_ . updated_at AS updated_at_30 , p2_ . id AS id_31 , p2_ . code AS code_32 , p2_ . is_default AS is_default_33 , p2_ . weight_modification AS weight_modification_34 , p2_ . price_modification_amount AS price_modification_amount_35 , p2_ . price_modification_currency AS price_modification_currency_36 , p2_ . stock_stock AS stock_stock_37 , p2_ . stock_reserved AS stock_reserved_38 , p3_ . id AS id_39 , p3_ . public_id AS public_id_40 , p3_ . name AS name_41 , p3_ . description AS description_42 , p3_ . short_description AS short_description_43 , p3_ . code AS code_44 , p3_ . ean AS ean_45 , p3_ . unit AS unit_46 , p3_ . active AS active_47 , p3_ . can_be_bought AS can_be_bought_48 , p3_ . searchable AS searchable_49 , p3_ . show_price AS show_price_50 , p3_ . in_stock_text AS in_stock_text_51 , p3_ . out_of_stock_text AS out_of_stock_text_52 , p3_ . filter_parameter_value_ids AS filter_parameter_value_ids_53 , p3_ . filter_variant_value_ids AS filter_variant_value_ids_54 , p3_ . search_vector_cs AS search_vector_cs_55 , p3_ . search_vector_en AS search_vector_en_56 , p3_ . seo_title AS seo_title_57 , p3_ . seo_description AS seo_description_58 , p3_ . seo_url AS seo_url_59 , p3_ . stock_stock AS stock_stock_60 , p3_ . stock_reserved AS stock_reserved_61 , p3_ . logistic_weight AS logistic_weight_62 , p3_ . logistic_size_width AS logistic_size_width_63 , p3_ . logistic_size_height AS logistic_size_height_64 , p3_ . logistic_size_length AS logistic_size_length_65 , p3_ . price_amount AS price_amount_66 , p3_ . price_currency AS price_currency_67 , p3_ . purchase_price_amount AS purchase_price_amount_68 , p3_ . purchase_price_currency AS purchase_price_currency_69 , c0_ . customer_id AS customer_id_70 , c0_ . shipping_method_id AS shipping_method_id_71 , c0_ . discount_code_id AS discount_code_id_72 , c1_ . cart_id AS cart_id_73 , c1_ . product_variant_id AS product_variant_id_74 , p2_ . product_id AS product_id_75 , p3_ . vat_id AS vat_id_76 , p3_ . main_category_id AS main_category_id_77 FROM cart c0_ LEFT JOIN cart_item c1_ ON c0_ . id = c1_ . cart_id LEFT JOIN product_variant p2_ ON c1_ . product_variant_id = p2_ . id LEFT JOIN product p3_ ON p2_ . product_id = p3_ . id WHERE c0_ . session_id = ? AND c0_ . status = ? ORDER BY c1_ . id ASC
Parameters :
[
"de9f3e11ac435899afd2dd2bd327e9d7 "
"active "
]
SELECT
c0_ . id AS id_0 ,
c0_ . session_id AS session_id_1 ,
c0_ . status AS status_2 ,
c0_ . last_activity_at AS last_activity_at_3 ,
c0_ . email AS email_4 ,
c0_ . firstname AS firstname_5 ,
c0_ . lastname AS lastname_6 ,
c0_ . telephone AS telephone_7 ,
c0_ . company_name AS company_name_8 ,
c0_ . cin AS cin_9 ,
c0_ . vat_id AS vat_id_10 ,
c0_ . pickup_point_id AS pickup_point_id_11 ,
c0_ . pickup_point_name AS pickup_point_name_12 ,
c0_ . note AS note_13 ,
c0_ . payment_method AS payment_method_14 ,
c0_ . created_at AS created_at_15 ,
c0_ . updated_at AS updated_at_16 ,
c0_ . address_street AS address_street_17 ,
c0_ . address_descriptive_number AS address_descriptive_number_18 ,
c0_ . address_city AS address_city_19 ,
c0_ . address_country AS address_country_20 ,
c0_ . address_zip_code AS address_zip_code_21 ,
c0_ . invoice_street AS invoice_street_22 ,
c0_ . invoice_descriptive_number AS invoice_descriptive_number_23 ,
c0_ . invoice_city AS invoice_city_24 ,
c0_ . invoice_country AS invoice_country_25 ,
c0_ . invoice_zip_code AS invoice_zip_code_26 ,
c1_ . id AS id_27 ,
c1_ . quantity AS quantity_28 ,
c1_ . created_at AS created_at_29 ,
c1_ . updated_at AS updated_at_30 ,
p2_ . id AS id_31 ,
p2_ . code AS code_32 ,
p2_ . is_default AS is_default_33 ,
p2_ . weight_modification AS weight_modification_34 ,
p2_ . price_modification_amount AS price_modification_amount_35 ,
p2_ . price_modification_currency AS price_modification_currency_36 ,
p2_ . stock_stock AS stock_stock_37 ,
p2_ . stock_reserved AS stock_reserved_38 ,
p3_ . id AS id_39 ,
p3_ . public_id AS public_id_40 ,
p3_ . name AS name_41 ,
p3_ . description AS description_42 ,
p3_ . short_description AS short_description_43 ,
p3_ . code AS code_44 ,
p3_ . ean AS ean_45 ,
p3_ . unit AS unit_46 ,
p3_ . active AS active_47 ,
p3_ . can_be_bought AS can_be_bought_48 ,
p3_ . searchable AS searchable_49 ,
p3_ . show_price AS show_price_50 ,
p3_ . in_stock_text AS in_stock_text_51 ,
p3_ . out_of_stock_text AS out_of_stock_text_52 ,
p3_ . filter_parameter_value_ids AS filter_parameter_value_ids_53 ,
p3_ . filter_variant_value_ids AS filter_variant_value_ids_54 ,
p3_ . search_vector_cs AS search_vector_cs_55 ,
p3_ . search_vector_en AS search_vector_en_56 ,
p3_ . seo_title AS seo_title_57 ,
p3_ . seo_description AS seo_description_58 ,
p3_ . seo_url AS seo_url_59 ,
p3_ . stock_stock AS stock_stock_60 ,
p3_ . stock_reserved AS stock_reserved_61 ,
p3_ . logistic_weight AS logistic_weight_62 ,
p3_ . logistic_size_width AS logistic_size_width_63 ,
p3_ . logistic_size_height AS logistic_size_height_64 ,
p3_ . logistic_size_length AS logistic_size_length_65 ,
p3_ . price_amount AS price_amount_66 ,
p3_ . price_currency AS price_currency_67 ,
p3_ . purchase_price_amount AS purchase_price_amount_68 ,
p3_ . purchase_price_currency AS purchase_price_currency_69 ,
c0_ . customer_id AS customer_id_70 ,
c0_ . shipping_method_id AS shipping_method_id_71 ,
c0_ . discount_code_id AS discount_code_id_72 ,
c1_ . cart_id AS cart_id_73 ,
c1_ . product_variant_id AS product_variant_id_74 ,
p2_ . product_id AS product_id_75 ,
p3_ . vat_id AS vat_id_76 ,
p3_ . main_category_id AS main_category_id_77
FROM
cart c0_
LEFT JOIN cart_item c1_ ON c0_ . id = c1_ . cart_id
LEFT JOIN product_variant p2_ ON c1_ . product_variant_id = p2_ . id
LEFT JOIN product p3_ ON p2_ . product_id = p3_ . id
WHERE
c0_ . session_id = ?
AND c0_ . status = ?
ORDER BY
c1_ . id ASC
Copy
SELECT c0_ . id AS id_0 , c0_ . session_id AS session_id_1 , c0_ . status AS status_2 , c0_ . last_activity_at AS last_activity_at_3 , c0_ . email AS email_4 , c0_ . firstname AS firstname_5 , c0_ . lastname AS lastname_6 , c0_ . telephone AS telephone_7 , c0_ . company_name AS company_name_8 , c0_ . cin AS cin_9 , c0_ . vat_id AS vat_id_10 , c0_ . pickup_point_id AS pickup_point_id_11 , c0_ . pickup_point_name AS pickup_point_name_12 , c0_ . note AS note_13 , c0_ . payment_method AS payment_method_14 , c0_ . created_at AS created_at_15 , c0_ . updated_at AS updated_at_16 , c0_ . address_street AS address_street_17 , c0_ . address_descriptive_number AS address_descriptive_number_18 , c0_ . address_city AS address_city_19 , c0_ . address_country AS address_country_20 , c0_ . address_zip_code AS address_zip_code_21 , c0_ . invoice_street AS invoice_street_22 , c0_ . invoice_descriptive_number AS invoice_descriptive_number_23 , c0_ . invoice_city AS invoice_city_24 , c0_ . invoice_country AS invoice_country_25 , c0_ . invoice_zip_code AS invoice_zip_code_26 , c1_ . id AS id_27 , c1_ . quantity AS quantity_28 , c1_ . created_at AS created_at_29 , c1_ . updated_at AS updated_at_30 , p2_ . id AS id_31 , p2_ . code AS code_32 , p2_ . is_default AS is_default_33 , p2_ . weight_modification AS weight_modification_34 , p2_ . price_modification_amount AS price_modification_amount_35 , p2_ . price_modification_currency AS price_modification_currency_36 , p2_ . stock_stock AS stock_stock_37 , p2_ . stock_reserved AS stock_reserved_38 , p3_ . id AS id_39 , p3_ . public_id AS public_id_40 , p3_ . name AS name_41 , p3_ . description AS description_42 , p3_ . short_description AS short_description_43 , p3_ . code AS code_44 , p3_ . ean AS ean_45 , p3_ . unit AS unit_46 , p3_ . active AS active_47 , p3_ . can_be_bought AS can_be_bought_48 , p3_ . searchable AS searchable_49 , p3_ . show_price AS show_price_50 , p3_ . in_stock_text AS in_stock_text_51 , p3_ . out_of_stock_text AS out_of_stock_text_52 , p3_ . filter_parameter_value_ids AS filter_parameter_value_ids_53 , p3_ . filter_variant_value_ids AS filter_variant_value_ids_54 , p3_ . search_vector_cs AS search_vector_cs_55 , p3_ . search_vector_en AS search_vector_en_56 , p3_ . seo_title AS seo_title_57 , p3_ . seo_description AS seo_description_58 , p3_ . seo_url AS seo_url_59 , p3_ . stock_stock AS stock_stock_60 , p3_ . stock_reserved AS stock_reserved_61 , p3_ . logistic_weight AS logistic_weight_62 , p3_ . logistic_size_width AS logistic_size_width_63 , p3_ . logistic_size_height AS logistic_size_height_64 , p3_ . logistic_size_length AS logistic_size_length_65 , p3_ . price_amount AS price_amount_66 , p3_ . price_currency AS price_currency_67 , p3_ . purchase_price_amount AS purchase_price_amount_68 , p3_ . purchase_price_currency AS purchase_price_currency_69 , c0_ . customer_id AS customer_id_70 , c0_ . shipping_method_id AS shipping_method_id_71 , c0_ . discount_code_id AS discount_code_id_72 , c1_ . cart_id AS cart_id_73 , c1_ . product_variant_id AS product_variant_id_74 , p2_ . product_id AS product_id_75 , p3_ . vat_id AS vat_id_76 , p3_ . main_category_id AS main_category_id_77 FROM cart c0_ LEFT JOIN cart_item c1_ ON c0_ . id = c1_ . cart_id LEFT JOIN product_variant p2_ ON c1_ . product_variant_id = p2_ . id LEFT JOIN product p3_ ON p2_ . product_id = p3_ . id WHERE c0_ . session_id = 'de9f3e11ac435899afd2dd2bd327e9d7' AND c0_ . status = 'active' ORDER BY c1_ . id ASC ;
Copy
6
0.71 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 WHERE t0 . public_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 WHERE t0 . public_id = '9744' LIMIT 1 ;
Copy
7
0.78 ms
SELECT c0_ . id AS id_0 FROM category c0_ WHERE c0_ . lft > ? AND c0_ . rgt < ? AND c0_ . tree_root = ?
SELECT c0_ . id AS id_0 FROM category c0_ WHERE c0_ . lft > 2 AND c0_ . rgt < 3 AND c0_ . tree_root = '4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6c' ;
Copy
8
0.74 ms
SELECT c0_ . id AS id_0 , c0_ . public_id AS public_id_1 , c0_ . name AS name_2 , c0_ . slug AS slug_3 , c0_ . description AS description_4 , c0_ . lft AS lft_5 , c0_ . lvl AS lvl_6 , c0_ . rgt AS rgt_7 , c0_ . position AS position_8 , c0_ . image_id AS image_id_9 , c0_ . tree_root AS tree_root_10 , c0_ . parent_id AS parent_id_11 FROM category c0_ WHERE c0_ . lft < ? AND c0_ . rgt > ? AND c0_ . tree_root = ? ORDER BY c0_ . lft ASC
SELECT c0_ . id AS id_0 , c0_ . public_id AS public_id_1 , c0_ . name AS name_2 , c0_ . slug AS slug_3 , c0_ . description AS description_4 , c0_ . lft AS lft_5 , c0_ . lvl AS lvl_6 , c0_ . rgt AS rgt_7 , c0_ . position AS position_8 , c0_ . image_id AS image_id_9 , c0_ . tree_root AS tree_root_10 , c0_ . parent_id AS parent_id_11 FROM category c0_ WHERE c0_ . lft < 2 AND c0_ . rgt > 3 AND c0_ . tree_root = '4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6c' ORDER BY c0_ . lft ASC ;
Copy
9
0.83 ms
SELECT c0_ . id AS id_0 , c0_ . public_id AS public_id_1 , c0_ . name AS name_2 , c0_ . slug AS slug_3 , c0_ . description AS description_4 , c0_ . lft AS lft_5 , c0_ . lvl AS lvl_6 , c0_ . rgt AS rgt_7 , c0_ . position AS position_8 , f1_ . id AS id_9 , f1_ . size AS size_10 , f1_ . mime_type AS mime_type_11 , c0_ . image_id AS image_id_12 , c0_ . tree_root AS tree_root_13 , c0_ . parent_id AS parent_id_14 FROM category c0_ LEFT JOIN file f1_ ON c0_ . image_id = f1_ . id WHERE c0_ . parent_id = ? ORDER BY c0_ . lft ASC
SELECT c0_ . id AS id_0 , c0_ . public_id AS public_id_1 , c0_ . name AS name_2 , c0_ . slug AS slug_3 , c0_ . description AS description_4 , c0_ . lft AS lft_5 , c0_ . lvl AS lvl_6 , c0_ . rgt AS rgt_7 , c0_ . position AS position_8 , f1_ . id AS id_9 , f1_ . size AS size_10 , f1_ . mime_type AS mime_type_11 , c0_ . image_id AS image_id_12 , c0_ . tree_root AS tree_root_13 , c0_ . parent_id AS parent_id_14 FROM category c0_ LEFT JOIN file f1_ ON c0_ . image_id = f1_ . id WHERE c0_ . parent_id = '4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a' ORDER BY c0_ . lft ASC ;
Copy
10
0.54 ms
SELECT c0_ . id AS id_0 , c0_ . public_id AS public_id_1 , c0_ . name AS name_2 , c0_ . slug AS slug_3 , c0_ . description AS description_4 , c0_ . lft AS lft_5 , c0_ . lvl AS lvl_6 , c0_ . rgt AS rgt_7 , c0_ . position AS position_8 , f1_ . id AS id_9 , f1_ . size AS size_10 , f1_ . mime_type AS mime_type_11 , c0_ . image_id AS image_id_12 , c0_ . tree_root AS tree_root_13 , c0_ . parent_id AS parent_id_14 FROM category c0_ LEFT JOIN file f1_ ON c0_ . image_id = f1_ . id WHERE c0_ . parent_id IS NULL ORDER BY c0_ . position ASC
SELECT c0_ . id AS id_0 , c0_ . public_id AS public_id_1 , c0_ . name AS name_2 , c0_ . slug AS slug_3 , c0_ . description AS description_4 , c0_ . lft AS lft_5 , c0_ . lvl AS lvl_6 , c0_ . rgt AS rgt_7 , c0_ . position AS position_8 , f1_ . id AS id_9 , f1_ . size AS size_10 , f1_ . mime_type AS mime_type_11 , c0_ . image_id AS image_id_12 , c0_ . tree_root AS tree_root_13 , c0_ . parent_id AS parent_id_14 FROM category c0_ LEFT JOIN file f1_ ON c0_ . image_id = f1_ . id WHERE c0_ . parent_id IS NULL ORDER BY c0_ . position ASC ;
Copy
11
1.09 ms
SELECT f0_ . id AS id_0 , f0_ . name AS name_1 , f0_ . type AS type_2 , f0_ . is_enabled AS is_enabled_3 , p1_ . id AS id_4 , p1_ . name AS name_5 , p1_ . slug AS slug_6 , p1_ . position AS position_7 , p2_ . id AS id_8 , p2_ . name AS name_9 , p2_ . slug AS slug_10 , p2_ . position AS position_11 , f0_ . entity AS entity_12 , f0_ . parameter_id AS parameter_id_13 , p2_ . parameter_id AS parameter_id_14 FROM filter_configuration f0_ LEFT JOIN parameter p1_ ON f0_ . parameter_id = p1_ . id LEFT JOIN parameter_value p2_ ON p1_ . id = p2_ . parameter_id WHERE (f0_ . is_enabled = ? ) AND f0_ . entity IN ('parameter' ) ORDER BY f0_ . name ASC
SELECT f0_ . id AS id_0 , f0_ . name AS name_1 , f0_ . type AS type_2 , f0_ . is_enabled AS is_enabled_3 , p1_ . id AS id_4 , p1_ . name AS name_5 , p1_ . slug AS slug_6 , p1_ . position AS position_7 , p2_ . id AS id_8 , p2_ . name AS name_9 , p2_ . slug AS slug_10 , p2_ . position AS position_11 , f0_ . entity AS entity_12 , f0_ . parameter_id AS parameter_id_13 , p2_ . parameter_id AS parameter_id_14 FROM filter_configuration f0_ LEFT JOIN parameter p1_ ON f0_ . parameter_id = p1_ . id LEFT JOIN parameter_value p2_ ON p1_ . id = p2_ . parameter_id WHERE (f0_ . is_enabled = 1 ) AND f0_ . entity IN ('parameter' ) ORDER BY f0_ . name ASC ;
Copy
12
1.22 ms
SELECT f0_ . id AS id_0 , f0_ . name AS name_1 , f0_ . type AS type_2 , f0_ . is_enabled AS is_enabled_3 , v1_ . id AS id_4 , v1_ . name AS name_5 , v1_ . slug AS slug_6 , v1_ . type AS type_7 , v1_ . position AS position_8 , v2_ . id AS id_9 , v2_ . name AS name_10 , v2_ . slug AS slug_11 , v2_ . color AS color_12 , v2_ . position AS position_13 , f0_ . entity AS entity_14 , f0_ . variant_id AS variant_id_15 , v2_ . variant_id AS variant_id_16 FROM filter_configuration f0_ LEFT JOIN variant v1_ ON f0_ . variant_id = v1_ . id LEFT JOIN variant_value v2_ ON v1_ . id = v2_ . variant_id WHERE (f0_ . is_enabled = ? ) AND f0_ . entity IN ('variant' ) ORDER BY f0_ . name ASC
SELECT f0_ . id AS id_0 , f0_ . name AS name_1 , f0_ . type AS type_2 , f0_ . is_enabled AS is_enabled_3 , v1_ . id AS id_4 , v1_ . name AS name_5 , v1_ . slug AS slug_6 , v1_ . type AS type_7 , v1_ . position AS position_8 , v2_ . id AS id_9 , v2_ . name AS name_10 , v2_ . slug AS slug_11 , v2_ . color AS color_12 , v2_ . position AS position_13 , f0_ . entity AS entity_14 , f0_ . variant_id AS variant_id_15 , v2_ . variant_id AS variant_id_16 FROM filter_configuration f0_ LEFT JOIN variant v1_ ON f0_ . variant_id = v1_ . id LEFT JOIN variant_value v2_ ON v1_ . id = v2_ . variant_id WHERE (f0_ . is_enabled = 1 ) AND f0_ . entity IN ('variant' ) ORDER BY f0_ . name ASC ;
Copy
13
16.10 ms
SELECT CASE WHEN c0_ . position IS NULL THEN 1 ELSE 0 END AS sclr_0 , p1_ . id AS id_1 , p1_ . public_id AS public_id_2 , p1_ . name AS name_3 , p1_ . description AS description_4 , p1_ . short_description AS short_description_5 , p1_ . code AS code_6 , p1_ . ean AS ean_7 , p1_ . unit AS unit_8 , p1_ . active AS active_9 , p1_ . can_be_bought AS can_be_bought_10 , p1_ . searchable AS searchable_11 , p1_ . show_price AS show_price_12 , p1_ . in_stock_text AS in_stock_text_13 , p1_ . out_of_stock_text AS out_of_stock_text_14 , p1_ . filter_parameter_value_ids AS filter_parameter_value_ids_15 , p1_ . filter_variant_value_ids AS filter_variant_value_ids_16 , p1_ . search_vector_cs AS search_vector_cs_17 , p1_ . search_vector_en AS search_vector_en_18 , p1_ . seo_title AS seo_title_19 , p1_ . seo_description AS seo_description_20 , p1_ . seo_url AS seo_url_21 , p1_ . stock_stock AS stock_stock_22 , p1_ . stock_reserved AS stock_reserved_23 , p1_ . logistic_weight AS logistic_weight_24 , p1_ . logistic_size_width AS logistic_size_width_25 , p1_ . logistic_size_height AS logistic_size_height_26 , p1_ . logistic_size_length AS logistic_size_length_27 , p1_ . price_amount AS price_amount_28 , p1_ . price_currency AS price_currency_29 , p1_ . purchase_price_amount AS purchase_price_amount_30 , p1_ . purchase_price_currency AS purchase_price_currency_31 , p2_ . id AS id_32 , p2_ . code AS code_33 , p2_ . is_default AS is_default_34 , p2_ . weight_modification AS weight_modification_35 , p2_ . price_modification_amount AS price_modification_amount_36 , p2_ . price_modification_currency AS price_modification_currency_37 , p2_ . stock_stock AS stock_stock_38 , p2_ . stock_reserved AS stock_reserved_39 , v3_ . id AS id_40 , v3_ . name AS name_41 , v3_ . slug AS slug_42 , v3_ . color AS color_43 , v3_ . position AS position_44 , v4_ . id AS id_45 , v4_ . name AS name_46 , v4_ . slug AS slug_47 , v4_ . type AS type_48 , v4_ . position AS position_49 , p5_ . id AS id_50 , p5_ . custom_value AS custom_value_51 , p6_ . id AS id_52 , p6_ . name AS name_53 , p6_ . slug AS slug_54 , p6_ . position AS position_55 , p7_ . id AS id_56 , p7_ . name AS name_57 , p7_ . slug AS slug_58 , p7_ . position AS position_59 , c8_ . id AS id_60 , c8_ . public_id AS public_id_61 , c8_ . name AS name_62 , c8_ . slug AS slug_63 , c8_ . description AS description_64 , c8_ . lft AS lft_65 , c8_ . lvl AS lvl_66 , c8_ . rgt AS rgt_67 , c8_ . position AS position_68 , p9_ . id AS id_69 , p9_ . amount AS amount_70 , p9_ . type AS type_71 , p9_ . created_at AS created_at_72 , p9_ . updated_at AS updated_at_73 , c10_ . code AS code_74 , c10_ . is_default AS is_default_75 , c10_ . is_active AS is_active_76 , c10_ . decimal_places AS decimal_places_77 , p1_ . vat_id AS vat_id_78 , p1_ . main_category_id AS main_category_id_79 , p2_ . product_id AS product_id_80 , v3_ . variant_id AS variant_id_81 , p5_ . product_id AS product_id_82 , p5_ . parameter_id AS parameter_id_83 , p5_ . parameter_value_id AS parameter_value_id_84 , p7_ . parameter_id AS parameter_id_85 , c8_ . image_id AS image_id_86 , c8_ . tree_root AS tree_root_87 , c8_ . parent_id AS parent_id_88 , p9_ . product_id AS product_id_89 , p9_ . currency_code AS currency_code_90 FROM product p1_ LEFT JOIN product_variant p2_ ON p1_ . id = p2_ . product_id LEFT JOIN product_variant_variant_value p11_ ON p2_ . id = p11_ . product_variant_id LEFT JOIN variant_value v3_ ON v3_ . id = p11_ . variant_value_id LEFT JOIN variant v4_ ON v3_ . variant_id = v4_ . id LEFT JOIN product_parameter p5_ ON p1_ . id = p5_ . product_id LEFT JOIN parameter p6_ ON p5_ . parameter_id = p6_ . id LEFT JOIN parameter_value p7_ ON p5_ . parameter_value_id = p7_ . id LEFT JOIN category c8_ ON p1_ . main_category_id = c8_ . id LEFT JOIN product_price p9_ ON p1_ . id = p9_ . product_id LEFT JOIN currency c10_ ON p9_ . currency_code = c10_ . code INNER JOIN product_category p13_ ON p1_ . id = p13_ . product_id INNER JOIN category c12_ ON c12_ . id = p13_ . category_id LEFT JOIN category_product_position c0_ ON (c0_ . product_id = p1_ . id AND c0_ . category_id = ? ) WHERE p1_ . active = true AND (SELECT COUNT (* ) FROM product_category p14_ WHERE p14_ . product_id = p1_ . id ) > 0 AND c12_ . id IN (? ) ORDER BY sclr_0 ASC , c0_ . position ASC , (p1_ . name - > > ? ) ASC
Parameters :
[
"4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a "
"4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a "
"cs "
]
SELECT
CASE WHEN c0_ . position IS NULL THEN
1
ELSE
0
END AS sclr_0 ,
p1_ . id AS id_1 ,
p1_ . public_id AS public_id_2 ,
p1_ . name AS name_3 ,
p1_ . description AS description_4 ,
p1_ . short_description AS short_description_5 ,
p1_ . code AS code_6 ,
p1_ . ean AS ean_7 ,
p1_ . unit AS unit_8 ,
p1_ . active AS active_9 ,
p1_ . can_be_bought AS can_be_bought_10 ,
p1_ . searchable AS searchable_11 ,
p1_ . show_price AS show_price_12 ,
p1_ . in_stock_text AS in_stock_text_13 ,
p1_ . out_of_stock_text AS out_of_stock_text_14 ,
p1_ . filter_parameter_value_ids AS filter_parameter_value_ids_15 ,
p1_ . filter_variant_value_ids AS filter_variant_value_ids_16 ,
p1_ . search_vector_cs AS search_vector_cs_17 ,
p1_ . search_vector_en AS search_vector_en_18 ,
p1_ . seo_title AS seo_title_19 ,
p1_ . seo_description AS seo_description_20 ,
p1_ . seo_url AS seo_url_21 ,
p1_ . stock_stock AS stock_stock_22 ,
p1_ . stock_reserved AS stock_reserved_23 ,
p1_ . logistic_weight AS logistic_weight_24 ,
p1_ . logistic_size_width AS logistic_size_width_25 ,
p1_ . logistic_size_height AS logistic_size_height_26 ,
p1_ . logistic_size_length AS logistic_size_length_27 ,
p1_ . price_amount AS price_amount_28 ,
p1_ . price_currency AS price_currency_29 ,
p1_ . purchase_price_amount AS purchase_price_amount_30 ,
p1_ . purchase_price_currency AS purchase_price_currency_31 ,
p2_ . id AS id_32 ,
p2_ . code AS code_33 ,
p2_ . is_default AS is_default_34 ,
p2_ . weight_modification AS weight_modification_35 ,
p2_ . price_modification_amount AS price_modification_amount_36 ,
p2_ . price_modification_currency AS price_modification_currency_37 ,
p2_ . stock_stock AS stock_stock_38 ,
p2_ . stock_reserved AS stock_reserved_39 ,
v3_ . id AS id_40 ,
v3_ . name AS name_41 ,
v3_ . slug AS slug_42 ,
v3_ . color AS color_43 ,
v3_ . position AS position_44 ,
v4_ . id AS id_45 ,
v4_ . name AS name_46 ,
v4_ . slug AS slug_47 ,
v4_ . type AS type_48 ,
v4_ . position AS position_49 ,
p5_ . id AS id_50 ,
p5_ . custom_value AS custom_value_51 ,
p6_ . id AS id_52 ,
p6_ . name AS name_53 ,
p6_ . slug AS slug_54 ,
p6_ . position AS position_55 ,
p7_ . id AS id_56 ,
p7_ . name AS name_57 ,
p7_ . slug AS slug_58 ,
p7_ . position AS position_59 ,
c8_ . id AS id_60 ,
c8_ . public_id AS public_id_61 ,
c8_ . name AS name_62 ,
c8_ . slug AS slug_63 ,
c8_ . description AS description_64 ,
c8_ . lft AS lft_65 ,
c8_ . lvl AS lvl_66 ,
c8_ . rgt AS rgt_67 ,
c8_ . position AS position_68 ,
p9_ . id AS id_69 ,
p9_ . amount AS amount_70 ,
p9_ . type AS type_71 ,
p9_ . created_at AS created_at_72 ,
p9_ . updated_at AS updated_at_73 ,
c10_ . code AS code_74 ,
c10_ . is_default AS is_default_75 ,
c10_ . is_active AS is_active_76 ,
c10_ . decimal_places AS decimal_places_77 ,
p1_ . vat_id AS vat_id_78 ,
p1_ . main_category_id AS main_category_id_79 ,
p2_ . product_id AS product_id_80 ,
v3_ . variant_id AS variant_id_81 ,
p5_ . product_id AS product_id_82 ,
p5_ . parameter_id AS parameter_id_83 ,
p5_ . parameter_value_id AS parameter_value_id_84 ,
p7_ . parameter_id AS parameter_id_85 ,
c8_ . image_id AS image_id_86 ,
c8_ . tree_root AS tree_root_87 ,
c8_ . parent_id AS parent_id_88 ,
p9_ . product_id AS product_id_89 ,
p9_ . currency_code AS currency_code_90
FROM
product p1_
LEFT JOIN product_variant p2_ ON p1_ . id = p2_ . product_id
LEFT JOIN product_variant_variant_value p11_ ON p2_ . id = p11_ . product_variant_id
LEFT JOIN variant_value v3_ ON v3_ . id = p11_ . variant_value_id
LEFT JOIN variant v4_ ON v3_ . variant_id = v4_ . id
LEFT JOIN product_parameter p5_ ON p1_ . id = p5_ . product_id
LEFT JOIN parameter p6_ ON p5_ . parameter_id = p6_ . id
LEFT JOIN parameter_value p7_ ON p5_ . parameter_value_id = p7_ . id
LEFT JOIN category c8_ ON p1_ . main_category_id = c8_ . id
LEFT JOIN product_price p9_ ON p1_ . id = p9_ . product_id
LEFT JOIN currency c10_ ON p9_ . currency_code = c10_ . code
INNER JOIN product_category p13_ ON p1_ . id = p13_ . product_id
INNER JOIN category c12_ ON c12_ . id = p13_ . category_id
LEFT JOIN category_product_position c0_ ON (
c0_ . product_id = p1_ . id
AND c0_ . category_id = ?
)
WHERE
p1_ . active = true
AND (
SELECT
COUNT (* )
FROM
product_category p14_
WHERE
p14_ . product_id = p1_ . id
) > 0
AND c12_ . id IN (? )
ORDER BY
sclr_0 ASC ,
c0_ . position ASC ,
(p1_ . name - > > ? ) ASC
Copy
SELECT CASE WHEN c0_ . position IS NULL THEN 1 ELSE 0 END AS sclr_0 , p1_ . id AS id_1 , p1_ . public_id AS public_id_2 , p1_ . name AS name_3 , p1_ . description AS description_4 , p1_ . short_description AS short_description_5 , p1_ . code AS code_6 , p1_ . ean AS ean_7 , p1_ . unit AS unit_8 , p1_ . active AS active_9 , p1_ . can_be_bought AS can_be_bought_10 , p1_ . searchable AS searchable_11 , p1_ . show_price AS show_price_12 , p1_ . in_stock_text AS in_stock_text_13 , p1_ . out_of_stock_text AS out_of_stock_text_14 , p1_ . filter_parameter_value_ids AS filter_parameter_value_ids_15 , p1_ . filter_variant_value_ids AS filter_variant_value_ids_16 , p1_ . search_vector_cs AS search_vector_cs_17 , p1_ . search_vector_en AS search_vector_en_18 , p1_ . seo_title AS seo_title_19 , p1_ . seo_description AS seo_description_20 , p1_ . seo_url AS seo_url_21 , p1_ . stock_stock AS stock_stock_22 , p1_ . stock_reserved AS stock_reserved_23 , p1_ . logistic_weight AS logistic_weight_24 , p1_ . logistic_size_width AS logistic_size_width_25 , p1_ . logistic_size_height AS logistic_size_height_26 , p1_ . logistic_size_length AS logistic_size_length_27 , p1_ . price_amount AS price_amount_28 , p1_ . price_currency AS price_currency_29 , p1_ . purchase_price_amount AS purchase_price_amount_30 , p1_ . purchase_price_currency AS purchase_price_currency_31 , p2_ . id AS id_32 , p2_ . code AS code_33 , p2_ . is_default AS is_default_34 , p2_ . weight_modification AS weight_modification_35 , p2_ . price_modification_amount AS price_modification_amount_36 , p2_ . price_modification_currency AS price_modification_currency_37 , p2_ . stock_stock AS stock_stock_38 , p2_ . stock_reserved AS stock_reserved_39 , v3_ . id AS id_40 , v3_ . name AS name_41 , v3_ . slug AS slug_42 , v3_ . color AS color_43 , v3_ . position AS position_44 , v4_ . id AS id_45 , v4_ . name AS name_46 , v4_ . slug AS slug_47 , v4_ . type AS type_48 , v4_ . position AS position_49 , p5_ . id AS id_50 , p5_ . custom_value AS custom_value_51 , p6_ . id AS id_52 , p6_ . name AS name_53 , p6_ . slug AS slug_54 , p6_ . position AS position_55 , p7_ . id AS id_56 , p7_ . name AS name_57 , p7_ . slug AS slug_58 , p7_ . position AS position_59 , c8_ . id AS id_60 , c8_ . public_id AS public_id_61 , c8_ . name AS name_62 , c8_ . slug AS slug_63 , c8_ . description AS description_64 , c8_ . lft AS lft_65 , c8_ . lvl AS lvl_66 , c8_ . rgt AS rgt_67 , c8_ . position AS position_68 , p9_ . id AS id_69 , p9_ . amount AS amount_70 , p9_ . type AS type_71 , p9_ . created_at AS created_at_72 , p9_ . updated_at AS updated_at_73 , c10_ . code AS code_74 , c10_ . is_default AS is_default_75 , c10_ . is_active AS is_active_76 , c10_ . decimal_places AS decimal_places_77 , p1_ . vat_id AS vat_id_78 , p1_ . main_category_id AS main_category_id_79 , p2_ . product_id AS product_id_80 , v3_ . variant_id AS variant_id_81 , p5_ . product_id AS product_id_82 , p5_ . parameter_id AS parameter_id_83 , p5_ . parameter_value_id AS parameter_value_id_84 , p7_ . parameter_id AS parameter_id_85 , c8_ . image_id AS image_id_86 , c8_ . tree_root AS tree_root_87 , c8_ . parent_id AS parent_id_88 , p9_ . product_id AS product_id_89 , p9_ . currency_code AS currency_code_90 FROM product p1_ LEFT JOIN product_variant p2_ ON p1_ . id = p2_ . product_id LEFT JOIN product_variant_variant_value p11_ ON p2_ . id = p11_ . product_variant_id LEFT JOIN variant_value v3_ ON v3_ . id = p11_ . variant_value_id LEFT JOIN variant v4_ ON v3_ . variant_id = v4_ . id LEFT JOIN product_parameter p5_ ON p1_ . id = p5_ . product_id LEFT JOIN parameter p6_ ON p5_ . parameter_id = p6_ . id LEFT JOIN parameter_value p7_ ON p5_ . parameter_value_id = p7_ . id LEFT JOIN category c8_ ON p1_ . main_category_id = c8_ . id LEFT JOIN product_price p9_ ON p1_ . id = p9_ . product_id LEFT JOIN currency c10_ ON p9_ . currency_code = c10_ . code INNER JOIN product_category p13_ ON p1_ . id = p13_ . product_id INNER JOIN category c12_ ON c12_ . id = p13_ . category_id LEFT JOIN category_product_position c0_ ON (c0_ . product_id = p1_ . id AND c0_ . category_id = '4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a' ) WHERE p1_ . active = true AND (SELECT COUNT (* ) FROM product_category p14_ WHERE p14_ . product_id = p1_ . id ) > 0 AND c12_ . id IN ('4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a' ) ORDER BY sclr_0 ASC , c0_ . position ASC , (p1_ . name - > > 'cs' ) ASC ;
Copy
14
1.64 ms
SELECT c0_ . id AS id_0 , c0_ . session_id AS session_id_1 , c0_ . status AS status_2 , c0_ . last_activity_at AS last_activity_at_3 , c0_ . email AS email_4 , c0_ . firstname AS firstname_5 , c0_ . lastname AS lastname_6 , c0_ . telephone AS telephone_7 , c0_ . company_name AS company_name_8 , c0_ . cin AS cin_9 , c0_ . vat_id AS vat_id_10 , c0_ . pickup_point_id AS pickup_point_id_11 , c0_ . pickup_point_name AS pickup_point_name_12 , c0_ . note AS note_13 , c0_ . payment_method AS payment_method_14 , c0_ . created_at AS created_at_15 , c0_ . updated_at AS updated_at_16 , c0_ . address_street AS address_street_17 , c0_ . address_descriptive_number AS address_descriptive_number_18 , c0_ . address_city AS address_city_19 , c0_ . address_country AS address_country_20 , c0_ . address_zip_code AS address_zip_code_21 , c0_ . invoice_street AS invoice_street_22 , c0_ . invoice_descriptive_number AS invoice_descriptive_number_23 , c0_ . invoice_city AS invoice_city_24 , c0_ . invoice_country AS invoice_country_25 , c0_ . invoice_zip_code AS invoice_zip_code_26 , c1_ . id AS id_27 , c1_ . quantity AS quantity_28 , c1_ . created_at AS created_at_29 , c1_ . updated_at AS updated_at_30 , p2_ . id AS id_31 , p2_ . code AS code_32 , p2_ . is_default AS is_default_33 , p2_ . weight_modification AS weight_modification_34 , p2_ . price_modification_amount AS price_modification_amount_35 , p2_ . price_modification_currency AS price_modification_currency_36 , p2_ . stock_stock AS stock_stock_37 , p2_ . stock_reserved AS stock_reserved_38 , p3_ . id AS id_39 , p3_ . public_id AS public_id_40 , p3_ . name AS name_41 , p3_ . description AS description_42 , p3_ . short_description AS short_description_43 , p3_ . code AS code_44 , p3_ . ean AS ean_45 , p3_ . unit AS unit_46 , p3_ . active AS active_47 , p3_ . can_be_bought AS can_be_bought_48 , p3_ . searchable AS searchable_49 , p3_ . show_price AS show_price_50 , p3_ . in_stock_text AS in_stock_text_51 , p3_ . out_of_stock_text AS out_of_stock_text_52 , p3_ . filter_parameter_value_ids AS filter_parameter_value_ids_53 , p3_ . filter_variant_value_ids AS filter_variant_value_ids_54 , p3_ . search_vector_cs AS search_vector_cs_55 , p3_ . search_vector_en AS search_vector_en_56 , p3_ . seo_title AS seo_title_57 , p3_ . seo_description AS seo_description_58 , p3_ . seo_url AS seo_url_59 , p3_ . stock_stock AS stock_stock_60 , p3_ . stock_reserved AS stock_reserved_61 , p3_ . logistic_weight AS logistic_weight_62 , p3_ . logistic_size_width AS logistic_size_width_63 , p3_ . logistic_size_height AS logistic_size_height_64 , p3_ . logistic_size_length AS logistic_size_length_65 , p3_ . price_amount AS price_amount_66 , p3_ . price_currency AS price_currency_67 , p3_ . purchase_price_amount AS purchase_price_amount_68 , p3_ . purchase_price_currency AS purchase_price_currency_69 , c0_ . customer_id AS customer_id_70 , c0_ . shipping_method_id AS shipping_method_id_71 , c0_ . discount_code_id AS discount_code_id_72 , c1_ . cart_id AS cart_id_73 , c1_ . product_variant_id AS product_variant_id_74 , p2_ . product_id AS product_id_75 , p3_ . vat_id AS vat_id_76 , p3_ . main_category_id AS main_category_id_77 FROM cart c0_ LEFT JOIN cart_item c1_ ON c0_ . id = c1_ . cart_id LEFT JOIN product_variant p2_ ON c1_ . product_variant_id = p2_ . id LEFT JOIN product p3_ ON p2_ . product_id = p3_ . id WHERE c0_ . session_id = ? AND c0_ . status = ? ORDER BY c1_ . id ASC
Parameters :
[
"de9f3e11ac435899afd2dd2bd327e9d7 "
"active "
]
SELECT
c0_ . id AS id_0 ,
c0_ . session_id AS session_id_1 ,
c0_ . status AS status_2 ,
c0_ . last_activity_at AS last_activity_at_3 ,
c0_ . email AS email_4 ,
c0_ . firstname AS firstname_5 ,
c0_ . lastname AS lastname_6 ,
c0_ . telephone AS telephone_7 ,
c0_ . company_name AS company_name_8 ,
c0_ . cin AS cin_9 ,
c0_ . vat_id AS vat_id_10 ,
c0_ . pickup_point_id AS pickup_point_id_11 ,
c0_ . pickup_point_name AS pickup_point_name_12 ,
c0_ . note AS note_13 ,
c0_ . payment_method AS payment_method_14 ,
c0_ . created_at AS created_at_15 ,
c0_ . updated_at AS updated_at_16 ,
c0_ . address_street AS address_street_17 ,
c0_ . address_descriptive_number AS address_descriptive_number_18 ,
c0_ . address_city AS address_city_19 ,
c0_ . address_country AS address_country_20 ,
c0_ . address_zip_code AS address_zip_code_21 ,
c0_ . invoice_street AS invoice_street_22 ,
c0_ . invoice_descriptive_number AS invoice_descriptive_number_23 ,
c0_ . invoice_city AS invoice_city_24 ,
c0_ . invoice_country AS invoice_country_25 ,
c0_ . invoice_zip_code AS invoice_zip_code_26 ,
c1_ . id AS id_27 ,
c1_ . quantity AS quantity_28 ,
c1_ . created_at AS created_at_29 ,
c1_ . updated_at AS updated_at_30 ,
p2_ . id AS id_31 ,
p2_ . code AS code_32 ,
p2_ . is_default AS is_default_33 ,
p2_ . weight_modification AS weight_modification_34 ,
p2_ . price_modification_amount AS price_modification_amount_35 ,
p2_ . price_modification_currency AS price_modification_currency_36 ,
p2_ . stock_stock AS stock_stock_37 ,
p2_ . stock_reserved AS stock_reserved_38 ,
p3_ . id AS id_39 ,
p3_ . public_id AS public_id_40 ,
p3_ . name AS name_41 ,
p3_ . description AS description_42 ,
p3_ . short_description AS short_description_43 ,
p3_ . code AS code_44 ,
p3_ . ean AS ean_45 ,
p3_ . unit AS unit_46 ,
p3_ . active AS active_47 ,
p3_ . can_be_bought AS can_be_bought_48 ,
p3_ . searchable AS searchable_49 ,
p3_ . show_price AS show_price_50 ,
p3_ . in_stock_text AS in_stock_text_51 ,
p3_ . out_of_stock_text AS out_of_stock_text_52 ,
p3_ . filter_parameter_value_ids AS filter_parameter_value_ids_53 ,
p3_ . filter_variant_value_ids AS filter_variant_value_ids_54 ,
p3_ . search_vector_cs AS search_vector_cs_55 ,
p3_ . search_vector_en AS search_vector_en_56 ,
p3_ . seo_title AS seo_title_57 ,
p3_ . seo_description AS seo_description_58 ,
p3_ . seo_url AS seo_url_59 ,
p3_ . stock_stock AS stock_stock_60 ,
p3_ . stock_reserved AS stock_reserved_61 ,
p3_ . logistic_weight AS logistic_weight_62 ,
p3_ . logistic_size_width AS logistic_size_width_63 ,
p3_ . logistic_size_height AS logistic_size_height_64 ,
p3_ . logistic_size_length AS logistic_size_length_65 ,
p3_ . price_amount AS price_amount_66 ,
p3_ . price_currency AS price_currency_67 ,
p3_ . purchase_price_amount AS purchase_price_amount_68 ,
p3_ . purchase_price_currency AS purchase_price_currency_69 ,
c0_ . customer_id AS customer_id_70 ,
c0_ . shipping_method_id AS shipping_method_id_71 ,
c0_ . discount_code_id AS discount_code_id_72 ,
c1_ . cart_id AS cart_id_73 ,
c1_ . product_variant_id AS product_variant_id_74 ,
p2_ . product_id AS product_id_75 ,
p3_ . vat_id AS vat_id_76 ,
p3_ . main_category_id AS main_category_id_77
FROM
cart c0_
LEFT JOIN cart_item c1_ ON c0_ . id = c1_ . cart_id
LEFT JOIN product_variant p2_ ON c1_ . product_variant_id = p2_ . id
LEFT JOIN product p3_ ON p2_ . product_id = p3_ . id
WHERE
c0_ . session_id = ?
AND c0_ . status = ?
ORDER BY
c1_ . id ASC
Copy
SELECT c0_ . id AS id_0 , c0_ . session_id AS session_id_1 , c0_ . status AS status_2 , c0_ . last_activity_at AS last_activity_at_3 , c0_ . email AS email_4 , c0_ . firstname AS firstname_5 , c0_ . lastname AS lastname_6 , c0_ . telephone AS telephone_7 , c0_ . company_name AS company_name_8 , c0_ . cin AS cin_9 , c0_ . vat_id AS vat_id_10 , c0_ . pickup_point_id AS pickup_point_id_11 , c0_ . pickup_point_name AS pickup_point_name_12 , c0_ . note AS note_13 , c0_ . payment_method AS payment_method_14 , c0_ . created_at AS created_at_15 , c0_ . updated_at AS updated_at_16 , c0_ . address_street AS address_street_17 , c0_ . address_descriptive_number AS address_descriptive_number_18 , c0_ . address_city AS address_city_19 , c0_ . address_country AS address_country_20 , c0_ . address_zip_code AS address_zip_code_21 , c0_ . invoice_street AS invoice_street_22 , c0_ . invoice_descriptive_number AS invoice_descriptive_number_23 , c0_ . invoice_city AS invoice_city_24 , c0_ . invoice_country AS invoice_country_25 , c0_ . invoice_zip_code AS invoice_zip_code_26 , c1_ . id AS id_27 , c1_ . quantity AS quantity_28 , c1_ . created_at AS created_at_29 , c1_ . updated_at AS updated_at_30 , p2_ . id AS id_31 , p2_ . code AS code_32 , p2_ . is_default AS is_default_33 , p2_ . weight_modification AS weight_modification_34 , p2_ . price_modification_amount AS price_modification_amount_35 , p2_ . price_modification_currency AS price_modification_currency_36 , p2_ . stock_stock AS stock_stock_37 , p2_ . stock_reserved AS stock_reserved_38 , p3_ . id AS id_39 , p3_ . public_id AS public_id_40 , p3_ . name AS name_41 , p3_ . description AS description_42 , p3_ . short_description AS short_description_43 , p3_ . code AS code_44 , p3_ . ean AS ean_45 , p3_ . unit AS unit_46 , p3_ . active AS active_47 , p3_ . can_be_bought AS can_be_bought_48 , p3_ . searchable AS searchable_49 , p3_ . show_price AS show_price_50 , p3_ . in_stock_text AS in_stock_text_51 , p3_ . out_of_stock_text AS out_of_stock_text_52 , p3_ . filter_parameter_value_ids AS filter_parameter_value_ids_53 , p3_ . filter_variant_value_ids AS filter_variant_value_ids_54 , p3_ . search_vector_cs AS search_vector_cs_55 , p3_ . search_vector_en AS search_vector_en_56 , p3_ . seo_title AS seo_title_57 , p3_ . seo_description AS seo_description_58 , p3_ . seo_url AS seo_url_59 , p3_ . stock_stock AS stock_stock_60 , p3_ . stock_reserved AS stock_reserved_61 , p3_ . logistic_weight AS logistic_weight_62 , p3_ . logistic_size_width AS logistic_size_width_63 , p3_ . logistic_size_height AS logistic_size_height_64 , p3_ . logistic_size_length AS logistic_size_length_65 , p3_ . price_amount AS price_amount_66 , p3_ . price_currency AS price_currency_67 , p3_ . purchase_price_amount AS purchase_price_amount_68 , p3_ . purchase_price_currency AS purchase_price_currency_69 , c0_ . customer_id AS customer_id_70 , c0_ . shipping_method_id AS shipping_method_id_71 , c0_ . discount_code_id AS discount_code_id_72 , c1_ . cart_id AS cart_id_73 , c1_ . product_variant_id AS product_variant_id_74 , p2_ . product_id AS product_id_75 , p3_ . vat_id AS vat_id_76 , p3_ . main_category_id AS main_category_id_77 FROM cart c0_ LEFT JOIN cart_item c1_ ON c0_ . id = c1_ . cart_id LEFT JOIN product_variant p2_ ON c1_ . product_variant_id = p2_ . id LEFT JOIN product p3_ ON p2_ . product_id = p3_ . id WHERE c0_ . session_id = 'de9f3e11ac435899afd2dd2bd327e9d7' AND c0_ . status = 'active' ORDER BY c1_ . id ASC ;
Copy
15
0.58 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"355303d6-d8a7-4717-b11c-08ae7eeb559a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '355303d6-d8a7-4717-b11c-08ae7eeb559a' ;
Copy
16
0.54 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"368c816e-921f-4322-a827-8294a4d69ada "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '368c816e-921f-4322-a827-8294a4d69ada' ;
Copy
17
0.51 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"e856818e-129e-41f8-b370-a939e6dbf8cb "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e856818e-129e-41f8-b370-a939e6dbf8cb' ;
Copy
18
0.46 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7fe86f05-b718-49f1-8406-1698d87ade3c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7fe86f05-b718-49f1-8406-1698d87ade3c' ;
Copy
19
0.44 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"26f8c927-d4ee-4f5a-820d-fc330bab2e15 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '26f8c927-d4ee-4f5a-820d-fc330bab2e15' ;
Copy
20
0.42 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"1f8b5cdd-63bf-4bd0-be90-2dfcdd3d2677 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1f8b5cdd-63bf-4bd0-be90-2dfcdd3d2677' ;
Copy
21
0.41 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"b5387628-bfd2-427c-95ea-54202231e7e4 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b5387628-bfd2-427c-95ea-54202231e7e4' ;
Copy
22
0.34 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7dc0de1e-4804-4623-b3ee-d0682ff8fd9f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7dc0de1e-4804-4623-b3ee-d0682ff8fd9f' ;
Copy
23
0.45 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"d5887961-0fc7-4d5f-8806-de090ca2c7d9 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd5887961-0fc7-4d5f-8806-de090ca2c7d9' ;
Copy
24
0.35 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"bdfd88a8-8ebf-45e9-a62b-f94f4e0eca03 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'bdfd88a8-8ebf-45e9-a62b-f94f4e0eca03' ;
Copy
25
0.46 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"95d9f81d-1f7c-4b9e-98d9-d16e9647346e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '95d9f81d-1f7c-4b9e-98d9-d16e9647346e' ;
Copy
26
0.33 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"28d169f7-1b23-4f35-b158-d967e2a6609e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '28d169f7-1b23-4f35-b158-d967e2a6609e' ;
Copy
27
0.34 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"35798ef6-b656-4d4a-979e-0e229aae8267 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '35798ef6-b656-4d4a-979e-0e229aae8267' ;
Copy
28
0.34 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"df17e36d-7b59-46bf-a6d5-6d697c3f5c22 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'df17e36d-7b59-46bf-a6d5-6d697c3f5c22' ;
Copy
29
0.51 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"cfae9c73-173b-4db6-bce2-4df5b1816853 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'cfae9c73-173b-4db6-bce2-4df5b1816853' ;
Copy
30
0.33 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"491687ee-8f46-4a8b-b4c7-6b508d292830 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '491687ee-8f46-4a8b-b4c7-6b508d292830' ;
Copy
31
0.32 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"8e562455-273d-4a0c-8c33-64a6c849b67d "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '8e562455-273d-4a0c-8c33-64a6c849b67d' ;
Copy
32
0.37 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"b47e8038-689a-42d5-9bec-8f9b313c0a39 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b47e8038-689a-42d5-9bec-8f9b313c0a39' ;
Copy
33
0.31 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"30679fd2-0f42-42d9-89ec-1052c8172114 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '30679fd2-0f42-42d9-89ec-1052c8172114' ;
Copy
34
0.34 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"848e956d-8868-475e-82b7-40283c825f0b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '848e956d-8868-475e-82b7-40283c825f0b' ;
Copy
35
0.33 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"ba825bae-6e6c-4fc3-bc07-cb564058f193 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'ba825bae-6e6c-4fc3-bc07-cb564058f193' ;
Copy
36
0.51 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2ac1d505-066a-42a6-9b31-42d9253c22f5 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2ac1d505-066a-42a6-9b31-42d9253c22f5' ;
Copy
37
0.43 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7631c7b1-ca29-4990-ad83-7e8c75923be9 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7631c7b1-ca29-4990-ad83-7e8c75923be9' ;
Copy
38
0.46 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"045541f0-2fed-4257-8de0-f03b6f06d423 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '045541f0-2fed-4257-8de0-f03b6f06d423' ;
Copy
39
0.48 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7b7e9372-b685-4b08-a892-0c30fd2b3a10 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7b7e9372-b685-4b08-a892-0c30fd2b3a10' ;
Copy
40
0.45 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2344dba3-c799-4dfa-b2e7-c53aa635448f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2344dba3-c799-4dfa-b2e7-c53aa635448f' ;
Copy
41
0.51 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2c2248fd-5998-4a3b-b48d-265d418476d7 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2c2248fd-5998-4a3b-b48d-265d418476d7' ;
Copy
42
0.40 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"413558c6-093a-4fb5-86a0-c074645114a9 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '413558c6-093a-4fb5-86a0-c074645114a9' ;
Copy
43
0.48 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"645ab714-d95e-4cc5-93ba-2504bc039405 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '645ab714-d95e-4cc5-93ba-2504bc039405' ;
Copy
44
0.40 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"5bb25fea-7610-46ce-9b39-8939e0209d1e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '5bb25fea-7610-46ce-9b39-8939e0209d1e' ;
Copy
45
0.45 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7b6cd4e0-4b02-4589-bed7-c8279b75b00e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7b6cd4e0-4b02-4589-bed7-c8279b75b00e' ;
Copy
46
0.41 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"0eab8c4b-cfd9-493f-8676-f7458812c3ad "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '0eab8c4b-cfd9-493f-8676-f7458812c3ad' ;
Copy
47
0.48 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"04707f6c-760a-4ffe-ba40-444cafb102e1 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '04707f6c-760a-4ffe-ba40-444cafb102e1' ;
Copy
48
0.53 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"4780af63-db20-422e-a599-6fe2427e9f95 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4780af63-db20-422e-a599-6fe2427e9f95' ;
Copy
49
0.42 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"634ecbae-c215-4266-a9c6-2f35502d8f7b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '634ecbae-c215-4266-a9c6-2f35502d8f7b' ;
Copy
50
0.48 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"cf34bba9-87c9-4816-aa0c-33d2456a4248 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'cf34bba9-87c9-4816-aa0c-33d2456a4248' ;
Copy
51
0.47 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"671358ac-1d71-4ebc-8818-dac4de39cdc6 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '671358ac-1d71-4ebc-8818-dac4de39cdc6' ;
Copy
52
0.48 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"542fe9e0-f3cc-4fdb-b374-b4863bfdfbff "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '542fe9e0-f3cc-4fdb-b374-b4863bfdfbff' ;
Copy
53
0.44 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"093196c9-ae5b-4006-b7a3-2d45da06a08e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '093196c9-ae5b-4006-b7a3-2d45da06a08e' ;
Copy
54
0.56 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7bb1c38b-2113-4c9b-aa5c-eba1eeeab828 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7bb1c38b-2113-4c9b-aa5c-eba1eeeab828' ;
Copy
55
0.50 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"a67d34fb-437b-4d6a-98d5-bf85c010bdd5 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a67d34fb-437b-4d6a-98d5-bf85c010bdd5' ;
Copy
56
0.42 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"a88cdd6c-b2a5-4a55-a571-0cfda5beda98 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a88cdd6c-b2a5-4a55-a571-0cfda5beda98' ;
Copy
57
0.48 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"a2e24878-6ef8-4783-9355-13c7d4271438 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a2e24878-6ef8-4783-9355-13c7d4271438' ;
Copy
58
0.44 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"b6060a38-1350-49ed-8e46-9a2bd01a66bb "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b6060a38-1350-49ed-8e46-9a2bd01a66bb' ;
Copy
59
0.41 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"6d8b8410-f1e4-4e4c-9701-bb839aad034a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6d8b8410-f1e4-4e4c-9701-bb839aad034a' ;
Copy
60
0.49 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"5dd3b534-fa55-49d0-ae75-5f81830d1a5a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '5dd3b534-fa55-49d0-ae75-5f81830d1a5a' ;
Copy
61
0.46 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"4ef23611-38d8-4147-bb08-d5e567758b68 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4ef23611-38d8-4147-bb08-d5e567758b68' ;
Copy
62
0.54 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"5e990fd8-3cf5-4307-b345-cfbda898aa7e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '5e990fd8-3cf5-4307-b345-cfbda898aa7e' ;
Copy
63
0.56 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"118ebbe2-625c-4436-9d81-5c488404bd03 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '118ebbe2-625c-4436-9d81-5c488404bd03' ;
Copy
64
0.47 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"927b3858-4044-4012-8523-640447247ef7 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '927b3858-4044-4012-8523-640447247ef7' ;
Copy
65
0.52 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"cf6a91cc-a1de-4b6e-bd0b-fef4df77ccd6 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'cf6a91cc-a1de-4b6e-bd0b-fef4df77ccd6' ;
Copy
66
0.48 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"d0ccb802-9b95-44af-9adf-fbba8a8eab28 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd0ccb802-9b95-44af-9adf-fbba8a8eab28' ;
Copy
67
0.46 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"39b4f526-f7d5-434b-b87c-5c110e7b5c40 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '39b4f526-f7d5-434b-b87c-5c110e7b5c40' ;
Copy
68
0.53 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"55a3d09b-e8c0-41b6-9c1d-ee6626969ae1 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '55a3d09b-e8c0-41b6-9c1d-ee6626969ae1' ;
Copy
69
0.52 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"0864cbb6-d6b9-40c4-b288-76065cd19505 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '0864cbb6-d6b9-40c4-b288-76065cd19505' ;
Copy
70
0.48 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"fbc15251-8b09-4319-9b4e-d86bc46f6a43 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'fbc15251-8b09-4319-9b4e-d86bc46f6a43' ;
Copy
71
0.55 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"b18bdc07-51fa-40ef-a1bb-022df56b650b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b18bdc07-51fa-40ef-a1bb-022df56b650b' ;
Copy
72
0.47 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"1992d3ec-b0ba-4ff9-9d12-9ceb12ef499b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1992d3ec-b0ba-4ff9-9d12-9ceb12ef499b' ;
Copy
73
0.53 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"6e9691e8-1ff5-4faa-a2e5-b95e2cc2f056 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6e9691e8-1ff5-4faa-a2e5-b95e2cc2f056' ;
Copy
74
0.59 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"682ce928-1ca7-42d4-939f-1b70c6d41a83 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '682ce928-1ca7-42d4-939f-1b70c6d41a83' ;
Copy
75
0.39 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"b81a5998-4f6f-4028-b484-0cc773034086 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b81a5998-4f6f-4028-b484-0cc773034086' ;
Copy
76
0.37 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"3f9ad20e-2f87-48cf-a7a2-3c97109bfc30 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3f9ad20e-2f87-48cf-a7a2-3c97109bfc30' ;
Copy
77
0.32 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"3f87e1e8-954e-4522-9564-1a41c439d281 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3f87e1e8-954e-4522-9564-1a41c439d281' ;
Copy
78
0.40 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"b23b8b11-d45f-44ae-929a-e2c53a945ddc "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b23b8b11-d45f-44ae-929a-e2c53a945ddc' ;
Copy
79
0.33 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"aaf1f041-4c52-42cf-947a-107007bbc97e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'aaf1f041-4c52-42cf-947a-107007bbc97e' ;
Copy
80
0.36 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"475622ac-193a-4169-a50f-f6e8d6f0e266 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '475622ac-193a-4169-a50f-f6e8d6f0e266' ;
Copy
81
0.32 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"710797b8-6c6c-4f02-8d32-bba4714292cb "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '710797b8-6c6c-4f02-8d32-bba4714292cb' ;
Copy
82
0.34 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"73b78393-d7ee-4834-aaf7-4b549bb67c38 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '73b78393-d7ee-4834-aaf7-4b549bb67c38' ;
Copy
83
0.35 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"f1807a7f-1723-42b7-aa2a-2b5f330a671e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'f1807a7f-1723-42b7-aa2a-2b5f330a671e' ;
Copy
84
0.35 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"08f704cd-f113-486e-aa8c-924eb41cf111 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '08f704cd-f113-486e-aa8c-924eb41cf111' ;
Copy
85
0.35 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"e9bab305-6981-4316-85e5-986dc2844acf "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e9bab305-6981-4316-85e5-986dc2844acf' ;
Copy
86
0.31 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"4b19a15f-f8df-4458-b285-7a9c801eef47 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4b19a15f-f8df-4458-b285-7a9c801eef47' ;
Copy
87
0.35 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"27f3493e-b0f2-487c-a76e-aebf6d164342 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '27f3493e-b0f2-487c-a76e-aebf6d164342' ;
Copy
88
0.33 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"3639d62b-31d4-4ffc-b848-b546a59eb36c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3639d62b-31d4-4ffc-b848-b546a59eb36c' ;
Copy
89
0.33 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"6e8fe9a7-ce80-4541-b2f4-06817abc926c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6e8fe9a7-ce80-4541-b2f4-06817abc926c' ;
Copy
90
0.35 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"ca44af75-8ac0-4986-93d3-0eda308eee53 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'ca44af75-8ac0-4986-93d3-0eda308eee53' ;
Copy
91
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2020adc3-a256-4260-9577-cabbe1f37bd3 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2020adc3-a256-4260-9577-cabbe1f37bd3' ;
Copy
92
0.31 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"bb269643-f57e-4e14-b3d1-bed1e20a0dd9 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'bb269643-f57e-4e14-b3d1-bed1e20a0dd9' ;
Copy
93
0.35 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"815233cd-4585-4d23-98f5-f18eee5cef98 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '815233cd-4585-4d23-98f5-f18eee5cef98' ;
Copy
94
0.32 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"b9b51570-ddca-45e3-910f-7fcbfbcbb519 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b9b51570-ddca-45e3-910f-7fcbfbcbb519' ;
Copy
95
0.36 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"bf166e78-ef93-47e7-b6f7-7253e984e533 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'bf166e78-ef93-47e7-b6f7-7253e984e533' ;
Copy
96
0.36 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"8ba9b9ee-99a3-4ff1-b93d-87ffe99be6ba "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '8ba9b9ee-99a3-4ff1-b93d-87ffe99be6ba' ;
Copy
97
0.43 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2f69273a-7bfc-45f2-968b-e143cbe005d5 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2f69273a-7bfc-45f2-968b-e143cbe005d5' ;
Copy
98
0.40 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"c2a8e42e-bbb2-4dd3-a0b2-7cf2b1b3b04a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'c2a8e42e-bbb2-4dd3-a0b2-7cf2b1b3b04a' ;
Copy
99
0.42 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"b5a38c52-a967-4ce4-8a2e-dcf8122e2e38 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b5a38c52-a967-4ce4-8a2e-dcf8122e2e38' ;
Copy
100
0.31 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"3d03de5a-f6e0-4e57-83dc-bd7fed7ae4a4 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3d03de5a-f6e0-4e57-83dc-bd7fed7ae4a4' ;
Copy
101
0.43 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"a3a2b9bb-ae9a-4498-bc1d-1945c59ff9f4 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a3a2b9bb-ae9a-4498-bc1d-1945c59ff9f4' ;
Copy
102
0.46 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"126356a7-1735-47fd-bb28-c3970135bee8 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '126356a7-1735-47fd-bb28-c3970135bee8' ;
Copy
103
0.49 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"ca75cc07-ef9a-4e30-be96-ec57744cf758 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'ca75cc07-ef9a-4e30-be96-ec57744cf758' ;
Copy
104
0.37 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"f8442593-9089-4c19-a65e-457f947d7b46 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'f8442593-9089-4c19-a65e-457f947d7b46' ;
Copy
105
0.49 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"79a676fe-1c43-46a6-b838-43b95364cc39 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '79a676fe-1c43-46a6-b838-43b95364cc39' ;
Copy
106
0.33 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"3befb95e-5368-4fe9-80eb-1e22366d01a4 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3befb95e-5368-4fe9-80eb-1e22366d01a4' ;
Copy
107
0.34 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"6f20b4fc-0126-4571-baa3-a5d35d7f7bf3 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6f20b4fc-0126-4571-baa3-a5d35d7f7bf3' ;
Copy
108
0.81 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2f95c1b8-2247-4b53-9868-48c1737972a6 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2f95c1b8-2247-4b53-9868-48c1737972a6' ;
Copy
109
0.41 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"6047fe79-d3e6-47db-8566-b9ee0b1b287c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6047fe79-d3e6-47db-8566-b9ee0b1b287c' ;
Copy
110
0.47 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7f454f03-cab6-4fae-96b2-77ee6881511f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7f454f03-cab6-4fae-96b2-77ee6881511f' ;
Copy
111
0.42 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"27c8742a-2009-41fd-a433-8ec1c073f07a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '27c8742a-2009-41fd-a433-8ec1c073f07a' ;
Copy
112
0.41 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"800ee169-083f-4130-b5f8-5bc058949d65 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '800ee169-083f-4130-b5f8-5bc058949d65' ;
Copy
113
0.60 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"c17db6f4-e03e-4af4-9a3f-484b0514337f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'c17db6f4-e03e-4af4-9a3f-484b0514337f' ;
Copy
114
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"a053c999-3a0c-4c0a-b266-3e7229e5ae39 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a053c999-3a0c-4c0a-b266-3e7229e5ae39' ;
Copy
115
0.49 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"32c21820-914b-47ed-8d84-c1bc18d095ed "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '32c21820-914b-47ed-8d84-c1bc18d095ed' ;
Copy
116
0.62 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"55541599-d60c-4511-bc00-4c806c8c9b07 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '55541599-d60c-4511-bc00-4c806c8c9b07' ;
Copy
117
0.41 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"3cfaa5a2-b328-4c9e-8389-ebb104e6bfec "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3cfaa5a2-b328-4c9e-8389-ebb104e6bfec' ;
Copy
118
0.64 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"57ff3c3a-f0b8-4ebd-9dab-d8717678d5ce "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '57ff3c3a-f0b8-4ebd-9dab-d8717678d5ce' ;
Copy
119
0.65 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"5953de44-58f2-4786-ac13-bda8c1afe7b5 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '5953de44-58f2-4786-ac13-bda8c1afe7b5' ;
Copy
120
0.58 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"a26e39b5-2eaa-409d-b1ce-66b541fe33b5 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a26e39b5-2eaa-409d-b1ce-66b541fe33b5' ;
Copy
121
0.40 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"b78571f1-e018-4f23-8000-8d6022a36dc8 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b78571f1-e018-4f23-8000-8d6022a36dc8' ;
Copy
122
0.48 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"185fd392-6543-47f5-a3c5-3513a88d2102 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '185fd392-6543-47f5-a3c5-3513a88d2102' ;
Copy
123
0.44 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"1b6dc397-45bf-4731-bfba-a68d8f0a7125 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1b6dc397-45bf-4731-bfba-a68d8f0a7125' ;
Copy
124
0.44 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"86078900-fb22-4b68-9eb3-8ce5149ecbfb "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '86078900-fb22-4b68-9eb3-8ce5149ecbfb' ;
Copy
125
0.58 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"18106ed7-2353-4d7c-bcdc-66e614aa1c39 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '18106ed7-2353-4d7c-bcdc-66e614aa1c39' ;
Copy
126
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"e32d8a3b-255d-4d7d-9e3e-bc96b24781af "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e32d8a3b-255d-4d7d-9e3e-bc96b24781af' ;
Copy
127
0.51 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"563e5844-cb5a-4745-8eeb-65910e3248a2 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '563e5844-cb5a-4745-8eeb-65910e3248a2' ;
Copy
128
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"e76cc429-9cac-4efd-9c14-b8db94be08b3 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e76cc429-9cac-4efd-9c14-b8db94be08b3' ;
Copy
129
0.50 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"9186a964-9595-42cc-a1d2-5af0f6a538e9 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '9186a964-9595-42cc-a1d2-5af0f6a538e9' ;
Copy
130
0.83 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"6190c719-b48b-4cc8-a1e7-70e1c2fc1b5a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6190c719-b48b-4cc8-a1e7-70e1c2fc1b5a' ;
Copy
131
0.60 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7a40b9ba-59d2-4a49-9149-f714ddb01f6d "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7a40b9ba-59d2-4a49-9149-f714ddb01f6d' ;
Copy
132
0.58 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"729bd080-9975-419e-8139-7a8c2d557a67 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '729bd080-9975-419e-8139-7a8c2d557a67' ;
Copy
133
0.53 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"988bed04-9739-4703-a918-9f99a29ca92f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '988bed04-9739-4703-a918-9f99a29ca92f' ;
Copy
134
0.60 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"dfa04a09-2141-4db6-8e18-85b1ebff8b81 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'dfa04a09-2141-4db6-8e18-85b1ebff8b81' ;
Copy
135
0.60 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"ad2244c8-826a-4269-9919-5c1eeb6d481e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'ad2244c8-826a-4269-9919-5c1eeb6d481e' ;
Copy
136
0.52 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"d8cbb64e-df73-4667-b039-2796b39aad3c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd8cbb64e-df73-4667-b039-2796b39aad3c' ;
Copy
137
0.55 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7f487205-69cf-4975-a67a-1f5830d05d24 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7f487205-69cf-4975-a67a-1f5830d05d24' ;
Copy
138
0.56 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"79f35eb2-8a1f-49a9-ae1a-fbaeb1d27481 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '79f35eb2-8a1f-49a9-ae1a-fbaeb1d27481' ;
Copy
139
0.43 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"85d3ee66-0541-4adf-bd4b-05d1c803f36c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '85d3ee66-0541-4adf-bd4b-05d1c803f36c' ;
Copy
140
0.49 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2e281a2e-a343-4696-8571-0bd7b1cf0dc9 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2e281a2e-a343-4696-8571-0bd7b1cf0dc9' ;
Copy
141
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"76cd122b-ee0e-4e60-b03d-8a783b02071e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '76cd122b-ee0e-4e60-b03d-8a783b02071e' ;
Copy
142
0.53 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"27aba284-c304-4640-ac1b-a22d4ac821ff "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '27aba284-c304-4640-ac1b-a22d4ac821ff' ;
Copy
143
0.47 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"6636f63f-23ef-420c-8ecc-becf69a7fcdd "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6636f63f-23ef-420c-8ecc-becf69a7fcdd' ;
Copy
144
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"86a2bcd3-7b93-4e70-adf6-16bd88e2a860 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '86a2bcd3-7b93-4e70-adf6-16bd88e2a860' ;
Copy
145
0.56 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2abaf554-c9ad-4eff-b96a-e2f039e0406a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2abaf554-c9ad-4eff-b96a-e2f039e0406a' ;
Copy
146
0.37 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"fae4b453-a3d3-4d8d-9ab4-fb029ca996b9 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'fae4b453-a3d3-4d8d-9ab4-fb029ca996b9' ;
Copy
147
0.48 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"f18d5e7b-8484-4284-a7dc-6f0053472d42 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'f18d5e7b-8484-4284-a7dc-6f0053472d42' ;
Copy
148
0.42 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"53ef06bf-b074-462a-a314-47316b376cbb "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '53ef06bf-b074-462a-a314-47316b376cbb' ;
Copy
149
0.46 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"cb9a1c45-8c4a-447a-a38f-e748a113c8fb "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'cb9a1c45-8c4a-447a-a38f-e748a113c8fb' ;
Copy
150
0.49 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"ede8de2c-5e08-4626-9745-e8bcaf97fa04 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'ede8de2c-5e08-4626-9745-e8bcaf97fa04' ;
Copy
151
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7e25545c-0b0e-4b91-aa6a-e72f901b0f56 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7e25545c-0b0e-4b91-aa6a-e72f901b0f56' ;
Copy
152
0.59 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"998f44ce-11a1-4731-89ab-b608a1ed97df "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '998f44ce-11a1-4731-89ab-b608a1ed97df' ;
Copy
153
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"77cf8894-2afc-4c66-bd19-2f79006739bb "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '77cf8894-2afc-4c66-bd19-2f79006739bb' ;
Copy
154
0.45 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"87fe2bd7-d7f4-4ece-b5cd-508902364485 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '87fe2bd7-d7f4-4ece-b5cd-508902364485' ;
Copy
155
0.39 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7be81d7a-5b70-422a-9ba8-bab6200a1c85 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7be81d7a-5b70-422a-9ba8-bab6200a1c85' ;
Copy
156
0.43 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"57fd865c-350b-4fbe-9241-a8a8bfdf64a2 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '57fd865c-350b-4fbe-9241-a8a8bfdf64a2' ;
Copy
157
0.40 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"d12ffc6e-d2ff-401f-bd41-d7799fff48ba "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd12ffc6e-d2ff-401f-bd41-d7799fff48ba' ;
Copy
158
0.46 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"c7a84426-024f-4e7c-aa59-3dac3573e8a6 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'c7a84426-024f-4e7c-aa59-3dac3573e8a6' ;
Copy
159
0.67 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"4e952eaa-e2e2-4b4b-bfd9-84849f48cc58 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4e952eaa-e2e2-4b4b-bfd9-84849f48cc58' ;
Copy
160
0.60 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"e5bc6d93-87dc-44cb-8744-4baa40749d7c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e5bc6d93-87dc-44cb-8744-4baa40749d7c' ;
Copy
161
0.48 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"1be51fcf-354e-4408-8343-6da2d954768c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1be51fcf-354e-4408-8343-6da2d954768c' ;
Copy
162
0.59 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"253c16df-c52b-4334-99d8-e65921a34947 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '253c16df-c52b-4334-99d8-e65921a34947' ;
Copy
163
0.61 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"640ab064-b4fc-4dc1-837a-b8be40e134a9 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '640ab064-b4fc-4dc1-837a-b8be40e134a9' ;
Copy
164
0.46 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"83335ef1-a465-434a-84e6-2d095db47f46 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '83335ef1-a465-434a-84e6-2d095db47f46' ;
Copy
165
0.47 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"e282bb83-0b4b-4946-b8ed-aeb469708df2 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e282bb83-0b4b-4946-b8ed-aeb469708df2' ;
Copy
166
0.61 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2cfe6f1e-582b-4e71-a488-a212acf382a5 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2cfe6f1e-582b-4e71-a488-a212acf382a5' ;
Copy
167
0.39 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"da55d833-8444-45de-ac9d-2e93854f303a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'da55d833-8444-45de-ac9d-2e93854f303a' ;
Copy
168
0.48 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"824e54d9-c880-4f42-84e4-d3568bf9e119 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '824e54d9-c880-4f42-84e4-d3568bf9e119' ;
Copy
169
0.33 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"9623f614-ff80-4dfd-bd2a-00a6e1b391d0 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '9623f614-ff80-4dfd-bd2a-00a6e1b391d0' ;
Copy
170
0.40 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"bdc832b2-6065-491f-a749-8831bed0a767 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'bdc832b2-6065-491f-a749-8831bed0a767' ;
Copy
171
0.35 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"48fe5526-d02e-4d13-8222-b48a9084df6b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '48fe5526-d02e-4d13-8222-b48a9084df6b' ;
Copy
172
0.44 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"328a19e8-cef9-49ff-ab5b-b70aa58cb349 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '328a19e8-cef9-49ff-ab5b-b70aa58cb349' ;
Copy
173
0.42 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"fb44738b-fdeb-4313-8e6a-95d20ab07dad "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'fb44738b-fdeb-4313-8e6a-95d20ab07dad' ;
Copy
174
0.65 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"81612edb-2142-4152-8b91-1fcc7e329b4f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '81612edb-2142-4152-8b91-1fcc7e329b4f' ;
Copy
175
0.39 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"bacbcf98-905a-408e-a664-a068bfc9eb26 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'bacbcf98-905a-408e-a664-a068bfc9eb26' ;
Copy
176
0.36 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"6dbee4ac-1225-4371-a054-168c5cc023a4 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6dbee4ac-1225-4371-a054-168c5cc023a4' ;
Copy
177
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"6e86069b-c07c-4fc6-a801-f14e5471d85a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6e86069b-c07c-4fc6-a801-f14e5471d85a' ;
Copy
178
0.36 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2c168d8c-28fb-47a9-9d86-ea1999af981f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2c168d8c-28fb-47a9-9d86-ea1999af981f' ;
Copy
179
0.40 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"141df4a3-8d3f-4a37-8383-332ff4e6c383 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '141df4a3-8d3f-4a37-8383-332ff4e6c383' ;
Copy
180
0.36 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7d90a331-01ed-4783-8440-bba6c02fc9cf "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7d90a331-01ed-4783-8440-bba6c02fc9cf' ;
Copy
181
0.34 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"05738bf7-5c34-4e3f-9e47-63b4eaf03adc "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '05738bf7-5c34-4e3f-9e47-63b4eaf03adc' ;
Copy
182
0.39 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"4d28dbeb-168e-4786-ba00-819e09472bca "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4d28dbeb-168e-4786-ba00-819e09472bca' ;
Copy
183
0.49 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"4ac98c12-1c80-4709-a0cc-d783e99b15c2 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4ac98c12-1c80-4709-a0cc-d783e99b15c2' ;
Copy
184
1.31 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"1e0eb658-a097-49b9-9681-6c8cda7439bf "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1e0eb658-a097-49b9-9681-6c8cda7439bf' ;
Copy
185
0.37 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"ece437ff-1b63-4cc2-8fae-85a99ebb5b6f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'ece437ff-1b63-4cc2-8fae-85a99ebb5b6f' ;
Copy
186
0.40 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"502a771b-9172-4eab-bd54-a3cd9ceedb98 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '502a771b-9172-4eab-bd54-a3cd9ceedb98' ;
Copy
187
0.33 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"35bf9ee0-61e5-4d7c-8453-1e5a89a56749 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '35bf9ee0-61e5-4d7c-8453-1e5a89a56749' ;
Copy
188
0.43 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"629bfe35-2f96-4a88-82f3-fcb8cbb34e2a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '629bfe35-2f96-4a88-82f3-fcb8cbb34e2a' ;
Copy
189
0.33 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"107ddd34-90e1-4bb1-9a0a-576070a49466 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '107ddd34-90e1-4bb1-9a0a-576070a49466' ;
Copy
190
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"364dfbbe-82f0-4a78-bcf4-f968480131ea "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '364dfbbe-82f0-4a78-bcf4-f968480131ea' ;
Copy
191
0.31 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2d7afe3f-4f8a-4516-bd95-371ef551c437 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2d7afe3f-4f8a-4516-bd95-371ef551c437' ;
Copy
192
0.50 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"fc5a37e0-ad07-4028-acaf-67815f49db0d "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'fc5a37e0-ad07-4028-acaf-67815f49db0d' ;
Copy
193
0.35 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"44259a3e-b126-46aa-8d1d-c643b2b88389 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '44259a3e-b126-46aa-8d1d-c643b2b88389' ;
Copy
194
0.41 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"512548d1-4b44-4d96-8ccf-11fd837a44f5 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '512548d1-4b44-4d96-8ccf-11fd837a44f5' ;
Copy
195
0.43 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"398254f8-2cfc-415c-b51e-c913e5ad75dd "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '398254f8-2cfc-415c-b51e-c913e5ad75dd' ;
Copy
196
0.39 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"b354656b-de5e-4e78-b51b-61314652859e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b354656b-de5e-4e78-b51b-61314652859e' ;
Copy
197
0.35 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2f766117-35b9-40a5-9779-a663f074f2cd "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2f766117-35b9-40a5-9779-a663f074f2cd' ;
Copy
198
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"94adbfa9-9c07-48ad-a7b5-b16eaa669df1 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '94adbfa9-9c07-48ad-a7b5-b16eaa669df1' ;
Copy
199
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"e8f3d545-7df0-401b-a645-13b5854ac7f0 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e8f3d545-7df0-401b-a645-13b5854ac7f0' ;
Copy
200
0.60 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"3830658b-378f-40de-9d92-4ac2823097e9 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3830658b-378f-40de-9d92-4ac2823097e9' ;
Copy
201
0.58 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"a6ad32e1-dd56-4f0d-a1ee-dfc254d9a757 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a6ad32e1-dd56-4f0d-a1ee-dfc254d9a757' ;
Copy
202
0.57 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"6c38a252-7d28-4188-b044-c190e57beadf "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6c38a252-7d28-4188-b044-c190e57beadf' ;
Copy
203
0.43 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"59a8fe57-4dac-4e7b-a6ca-6ff2319ce8ab "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '59a8fe57-4dac-4e7b-a6ca-6ff2319ce8ab' ;
Copy
204
0.73 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"75434a5e-376e-4ffc-ab15-be8ef05454a2 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '75434a5e-376e-4ffc-ab15-be8ef05454a2' ;
Copy
205
0.57 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"4247d01d-3497-4e2a-8502-b18bd3655a52 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4247d01d-3497-4e2a-8502-b18bd3655a52' ;
Copy
206
0.56 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"70f54ba0-a287-47d5-869a-43a318738b06 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '70f54ba0-a287-47d5-869a-43a318738b06' ;
Copy
207
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"bd083b65-f1ae-41f2-b6c9-57229cb7865d "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'bd083b65-f1ae-41f2-b6c9-57229cb7865d' ;
Copy
208
0.69 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"d74ae8a1-126c-445d-b3be-d9b7a4b9d208 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd74ae8a1-126c-445d-b3be-d9b7a4b9d208' ;
Copy
209
0.74 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"3d8f18e5-640c-49e8-a7db-a6066a4272e1 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3d8f18e5-640c-49e8-a7db-a6066a4272e1' ;
Copy
210
0.44 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"31576648-3d14-4749-a100-d36c64ad11bc "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '31576648-3d14-4749-a100-d36c64ad11bc' ;
Copy
211
0.43 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"7efea3d0-1f67-46af-93f9-823603a43d91 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7efea3d0-1f67-46af-93f9-823603a43d91' ;
Copy
212
0.42 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"249d8475-244a-43ab-aa69-5eecc311f0ca "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '249d8475-244a-43ab-aa69-5eecc311f0ca' ;
Copy
213
0.56 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"cbc4f391-467e-433b-872f-516a41a0f722 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'cbc4f391-467e-433b-872f-516a41a0f722' ;
Copy
214
0.52 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"e3f42d6d-46ff-4166-81f5-4cea29d62d7a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e3f42d6d-46ff-4166-81f5-4cea29d62d7a' ;
Copy
215
0.58 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"d1e2f3a4-b5c6-4d7e-8f9a-0b1c2d3e4f50 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd1e2f3a4-b5c6-4d7e-8f9a-0b1c2d3e4f50' ;
Copy
216
0.53 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"2c5f8e3a-9b1d-4f7c-a6e2-8d4b3c1a5e9f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2c5f8e3a-9b1d-4f7c-a6e2-8d4b3c1a5e9f' ;
Copy
217
0.51 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"428e917a-05e4-49a7-93f6-3a8645a0e6ca "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '428e917a-05e4-49a7-93f6-3a8645a0e6ca' ;
Copy
218
0.61 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"b55d9da1-765e-4343-9740-a4557f6ce7cd "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b55d9da1-765e-4343-9740-a4557f6ce7cd' ;
Copy
219
0.58 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"49b861ff-4f46-41d8-ad55-632b9799b492 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '49b861ff-4f46-41d8-ad55-632b9799b492' ;
Copy
220
0.53 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"f9c865e5-1a49-406f-a8f9-90d6f07df2f8 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'f9c865e5-1a49-406f-a8f9-90d6f07df2f8' ;
Copy
221
0.61 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"3894e489-bd0c-4f54-ba9e-febf47900694 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3894e489-bd0c-4f54-ba9e-febf47900694' ;
Copy
222
0.62 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = ?
Parameters :
[
"adb9d694-d757-469e-8a76-d95e6d5b7824 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'adb9d694-d757-469e-8a76-d95e6d5b7824' ;
Copy
223
3.00 ms
SELECT d0_ . id AS id_0 , d0_ . name AS name_1 , d0_ . code AS code_2 , d0_ . target AS target_3 , d0_ . type AS type_4 , d0_ . value AS value_5 , d0_ . active_from AS active_from_6 , d0_ . active_to AS active_to_7 , d0_ . minimum_quantity AS minimum_quantity_8 , d0_ . active AS active_9 , p1_ . id AS id_10 , p1_ . public_id AS public_id_11 , p1_ . name AS name_12 , p1_ . description AS description_13 , p1_ . short_description AS short_description_14 , p1_ . code AS code_15 , p1_ . ean AS ean_16 , p1_ . unit AS unit_17 , p1_ . active AS active_18 , p1_ . can_be_bought AS can_be_bought_19 , p1_ . searchable AS searchable_20 , p1_ . show_price AS show_price_21 , p1_ . in_stock_text AS in_stock_text_22 , p1_ . out_of_stock_text AS out_of_stock_text_23 , p1_ . filter_parameter_value_ids AS filter_parameter_value_ids_24 , p1_ . filter_variant_value_ids AS filter_variant_value_ids_25 , p1_ . search_vector_cs AS search_vector_cs_26 , p1_ . search_vector_en AS search_vector_en_27 , p1_ . seo_title AS seo_title_28 , p1_ . seo_description AS seo_description_29 , p1_ . seo_url AS seo_url_30 , p1_ . stock_stock AS stock_stock_31 , p1_ . stock_reserved AS stock_reserved_32 , p1_ . logistic_weight AS logistic_weight_33 , p1_ . logistic_size_width AS logistic_size_width_34 , p1_ . logistic_size_height AS logistic_size_height_35 , p1_ . logistic_size_length AS logistic_size_length_36 , p1_ . price_amount AS price_amount_37 , p1_ . price_currency AS price_currency_38 , p1_ . purchase_price_amount AS purchase_price_amount_39 , p1_ . purchase_price_currency AS purchase_price_currency_40 , p2_ . id AS id_41 , p2_ . code AS code_42 , p2_ . is_default AS is_default_43 , p2_ . weight_modification AS weight_modification_44 , p2_ . price_modification_amount AS price_modification_amount_45 , p2_ . price_modification_currency AS price_modification_currency_46 , p2_ . stock_stock AS stock_stock_47 , p2_ . stock_reserved AS stock_reserved_48 , c3_ . id AS id_49 , c3_ . public_id AS public_id_50 , c3_ . name AS name_51 , c3_ . slug AS slug_52 , c3_ . description AS description_53 , c3_ . lft AS lft_54 , c3_ . lvl AS lvl_55 , c3_ . rgt AS rgt_56 , c3_ . position AS position_57 , d0_ . product_id AS product_id_58 , d0_ . product_variant_id AS product_variant_id_59 , d0_ . category_id AS category_id_60 , d0_ . customer_group_id AS customer_group_id_61 , p1_ . vat_id AS vat_id_62 , p1_ . main_category_id AS main_category_id_63 , p2_ . product_id AS product_id_64 , c3_ . image_id AS image_id_65 , c3_ . tree_root AS tree_root_66 , c3_ . parent_id AS parent_id_67 FROM discount d0_ LEFT JOIN product p1_ ON d0_ . product_id = p1_ . id LEFT JOIN product_variant p2_ ON d0_ . product_variant_id = p2_ . id LEFT JOIN category c3_ ON d0_ . category_id = c3_ . id WHERE d0_ . active = ? AND d0_ . code IS NULL AND ((d0_ . active_from IS NULL OR d0_ . active_from < = ? )) AND ((d0_ . active_to IS NULL OR d0_ . active_to > = ? )) AND d0_ . customer_group_id IS NULL AND ((d0_ . target = ? AND d0_ . product_variant_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR (d0_ . target = ? AND d0_ . product_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) OR (d0_ . target = ? AND d0_ . category_id IN (SELECT c4_ . id FROM category c4_ WHERE EXISTS (SELECT c5_ . id FROM category c5_ WHERE c5_ . id IN (? , ? ) AND c5_ . tree_root = c4_ . tree_root AND c5_ . lft > = c4_ . lft AND c5_ . rgt < = c4_ . rgt ))))
Parameters :
[
1
"2026-06-16 11:32:13 "
"2026-06-16 11:32:13 "
"product_variant "
"5f668145-9cbe-4471-aa32-aab85686cf0a "
"f4e8ee43-cd02-4d24-a3f0-543dfbdaf8ee "
"d5947037-44a8-4af1-8acc-e7650a704181 "
"8acc6ab5-e333-45d5-a495-e4af88f25f43 "
"3770c7eb-92a7-4bfc-ad85-65beee3a09a7 "
"d3fbc1d4-33e3-4276-afb9-5318e75cda35 "
"12391455-5ef3-49a5-bf4a-452ca36a67d7 "
"c93c9d9d-d067-41df-80d7-da80563b9a1f "
"c842a3e5-3446-4003-a084-3b3033cb1d7a "
"1bc2ab1f-610c-4586-b6dd-5019c973cafd "
"a61d1b3f-df73-49d3-bd64-663514a3f69a "
"854a04ad-9d67-417b-8ab1-361940842e3f "
"4c811270-aceb-48af-a984-04e43678c32b "
"d58841cc-d913-4d9a-a742-d241f50ce57e "
"5e9c94db-0e36-410b-bf8d-d302771ffd2c "
"ba4a0a6a-e7a4-464d-907c-4faa8e45274a "
"a1f826d1-e6c7-4cc6-93bd-959817607749 "
"863444c9-ef44-41b9-a5c6-58a8bbbff3ee "
"7f1c0e56-efd9-4265-98a9-8d61747abc1e "
"e2d6ddac-0c21-4c2c-b7f7-3c00c7191783 "
"49f2c53d-2427-46e7-9449-a2c947dc3ad0 "
"831ae3b9-3ad6-4edf-80d6-516eec0a61a9 "
"0136ff72-71d7-45c9-a9f0-8f157efff2ca "
"65ac4516-d78c-48e2-b242-c87ef0334cec "
"b08ec9b3-76e4-4f5e-ae07-f6332b243185 "
"d9c57f00-3967-42a6-a85b-455affd0b454 "
"2ba3e29a-94a3-4b76-9edf-1bcebe8a2763 "
"40ab5fe0-e055-4c99-9100-3024e7fa6725 "
"3f41e81d-a1d0-4ea7-a01b-f518c869d720 "
"209079d3-f8b0-48cc-9d41-030bf659b556 "
"9fee1c58-c13f-406c-82f0-6b84d6904fb3 "
"f28267fb-d7ed-432a-94f3-31a128e5fab8 "
"00fe8105-874d-4870-9cdd-3b794e5463f6 "
"c8aff950-11ba-4533-a2c7-ae22a8b39b20 "
"f5d175af-29f6-4e1f-87ff-8623216026bd "
"c9368572-0c5b-4d88-a180-aab213e67932 "
"a3b5b543-c254-4eb4-aa5b-468d67ac8e07 "
"ea131187-e5a8-4850-8b62-34f59adad3cc "
"6e87bf66-d144-42ea-8166-a5eb8506ab5f "
"0e0edb57-04ec-4c0e-97f0-d4421b3b7a35 "
"3cd99af7-f2be-4368-8427-eedf74f47f0c "
"be703840-a89e-487e-8759-cf92de233df0 "
"fc1f4f4d-ea3e-4550-a371-5da785c5723a "
"bbfd8261-ffcf-4aaf-a7fc-8e254dfe915d "
"05aaa61f-3dc8-4e8d-b61f-5b22bd03e25f "
"68659c2c-17f0-4652-a0f9-520bf1642466 "
"b48df01a-21e7-462f-b9e7-789e03025923 "
"ecc01bf9-5f9f-4cc5-ab7c-c4f910ab5a39 "
"aaa064dd-98f4-4fe9-b56e-d5eba51709c9 "
"cdf6f4b5-94b4-4075-bbaa-7e397bad04c3 "
"1118054c-b352-46fd-94f5-a32fef131ec2 "
"e7263c65-d25a-46f2-b00a-d47e71350b8e "
"56d24e62-4940-411e-9093-b6f99d418925 "
"6c850c15-97f9-474b-9d41-ceb4a626d60b "
"69664693-21bb-4637-9cdc-50a105e9ab9c "
"d7e761a2-1eff-43c0-866f-1eb4a0d001ce "
"2b0e050a-4579-4c16-9564-b6cfd7e90bda "
"94493dda-8c8d-422b-acb5-0d3cae0ceb38 "
"57956d28-3961-4d72-b33a-e2bfd817c5b6 "
"bdb0334e-36b8-4e81-ae95-688b4c196022 "
"5558a4ef-8039-4a79-8490-075eeda5712a "
"62c0fbbb-034b-47ae-99d8-23c183d9798d "
"38030c53-9e8e-4325-bc52-316334a160e2 "
"865b256b-f9cc-4a7e-b4b8-2707203c449b "
"129772ce-2e93-4b5e-a5dc-2d06b327f76f "
"cc86f787-571f-4591-95f5-151fbc41b6ef "
"4e3e72fd-ccdf-4c99-8f29-465695d56eb2 "
"3ce11c89-700f-4cd7-9165-cf3fbbe8b3ae "
"c0c34b5a-1cf7-4dd4-bdaa-7ecae7461146 "
"40fe3ce6-76a8-4d0a-b75b-11c10c400c29 "
"d5fe2534-3c34-4ccb-ac7f-5294fcc1a0b1 "
"d9f877fd-8ebf-4101-87be-f6806054cc0f "
"06de3e8c-7952-435b-a345-338c3764e360 "
"5a9e5e2a-bb42-4216-a643-087cb052e003 "
"da79b21e-90cf-42a5-bbb6-bac5996c7899 "
"f1a2ae1c-92a9-42a1-a239-d114424bedc2 "
"815b3ed7-e4ac-409d-b062-a437164cba35 "
"eaf72292-43db-48d9-86d6-cf80f0a23f10 "
"e4db21c5-9200-4f30-acbf-ade48acaa2f7 "
"6990bb93-c421-4b28-803e-11b020b419cb "
"7cf7ae18-202f-4bb9-b30a-3e6666ca0edb "
"9288124c-2f1e-497c-8db8-15a4ee4717a7 "
"f0c5f6f6-c1eb-4b20-b015-b69b15804a2c "
"98aff9fa-b915-4c47-81c9-66ef31c293dc "
"ab4c37fe-0007-448f-847d-509106607c00 "
"69563092-ed2c-41cb-880d-85caadce4769 "
"086119f4-e12e-4fd0-b6cc-029cd4bf1a61 "
"31735a5a-f3cb-45ea-b0c5-dbd29b9fd0a6 "
"12d70e43-b12c-47dd-af70-a8e74f2c7c26 "
"bd30cb05-e3c9-495e-a560-3e0940cbcc47 "
"2ea71908-0b22-4815-9634-11f135080caf "
"c9e3b0bf-339d-4121-81ea-ddaef300a138 "
"cc26fa4e-ba26-4b3d-9830-522bf2449412 "
"1aa6d601-f914-48e9-a516-687299e2eddb "
"20d90d7e-1c26-46d2-adaf-195bac7962af "
"17106543-fca2-4d7d-b8aa-945956f7f4d3 "
"09a1ed30-9419-41d0-92b4-67a06b2faba3 "
"b8aabf6e-7e83-4f4c-a432-f6d4732b5c02 "
"2c09250c-17e1-4acd-a57d-412a805adccb "
"40005771-65fe-4b5f-b473-7749775e9049 "
"42e0a48d-668f-4002-8a6f-7e184ba49444 "
"6d2b4fb8-a3e5-448a-bda0-1afeb7d75467 "
"1c47c699-bc0b-43b9-869d-3b5aa47bfe28 "
"7af93ab1-05bc-449e-96ce-1622397ec968 "
"002de140-c97c-4937-b77d-244a978f47b5 "
"40f3c691-a9bd-4ab4-aca3-1fe7061f764e "
"461c0c97-a202-45f1-819f-3760355f9b69 "
"0ab2e99c-d1fb-42aa-af68-aa384ec4ab7f "
"7dfcd030-6504-489c-af35-b063ee0ff76b "
"333c22b9-756d-4f9e-a3dc-573aecb398f5 "
"6c3f4b2f-8097-460a-bfaf-dff3fe7aa1fa "
"56dc6099-3c06-4aca-be1a-bc549e1cfea7 "
"46d1486a-d5e3-4568-b558-3d495b93d7fb "
"04fdc432-270e-461d-832b-33f6e509da7d "
"9970851d-21bc-4a09-a8dc-355977dab6d0 "
"d33baf2d-b029-42bb-aafb-f00fba19bb77 "
"a7ccdb4a-a320-4f2f-8033-eb97cc08cc80 "
"09db7369-3bdb-478d-8b56-efe64783c8f3 "
"45a7e6c8-5873-4888-8e4c-05ff9106c6ce "
"db9f3047-e9cb-4061-aa21-1dd5184bf275 "
"f0e2766f-20fb-46a1-846e-83ba73b022c5 "
"5251ea62-c1f2-4f29-be8a-b0476c2bbacd "
"4446e4e7-6eaa-4944-b434-25dd63f004ab "
"0ce51e79-a8af-4d22-be58-06dd677f7f34 "
"9ab45251-8f17-4034-bc17-bc50c1ef2d37 "
"695afebd-3a8f-46b4-bc15-9f82cd9e2ad4 "
"6d592004-b106-424d-8dd7-39115c3bd101 "
"6ead24a1-f107-4c56-ac9f-654c6b7f316d "
"b5e58f78-4191-46bf-bfc2-4508489d787c "
"413fd7db-1e62-498c-989e-a50d261eb99a "
"c8593458-0fe5-4b15-991d-dc36aab403cd "
"41321ec9-9766-40a4-ae21-8c9ed2df420c "
"faced654-89ee-4455-88d2-7bd1cec0fb65 "
"7851a62f-d2a3-4e54-860b-78bcb05bfece "
"d2038892-e582-4271-af28-89298f9f760e "
"35eebd17-c027-4390-9159-7edbfeb9e9d0 "
"7255e436-c24e-4bf6-9149-52b72b9cc73f "
"0c19c665-71ef-44cd-8cce-71db3e2c74a4 "
"88ca223a-16ec-4627-9f17-40ef75b5fe98 "
"408c6943-04d5-462e-bdf6-053381e90134 "
"68cf8cc4-b7b7-416c-bdc6-738076b30b0e "
"ca500717-c050-4828-b06d-c1f92074de3f "
"168085ef-54eb-424f-bcfd-095550e83b3e "
"0ee6d5ad-0456-4898-8f48-9d307adb9461 "
"87a3fb0c-2104-444a-9773-b6544a3a108e "
"20eb2c80-f19b-4306-9af1-c3ce6ccb07f5 "
"cb0e3c70-966d-4f6a-bd64-a45d064b9dc9 "
"8e4a7eec-235f-4897-8ed6-c4a8f763e87d "
"83099989-e4a3-49e2-bd20-a3c638cdbd69 "
"07877f88-fe59-431f-8ee1-053671f8b8a8 "
"0441ad4b-72cd-4a47-ac43-71e60378bfec "
"8ec4a22f-07a5-4d30-b8a3-e86773a0ab41 "
"4521d5af-d029-4299-b284-22b6e154015e "
"54950002-c0dc-4e87-8255-a2893bab80e6 "
"fc5b3cbc-4bc2-4a0e-ba98-1207ce864e79 "
"586293b3-47e9-41dc-a03d-68d5e7b11b7e "
"9e96c5cc-d6af-4dc8-ad25-08e4a9062958 "
"25bd88eb-e360-496c-8625-292db96762dd "
"6d24e979-0b80-44b3-88fb-a97a4fabe809 "
"3163e79d-a1ad-406f-8772-54319ae8e2fd "
"33923afb-7ee6-488f-be1c-e65e40835e7c "
"f95fcd33-cc5a-4c75-a43b-e397937737d8 "
"1c2bd22b-8740-425d-815d-0c1c277e3970 "
"1649e60c-7f0f-4303-b291-8d7e479cea4d "
"abdba672-e4da-4645-b644-ba79fc66e841 "
"07adcb8b-563f-484d-8ddc-f87fb9aa6d5d "
"59534a35-c026-4506-b9d0-f15e678e1593 "
"793e11c0-433c-4ddd-b829-495fcb5104c8 "
"35b4689e-ce1e-4d77-9a70-71e1e582efa6 "
"a57dca40-5c46-4177-8f1a-ab9e399d2c65 "
"c80df1e6-5c4d-4115-bb01-37d2c58dc49d "
"e8f56a35-a0e6-4fd6-aee1-30e3ed897bdd "
"3154dc0d-f939-4f60-958a-14340aad0374 "
"8fa349b9-6c1c-4168-b95f-f123b86cf725 "
"e2aae4e6-26d7-4fa7-8692-8a53776ac837 "
"0a5e44c7-3058-4975-927b-2ba12f9fab81 "
"27502eb9-417f-4478-b230-aa84162994cf "
"310ab9a9-fc08-4a31-b03e-9ab849740028 "
"886476fe-efb6-4d33-8d64-63251685b2e0 "
"7fb3b59d-b454-4de9-bed6-18fa0bafe1d4 "
"24d74e2d-f014-4efa-9df3-dd00d8c8ffa3 "
"8de609bf-9440-43e1-b78e-28bbf3663903 "
"c96e4431-3b6f-44a7-b44d-96e3eb036794 "
"cfb1a8e7-c7da-40ae-98ba-028722fc0e9b "
"6885b4d5-2ed3-447f-9a8b-7724071e3c95 "
"6c16e01b-cc16-45ca-aeb2-03ea3ba5d677 "
"bfc55952-0339-4e6e-bcf0-f2cef9708f69 "
"b3120c6c-fbc4-4696-9c0c-b88c5ec9fee6 "
"7d765e5e-40fa-41ba-bb68-252f634329f0 "
"08eb3bbb-cac7-4c4c-95b9-17936761395e "
"66e0193a-4f83-4e1f-8c07-86427545a8cf "
"b9bd8ced-0e34-467a-bdcc-ab852ae6cec9 "
"8f8df095-c562-45ea-bf55-7b129fc003e1 "
"336e128e-9bbb-4a7d-8650-c294b334879e "
"8e732bcd-33be-4d72-bf12-6510e35af78e "
"74bea0aa-200a-4fc2-b4ce-e4bd76a0a95c "
"8b523736-f0f1-4fd4-80c1-06b2c95b0716 "
"99b482c3-45f9-472b-8b91-b45d1eb51f98 "
"fcdcfe98-d80d-4ea4-b59b-674256d0f6cc "
"f0c7a162-0f9c-42e3-b558-ccf74f4e74ad "
"d1e2f3a4-b5c6-4d7e-8f9a-0b1c2d3e4f51 "
"88c7fefb-1c68-4b10-8e70-2d5d48eb29f5 "
"ee53cbe0-18c6-4751-92c3-1372d31c27c7 "
"5e65195a-9029-4bd6-9680-f61bdd5dc888 "
"5349d599-8752-4225-abcc-11659f2641bf "
"efd87483-31ad-432e-9898-c7bf2c72ba85 "
"33f6dc3e-08a1-4057-83f9-55a47190ac80 "
"4aca83aa-05a2-42ae-adcb-08c45c6f1dc3 "
"product "
"355303d6-d8a7-4717-b11c-08ae7eeb559a "
"368c816e-921f-4322-a827-8294a4d69ada "
"e856818e-129e-41f8-b370-a939e6dbf8cb "
"7fe86f05-b718-49f1-8406-1698d87ade3c "
"26f8c927-d4ee-4f5a-820d-fc330bab2e15 "
"1f8b5cdd-63bf-4bd0-be90-2dfcdd3d2677 "
"b5387628-bfd2-427c-95ea-54202231e7e4 "
"7dc0de1e-4804-4623-b3ee-d0682ff8fd9f "
"d5887961-0fc7-4d5f-8806-de090ca2c7d9 "
"bdfd88a8-8ebf-45e9-a62b-f94f4e0eca03 "
"95d9f81d-1f7c-4b9e-98d9-d16e9647346e "
"28d169f7-1b23-4f35-b158-d967e2a6609e "
"35798ef6-b656-4d4a-979e-0e229aae8267 "
"df17e36d-7b59-46bf-a6d5-6d697c3f5c22 "
"cfae9c73-173b-4db6-bce2-4df5b1816853 "
"491687ee-8f46-4a8b-b4c7-6b508d292830 "
"8e562455-273d-4a0c-8c33-64a6c849b67d "
"b47e8038-689a-42d5-9bec-8f9b313c0a39 "
"30679fd2-0f42-42d9-89ec-1052c8172114 "
"848e956d-8868-475e-82b7-40283c825f0b "
"ba825bae-6e6c-4fc3-bc07-cb564058f193 "
"2ac1d505-066a-42a6-9b31-42d9253c22f5 "
"7631c7b1-ca29-4990-ad83-7e8c75923be9 "
"045541f0-2fed-4257-8de0-f03b6f06d423 "
"7b7e9372-b685-4b08-a892-0c30fd2b3a10 "
"2344dba3-c799-4dfa-b2e7-c53aa635448f "
"2c2248fd-5998-4a3b-b48d-265d418476d7 "
"413558c6-093a-4fb5-86a0-c074645114a9 "
"645ab714-d95e-4cc5-93ba-2504bc039405 "
"5bb25fea-7610-46ce-9b39-8939e0209d1e "
"7b6cd4e0-4b02-4589-bed7-c8279b75b00e "
"0eab8c4b-cfd9-493f-8676-f7458812c3ad "
"04707f6c-760a-4ffe-ba40-444cafb102e1 "
"4780af63-db20-422e-a599-6fe2427e9f95 "
"634ecbae-c215-4266-a9c6-2f35502d8f7b "
"cf34bba9-87c9-4816-aa0c-33d2456a4248 "
"671358ac-1d71-4ebc-8818-dac4de39cdc6 "
"542fe9e0-f3cc-4fdb-b374-b4863bfdfbff "
"093196c9-ae5b-4006-b7a3-2d45da06a08e "
"7bb1c38b-2113-4c9b-aa5c-eba1eeeab828 "
"a67d34fb-437b-4d6a-98d5-bf85c010bdd5 "
"a88cdd6c-b2a5-4a55-a571-0cfda5beda98 "
"a2e24878-6ef8-4783-9355-13c7d4271438 "
"b6060a38-1350-49ed-8e46-9a2bd01a66bb "
"6d8b8410-f1e4-4e4c-9701-bb839aad034a "
"5dd3b534-fa55-49d0-ae75-5f81830d1a5a "
"4ef23611-38d8-4147-bb08-d5e567758b68 "
"5e990fd8-3cf5-4307-b345-cfbda898aa7e "
"118ebbe2-625c-4436-9d81-5c488404bd03 "
"927b3858-4044-4012-8523-640447247ef7 "
"cf6a91cc-a1de-4b6e-bd0b-fef4df77ccd6 "
"d0ccb802-9b95-44af-9adf-fbba8a8eab28 "
"39b4f526-f7d5-434b-b87c-5c110e7b5c40 "
"55a3d09b-e8c0-41b6-9c1d-ee6626969ae1 "
"0864cbb6-d6b9-40c4-b288-76065cd19505 "
"fbc15251-8b09-4319-9b4e-d86bc46f6a43 "
"b18bdc07-51fa-40ef-a1bb-022df56b650b "
"1992d3ec-b0ba-4ff9-9d12-9ceb12ef499b "
"6e9691e8-1ff5-4faa-a2e5-b95e2cc2f056 "
"682ce928-1ca7-42d4-939f-1b70c6d41a83 "
"b81a5998-4f6f-4028-b484-0cc773034086 "
"3f9ad20e-2f87-48cf-a7a2-3c97109bfc30 "
"3f87e1e8-954e-4522-9564-1a41c439d281 "
"b23b8b11-d45f-44ae-929a-e2c53a945ddc "
"aaf1f041-4c52-42cf-947a-107007bbc97e "
"475622ac-193a-4169-a50f-f6e8d6f0e266 "
"710797b8-6c6c-4f02-8d32-bba4714292cb "
"73b78393-d7ee-4834-aaf7-4b549bb67c38 "
"f1807a7f-1723-42b7-aa2a-2b5f330a671e "
"08f704cd-f113-486e-aa8c-924eb41cf111 "
"e9bab305-6981-4316-85e5-986dc2844acf "
"4b19a15f-f8df-4458-b285-7a9c801eef47 "
"27f3493e-b0f2-487c-a76e-aebf6d164342 "
"3639d62b-31d4-4ffc-b848-b546a59eb36c "
"6e8fe9a7-ce80-4541-b2f4-06817abc926c "
"ca44af75-8ac0-4986-93d3-0eda308eee53 "
"2020adc3-a256-4260-9577-cabbe1f37bd3 "
"bb269643-f57e-4e14-b3d1-bed1e20a0dd9 "
"815233cd-4585-4d23-98f5-f18eee5cef98 "
"b9b51570-ddca-45e3-910f-7fcbfbcbb519 "
"bf166e78-ef93-47e7-b6f7-7253e984e533 "
"8ba9b9ee-99a3-4ff1-b93d-87ffe99be6ba "
"2f69273a-7bfc-45f2-968b-e143cbe005d5 "
"c2a8e42e-bbb2-4dd3-a0b2-7cf2b1b3b04a "
"b5a38c52-a967-4ce4-8a2e-dcf8122e2e38 "
"3d03de5a-f6e0-4e57-83dc-bd7fed7ae4a4 "
"a3a2b9bb-ae9a-4498-bc1d-1945c59ff9f4 "
"126356a7-1735-47fd-bb28-c3970135bee8 "
"ca75cc07-ef9a-4e30-be96-ec57744cf758 "
"f8442593-9089-4c19-a65e-457f947d7b46 "
"79a676fe-1c43-46a6-b838-43b95364cc39 "
"3befb95e-5368-4fe9-80eb-1e22366d01a4 "
"6f20b4fc-0126-4571-baa3-a5d35d7f7bf3 "
"2f95c1b8-2247-4b53-9868-48c1737972a6 "
"6047fe79-d3e6-47db-8566-b9ee0b1b287c "
"7f454f03-cab6-4fae-96b2-77ee6881511f "
"27c8742a-2009-41fd-a433-8ec1c073f07a "
"800ee169-083f-4130-b5f8-5bc058949d65 "
"c17db6f4-e03e-4af4-9a3f-484b0514337f "
"a053c999-3a0c-4c0a-b266-3e7229e5ae39 "
"32c21820-914b-47ed-8d84-c1bc18d095ed "
"55541599-d60c-4511-bc00-4c806c8c9b07 "
"3cfaa5a2-b328-4c9e-8389-ebb104e6bfec "
"57ff3c3a-f0b8-4ebd-9dab-d8717678d5ce "
"5953de44-58f2-4786-ac13-bda8c1afe7b5 "
"a26e39b5-2eaa-409d-b1ce-66b541fe33b5 "
"b78571f1-e018-4f23-8000-8d6022a36dc8 "
"185fd392-6543-47f5-a3c5-3513a88d2102 "
"1b6dc397-45bf-4731-bfba-a68d8f0a7125 "
"86078900-fb22-4b68-9eb3-8ce5149ecbfb "
"18106ed7-2353-4d7c-bcdc-66e614aa1c39 "
"e32d8a3b-255d-4d7d-9e3e-bc96b24781af "
"563e5844-cb5a-4745-8eeb-65910e3248a2 "
"e76cc429-9cac-4efd-9c14-b8db94be08b3 "
"9186a964-9595-42cc-a1d2-5af0f6a538e9 "
"6190c719-b48b-4cc8-a1e7-70e1c2fc1b5a "
"7a40b9ba-59d2-4a49-9149-f714ddb01f6d "
"729bd080-9975-419e-8139-7a8c2d557a67 "
"988bed04-9739-4703-a918-9f99a29ca92f "
"dfa04a09-2141-4db6-8e18-85b1ebff8b81 "
"ad2244c8-826a-4269-9919-5c1eeb6d481e "
"d8cbb64e-df73-4667-b039-2796b39aad3c "
"7f487205-69cf-4975-a67a-1f5830d05d24 "
"79f35eb2-8a1f-49a9-ae1a-fbaeb1d27481 "
"85d3ee66-0541-4adf-bd4b-05d1c803f36c "
"2e281a2e-a343-4696-8571-0bd7b1cf0dc9 "
"76cd122b-ee0e-4e60-b03d-8a783b02071e "
"27aba284-c304-4640-ac1b-a22d4ac821ff "
"6636f63f-23ef-420c-8ecc-becf69a7fcdd "
"86a2bcd3-7b93-4e70-adf6-16bd88e2a860 "
"2abaf554-c9ad-4eff-b96a-e2f039e0406a "
"fae4b453-a3d3-4d8d-9ab4-fb029ca996b9 "
"f18d5e7b-8484-4284-a7dc-6f0053472d42 "
"53ef06bf-b074-462a-a314-47316b376cbb "
"cb9a1c45-8c4a-447a-a38f-e748a113c8fb "
"ede8de2c-5e08-4626-9745-e8bcaf97fa04 "
"7e25545c-0b0e-4b91-aa6a-e72f901b0f56 "
"998f44ce-11a1-4731-89ab-b608a1ed97df "
"77cf8894-2afc-4c66-bd19-2f79006739bb "
"87fe2bd7-d7f4-4ece-b5cd-508902364485 "
"7be81d7a-5b70-422a-9ba8-bab6200a1c85 "
"57fd865c-350b-4fbe-9241-a8a8bfdf64a2 "
"d12ffc6e-d2ff-401f-bd41-d7799fff48ba "
"c7a84426-024f-4e7c-aa59-3dac3573e8a6 "
"4e952eaa-e2e2-4b4b-bfd9-84849f48cc58 "
"e5bc6d93-87dc-44cb-8744-4baa40749d7c "
"1be51fcf-354e-4408-8343-6da2d954768c "
"253c16df-c52b-4334-99d8-e65921a34947 "
"640ab064-b4fc-4dc1-837a-b8be40e134a9 "
"83335ef1-a465-434a-84e6-2d095db47f46 "
"e282bb83-0b4b-4946-b8ed-aeb469708df2 "
"2cfe6f1e-582b-4e71-a488-a212acf382a5 "
"da55d833-8444-45de-ac9d-2e93854f303a "
"824e54d9-c880-4f42-84e4-d3568bf9e119 "
"9623f614-ff80-4dfd-bd2a-00a6e1b391d0 "
"bdc832b2-6065-491f-a749-8831bed0a767 "
"48fe5526-d02e-4d13-8222-b48a9084df6b "
"328a19e8-cef9-49ff-ab5b-b70aa58cb349 "
"fb44738b-fdeb-4313-8e6a-95d20ab07dad "
"81612edb-2142-4152-8b91-1fcc7e329b4f "
"bacbcf98-905a-408e-a664-a068bfc9eb26 "
"6dbee4ac-1225-4371-a054-168c5cc023a4 "
"6e86069b-c07c-4fc6-a801-f14e5471d85a "
"2c168d8c-28fb-47a9-9d86-ea1999af981f "
"141df4a3-8d3f-4a37-8383-332ff4e6c383 "
"7d90a331-01ed-4783-8440-bba6c02fc9cf "
"05738bf7-5c34-4e3f-9e47-63b4eaf03adc "
"4d28dbeb-168e-4786-ba00-819e09472bca "
"4ac98c12-1c80-4709-a0cc-d783e99b15c2 "
"1e0eb658-a097-49b9-9681-6c8cda7439bf "
"ece437ff-1b63-4cc2-8fae-85a99ebb5b6f "
"502a771b-9172-4eab-bd54-a3cd9ceedb98 "
"35bf9ee0-61e5-4d7c-8453-1e5a89a56749 "
"629bfe35-2f96-4a88-82f3-fcb8cbb34e2a "
"107ddd34-90e1-4bb1-9a0a-576070a49466 "
"364dfbbe-82f0-4a78-bcf4-f968480131ea "
"2d7afe3f-4f8a-4516-bd95-371ef551c437 "
"fc5a37e0-ad07-4028-acaf-67815f49db0d "
"44259a3e-b126-46aa-8d1d-c643b2b88389 "
"512548d1-4b44-4d96-8ccf-11fd837a44f5 "
"398254f8-2cfc-415c-b51e-c913e5ad75dd "
"b354656b-de5e-4e78-b51b-61314652859e "
"2f766117-35b9-40a5-9779-a663f074f2cd "
"94adbfa9-9c07-48ad-a7b5-b16eaa669df1 "
"e8f3d545-7df0-401b-a645-13b5854ac7f0 "
"3830658b-378f-40de-9d92-4ac2823097e9 "
"a6ad32e1-dd56-4f0d-a1ee-dfc254d9a757 "
"6c38a252-7d28-4188-b044-c190e57beadf "
"59a8fe57-4dac-4e7b-a6ca-6ff2319ce8ab "
"75434a5e-376e-4ffc-ab15-be8ef05454a2 "
"4247d01d-3497-4e2a-8502-b18bd3655a52 "
"70f54ba0-a287-47d5-869a-43a318738b06 "
"bd083b65-f1ae-41f2-b6c9-57229cb7865d "
"d74ae8a1-126c-445d-b3be-d9b7a4b9d208 "
"3d8f18e5-640c-49e8-a7db-a6066a4272e1 "
"31576648-3d14-4749-a100-d36c64ad11bc "
"7efea3d0-1f67-46af-93f9-823603a43d91 "
"249d8475-244a-43ab-aa69-5eecc311f0ca "
"cbc4f391-467e-433b-872f-516a41a0f722 "
"e3f42d6d-46ff-4166-81f5-4cea29d62d7a "
"d1e2f3a4-b5c6-4d7e-8f9a-0b1c2d3e4f50 "
"2c5f8e3a-9b1d-4f7c-a6e2-8d4b3c1a5e9f "
"428e917a-05e4-49a7-93f6-3a8645a0e6ca "
"b55d9da1-765e-4343-9740-a4557f6ce7cd "
"49b861ff-4f46-41d8-ad55-632b9799b492 "
"f9c865e5-1a49-406f-a8f9-90d6f07df2f8 "
"3894e489-bd0c-4f54-ba9e-febf47900694 "
"adb9d694-d757-469e-8a76-d95e6d5b7824 "
"category "
"4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a "
"6f4b2a8d-0c7e-4d1f-2b5a-4e9c1d6f7b8a "
]
SELECT
d0_ . id AS id_0 ,
d0_ . name AS name_1 ,
d0_ . code AS code_2 ,
d0_ . target AS target_3 ,
d0_ . type AS type_4 ,
d0_ . value AS value_5 ,
d0_ . active_from AS active_from_6 ,
d0_ . active_to AS active_to_7 ,
d0_ . minimum_quantity AS minimum_quantity_8 ,
d0_ . active AS active_9 ,
p1_ . id AS id_10 ,
p1_ . public_id AS public_id_11 ,
p1_ . name AS name_12 ,
p1_ . description AS description_13 ,
p1_ . short_description AS short_description_14 ,
p1_ . code AS code_15 ,
p1_ . ean AS ean_16 ,
p1_ . unit AS unit_17 ,
p1_ . active AS active_18 ,
p1_ . can_be_bought AS can_be_bought_19 ,
p1_ . searchable AS searchable_20 ,
p1_ . show_price AS show_price_21 ,
p1_ . in_stock_text AS in_stock_text_22 ,
p1_ . out_of_stock_text AS out_of_stock_text_23 ,
p1_ . filter_parameter_value_ids AS filter_parameter_value_ids_24 ,
p1_ . filter_variant_value_ids AS filter_variant_value_ids_25 ,
p1_ . search_vector_cs AS search_vector_cs_26 ,
p1_ . search_vector_en AS search_vector_en_27 ,
p1_ . seo_title AS seo_title_28 ,
p1_ . seo_description AS seo_description_29 ,
p1_ . seo_url AS seo_url_30 ,
p1_ . stock_stock AS stock_stock_31 ,
p1_ . stock_reserved AS stock_reserved_32 ,
p1_ . logistic_weight AS logistic_weight_33 ,
p1_ . logistic_size_width AS logistic_size_width_34 ,
p1_ . logistic_size_height AS logistic_size_height_35 ,
p1_ . logistic_size_length AS logistic_size_length_36 ,
p1_ . price_amount AS price_amount_37 ,
p1_ . price_currency AS price_currency_38 ,
p1_ . purchase_price_amount AS purchase_price_amount_39 ,
p1_ . purchase_price_currency AS purchase_price_currency_40 ,
p2_ . id AS id_41 ,
p2_ . code AS code_42 ,
p2_ . is_default AS is_default_43 ,
p2_ . weight_modification AS weight_modification_44 ,
p2_ . price_modification_amount AS price_modification_amount_45 ,
p2_ . price_modification_currency AS price_modification_currency_46 ,
p2_ . stock_stock AS stock_stock_47 ,
p2_ . stock_reserved AS stock_reserved_48 ,
c3_ . id AS id_49 ,
c3_ . public_id AS public_id_50 ,
c3_ . name AS name_51 ,
c3_ . slug AS slug_52 ,
c3_ . description AS description_53 ,
c3_ . lft AS lft_54 ,
c3_ . lvl AS lvl_55 ,
c3_ . rgt AS rgt_56 ,
c3_ . position AS position_57 ,
d0_ . product_id AS product_id_58 ,
d0_ . product_variant_id AS product_variant_id_59 ,
d0_ . category_id AS category_id_60 ,
d0_ . customer_group_id AS customer_group_id_61 ,
p1_ . vat_id AS vat_id_62 ,
p1_ . main_category_id AS main_category_id_63 ,
p2_ . product_id AS product_id_64 ,
c3_ . image_id AS image_id_65 ,
c3_ . tree_root AS tree_root_66 ,
c3_ . parent_id AS parent_id_67
FROM
discount d0_
LEFT JOIN product p1_ ON d0_ . product_id = p1_ . id
LEFT JOIN product_variant p2_ ON d0_ . product_variant_id = p2_ . id
LEFT JOIN category c3_ ON d0_ . category_id = c3_ . id
WHERE
d0_ . active = ?
AND d0_ . code IS NULL
AND (
(
d0_ . active_from IS NULL
OR d0_ . active_from < = ?
)
)
AND (
(
d0_ . active_to IS NULL
OR d0_ . active_to > = ?
)
)
AND d0_ . customer_group_id IS NULL
AND (
(
d0_ . target = ?
AND d0_ . product_variant_id IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
OR (
d0_ . target = ?
AND d0_ . product_id IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
OR (
d0_ . target = ?
AND d0_ . category_id IN (
SELECT
c4_ . id
FROM
category c4_
WHERE
EXISTS (
SELECT
c5_ . id
FROM
category c5_
WHERE
c5_ . id IN (? , ? )
AND c5_ . tree_root = c4_ . tree_root
AND c5_ . lft > = c4_ . lft
AND c5_ . rgt < = c4_ . rgt
)
)
)
)
Copy
SELECT d0_ . id AS id_0 , d0_ . name AS name_1 , d0_ . code AS code_2 , d0_ . target AS target_3 , d0_ . type AS type_4 , d0_ . value AS value_5 , d0_ . active_from AS active_from_6 , d0_ . active_to AS active_to_7 , d0_ . minimum_quantity AS minimum_quantity_8 , d0_ . active AS active_9 , p1_ . id AS id_10 , p1_ . public_id AS public_id_11 , p1_ . name AS name_12 , p1_ . description AS description_13 , p1_ . short_description AS short_description_14 , p1_ . code AS code_15 , p1_ . ean AS ean_16 , p1_ . unit AS unit_17 , p1_ . active AS active_18 , p1_ . can_be_bought AS can_be_bought_19 , p1_ . searchable AS searchable_20 , p1_ . show_price AS show_price_21 , p1_ . in_stock_text AS in_stock_text_22 , p1_ . out_of_stock_text AS out_of_stock_text_23 , p1_ . filter_parameter_value_ids AS filter_parameter_value_ids_24 , p1_ . filter_variant_value_ids AS filter_variant_value_ids_25 , p1_ . search_vector_cs AS search_vector_cs_26 , p1_ . search_vector_en AS search_vector_en_27 , p1_ . seo_title AS seo_title_28 , p1_ . seo_description AS seo_description_29 , p1_ . seo_url AS seo_url_30 , p1_ . stock_stock AS stock_stock_31 , p1_ . stock_reserved AS stock_reserved_32 , p1_ . logistic_weight AS logistic_weight_33 , p1_ . logistic_size_width AS logistic_size_width_34 , p1_ . logistic_size_height AS logistic_size_height_35 , p1_ . logistic_size_length AS logistic_size_length_36 , p1_ . price_amount AS price_amount_37 , p1_ . price_currency AS price_currency_38 , p1_ . purchase_price_amount AS purchase_price_amount_39 , p1_ . purchase_price_currency AS purchase_price_currency_40 , p2_ . id AS id_41 , p2_ . code AS code_42 , p2_ . is_default AS is_default_43 , p2_ . weight_modification AS weight_modification_44 , p2_ . price_modification_amount AS price_modification_amount_45 , p2_ . price_modification_currency AS price_modification_currency_46 , p2_ . stock_stock AS stock_stock_47 , p2_ . stock_reserved AS stock_reserved_48 , c3_ . id AS id_49 , c3_ . public_id AS public_id_50 , c3_ . name AS name_51 , c3_ . slug AS slug_52 , c3_ . description AS description_53 , c3_ . lft AS lft_54 , c3_ . lvl AS lvl_55 , c3_ . rgt AS rgt_56 , c3_ . position AS position_57 , d0_ . product_id AS product_id_58 , d0_ . product_variant_id AS product_variant_id_59 , d0_ . category_id AS category_id_60 , d0_ . customer_group_id AS customer_group_id_61 , p1_ . vat_id AS vat_id_62 , p1_ . main_category_id AS main_category_id_63 , p2_ . product_id AS product_id_64 , c3_ . image_id AS image_id_65 , c3_ . tree_root AS tree_root_66 , c3_ . parent_id AS parent_id_67 FROM discount d0_ LEFT JOIN product p1_ ON d0_ . product_id = p1_ . id LEFT JOIN product_variant p2_ ON d0_ . product_variant_id = p2_ . id LEFT JOIN category c3_ ON d0_ . category_id = c3_ . id WHERE d0_ . active = 1 AND d0_ . code IS NULL AND ((d0_ . active_from IS NULL OR d0_ . active_from < = '2026-06-16 11:32:13' )) AND ((d0_ . active_to IS NULL OR d0_ . active_to > = '2026-06-16 11:32:13' )) AND d0_ . customer_group_id IS NULL AND ((d0_ . target = 'product_variant' AND d0_ . product_variant_id IN ('5f668145-9cbe-4471-aa32-aab85686cf0a' , 'f4e8ee43-cd02-4d24-a3f0-543dfbdaf8ee' , 'd5947037-44a8-4af1-8acc-e7650a704181' , '8acc6ab5-e333-45d5-a495-e4af88f25f43' , '3770c7eb-92a7-4bfc-ad85-65beee3a09a7' , 'd3fbc1d4-33e3-4276-afb9-5318e75cda35' , '12391455-5ef3-49a5-bf4a-452ca36a67d7' , 'c93c9d9d-d067-41df-80d7-da80563b9a1f' , 'c842a3e5-3446-4003-a084-3b3033cb1d7a' , '1bc2ab1f-610c-4586-b6dd-5019c973cafd' , 'a61d1b3f-df73-49d3-bd64-663514a3f69a' , '854a04ad-9d67-417b-8ab1-361940842e3f' , '4c811270-aceb-48af-a984-04e43678c32b' , 'd58841cc-d913-4d9a-a742-d241f50ce57e' , '5e9c94db-0e36-410b-bf8d-d302771ffd2c' , 'ba4a0a6a-e7a4-464d-907c-4faa8e45274a' , 'a1f826d1-e6c7-4cc6-93bd-959817607749' , '863444c9-ef44-41b9-a5c6-58a8bbbff3ee' , '7f1c0e56-efd9-4265-98a9-8d61747abc1e' , 'e2d6ddac-0c21-4c2c-b7f7-3c00c7191783' , '49f2c53d-2427-46e7-9449-a2c947dc3ad0' , '831ae3b9-3ad6-4edf-80d6-516eec0a61a9' , '0136ff72-71d7-45c9-a9f0-8f157efff2ca' , '65ac4516-d78c-48e2-b242-c87ef0334cec' , 'b08ec9b3-76e4-4f5e-ae07-f6332b243185' , 'd9c57f00-3967-42a6-a85b-455affd0b454' , '2ba3e29a-94a3-4b76-9edf-1bcebe8a2763' , '40ab5fe0-e055-4c99-9100-3024e7fa6725' , '3f41e81d-a1d0-4ea7-a01b-f518c869d720' , '209079d3-f8b0-48cc-9d41-030bf659b556' , '9fee1c58-c13f-406c-82f0-6b84d6904fb3' , 'f28267fb-d7ed-432a-94f3-31a128e5fab8' , '00fe8105-874d-4870-9cdd-3b794e5463f6' , 'c8aff950-11ba-4533-a2c7-ae22a8b39b20' , 'f5d175af-29f6-4e1f-87ff-8623216026bd' , 'c9368572-0c5b-4d88-a180-aab213e67932' , 'a3b5b543-c254-4eb4-aa5b-468d67ac8e07' , 'ea131187-e5a8-4850-8b62-34f59adad3cc' , '6e87bf66-d144-42ea-8166-a5eb8506ab5f' , '0e0edb57-04ec-4c0e-97f0-d4421b3b7a35' , '3cd99af7-f2be-4368-8427-eedf74f47f0c' , 'be703840-a89e-487e-8759-cf92de233df0' , 'fc1f4f4d-ea3e-4550-a371-5da785c5723a' , 'bbfd8261-ffcf-4aaf-a7fc-8e254dfe915d' , '05aaa61f-3dc8-4e8d-b61f-5b22bd03e25f' , '68659c2c-17f0-4652-a0f9-520bf1642466' , 'b48df01a-21e7-462f-b9e7-789e03025923' , 'ecc01bf9-5f9f-4cc5-ab7c-c4f910ab5a39' , 'aaa064dd-98f4-4fe9-b56e-d5eba51709c9' , 'cdf6f4b5-94b4-4075-bbaa-7e397bad04c3' , '1118054c-b352-46fd-94f5-a32fef131ec2' , 'e7263c65-d25a-46f2-b00a-d47e71350b8e' , '56d24e62-4940-411e-9093-b6f99d418925' , '6c850c15-97f9-474b-9d41-ceb4a626d60b' , '69664693-21bb-4637-9cdc-50a105e9ab9c' , 'd7e761a2-1eff-43c0-866f-1eb4a0d001ce' , '2b0e050a-4579-4c16-9564-b6cfd7e90bda' , '94493dda-8c8d-422b-acb5-0d3cae0ceb38' , '57956d28-3961-4d72-b33a-e2bfd817c5b6' , 'bdb0334e-36b8-4e81-ae95-688b4c196022' , '5558a4ef-8039-4a79-8490-075eeda5712a' , '62c0fbbb-034b-47ae-99d8-23c183d9798d' , '38030c53-9e8e-4325-bc52-316334a160e2' , '865b256b-f9cc-4a7e-b4b8-2707203c449b' , '129772ce-2e93-4b5e-a5dc-2d06b327f76f' , 'cc86f787-571f-4591-95f5-151fbc41b6ef' , '4e3e72fd-ccdf-4c99-8f29-465695d56eb2' , '3ce11c89-700f-4cd7-9165-cf3fbbe8b3ae' , 'c0c34b5a-1cf7-4dd4-bdaa-7ecae7461146' , '40fe3ce6-76a8-4d0a-b75b-11c10c400c29' , 'd5fe2534-3c34-4ccb-ac7f-5294fcc1a0b1' , 'd9f877fd-8ebf-4101-87be-f6806054cc0f' , '06de3e8c-7952-435b-a345-338c3764e360' , '5a9e5e2a-bb42-4216-a643-087cb052e003' , 'da79b21e-90cf-42a5-bbb6-bac5996c7899' , 'f1a2ae1c-92a9-42a1-a239-d114424bedc2' , '815b3ed7-e4ac-409d-b062-a437164cba35' , 'eaf72292-43db-48d9-86d6-cf80f0a23f10' , 'e4db21c5-9200-4f30-acbf-ade48acaa2f7' , '6990bb93-c421-4b28-803e-11b020b419cb' , '7cf7ae18-202f-4bb9-b30a-3e6666ca0edb' , '9288124c-2f1e-497c-8db8-15a4ee4717a7' , 'f0c5f6f6-c1eb-4b20-b015-b69b15804a2c' , '98aff9fa-b915-4c47-81c9-66ef31c293dc' , 'ab4c37fe-0007-448f-847d-509106607c00' , '69563092-ed2c-41cb-880d-85caadce4769' , '086119f4-e12e-4fd0-b6cc-029cd4bf1a61' , '31735a5a-f3cb-45ea-b0c5-dbd29b9fd0a6' , '12d70e43-b12c-47dd-af70-a8e74f2c7c26' , 'bd30cb05-e3c9-495e-a560-3e0940cbcc47' , '2ea71908-0b22-4815-9634-11f135080caf' , 'c9e3b0bf-339d-4121-81ea-ddaef300a138' , 'cc26fa4e-ba26-4b3d-9830-522bf2449412' , '1aa6d601-f914-48e9-a516-687299e2eddb' , '20d90d7e-1c26-46d2-adaf-195bac7962af' , '17106543-fca2-4d7d-b8aa-945956f7f4d3' , '09a1ed30-9419-41d0-92b4-67a06b2faba3' , 'b8aabf6e-7e83-4f4c-a432-f6d4732b5c02' , '2c09250c-17e1-4acd-a57d-412a805adccb' , '40005771-65fe-4b5f-b473-7749775e9049' , '42e0a48d-668f-4002-8a6f-7e184ba49444' , '6d2b4fb8-a3e5-448a-bda0-1afeb7d75467' , '1c47c699-bc0b-43b9-869d-3b5aa47bfe28' , '7af93ab1-05bc-449e-96ce-1622397ec968' , '002de140-c97c-4937-b77d-244a978f47b5' , '40f3c691-a9bd-4ab4-aca3-1fe7061f764e' , '461c0c97-a202-45f1-819f-3760355f9b69' , '0ab2e99c-d1fb-42aa-af68-aa384ec4ab7f' , '7dfcd030-6504-489c-af35-b063ee0ff76b' , '333c22b9-756d-4f9e-a3dc-573aecb398f5' , '6c3f4b2f-8097-460a-bfaf-dff3fe7aa1fa' , '56dc6099-3c06-4aca-be1a-bc549e1cfea7' , '46d1486a-d5e3-4568-b558-3d495b93d7fb' , '04fdc432-270e-461d-832b-33f6e509da7d' , '9970851d-21bc-4a09-a8dc-355977dab6d0' , 'd33baf2d-b029-42bb-aafb-f00fba19bb77' , 'a7ccdb4a-a320-4f2f-8033-eb97cc08cc80' , '09db7369-3bdb-478d-8b56-efe64783c8f3' , '45a7e6c8-5873-4888-8e4c-05ff9106c6ce' , 'db9f3047-e9cb-4061-aa21-1dd5184bf275' , 'f0e2766f-20fb-46a1-846e-83ba73b022c5' , '5251ea62-c1f2-4f29-be8a-b0476c2bbacd' , '4446e4e7-6eaa-4944-b434-25dd63f004ab' , '0ce51e79-a8af-4d22-be58-06dd677f7f34' , '9ab45251-8f17-4034-bc17-bc50c1ef2d37' , '695afebd-3a8f-46b4-bc15-9f82cd9e2ad4' , '6d592004-b106-424d-8dd7-39115c3bd101' , '6ead24a1-f107-4c56-ac9f-654c6b7f316d' , 'b5e58f78-4191-46bf-bfc2-4508489d787c' , '413fd7db-1e62-498c-989e-a50d261eb99a' , 'c8593458-0fe5-4b15-991d-dc36aab403cd' , '41321ec9-9766-40a4-ae21-8c9ed2df420c' , 'faced654-89ee-4455-88d2-7bd1cec0fb65' , '7851a62f-d2a3-4e54-860b-78bcb05bfece' , 'd2038892-e582-4271-af28-89298f9f760e' , '35eebd17-c027-4390-9159-7edbfeb9e9d0' , '7255e436-c24e-4bf6-9149-52b72b9cc73f' , '0c19c665-71ef-44cd-8cce-71db3e2c74a4' , '88ca223a-16ec-4627-9f17-40ef75b5fe98' , '408c6943-04d5-462e-bdf6-053381e90134' , '68cf8cc4-b7b7-416c-bdc6-738076b30b0e' , 'ca500717-c050-4828-b06d-c1f92074de3f' , '168085ef-54eb-424f-bcfd-095550e83b3e' , '0ee6d5ad-0456-4898-8f48-9d307adb9461' , '87a3fb0c-2104-444a-9773-b6544a3a108e' , '20eb2c80-f19b-4306-9af1-c3ce6ccb07f5' , 'cb0e3c70-966d-4f6a-bd64-a45d064b9dc9' , '8e4a7eec-235f-4897-8ed6-c4a8f763e87d' , '83099989-e4a3-49e2-bd20-a3c638cdbd69' , '07877f88-fe59-431f-8ee1-053671f8b8a8' , '0441ad4b-72cd-4a47-ac43-71e60378bfec' , '8ec4a22f-07a5-4d30-b8a3-e86773a0ab41' , '4521d5af-d029-4299-b284-22b6e154015e' , '54950002-c0dc-4e87-8255-a2893bab80e6' , 'fc5b3cbc-4bc2-4a0e-ba98-1207ce864e79' , '586293b3-47e9-41dc-a03d-68d5e7b11b7e' , '9e96c5cc-d6af-4dc8-ad25-08e4a9062958' , '25bd88eb-e360-496c-8625-292db96762dd' , '6d24e979-0b80-44b3-88fb-a97a4fabe809' , '3163e79d-a1ad-406f-8772-54319ae8e2fd' , '33923afb-7ee6-488f-be1c-e65e40835e7c' , 'f95fcd33-cc5a-4c75-a43b-e397937737d8' , '1c2bd22b-8740-425d-815d-0c1c277e3970' , '1649e60c-7f0f-4303-b291-8d7e479cea4d' , 'abdba672-e4da-4645-b644-ba79fc66e841' , '07adcb8b-563f-484d-8ddc-f87fb9aa6d5d' , '59534a35-c026-4506-b9d0-f15e678e1593' , '793e11c0-433c-4ddd-b829-495fcb5104c8' , '35b4689e-ce1e-4d77-9a70-71e1e582efa6' , 'a57dca40-5c46-4177-8f1a-ab9e399d2c65' , 'c80df1e6-5c4d-4115-bb01-37d2c58dc49d' , 'e8f56a35-a0e6-4fd6-aee1-30e3ed897bdd' , '3154dc0d-f939-4f60-958a-14340aad0374' , '8fa349b9-6c1c-4168-b95f-f123b86cf725' , 'e2aae4e6-26d7-4fa7-8692-8a53776ac837' , '0a5e44c7-3058-4975-927b-2ba12f9fab81' , '27502eb9-417f-4478-b230-aa84162994cf' , '310ab9a9-fc08-4a31-b03e-9ab849740028' , '886476fe-efb6-4d33-8d64-63251685b2e0' , '7fb3b59d-b454-4de9-bed6-18fa0bafe1d4' , '24d74e2d-f014-4efa-9df3-dd00d8c8ffa3' , '8de609bf-9440-43e1-b78e-28bbf3663903' , 'c96e4431-3b6f-44a7-b44d-96e3eb036794' , 'cfb1a8e7-c7da-40ae-98ba-028722fc0e9b' , '6885b4d5-2ed3-447f-9a8b-7724071e3c95' , '6c16e01b-cc16-45ca-aeb2-03ea3ba5d677' , 'bfc55952-0339-4e6e-bcf0-f2cef9708f69' , 'b3120c6c-fbc4-4696-9c0c-b88c5ec9fee6' , '7d765e5e-40fa-41ba-bb68-252f634329f0' , '08eb3bbb-cac7-4c4c-95b9-17936761395e' , '66e0193a-4f83-4e1f-8c07-86427545a8cf' , 'b9bd8ced-0e34-467a-bdcc-ab852ae6cec9' , '8f8df095-c562-45ea-bf55-7b129fc003e1' , '336e128e-9bbb-4a7d-8650-c294b334879e' , '8e732bcd-33be-4d72-bf12-6510e35af78e' , '74bea0aa-200a-4fc2-b4ce-e4bd76a0a95c' , '8b523736-f0f1-4fd4-80c1-06b2c95b0716' , '99b482c3-45f9-472b-8b91-b45d1eb51f98' , 'fcdcfe98-d80d-4ea4-b59b-674256d0f6cc' , 'f0c7a162-0f9c-42e3-b558-ccf74f4e74ad' , 'd1e2f3a4-b5c6-4d7e-8f9a-0b1c2d3e4f51' , '88c7fefb-1c68-4b10-8e70-2d5d48eb29f5' , 'ee53cbe0-18c6-4751-92c3-1372d31c27c7' , '5e65195a-9029-4bd6-9680-f61bdd5dc888' , '5349d599-8752-4225-abcc-11659f2641bf' , 'efd87483-31ad-432e-9898-c7bf2c72ba85' , '33f6dc3e-08a1-4057-83f9-55a47190ac80' , '4aca83aa-05a2-42ae-adcb-08c45c6f1dc3' )) OR (d0_ . target = 'product' AND d0_ . product_id IN ('355303d6-d8a7-4717-b11c-08ae7eeb559a' , '368c816e-921f-4322-a827-8294a4d69ada' , 'e856818e-129e-41f8-b370-a939e6dbf8cb' , '7fe86f05-b718-49f1-8406-1698d87ade3c' , '26f8c927-d4ee-4f5a-820d-fc330bab2e15' , '1f8b5cdd-63bf-4bd0-be90-2dfcdd3d2677' , 'b5387628-bfd2-427c-95ea-54202231e7e4' , '7dc0de1e-4804-4623-b3ee-d0682ff8fd9f' , 'd5887961-0fc7-4d5f-8806-de090ca2c7d9' , 'bdfd88a8-8ebf-45e9-a62b-f94f4e0eca03' , '95d9f81d-1f7c-4b9e-98d9-d16e9647346e' , '28d169f7-1b23-4f35-b158-d967e2a6609e' , '35798ef6-b656-4d4a-979e-0e229aae8267' , 'df17e36d-7b59-46bf-a6d5-6d697c3f5c22' , 'cfae9c73-173b-4db6-bce2-4df5b1816853' , '491687ee-8f46-4a8b-b4c7-6b508d292830' , '8e562455-273d-4a0c-8c33-64a6c849b67d' , 'b47e8038-689a-42d5-9bec-8f9b313c0a39' , '30679fd2-0f42-42d9-89ec-1052c8172114' , '848e956d-8868-475e-82b7-40283c825f0b' , 'ba825bae-6e6c-4fc3-bc07-cb564058f193' , '2ac1d505-066a-42a6-9b31-42d9253c22f5' , '7631c7b1-ca29-4990-ad83-7e8c75923be9' , '045541f0-2fed-4257-8de0-f03b6f06d423' , '7b7e9372-b685-4b08-a892-0c30fd2b3a10' , '2344dba3-c799-4dfa-b2e7-c53aa635448f' , '2c2248fd-5998-4a3b-b48d-265d418476d7' , '413558c6-093a-4fb5-86a0-c074645114a9' , '645ab714-d95e-4cc5-93ba-2504bc039405' , '5bb25fea-7610-46ce-9b39-8939e0209d1e' , '7b6cd4e0-4b02-4589-bed7-c8279b75b00e' , '0eab8c4b-cfd9-493f-8676-f7458812c3ad' , '04707f6c-760a-4ffe-ba40-444cafb102e1' , '4780af63-db20-422e-a599-6fe2427e9f95' , '634ecbae-c215-4266-a9c6-2f35502d8f7b' , 'cf34bba9-87c9-4816-aa0c-33d2456a4248' , '671358ac-1d71-4ebc-8818-dac4de39cdc6' , '542fe9e0-f3cc-4fdb-b374-b4863bfdfbff' , '093196c9-ae5b-4006-b7a3-2d45da06a08e' , '7bb1c38b-2113-4c9b-aa5c-eba1eeeab828' , 'a67d34fb-437b-4d6a-98d5-bf85c010bdd5' , 'a88cdd6c-b2a5-4a55-a571-0cfda5beda98' , 'a2e24878-6ef8-4783-9355-13c7d4271438' , 'b6060a38-1350-49ed-8e46-9a2bd01a66bb' , '6d8b8410-f1e4-4e4c-9701-bb839aad034a' , '5dd3b534-fa55-49d0-ae75-5f81830d1a5a' , '4ef23611-38d8-4147-bb08-d5e567758b68' , '5e990fd8-3cf5-4307-b345-cfbda898aa7e' , '118ebbe2-625c-4436-9d81-5c488404bd03' , '927b3858-4044-4012-8523-640447247ef7' , 'cf6a91cc-a1de-4b6e-bd0b-fef4df77ccd6' , 'd0ccb802-9b95-44af-9adf-fbba8a8eab28' , '39b4f526-f7d5-434b-b87c-5c110e7b5c40' , '55a3d09b-e8c0-41b6-9c1d-ee6626969ae1' , '0864cbb6-d6b9-40c4-b288-76065cd19505' , 'fbc15251-8b09-4319-9b4e-d86bc46f6a43' , 'b18bdc07-51fa-40ef-a1bb-022df56b650b' , '1992d3ec-b0ba-4ff9-9d12-9ceb12ef499b' , '6e9691e8-1ff5-4faa-a2e5-b95e2cc2f056' , '682ce928-1ca7-42d4-939f-1b70c6d41a83' , 'b81a5998-4f6f-4028-b484-0cc773034086' , '3f9ad20e-2f87-48cf-a7a2-3c97109bfc30' , '3f87e1e8-954e-4522-9564-1a41c439d281' , 'b23b8b11-d45f-44ae-929a-e2c53a945ddc' , 'aaf1f041-4c52-42cf-947a-107007bbc97e' , '475622ac-193a-4169-a50f-f6e8d6f0e266' , '710797b8-6c6c-4f02-8d32-bba4714292cb' , '73b78393-d7ee-4834-aaf7-4b549bb67c38' , 'f1807a7f-1723-42b7-aa2a-2b5f330a671e' , '08f704cd-f113-486e-aa8c-924eb41cf111' , 'e9bab305-6981-4316-85e5-986dc2844acf' , '4b19a15f-f8df-4458-b285-7a9c801eef47' , '27f3493e-b0f2-487c-a76e-aebf6d164342' , '3639d62b-31d4-4ffc-b848-b546a59eb36c' , '6e8fe9a7-ce80-4541-b2f4-06817abc926c' , 'ca44af75-8ac0-4986-93d3-0eda308eee53' , '2020adc3-a256-4260-9577-cabbe1f37bd3' , 'bb269643-f57e-4e14-b3d1-bed1e20a0dd9' , '815233cd-4585-4d23-98f5-f18eee5cef98' , 'b9b51570-ddca-45e3-910f-7fcbfbcbb519' , 'bf166e78-ef93-47e7-b6f7-7253e984e533' , '8ba9b9ee-99a3-4ff1-b93d-87ffe99be6ba' , '2f69273a-7bfc-45f2-968b-e143cbe005d5' , 'c2a8e42e-bbb2-4dd3-a0b2-7cf2b1b3b04a' , 'b5a38c52-a967-4ce4-8a2e-dcf8122e2e38' , '3d03de5a-f6e0-4e57-83dc-bd7fed7ae4a4' , 'a3a2b9bb-ae9a-4498-bc1d-1945c59ff9f4' , '126356a7-1735-47fd-bb28-c3970135bee8' , 'ca75cc07-ef9a-4e30-be96-ec57744cf758' , 'f8442593-9089-4c19-a65e-457f947d7b46' , '79a676fe-1c43-46a6-b838-43b95364cc39' , '3befb95e-5368-4fe9-80eb-1e22366d01a4' , '6f20b4fc-0126-4571-baa3-a5d35d7f7bf3' , '2f95c1b8-2247-4b53-9868-48c1737972a6' , '6047fe79-d3e6-47db-8566-b9ee0b1b287c' , '7f454f03-cab6-4fae-96b2-77ee6881511f' , '27c8742a-2009-41fd-a433-8ec1c073f07a' , '800ee169-083f-4130-b5f8-5bc058949d65' , 'c17db6f4-e03e-4af4-9a3f-484b0514337f' , 'a053c999-3a0c-4c0a-b266-3e7229e5ae39' , '32c21820-914b-47ed-8d84-c1bc18d095ed' , '55541599-d60c-4511-bc00-4c806c8c9b07' , '3cfaa5a2-b328-4c9e-8389-ebb104e6bfec' , '57ff3c3a-f0b8-4ebd-9dab-d8717678d5ce' , '5953de44-58f2-4786-ac13-bda8c1afe7b5' , 'a26e39b5-2eaa-409d-b1ce-66b541fe33b5' , 'b78571f1-e018-4f23-8000-8d6022a36dc8' , '185fd392-6543-47f5-a3c5-3513a88d2102' , '1b6dc397-45bf-4731-bfba-a68d8f0a7125' , '86078900-fb22-4b68-9eb3-8ce5149ecbfb' , '18106ed7-2353-4d7c-bcdc-66e614aa1c39' , 'e32d8a3b-255d-4d7d-9e3e-bc96b24781af' , '563e5844-cb5a-4745-8eeb-65910e3248a2' , 'e76cc429-9cac-4efd-9c14-b8db94be08b3' , '9186a964-9595-42cc-a1d2-5af0f6a538e9' , '6190c719-b48b-4cc8-a1e7-70e1c2fc1b5a' , '7a40b9ba-59d2-4a49-9149-f714ddb01f6d' , '729bd080-9975-419e-8139-7a8c2d557a67' , '988bed04-9739-4703-a918-9f99a29ca92f' , 'dfa04a09-2141-4db6-8e18-85b1ebff8b81' , 'ad2244c8-826a-4269-9919-5c1eeb6d481e' , 'd8cbb64e-df73-4667-b039-2796b39aad3c' , '7f487205-69cf-4975-a67a-1f5830d05d24' , '79f35eb2-8a1f-49a9-ae1a-fbaeb1d27481' , '85d3ee66-0541-4adf-bd4b-05d1c803f36c' , '2e281a2e-a343-4696-8571-0bd7b1cf0dc9' , '76cd122b-ee0e-4e60-b03d-8a783b02071e' , '27aba284-c304-4640-ac1b-a22d4ac821ff' , '6636f63f-23ef-420c-8ecc-becf69a7fcdd' , '86a2bcd3-7b93-4e70-adf6-16bd88e2a860' , '2abaf554-c9ad-4eff-b96a-e2f039e0406a' , 'fae4b453-a3d3-4d8d-9ab4-fb029ca996b9' , 'f18d5e7b-8484-4284-a7dc-6f0053472d42' , '53ef06bf-b074-462a-a314-47316b376cbb' , 'cb9a1c45-8c4a-447a-a38f-e748a113c8fb' , 'ede8de2c-5e08-4626-9745-e8bcaf97fa04' , '7e25545c-0b0e-4b91-aa6a-e72f901b0f56' , '998f44ce-11a1-4731-89ab-b608a1ed97df' , '77cf8894-2afc-4c66-bd19-2f79006739bb' , '87fe2bd7-d7f4-4ece-b5cd-508902364485' , '7be81d7a-5b70-422a-9ba8-bab6200a1c85' , '57fd865c-350b-4fbe-9241-a8a8bfdf64a2' , 'd12ffc6e-d2ff-401f-bd41-d7799fff48ba' , 'c7a84426-024f-4e7c-aa59-3dac3573e8a6' , '4e952eaa-e2e2-4b4b-bfd9-84849f48cc58' , 'e5bc6d93-87dc-44cb-8744-4baa40749d7c' , '1be51fcf-354e-4408-8343-6da2d954768c' , '253c16df-c52b-4334-99d8-e65921a34947' , '640ab064-b4fc-4dc1-837a-b8be40e134a9' , '83335ef1-a465-434a-84e6-2d095db47f46' , 'e282bb83-0b4b-4946-b8ed-aeb469708df2' , '2cfe6f1e-582b-4e71-a488-a212acf382a5' , 'da55d833-8444-45de-ac9d-2e93854f303a' , '824e54d9-c880-4f42-84e4-d3568bf9e119' , '9623f614-ff80-4dfd-bd2a-00a6e1b391d0' , 'bdc832b2-6065-491f-a749-8831bed0a767' , '48fe5526-d02e-4d13-8222-b48a9084df6b' , '328a19e8-cef9-49ff-ab5b-b70aa58cb349' , 'fb44738b-fdeb-4313-8e6a-95d20ab07dad' , '81612edb-2142-4152-8b91-1fcc7e329b4f' , 'bacbcf98-905a-408e-a664-a068bfc9eb26' , '6dbee4ac-1225-4371-a054-168c5cc023a4' , '6e86069b-c07c-4fc6-a801-f14e5471d85a' , '2c168d8c-28fb-47a9-9d86-ea1999af981f' , '141df4a3-8d3f-4a37-8383-332ff4e6c383' , '7d90a331-01ed-4783-8440-bba6c02fc9cf' , '05738bf7-5c34-4e3f-9e47-63b4eaf03adc' , '4d28dbeb-168e-4786-ba00-819e09472bca' , '4ac98c12-1c80-4709-a0cc-d783e99b15c2' , '1e0eb658-a097-49b9-9681-6c8cda7439bf' , 'ece437ff-1b63-4cc2-8fae-85a99ebb5b6f' , '502a771b-9172-4eab-bd54-a3cd9ceedb98' , '35bf9ee0-61e5-4d7c-8453-1e5a89a56749' , '629bfe35-2f96-4a88-82f3-fcb8cbb34e2a' , '107ddd34-90e1-4bb1-9a0a-576070a49466' , '364dfbbe-82f0-4a78-bcf4-f968480131ea' , '2d7afe3f-4f8a-4516-bd95-371ef551c437' , 'fc5a37e0-ad07-4028-acaf-67815f49db0d' , '44259a3e-b126-46aa-8d1d-c643b2b88389' , '512548d1-4b44-4d96-8ccf-11fd837a44f5' , '398254f8-2cfc-415c-b51e-c913e5ad75dd' , 'b354656b-de5e-4e78-b51b-61314652859e' , '2f766117-35b9-40a5-9779-a663f074f2cd' , '94adbfa9-9c07-48ad-a7b5-b16eaa669df1' , 'e8f3d545-7df0-401b-a645-13b5854ac7f0' , '3830658b-378f-40de-9d92-4ac2823097e9' , 'a6ad32e1-dd56-4f0d-a1ee-dfc254d9a757' , '6c38a252-7d28-4188-b044-c190e57beadf' , '59a8fe57-4dac-4e7b-a6ca-6ff2319ce8ab' , '75434a5e-376e-4ffc-ab15-be8ef05454a2' , '4247d01d-3497-4e2a-8502-b18bd3655a52' , '70f54ba0-a287-47d5-869a-43a318738b06' , 'bd083b65-f1ae-41f2-b6c9-57229cb7865d' , 'd74ae8a1-126c-445d-b3be-d9b7a4b9d208' , '3d8f18e5-640c-49e8-a7db-a6066a4272e1' , '31576648-3d14-4749-a100-d36c64ad11bc' , '7efea3d0-1f67-46af-93f9-823603a43d91' , '249d8475-244a-43ab-aa69-5eecc311f0ca' , 'cbc4f391-467e-433b-872f-516a41a0f722' , 'e3f42d6d-46ff-4166-81f5-4cea29d62d7a' , 'd1e2f3a4-b5c6-4d7e-8f9a-0b1c2d3e4f50' , '2c5f8e3a-9b1d-4f7c-a6e2-8d4b3c1a5e9f' , '428e917a-05e4-49a7-93f6-3a8645a0e6ca' , 'b55d9da1-765e-4343-9740-a4557f6ce7cd' , '49b861ff-4f46-41d8-ad55-632b9799b492' , 'f9c865e5-1a49-406f-a8f9-90d6f07df2f8' , '3894e489-bd0c-4f54-ba9e-febf47900694' , 'adb9d694-d757-469e-8a76-d95e6d5b7824' )) OR (d0_ . target = 'category' AND d0_ . category_id IN (SELECT c4_ . id FROM category c4_ WHERE EXISTS (SELECT c5_ . id FROM category c5_ WHERE c5_ . id IN ('4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a' , '6f4b2a8d-0c7e-4d1f-2b5a-4e9c1d6f7b8a' ) AND c5_ . tree_root = c4_ . tree_root AND c5_ . lft > = c4_ . lft AND c5_ . rgt < = c4_ . rgt ))));
Copy
224
1.67 ms
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_parameter_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY (? )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY (? )) GROUP BY unnested_value
Parameters :
[
"{7f904120-f8b3-4566-b409-472698f59584,dd1b5415-c000-494b-92f0-ed10c8b7e16d} "
"{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a} "
]
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_parameter_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY ('{7f904120-f8b3-4566-b409-472698f59584,dd1b5415-c000-494b-92f0-ed10c8b7e16d}' )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY ('{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a}' )) GROUP BY unnested_value ;
Copy
225
0.97 ms
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_parameter_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY (? )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY (? )) GROUP BY unnested_value
Parameters :
[
"{8e85442d-8616-48ff-8b24-2e8aec165027,77d73b6e-ba4c-461c-a022-d80f824b116b,bf3d495a-37c3-4c0a-8f61-fed434ff2d13} "
"{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a} "
]
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_parameter_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY ('{8e85442d-8616-48ff-8b24-2e8aec165027,77d73b6e-ba4c-461c-a022-d80f824b116b,bf3d495a-37c3-4c0a-8f61-fed434ff2d13}' )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY ('{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a}' )) GROUP BY unnested_value ;
Copy
226
0.92 ms
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_variant_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY (? )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY (? )) GROUP BY unnested_value
Parameters :
[
"{4de71415-74f1-42f8-ad7c-72b1385e0115,2e2ab81c-cfe4-4fcd-96da-63d40d01ba67} "
"{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a} "
]
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_variant_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY ('{4de71415-74f1-42f8-ad7c-72b1385e0115,2e2ab81c-cfe4-4fcd-96da-63d40d01ba67}' )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY ('{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a}' )) GROUP BY unnested_value ;
Copy
227
0.89 ms
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_variant_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY (? )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY (? )) GROUP BY unnested_value
Parameters :
[
"{9b880df1-482c-4f0e-ac91-304c0554dd93,8a6a4c62-3a9a-47fa-8935-5b2c8edef512,63a4b4eb-5b5d-48a1-94a7-7af3764f5642} "
"{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a} "
]
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_variant_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY ('{9b880df1-482c-4f0e-ac91-304c0554dd93,8a6a4c62-3a9a-47fa-8935-5b2c8edef512,63a4b4eb-5b5d-48a1-94a7-7af3764f5642}' )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY ('{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a}' )) GROUP BY unnested_value ;
Copy
228
0.88 ms
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_variant_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY (? )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY (? )) GROUP BY unnested_value
Parameters :
[
"{7efc6872-b156-4bf2-afb8-33d03ede6097,cbb9595f-a34d-4ddc-aa9b-e58e92bf8cf4,cef1c56c-c574-4e6b-a3f7-7643f0376f35} "
"{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a} "
]
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_variant_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY ('{7efc6872-b156-4bf2-afb8-33d03ede6097,cbb9595f-a34d-4ddc-aa9b-e58e92bf8cf4,cef1c56c-c574-4e6b-a3f7-7643f0376f35}' )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY ('{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a}' )) GROUP BY unnested_value ;
Copy
229
0.92 ms
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_parameter_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY (? )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY (? )) GROUP BY unnested_value
Parameters :
[
"{7f904120-f8b3-4566-b409-472698f59584,dd1b5415-c000-494b-92f0-ed10c8b7e16d,8e85442d-8616-48ff-8b24-2e8aec165027,77d73b6e-ba4c-461c-a022-d80f824b116b,bf3d495a-37c3-4c0a-8f61-fed434ff2d13} "
"{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a} "
]
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_parameter_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY ('{7f904120-f8b3-4566-b409-472698f59584,dd1b5415-c000-494b-92f0-ed10c8b7e16d,8e85442d-8616-48ff-8b24-2e8aec165027,77d73b6e-ba4c-461c-a022-d80f824b116b,bf3d495a-37c3-4c0a-8f61-fed434ff2d13}' )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY ('{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a}' )) GROUP BY unnested_value ;
Copy
230
0.90 ms
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_variant_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY (? )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY (? )) GROUP BY unnested_value
Parameters :
[
"{4de71415-74f1-42f8-ad7c-72b1385e0115,2e2ab81c-cfe4-4fcd-96da-63d40d01ba67,9b880df1-482c-4f0e-ac91-304c0554dd93,8a6a4c62-3a9a-47fa-8935-5b2c8edef512,63a4b4eb-5b5d-48a1-94a7-7af3764f5642,7efc6872-b156-4bf2-afb8-33d03ede6097,cbb9595f-a34d-4ddc-aa9b-e58e92bf8cf4,cef1c56c-c574-4e6b-a3f7-7643f0376f35} "
"{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a} "
]
SELECT
unnested_value :: text as value_id ,
COUNT (* ) as count
FROM product p ,
LATERAL unnest (p . filter_variant_value_ids ) as unnested_value
WHERE p . active = true
AND unnested_value = ANY ('{4de71415-74f1-42f8-ad7c-72b1385e0115,2e2ab81c-cfe4-4fcd-96da-63d40d01ba67,9b880df1-482c-4f0e-ac91-304c0554dd93,8a6a4c62-3a9a-47fa-8935-5b2c8edef512,63a4b4eb-5b5d-48a1-94a7-7af3764f5642,7efc6872-b156-4bf2-afb8-33d03ede6097,cbb9595f-a34d-4ddc-aa9b-e58e92bf8cf4,cef1c56c-c574-4e6b-a3f7-7643f0376f35}' )
AND EXISTS (SELECT 1 FROM product_category pc WHERE pc . product_id = p . id AND pc . category_id = ANY ('{4f2b0a6d-8c5e-4d9f-0b3a-2e7c9d4f5b6a}' )) GROUP BY unnested_value ;
Copy
231
0.57 ms
SELECT c0_ . id AS id_0 , c0_ . public_id AS public_id_1 , c0_ . name AS name_2 , c0_ . slug AS slug_3 , c0_ . description AS description_4 , c0_ . lft AS lft_5 , c0_ . lvl AS lvl_6 , c0_ . rgt AS rgt_7 , c0_ . position AS position_8 FROM category c0_ ORDER BY c0_ . tree_root ASC , c0_ . lft ASC
SELECT c0_ . id AS id_0 , c0_ . public_id AS public_id_1 , c0_ . name AS name_2 , c0_ . slug AS slug_3 , c0_ . description AS description_4 , c0_ . lft AS lft_5 , c0_ . lvl AS lvl_6 , c0_ . rgt AS rgt_7 , c0_ . position AS position_8 FROM category c0_ ORDER BY c0_ . tree_root ASC , c0_ . lft ASC ;
Copy
232
1.32 ms
SELECT s0_ . id AS id_0 , s0_ . public_id AS public_id_1 , s0_ . title AS title_2 , s0_ . slug AS slug_3 , s0_ . content AS content_4 , s0_ . show_contact_form AS show_contact_form_5 , s0_ . active AS active_6 , s0_ . created_at AS created_at_7 , s0_ . updated_at AS updated_at_8 , s0_ . seo_title AS seo_title_9 , s0_ . seo_description AS seo_description_10 , s0_ . seo_url AS seo_url_11 FROM static_page s0_ WHERE s0_ . active = true ORDER BY s0_ . created_at ASC
SELECT s0_ . id AS id_0 , s0_ . public_id AS public_id_1 , s0_ . title AS title_2 , s0_ . slug AS slug_3 , s0_ . content AS content_4 , s0_ . show_contact_form AS show_contact_form_5 , s0_ . active AS active_6 , s0_ . created_at AS created_at_7 , s0_ . updated_at AS updated_at_8 , s0_ . seo_title AS seo_title_9 , s0_ . seo_description AS seo_description_10 , s0_ . seo_url AS seo_url_11 FROM static_page s0_ WHERE s0_ . active = true ORDER BY s0_ . created_at ASC ;
Copy
233
0.38 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 WHERE t0 . public_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 WHERE t0 . public_id = 9744 LIMIT 1 ;
Copy
234
0.47 ms
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id WHERE c0_ . is_default = ?
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id WHERE c0_ . is_default = 1 ;
Copy
235
0.60 ms
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id ORDER BY c0_ . is_default DESC , c0_ . code ASC
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id ORDER BY c0_ . is_default DESC , c0_ . code ASC ;
Copy
236
0.48 ms
SELECT s0_ . id AS id_0 , s0_ . public_id AS public_id_1 , s0_ . title AS title_2 , s0_ . slug AS slug_3 , s0_ . content AS content_4 , s0_ . show_contact_form AS show_contact_form_5 , s0_ . active AS active_6 , s0_ . created_at AS created_at_7 , s0_ . updated_at AS updated_at_8 , s0_ . seo_title AS seo_title_9 , s0_ . seo_description AS seo_description_10 , s0_ . seo_url AS seo_url_11 FROM static_page s0_ WHERE s0_ . active = true ORDER BY s0_ . created_at ASC
SELECT s0_ . id AS id_0 , s0_ . public_id AS public_id_1 , s0_ . title AS title_2 , s0_ . slug AS slug_3 , s0_ . content AS content_4 , s0_ . show_contact_form AS show_contact_form_5 , s0_ . active AS active_6 , s0_ . created_at AS created_at_7 , s0_ . updated_at AS updated_at_8 , s0_ . seo_title AS seo_title_9 , s0_ . seo_description AS seo_description_10 , s0_ . seo_url AS seo_url_11 FROM static_page s0_ WHERE s0_ . active = true ORDER BY s0_ . created_at ASC ;
Copy
237
0.37 ms
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 WHERE t0 . public_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 WHERE t0 . public_id = 9744 LIMIT 1 ;
Copy
238
0.62 ms
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id WHERE c0_ . is_default = ?
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id WHERE c0_ . is_default = 1 ;
Copy
239
0.57 ms
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id ORDER BY c0_ . is_default DESC , c0_ . code ASC
SELECT c0_ . code AS code_0 , c0_ . is_default AS is_default_1 , c0_ . is_active AS is_active_2 , c0_ . decimal_places AS decimal_places_3 , e1_ . id AS id_4 , e1_ . exchange_rate AS exchange_rate_5 , e1_ . last_automatic_update AS last_automatic_update_6 , e1_ . created_at AS created_at_7 , e1_ . updated_at AS updated_at_8 , e2_ . id AS id_9 , e2_ . exchange_rate AS exchange_rate_10 , e2_ . last_automatic_update AS last_automatic_update_11 , e2_ . created_at AS created_at_12 , e2_ . updated_at AS updated_at_13 , e1_ . currency_from_id AS currency_from_id_14 , e1_ . currency_to_id AS currency_to_id_15 , e2_ . currency_from_id AS currency_from_id_16 , e2_ . currency_to_id AS currency_to_id_17 FROM currency c0_ LEFT JOIN exchange_rate e1_ ON c0_ . code = e1_ . currency_to_id LEFT JOIN exchange_rate e2_ ON c0_ . code = e2_ . currency_from_id ORDER BY c0_ . is_default DESC , c0_ . code ASC ;
Copy
240
0.40 ms
SELECT c0_ . id AS id_0 , c0_ . public_id AS public_id_1 , c0_ . name AS name_2 , c0_ . slug AS slug_3 , c0_ . description AS description_4 , c0_ . lft AS lft_5 , c0_ . lvl AS lvl_6 , c0_ . rgt AS rgt_7 , c0_ . position AS position_8 FROM category c0_ ORDER BY c0_ . tree_root ASC , c0_ . lft ASC
SELECT c0_ . id AS id_0 , c0_ . public_id AS public_id_1 , c0_ . name AS name_2 , c0_ . slug AS slug_3 , c0_ . description AS description_4 , c0_ . lft AS lft_5 , c0_ . lvl AS lvl_6 , c0_ . rgt AS rgt_7 , c0_ . position AS position_8 FROM category c0_ ORDER BY c0_ . tree_root ASC , c0_ . lft ASC ;
Copy
241
0.56 ms
SELECT s0_ . id AS id_0 , s0_ . position AS position_1 , s0_ . title AS title_2 , s0_ . content AS content_3 , s0_ . link_url AS link_url_4 , s0_ . link_label AS link_label_5 , s0_ . is_active AS is_active_6 , f1_ . id AS id_7 , f1_ . size AS size_8 , f1_ . mime_type AS mime_type_9 , s0_ . image_id AS image_id_10 FROM sidebar_block s0_ LEFT JOIN file f1_ ON s0_ . image_id = f1_ . id WHERE s0_ . is_active = true ORDER BY s0_ . position ASC , s0_ . id ASC
SELECT s0_ . id AS id_0 , s0_ . position AS position_1 , s0_ . title AS title_2 , s0_ . content AS content_3 , s0_ . link_url AS link_url_4 , s0_ . link_label AS link_label_5 , s0_ . is_active AS is_active_6 , f1_ . id AS id_7 , f1_ . size AS size_8 , f1_ . mime_type AS mime_type_9 , s0_ . image_id AS image_id_10 FROM sidebar_block s0_ LEFT JOIN file f1_ ON s0_ . image_id = f1_ . id WHERE s0_ . is_active = true ORDER BY s0_ . position ASC , s0_ . id ASC ;
Copy
242
0.47 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"355303d6-d8a7-4717-b11c-08ae7eeb559a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '355303d6-d8a7-4717-b11c-08ae7eeb559a' ;
Copy
243
0.45 ms
SELECT t0 . id AS id_1 , t0 . rate AS rate_2 FROM tax_rate t0 WHERE t0 . id = ?
Parameters :
[
"d4cbf291-83a9-4c10-97a6-39675f525c02 "
]
SELECT t0 . id AS id_1 , t0 . rate AS rate_2 FROM tax_rate t0 WHERE t0 . id = 'd4cbf291-83a9-4c10-97a6-39675f525c02' ;
Copy
244
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"368c816e-921f-4322-a827-8294a4d69ada "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '368c816e-921f-4322-a827-8294a4d69ada' ;
Copy
245
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"e856818e-129e-41f8-b370-a939e6dbf8cb "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e856818e-129e-41f8-b370-a939e6dbf8cb' ;
Copy
246
0.35 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7fe86f05-b718-49f1-8406-1698d87ade3c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7fe86f05-b718-49f1-8406-1698d87ade3c' ;
Copy
247
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"26f8c927-d4ee-4f5a-820d-fc330bab2e15 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '26f8c927-d4ee-4f5a-820d-fc330bab2e15' ;
Copy
248
0.23 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"1f8b5cdd-63bf-4bd0-be90-2dfcdd3d2677 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1f8b5cdd-63bf-4bd0-be90-2dfcdd3d2677' ;
Copy
249
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"b5387628-bfd2-427c-95ea-54202231e7e4 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b5387628-bfd2-427c-95ea-54202231e7e4' ;
Copy
250
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7dc0de1e-4804-4623-b3ee-d0682ff8fd9f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7dc0de1e-4804-4623-b3ee-d0682ff8fd9f' ;
Copy
251
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"d5887961-0fc7-4d5f-8806-de090ca2c7d9 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd5887961-0fc7-4d5f-8806-de090ca2c7d9' ;
Copy
252
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"bdfd88a8-8ebf-45e9-a62b-f94f4e0eca03 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'bdfd88a8-8ebf-45e9-a62b-f94f4e0eca03' ;
Copy
253
0.25 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"95d9f81d-1f7c-4b9e-98d9-d16e9647346e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '95d9f81d-1f7c-4b9e-98d9-d16e9647346e' ;
Copy
254
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"28d169f7-1b23-4f35-b158-d967e2a6609e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '28d169f7-1b23-4f35-b158-d967e2a6609e' ;
Copy
255
0.41 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"35798ef6-b656-4d4a-979e-0e229aae8267 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '35798ef6-b656-4d4a-979e-0e229aae8267' ;
Copy
256
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"df17e36d-7b59-46bf-a6d5-6d697c3f5c22 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'df17e36d-7b59-46bf-a6d5-6d697c3f5c22' ;
Copy
257
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"cfae9c73-173b-4db6-bce2-4df5b1816853 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'cfae9c73-173b-4db6-bce2-4df5b1816853' ;
Copy
258
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"491687ee-8f46-4a8b-b4c7-6b508d292830 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '491687ee-8f46-4a8b-b4c7-6b508d292830' ;
Copy
259
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"8e562455-273d-4a0c-8c33-64a6c849b67d "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '8e562455-273d-4a0c-8c33-64a6c849b67d' ;
Copy
260
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"b47e8038-689a-42d5-9bec-8f9b313c0a39 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b47e8038-689a-42d5-9bec-8f9b313c0a39' ;
Copy
261
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"30679fd2-0f42-42d9-89ec-1052c8172114 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '30679fd2-0f42-42d9-89ec-1052c8172114' ;
Copy
262
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"848e956d-8868-475e-82b7-40283c825f0b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '848e956d-8868-475e-82b7-40283c825f0b' ;
Copy
263
0.38 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"ba825bae-6e6c-4fc3-bc07-cb564058f193 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'ba825bae-6e6c-4fc3-bc07-cb564058f193' ;
Copy
264
0.43 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2ac1d505-066a-42a6-9b31-42d9253c22f5 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2ac1d505-066a-42a6-9b31-42d9253c22f5' ;
Copy
265
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7631c7b1-ca29-4990-ad83-7e8c75923be9 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7631c7b1-ca29-4990-ad83-7e8c75923be9' ;
Copy
266
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"045541f0-2fed-4257-8de0-f03b6f06d423 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '045541f0-2fed-4257-8de0-f03b6f06d423' ;
Copy
267
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7b7e9372-b685-4b08-a892-0c30fd2b3a10 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7b7e9372-b685-4b08-a892-0c30fd2b3a10' ;
Copy
268
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2344dba3-c799-4dfa-b2e7-c53aa635448f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2344dba3-c799-4dfa-b2e7-c53aa635448f' ;
Copy
269
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2c2248fd-5998-4a3b-b48d-265d418476d7 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2c2248fd-5998-4a3b-b48d-265d418476d7' ;
Copy
270
0.25 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"413558c6-093a-4fb5-86a0-c074645114a9 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '413558c6-093a-4fb5-86a0-c074645114a9' ;
Copy
271
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"645ab714-d95e-4cc5-93ba-2504bc039405 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '645ab714-d95e-4cc5-93ba-2504bc039405' ;
Copy
272
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"5bb25fea-7610-46ce-9b39-8939e0209d1e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '5bb25fea-7610-46ce-9b39-8939e0209d1e' ;
Copy
273
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7b6cd4e0-4b02-4589-bed7-c8279b75b00e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7b6cd4e0-4b02-4589-bed7-c8279b75b00e' ;
Copy
274
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"0eab8c4b-cfd9-493f-8676-f7458812c3ad "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '0eab8c4b-cfd9-493f-8676-f7458812c3ad' ;
Copy
275
0.24 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"04707f6c-760a-4ffe-ba40-444cafb102e1 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '04707f6c-760a-4ffe-ba40-444cafb102e1' ;
Copy
276
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"4780af63-db20-422e-a599-6fe2427e9f95 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4780af63-db20-422e-a599-6fe2427e9f95' ;
Copy
277
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"634ecbae-c215-4266-a9c6-2f35502d8f7b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '634ecbae-c215-4266-a9c6-2f35502d8f7b' ;
Copy
278
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"cf34bba9-87c9-4816-aa0c-33d2456a4248 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'cf34bba9-87c9-4816-aa0c-33d2456a4248' ;
Copy
279
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"671358ac-1d71-4ebc-8818-dac4de39cdc6 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '671358ac-1d71-4ebc-8818-dac4de39cdc6' ;
Copy
280
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"542fe9e0-f3cc-4fdb-b374-b4863bfdfbff "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '542fe9e0-f3cc-4fdb-b374-b4863bfdfbff' ;
Copy
281
0.25 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"093196c9-ae5b-4006-b7a3-2d45da06a08e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '093196c9-ae5b-4006-b7a3-2d45da06a08e' ;
Copy
282
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7bb1c38b-2113-4c9b-aa5c-eba1eeeab828 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7bb1c38b-2113-4c9b-aa5c-eba1eeeab828' ;
Copy
283
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"a67d34fb-437b-4d6a-98d5-bf85c010bdd5 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a67d34fb-437b-4d6a-98d5-bf85c010bdd5' ;
Copy
284
0.42 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"a88cdd6c-b2a5-4a55-a571-0cfda5beda98 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a88cdd6c-b2a5-4a55-a571-0cfda5beda98' ;
Copy
285
0.35 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"a2e24878-6ef8-4783-9355-13c7d4271438 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a2e24878-6ef8-4783-9355-13c7d4271438' ;
Copy
286
0.24 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"b6060a38-1350-49ed-8e46-9a2bd01a66bb "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b6060a38-1350-49ed-8e46-9a2bd01a66bb' ;
Copy
287
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"6d8b8410-f1e4-4e4c-9701-bb839aad034a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6d8b8410-f1e4-4e4c-9701-bb839aad034a' ;
Copy
288
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"5dd3b534-fa55-49d0-ae75-5f81830d1a5a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '5dd3b534-fa55-49d0-ae75-5f81830d1a5a' ;
Copy
289
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"4ef23611-38d8-4147-bb08-d5e567758b68 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4ef23611-38d8-4147-bb08-d5e567758b68' ;
Copy
290
0.39 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"5e990fd8-3cf5-4307-b345-cfbda898aa7e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '5e990fd8-3cf5-4307-b345-cfbda898aa7e' ;
Copy
291
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"118ebbe2-625c-4436-9d81-5c488404bd03 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '118ebbe2-625c-4436-9d81-5c488404bd03' ;
Copy
292
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"927b3858-4044-4012-8523-640447247ef7 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '927b3858-4044-4012-8523-640447247ef7' ;
Copy
293
0.34 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"cf6a91cc-a1de-4b6e-bd0b-fef4df77ccd6 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'cf6a91cc-a1de-4b6e-bd0b-fef4df77ccd6' ;
Copy
294
0.37 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"d0ccb802-9b95-44af-9adf-fbba8a8eab28 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd0ccb802-9b95-44af-9adf-fbba8a8eab28' ;
Copy
295
0.37 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"39b4f526-f7d5-434b-b87c-5c110e7b5c40 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '39b4f526-f7d5-434b-b87c-5c110e7b5c40' ;
Copy
296
0.34 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"55a3d09b-e8c0-41b6-9c1d-ee6626969ae1 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '55a3d09b-e8c0-41b6-9c1d-ee6626969ae1' ;
Copy
297
0.24 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"0864cbb6-d6b9-40c4-b288-76065cd19505 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '0864cbb6-d6b9-40c4-b288-76065cd19505' ;
Copy
298
0.25 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"fbc15251-8b09-4319-9b4e-d86bc46f6a43 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'fbc15251-8b09-4319-9b4e-d86bc46f6a43' ;
Copy
299
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"b18bdc07-51fa-40ef-a1bb-022df56b650b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b18bdc07-51fa-40ef-a1bb-022df56b650b' ;
Copy
300
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"1992d3ec-b0ba-4ff9-9d12-9ceb12ef499b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1992d3ec-b0ba-4ff9-9d12-9ceb12ef499b' ;
Copy
301
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"6e9691e8-1ff5-4faa-a2e5-b95e2cc2f056 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6e9691e8-1ff5-4faa-a2e5-b95e2cc2f056' ;
Copy
302
0.35 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"682ce928-1ca7-42d4-939f-1b70c6d41a83 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '682ce928-1ca7-42d4-939f-1b70c6d41a83' ;
Copy
303
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"b81a5998-4f6f-4028-b484-0cc773034086 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b81a5998-4f6f-4028-b484-0cc773034086' ;
Copy
304
0.34 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"3f9ad20e-2f87-48cf-a7a2-3c97109bfc30 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3f9ad20e-2f87-48cf-a7a2-3c97109bfc30' ;
Copy
305
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"3f87e1e8-954e-4522-9564-1a41c439d281 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3f87e1e8-954e-4522-9564-1a41c439d281' ;
Copy
306
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"b23b8b11-d45f-44ae-929a-e2c53a945ddc "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b23b8b11-d45f-44ae-929a-e2c53a945ddc' ;
Copy
307
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"aaf1f041-4c52-42cf-947a-107007bbc97e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'aaf1f041-4c52-42cf-947a-107007bbc97e' ;
Copy
308
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"475622ac-193a-4169-a50f-f6e8d6f0e266 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '475622ac-193a-4169-a50f-f6e8d6f0e266' ;
Copy
309
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"710797b8-6c6c-4f02-8d32-bba4714292cb "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '710797b8-6c6c-4f02-8d32-bba4714292cb' ;
Copy
310
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"73b78393-d7ee-4834-aaf7-4b549bb67c38 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '73b78393-d7ee-4834-aaf7-4b549bb67c38' ;
Copy
311
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"f1807a7f-1723-42b7-aa2a-2b5f330a671e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'f1807a7f-1723-42b7-aa2a-2b5f330a671e' ;
Copy
312
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"08f704cd-f113-486e-aa8c-924eb41cf111 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '08f704cd-f113-486e-aa8c-924eb41cf111' ;
Copy
313
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"e9bab305-6981-4316-85e5-986dc2844acf "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e9bab305-6981-4316-85e5-986dc2844acf' ;
Copy
314
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"4b19a15f-f8df-4458-b285-7a9c801eef47 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4b19a15f-f8df-4458-b285-7a9c801eef47' ;
Copy
315
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"27f3493e-b0f2-487c-a76e-aebf6d164342 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '27f3493e-b0f2-487c-a76e-aebf6d164342' ;
Copy
316
0.35 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"3639d62b-31d4-4ffc-b848-b546a59eb36c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3639d62b-31d4-4ffc-b848-b546a59eb36c' ;
Copy
317
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"6e8fe9a7-ce80-4541-b2f4-06817abc926c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6e8fe9a7-ce80-4541-b2f4-06817abc926c' ;
Copy
318
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"ca44af75-8ac0-4986-93d3-0eda308eee53 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'ca44af75-8ac0-4986-93d3-0eda308eee53' ;
Copy
319
0.38 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2020adc3-a256-4260-9577-cabbe1f37bd3 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2020adc3-a256-4260-9577-cabbe1f37bd3' ;
Copy
320
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"bb269643-f57e-4e14-b3d1-bed1e20a0dd9 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'bb269643-f57e-4e14-b3d1-bed1e20a0dd9' ;
Copy
321
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"815233cd-4585-4d23-98f5-f18eee5cef98 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '815233cd-4585-4d23-98f5-f18eee5cef98' ;
Copy
322
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"b9b51570-ddca-45e3-910f-7fcbfbcbb519 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b9b51570-ddca-45e3-910f-7fcbfbcbb519' ;
Copy
323
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"bf166e78-ef93-47e7-b6f7-7253e984e533 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'bf166e78-ef93-47e7-b6f7-7253e984e533' ;
Copy
324
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"8ba9b9ee-99a3-4ff1-b93d-87ffe99be6ba "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '8ba9b9ee-99a3-4ff1-b93d-87ffe99be6ba' ;
Copy
325
0.36 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2f69273a-7bfc-45f2-968b-e143cbe005d5 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2f69273a-7bfc-45f2-968b-e143cbe005d5' ;
Copy
326
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"c2a8e42e-bbb2-4dd3-a0b2-7cf2b1b3b04a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'c2a8e42e-bbb2-4dd3-a0b2-7cf2b1b3b04a' ;
Copy
327
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"b5a38c52-a967-4ce4-8a2e-dcf8122e2e38 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b5a38c52-a967-4ce4-8a2e-dcf8122e2e38' ;
Copy
328
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"3d03de5a-f6e0-4e57-83dc-bd7fed7ae4a4 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3d03de5a-f6e0-4e57-83dc-bd7fed7ae4a4' ;
Copy
329
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"a3a2b9bb-ae9a-4498-bc1d-1945c59ff9f4 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a3a2b9bb-ae9a-4498-bc1d-1945c59ff9f4' ;
Copy
330
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"126356a7-1735-47fd-bb28-c3970135bee8 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '126356a7-1735-47fd-bb28-c3970135bee8' ;
Copy
331
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"ca75cc07-ef9a-4e30-be96-ec57744cf758 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'ca75cc07-ef9a-4e30-be96-ec57744cf758' ;
Copy
332
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"f8442593-9089-4c19-a65e-457f947d7b46 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'f8442593-9089-4c19-a65e-457f947d7b46' ;
Copy
333
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"79a676fe-1c43-46a6-b838-43b95364cc39 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '79a676fe-1c43-46a6-b838-43b95364cc39' ;
Copy
334
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"3befb95e-5368-4fe9-80eb-1e22366d01a4 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3befb95e-5368-4fe9-80eb-1e22366d01a4' ;
Copy
335
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"6f20b4fc-0126-4571-baa3-a5d35d7f7bf3 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6f20b4fc-0126-4571-baa3-a5d35d7f7bf3' ;
Copy
336
0.36 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2f95c1b8-2247-4b53-9868-48c1737972a6 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2f95c1b8-2247-4b53-9868-48c1737972a6' ;
Copy
337
0.40 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"6047fe79-d3e6-47db-8566-b9ee0b1b287c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6047fe79-d3e6-47db-8566-b9ee0b1b287c' ;
Copy
338
0.25 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7f454f03-cab6-4fae-96b2-77ee6881511f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7f454f03-cab6-4fae-96b2-77ee6881511f' ;
Copy
339
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"27c8742a-2009-41fd-a433-8ec1c073f07a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '27c8742a-2009-41fd-a433-8ec1c073f07a' ;
Copy
340
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"800ee169-083f-4130-b5f8-5bc058949d65 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '800ee169-083f-4130-b5f8-5bc058949d65' ;
Copy
341
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"c17db6f4-e03e-4af4-9a3f-484b0514337f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'c17db6f4-e03e-4af4-9a3f-484b0514337f' ;
Copy
342
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"a053c999-3a0c-4c0a-b266-3e7229e5ae39 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a053c999-3a0c-4c0a-b266-3e7229e5ae39' ;
Copy
343
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"32c21820-914b-47ed-8d84-c1bc18d095ed "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '32c21820-914b-47ed-8d84-c1bc18d095ed' ;
Copy
344
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"55541599-d60c-4511-bc00-4c806c8c9b07 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '55541599-d60c-4511-bc00-4c806c8c9b07' ;
Copy
345
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"3cfaa5a2-b328-4c9e-8389-ebb104e6bfec "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3cfaa5a2-b328-4c9e-8389-ebb104e6bfec' ;
Copy
346
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"57ff3c3a-f0b8-4ebd-9dab-d8717678d5ce "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '57ff3c3a-f0b8-4ebd-9dab-d8717678d5ce' ;
Copy
347
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"5953de44-58f2-4786-ac13-bda8c1afe7b5 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '5953de44-58f2-4786-ac13-bda8c1afe7b5' ;
Copy
348
0.24 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"a26e39b5-2eaa-409d-b1ce-66b541fe33b5 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a26e39b5-2eaa-409d-b1ce-66b541fe33b5' ;
Copy
349
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"b78571f1-e018-4f23-8000-8d6022a36dc8 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b78571f1-e018-4f23-8000-8d6022a36dc8' ;
Copy
350
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"185fd392-6543-47f5-a3c5-3513a88d2102 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '185fd392-6543-47f5-a3c5-3513a88d2102' ;
Copy
351
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"1b6dc397-45bf-4731-bfba-a68d8f0a7125 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1b6dc397-45bf-4731-bfba-a68d8f0a7125' ;
Copy
352
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"86078900-fb22-4b68-9eb3-8ce5149ecbfb "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '86078900-fb22-4b68-9eb3-8ce5149ecbfb' ;
Copy
353
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"18106ed7-2353-4d7c-bcdc-66e614aa1c39 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '18106ed7-2353-4d7c-bcdc-66e614aa1c39' ;
Copy
354
0.39 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"e32d8a3b-255d-4d7d-9e3e-bc96b24781af "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e32d8a3b-255d-4d7d-9e3e-bc96b24781af' ;
Copy
355
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"563e5844-cb5a-4745-8eeb-65910e3248a2 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '563e5844-cb5a-4745-8eeb-65910e3248a2' ;
Copy
356
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"e76cc429-9cac-4efd-9c14-b8db94be08b3 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e76cc429-9cac-4efd-9c14-b8db94be08b3' ;
Copy
357
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"9186a964-9595-42cc-a1d2-5af0f6a538e9 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '9186a964-9595-42cc-a1d2-5af0f6a538e9' ;
Copy
358
0.38 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"6190c719-b48b-4cc8-a1e7-70e1c2fc1b5a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6190c719-b48b-4cc8-a1e7-70e1c2fc1b5a' ;
Copy
359
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7a40b9ba-59d2-4a49-9149-f714ddb01f6d "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7a40b9ba-59d2-4a49-9149-f714ddb01f6d' ;
Copy
360
0.24 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"729bd080-9975-419e-8139-7a8c2d557a67 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '729bd080-9975-419e-8139-7a8c2d557a67' ;
Copy
361
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"988bed04-9739-4703-a918-9f99a29ca92f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '988bed04-9739-4703-a918-9f99a29ca92f' ;
Copy
362
0.25 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"dfa04a09-2141-4db6-8e18-85b1ebff8b81 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'dfa04a09-2141-4db6-8e18-85b1ebff8b81' ;
Copy
363
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"ad2244c8-826a-4269-9919-5c1eeb6d481e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'ad2244c8-826a-4269-9919-5c1eeb6d481e' ;
Copy
364
0.51 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"d8cbb64e-df73-4667-b039-2796b39aad3c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd8cbb64e-df73-4667-b039-2796b39aad3c' ;
Copy
365
0.39 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7f487205-69cf-4975-a67a-1f5830d05d24 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7f487205-69cf-4975-a67a-1f5830d05d24' ;
Copy
366
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"79f35eb2-8a1f-49a9-ae1a-fbaeb1d27481 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '79f35eb2-8a1f-49a9-ae1a-fbaeb1d27481' ;
Copy
367
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"85d3ee66-0541-4adf-bd4b-05d1c803f36c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '85d3ee66-0541-4adf-bd4b-05d1c803f36c' ;
Copy
368
0.23 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2e281a2e-a343-4696-8571-0bd7b1cf0dc9 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2e281a2e-a343-4696-8571-0bd7b1cf0dc9' ;
Copy
369
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"76cd122b-ee0e-4e60-b03d-8a783b02071e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '76cd122b-ee0e-4e60-b03d-8a783b02071e' ;
Copy
370
0.45 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"27aba284-c304-4640-ac1b-a22d4ac821ff "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '27aba284-c304-4640-ac1b-a22d4ac821ff' ;
Copy
371
0.36 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"6636f63f-23ef-420c-8ecc-becf69a7fcdd "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6636f63f-23ef-420c-8ecc-becf69a7fcdd' ;
Copy
372
0.37 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"86a2bcd3-7b93-4e70-adf6-16bd88e2a860 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '86a2bcd3-7b93-4e70-adf6-16bd88e2a860' ;
Copy
373
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2abaf554-c9ad-4eff-b96a-e2f039e0406a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2abaf554-c9ad-4eff-b96a-e2f039e0406a' ;
Copy
374
0.25 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"fae4b453-a3d3-4d8d-9ab4-fb029ca996b9 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'fae4b453-a3d3-4d8d-9ab4-fb029ca996b9' ;
Copy
375
0.24 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"f18d5e7b-8484-4284-a7dc-6f0053472d42 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'f18d5e7b-8484-4284-a7dc-6f0053472d42' ;
Copy
376
0.34 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"53ef06bf-b074-462a-a314-47316b376cbb "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '53ef06bf-b074-462a-a314-47316b376cbb' ;
Copy
377
0.34 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"cb9a1c45-8c4a-447a-a38f-e748a113c8fb "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'cb9a1c45-8c4a-447a-a38f-e748a113c8fb' ;
Copy
378
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"ede8de2c-5e08-4626-9745-e8bcaf97fa04 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'ede8de2c-5e08-4626-9745-e8bcaf97fa04' ;
Copy
379
0.37 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7e25545c-0b0e-4b91-aa6a-e72f901b0f56 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7e25545c-0b0e-4b91-aa6a-e72f901b0f56' ;
Copy
380
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"998f44ce-11a1-4731-89ab-b608a1ed97df "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '998f44ce-11a1-4731-89ab-b608a1ed97df' ;
Copy
381
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"77cf8894-2afc-4c66-bd19-2f79006739bb "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '77cf8894-2afc-4c66-bd19-2f79006739bb' ;
Copy
382
0.38 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"87fe2bd7-d7f4-4ece-b5cd-508902364485 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '87fe2bd7-d7f4-4ece-b5cd-508902364485' ;
Copy
383
0.35 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7be81d7a-5b70-422a-9ba8-bab6200a1c85 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7be81d7a-5b70-422a-9ba8-bab6200a1c85' ;
Copy
384
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"57fd865c-350b-4fbe-9241-a8a8bfdf64a2 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '57fd865c-350b-4fbe-9241-a8a8bfdf64a2' ;
Copy
385
0.36 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"d12ffc6e-d2ff-401f-bd41-d7799fff48ba "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd12ffc6e-d2ff-401f-bd41-d7799fff48ba' ;
Copy
386
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"c7a84426-024f-4e7c-aa59-3dac3573e8a6 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'c7a84426-024f-4e7c-aa59-3dac3573e8a6' ;
Copy
387
0.36 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"4e952eaa-e2e2-4b4b-bfd9-84849f48cc58 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4e952eaa-e2e2-4b4b-bfd9-84849f48cc58' ;
Copy
388
0.40 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"e5bc6d93-87dc-44cb-8744-4baa40749d7c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e5bc6d93-87dc-44cb-8744-4baa40749d7c' ;
Copy
389
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"1be51fcf-354e-4408-8343-6da2d954768c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1be51fcf-354e-4408-8343-6da2d954768c' ;
Copy
390
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"253c16df-c52b-4334-99d8-e65921a34947 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '253c16df-c52b-4334-99d8-e65921a34947' ;
Copy
391
0.34 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"640ab064-b4fc-4dc1-837a-b8be40e134a9 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '640ab064-b4fc-4dc1-837a-b8be40e134a9' ;
Copy
392
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"83335ef1-a465-434a-84e6-2d095db47f46 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '83335ef1-a465-434a-84e6-2d095db47f46' ;
Copy
393
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"e282bb83-0b4b-4946-b8ed-aeb469708df2 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e282bb83-0b4b-4946-b8ed-aeb469708df2' ;
Copy
394
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2cfe6f1e-582b-4e71-a488-a212acf382a5 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2cfe6f1e-582b-4e71-a488-a212acf382a5' ;
Copy
395
0.24 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"da55d833-8444-45de-ac9d-2e93854f303a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'da55d833-8444-45de-ac9d-2e93854f303a' ;
Copy
396
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"824e54d9-c880-4f42-84e4-d3568bf9e119 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '824e54d9-c880-4f42-84e4-d3568bf9e119' ;
Copy
397
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"9623f614-ff80-4dfd-bd2a-00a6e1b391d0 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '9623f614-ff80-4dfd-bd2a-00a6e1b391d0' ;
Copy
398
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"bdc832b2-6065-491f-a749-8831bed0a767 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'bdc832b2-6065-491f-a749-8831bed0a767' ;
Copy
399
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"48fe5526-d02e-4d13-8222-b48a9084df6b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '48fe5526-d02e-4d13-8222-b48a9084df6b' ;
Copy
400
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"328a19e8-cef9-49ff-ab5b-b70aa58cb349 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '328a19e8-cef9-49ff-ab5b-b70aa58cb349' ;
Copy
401
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"fb44738b-fdeb-4313-8e6a-95d20ab07dad "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'fb44738b-fdeb-4313-8e6a-95d20ab07dad' ;
Copy
402
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"81612edb-2142-4152-8b91-1fcc7e329b4f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '81612edb-2142-4152-8b91-1fcc7e329b4f' ;
Copy
403
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"bacbcf98-905a-408e-a664-a068bfc9eb26 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'bacbcf98-905a-408e-a664-a068bfc9eb26' ;
Copy
404
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"6dbee4ac-1225-4371-a054-168c5cc023a4 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6dbee4ac-1225-4371-a054-168c5cc023a4' ;
Copy
405
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"6e86069b-c07c-4fc6-a801-f14e5471d85a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6e86069b-c07c-4fc6-a801-f14e5471d85a' ;
Copy
406
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2c168d8c-28fb-47a9-9d86-ea1999af981f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2c168d8c-28fb-47a9-9d86-ea1999af981f' ;
Copy
407
0.25 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"141df4a3-8d3f-4a37-8383-332ff4e6c383 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '141df4a3-8d3f-4a37-8383-332ff4e6c383' ;
Copy
408
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7d90a331-01ed-4783-8440-bba6c02fc9cf "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7d90a331-01ed-4783-8440-bba6c02fc9cf' ;
Copy
409
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"05738bf7-5c34-4e3f-9e47-63b4eaf03adc "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '05738bf7-5c34-4e3f-9e47-63b4eaf03adc' ;
Copy
410
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"4d28dbeb-168e-4786-ba00-819e09472bca "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4d28dbeb-168e-4786-ba00-819e09472bca' ;
Copy
411
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"4ac98c12-1c80-4709-a0cc-d783e99b15c2 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4ac98c12-1c80-4709-a0cc-d783e99b15c2' ;
Copy
412
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"1e0eb658-a097-49b9-9681-6c8cda7439bf "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1e0eb658-a097-49b9-9681-6c8cda7439bf' ;
Copy
413
0.38 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"ece437ff-1b63-4cc2-8fae-85a99ebb5b6f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'ece437ff-1b63-4cc2-8fae-85a99ebb5b6f' ;
Copy
414
0.37 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"502a771b-9172-4eab-bd54-a3cd9ceedb98 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '502a771b-9172-4eab-bd54-a3cd9ceedb98' ;
Copy
415
0.39 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"35bf9ee0-61e5-4d7c-8453-1e5a89a56749 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '35bf9ee0-61e5-4d7c-8453-1e5a89a56749' ;
Copy
416
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"629bfe35-2f96-4a88-82f3-fcb8cbb34e2a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '629bfe35-2f96-4a88-82f3-fcb8cbb34e2a' ;
Copy
417
0.25 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"107ddd34-90e1-4bb1-9a0a-576070a49466 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '107ddd34-90e1-4bb1-9a0a-576070a49466' ;
Copy
418
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"364dfbbe-82f0-4a78-bcf4-f968480131ea "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '364dfbbe-82f0-4a78-bcf4-f968480131ea' ;
Copy
419
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2d7afe3f-4f8a-4516-bd95-371ef551c437 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2d7afe3f-4f8a-4516-bd95-371ef551c437' ;
Copy
420
0.24 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"fc5a37e0-ad07-4028-acaf-67815f49db0d "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'fc5a37e0-ad07-4028-acaf-67815f49db0d' ;
Copy
421
0.22 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"44259a3e-b126-46aa-8d1d-c643b2b88389 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '44259a3e-b126-46aa-8d1d-c643b2b88389' ;
Copy
422
0.24 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"512548d1-4b44-4d96-8ccf-11fd837a44f5 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '512548d1-4b44-4d96-8ccf-11fd837a44f5' ;
Copy
423
0.23 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"398254f8-2cfc-415c-b51e-c913e5ad75dd "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '398254f8-2cfc-415c-b51e-c913e5ad75dd' ;
Copy
424
0.29 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"b354656b-de5e-4e78-b51b-61314652859e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b354656b-de5e-4e78-b51b-61314652859e' ;
Copy
425
0.47 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2f766117-35b9-40a5-9779-a663f074f2cd "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2f766117-35b9-40a5-9779-a663f074f2cd' ;
Copy
426
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"94adbfa9-9c07-48ad-a7b5-b16eaa669df1 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '94adbfa9-9c07-48ad-a7b5-b16eaa669df1' ;
Copy
427
0.38 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"e8f3d545-7df0-401b-a645-13b5854ac7f0 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e8f3d545-7df0-401b-a645-13b5854ac7f0' ;
Copy
428
0.40 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"3830658b-378f-40de-9d92-4ac2823097e9 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3830658b-378f-40de-9d92-4ac2823097e9' ;
Copy
429
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"a6ad32e1-dd56-4f0d-a1ee-dfc254d9a757 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a6ad32e1-dd56-4f0d-a1ee-dfc254d9a757' ;
Copy
430
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"6c38a252-7d28-4188-b044-c190e57beadf "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6c38a252-7d28-4188-b044-c190e57beadf' ;
Copy
431
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"59a8fe57-4dac-4e7b-a6ca-6ff2319ce8ab "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '59a8fe57-4dac-4e7b-a6ca-6ff2319ce8ab' ;
Copy
432
0.28 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"75434a5e-376e-4ffc-ab15-be8ef05454a2 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '75434a5e-376e-4ffc-ab15-be8ef05454a2' ;
Copy
433
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"4247d01d-3497-4e2a-8502-b18bd3655a52 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4247d01d-3497-4e2a-8502-b18bd3655a52' ;
Copy
434
0.27 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"70f54ba0-a287-47d5-869a-43a318738b06 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '70f54ba0-a287-47d5-869a-43a318738b06' ;
Copy
435
0.22 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"bd083b65-f1ae-41f2-b6c9-57229cb7865d "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'bd083b65-f1ae-41f2-b6c9-57229cb7865d' ;
Copy
436
0.24 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"d74ae8a1-126c-445d-b3be-d9b7a4b9d208 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd74ae8a1-126c-445d-b3be-d9b7a4b9d208' ;
Copy
437
0.23 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"3d8f18e5-640c-49e8-a7db-a6066a4272e1 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3d8f18e5-640c-49e8-a7db-a6066a4272e1' ;
Copy
438
0.25 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"31576648-3d14-4749-a100-d36c64ad11bc "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '31576648-3d14-4749-a100-d36c64ad11bc' ;
Copy
439
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"7efea3d0-1f67-46af-93f9-823603a43d91 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7efea3d0-1f67-46af-93f9-823603a43d91' ;
Copy
440
0.25 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"249d8475-244a-43ab-aa69-5eecc311f0ca "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '249d8475-244a-43ab-aa69-5eecc311f0ca' ;
Copy
441
0.23 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"cbc4f391-467e-433b-872f-516a41a0f722 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'cbc4f391-467e-433b-872f-516a41a0f722' ;
Copy
442
0.31 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"e3f42d6d-46ff-4166-81f5-4cea29d62d7a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e3f42d6d-46ff-4166-81f5-4cea29d62d7a' ;
Copy
443
0.26 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"d1e2f3a4-b5c6-4d7e-8f9a-0b1c2d3e4f50 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd1e2f3a4-b5c6-4d7e-8f9a-0b1c2d3e4f50' ;
Copy
444
0.26 ms
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = ?
Parameters :
[
"3247e20b-451c-4a1c-a772-4e0d8ca4519b "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '3247e20b-451c-4a1c-a772-4e0d8ca4519b' ;
Copy
445
0.30 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"2c5f8e3a-9b1d-4f7c-a6e2-8d4b3c1a5e9f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2c5f8e3a-9b1d-4f7c-a6e2-8d4b3c1a5e9f' ;
Copy
446
0.23 ms
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = ?
Parameters :
[
"11dec142-c3d4-47e3-b486-3d3478698ed0 "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '11dec142-c3d4-47e3-b486-3d3478698ed0' ;
Copy
447
0.24 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"428e917a-05e4-49a7-93f6-3a8645a0e6ca "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '428e917a-05e4-49a7-93f6-3a8645a0e6ca' ;
Copy
448
0.26 ms
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = ?
Parameters :
[
"bda77627-dce4-405b-8cc2-a2afee6bbdad "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = 'bda77627-dce4-405b-8cc2-a2afee6bbdad' ;
Copy
449
0.34 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"b55d9da1-765e-4343-9740-a4557f6ce7cd "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b55d9da1-765e-4343-9740-a4557f6ce7cd' ;
Copy
450
0.25 ms
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = ?
Parameters :
[
"cf677da2-3679-4d74-9a58-a54fca7d541f "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = 'cf677da2-3679-4d74-9a58-a54fca7d541f' ;
Copy
451
0.38 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"49b861ff-4f46-41d8-ad55-632b9799b492 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '49b861ff-4f46-41d8-ad55-632b9799b492' ;
Copy
452
0.28 ms
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = ?
Parameters :
[
"69d906d8-e033-4e23-8350-d6f793ab83ea "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '69d906d8-e033-4e23-8350-d6f793ab83ea' ;
Copy
453
0.33 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"f9c865e5-1a49-406f-a8f9-90d6f07df2f8 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'f9c865e5-1a49-406f-a8f9-90d6f07df2f8' ;
Copy
454
0.22 ms
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = ?
Parameters :
[
"2a03db4a-fa55-476d-8204-e75c482faa1e "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '2a03db4a-fa55-476d-8204-e75c482faa1e' ;
Copy
455
0.25 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"3894e489-bd0c-4f54-ba9e-febf47900694 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3894e489-bd0c-4f54-ba9e-febf47900694' ;
Copy
456
0.26 ms
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = ?
Parameters :
[
"96d8f505-4035-4d71-8693-e3742b6c0891 "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '96d8f505-4035-4d71-8693-e3742b6c0891' ;
Copy
457
0.32 ms
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = ?
Parameters :
[
"adb9d694-d757-469e-8a76-d95e6d5b7824 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'adb9d694-d757-469e-8a76-d95e6d5b7824' ;
Copy
458
0.31 ms
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = ?
Parameters :
[
"d7da6a5d-3a0a-42d1-bfa5-9f9d3dcb95fa "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = 'd7da6a5d-3a0a-42d1-bfa5-9f9d3dcb95fa' ;
Copy
459
0.55 ms
SELECT f0_ . id AS id_0 , f0_ . position AS position_1 , f0_ . label AS label_2 , f0_ . url AS url_3 , f0_ . is_active AS is_active_4 FROM footer_link f0_ WHERE f0_ . is_active = true ORDER BY f0_ . position ASC , f0_ . id ASC
SELECT f0_ . id AS id_0 , f0_ . position AS position_1 , f0_ . label AS label_2 , f0_ . url AS url_3 , f0_ . is_active AS is_active_4 FROM footer_link f0_ WHERE f0_ . is_active = true ORDER BY f0_ . position ASC , f0_ . id ASC ;
Copy
460
0.43 ms
SELECT s0_ . id AS id_0 , s0_ . position AS position_1 , s0_ . network AS network_2 , s0_ . url AS url_3 , s0_ . is_active AS is_active_4 FROM social_link s0_ WHERE s0_ . is_active = true ORDER BY s0_ . position ASC , s0_ . id ASC
SELECT s0_ . id AS id_0 , s0_ . position AS position_1 , s0_ . network AS network_2 , s0_ . url AS url_3 , s0_ . is_active AS is_active_4 FROM social_link s0_ WHERE s0_ . is_active = true ORDER BY s0_ . position ASC , s0_ . id ASC ;
Copy