1
1.22 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.27 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.64 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.70 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.29 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 :
[
"32af331c9717f02559f3ee61deaf87e4 "
"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 = '32af331c9717f02559f3ee61deaf87e4' AND c0_ . status = 'active' ORDER BY c1_ . id ASC ;
Copy
6
0.21 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
7
0.78 ms
INSERT INTO cart (id , session_id , status , last_activity_at , email , firstname , lastname , telephone , company_name , cin , vat_id , pickup_point_id , pickup_point_name , note , payment_method , created_at , updated_at , address_street , address_descriptive_number , address_city , address_country , address_zip_code , invoice_street , invoice_descriptive_number , invoice_city , invoice_country , invoice_zip_code , customer_id , shipping_method_id , discount_code_id ) VALUES (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
"ada37dff-bc31-447e-8fce-07009586feeb "
"32af331c9717f02559f3ee61deaf87e4 "
"active "
"2026-06-16 11:25:05 "
null
null
null
null
null
null
null
null
null
null
null
"2026-06-16 11:25:05 "
"2026-06-16 11:25:05 "
null
null
null
null
null
null
null
null
null
null
null
null
null
]
INSERT INTO cart (
id , session_id , status , last_activity_at ,
email , firstname , lastname , telephone ,
company_name , cin , vat_id , pickup_point_id ,
pickup_point_name , note , payment_method ,
created_at , updated_at , address_street ,
address_descriptive_number , address_city ,
address_country , address_zip_code ,
invoice_street , invoice_descriptive_number ,
invoice_city , invoice_country , invoice_zip_code ,
customer_id , shipping_method_id ,
discount_code_id
)
VALUES
(
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
INSERT INTO cart (id , session_id , status , last_activity_at , email , firstname , lastname , telephone , company_name , cin , vat_id , pickup_point_id , pickup_point_name , note , payment_method , created_at , updated_at , address_street , address_descriptive_number , address_city , address_country , address_zip_code , invoice_street , invoice_descriptive_number , invoice_city , invoice_country , invoice_zip_code , customer_id , shipping_method_id , discount_code_id ) VALUES ('ada37dff-bc31-447e-8fce-07009586feeb' , '32af331c9717f02559f3ee61deaf87e4' , 'active' , '2026-06-16 11:25:05' , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , '2026-06-16 11:25:05' , '2026-06-16 11:25:05' , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL , NULL );
Copy
8
0.80 ms
"COMMIT"
9
0.77 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 = '9733' LIMIT 1 ;
Copy
10
0.72 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 > 1 AND c0_ . rgt < 18 AND c0_ . tree_root = '3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b' ;
Copy
11
0.60 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 < 1 AND c0_ . rgt > 18 AND c0_ . tree_root = '3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b' ORDER BY c0_ . lft ASC ;
Copy
12
0.95 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 = '3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b' ORDER BY c0_ . lft ASC ;
Copy
13
0.59 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
14
1.00 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
15
1.15 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
16
16.89 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 :
[
"3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b "
"2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a "
"3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d "
"4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e "
"9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b "
"0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c "
"1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d "
"2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e "
"3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f "
"3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b "
"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 = '3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b' ) WHERE p1_ . active = true AND (SELECT COUNT (* ) FROM product_category p14_ WHERE p14_ . product_id = p1_ . id ) > 0 AND c12_ . id IN ('2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a' , '3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d' , '4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e' , '9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b' , '0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c' , '1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d' , '2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e' , '3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f' , '3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b' ) ORDER BY sclr_0 ASC , c0_ . position ASC , (p1_ . name - > > 'cs' ) ASC ;
Copy
17
1.41 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 :
[
"32af331c9717f02559f3ee61deaf87e4 "
"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 = '32af331c9717f02559f3ee61deaf87e4' AND c0_ . status = 'active' ORDER BY c1_ . id ASC ;
Copy
18
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 :
[
"7a79ea94-236b-4062-a3b5-5a047d63c05f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7a79ea94-236b-4062-a3b5-5a047d63c05f' ;
Copy
19
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 :
[
"d8f39c49-e106-4742-831b-b0610585b104 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd8f39c49-e106-4742-831b-b0610585b104' ;
Copy
20
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 :
[
"3558ea3c-0624-494f-8acc-7444781d074d "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3558ea3c-0624-494f-8acc-7444781d074d' ;
Copy
21
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 :
[
"99df5a2c-dcd5-4177-90e6-cd98e6720f5f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '99df5a2c-dcd5-4177-90e6-cd98e6720f5f' ;
Copy
22
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 :
[
"58ee93fe-462a-4aa4-8d47-ac05cfea2500 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '58ee93fe-462a-4aa4-8d47-ac05cfea2500' ;
Copy
23
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 :
[
"d28c20f5-4b44-45fe-9395-0e60878310d3 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd28c20f5-4b44-45fe-9395-0e60878310d3' ;
Copy
24
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 :
[
"8dd21147-e9cb-4f39-ab1f-d5f4855d7c5e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '8dd21147-e9cb-4f39-ab1f-d5f4855d7c5e' ;
Copy
25
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 :
[
"6ac81fc9-ea32-4d70-a027-031ead43a53d "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6ac81fc9-ea32-4d70-a027-031ead43a53d' ;
Copy
26
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 :
[
"7760e305-a8e7-45d9-aed5-af74f5f07b93 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7760e305-a8e7-45d9-aed5-af74f5f07b93' ;
Copy
27
0.70 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 :
[
"b4c06444-c580-4f74-9d63-c347d8a471f1 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b4c06444-c580-4f74-9d63-c347d8a471f1' ;
Copy
28
0.70 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 :
[
"015e15fd-60dc-4522-a271-3460baf597d4 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '015e15fd-60dc-4522-a271-3460baf597d4' ;
Copy
29
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 :
[
"cba2521e-8125-4a26-bcc5-31aeb5e1e484 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'cba2521e-8125-4a26-bcc5-31aeb5e1e484' ;
Copy
30
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 :
[
"453a9ec8-501e-4077-829d-666618cf5a9f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '453a9ec8-501e-4077-829d-666618cf5a9f' ;
Copy
31
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 :
[
"44d472bd-2496-4acf-8c6b-6868577de503 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '44d472bd-2496-4acf-8c6b-6868577de503' ;
Copy
32
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 :
[
"30dc3929-c6b7-42a8-988f-ab9269c4f59f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '30dc3929-c6b7-42a8-988f-ab9269c4f59f' ;
Copy
33
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 :
[
"cde9ee81-b344-400c-a89a-6240e5798ea0 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'cde9ee81-b344-400c-a89a-6240e5798ea0' ;
Copy
34
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 :
[
"d9c9131b-89a6-4b92-9031-d645a40063ba "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd9c9131b-89a6-4b92-9031-d645a40063ba' ;
Copy
35
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 :
[
"45e92fa7-a4eb-4a7b-a0eb-69922b4e3b53 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '45e92fa7-a4eb-4a7b-a0eb-69922b4e3b53' ;
Copy
36
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 :
[
"63e37788-4b5d-4b27-a6d9-ca6ec4812f73 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '63e37788-4b5d-4b27-a6d9-ca6ec4812f73' ;
Copy
37
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 :
[
"bef9d247-c1f9-43dd-a963-d3c87d9b88ab "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'bef9d247-c1f9-43dd-a963-d3c87d9b88ab' ;
Copy
38
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 :
[
"dc5fad85-0d42-4aae-84d5-714c81f36032 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'dc5fad85-0d42-4aae-84d5-714c81f36032' ;
Copy
39
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 :
[
"2eb75ee7-a1d1-4949-9e33-5e7d3cf945ff "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2eb75ee7-a1d1-4949-9e33-5e7d3cf945ff' ;
Copy
40
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 :
[
"9f2870fb-5ed4-4a06-8ce5-114918636e39 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '9f2870fb-5ed4-4a06-8ce5-114918636e39' ;
Copy
41
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 :
[
"95cf4995-0697-4cce-9c8a-d6480815d987 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '95cf4995-0697-4cce-9c8a-d6480815d987' ;
Copy
42
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 :
[
"d132721f-0815-4888-97b3-c98e724f700b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd132721f-0815-4888-97b3-c98e724f700b' ;
Copy
43
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 :
[
"f829d6ad-3762-4250-a613-9caa009ec73c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'f829d6ad-3762-4250-a613-9caa009ec73c' ;
Copy
44
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 :
[
"a6b31bce-e5c6-4d78-8dd9-1b41ed9af191 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a6b31bce-e5c6-4d78-8dd9-1b41ed9af191' ;
Copy
45
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 :
[
"d9f7c549-4f88-4dbf-9dc4-e889be8cb553 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd9f7c549-4f88-4dbf-9dc4-e889be8cb553' ;
Copy
46
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 :
[
"18ed9c71-1ec6-4e63-9a9f-1846f516ed5b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '18ed9c71-1ec6-4e63-9a9f-1846f516ed5b' ;
Copy
47
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 :
[
"df8b7b72-efb0-405b-b3cf-2b7e1650b578 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'df8b7b72-efb0-405b-b3cf-2b7e1650b578' ;
Copy
48
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 :
[
"ae5afb4c-82db-45f5-81da-99dc5621037a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'ae5afb4c-82db-45f5-81da-99dc5621037a' ;
Copy
49
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 :
[
"2db60425-77a7-4418-b5ac-e90fc733cea8 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2db60425-77a7-4418-b5ac-e90fc733cea8' ;
Copy
50
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 :
[
"2c734065-f59e-4ed4-a251-5b6e7e907e51 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2c734065-f59e-4ed4-a251-5b6e7e907e51' ;
Copy
51
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 :
[
"0ac8b3a4-0572-470f-8bf9-ce9dd753630b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '0ac8b3a4-0572-470f-8bf9-ce9dd753630b' ;
Copy
52
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 :
[
"ab6e9410-7b42-4db4-952f-34d388358878 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'ab6e9410-7b42-4db4-952f-34d388358878' ;
Copy
53
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 :
[
"6f80cf08-6133-447b-a0c7-5c30ada1df27 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6f80cf08-6133-447b-a0c7-5c30ada1df27' ;
Copy
54
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 :
[
"7f1054ad-7130-48df-a73c-0bcab7c3d47f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7f1054ad-7130-48df-a73c-0bcab7c3d47f' ;
Copy
55
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 :
[
"db115997-f0eb-44a8-9282-3a2935b3f4b6 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'db115997-f0eb-44a8-9282-3a2935b3f4b6' ;
Copy
56
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 :
[
"17ba3ab6-3967-414d-bd39-3122cc8bb001 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '17ba3ab6-3967-414d-bd39-3122cc8bb001' ;
Copy
57
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 :
[
"2c0392f4-83a3-4e83-8068-0b176b646751 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2c0392f4-83a3-4e83-8068-0b176b646751' ;
Copy
58
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 :
[
"74f8cec5-2b96-4043-b577-34099e8b9cc6 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '74f8cec5-2b96-4043-b577-34099e8b9cc6' ;
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 :
[
"4093cba7-32a7-4d99-b5a9-2ffc4e4ef9f3 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4093cba7-32a7-4d99-b5a9-2ffc4e4ef9f3' ;
Copy
60
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 :
[
"12ed4ee0-86e1-4bf4-a2b5-34b1e381bf35 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '12ed4ee0-86e1-4bf4-a2b5-34b1e381bf35' ;
Copy
61
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 :
[
"bda98294-bbe7-4924-979f-550826962fb1 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'bda98294-bbe7-4924-979f-550826962fb1' ;
Copy
62
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 :
[
"3eae3d6b-2962-4183-9747-f635c4f676c8 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3eae3d6b-2962-4183-9747-f635c4f676c8' ;
Copy
63
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 :
[
"25817743-4055-4820-9c40-f46cde278060 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '25817743-4055-4820-9c40-f46cde278060' ;
Copy
64
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 :
[
"2744dcc1-f977-4c27-ad8a-49193d846b81 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2744dcc1-f977-4c27-ad8a-49193d846b81' ;
Copy
65
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 :
[
"a6fd7685-d7c6-4f9f-a331-6f759fc4acdb "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a6fd7685-d7c6-4f9f-a331-6f759fc4acdb' ;
Copy
66
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 :
[
"d836d1ab-0732-4aa8-9b27-f95a70784d30 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd836d1ab-0732-4aa8-9b27-f95a70784d30' ;
Copy
67
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 :
[
"9b00cc73-1441-488a-b866-76d8f50a9025 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '9b00cc73-1441-488a-b866-76d8f50a9025' ;
Copy
68
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 :
[
"888ea618-05c9-478b-9f60-f574a02d9a50 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '888ea618-05c9-478b-9f60-f574a02d9a50' ;
Copy
69
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 :
[
"49a54fb4-6cd4-4a7f-8ee3-8a053130514c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '49a54fb4-6cd4-4a7f-8ee3-8a053130514c' ;
Copy
70
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 :
[
"050ecded-2056-4764-801d-6f052bfa483e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '050ecded-2056-4764-801d-6f052bfa483e' ;
Copy
71
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 :
[
"225e9284-4c75-45cc-8bb9-6363c21045b9 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '225e9284-4c75-45cc-8bb9-6363c21045b9' ;
Copy
72
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 :
[
"a79e5166-4d1d-4198-bfe4-aabdb8daabde "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a79e5166-4d1d-4198-bfe4-aabdb8daabde' ;
Copy
73
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 :
[
"091c72a6-64c6-4761-8e1a-5b4121b332b6 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '091c72a6-64c6-4761-8e1a-5b4121b332b6' ;
Copy
74
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 :
[
"0dab7254-6961-41d8-91a3-2c792f175bd0 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '0dab7254-6961-41d8-91a3-2c792f175bd0' ;
Copy
75
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 :
[
"fcdb4c6c-9bc6-4eff-b57d-b296f7bb1bbe "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'fcdb4c6c-9bc6-4eff-b57d-b296f7bb1bbe' ;
Copy
76
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 :
[
"51ceb193-adbc-4a1a-a41a-3ad9bb04ed89 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '51ceb193-adbc-4a1a-a41a-3ad9bb04ed89' ;
Copy
77
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 :
[
"0023354b-6e03-4da6-a6b5-69512173bf87 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '0023354b-6e03-4da6-a6b5-69512173bf87' ;
Copy
78
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 :
[
"9708f24e-0582-4cd8-851a-34d4733c7e65 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '9708f24e-0582-4cd8-851a-34d4733c7e65' ;
Copy
79
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 :
[
"11e90261-ef7e-4592-bf0e-eec725ce816b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '11e90261-ef7e-4592-bf0e-eec725ce816b' ;
Copy
80
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 :
[
"4ecb8ae4-2bdd-4da1-a902-c99807b0fa6b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4ecb8ae4-2bdd-4da1-a902-c99807b0fa6b' ;
Copy
81
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 :
[
"c0df6896-c83c-4981-9e49-0f064cd8d2dc "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'c0df6896-c83c-4981-9e49-0f064cd8d2dc' ;
Copy
82
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 :
[
"c46e2c80-d251-481d-8ba5-4fc6c939f67e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'c46e2c80-d251-481d-8ba5-4fc6c939f67e' ;
Copy
83
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 :
[
"5499c27a-ce9e-4abf-ba23-4d796be70d63 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '5499c27a-ce9e-4abf-ba23-4d796be70d63' ;
Copy
84
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 :
[
"d8cf0d28-dca4-4996-a2e1-1424a1db69ef "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd8cf0d28-dca4-4996-a2e1-1424a1db69ef' ;
Copy
85
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 :
[
"94a0c132-712f-438a-88b6-f9d806893f5f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '94a0c132-712f-438a-88b6-f9d806893f5f' ;
Copy
86
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 :
[
"2acbfd42-5105-4a55-b300-6e74a88812db "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2acbfd42-5105-4a55-b300-6e74a88812db' ;
Copy
87
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 :
[
"cf8fea03-a7e7-419c-9830-292587666f9e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'cf8fea03-a7e7-419c-9830-292587666f9e' ;
Copy
88
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 :
[
"c9ce9d5c-d853-481d-81ae-9e480cd4f14f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'c9ce9d5c-d853-481d-81ae-9e480cd4f14f' ;
Copy
89
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 :
[
"ef2b751d-3b2a-4c7d-a1b2-9c8f81dc15a3 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'ef2b751d-3b2a-4c7d-a1b2-9c8f81dc15a3' ;
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 :
[
"fedaca54-32d4-4b5f-a464-f0c46df0cebe "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'fedaca54-32d4-4b5f-a464-f0c46df0cebe' ;
Copy
91
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 :
[
"01290682-c9a7-4d0c-8edc-8bc413afd188 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '01290682-c9a7-4d0c-8edc-8bc413afd188' ;
Copy
92
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 :
[
"15382641-aeef-42c1-8c5f-0148ae67ccf8 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '15382641-aeef-42c1-8c5f-0148ae67ccf8' ;
Copy
93
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 :
[
"f07354c6-81cf-4fc9-aaad-52d4ba58d6b7 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'f07354c6-81cf-4fc9-aaad-52d4ba58d6b7' ;
Copy
94
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 :
[
"b1ba4250-444e-4313-bcc9-27a6dc713289 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b1ba4250-444e-4313-bcc9-27a6dc713289' ;
Copy
95
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 :
[
"a77889ae-c5f6-4de9-8bd4-2d7533059a02 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a77889ae-c5f6-4de9-8bd4-2d7533059a02' ;
Copy
96
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 :
[
"eecd8144-237c-4ec7-b980-56cd1535feeb "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'eecd8144-237c-4ec7-b980-56cd1535feeb' ;
Copy
97
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 :
[
"01cf8a9e-1a08-46ab-bedc-0555b3cdf4d7 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '01cf8a9e-1a08-46ab-bedc-0555b3cdf4d7' ;
Copy
98
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 :
[
"2cd5959f-6b27-4714-909e-769304aeb178 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2cd5959f-6b27-4714-909e-769304aeb178' ;
Copy
99
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 :
[
"303b29f4-0eaf-43ee-b9f4-d3b4b91b21de "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '303b29f4-0eaf-43ee-b9f4-d3b4b91b21de' ;
Copy
100
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 :
[
"c0c951c9-a74e-4024-ab0a-5db224aaffde "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'c0c951c9-a74e-4024-ab0a-5db224aaffde' ;
Copy
101
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 :
[
"9bf019b6-3ce5-455c-a87d-0d461a881bef "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '9bf019b6-3ce5-455c-a87d-0d461a881bef' ;
Copy
102
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 :
[
"ade3ed20-76fb-41b5-85ec-f81397175431 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'ade3ed20-76fb-41b5-85ec-f81397175431' ;
Copy
103
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 :
[
"72b37202-72c9-47fc-a03e-a2fdbeb9e1f7 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '72b37202-72c9-47fc-a03e-a2fdbeb9e1f7' ;
Copy
104
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 :
[
"1836a47a-c016-42fb-8050-8393f073bcfd "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1836a47a-c016-42fb-8050-8393f073bcfd' ;
Copy
105
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 :
[
"6fcfeb0f-d7dd-4f33-812d-959c4ea439f5 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6fcfeb0f-d7dd-4f33-812d-959c4ea439f5' ;
Copy
106
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 :
[
"8303c975-4c1f-4fb9-8d80-8d24bf34d120 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '8303c975-4c1f-4fb9-8d80-8d24bf34d120' ;
Copy
107
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 :
[
"16595457-a74d-4bcd-96a7-cbb628348188 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '16595457-a74d-4bcd-96a7-cbb628348188' ;
Copy
108
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 :
[
"472367f8-3d72-48a1-a18b-76a541b80d8b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '472367f8-3d72-48a1-a18b-76a541b80d8b' ;
Copy
109
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 :
[
"e6de6b15-05a1-41e8-97e3-7cb7b5ddf8de "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e6de6b15-05a1-41e8-97e3-7cb7b5ddf8de' ;
Copy
110
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 :
[
"33db77a6-895c-49f1-ba0b-5ce5e57d4207 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '33db77a6-895c-49f1-ba0b-5ce5e57d4207' ;
Copy
111
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 :
[
"83fac245-3daa-43b8-9d92-f1ff01a70f86 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '83fac245-3daa-43b8-9d92-f1ff01a70f86' ;
Copy
112
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 :
[
"2907f7f3-2dce-469c-a043-2f80dc9d94da "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2907f7f3-2dce-469c-a043-2f80dc9d94da' ;
Copy
113
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 :
[
"54228e5a-3e7c-4722-a1db-1877a908992c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '54228e5a-3e7c-4722-a1db-1877a908992c' ;
Copy
114
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 :
[
"e9570e5c-86f0-4a86-81da-f972a6bb24ce "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e9570e5c-86f0-4a86-81da-f972a6bb24ce' ;
Copy
115
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 :
[
"5adba9b2-053d-4483-852d-ce1f2e68da9d "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '5adba9b2-053d-4483-852d-ce1f2e68da9d' ;
Copy
116
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 :
[
"888fd968-eca7-4f88-8686-250a7255bf14 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '888fd968-eca7-4f88-8686-250a7255bf14' ;
Copy
117
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 :
[
"7246ce9d-14d5-4bb9-bc0e-8ccad7aec257 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7246ce9d-14d5-4bb9-bc0e-8ccad7aec257' ;
Copy
118
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 :
[
"4feb00bb-3ca8-4860-90bb-ef714937b439 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4feb00bb-3ca8-4860-90bb-ef714937b439' ;
Copy
119
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 :
[
"1ed60724-4cde-4b8a-bf84-830cb9ea9843 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1ed60724-4cde-4b8a-bf84-830cb9ea9843' ;
Copy
120
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 :
[
"96c25e87-ddd7-49af-823b-6f4a268aabe6 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '96c25e87-ddd7-49af-823b-6f4a268aabe6' ;
Copy
121
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 :
[
"9803606e-999d-46f8-bcae-b0e82fc88160 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '9803606e-999d-46f8-bcae-b0e82fc88160' ;
Copy
122
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 :
[
"1819d620-af3c-43e2-8a36-e8bb7a9b47cd "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1819d620-af3c-43e2-8a36-e8bb7a9b47cd' ;
Copy
123
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 :
[
"89a4d125-d749-4ba5-8519-2a0645f5d174 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '89a4d125-d749-4ba5-8519-2a0645f5d174' ;
Copy
124
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 :
[
"b153f2e7-49eb-4838-8157-cd6e0e3d0e8f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b153f2e7-49eb-4838-8157-cd6e0e3d0e8f' ;
Copy
125
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 :
[
"50fe8ead-26de-41db-aaf1-bd6c354a813c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '50fe8ead-26de-41db-aaf1-bd6c354a813c' ;
Copy
126
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 :
[
"142979f2-ec01-43b8-b810-001b6a738fb2 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '142979f2-ec01-43b8-b810-001b6a738fb2' ;
Copy
127
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 :
[
"2bb14f28-d028-4170-a744-dd78847703b1 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2bb14f28-d028-4170-a744-dd78847703b1' ;
Copy
128
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 :
[
"ad405f80-8429-48bb-8386-71df72985c4c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'ad405f80-8429-48bb-8386-71df72985c4c' ;
Copy
129
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 :
[
"1dcd31e3-3753-454c-8b0d-9ace46f382ef "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1dcd31e3-3753-454c-8b0d-9ace46f382ef' ;
Copy
130
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 :
[
"99175915-0397-4b47-a326-51d6d645bc78 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '99175915-0397-4b47-a326-51d6d645bc78' ;
Copy
131
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 :
[
"b39f95c6-e647-4f9d-8a5a-5e7675fb4b41 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b39f95c6-e647-4f9d-8a5a-5e7675fb4b41' ;
Copy
132
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 :
[
"8b4cccdb-131e-421a-8ca5-1bc102a4c94b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '8b4cccdb-131e-421a-8ca5-1bc102a4c94b' ;
Copy
133
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 :
[
"be145222-06d4-4033-8751-d2d0307ab6e4 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'be145222-06d4-4033-8751-d2d0307ab6e4' ;
Copy
134
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 :
[
"738e53ba-fdfc-43ad-9892-9d9ad6470862 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '738e53ba-fdfc-43ad-9892-9d9ad6470862' ;
Copy
135
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 :
[
"9cc1b9e6-e9c1-4ff7-87f1-210fa59e1c63 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '9cc1b9e6-e9c1-4ff7-87f1-210fa59e1c63' ;
Copy
136
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 :
[
"1d74a5a2-c47b-4cad-9307-898107a901ed "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1d74a5a2-c47b-4cad-9307-898107a901ed' ;
Copy
137
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 :
[
"4e3b78a0-53f0-4509-8940-9f565624ba5e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4e3b78a0-53f0-4509-8940-9f565624ba5e' ;
Copy
138
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 :
[
"08f4ecba-0fca-49fe-83d4-8054276f8513 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '08f4ecba-0fca-49fe-83d4-8054276f8513' ;
Copy
139
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 :
[
"053a4c32-655b-44fe-88f8-58ef86bc8e33 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '053a4c32-655b-44fe-88f8-58ef86bc8e33' ;
Copy
140
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 :
[
"64a366e8-a16e-42b6-b38e-38128c6a32ab "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '64a366e8-a16e-42b6-b38e-38128c6a32ab' ;
Copy
141
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 :
[
"3881ca66-f836-4d68-96f7-ee0dc24ad493 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3881ca66-f836-4d68-96f7-ee0dc24ad493' ;
Copy
142
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 :
[
"82d7ddbd-4c0f-43f6-a291-d5491fadf9de "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '82d7ddbd-4c0f-43f6-a291-d5491fadf9de' ;
Copy
143
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 :
[
"c0210f28-31ad-415c-8c62-fd1138cb14ab "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'c0210f28-31ad-415c-8c62-fd1138cb14ab' ;
Copy
144
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 :
[
"9fb8a498-625a-4535-9384-3b0a7b374aae "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '9fb8a498-625a-4535-9384-3b0a7b374aae' ;
Copy
145
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 :
[
"b417e95f-a5d6-4d06-b76e-f89cb19509f9 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b417e95f-a5d6-4d06-b76e-f89cb19509f9' ;
Copy
146
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 :
[
"5607fd13-5027-4233-88b6-bc637275cf48 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '5607fd13-5027-4233-88b6-bc637275cf48' ;
Copy
147
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 :
[
"f8adc23c-6cff-4169-b734-37b0eca8573d "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'f8adc23c-6cff-4169-b734-37b0eca8573d' ;
Copy
148
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 :
[
"78b16b0e-f3a6-442b-a097-9e05e022de18 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '78b16b0e-f3a6-442b-a097-9e05e022de18' ;
Copy
149
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 :
[
"a1fdb162-7810-413b-ad45-8b2428a9974e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a1fdb162-7810-413b-ad45-8b2428a9974e' ;
Copy
150
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 :
[
"a25d358c-80cc-4785-8d18-be3ee59f48f1 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a25d358c-80cc-4785-8d18-be3ee59f48f1' ;
Copy
151
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 :
[
"70c6de67-0d27-4438-a061-17993e41686e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '70c6de67-0d27-4438-a061-17993e41686e' ;
Copy
152
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 :
[
"6a786cd4-a2ed-4cb8-b451-73591454414c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6a786cd4-a2ed-4cb8-b451-73591454414c' ;
Copy
153
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 :
[
"89fa2a87-faa4-4334-ade2-f431b854ddc7 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '89fa2a87-faa4-4334-ade2-f431b854ddc7' ;
Copy
154
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 :
[
"32f85f87-8781-493a-bc81-b1af8707c054 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '32f85f87-8781-493a-bc81-b1af8707c054' ;
Copy
155
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 :
[
"1bf6d6f7-c172-41cf-9535-b4a26136d90c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1bf6d6f7-c172-41cf-9535-b4a26136d90c' ;
Copy
156
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 :
[
"0b1b11ea-6d70-400a-aeb2-52016bbadfc1 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '0b1b11ea-6d70-400a-aeb2-52016bbadfc1' ;
Copy
157
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 :
[
"cee9ad76-43a1-4cd5-b5f0-719c3c385422 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'cee9ad76-43a1-4cd5-b5f0-719c3c385422' ;
Copy
158
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 :
[
"76b66b33-7846-4d96-a89d-4352ffc9602f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '76b66b33-7846-4d96-a89d-4352ffc9602f' ;
Copy
159
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 :
[
"40829d98-48a4-4cf8-8adb-71547b3466a1 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '40829d98-48a4-4cf8-8adb-71547b3466a1' ;
Copy
160
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 :
[
"3a6f885d-a023-4291-bf08-a1915ed691e8 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3a6f885d-a023-4291-bf08-a1915ed691e8' ;
Copy
161
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 :
[
"16fdbbd8-25dc-40a3-b5b3-674f5184d12d "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '16fdbbd8-25dc-40a3-b5b3-674f5184d12d' ;
Copy
162
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 :
[
"cb578ecf-761b-4dce-af0e-f4dd356a2c56 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'cb578ecf-761b-4dce-af0e-f4dd356a2c56' ;
Copy
163
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 :
[
"eaf6346a-2046-46c4-ba9c-39790e978012 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'eaf6346a-2046-46c4-ba9c-39790e978012' ;
Copy
164
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 :
[
"e8d9a228-c917-43c8-83fe-5cc19cd3b46c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e8d9a228-c917-43c8-83fe-5cc19cd3b46c' ;
Copy
165
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 :
[
"1cc0047f-7f5b-4bf3-8b8e-37dc41e754d3 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1cc0047f-7f5b-4bf3-8b8e-37dc41e754d3' ;
Copy
166
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 :
[
"1ade206f-6814-429d-8f7d-58ad917c2b0e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1ade206f-6814-429d-8f7d-58ad917c2b0e' ;
Copy
167
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 :
[
"8fcdd153-a75b-41a0-a794-76fe3e7f2ff1 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '8fcdd153-a75b-41a0-a794-76fe3e7f2ff1' ;
Copy
168
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 :
[
"5e8481f0-5e50-42f3-8fb6-c0dad13656ea "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '5e8481f0-5e50-42f3-8fb6-c0dad13656ea' ;
Copy
169
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 :
[
"2ae30299-7b2c-4dce-af94-32a06b4e64bc "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2ae30299-7b2c-4dce-af94-32a06b4e64bc' ;
Copy
170
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 :
[
"354d97af-ffde-408b-ab9e-b615110eb376 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '354d97af-ffde-408b-ab9e-b615110eb376' ;
Copy
171
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 :
[
"887d2cc9-f2ed-45f9-a1dd-67c4df7cb4d2 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '887d2cc9-f2ed-45f9-a1dd-67c4df7cb4d2' ;
Copy
172
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 :
[
"a921b00c-fb31-4b05-aa32-a6d8bece6220 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a921b00c-fb31-4b05-aa32-a6d8bece6220' ;
Copy
173
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 :
[
"300f9336-10ca-4f52-84e7-4586b196eabc "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '300f9336-10ca-4f52-84e7-4586b196eabc' ;
Copy
174
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 :
[
"50c5562e-2c0e-4d88-aa75-4d72ef58fe9d "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '50c5562e-2c0e-4d88-aa75-4d72ef58fe9d' ;
Copy
175
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 :
[
"4df45b47-b3d6-45eb-8746-38e6c5773820 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4df45b47-b3d6-45eb-8746-38e6c5773820' ;
Copy
176
0.63 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 :
[
"3d0f457d-533e-408b-836d-c765e00312bc "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3d0f457d-533e-408b-836d-c765e00312bc' ;
Copy
177
0.63 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 :
[
"3600410a-5c5e-476c-89a9-8fd40cc9b96c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3600410a-5c5e-476c-89a9-8fd40cc9b96c' ;
Copy
178
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 :
[
"2ab2db4a-1f9b-4c87-9d88-607a6d56be6a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2ab2db4a-1f9b-4c87-9d88-607a6d56be6a' ;
Copy
179
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 :
[
"fce81f91-728f-4474-a7bf-f79d07e2194b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'fce81f91-728f-4474-a7bf-f79d07e2194b' ;
Copy
180
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 :
[
"a33c92c5-01f4-4761-94df-611f3bbe614c "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'a33c92c5-01f4-4761-94df-611f3bbe614c' ;
Copy
181
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 :
[
"785a3971-9a9f-4306-a818-111c7497e8ab "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '785a3971-9a9f-4306-a818-111c7497e8ab' ;
Copy
182
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 :
[
"37d2be25-4f51-4ba6-97aa-de69a31c7943 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '37d2be25-4f51-4ba6-97aa-de69a31c7943' ;
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 :
[
"f34740e8-b14b-4a01-bdc3-c0aef12a9270 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'f34740e8-b14b-4a01-bdc3-c0aef12a9270' ;
Copy
184
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 :
[
"dc5bf4ee-d60f-4538-ac82-81c70f9e4273 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'dc5bf4ee-d60f-4538-ac82-81c70f9e4273' ;
Copy
185
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 :
[
"b68f3c7d-8b58-401d-a330-1d21d17ab54a "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b68f3c7d-8b58-401d-a330-1d21d17ab54a' ;
Copy
186
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 :
[
"fc6ff555-c8f6-42e1-baf9-d9286260fefb "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'fc6ff555-c8f6-42e1-baf9-d9286260fefb' ;
Copy
187
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 :
[
"b8002d48-2106-46cd-9c37-4862cb09a1f9 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b8002d48-2106-46cd-9c37-4862cb09a1f9' ;
Copy
188
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 :
[
"fb46b5f3-39f2-473e-b188-21d8dc37dc95 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'fb46b5f3-39f2-473e-b188-21d8dc37dc95' ;
Copy
189
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 :
[
"39327f52-a4a7-4bd0-bda2-3255907b2819 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '39327f52-a4a7-4bd0-bda2-3255907b2819' ;
Copy
190
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 :
[
"fe2181de-2f81-4650-b376-4ac757306464 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'fe2181de-2f81-4650-b376-4ac757306464' ;
Copy
191
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 :
[
"47a35637-5349-4138-befd-f55f21574319 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '47a35637-5349-4138-befd-f55f21574319' ;
Copy
192
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 :
[
"78cc8bce-4a53-406c-9527-f9338ad0b846 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '78cc8bce-4a53-406c-9527-f9338ad0b846' ;
Copy
193
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 :
[
"4faf3c8a-cfdd-4dfe-b10c-9eccc3956614 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4faf3c8a-cfdd-4dfe-b10c-9eccc3956614' ;
Copy
194
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 :
[
"e82fcb3f-ae12-43bb-a690-ec313e83a215 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e82fcb3f-ae12-43bb-a690-ec313e83a215' ;
Copy
195
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 :
[
"7c852de8-59a6-4e44-a884-c5c686afe280 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7c852de8-59a6-4e44-a884-c5c686afe280' ;
Copy
196
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 :
[
"4be3f656-ff5c-430d-8ffa-000935fd7736 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4be3f656-ff5c-430d-8ffa-000935fd7736' ;
Copy
197
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 :
[
"7b5febde-63cd-4a7d-8a4f-ec49a4cc5b91 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7b5febde-63cd-4a7d-8a4f-ec49a4cc5b91' ;
Copy
198
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 :
[
"be788c4e-2a54-4fb5-9a3c-b2f3fb293939 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'be788c4e-2a54-4fb5-9a3c-b2f3fb293939' ;
Copy
199
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 :
[
"5399ad3c-0a12-46b5-8993-ee83d1493b53 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '5399ad3c-0a12-46b5-8993-ee83d1493b53' ;
Copy
200
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 :
[
"4880167f-06d3-40ff-a4ed-7059a01a5972 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '4880167f-06d3-40ff-a4ed-7059a01a5972' ;
Copy
201
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 :
[
"2b5c3d03-5d61-4540-a019-4cad3e641299 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '2b5c3d03-5d61-4540-a019-4cad3e641299' ;
Copy
202
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 :
[
"e92e8316-3e30-4ff8-9ffe-bb67083bf8e8 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'e92e8316-3e30-4ff8-9ffe-bb67083bf8e8' ;
Copy
203
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 :
[
"670f96b5-2fcf-497a-99a7-6a6dd5a4213b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '670f96b5-2fcf-497a-99a7-6a6dd5a4213b' ;
Copy
204
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 :
[
"0192256e-9ea9-4bb0-9eb0-6a627e7eae81 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '0192256e-9ea9-4bb0-9eb0-6a627e7eae81' ;
Copy
205
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 :
[
"35d14854-e5f9-44b7-be9d-e63ef2960b94 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '35d14854-e5f9-44b7-be9d-e63ef2960b94' ;
Copy
206
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 :
[
"b5783cfb-66f6-4bbd-a2a0-31cbfd6c9310 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b5783cfb-66f6-4bbd-a2a0-31cbfd6c9310' ;
Copy
207
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 :
[
"c0285687-d7fe-4842-a5b2-7183fd128cad "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'c0285687-d7fe-4842-a5b2-7183fd128cad' ;
Copy
208
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 :
[
"d2b04ede-fb45-4dcc-a5da-5d388eaebaa2 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd2b04ede-fb45-4dcc-a5da-5d388eaebaa2' ;
Copy
209
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 :
[
"1ff352b1-3110-4cfb-a269-326628c0e822 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '1ff352b1-3110-4cfb-a269-326628c0e822' ;
Copy
210
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 :
[
"997f64b6-7604-4752-bbca-c24483f30ffd "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '997f64b6-7604-4752-bbca-c24483f30ffd' ;
Copy
211
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 :
[
"d9e27892-9f23-48f3-a7af-1439ef26e12f "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd9e27892-9f23-48f3-a7af-1439ef26e12f' ;
Copy
212
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 :
[
"bbd6450c-0de2-41a4-854c-e249e971c6d8 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'bbd6450c-0de2-41a4-854c-e249e971c6d8' ;
Copy
213
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 :
[
"77e850ea-178e-4a7f-9343-3f5acf3181e1 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '77e850ea-178e-4a7f-9343-3f5acf3181e1' ;
Copy
214
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 :
[
"06d6f76b-5d21-438e-a3a1-1b374ec158d3 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '06d6f76b-5d21-438e-a3a1-1b374ec158d3' ;
Copy
215
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 :
[
"f56d374d-a800-4a79-a6c3-5d85ef875e7b "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'f56d374d-a800-4a79-a6c3-5d85ef875e7b' ;
Copy
216
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 :
[
"08ffabb9-46d3-4f03-9908-3969643cc221 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '08ffabb9-46d3-4f03-9908-3969643cc221' ;
Copy
217
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 :
[
"60521330-321e-4c19-9b20-40cee5fb8984 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '60521330-321e-4c19-9b20-40cee5fb8984' ;
Copy
218
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 :
[
"0816fb2e-d18d-42cd-b675-a68a31052c48 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '0816fb2e-d18d-42cd-b675-a68a31052c48' ;
Copy
219
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 :
[
"0a1b2c3d-0001-4000-8000-000000000006 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '0a1b2c3d-0001-4000-8000-000000000006' ;
Copy
220
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 :
[
"0a1b2c3d-0001-4000-8000-000000000007 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '0a1b2c3d-0001-4000-8000-000000000007' ;
Copy
221
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 :
[
"375731d0-4d0e-41c0-b57a-3a27b4769917 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '375731d0-4d0e-41c0-b57a-3a27b4769917' ;
Copy
222
1.99 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 :
[
"6cfc3b03-b84e-4c79-9b08-1d9aa450efaf "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6cfc3b03-b84e-4c79-9b08-1d9aa450efaf' ;
Copy
223
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 :
[
"7bdba7f0-7451-4468-9934-2a0c419f0702 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '7bdba7f0-7451-4468-9934-2a0c419f0702' ;
Copy
224
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 :
[
"d9e428e0-a0af-4bae-86a3-19a0daa69679 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'd9e428e0-a0af-4bae-86a3-19a0daa69679' ;
Copy
225
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 :
[
"75867503-e333-4672-8b48-a670e96965a2 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '75867503-e333-4672-8b48-a670e96965a2' ;
Copy
226
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 :
[
"6995e34d-907a-4782-8605-bbdbea883cbe "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '6995e34d-907a-4782-8605-bbdbea883cbe' ;
Copy
227
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 :
[
"b32641e1-9ed6-4694-922b-7eb1d25d93f7 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = 'b32641e1-9ed6-4694-922b-7eb1d25d93f7' ;
Copy
228
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 :
[
"61180534-6322-4651-af38-73fad9aa9015 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '61180534-6322-4651-af38-73fad9aa9015' ;
Copy
229
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 :
[
"3fdfb7bc-49b9-46b9-9431-366c90e2605e "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '3fdfb7bc-49b9-46b9-9431-366c90e2605e' ;
Copy
230
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 :
[
"0a1b2c3d-0001-4000-8000-000000000005 "
]
SELECT t0 . id AS id_1 , t0 . public_id AS public_id_2 , t0 . name AS name_3 , t0 . slug AS slug_4 , t0 . description AS description_5 , t0 . lft AS lft_6 , t0 . lvl AS lvl_7 , t0 . rgt AS rgt_8 , t0 . position AS position_9 , t0 . image_id AS image_id_10 , t0 . tree_root AS tree_root_11 , t0 . parent_id AS parent_id_12 FROM category t0 INNER JOIN product_category ON t0 . id = product_category . category_id WHERE product_category . product_id = '0a1b2c3d-0001-4000-8000-000000000005' ;
Copy
231
2.61 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:25:05 "
"2026-06-16 11:25:05 "
"product_variant "
"3910d3d0-ec4b-4f09-94cd-6fd00a80c42d "
"b96b9866-2714-4432-82a5-3d6b4713be65 "
"c1fb6fd6-65de-45a0-b0e7-1eb2667d27f8 "
"caebf6a3-7f4e-4361-97d8-0f22ea1c5c9b "
"6a130ffe-0817-4926-a2bc-28d08da3f297 "
"a6c679f3-ae56-4eec-b0ff-d28c5fbabedd "
"73c22041-5989-4666-b5ab-742ad50fa376 "
"57923dbb-573c-405e-957b-6ede3d95d3ff "
"4f36cea9-8629-497a-8e93-c165080184c6 "
"f044da95-4860-44d3-82ca-1abb85fb86f3 "
"c2fdd967-dfb6-4db1-8290-a7cf7be0ac46 "
"4520a6e6-b2a1-4603-9141-b59fa5948510 "
"7da99296-492e-4d44-943f-7aef5e0b4b97 "
"231f13ef-d310-4d75-8e8c-d318ed1a4b41 "
"2ac78430-dde5-4bae-a40b-ce6673fb95d9 "
"5df221fd-451d-479f-a5ea-44524ebeaf8f "
"2b09d447-7ebb-4c5f-9d40-53f0d55101a0 "
"205c2c31-7201-4759-ba82-045ea14e57e5 "
"a508def0-ec49-4e6c-bbf9-0a2b59566fba "
"e4a10254-d481-475d-8f9f-81af530c23b8 "
"922ee3dd-a692-43d0-9ea8-47c07f4e35ee "
"4d9521bb-cce0-4200-bb43-d76da69173af "
"cad0eaa2-eaf5-4cbe-a72e-0e10abd1eb2e "
"55fa1252-e700-4d26-bb6a-6842ab6274ef "
"4eaa72b3-276c-496d-abb8-0e15eb029304 "
"f8376f86-9c3c-46ea-8ea4-a81a53d809f5 "
"24c7d2bd-d447-4ab1-840f-6801326b9b30 "
"2014984a-623c-46fc-8933-b0884cf0d3a4 "
"155d416f-bce1-4ee5-b61f-7bb49c17ff44 "
"a032ce62-9e5b-4aea-8ca0-96c0f74f3aaa "
"28d2f2cf-fbd5-4bf7-8811-62d269205fbf "
"85c16905-7c53-4440-bf2c-bcf2dc32f026 "
"c283f5b4-47b3-4998-aaf4-2c2f9fc334ef "
"2375c2db-7b4b-4d72-aa75-0c4f9ac47deb "
"b1e0e7d5-6cdf-4d87-ac3a-d7636798bac3 "
"c1c7726a-3218-45b3-997f-29e0e2f93061 "
"3a1df444-9b7a-4cb0-b728-c67d5917827d "
"165da3eb-fc39-49f2-a33a-9e220837bd75 "
"ca772984-ef18-4bf8-8ee2-ba688220b753 "
"b059fff3-4f2a-4b7e-87b4-2aedac31d081 "
"1977115a-3758-4e4d-aac2-0e448b4f54aa "
"eb1cb137-bfbd-49b6-903b-8071eaa1367c "
"5e5783a1-069c-409a-beee-bf46f48391d5 "
"26a90a93-d0d4-4235-a57b-cd2a15230ce6 "
"92294e7f-7d62-4fe8-b5d2-f2e66d544db0 "
"a70fb8a2-282d-4a67-a2ad-67dddf2c3569 "
"11102359-d227-4fc4-8de6-52d60bc560e2 "
"0e567e58-002a-4c62-9df6-8986d8ba1169 "
"e84b90cf-a4ae-413a-850a-27d7947e1162 "
"8196296f-f649-445d-ac1c-f75113d1dfb8 "
"cde814e1-4d2f-4b25-8f7a-b4d73190e64d "
"47d11a09-bde5-4ab5-b796-516c7c529d17 "
"265dbdd3-c76a-4e48-a995-1866a9c4281d "
"1ba8579a-3475-478f-901f-0c3d98ffbb20 "
"cd387ec9-a390-4657-aa1f-fdbd8190d18c "
"0effb6e3-aaf5-4fd1-bae5-621ed730985f "
"7a036b67-1869-40d3-ab39-6e522eaaa253 "
"582ce7fe-3cca-4bd6-a1d5-03b1775125f4 "
"6948de7b-38f3-4d66-aec7-a5d2683157f6 "
"8710ca26-4b99-4a3a-85cc-928e74292f91 "
"d4c7d891-f34b-4bbb-9cda-e51b15be5223 "
"fbe2b345-68dc-4556-8e33-5356cf7cd22a "
"badd438a-2ff0-4563-b874-650802b1e981 "
"296dd45d-cd12-4ed8-83e0-a76ba8b8d3d1 "
"e4e3afdc-b111-4a34-ac4b-027248124b70 "
"ae3c0c62-0644-465e-b6da-58708d91810d "
"d249ce1a-f0db-4ceb-8339-cb00f70aa92a "
"18f700cc-4f2f-46aa-9296-5ad45a3381ff "
"a9575468-afd9-4458-afc2-ddcf9f15f5d9 "
"1477c88a-cfc4-47fc-a763-2419644c16ce "
"6b005fd7-338d-4ed7-a698-a61687102183 "
"a6978c84-654a-46fb-9e38-8842662ec75e "
"56076039-1860-4bda-8ed2-a2792e1a7cca "
"0b8554e5-0e8b-4953-b562-25ebec666ba7 "
"7d49a9bf-9a01-4dd7-997c-8577eb43f7fe "
"8cd656ac-81e6-495b-98ae-f73691dc245f "
"3967c331-65d6-4825-aba2-e4fa1c0a30a0 "
"5b3626ea-0643-48ad-b8f8-54204092ed23 "
"aa914076-a1b4-4895-a5c7-e40e8507b33d "
"ad56a7aa-adef-40dc-925a-63fa3f7beea9 "
"a3975033-b745-44b2-92d8-9f250ff402e3 "
"45a59509-3ba1-42ad-a779-df4b557c5f2e "
"25a9bab9-5f54-4553-8a8b-cd3ae9cba69b "
"8772342e-eb89-494c-81b2-8e1f3140b976 "
"be7aac8f-a7a3-4e1e-af11-fe47b27d773f "
"592a35d3-5641-4ded-a55c-59ffb8e89af5 "
"a1a271b0-b1b1-461c-904f-92997fd3e6b6 "
"234d715b-1965-4d31-acfd-26af5f1eb9e7 "
"620480d8-c5a2-42e8-9437-ab683d662f39 "
"f715e9f1-4a2e-43e3-9077-d707cccb5002 "
"16c23adc-25f5-493d-8850-8bd4a6d2eacb "
"ef418f93-bdeb-465c-bc6a-3200359f52fa "
"c420c626-d49d-49d7-952b-0a29e866a873 "
"dbe809f7-1e1d-4731-a43d-61a2053099da "
"4ac9e31b-d5e7-47f3-b328-0641c65a9073 "
"bd634824-bf36-4ba7-945c-e39eb90d19f6 "
"2eed0847-913a-4463-985a-353cf38fc180 "
"a564c0c7-3775-49b3-808e-26729016d252 "
"e21e56af-c764-47c6-a1ac-386b3e8844df "
"a950b099-5819-4e08-a5ad-0361b120d4a0 "
"73714eb2-cbf7-429a-adec-7f38808f87ad "
"7395ab1a-43a0-43ba-8610-a69ffa177893 "
"dbed62dc-5e76-49ec-b482-ed5193afbc91 "
"e0194ea5-aa72-429b-bde0-7b8fff677ad9 "
"0030c111-e133-4f85-85a8-0c22399c8038 "
"1bda762e-eff0-46e0-90eb-d3d936450ec0 "
"0d9a8377-e17c-4779-825d-7b5d49e9c8ce "
"2089be33-5b94-4a94-993f-748139f347f1 "
"8d815800-2c79-43cc-b8d4-a16491455c62 "
"940b0210-22c1-4ca2-a730-938c2a6e5e92 "
"66fab0d3-220d-4191-9e18-8c9c1ffa87dd "
"95b0daa8-b024-418c-94d9-d7d3f3c19831 "
"7b083495-0123-4b3d-994c-f5e4432008d6 "
"8dc1d3b4-901f-44c8-bfae-4b29e34d5658 "
"098e0d20-6f30-4d4e-b62e-d099174d356b "
"86b76a0d-2a2b-4fd4-921c-7d3490a3a8f3 "
"79b83ad5-e5b3-4606-ab75-cced0325c438 "
"f41928ae-9217-4fc8-a80f-a4f1f862cd42 "
"4ad82a7f-e5f0-49c7-9192-c68eefe45bc0 "
"2b9b5711-d6b1-484a-b707-38f5a524f8eb "
"fc1eca98-6187-4164-9646-efe7cf950203 "
"ea556fe6-fd48-4e82-b811-0a21e3b333c6 "
"d163b2b7-1d5b-493c-8e1b-1ee88a9c9f1d "
"0f86a68d-f276-45dc-a504-7dd9d9c385a8 "
"b059850b-e5c2-4264-accb-39efc6784c31 "
"3e0c4979-592e-4c54-ba4b-dd86c98b611b "
"a2f44882-4838-401e-ac38-136401d06db8 "
"2e927396-4b7e-4ba9-8915-82b6b19b0d44 "
"723c84db-a3b5-4fd3-a7fc-ef6733c08e7f "
"f72b40f8-670b-4831-ba32-60b65cda2308 "
"21301f12-0064-41fa-ad48-7130ea2fa101 "
"b53a28ce-fdcb-43ff-a70f-07350073c6d3 "
"acb6d2bb-50a6-489e-baa8-5bba4b532bcf "
"8b83c638-0de3-47df-bd80-ca3b4670e828 "
"1b1cc132-6755-4016-b7a3-3d5ed27c26bb "
"3e551f13-6e0c-4ede-b027-4850cc16d2a3 "
"a0ed01c6-af51-4622-9a85-7f9fe3758a0f "
"841c75f7-f920-4ce6-b482-4d436544c47b "
"a4f6b3d2-fde8-4f44-9706-3780cc4020c6 "
"30862c4b-ec37-48a2-976c-2588514cd997 "
"7995f122-715c-4b72-8801-77ebc6d8e0f9 "
"84c4fb4d-ead9-4e99-8056-59ed9f707d02 "
"9433aaa5-8444-4cb7-8964-41dce826568f "
"603460c1-7f1c-418d-838a-25a381ce9cbb "
"46180fcc-af26-43a1-a341-c6f47cf7df77 "
"e893608c-23f1-4fb0-afda-a317b38789df "
"4ec490e8-b443-4bf4-8dfa-1fceb4ecb109 "
"1e496827-1aaa-40b3-8d16-1471a945bfeb "
"b607df18-6e78-4e4d-bdc2-ad92ad648e24 "
"e06ba22d-ba5d-45ac-8450-2129708d5acd "
"864710c4-f978-4200-8b1c-2035f937aee1 "
"55012b54-a923-4199-945c-76753a058098 "
"d53a6c2d-0517-420e-a1c9-071e33ebe092 "
"1c10fd97-0956-4314-b295-7b581a174249 "
"8466a520-5204-4f85-b19e-c75c9869c938 "
"48245476-11f8-4baa-a52c-d27f78678791 "
"0d04a0d6-273e-463f-9c87-776aef146ec2 "
"92b759ca-66fc-48dd-a526-494f17f55395 "
"1fe9f54b-5fec-4e3d-9930-891a4915c1a7 "
"306edfd2-d640-4167-9ac9-aef417e10b98 "
"cf6f6c20-6911-4f8a-98d7-9815ba570eff "
"bbb9e543-f846-452a-8a51-f4ce998d1c42 "
"68f69149-7efb-43ac-bf42-a42caf16c74b "
"dd594132-dabc-4c4e-9a07-2ca43c88c64f "
"e752c85f-ad03-44a6-96fa-e4fb8e2cd04b "
"02a35a85-7dc4-40bc-90e0-1f09b93cd8ec "
"ce65ca90-6aad-4e66-a613-4b9bd26285a7 "
"2b87e234-637e-4ad5-9cfb-880ce0b70262 "
"4158eb8c-3e2d-4742-9094-98bc7787f043 "
"a44f4ce6-b3fc-45b9-aca9-52ffbbc49a1f "
"09059273-40c6-4e96-9a69-c8195e8d1a55 "
"383d00c4-2051-4dd1-a229-43dda1b23a83 "
"44a66ed8-0e2a-4d70-8345-6d8a402558f9 "
"ff24a47f-0ca2-40c7-bd8c-a26dfe86c6c9 "
"bb456b8d-3489-459d-8321-2eac6905f8d5 "
"81db4d7f-56ab-42e3-8ea1-6ab91ed8be99 "
"196242a8-f938-40e3-a71a-cac23a201b41 "
"3ec60b7e-8ba6-49a1-9934-9070144090ac "
"0e4e11aa-7d22-4038-b1be-94be8cf528c5 "
"40e232d1-bd19-4ba2-b956-24d99bc9e2fb "
"1a4da965-8a9a-4a1f-8380-e276026ff327 "
"4d03db26-265a-42f7-8baf-0ebcfb952ad9 "
"9d7b5d93-dc96-436b-bf77-6066d8abe804 "
"2dc06505-372b-4830-92aa-9e8ce6ee0f37 "
"5c4783fb-16ab-42d7-a356-cf8db88855d2 "
"260517db-e1ca-4f6b-bf95-1b0799908b86 "
"52bfe706-7d0c-47fc-bb79-8d7c7413a57b "
"9b0bd8ca-24af-4924-961f-66a44cddac95 "
"5da1ce1b-49c1-4059-a3c9-de401e6d5892 "
"6c9e007a-25c8-4dd7-a559-389bbedc66e4 "
"42ef0a38-4b6f-44c1-92b5-bab60801fc42 "
"607787fd-8468-47b2-a36b-ac54c73b1cb2 "
"9330f3a2-338a-45b7-96aa-c00159fe2b99 "
"bf6c3a59-a2b7-41ee-b049-551749f002ef "
"58856e63-f7f6-4574-8538-9f693c74e217 "
"f08c0443-152b-4381-8fca-7c576036b86b "
"a27ca5cd-3f73-42a9-816f-77ba448bb4d8 "
"8b632b80-2b54-4ada-a64c-edb2a9f1a0ae "
"b1f6b852-23aa-4178-825d-1fa1d199d170 "
"18442801-dfbb-4c09-adbb-9f70d2d402ee "
"dc1b86e4-3eab-46ff-8203-88b435eb43f9 "
"008ab0e5-44dd-42a9-85bd-148cfc25f8dd "
"539bd78d-7d9a-4b80-87c9-c08b07b50ff4 "
"27493327-8e39-4a24-8587-d41e1a7ef7b8 "
"9971f080-d63b-4f26-9304-3ecb029a9d4e "
"24e1e093-cbba-4a79-978c-1762766539c1 "
"4797f67a-cfa5-4911-a737-90651e916704 "
"5ca531b8-e70f-4c41-a7e2-18bb149264bb "
"a0fdc201-1b2c-4734-96a1-07e73e60b184 "
"a88fa79f-a3eb-4853-aaad-4bcc911e9486 "
"9de5b629-c665-47a1-8ff0-4ef7d6b4a9a7 "
"eb21123f-6080-4cae-9679-053ef4de9672 "
"e95c2b44-473c-4ce4-bb98-20050c8df627 "
"product "
"7a79ea94-236b-4062-a3b5-5a047d63c05f "
"d8f39c49-e106-4742-831b-b0610585b104 "
"3558ea3c-0624-494f-8acc-7444781d074d "
"99df5a2c-dcd5-4177-90e6-cd98e6720f5f "
"58ee93fe-462a-4aa4-8d47-ac05cfea2500 "
"d28c20f5-4b44-45fe-9395-0e60878310d3 "
"8dd21147-e9cb-4f39-ab1f-d5f4855d7c5e "
"6ac81fc9-ea32-4d70-a027-031ead43a53d "
"7760e305-a8e7-45d9-aed5-af74f5f07b93 "
"b4c06444-c580-4f74-9d63-c347d8a471f1 "
"015e15fd-60dc-4522-a271-3460baf597d4 "
"cba2521e-8125-4a26-bcc5-31aeb5e1e484 "
"453a9ec8-501e-4077-829d-666618cf5a9f "
"44d472bd-2496-4acf-8c6b-6868577de503 "
"30dc3929-c6b7-42a8-988f-ab9269c4f59f "
"cde9ee81-b344-400c-a89a-6240e5798ea0 "
"d9c9131b-89a6-4b92-9031-d645a40063ba "
"45e92fa7-a4eb-4a7b-a0eb-69922b4e3b53 "
"63e37788-4b5d-4b27-a6d9-ca6ec4812f73 "
"bef9d247-c1f9-43dd-a963-d3c87d9b88ab "
"dc5fad85-0d42-4aae-84d5-714c81f36032 "
"2eb75ee7-a1d1-4949-9e33-5e7d3cf945ff "
"9f2870fb-5ed4-4a06-8ce5-114918636e39 "
"95cf4995-0697-4cce-9c8a-d6480815d987 "
"d132721f-0815-4888-97b3-c98e724f700b "
"f829d6ad-3762-4250-a613-9caa009ec73c "
"a6b31bce-e5c6-4d78-8dd9-1b41ed9af191 "
"d9f7c549-4f88-4dbf-9dc4-e889be8cb553 "
"18ed9c71-1ec6-4e63-9a9f-1846f516ed5b "
"df8b7b72-efb0-405b-b3cf-2b7e1650b578 "
"ae5afb4c-82db-45f5-81da-99dc5621037a "
"2db60425-77a7-4418-b5ac-e90fc733cea8 "
"2c734065-f59e-4ed4-a251-5b6e7e907e51 "
"0ac8b3a4-0572-470f-8bf9-ce9dd753630b "
"ab6e9410-7b42-4db4-952f-34d388358878 "
"6f80cf08-6133-447b-a0c7-5c30ada1df27 "
"7f1054ad-7130-48df-a73c-0bcab7c3d47f "
"db115997-f0eb-44a8-9282-3a2935b3f4b6 "
"17ba3ab6-3967-414d-bd39-3122cc8bb001 "
"2c0392f4-83a3-4e83-8068-0b176b646751 "
"74f8cec5-2b96-4043-b577-34099e8b9cc6 "
"4093cba7-32a7-4d99-b5a9-2ffc4e4ef9f3 "
"12ed4ee0-86e1-4bf4-a2b5-34b1e381bf35 "
"bda98294-bbe7-4924-979f-550826962fb1 "
"3eae3d6b-2962-4183-9747-f635c4f676c8 "
"25817743-4055-4820-9c40-f46cde278060 "
"2744dcc1-f977-4c27-ad8a-49193d846b81 "
"a6fd7685-d7c6-4f9f-a331-6f759fc4acdb "
"d836d1ab-0732-4aa8-9b27-f95a70784d30 "
"9b00cc73-1441-488a-b866-76d8f50a9025 "
"888ea618-05c9-478b-9f60-f574a02d9a50 "
"49a54fb4-6cd4-4a7f-8ee3-8a053130514c "
"050ecded-2056-4764-801d-6f052bfa483e "
"225e9284-4c75-45cc-8bb9-6363c21045b9 "
"a79e5166-4d1d-4198-bfe4-aabdb8daabde "
"091c72a6-64c6-4761-8e1a-5b4121b332b6 "
"0dab7254-6961-41d8-91a3-2c792f175bd0 "
"fcdb4c6c-9bc6-4eff-b57d-b296f7bb1bbe "
"51ceb193-adbc-4a1a-a41a-3ad9bb04ed89 "
"0023354b-6e03-4da6-a6b5-69512173bf87 "
"9708f24e-0582-4cd8-851a-34d4733c7e65 "
"11e90261-ef7e-4592-bf0e-eec725ce816b "
"4ecb8ae4-2bdd-4da1-a902-c99807b0fa6b "
"c0df6896-c83c-4981-9e49-0f064cd8d2dc "
"c46e2c80-d251-481d-8ba5-4fc6c939f67e "
"5499c27a-ce9e-4abf-ba23-4d796be70d63 "
"d8cf0d28-dca4-4996-a2e1-1424a1db69ef "
"94a0c132-712f-438a-88b6-f9d806893f5f "
"2acbfd42-5105-4a55-b300-6e74a88812db "
"cf8fea03-a7e7-419c-9830-292587666f9e "
"c9ce9d5c-d853-481d-81ae-9e480cd4f14f "
"ef2b751d-3b2a-4c7d-a1b2-9c8f81dc15a3 "
"fedaca54-32d4-4b5f-a464-f0c46df0cebe "
"01290682-c9a7-4d0c-8edc-8bc413afd188 "
"15382641-aeef-42c1-8c5f-0148ae67ccf8 "
"f07354c6-81cf-4fc9-aaad-52d4ba58d6b7 "
"b1ba4250-444e-4313-bcc9-27a6dc713289 "
"a77889ae-c5f6-4de9-8bd4-2d7533059a02 "
"eecd8144-237c-4ec7-b980-56cd1535feeb "
"01cf8a9e-1a08-46ab-bedc-0555b3cdf4d7 "
"2cd5959f-6b27-4714-909e-769304aeb178 "
"303b29f4-0eaf-43ee-b9f4-d3b4b91b21de "
"c0c951c9-a74e-4024-ab0a-5db224aaffde "
"9bf019b6-3ce5-455c-a87d-0d461a881bef "
"ade3ed20-76fb-41b5-85ec-f81397175431 "
"72b37202-72c9-47fc-a03e-a2fdbeb9e1f7 "
"1836a47a-c016-42fb-8050-8393f073bcfd "
"6fcfeb0f-d7dd-4f33-812d-959c4ea439f5 "
"8303c975-4c1f-4fb9-8d80-8d24bf34d120 "
"16595457-a74d-4bcd-96a7-cbb628348188 "
"472367f8-3d72-48a1-a18b-76a541b80d8b "
"e6de6b15-05a1-41e8-97e3-7cb7b5ddf8de "
"33db77a6-895c-49f1-ba0b-5ce5e57d4207 "
"83fac245-3daa-43b8-9d92-f1ff01a70f86 "
"2907f7f3-2dce-469c-a043-2f80dc9d94da "
"54228e5a-3e7c-4722-a1db-1877a908992c "
"e9570e5c-86f0-4a86-81da-f972a6bb24ce "
"5adba9b2-053d-4483-852d-ce1f2e68da9d "
"888fd968-eca7-4f88-8686-250a7255bf14 "
"7246ce9d-14d5-4bb9-bc0e-8ccad7aec257 "
"4feb00bb-3ca8-4860-90bb-ef714937b439 "
"1ed60724-4cde-4b8a-bf84-830cb9ea9843 "
"96c25e87-ddd7-49af-823b-6f4a268aabe6 "
"9803606e-999d-46f8-bcae-b0e82fc88160 "
"1819d620-af3c-43e2-8a36-e8bb7a9b47cd "
"89a4d125-d749-4ba5-8519-2a0645f5d174 "
"b153f2e7-49eb-4838-8157-cd6e0e3d0e8f "
"50fe8ead-26de-41db-aaf1-bd6c354a813c "
"142979f2-ec01-43b8-b810-001b6a738fb2 "
"2bb14f28-d028-4170-a744-dd78847703b1 "
"ad405f80-8429-48bb-8386-71df72985c4c "
"1dcd31e3-3753-454c-8b0d-9ace46f382ef "
"99175915-0397-4b47-a326-51d6d645bc78 "
"b39f95c6-e647-4f9d-8a5a-5e7675fb4b41 "
"8b4cccdb-131e-421a-8ca5-1bc102a4c94b "
"be145222-06d4-4033-8751-d2d0307ab6e4 "
"738e53ba-fdfc-43ad-9892-9d9ad6470862 "
"9cc1b9e6-e9c1-4ff7-87f1-210fa59e1c63 "
"1d74a5a2-c47b-4cad-9307-898107a901ed "
"4e3b78a0-53f0-4509-8940-9f565624ba5e "
"08f4ecba-0fca-49fe-83d4-8054276f8513 "
"053a4c32-655b-44fe-88f8-58ef86bc8e33 "
"64a366e8-a16e-42b6-b38e-38128c6a32ab "
"3881ca66-f836-4d68-96f7-ee0dc24ad493 "
"82d7ddbd-4c0f-43f6-a291-d5491fadf9de "
"c0210f28-31ad-415c-8c62-fd1138cb14ab "
"9fb8a498-625a-4535-9384-3b0a7b374aae "
"b417e95f-a5d6-4d06-b76e-f89cb19509f9 "
"5607fd13-5027-4233-88b6-bc637275cf48 "
"f8adc23c-6cff-4169-b734-37b0eca8573d "
"78b16b0e-f3a6-442b-a097-9e05e022de18 "
"a1fdb162-7810-413b-ad45-8b2428a9974e "
"a25d358c-80cc-4785-8d18-be3ee59f48f1 "
"70c6de67-0d27-4438-a061-17993e41686e "
"6a786cd4-a2ed-4cb8-b451-73591454414c "
"89fa2a87-faa4-4334-ade2-f431b854ddc7 "
"32f85f87-8781-493a-bc81-b1af8707c054 "
"1bf6d6f7-c172-41cf-9535-b4a26136d90c "
"0b1b11ea-6d70-400a-aeb2-52016bbadfc1 "
"cee9ad76-43a1-4cd5-b5f0-719c3c385422 "
"76b66b33-7846-4d96-a89d-4352ffc9602f "
"40829d98-48a4-4cf8-8adb-71547b3466a1 "
"3a6f885d-a023-4291-bf08-a1915ed691e8 "
"16fdbbd8-25dc-40a3-b5b3-674f5184d12d "
"cb578ecf-761b-4dce-af0e-f4dd356a2c56 "
"eaf6346a-2046-46c4-ba9c-39790e978012 "
"e8d9a228-c917-43c8-83fe-5cc19cd3b46c "
"1cc0047f-7f5b-4bf3-8b8e-37dc41e754d3 "
"1ade206f-6814-429d-8f7d-58ad917c2b0e "
"8fcdd153-a75b-41a0-a794-76fe3e7f2ff1 "
"5e8481f0-5e50-42f3-8fb6-c0dad13656ea "
"2ae30299-7b2c-4dce-af94-32a06b4e64bc "
"354d97af-ffde-408b-ab9e-b615110eb376 "
"887d2cc9-f2ed-45f9-a1dd-67c4df7cb4d2 "
"a921b00c-fb31-4b05-aa32-a6d8bece6220 "
"300f9336-10ca-4f52-84e7-4586b196eabc "
"50c5562e-2c0e-4d88-aa75-4d72ef58fe9d "
"4df45b47-b3d6-45eb-8746-38e6c5773820 "
"3d0f457d-533e-408b-836d-c765e00312bc "
"3600410a-5c5e-476c-89a9-8fd40cc9b96c "
"2ab2db4a-1f9b-4c87-9d88-607a6d56be6a "
"fce81f91-728f-4474-a7bf-f79d07e2194b "
"a33c92c5-01f4-4761-94df-611f3bbe614c "
"785a3971-9a9f-4306-a818-111c7497e8ab "
"37d2be25-4f51-4ba6-97aa-de69a31c7943 "
"f34740e8-b14b-4a01-bdc3-c0aef12a9270 "
"dc5bf4ee-d60f-4538-ac82-81c70f9e4273 "
"b68f3c7d-8b58-401d-a330-1d21d17ab54a "
"fc6ff555-c8f6-42e1-baf9-d9286260fefb "
"b8002d48-2106-46cd-9c37-4862cb09a1f9 "
"fb46b5f3-39f2-473e-b188-21d8dc37dc95 "
"39327f52-a4a7-4bd0-bda2-3255907b2819 "
"fe2181de-2f81-4650-b376-4ac757306464 "
"47a35637-5349-4138-befd-f55f21574319 "
"78cc8bce-4a53-406c-9527-f9338ad0b846 "
"4faf3c8a-cfdd-4dfe-b10c-9eccc3956614 "
"e82fcb3f-ae12-43bb-a690-ec313e83a215 "
"7c852de8-59a6-4e44-a884-c5c686afe280 "
"4be3f656-ff5c-430d-8ffa-000935fd7736 "
"7b5febde-63cd-4a7d-8a4f-ec49a4cc5b91 "
"be788c4e-2a54-4fb5-9a3c-b2f3fb293939 "
"5399ad3c-0a12-46b5-8993-ee83d1493b53 "
"4880167f-06d3-40ff-a4ed-7059a01a5972 "
"2b5c3d03-5d61-4540-a019-4cad3e641299 "
"e92e8316-3e30-4ff8-9ffe-bb67083bf8e8 "
"670f96b5-2fcf-497a-99a7-6a6dd5a4213b "
"0192256e-9ea9-4bb0-9eb0-6a627e7eae81 "
"35d14854-e5f9-44b7-be9d-e63ef2960b94 "
"b5783cfb-66f6-4bbd-a2a0-31cbfd6c9310 "
"c0285687-d7fe-4842-a5b2-7183fd128cad "
"d2b04ede-fb45-4dcc-a5da-5d388eaebaa2 "
"1ff352b1-3110-4cfb-a269-326628c0e822 "
"997f64b6-7604-4752-bbca-c24483f30ffd "
"d9e27892-9f23-48f3-a7af-1439ef26e12f "
"bbd6450c-0de2-41a4-854c-e249e971c6d8 "
"77e850ea-178e-4a7f-9343-3f5acf3181e1 "
"06d6f76b-5d21-438e-a3a1-1b374ec158d3 "
"f56d374d-a800-4a79-a6c3-5d85ef875e7b "
"08ffabb9-46d3-4f03-9908-3969643cc221 "
"60521330-321e-4c19-9b20-40cee5fb8984 "
"0816fb2e-d18d-42cd-b675-a68a31052c48 "
"0a1b2c3d-0001-4000-8000-000000000006 "
"0a1b2c3d-0001-4000-8000-000000000007 "
"375731d0-4d0e-41c0-b57a-3a27b4769917 "
"6cfc3b03-b84e-4c79-9b08-1d9aa450efaf "
"7bdba7f0-7451-4468-9934-2a0c419f0702 "
"d9e428e0-a0af-4bae-86a3-19a0daa69679 "
"75867503-e333-4672-8b48-a670e96965a2 "
"6995e34d-907a-4782-8605-bbdbea883cbe "
"b32641e1-9ed6-4694-922b-7eb1d25d93f7 "
"61180534-6322-4651-af38-73fad9aa9015 "
"3fdfb7bc-49b9-46b9-9431-366c90e2605e "
"0a1b2c3d-0001-4000-8000-000000000005 "
"category "
"9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b "
"0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c "
"3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d "
"4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e "
]
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:25:05' )) AND ((d0_ . active_to IS NULL OR d0_ . active_to > = '2026-06-16 11:25:05' )) AND d0_ . customer_group_id IS NULL AND ((d0_ . target = 'product_variant' AND d0_ . product_variant_id IN ('3910d3d0-ec4b-4f09-94cd-6fd00a80c42d' , 'b96b9866-2714-4432-82a5-3d6b4713be65' , 'c1fb6fd6-65de-45a0-b0e7-1eb2667d27f8' , 'caebf6a3-7f4e-4361-97d8-0f22ea1c5c9b' , '6a130ffe-0817-4926-a2bc-28d08da3f297' , 'a6c679f3-ae56-4eec-b0ff-d28c5fbabedd' , '73c22041-5989-4666-b5ab-742ad50fa376' , '57923dbb-573c-405e-957b-6ede3d95d3ff' , '4f36cea9-8629-497a-8e93-c165080184c6' , 'f044da95-4860-44d3-82ca-1abb85fb86f3' , 'c2fdd967-dfb6-4db1-8290-a7cf7be0ac46' , '4520a6e6-b2a1-4603-9141-b59fa5948510' , '7da99296-492e-4d44-943f-7aef5e0b4b97' , '231f13ef-d310-4d75-8e8c-d318ed1a4b41' , '2ac78430-dde5-4bae-a40b-ce6673fb95d9' , '5df221fd-451d-479f-a5ea-44524ebeaf8f' , '2b09d447-7ebb-4c5f-9d40-53f0d55101a0' , '205c2c31-7201-4759-ba82-045ea14e57e5' , 'a508def0-ec49-4e6c-bbf9-0a2b59566fba' , 'e4a10254-d481-475d-8f9f-81af530c23b8' , '922ee3dd-a692-43d0-9ea8-47c07f4e35ee' , '4d9521bb-cce0-4200-bb43-d76da69173af' , 'cad0eaa2-eaf5-4cbe-a72e-0e10abd1eb2e' , '55fa1252-e700-4d26-bb6a-6842ab6274ef' , '4eaa72b3-276c-496d-abb8-0e15eb029304' , 'f8376f86-9c3c-46ea-8ea4-a81a53d809f5' , '24c7d2bd-d447-4ab1-840f-6801326b9b30' , '2014984a-623c-46fc-8933-b0884cf0d3a4' , '155d416f-bce1-4ee5-b61f-7bb49c17ff44' , 'a032ce62-9e5b-4aea-8ca0-96c0f74f3aaa' , '28d2f2cf-fbd5-4bf7-8811-62d269205fbf' , '85c16905-7c53-4440-bf2c-bcf2dc32f026' , 'c283f5b4-47b3-4998-aaf4-2c2f9fc334ef' , '2375c2db-7b4b-4d72-aa75-0c4f9ac47deb' , 'b1e0e7d5-6cdf-4d87-ac3a-d7636798bac3' , 'c1c7726a-3218-45b3-997f-29e0e2f93061' , '3a1df444-9b7a-4cb0-b728-c67d5917827d' , '165da3eb-fc39-49f2-a33a-9e220837bd75' , 'ca772984-ef18-4bf8-8ee2-ba688220b753' , 'b059fff3-4f2a-4b7e-87b4-2aedac31d081' , '1977115a-3758-4e4d-aac2-0e448b4f54aa' , 'eb1cb137-bfbd-49b6-903b-8071eaa1367c' , '5e5783a1-069c-409a-beee-bf46f48391d5' , '26a90a93-d0d4-4235-a57b-cd2a15230ce6' , '92294e7f-7d62-4fe8-b5d2-f2e66d544db0' , 'a70fb8a2-282d-4a67-a2ad-67dddf2c3569' , '11102359-d227-4fc4-8de6-52d60bc560e2' , '0e567e58-002a-4c62-9df6-8986d8ba1169' , 'e84b90cf-a4ae-413a-850a-27d7947e1162' , '8196296f-f649-445d-ac1c-f75113d1dfb8' , 'cde814e1-4d2f-4b25-8f7a-b4d73190e64d' , '47d11a09-bde5-4ab5-b796-516c7c529d17' , '265dbdd3-c76a-4e48-a995-1866a9c4281d' , '1ba8579a-3475-478f-901f-0c3d98ffbb20' , 'cd387ec9-a390-4657-aa1f-fdbd8190d18c' , '0effb6e3-aaf5-4fd1-bae5-621ed730985f' , '7a036b67-1869-40d3-ab39-6e522eaaa253' , '582ce7fe-3cca-4bd6-a1d5-03b1775125f4' , '6948de7b-38f3-4d66-aec7-a5d2683157f6' , '8710ca26-4b99-4a3a-85cc-928e74292f91' , 'd4c7d891-f34b-4bbb-9cda-e51b15be5223' , 'fbe2b345-68dc-4556-8e33-5356cf7cd22a' , 'badd438a-2ff0-4563-b874-650802b1e981' , '296dd45d-cd12-4ed8-83e0-a76ba8b8d3d1' , 'e4e3afdc-b111-4a34-ac4b-027248124b70' , 'ae3c0c62-0644-465e-b6da-58708d91810d' , 'd249ce1a-f0db-4ceb-8339-cb00f70aa92a' , '18f700cc-4f2f-46aa-9296-5ad45a3381ff' , 'a9575468-afd9-4458-afc2-ddcf9f15f5d9' , '1477c88a-cfc4-47fc-a763-2419644c16ce' , '6b005fd7-338d-4ed7-a698-a61687102183' , 'a6978c84-654a-46fb-9e38-8842662ec75e' , '56076039-1860-4bda-8ed2-a2792e1a7cca' , '0b8554e5-0e8b-4953-b562-25ebec666ba7' , '7d49a9bf-9a01-4dd7-997c-8577eb43f7fe' , '8cd656ac-81e6-495b-98ae-f73691dc245f' , '3967c331-65d6-4825-aba2-e4fa1c0a30a0' , '5b3626ea-0643-48ad-b8f8-54204092ed23' , 'aa914076-a1b4-4895-a5c7-e40e8507b33d' , 'ad56a7aa-adef-40dc-925a-63fa3f7beea9' , 'a3975033-b745-44b2-92d8-9f250ff402e3' , '45a59509-3ba1-42ad-a779-df4b557c5f2e' , '25a9bab9-5f54-4553-8a8b-cd3ae9cba69b' , '8772342e-eb89-494c-81b2-8e1f3140b976' , 'be7aac8f-a7a3-4e1e-af11-fe47b27d773f' , '592a35d3-5641-4ded-a55c-59ffb8e89af5' , 'a1a271b0-b1b1-461c-904f-92997fd3e6b6' , '234d715b-1965-4d31-acfd-26af5f1eb9e7' , '620480d8-c5a2-42e8-9437-ab683d662f39' , 'f715e9f1-4a2e-43e3-9077-d707cccb5002' , '16c23adc-25f5-493d-8850-8bd4a6d2eacb' , 'ef418f93-bdeb-465c-bc6a-3200359f52fa' , 'c420c626-d49d-49d7-952b-0a29e866a873' , 'dbe809f7-1e1d-4731-a43d-61a2053099da' , '4ac9e31b-d5e7-47f3-b328-0641c65a9073' , 'bd634824-bf36-4ba7-945c-e39eb90d19f6' , '2eed0847-913a-4463-985a-353cf38fc180' , 'a564c0c7-3775-49b3-808e-26729016d252' , 'e21e56af-c764-47c6-a1ac-386b3e8844df' , 'a950b099-5819-4e08-a5ad-0361b120d4a0' , '73714eb2-cbf7-429a-adec-7f38808f87ad' , '7395ab1a-43a0-43ba-8610-a69ffa177893' , 'dbed62dc-5e76-49ec-b482-ed5193afbc91' , 'e0194ea5-aa72-429b-bde0-7b8fff677ad9' , '0030c111-e133-4f85-85a8-0c22399c8038' , '1bda762e-eff0-46e0-90eb-d3d936450ec0' , '0d9a8377-e17c-4779-825d-7b5d49e9c8ce' , '2089be33-5b94-4a94-993f-748139f347f1' , '8d815800-2c79-43cc-b8d4-a16491455c62' , '940b0210-22c1-4ca2-a730-938c2a6e5e92' , '66fab0d3-220d-4191-9e18-8c9c1ffa87dd' , '95b0daa8-b024-418c-94d9-d7d3f3c19831' , '7b083495-0123-4b3d-994c-f5e4432008d6' , '8dc1d3b4-901f-44c8-bfae-4b29e34d5658' , '098e0d20-6f30-4d4e-b62e-d099174d356b' , '86b76a0d-2a2b-4fd4-921c-7d3490a3a8f3' , '79b83ad5-e5b3-4606-ab75-cced0325c438' , 'f41928ae-9217-4fc8-a80f-a4f1f862cd42' , '4ad82a7f-e5f0-49c7-9192-c68eefe45bc0' , '2b9b5711-d6b1-484a-b707-38f5a524f8eb' , 'fc1eca98-6187-4164-9646-efe7cf950203' , 'ea556fe6-fd48-4e82-b811-0a21e3b333c6' , 'd163b2b7-1d5b-493c-8e1b-1ee88a9c9f1d' , '0f86a68d-f276-45dc-a504-7dd9d9c385a8' , 'b059850b-e5c2-4264-accb-39efc6784c31' , '3e0c4979-592e-4c54-ba4b-dd86c98b611b' , 'a2f44882-4838-401e-ac38-136401d06db8' , '2e927396-4b7e-4ba9-8915-82b6b19b0d44' , '723c84db-a3b5-4fd3-a7fc-ef6733c08e7f' , 'f72b40f8-670b-4831-ba32-60b65cda2308' , '21301f12-0064-41fa-ad48-7130ea2fa101' , 'b53a28ce-fdcb-43ff-a70f-07350073c6d3' , 'acb6d2bb-50a6-489e-baa8-5bba4b532bcf' , '8b83c638-0de3-47df-bd80-ca3b4670e828' , '1b1cc132-6755-4016-b7a3-3d5ed27c26bb' , '3e551f13-6e0c-4ede-b027-4850cc16d2a3' , 'a0ed01c6-af51-4622-9a85-7f9fe3758a0f' , '841c75f7-f920-4ce6-b482-4d436544c47b' , 'a4f6b3d2-fde8-4f44-9706-3780cc4020c6' , '30862c4b-ec37-48a2-976c-2588514cd997' , '7995f122-715c-4b72-8801-77ebc6d8e0f9' , '84c4fb4d-ead9-4e99-8056-59ed9f707d02' , '9433aaa5-8444-4cb7-8964-41dce826568f' , '603460c1-7f1c-418d-838a-25a381ce9cbb' , '46180fcc-af26-43a1-a341-c6f47cf7df77' , 'e893608c-23f1-4fb0-afda-a317b38789df' , '4ec490e8-b443-4bf4-8dfa-1fceb4ecb109' , '1e496827-1aaa-40b3-8d16-1471a945bfeb' , 'b607df18-6e78-4e4d-bdc2-ad92ad648e24' , 'e06ba22d-ba5d-45ac-8450-2129708d5acd' , '864710c4-f978-4200-8b1c-2035f937aee1' , '55012b54-a923-4199-945c-76753a058098' , 'd53a6c2d-0517-420e-a1c9-071e33ebe092' , '1c10fd97-0956-4314-b295-7b581a174249' , '8466a520-5204-4f85-b19e-c75c9869c938' , '48245476-11f8-4baa-a52c-d27f78678791' , '0d04a0d6-273e-463f-9c87-776aef146ec2' , '92b759ca-66fc-48dd-a526-494f17f55395' , '1fe9f54b-5fec-4e3d-9930-891a4915c1a7' , '306edfd2-d640-4167-9ac9-aef417e10b98' , 'cf6f6c20-6911-4f8a-98d7-9815ba570eff' , 'bbb9e543-f846-452a-8a51-f4ce998d1c42' , '68f69149-7efb-43ac-bf42-a42caf16c74b' , 'dd594132-dabc-4c4e-9a07-2ca43c88c64f' , 'e752c85f-ad03-44a6-96fa-e4fb8e2cd04b' , '02a35a85-7dc4-40bc-90e0-1f09b93cd8ec' , 'ce65ca90-6aad-4e66-a613-4b9bd26285a7' , '2b87e234-637e-4ad5-9cfb-880ce0b70262' , '4158eb8c-3e2d-4742-9094-98bc7787f043' , 'a44f4ce6-b3fc-45b9-aca9-52ffbbc49a1f' , '09059273-40c6-4e96-9a69-c8195e8d1a55' , '383d00c4-2051-4dd1-a229-43dda1b23a83' , '44a66ed8-0e2a-4d70-8345-6d8a402558f9' , 'ff24a47f-0ca2-40c7-bd8c-a26dfe86c6c9' , 'bb456b8d-3489-459d-8321-2eac6905f8d5' , '81db4d7f-56ab-42e3-8ea1-6ab91ed8be99' , '196242a8-f938-40e3-a71a-cac23a201b41' , '3ec60b7e-8ba6-49a1-9934-9070144090ac' , '0e4e11aa-7d22-4038-b1be-94be8cf528c5' , '40e232d1-bd19-4ba2-b956-24d99bc9e2fb' , '1a4da965-8a9a-4a1f-8380-e276026ff327' , '4d03db26-265a-42f7-8baf-0ebcfb952ad9' , '9d7b5d93-dc96-436b-bf77-6066d8abe804' , '2dc06505-372b-4830-92aa-9e8ce6ee0f37' , '5c4783fb-16ab-42d7-a356-cf8db88855d2' , '260517db-e1ca-4f6b-bf95-1b0799908b86' , '52bfe706-7d0c-47fc-bb79-8d7c7413a57b' , '9b0bd8ca-24af-4924-961f-66a44cddac95' , '5da1ce1b-49c1-4059-a3c9-de401e6d5892' , '6c9e007a-25c8-4dd7-a559-389bbedc66e4' , '42ef0a38-4b6f-44c1-92b5-bab60801fc42' , '607787fd-8468-47b2-a36b-ac54c73b1cb2' , '9330f3a2-338a-45b7-96aa-c00159fe2b99' , 'bf6c3a59-a2b7-41ee-b049-551749f002ef' , '58856e63-f7f6-4574-8538-9f693c74e217' , 'f08c0443-152b-4381-8fca-7c576036b86b' , 'a27ca5cd-3f73-42a9-816f-77ba448bb4d8' , '8b632b80-2b54-4ada-a64c-edb2a9f1a0ae' , 'b1f6b852-23aa-4178-825d-1fa1d199d170' , '18442801-dfbb-4c09-adbb-9f70d2d402ee' , 'dc1b86e4-3eab-46ff-8203-88b435eb43f9' , '008ab0e5-44dd-42a9-85bd-148cfc25f8dd' , '539bd78d-7d9a-4b80-87c9-c08b07b50ff4' , '27493327-8e39-4a24-8587-d41e1a7ef7b8' , '9971f080-d63b-4f26-9304-3ecb029a9d4e' , '24e1e093-cbba-4a79-978c-1762766539c1' , '4797f67a-cfa5-4911-a737-90651e916704' , '5ca531b8-e70f-4c41-a7e2-18bb149264bb' , 'a0fdc201-1b2c-4734-96a1-07e73e60b184' , 'a88fa79f-a3eb-4853-aaad-4bcc911e9486' , '9de5b629-c665-47a1-8ff0-4ef7d6b4a9a7' , 'eb21123f-6080-4cae-9679-053ef4de9672' , 'e95c2b44-473c-4ce4-bb98-20050c8df627' )) OR (d0_ . target = 'product' AND d0_ . product_id IN ('7a79ea94-236b-4062-a3b5-5a047d63c05f' , 'd8f39c49-e106-4742-831b-b0610585b104' , '3558ea3c-0624-494f-8acc-7444781d074d' , '99df5a2c-dcd5-4177-90e6-cd98e6720f5f' , '58ee93fe-462a-4aa4-8d47-ac05cfea2500' , 'd28c20f5-4b44-45fe-9395-0e60878310d3' , '8dd21147-e9cb-4f39-ab1f-d5f4855d7c5e' , '6ac81fc9-ea32-4d70-a027-031ead43a53d' , '7760e305-a8e7-45d9-aed5-af74f5f07b93' , 'b4c06444-c580-4f74-9d63-c347d8a471f1' , '015e15fd-60dc-4522-a271-3460baf597d4' , 'cba2521e-8125-4a26-bcc5-31aeb5e1e484' , '453a9ec8-501e-4077-829d-666618cf5a9f' , '44d472bd-2496-4acf-8c6b-6868577de503' , '30dc3929-c6b7-42a8-988f-ab9269c4f59f' , 'cde9ee81-b344-400c-a89a-6240e5798ea0' , 'd9c9131b-89a6-4b92-9031-d645a40063ba' , '45e92fa7-a4eb-4a7b-a0eb-69922b4e3b53' , '63e37788-4b5d-4b27-a6d9-ca6ec4812f73' , 'bef9d247-c1f9-43dd-a963-d3c87d9b88ab' , 'dc5fad85-0d42-4aae-84d5-714c81f36032' , '2eb75ee7-a1d1-4949-9e33-5e7d3cf945ff' , '9f2870fb-5ed4-4a06-8ce5-114918636e39' , '95cf4995-0697-4cce-9c8a-d6480815d987' , 'd132721f-0815-4888-97b3-c98e724f700b' , 'f829d6ad-3762-4250-a613-9caa009ec73c' , 'a6b31bce-e5c6-4d78-8dd9-1b41ed9af191' , 'd9f7c549-4f88-4dbf-9dc4-e889be8cb553' , '18ed9c71-1ec6-4e63-9a9f-1846f516ed5b' , 'df8b7b72-efb0-405b-b3cf-2b7e1650b578' , 'ae5afb4c-82db-45f5-81da-99dc5621037a' , '2db60425-77a7-4418-b5ac-e90fc733cea8' , '2c734065-f59e-4ed4-a251-5b6e7e907e51' , '0ac8b3a4-0572-470f-8bf9-ce9dd753630b' , 'ab6e9410-7b42-4db4-952f-34d388358878' , '6f80cf08-6133-447b-a0c7-5c30ada1df27' , '7f1054ad-7130-48df-a73c-0bcab7c3d47f' , 'db115997-f0eb-44a8-9282-3a2935b3f4b6' , '17ba3ab6-3967-414d-bd39-3122cc8bb001' , '2c0392f4-83a3-4e83-8068-0b176b646751' , '74f8cec5-2b96-4043-b577-34099e8b9cc6' , '4093cba7-32a7-4d99-b5a9-2ffc4e4ef9f3' , '12ed4ee0-86e1-4bf4-a2b5-34b1e381bf35' , 'bda98294-bbe7-4924-979f-550826962fb1' , '3eae3d6b-2962-4183-9747-f635c4f676c8' , '25817743-4055-4820-9c40-f46cde278060' , '2744dcc1-f977-4c27-ad8a-49193d846b81' , 'a6fd7685-d7c6-4f9f-a331-6f759fc4acdb' , 'd836d1ab-0732-4aa8-9b27-f95a70784d30' , '9b00cc73-1441-488a-b866-76d8f50a9025' , '888ea618-05c9-478b-9f60-f574a02d9a50' , '49a54fb4-6cd4-4a7f-8ee3-8a053130514c' , '050ecded-2056-4764-801d-6f052bfa483e' , '225e9284-4c75-45cc-8bb9-6363c21045b9' , 'a79e5166-4d1d-4198-bfe4-aabdb8daabde' , '091c72a6-64c6-4761-8e1a-5b4121b332b6' , '0dab7254-6961-41d8-91a3-2c792f175bd0' , 'fcdb4c6c-9bc6-4eff-b57d-b296f7bb1bbe' , '51ceb193-adbc-4a1a-a41a-3ad9bb04ed89' , '0023354b-6e03-4da6-a6b5-69512173bf87' , '9708f24e-0582-4cd8-851a-34d4733c7e65' , '11e90261-ef7e-4592-bf0e-eec725ce816b' , '4ecb8ae4-2bdd-4da1-a902-c99807b0fa6b' , 'c0df6896-c83c-4981-9e49-0f064cd8d2dc' , 'c46e2c80-d251-481d-8ba5-4fc6c939f67e' , '5499c27a-ce9e-4abf-ba23-4d796be70d63' , 'd8cf0d28-dca4-4996-a2e1-1424a1db69ef' , '94a0c132-712f-438a-88b6-f9d806893f5f' , '2acbfd42-5105-4a55-b300-6e74a88812db' , 'cf8fea03-a7e7-419c-9830-292587666f9e' , 'c9ce9d5c-d853-481d-81ae-9e480cd4f14f' , 'ef2b751d-3b2a-4c7d-a1b2-9c8f81dc15a3' , 'fedaca54-32d4-4b5f-a464-f0c46df0cebe' , '01290682-c9a7-4d0c-8edc-8bc413afd188' , '15382641-aeef-42c1-8c5f-0148ae67ccf8' , 'f07354c6-81cf-4fc9-aaad-52d4ba58d6b7' , 'b1ba4250-444e-4313-bcc9-27a6dc713289' , 'a77889ae-c5f6-4de9-8bd4-2d7533059a02' , 'eecd8144-237c-4ec7-b980-56cd1535feeb' , '01cf8a9e-1a08-46ab-bedc-0555b3cdf4d7' , '2cd5959f-6b27-4714-909e-769304aeb178' , '303b29f4-0eaf-43ee-b9f4-d3b4b91b21de' , 'c0c951c9-a74e-4024-ab0a-5db224aaffde' , '9bf019b6-3ce5-455c-a87d-0d461a881bef' , 'ade3ed20-76fb-41b5-85ec-f81397175431' , '72b37202-72c9-47fc-a03e-a2fdbeb9e1f7' , '1836a47a-c016-42fb-8050-8393f073bcfd' , '6fcfeb0f-d7dd-4f33-812d-959c4ea439f5' , '8303c975-4c1f-4fb9-8d80-8d24bf34d120' , '16595457-a74d-4bcd-96a7-cbb628348188' , '472367f8-3d72-48a1-a18b-76a541b80d8b' , 'e6de6b15-05a1-41e8-97e3-7cb7b5ddf8de' , '33db77a6-895c-49f1-ba0b-5ce5e57d4207' , '83fac245-3daa-43b8-9d92-f1ff01a70f86' , '2907f7f3-2dce-469c-a043-2f80dc9d94da' , '54228e5a-3e7c-4722-a1db-1877a908992c' , 'e9570e5c-86f0-4a86-81da-f972a6bb24ce' , '5adba9b2-053d-4483-852d-ce1f2e68da9d' , '888fd968-eca7-4f88-8686-250a7255bf14' , '7246ce9d-14d5-4bb9-bc0e-8ccad7aec257' , '4feb00bb-3ca8-4860-90bb-ef714937b439' , '1ed60724-4cde-4b8a-bf84-830cb9ea9843' , '96c25e87-ddd7-49af-823b-6f4a268aabe6' , '9803606e-999d-46f8-bcae-b0e82fc88160' , '1819d620-af3c-43e2-8a36-e8bb7a9b47cd' , '89a4d125-d749-4ba5-8519-2a0645f5d174' , 'b153f2e7-49eb-4838-8157-cd6e0e3d0e8f' , '50fe8ead-26de-41db-aaf1-bd6c354a813c' , '142979f2-ec01-43b8-b810-001b6a738fb2' , '2bb14f28-d028-4170-a744-dd78847703b1' , 'ad405f80-8429-48bb-8386-71df72985c4c' , '1dcd31e3-3753-454c-8b0d-9ace46f382ef' , '99175915-0397-4b47-a326-51d6d645bc78' , 'b39f95c6-e647-4f9d-8a5a-5e7675fb4b41' , '8b4cccdb-131e-421a-8ca5-1bc102a4c94b' , 'be145222-06d4-4033-8751-d2d0307ab6e4' , '738e53ba-fdfc-43ad-9892-9d9ad6470862' , '9cc1b9e6-e9c1-4ff7-87f1-210fa59e1c63' , '1d74a5a2-c47b-4cad-9307-898107a901ed' , '4e3b78a0-53f0-4509-8940-9f565624ba5e' , '08f4ecba-0fca-49fe-83d4-8054276f8513' , '053a4c32-655b-44fe-88f8-58ef86bc8e33' , '64a366e8-a16e-42b6-b38e-38128c6a32ab' , '3881ca66-f836-4d68-96f7-ee0dc24ad493' , '82d7ddbd-4c0f-43f6-a291-d5491fadf9de' , 'c0210f28-31ad-415c-8c62-fd1138cb14ab' , '9fb8a498-625a-4535-9384-3b0a7b374aae' , 'b417e95f-a5d6-4d06-b76e-f89cb19509f9' , '5607fd13-5027-4233-88b6-bc637275cf48' , 'f8adc23c-6cff-4169-b734-37b0eca8573d' , '78b16b0e-f3a6-442b-a097-9e05e022de18' , 'a1fdb162-7810-413b-ad45-8b2428a9974e' , 'a25d358c-80cc-4785-8d18-be3ee59f48f1' , '70c6de67-0d27-4438-a061-17993e41686e' , '6a786cd4-a2ed-4cb8-b451-73591454414c' , '89fa2a87-faa4-4334-ade2-f431b854ddc7' , '32f85f87-8781-493a-bc81-b1af8707c054' , '1bf6d6f7-c172-41cf-9535-b4a26136d90c' , '0b1b11ea-6d70-400a-aeb2-52016bbadfc1' , 'cee9ad76-43a1-4cd5-b5f0-719c3c385422' , '76b66b33-7846-4d96-a89d-4352ffc9602f' , '40829d98-48a4-4cf8-8adb-71547b3466a1' , '3a6f885d-a023-4291-bf08-a1915ed691e8' , '16fdbbd8-25dc-40a3-b5b3-674f5184d12d' , 'cb578ecf-761b-4dce-af0e-f4dd356a2c56' , 'eaf6346a-2046-46c4-ba9c-39790e978012' , 'e8d9a228-c917-43c8-83fe-5cc19cd3b46c' , '1cc0047f-7f5b-4bf3-8b8e-37dc41e754d3' , '1ade206f-6814-429d-8f7d-58ad917c2b0e' , '8fcdd153-a75b-41a0-a794-76fe3e7f2ff1' , '5e8481f0-5e50-42f3-8fb6-c0dad13656ea' , '2ae30299-7b2c-4dce-af94-32a06b4e64bc' , '354d97af-ffde-408b-ab9e-b615110eb376' , '887d2cc9-f2ed-45f9-a1dd-67c4df7cb4d2' , 'a921b00c-fb31-4b05-aa32-a6d8bece6220' , '300f9336-10ca-4f52-84e7-4586b196eabc' , '50c5562e-2c0e-4d88-aa75-4d72ef58fe9d' , '4df45b47-b3d6-45eb-8746-38e6c5773820' , '3d0f457d-533e-408b-836d-c765e00312bc' , '3600410a-5c5e-476c-89a9-8fd40cc9b96c' , '2ab2db4a-1f9b-4c87-9d88-607a6d56be6a' , 'fce81f91-728f-4474-a7bf-f79d07e2194b' , 'a33c92c5-01f4-4761-94df-611f3bbe614c' , '785a3971-9a9f-4306-a818-111c7497e8ab' , '37d2be25-4f51-4ba6-97aa-de69a31c7943' , 'f34740e8-b14b-4a01-bdc3-c0aef12a9270' , 'dc5bf4ee-d60f-4538-ac82-81c70f9e4273' , 'b68f3c7d-8b58-401d-a330-1d21d17ab54a' , 'fc6ff555-c8f6-42e1-baf9-d9286260fefb' , 'b8002d48-2106-46cd-9c37-4862cb09a1f9' , 'fb46b5f3-39f2-473e-b188-21d8dc37dc95' , '39327f52-a4a7-4bd0-bda2-3255907b2819' , 'fe2181de-2f81-4650-b376-4ac757306464' , '47a35637-5349-4138-befd-f55f21574319' , '78cc8bce-4a53-406c-9527-f9338ad0b846' , '4faf3c8a-cfdd-4dfe-b10c-9eccc3956614' , 'e82fcb3f-ae12-43bb-a690-ec313e83a215' , '7c852de8-59a6-4e44-a884-c5c686afe280' , '4be3f656-ff5c-430d-8ffa-000935fd7736' , '7b5febde-63cd-4a7d-8a4f-ec49a4cc5b91' , 'be788c4e-2a54-4fb5-9a3c-b2f3fb293939' , '5399ad3c-0a12-46b5-8993-ee83d1493b53' , '4880167f-06d3-40ff-a4ed-7059a01a5972' , '2b5c3d03-5d61-4540-a019-4cad3e641299' , 'e92e8316-3e30-4ff8-9ffe-bb67083bf8e8' , '670f96b5-2fcf-497a-99a7-6a6dd5a4213b' , '0192256e-9ea9-4bb0-9eb0-6a627e7eae81' , '35d14854-e5f9-44b7-be9d-e63ef2960b94' , 'b5783cfb-66f6-4bbd-a2a0-31cbfd6c9310' , 'c0285687-d7fe-4842-a5b2-7183fd128cad' , 'd2b04ede-fb45-4dcc-a5da-5d388eaebaa2' , '1ff352b1-3110-4cfb-a269-326628c0e822' , '997f64b6-7604-4752-bbca-c24483f30ffd' , 'd9e27892-9f23-48f3-a7af-1439ef26e12f' , 'bbd6450c-0de2-41a4-854c-e249e971c6d8' , '77e850ea-178e-4a7f-9343-3f5acf3181e1' , '06d6f76b-5d21-438e-a3a1-1b374ec158d3' , 'f56d374d-a800-4a79-a6c3-5d85ef875e7b' , '08ffabb9-46d3-4f03-9908-3969643cc221' , '60521330-321e-4c19-9b20-40cee5fb8984' , '0816fb2e-d18d-42cd-b675-a68a31052c48' , '0a1b2c3d-0001-4000-8000-000000000006' , '0a1b2c3d-0001-4000-8000-000000000007' , '375731d0-4d0e-41c0-b57a-3a27b4769917' , '6cfc3b03-b84e-4c79-9b08-1d9aa450efaf' , '7bdba7f0-7451-4468-9934-2a0c419f0702' , 'd9e428e0-a0af-4bae-86a3-19a0daa69679' , '75867503-e333-4672-8b48-a670e96965a2' , '6995e34d-907a-4782-8605-bbdbea883cbe' , 'b32641e1-9ed6-4694-922b-7eb1d25d93f7' , '61180534-6322-4651-af38-73fad9aa9015' , '3fdfb7bc-49b9-46b9-9431-366c90e2605e' , '0a1b2c3d-0001-4000-8000-000000000005' )) 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 ('9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b' , '0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c' , '3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d' , '4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e' ) AND c5_ . tree_root = c4_ . tree_root AND c5_ . lft > = c4_ . lft AND c5_ . rgt < = c4_ . rgt ))));
Copy
232
1.52 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} "
"{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b} "
]
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 ('{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b}' )) GROUP BY unnested_value ;
Copy
233
1.00 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} "
"{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b} "
]
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 ('{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b}' )) GROUP BY unnested_value ;
Copy
234
1.04 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} "
"{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b} "
]
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 ('{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b}' )) GROUP BY unnested_value ;
Copy
235
1.02 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} "
"{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b} "
]
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 ('{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b}' )) GROUP BY unnested_value ;
Copy
236
1.29 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} "
"{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b} "
]
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 ('{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b}' )) GROUP BY unnested_value ;
Copy
237
1.80 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} "
"{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b} "
]
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 ('{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b}' )) GROUP BY unnested_value ;
Copy
238
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} "
"{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b} "
]
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 ('{2f0b8a4d-6c3e-4d7f-8b1a-0e5c7d2f3b4a,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5d,4b2d0c6f-8e5a-4f9b-0d3c-2a7e9f4b5d6e,9a7c5b1e-3d0f-4e4a-5c8b-7f2d4e9a0c1b,0b8d6c2f-4e1a-4f5b-6d9c-8a3e5f0b1d2c,1c9e7d3a-5f2b-4a6c-7e0d-9b4f6a1c2e3d,2d0f8e4b-6a3c-4b7d-8f1e-0c5a7b2d3f4e,3e1a9f5c-7b4d-4c8e-9a2f-1d6b8c3e4a5f,3a1c9b5e-7d4f-4e8a-9c2b-1f6d8e3a4c5b}' )) GROUP BY unnested_value ;
Copy
239
0.46 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
240
0.94 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
241
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 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 = 9733 LIMIT 1 ;
Copy
242
0.48 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
243
0.41 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
244
0.53 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
245
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 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 = 9733 LIMIT 1 ;
Copy
246
0.52 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
247
0.43 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
248
0.42 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
249
0.68 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
250
0.46 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 :
[
"7a79ea94-236b-4062-a3b5-5a047d63c05f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7a79ea94-236b-4062-a3b5-5a047d63c05f' ;
Copy
251
0.21 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 :
[
"1fb1c4f8-e4ad-48ac-a02c-a6bd63221787 "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '1fb1c4f8-e4ad-48ac-a02c-a6bd63221787' ;
Copy
252
0.42 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
253
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 :
[
"d8f39c49-e106-4742-831b-b0610585b104 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd8f39c49-e106-4742-831b-b0610585b104' ;
Copy
254
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 :
[
"3558ea3c-0624-494f-8acc-7444781d074d "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3558ea3c-0624-494f-8acc-7444781d074d' ;
Copy
255
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 :
[
"99df5a2c-dcd5-4177-90e6-cd98e6720f5f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '99df5a2c-dcd5-4177-90e6-cd98e6720f5f' ;
Copy
256
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 :
[
"58ee93fe-462a-4aa4-8d47-ac05cfea2500 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '58ee93fe-462a-4aa4-8d47-ac05cfea2500' ;
Copy
257
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 :
[
"d28c20f5-4b44-45fe-9395-0e60878310d3 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd28c20f5-4b44-45fe-9395-0e60878310d3' ;
Copy
258
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 :
[
"8dd21147-e9cb-4f39-ab1f-d5f4855d7c5e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '8dd21147-e9cb-4f39-ab1f-d5f4855d7c5e' ;
Copy
259
0.44 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 :
[
"6ac81fc9-ea32-4d70-a027-031ead43a53d "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6ac81fc9-ea32-4d70-a027-031ead43a53d' ;
Copy
260
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 :
[
"7760e305-a8e7-45d9-aed5-af74f5f07b93 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7760e305-a8e7-45d9-aed5-af74f5f07b93' ;
Copy
261
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 :
[
"b4c06444-c580-4f74-9d63-c347d8a471f1 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b4c06444-c580-4f74-9d63-c347d8a471f1' ;
Copy
262
0.49 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 :
[
"015e15fd-60dc-4522-a271-3460baf597d4 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '015e15fd-60dc-4522-a271-3460baf597d4' ;
Copy
263
0.44 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 :
[
"cba2521e-8125-4a26-bcc5-31aeb5e1e484 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'cba2521e-8125-4a26-bcc5-31aeb5e1e484' ;
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 :
[
"453a9ec8-501e-4077-829d-666618cf5a9f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '453a9ec8-501e-4077-829d-666618cf5a9f' ;
Copy
265
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 :
[
"44d472bd-2496-4acf-8c6b-6868577de503 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '44d472bd-2496-4acf-8c6b-6868577de503' ;
Copy
266
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 :
[
"30dc3929-c6b7-42a8-988f-ab9269c4f59f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '30dc3929-c6b7-42a8-988f-ab9269c4f59f' ;
Copy
267
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 :
[
"cde9ee81-b344-400c-a89a-6240e5798ea0 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'cde9ee81-b344-400c-a89a-6240e5798ea0' ;
Copy
268
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 :
[
"d9c9131b-89a6-4b92-9031-d645a40063ba "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd9c9131b-89a6-4b92-9031-d645a40063ba' ;
Copy
269
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 :
[
"45e92fa7-a4eb-4a7b-a0eb-69922b4e3b53 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '45e92fa7-a4eb-4a7b-a0eb-69922b4e3b53' ;
Copy
270
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 :
[
"63e37788-4b5d-4b27-a6d9-ca6ec4812f73 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '63e37788-4b5d-4b27-a6d9-ca6ec4812f73' ;
Copy
271
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 :
[
"bef9d247-c1f9-43dd-a963-d3c87d9b88ab "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'bef9d247-c1f9-43dd-a963-d3c87d9b88ab' ;
Copy
272
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 :
[
"dc5fad85-0d42-4aae-84d5-714c81f36032 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'dc5fad85-0d42-4aae-84d5-714c81f36032' ;
Copy
273
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 :
[
"2eb75ee7-a1d1-4949-9e33-5e7d3cf945ff "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2eb75ee7-a1d1-4949-9e33-5e7d3cf945ff' ;
Copy
274
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 :
[
"9f2870fb-5ed4-4a06-8ce5-114918636e39 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '9f2870fb-5ed4-4a06-8ce5-114918636e39' ;
Copy
275
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 :
[
"95cf4995-0697-4cce-9c8a-d6480815d987 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '95cf4995-0697-4cce-9c8a-d6480815d987' ;
Copy
276
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 :
[
"d132721f-0815-4888-97b3-c98e724f700b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd132721f-0815-4888-97b3-c98e724f700b' ;
Copy
277
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 :
[
"f829d6ad-3762-4250-a613-9caa009ec73c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'f829d6ad-3762-4250-a613-9caa009ec73c' ;
Copy
278
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 :
[
"a6b31bce-e5c6-4d78-8dd9-1b41ed9af191 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a6b31bce-e5c6-4d78-8dd9-1b41ed9af191' ;
Copy
279
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 :
[
"d9f7c549-4f88-4dbf-9dc4-e889be8cb553 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd9f7c549-4f88-4dbf-9dc4-e889be8cb553' ;
Copy
280
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 :
[
"18ed9c71-1ec6-4e63-9a9f-1846f516ed5b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '18ed9c71-1ec6-4e63-9a9f-1846f516ed5b' ;
Copy
281
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 :
[
"df8b7b72-efb0-405b-b3cf-2b7e1650b578 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'df8b7b72-efb0-405b-b3cf-2b7e1650b578' ;
Copy
282
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 :
[
"ae5afb4c-82db-45f5-81da-99dc5621037a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'ae5afb4c-82db-45f5-81da-99dc5621037a' ;
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 :
[
"2db60425-77a7-4418-b5ac-e90fc733cea8 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2db60425-77a7-4418-b5ac-e90fc733cea8' ;
Copy
284
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 :
[
"2c734065-f59e-4ed4-a251-5b6e7e907e51 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2c734065-f59e-4ed4-a251-5b6e7e907e51' ;
Copy
285
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 :
[
"0ac8b3a4-0572-470f-8bf9-ce9dd753630b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '0ac8b3a4-0572-470f-8bf9-ce9dd753630b' ;
Copy
286
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 :
[
"ab6e9410-7b42-4db4-952f-34d388358878 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'ab6e9410-7b42-4db4-952f-34d388358878' ;
Copy
287
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 :
[
"6f80cf08-6133-447b-a0c7-5c30ada1df27 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6f80cf08-6133-447b-a0c7-5c30ada1df27' ;
Copy
288
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 :
[
"7f1054ad-7130-48df-a73c-0bcab7c3d47f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7f1054ad-7130-48df-a73c-0bcab7c3d47f' ;
Copy
289
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 :
[
"db115997-f0eb-44a8-9282-3a2935b3f4b6 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'db115997-f0eb-44a8-9282-3a2935b3f4b6' ;
Copy
290
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 :
[
"17ba3ab6-3967-414d-bd39-3122cc8bb001 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '17ba3ab6-3967-414d-bd39-3122cc8bb001' ;
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 :
[
"2c0392f4-83a3-4e83-8068-0b176b646751 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2c0392f4-83a3-4e83-8068-0b176b646751' ;
Copy
292
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 :
[
"74f8cec5-2b96-4043-b577-34099e8b9cc6 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '74f8cec5-2b96-4043-b577-34099e8b9cc6' ;
Copy
293
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 :
[
"4093cba7-32a7-4d99-b5a9-2ffc4e4ef9f3 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4093cba7-32a7-4d99-b5a9-2ffc4e4ef9f3' ;
Copy
294
0.21 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 :
[
"12ed4ee0-86e1-4bf4-a2b5-34b1e381bf35 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '12ed4ee0-86e1-4bf4-a2b5-34b1e381bf35' ;
Copy
295
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 :
[
"bda98294-bbe7-4924-979f-550826962fb1 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'bda98294-bbe7-4924-979f-550826962fb1' ;
Copy
296
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 :
[
"3eae3d6b-2962-4183-9747-f635c4f676c8 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3eae3d6b-2962-4183-9747-f635c4f676c8' ;
Copy
297
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 :
[
"25817743-4055-4820-9c40-f46cde278060 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '25817743-4055-4820-9c40-f46cde278060' ;
Copy
298
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 :
[
"2744dcc1-f977-4c27-ad8a-49193d846b81 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2744dcc1-f977-4c27-ad8a-49193d846b81' ;
Copy
299
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 :
[
"a6fd7685-d7c6-4f9f-a331-6f759fc4acdb "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a6fd7685-d7c6-4f9f-a331-6f759fc4acdb' ;
Copy
300
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 :
[
"d836d1ab-0732-4aa8-9b27-f95a70784d30 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd836d1ab-0732-4aa8-9b27-f95a70784d30' ;
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 :
[
"9b00cc73-1441-488a-b866-76d8f50a9025 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '9b00cc73-1441-488a-b866-76d8f50a9025' ;
Copy
302
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 :
[
"888ea618-05c9-478b-9f60-f574a02d9a50 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '888ea618-05c9-478b-9f60-f574a02d9a50' ;
Copy
303
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 :
[
"49a54fb4-6cd4-4a7f-8ee3-8a053130514c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '49a54fb4-6cd4-4a7f-8ee3-8a053130514c' ;
Copy
304
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 :
[
"050ecded-2056-4764-801d-6f052bfa483e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '050ecded-2056-4764-801d-6f052bfa483e' ;
Copy
305
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 :
[
"225e9284-4c75-45cc-8bb9-6363c21045b9 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '225e9284-4c75-45cc-8bb9-6363c21045b9' ;
Copy
306
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 :
[
"a79e5166-4d1d-4198-bfe4-aabdb8daabde "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a79e5166-4d1d-4198-bfe4-aabdb8daabde' ;
Copy
307
0.50 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 :
[
"091c72a6-64c6-4761-8e1a-5b4121b332b6 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '091c72a6-64c6-4761-8e1a-5b4121b332b6' ;
Copy
308
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 :
[
"0dab7254-6961-41d8-91a3-2c792f175bd0 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '0dab7254-6961-41d8-91a3-2c792f175bd0' ;
Copy
309
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 :
[
"fcdb4c6c-9bc6-4eff-b57d-b296f7bb1bbe "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'fcdb4c6c-9bc6-4eff-b57d-b296f7bb1bbe' ;
Copy
310
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 :
[
"51ceb193-adbc-4a1a-a41a-3ad9bb04ed89 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '51ceb193-adbc-4a1a-a41a-3ad9bb04ed89' ;
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 :
[
"0023354b-6e03-4da6-a6b5-69512173bf87 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '0023354b-6e03-4da6-a6b5-69512173bf87' ;
Copy
312
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 :
[
"9708f24e-0582-4cd8-851a-34d4733c7e65 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '9708f24e-0582-4cd8-851a-34d4733c7e65' ;
Copy
313
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 :
[
"11e90261-ef7e-4592-bf0e-eec725ce816b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '11e90261-ef7e-4592-bf0e-eec725ce816b' ;
Copy
314
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 :
[
"4ecb8ae4-2bdd-4da1-a902-c99807b0fa6b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4ecb8ae4-2bdd-4da1-a902-c99807b0fa6b' ;
Copy
315
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 :
[
"c0df6896-c83c-4981-9e49-0f064cd8d2dc "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'c0df6896-c83c-4981-9e49-0f064cd8d2dc' ;
Copy
316
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 :
[
"c46e2c80-d251-481d-8ba5-4fc6c939f67e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'c46e2c80-d251-481d-8ba5-4fc6c939f67e' ;
Copy
317
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 :
[
"5499c27a-ce9e-4abf-ba23-4d796be70d63 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '5499c27a-ce9e-4abf-ba23-4d796be70d63' ;
Copy
318
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 :
[
"d8cf0d28-dca4-4996-a2e1-1424a1db69ef "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd8cf0d28-dca4-4996-a2e1-1424a1db69ef' ;
Copy
319
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 :
[
"94a0c132-712f-438a-88b6-f9d806893f5f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '94a0c132-712f-438a-88b6-f9d806893f5f' ;
Copy
320
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 :
[
"2acbfd42-5105-4a55-b300-6e74a88812db "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2acbfd42-5105-4a55-b300-6e74a88812db' ;
Copy
321
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 :
[
"cf8fea03-a7e7-419c-9830-292587666f9e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'cf8fea03-a7e7-419c-9830-292587666f9e' ;
Copy
322
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 :
[
"c9ce9d5c-d853-481d-81ae-9e480cd4f14f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'c9ce9d5c-d853-481d-81ae-9e480cd4f14f' ;
Copy
323
0.44 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 :
[
"ef2b751d-3b2a-4c7d-a1b2-9c8f81dc15a3 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'ef2b751d-3b2a-4c7d-a1b2-9c8f81dc15a3' ;
Copy
324
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 :
[
"fedaca54-32d4-4b5f-a464-f0c46df0cebe "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'fedaca54-32d4-4b5f-a464-f0c46df0cebe' ;
Copy
325
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 :
[
"01290682-c9a7-4d0c-8edc-8bc413afd188 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '01290682-c9a7-4d0c-8edc-8bc413afd188' ;
Copy
326
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 :
[
"15382641-aeef-42c1-8c5f-0148ae67ccf8 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '15382641-aeef-42c1-8c5f-0148ae67ccf8' ;
Copy
327
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 :
[
"f07354c6-81cf-4fc9-aaad-52d4ba58d6b7 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'f07354c6-81cf-4fc9-aaad-52d4ba58d6b7' ;
Copy
328
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 :
[
"b1ba4250-444e-4313-bcc9-27a6dc713289 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b1ba4250-444e-4313-bcc9-27a6dc713289' ;
Copy
329
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 :
[
"a77889ae-c5f6-4de9-8bd4-2d7533059a02 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a77889ae-c5f6-4de9-8bd4-2d7533059a02' ;
Copy
330
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 :
[
"eecd8144-237c-4ec7-b980-56cd1535feeb "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'eecd8144-237c-4ec7-b980-56cd1535feeb' ;
Copy
331
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 :
[
"01cf8a9e-1a08-46ab-bedc-0555b3cdf4d7 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '01cf8a9e-1a08-46ab-bedc-0555b3cdf4d7' ;
Copy
332
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 :
[
"2cd5959f-6b27-4714-909e-769304aeb178 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2cd5959f-6b27-4714-909e-769304aeb178' ;
Copy
333
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 :
[
"303b29f4-0eaf-43ee-b9f4-d3b4b91b21de "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '303b29f4-0eaf-43ee-b9f4-d3b4b91b21de' ;
Copy
334
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 :
[
"c0c951c9-a74e-4024-ab0a-5db224aaffde "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'c0c951c9-a74e-4024-ab0a-5db224aaffde' ;
Copy
335
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 :
[
"9bf019b6-3ce5-455c-a87d-0d461a881bef "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '9bf019b6-3ce5-455c-a87d-0d461a881bef' ;
Copy
336
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 :
[
"ade3ed20-76fb-41b5-85ec-f81397175431 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'ade3ed20-76fb-41b5-85ec-f81397175431' ;
Copy
337
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 :
[
"72b37202-72c9-47fc-a03e-a2fdbeb9e1f7 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '72b37202-72c9-47fc-a03e-a2fdbeb9e1f7' ;
Copy
338
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 :
[
"1836a47a-c016-42fb-8050-8393f073bcfd "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1836a47a-c016-42fb-8050-8393f073bcfd' ;
Copy
339
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 :
[
"6fcfeb0f-d7dd-4f33-812d-959c4ea439f5 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6fcfeb0f-d7dd-4f33-812d-959c4ea439f5' ;
Copy
340
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 :
[
"8303c975-4c1f-4fb9-8d80-8d24bf34d120 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '8303c975-4c1f-4fb9-8d80-8d24bf34d120' ;
Copy
341
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 :
[
"16595457-a74d-4bcd-96a7-cbb628348188 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '16595457-a74d-4bcd-96a7-cbb628348188' ;
Copy
342
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 :
[
"472367f8-3d72-48a1-a18b-76a541b80d8b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '472367f8-3d72-48a1-a18b-76a541b80d8b' ;
Copy
343
0.21 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 :
[
"e6de6b15-05a1-41e8-97e3-7cb7b5ddf8de "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e6de6b15-05a1-41e8-97e3-7cb7b5ddf8de' ;
Copy
344
0.21 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 :
[
"33db77a6-895c-49f1-ba0b-5ce5e57d4207 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '33db77a6-895c-49f1-ba0b-5ce5e57d4207' ;
Copy
345
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 :
[
"83fac245-3daa-43b8-9d92-f1ff01a70f86 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '83fac245-3daa-43b8-9d92-f1ff01a70f86' ;
Copy
346
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 :
[
"2907f7f3-2dce-469c-a043-2f80dc9d94da "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2907f7f3-2dce-469c-a043-2f80dc9d94da' ;
Copy
347
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 :
[
"54228e5a-3e7c-4722-a1db-1877a908992c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '54228e5a-3e7c-4722-a1db-1877a908992c' ;
Copy
348
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 :
[
"e9570e5c-86f0-4a86-81da-f972a6bb24ce "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e9570e5c-86f0-4a86-81da-f972a6bb24ce' ;
Copy
349
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 :
[
"5adba9b2-053d-4483-852d-ce1f2e68da9d "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '5adba9b2-053d-4483-852d-ce1f2e68da9d' ;
Copy
350
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 :
[
"888fd968-eca7-4f88-8686-250a7255bf14 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '888fd968-eca7-4f88-8686-250a7255bf14' ;
Copy
351
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 :
[
"7246ce9d-14d5-4bb9-bc0e-8ccad7aec257 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7246ce9d-14d5-4bb9-bc0e-8ccad7aec257' ;
Copy
352
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 :
[
"4feb00bb-3ca8-4860-90bb-ef714937b439 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4feb00bb-3ca8-4860-90bb-ef714937b439' ;
Copy
353
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 :
[
"1ed60724-4cde-4b8a-bf84-830cb9ea9843 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1ed60724-4cde-4b8a-bf84-830cb9ea9843' ;
Copy
354
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 :
[
"96c25e87-ddd7-49af-823b-6f4a268aabe6 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '96c25e87-ddd7-49af-823b-6f4a268aabe6' ;
Copy
355
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 :
[
"9803606e-999d-46f8-bcae-b0e82fc88160 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '9803606e-999d-46f8-bcae-b0e82fc88160' ;
Copy
356
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 :
[
"1819d620-af3c-43e2-8a36-e8bb7a9b47cd "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1819d620-af3c-43e2-8a36-e8bb7a9b47cd' ;
Copy
357
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 :
[
"89a4d125-d749-4ba5-8519-2a0645f5d174 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '89a4d125-d749-4ba5-8519-2a0645f5d174' ;
Copy
358
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 :
[
"b153f2e7-49eb-4838-8157-cd6e0e3d0e8f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b153f2e7-49eb-4838-8157-cd6e0e3d0e8f' ;
Copy
359
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 :
[
"50fe8ead-26de-41db-aaf1-bd6c354a813c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '50fe8ead-26de-41db-aaf1-bd6c354a813c' ;
Copy
360
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 :
[
"142979f2-ec01-43b8-b810-001b6a738fb2 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '142979f2-ec01-43b8-b810-001b6a738fb2' ;
Copy
361
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 :
[
"2bb14f28-d028-4170-a744-dd78847703b1 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2bb14f28-d028-4170-a744-dd78847703b1' ;
Copy
362
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 :
[
"ad405f80-8429-48bb-8386-71df72985c4c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'ad405f80-8429-48bb-8386-71df72985c4c' ;
Copy
363
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 :
[
"1dcd31e3-3753-454c-8b0d-9ace46f382ef "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1dcd31e3-3753-454c-8b0d-9ace46f382ef' ;
Copy
364
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 :
[
"99175915-0397-4b47-a326-51d6d645bc78 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '99175915-0397-4b47-a326-51d6d645bc78' ;
Copy
365
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 :
[
"b39f95c6-e647-4f9d-8a5a-5e7675fb4b41 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b39f95c6-e647-4f9d-8a5a-5e7675fb4b41' ;
Copy
366
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 :
[
"8b4cccdb-131e-421a-8ca5-1bc102a4c94b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '8b4cccdb-131e-421a-8ca5-1bc102a4c94b' ;
Copy
367
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 :
[
"be145222-06d4-4033-8751-d2d0307ab6e4 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'be145222-06d4-4033-8751-d2d0307ab6e4' ;
Copy
368
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 :
[
"738e53ba-fdfc-43ad-9892-9d9ad6470862 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '738e53ba-fdfc-43ad-9892-9d9ad6470862' ;
Copy
369
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 :
[
"9cc1b9e6-e9c1-4ff7-87f1-210fa59e1c63 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '9cc1b9e6-e9c1-4ff7-87f1-210fa59e1c63' ;
Copy
370
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 :
[
"1d74a5a2-c47b-4cad-9307-898107a901ed "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1d74a5a2-c47b-4cad-9307-898107a901ed' ;
Copy
371
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 :
[
"4e3b78a0-53f0-4509-8940-9f565624ba5e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4e3b78a0-53f0-4509-8940-9f565624ba5e' ;
Copy
372
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 :
[
"08f4ecba-0fca-49fe-83d4-8054276f8513 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '08f4ecba-0fca-49fe-83d4-8054276f8513' ;
Copy
373
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 :
[
"053a4c32-655b-44fe-88f8-58ef86bc8e33 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '053a4c32-655b-44fe-88f8-58ef86bc8e33' ;
Copy
374
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 :
[
"64a366e8-a16e-42b6-b38e-38128c6a32ab "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '64a366e8-a16e-42b6-b38e-38128c6a32ab' ;
Copy
375
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 :
[
"3881ca66-f836-4d68-96f7-ee0dc24ad493 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3881ca66-f836-4d68-96f7-ee0dc24ad493' ;
Copy
376
0.49 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 :
[
"82d7ddbd-4c0f-43f6-a291-d5491fadf9de "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '82d7ddbd-4c0f-43f6-a291-d5491fadf9de' ;
Copy
377
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 :
[
"c0210f28-31ad-415c-8c62-fd1138cb14ab "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'c0210f28-31ad-415c-8c62-fd1138cb14ab' ;
Copy
378
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 :
[
"9fb8a498-625a-4535-9384-3b0a7b374aae "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '9fb8a498-625a-4535-9384-3b0a7b374aae' ;
Copy
379
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 :
[
"b417e95f-a5d6-4d06-b76e-f89cb19509f9 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b417e95f-a5d6-4d06-b76e-f89cb19509f9' ;
Copy
380
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 :
[
"5607fd13-5027-4233-88b6-bc637275cf48 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '5607fd13-5027-4233-88b6-bc637275cf48' ;
Copy
381
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 :
[
"f8adc23c-6cff-4169-b734-37b0eca8573d "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'f8adc23c-6cff-4169-b734-37b0eca8573d' ;
Copy
382
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 :
[
"78b16b0e-f3a6-442b-a097-9e05e022de18 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '78b16b0e-f3a6-442b-a097-9e05e022de18' ;
Copy
383
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 :
[
"a1fdb162-7810-413b-ad45-8b2428a9974e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a1fdb162-7810-413b-ad45-8b2428a9974e' ;
Copy
384
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 :
[
"a25d358c-80cc-4785-8d18-be3ee59f48f1 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a25d358c-80cc-4785-8d18-be3ee59f48f1' ;
Copy
385
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 :
[
"70c6de67-0d27-4438-a061-17993e41686e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '70c6de67-0d27-4438-a061-17993e41686e' ;
Copy
386
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 :
[
"6a786cd4-a2ed-4cb8-b451-73591454414c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6a786cd4-a2ed-4cb8-b451-73591454414c' ;
Copy
387
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 :
[
"89fa2a87-faa4-4334-ade2-f431b854ddc7 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '89fa2a87-faa4-4334-ade2-f431b854ddc7' ;
Copy
388
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 :
[
"32f85f87-8781-493a-bc81-b1af8707c054 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '32f85f87-8781-493a-bc81-b1af8707c054' ;
Copy
389
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 :
[
"1bf6d6f7-c172-41cf-9535-b4a26136d90c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1bf6d6f7-c172-41cf-9535-b4a26136d90c' ;
Copy
390
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 :
[
"0b1b11ea-6d70-400a-aeb2-52016bbadfc1 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '0b1b11ea-6d70-400a-aeb2-52016bbadfc1' ;
Copy
391
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 :
[
"cee9ad76-43a1-4cd5-b5f0-719c3c385422 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'cee9ad76-43a1-4cd5-b5f0-719c3c385422' ;
Copy
392
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 :
[
"76b66b33-7846-4d96-a89d-4352ffc9602f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '76b66b33-7846-4d96-a89d-4352ffc9602f' ;
Copy
393
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 :
[
"40829d98-48a4-4cf8-8adb-71547b3466a1 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '40829d98-48a4-4cf8-8adb-71547b3466a1' ;
Copy
394
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 :
[
"3a6f885d-a023-4291-bf08-a1915ed691e8 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3a6f885d-a023-4291-bf08-a1915ed691e8' ;
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 :
[
"16fdbbd8-25dc-40a3-b5b3-674f5184d12d "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '16fdbbd8-25dc-40a3-b5b3-674f5184d12d' ;
Copy
396
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 :
[
"cb578ecf-761b-4dce-af0e-f4dd356a2c56 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'cb578ecf-761b-4dce-af0e-f4dd356a2c56' ;
Copy
397
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 :
[
"eaf6346a-2046-46c4-ba9c-39790e978012 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'eaf6346a-2046-46c4-ba9c-39790e978012' ;
Copy
398
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 :
[
"e8d9a228-c917-43c8-83fe-5cc19cd3b46c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e8d9a228-c917-43c8-83fe-5cc19cd3b46c' ;
Copy
399
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 :
[
"1cc0047f-7f5b-4bf3-8b8e-37dc41e754d3 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1cc0047f-7f5b-4bf3-8b8e-37dc41e754d3' ;
Copy
400
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 :
[
"1ade206f-6814-429d-8f7d-58ad917c2b0e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1ade206f-6814-429d-8f7d-58ad917c2b0e' ;
Copy
401
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 :
[
"8fcdd153-a75b-41a0-a794-76fe3e7f2ff1 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '8fcdd153-a75b-41a0-a794-76fe3e7f2ff1' ;
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 :
[
"5e8481f0-5e50-42f3-8fb6-c0dad13656ea "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '5e8481f0-5e50-42f3-8fb6-c0dad13656ea' ;
Copy
403
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 :
[
"2ae30299-7b2c-4dce-af94-32a06b4e64bc "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2ae30299-7b2c-4dce-af94-32a06b4e64bc' ;
Copy
404
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 :
[
"354d97af-ffde-408b-ab9e-b615110eb376 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '354d97af-ffde-408b-ab9e-b615110eb376' ;
Copy
405
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 :
[
"887d2cc9-f2ed-45f9-a1dd-67c4df7cb4d2 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '887d2cc9-f2ed-45f9-a1dd-67c4df7cb4d2' ;
Copy
406
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 :
[
"a921b00c-fb31-4b05-aa32-a6d8bece6220 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a921b00c-fb31-4b05-aa32-a6d8bece6220' ;
Copy
407
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 :
[
"300f9336-10ca-4f52-84e7-4586b196eabc "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '300f9336-10ca-4f52-84e7-4586b196eabc' ;
Copy
408
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 :
[
"50c5562e-2c0e-4d88-aa75-4d72ef58fe9d "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '50c5562e-2c0e-4d88-aa75-4d72ef58fe9d' ;
Copy
409
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 :
[
"4df45b47-b3d6-45eb-8746-38e6c5773820 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4df45b47-b3d6-45eb-8746-38e6c5773820' ;
Copy
410
0.21 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 :
[
"3d0f457d-533e-408b-836d-c765e00312bc "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3d0f457d-533e-408b-836d-c765e00312bc' ;
Copy
411
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 :
[
"3600410a-5c5e-476c-89a9-8fd40cc9b96c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3600410a-5c5e-476c-89a9-8fd40cc9b96c' ;
Copy
412
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 :
[
"2ab2db4a-1f9b-4c87-9d88-607a6d56be6a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2ab2db4a-1f9b-4c87-9d88-607a6d56be6a' ;
Copy
413
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 :
[
"fce81f91-728f-4474-a7bf-f79d07e2194b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'fce81f91-728f-4474-a7bf-f79d07e2194b' ;
Copy
414
0.70 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 :
[
"a33c92c5-01f4-4761-94df-611f3bbe614c "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'a33c92c5-01f4-4761-94df-611f3bbe614c' ;
Copy
415
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 :
[
"785a3971-9a9f-4306-a818-111c7497e8ab "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '785a3971-9a9f-4306-a818-111c7497e8ab' ;
Copy
416
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 :
[
"37d2be25-4f51-4ba6-97aa-de69a31c7943 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '37d2be25-4f51-4ba6-97aa-de69a31c7943' ;
Copy
417
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 :
[
"f34740e8-b14b-4a01-bdc3-c0aef12a9270 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'f34740e8-b14b-4a01-bdc3-c0aef12a9270' ;
Copy
418
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 :
[
"dc5bf4ee-d60f-4538-ac82-81c70f9e4273 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'dc5bf4ee-d60f-4538-ac82-81c70f9e4273' ;
Copy
419
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 :
[
"b68f3c7d-8b58-401d-a330-1d21d17ab54a "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b68f3c7d-8b58-401d-a330-1d21d17ab54a' ;
Copy
420
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 :
[
"fc6ff555-c8f6-42e1-baf9-d9286260fefb "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'fc6ff555-c8f6-42e1-baf9-d9286260fefb' ;
Copy
421
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 :
[
"b8002d48-2106-46cd-9c37-4862cb09a1f9 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b8002d48-2106-46cd-9c37-4862cb09a1f9' ;
Copy
422
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 :
[
"fb46b5f3-39f2-473e-b188-21d8dc37dc95 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'fb46b5f3-39f2-473e-b188-21d8dc37dc95' ;
Copy
423
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 :
[
"39327f52-a4a7-4bd0-bda2-3255907b2819 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '39327f52-a4a7-4bd0-bda2-3255907b2819' ;
Copy
424
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 :
[
"fe2181de-2f81-4650-b376-4ac757306464 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'fe2181de-2f81-4650-b376-4ac757306464' ;
Copy
425
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 :
[
"47a35637-5349-4138-befd-f55f21574319 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '47a35637-5349-4138-befd-f55f21574319' ;
Copy
426
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 :
[
"78cc8bce-4a53-406c-9527-f9338ad0b846 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '78cc8bce-4a53-406c-9527-f9338ad0b846' ;
Copy
427
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 :
[
"4faf3c8a-cfdd-4dfe-b10c-9eccc3956614 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4faf3c8a-cfdd-4dfe-b10c-9eccc3956614' ;
Copy
428
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 :
[
"e82fcb3f-ae12-43bb-a690-ec313e83a215 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e82fcb3f-ae12-43bb-a690-ec313e83a215' ;
Copy
429
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 :
[
"7c852de8-59a6-4e44-a884-c5c686afe280 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7c852de8-59a6-4e44-a884-c5c686afe280' ;
Copy
430
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 :
[
"4be3f656-ff5c-430d-8ffa-000935fd7736 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4be3f656-ff5c-430d-8ffa-000935fd7736' ;
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 :
[
"7b5febde-63cd-4a7d-8a4f-ec49a4cc5b91 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7b5febde-63cd-4a7d-8a4f-ec49a4cc5b91' ;
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 :
[
"be788c4e-2a54-4fb5-9a3c-b2f3fb293939 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'be788c4e-2a54-4fb5-9a3c-b2f3fb293939' ;
Copy
433
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 :
[
"5399ad3c-0a12-46b5-8993-ee83d1493b53 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '5399ad3c-0a12-46b5-8993-ee83d1493b53' ;
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 :
[
"4880167f-06d3-40ff-a4ed-7059a01a5972 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '4880167f-06d3-40ff-a4ed-7059a01a5972' ;
Copy
435
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 :
[
"2b5c3d03-5d61-4540-a019-4cad3e641299 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '2b5c3d03-5d61-4540-a019-4cad3e641299' ;
Copy
436
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 :
[
"e92e8316-3e30-4ff8-9ffe-bb67083bf8e8 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'e92e8316-3e30-4ff8-9ffe-bb67083bf8e8' ;
Copy
437
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 :
[
"670f96b5-2fcf-497a-99a7-6a6dd5a4213b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '670f96b5-2fcf-497a-99a7-6a6dd5a4213b' ;
Copy
438
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 :
[
"0192256e-9ea9-4bb0-9eb0-6a627e7eae81 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '0192256e-9ea9-4bb0-9eb0-6a627e7eae81' ;
Copy
439
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 :
[
"35d14854-e5f9-44b7-be9d-e63ef2960b94 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '35d14854-e5f9-44b7-be9d-e63ef2960b94' ;
Copy
440
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 :
[
"b5783cfb-66f6-4bbd-a2a0-31cbfd6c9310 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b5783cfb-66f6-4bbd-a2a0-31cbfd6c9310' ;
Copy
441
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 :
[
"c0285687-d7fe-4842-a5b2-7183fd128cad "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'c0285687-d7fe-4842-a5b2-7183fd128cad' ;
Copy
442
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 :
[
"d2b04ede-fb45-4dcc-a5da-5d388eaebaa2 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd2b04ede-fb45-4dcc-a5da-5d388eaebaa2' ;
Copy
443
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 :
[
"1ff352b1-3110-4cfb-a269-326628c0e822 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '1ff352b1-3110-4cfb-a269-326628c0e822' ;
Copy
444
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 :
[
"997f64b6-7604-4752-bbca-c24483f30ffd "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '997f64b6-7604-4752-bbca-c24483f30ffd' ;
Copy
445
0.21 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 :
[
"d9e27892-9f23-48f3-a7af-1439ef26e12f "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd9e27892-9f23-48f3-a7af-1439ef26e12f' ;
Copy
446
0.21 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 :
[
"bbd6450c-0de2-41a4-854c-e249e971c6d8 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'bbd6450c-0de2-41a4-854c-e249e971c6d8' ;
Copy
447
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 :
[
"77e850ea-178e-4a7f-9343-3f5acf3181e1 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '77e850ea-178e-4a7f-9343-3f5acf3181e1' ;
Copy
448
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 :
[
"06d6f76b-5d21-438e-a3a1-1b374ec158d3 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '06d6f76b-5d21-438e-a3a1-1b374ec158d3' ;
Copy
449
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 :
[
"f56d374d-a800-4a79-a6c3-5d85ef875e7b "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'f56d374d-a800-4a79-a6c3-5d85ef875e7b' ;
Copy
450
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 :
[
"08ffabb9-46d3-4f03-9908-3969643cc221 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '08ffabb9-46d3-4f03-9908-3969643cc221' ;
Copy
451
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 :
[
"60521330-321e-4c19-9b20-40cee5fb8984 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '60521330-321e-4c19-9b20-40cee5fb8984' ;
Copy
452
0.21 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 :
[
"0816fb2e-d18d-42cd-b675-a68a31052c48 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '0816fb2e-d18d-42cd-b675-a68a31052c48' ;
Copy
453
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 :
[
"0a1b2c3d-0001-4000-8000-000000000006 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '0a1b2c3d-0001-4000-8000-000000000006' ;
Copy
454
0.20 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 :
[
"f48e9323-e52b-40c7-8ade-c823ffa27b1b "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = 'f48e9323-e52b-40c7-8ade-c823ffa27b1b' ;
Copy
455
0.22 ms
SELECT t0 . id AS id_1 , t0 . rate AS rate_2 FROM tax_rate t0 WHERE t0 . id = ?
Parameters :
[
"9fc197e0-507f-4666-a8d7-6059449c23a7 "
]
SELECT t0 . id AS id_1 , t0 . rate AS rate_2 FROM tax_rate t0 WHERE t0 . id = '9fc197e0-507f-4666-a8d7-6059449c23a7' ;
Copy
456
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 :
[
"0a1b2c3d-0001-4000-8000-000000000007 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '0a1b2c3d-0001-4000-8000-000000000007' ;
Copy
457
0.24 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 :
[
"c60e3fe7-5ba4-4828-b796-71d3c487027b "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = 'c60e3fe7-5ba4-4828-b796-71d3c487027b' ;
Copy
458
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 :
[
"375731d0-4d0e-41c0-b57a-3a27b4769917 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '375731d0-4d0e-41c0-b57a-3a27b4769917' ;
Copy
459
0.24 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 :
[
"41ea2d5f-f3e8-4f47-814c-3240c2966ded "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '41ea2d5f-f3e8-4f47-814c-3240c2966ded' ;
Copy
460
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 :
[
"6cfc3b03-b84e-4c79-9b08-1d9aa450efaf "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6cfc3b03-b84e-4c79-9b08-1d9aa450efaf' ;
Copy
461
0.24 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 :
[
"4a87d7fc-e7dd-4fbc-9a3c-7e573f7194ef "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '4a87d7fc-e7dd-4fbc-9a3c-7e573f7194ef' ;
Copy
462
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 :
[
"7bdba7f0-7451-4468-9934-2a0c419f0702 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '7bdba7f0-7451-4468-9934-2a0c419f0702' ;
Copy
463
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 :
[
"591d9335-6093-4c2d-a704-bf7b94acae45 "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '591d9335-6093-4c2d-a704-bf7b94acae45' ;
Copy
464
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 :
[
"d9e428e0-a0af-4bae-86a3-19a0daa69679 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'd9e428e0-a0af-4bae-86a3-19a0daa69679' ;
Copy
465
0.19 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 :
[
"7cfa3661-ad65-402d-a27c-6c1fba69743b "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '7cfa3661-ad65-402d-a27c-6c1fba69743b' ;
Copy
466
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 :
[
"75867503-e333-4672-8b48-a670e96965a2 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '75867503-e333-4672-8b48-a670e96965a2' ;
Copy
467
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 :
[
"4120da41-3611-4fcc-926b-f43270ac0191 "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '4120da41-3611-4fcc-926b-f43270ac0191' ;
Copy
468
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 :
[
"6995e34d-907a-4782-8605-bbdbea883cbe "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '6995e34d-907a-4782-8605-bbdbea883cbe' ;
Copy
469
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 :
[
"25087818-64e3-429c-b91f-9e5473864fb0 "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '25087818-64e3-429c-b91f-9e5473864fb0' ;
Copy
470
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 :
[
"b32641e1-9ed6-4694-922b-7eb1d25d93f7 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = 'b32641e1-9ed6-4694-922b-7eb1d25d93f7' ;
Copy
471
0.27 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 :
[
"02517a6d-66c1-453b-b1fb-3cd451176442 "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '02517a6d-66c1-453b-b1fb-3cd451176442' ;
Copy
472
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 :
[
"61180534-6322-4651-af38-73fad9aa9015 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '61180534-6322-4651-af38-73fad9aa9015' ;
Copy
473
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 :
[
"4d526719-c540-47c2-84f3-8d7f3a264c06 "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '4d526719-c540-47c2-84f3-8d7f3a264c06' ;
Copy
474
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 :
[
"3fdfb7bc-49b9-46b9-9431-366c90e2605e "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '3fdfb7bc-49b9-46b9-9431-366c90e2605e' ;
Copy
475
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 :
[
"e964bbad-cd03-4de5-afe5-79f6c2ec11a5 "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = 'e964bbad-cd03-4de5-afe5-79f6c2ec11a5' ;
Copy
476
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 :
[
"0a1b2c3d-0001-4000-8000-000000000005 "
]
SELECT t0 . id AS id_1 , t0 . is_main AS is_main_2 , t0 . position AS position_3 , t0 . product_id AS product_id_4 , t0 . file_id AS file_id_5 FROM product_image t0 WHERE t0 . product_id = '0a1b2c3d-0001-4000-8000-000000000005' ;
Copy
477
0.18 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 :
[
"2de36407-a833-4ec7-a116-02b83a03370c "
]
SELECT t0 . id AS id_1 , t0 . size AS size_2 , t0 . mime_type AS mime_type_3 FROM file t0 WHERE t0 . id = '2de36407-a833-4ec7-a116-02b83a03370c' ;
Copy
478
0.43 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
479
0.31 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