1
1.61 ms
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . password AS password_4 FROM user t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . password AS password_4 FROM user t0 WHERE t0 . id = 2 ;
Copy
2
20.08 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . created_at AS created_at_2 , c0_ . qty AS qty_3 , c0_ . price AS price_4 , c0_ . description AS description_5 , c0_ . is_ready AS is_ready_6 , c0_ . preparation_at AS preparation_at_7 , c0_ . separate_at AS separate_at_8 , c0_ . product_id AS product_id_9 , c0_ . store_order_id AS store_order_id_10 , c0_ . order_line_id AS order_line_id_11 , c0_ . partial_line_track_id AS partial_line_track_id_12 FROM crossdocking c0_ WHERE c0_ . order_line_id IS NOT NULL AND c0_ . is_ready = 0
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . created_at AS created_at_2 , c0_ . qty AS qty_3 , c0_ . price AS price_4 , c0_ . description AS description_5 , c0_ . is_ready AS is_ready_6 , c0_ . preparation_at AS preparation_at_7 , c0_ . separate_at AS separate_at_8 , c0_ . product_id AS product_id_9 , c0_ . store_order_id AS store_order_id_10 , c0_ . order_line_id AS order_line_id_11 , c0_ . partial_line_track_id AS partial_line_track_id_12 FROM crossdocking c0_ WHERE c0_ . order_line_id IS NOT NULL AND c0_ . is_ready = 0 ;
Copy
3
0.56 ms
SELECT t0 . id AS id_1 , t0 . info_access AS info_access_2 , t0 . designation AS designation_3 , t0 . is_active AS is_active_4 , t0 . store_id AS store_id_5 , t0 . ship_provider_id AS ship_provider_id_6 FROM store_ship_provider t0 WHERE t0 . is_active = ?
SELECT t0 . id AS id_1 , t0 . info_access AS info_access_2 , t0 . designation AS designation_3 , t0 . is_active AS is_active_4 , t0 . store_id AS store_id_5 , t0 . ship_provider_id AS ship_provider_id_6 FROM store_ship_provider t0 WHERE t0 . is_active = 1 ;
Copy
4
0.48 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . logo AS logo_3 , t0 . logosmall AS logosmall_4 , t0 . icon AS icon_5 , t0 . favicon AS favicon_6 , t0 . is_cross_docking AS is_cross_docking_7 FROM settings t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . logo AS logo_3 , t0 . logosmall AS logosmall_4 , t0 . icon AS icon_5 , t0 . favicon AS favicon_6 , t0 . is_cross_docking AS is_cross_docking_7 FROM settings t0 WHERE t0 . id = 1 ;
Copy
5
1.00 ms
SELECT o0_ . id AS id_0 , o0_ . external_market_id AS external_market_id_1 , o0_ . external_ship_id AS external_ship_id_2 , o0_ . imported_at AS imported_at_3 , o0_ . created_at AS created_at_4 , o0_ . updated_at AS updated_at_5 , o0_ . shipped_at AS shipped_at_6 , o0_ . error_on AS error_on_7 , o0_ . finished_at AS finished_at_8 , o0_ . canceled_at AS canceled_at_9 , o0_ . ship_from_name AS ship_from_name_10 , o0_ . ship_from_vat AS ship_from_vat_11 , o0_ . ship_from_phone AS ship_from_phone_12 , o0_ . ship_from_address AS ship_from_address_13 , o0_ . ship_from_zip_code AS ship_from_zip_code_14 , o0_ . ship_from_city AS ship_from_city_15 , o0_ . ship_from_country AS ship_from_country_16 , o0_ . ship_to_name AS ship_to_name_17 , o0_ . ship_to_vat AS ship_to_vat_18 , o0_ . ship_to_email AS ship_to_email_19 , o0_ . ship_to_phone AS ship_to_phone_20 , o0_ . ship_to_address AS ship_to_address_21 , o0_ . ship_to_zip_code AS ship_to_zip_code_22 , o0_ . ship_to_city AS ship_to_city_23 , o0_ . ship_to_country AS ship_to_country_24 , o0_ . volumes AS volumes_25 , o0_ . weight AS weight_26 , o0_ . refund AS refund_27 , o0_ . refund_value AS refund_value_28 , o0_ . back AS back_29 , o0_ . internal_reference AS internal_reference_30 , o0_ . obs AS obs_31 , o0_ . response_market AS response_market_32 , o0_ . total_price AS total_price_33 , o0_ . shipping_cost AS shipping_cost_34 , o0_ . deleted_at AS deleted_at_35 , o0_ . is_refund_received AS is_refund_received_36 , o0_ . shipping_description AS shipping_description_37 , o0_ . issuet_at AS issuet_at_38 , o0_ . completed_at AS completed_at_39 , o0_ . error_on_issue AS error_on_issue_40 , o0_ . is_gift AS is_gift_41 , o0_ . refund_received_at AS refund_received_at_42 , o0_ . external_ship_cost AS external_ship_cost_43 , o0_ . discount_value AS discount_value_44 , o0_ . store_id AS store_id_45 , o0_ . ship_provider_id AS ship_provider_id_46 , o0_ . market_store_id AS market_store_id_47 , o0_ . status_id AS status_id_48 , o0_ . store_ship_provider_id AS store_ship_provider_id_49 , o0_ . created_by_id AS created_by_id_50 , o0_ . ship_provider_status_id AS ship_provider_status_id_51 FROM `order` o0_ INNER JOIN STATUS s1_ ON o0_ . status_id = s1_ . id WHERE s1_ . type LIKE ?
SELECT
o0_ . id AS id_0 ,
o0_ . external_market_id AS external_market_id_1 ,
o0_ . external_ship_id AS external_ship_id_2 ,
o0_ . imported_at AS imported_at_3 ,
o0_ . created_at AS created_at_4 ,
o0_ . updated_at AS updated_at_5 ,
o0_ . shipped_at AS shipped_at_6 ,
o0_ . error_on AS error_on_7 ,
o0_ . finished_at AS finished_at_8 ,
o0_ . canceled_at AS canceled_at_9 ,
o0_ . ship_from_name AS ship_from_name_10 ,
o0_ . ship_from_vat AS ship_from_vat_11 ,
o0_ . ship_from_phone AS ship_from_phone_12 ,
o0_ . ship_from_address AS ship_from_address_13 ,
o0_ . ship_from_zip_code AS ship_from_zip_code_14 ,
o0_ . ship_from_city AS ship_from_city_15 ,
o0_ . ship_from_country AS ship_from_country_16 ,
o0_ . ship_to_name AS ship_to_name_17 ,
o0_ . ship_to_vat AS ship_to_vat_18 ,
o0_ . ship_to_email AS ship_to_email_19 ,
o0_ . ship_to_phone AS ship_to_phone_20 ,
o0_ . ship_to_address AS ship_to_address_21 ,
o0_ . ship_to_zip_code AS ship_to_zip_code_22 ,
o0_ . ship_to_city AS ship_to_city_23 ,
o0_ . ship_to_country AS ship_to_country_24 ,
o0_ . volumes AS volumes_25 ,
o0_ . weight AS weight_26 ,
o0_ . refund AS refund_27 ,
o0_ . refund_value AS refund_value_28 ,
o0_ . back AS back_29 ,
o0_ . internal_reference AS internal_reference_30 ,
o0_ . obs AS obs_31 ,
o0_ . response_market AS response_market_32 ,
o0_ . total_price AS total_price_33 ,
o0_ . shipping_cost AS shipping_cost_34 ,
o0_ . deleted_at AS deleted_at_35 ,
o0_ . is_refund_received AS is_refund_received_36 ,
o0_ . shipping_description AS shipping_description_37 ,
o0_ . issuet_at AS issuet_at_38 ,
o0_ . completed_at AS completed_at_39 ,
o0_ . error_on_issue AS error_on_issue_40 ,
o0_ . is_gift AS is_gift_41 ,
o0_ . refund_received_at AS refund_received_at_42 ,
o0_ . external_ship_cost AS external_ship_cost_43 ,
o0_ . discount_value AS discount_value_44 ,
o0_ . store_id AS store_id_45 ,
o0_ . ship_provider_id AS ship_provider_id_46 ,
o0_ . market_store_id AS market_store_id_47 ,
o0_ . status_id AS status_id_48 ,
o0_ . store_ship_provider_id AS store_ship_provider_id_49 ,
o0_ . created_by_id AS created_by_id_50 ,
o0_ . ship_provider_status_id AS ship_provider_status_id_51
FROM
`order` o0_
INNER JOIN STATUS s1_ ON o0_ . status_id = s1_ . id
WHERE
s1_ . type LIKE ?
Copy
SELECT o0_ . id AS id_0 , o0_ . external_market_id AS external_market_id_1 , o0_ . external_ship_id AS external_ship_id_2 , o0_ . imported_at AS imported_at_3 , o0_ . created_at AS created_at_4 , o0_ . updated_at AS updated_at_5 , o0_ . shipped_at AS shipped_at_6 , o0_ . error_on AS error_on_7 , o0_ . finished_at AS finished_at_8 , o0_ . canceled_at AS canceled_at_9 , o0_ . ship_from_name AS ship_from_name_10 , o0_ . ship_from_vat AS ship_from_vat_11 , o0_ . ship_from_phone AS ship_from_phone_12 , o0_ . ship_from_address AS ship_from_address_13 , o0_ . ship_from_zip_code AS ship_from_zip_code_14 , o0_ . ship_from_city AS ship_from_city_15 , o0_ . ship_from_country AS ship_from_country_16 , o0_ . ship_to_name AS ship_to_name_17 , o0_ . ship_to_vat AS ship_to_vat_18 , o0_ . ship_to_email AS ship_to_email_19 , o0_ . ship_to_phone AS ship_to_phone_20 , o0_ . ship_to_address AS ship_to_address_21 , o0_ . ship_to_zip_code AS ship_to_zip_code_22 , o0_ . ship_to_city AS ship_to_city_23 , o0_ . ship_to_country AS ship_to_country_24 , o0_ . volumes AS volumes_25 , o0_ . weight AS weight_26 , o0_ . refund AS refund_27 , o0_ . refund_value AS refund_value_28 , o0_ . back AS back_29 , o0_ . internal_reference AS internal_reference_30 , o0_ . obs AS obs_31 , o0_ . response_market AS response_market_32 , o0_ . total_price AS total_price_33 , o0_ . shipping_cost AS shipping_cost_34 , o0_ . deleted_at AS deleted_at_35 , o0_ . is_refund_received AS is_refund_received_36 , o0_ . shipping_description AS shipping_description_37 , o0_ . issuet_at AS issuet_at_38 , o0_ . completed_at AS completed_at_39 , o0_ . error_on_issue AS error_on_issue_40 , o0_ . is_gift AS is_gift_41 , o0_ . refund_received_at AS refund_received_at_42 , o0_ . external_ship_cost AS external_ship_cost_43 , o0_ . discount_value AS discount_value_44 , o0_ . store_id AS store_id_45 , o0_ . ship_provider_id AS ship_provider_id_46 , o0_ . market_store_id AS market_store_id_47 , o0_ . status_id AS status_id_48 , o0_ . store_ship_provider_id AS store_ship_provider_id_49 , o0_ . created_by_id AS created_by_id_50 , o0_ . ship_provider_status_id AS ship_provider_status_id_51 FROM `order` o0_ INNER JOIN STATUS s1_ ON o0_ . status_id = s1_ . id WHERE s1_ . type LIKE 'INC' ;
Copy
6
0.50 ms
SELECT o0_ . id AS id_0 , o0_ . external_market_id AS external_market_id_1 , o0_ . external_ship_id AS external_ship_id_2 , o0_ . imported_at AS imported_at_3 , o0_ . created_at AS created_at_4 , o0_ . updated_at AS updated_at_5 , o0_ . shipped_at AS shipped_at_6 , o0_ . error_on AS error_on_7 , o0_ . finished_at AS finished_at_8 , o0_ . canceled_at AS canceled_at_9 , o0_ . ship_from_name AS ship_from_name_10 , o0_ . ship_from_vat AS ship_from_vat_11 , o0_ . ship_from_phone AS ship_from_phone_12 , o0_ . ship_from_address AS ship_from_address_13 , o0_ . ship_from_zip_code AS ship_from_zip_code_14 , o0_ . ship_from_city AS ship_from_city_15 , o0_ . ship_from_country AS ship_from_country_16 , o0_ . ship_to_name AS ship_to_name_17 , o0_ . ship_to_vat AS ship_to_vat_18 , o0_ . ship_to_email AS ship_to_email_19 , o0_ . ship_to_phone AS ship_to_phone_20 , o0_ . ship_to_address AS ship_to_address_21 , o0_ . ship_to_zip_code AS ship_to_zip_code_22 , o0_ . ship_to_city AS ship_to_city_23 , o0_ . ship_to_country AS ship_to_country_24 , o0_ . volumes AS volumes_25 , o0_ . weight AS weight_26 , o0_ . refund AS refund_27 , o0_ . refund_value AS refund_value_28 , o0_ . back AS back_29 , o0_ . internal_reference AS internal_reference_30 , o0_ . obs AS obs_31 , o0_ . response_market AS response_market_32 , o0_ . total_price AS total_price_33 , o0_ . shipping_cost AS shipping_cost_34 , o0_ . deleted_at AS deleted_at_35 , o0_ . is_refund_received AS is_refund_received_36 , o0_ . shipping_description AS shipping_description_37 , o0_ . issuet_at AS issuet_at_38 , o0_ . completed_at AS completed_at_39 , o0_ . error_on_issue AS error_on_issue_40 , o0_ . is_gift AS is_gift_41 , o0_ . refund_received_at AS refund_received_at_42 , o0_ . external_ship_cost AS external_ship_cost_43 , o0_ . discount_value AS discount_value_44 , o0_ . store_id AS store_id_45 , o0_ . ship_provider_id AS ship_provider_id_46 , o0_ . market_store_id AS market_store_id_47 , o0_ . status_id AS status_id_48 , o0_ . store_ship_provider_id AS store_ship_provider_id_49 , o0_ . created_by_id AS created_by_id_50 , o0_ . ship_provider_status_id AS ship_provider_status_id_51 FROM `order` o0_ INNER JOIN STATUS s1_ ON o0_ . status_id = s1_ . id WHERE s1_ . type LIKE ?
SELECT
o0_ . id AS id_0 ,
o0_ . external_market_id AS external_market_id_1 ,
o0_ . external_ship_id AS external_ship_id_2 ,
o0_ . imported_at AS imported_at_3 ,
o0_ . created_at AS created_at_4 ,
o0_ . updated_at AS updated_at_5 ,
o0_ . shipped_at AS shipped_at_6 ,
o0_ . error_on AS error_on_7 ,
o0_ . finished_at AS finished_at_8 ,
o0_ . canceled_at AS canceled_at_9 ,
o0_ . ship_from_name AS ship_from_name_10 ,
o0_ . ship_from_vat AS ship_from_vat_11 ,
o0_ . ship_from_phone AS ship_from_phone_12 ,
o0_ . ship_from_address AS ship_from_address_13 ,
o0_ . ship_from_zip_code AS ship_from_zip_code_14 ,
o0_ . ship_from_city AS ship_from_city_15 ,
o0_ . ship_from_country AS ship_from_country_16 ,
o0_ . ship_to_name AS ship_to_name_17 ,
o0_ . ship_to_vat AS ship_to_vat_18 ,
o0_ . ship_to_email AS ship_to_email_19 ,
o0_ . ship_to_phone AS ship_to_phone_20 ,
o0_ . ship_to_address AS ship_to_address_21 ,
o0_ . ship_to_zip_code AS ship_to_zip_code_22 ,
o0_ . ship_to_city AS ship_to_city_23 ,
o0_ . ship_to_country AS ship_to_country_24 ,
o0_ . volumes AS volumes_25 ,
o0_ . weight AS weight_26 ,
o0_ . refund AS refund_27 ,
o0_ . refund_value AS refund_value_28 ,
o0_ . back AS back_29 ,
o0_ . internal_reference AS internal_reference_30 ,
o0_ . obs AS obs_31 ,
o0_ . response_market AS response_market_32 ,
o0_ . total_price AS total_price_33 ,
o0_ . shipping_cost AS shipping_cost_34 ,
o0_ . deleted_at AS deleted_at_35 ,
o0_ . is_refund_received AS is_refund_received_36 ,
o0_ . shipping_description AS shipping_description_37 ,
o0_ . issuet_at AS issuet_at_38 ,
o0_ . completed_at AS completed_at_39 ,
o0_ . error_on_issue AS error_on_issue_40 ,
o0_ . is_gift AS is_gift_41 ,
o0_ . refund_received_at AS refund_received_at_42 ,
o0_ . external_ship_cost AS external_ship_cost_43 ,
o0_ . discount_value AS discount_value_44 ,
o0_ . store_id AS store_id_45 ,
o0_ . ship_provider_id AS ship_provider_id_46 ,
o0_ . market_store_id AS market_store_id_47 ,
o0_ . status_id AS status_id_48 ,
o0_ . store_ship_provider_id AS store_ship_provider_id_49 ,
o0_ . created_by_id AS created_by_id_50 ,
o0_ . ship_provider_status_id AS ship_provider_status_id_51
FROM
`order` o0_
INNER JOIN STATUS s1_ ON o0_ . status_id = s1_ . id
WHERE
s1_ . type LIKE ?
Copy
SELECT o0_ . id AS id_0 , o0_ . external_market_id AS external_market_id_1 , o0_ . external_ship_id AS external_ship_id_2 , o0_ . imported_at AS imported_at_3 , o0_ . created_at AS created_at_4 , o0_ . updated_at AS updated_at_5 , o0_ . shipped_at AS shipped_at_6 , o0_ . error_on AS error_on_7 , o0_ . finished_at AS finished_at_8 , o0_ . canceled_at AS canceled_at_9 , o0_ . ship_from_name AS ship_from_name_10 , o0_ . ship_from_vat AS ship_from_vat_11 , o0_ . ship_from_phone AS ship_from_phone_12 , o0_ . ship_from_address AS ship_from_address_13 , o0_ . ship_from_zip_code AS ship_from_zip_code_14 , o0_ . ship_from_city AS ship_from_city_15 , o0_ . ship_from_country AS ship_from_country_16 , o0_ . ship_to_name AS ship_to_name_17 , o0_ . ship_to_vat AS ship_to_vat_18 , o0_ . ship_to_email AS ship_to_email_19 , o0_ . ship_to_phone AS ship_to_phone_20 , o0_ . ship_to_address AS ship_to_address_21 , o0_ . ship_to_zip_code AS ship_to_zip_code_22 , o0_ . ship_to_city AS ship_to_city_23 , o0_ . ship_to_country AS ship_to_country_24 , o0_ . volumes AS volumes_25 , o0_ . weight AS weight_26 , o0_ . refund AS refund_27 , o0_ . refund_value AS refund_value_28 , o0_ . back AS back_29 , o0_ . internal_reference AS internal_reference_30 , o0_ . obs AS obs_31 , o0_ . response_market AS response_market_32 , o0_ . total_price AS total_price_33 , o0_ . shipping_cost AS shipping_cost_34 , o0_ . deleted_at AS deleted_at_35 , o0_ . is_refund_received AS is_refund_received_36 , o0_ . shipping_description AS shipping_description_37 , o0_ . issuet_at AS issuet_at_38 , o0_ . completed_at AS completed_at_39 , o0_ . error_on_issue AS error_on_issue_40 , o0_ . is_gift AS is_gift_41 , o0_ . refund_received_at AS refund_received_at_42 , o0_ . external_ship_cost AS external_ship_cost_43 , o0_ . discount_value AS discount_value_44 , o0_ . store_id AS store_id_45 , o0_ . ship_provider_id AS ship_provider_id_46 , o0_ . market_store_id AS market_store_id_47 , o0_ . status_id AS status_id_48 , o0_ . store_ship_provider_id AS store_ship_provider_id_49 , o0_ . created_by_id AS created_by_id_50 , o0_ . ship_provider_status_id AS ship_provider_status_id_51 FROM `order` o0_ INNER JOIN STATUS s1_ ON o0_ . status_id = s1_ . id WHERE s1_ . type LIKE 'INC' ;
Copy
7
0.78 ms
SELECT o0_ . id AS id_0 , o0_ . external_market_id AS external_market_id_1 , o0_ . external_ship_id AS external_ship_id_2 , o0_ . imported_at AS imported_at_3 , o0_ . created_at AS created_at_4 , o0_ . updated_at AS updated_at_5 , o0_ . shipped_at AS shipped_at_6 , o0_ . error_on AS error_on_7 , o0_ . finished_at AS finished_at_8 , o0_ . canceled_at AS canceled_at_9 , o0_ . ship_from_name AS ship_from_name_10 , o0_ . ship_from_vat AS ship_from_vat_11 , o0_ . ship_from_phone AS ship_from_phone_12 , o0_ . ship_from_address AS ship_from_address_13 , o0_ . ship_from_zip_code AS ship_from_zip_code_14 , o0_ . ship_from_city AS ship_from_city_15 , o0_ . ship_from_country AS ship_from_country_16 , o0_ . ship_to_name AS ship_to_name_17 , o0_ . ship_to_vat AS ship_to_vat_18 , o0_ . ship_to_email AS ship_to_email_19 , o0_ . ship_to_phone AS ship_to_phone_20 , o0_ . ship_to_address AS ship_to_address_21 , o0_ . ship_to_zip_code AS ship_to_zip_code_22 , o0_ . ship_to_city AS ship_to_city_23 , o0_ . ship_to_country AS ship_to_country_24 , o0_ . volumes AS volumes_25 , o0_ . weight AS weight_26 , o0_ . refund AS refund_27 , o0_ . refund_value AS refund_value_28 , o0_ . back AS back_29 , o0_ . internal_reference AS internal_reference_30 , o0_ . obs AS obs_31 , o0_ . response_market AS response_market_32 , o0_ . total_price AS total_price_33 , o0_ . shipping_cost AS shipping_cost_34 , o0_ . deleted_at AS deleted_at_35 , o0_ . is_refund_received AS is_refund_received_36 , o0_ . shipping_description AS shipping_description_37 , o0_ . issuet_at AS issuet_at_38 , o0_ . completed_at AS completed_at_39 , o0_ . error_on_issue AS error_on_issue_40 , o0_ . is_gift AS is_gift_41 , o0_ . refund_received_at AS refund_received_at_42 , o0_ . external_ship_cost AS external_ship_cost_43 , o0_ . discount_value AS discount_value_44 , o0_ . store_id AS store_id_45 , o0_ . ship_provider_id AS ship_provider_id_46 , o0_ . market_store_id AS market_store_id_47 , o0_ . status_id AS status_id_48 , o0_ . store_ship_provider_id AS store_ship_provider_id_49 , o0_ . created_by_id AS created_by_id_50 , o0_ . ship_provider_status_id AS ship_provider_status_id_51 FROM `order` o0_ INNER JOIN STATUS s1_ ON o0_ . status_id = s1_ . id WHERE s1_ . type LIKE ?
SELECT
o0_ . id AS id_0 ,
o0_ . external_market_id AS external_market_id_1 ,
o0_ . external_ship_id AS external_ship_id_2 ,
o0_ . imported_at AS imported_at_3 ,
o0_ . created_at AS created_at_4 ,
o0_ . updated_at AS updated_at_5 ,
o0_ . shipped_at AS shipped_at_6 ,
o0_ . error_on AS error_on_7 ,
o0_ . finished_at AS finished_at_8 ,
o0_ . canceled_at AS canceled_at_9 ,
o0_ . ship_from_name AS ship_from_name_10 ,
o0_ . ship_from_vat AS ship_from_vat_11 ,
o0_ . ship_from_phone AS ship_from_phone_12 ,
o0_ . ship_from_address AS ship_from_address_13 ,
o0_ . ship_from_zip_code AS ship_from_zip_code_14 ,
o0_ . ship_from_city AS ship_from_city_15 ,
o0_ . ship_from_country AS ship_from_country_16 ,
o0_ . ship_to_name AS ship_to_name_17 ,
o0_ . ship_to_vat AS ship_to_vat_18 ,
o0_ . ship_to_email AS ship_to_email_19 ,
o0_ . ship_to_phone AS ship_to_phone_20 ,
o0_ . ship_to_address AS ship_to_address_21 ,
o0_ . ship_to_zip_code AS ship_to_zip_code_22 ,
o0_ . ship_to_city AS ship_to_city_23 ,
o0_ . ship_to_country AS ship_to_country_24 ,
o0_ . volumes AS volumes_25 ,
o0_ . weight AS weight_26 ,
o0_ . refund AS refund_27 ,
o0_ . refund_value AS refund_value_28 ,
o0_ . back AS back_29 ,
o0_ . internal_reference AS internal_reference_30 ,
o0_ . obs AS obs_31 ,
o0_ . response_market AS response_market_32 ,
o0_ . total_price AS total_price_33 ,
o0_ . shipping_cost AS shipping_cost_34 ,
o0_ . deleted_at AS deleted_at_35 ,
o0_ . is_refund_received AS is_refund_received_36 ,
o0_ . shipping_description AS shipping_description_37 ,
o0_ . issuet_at AS issuet_at_38 ,
o0_ . completed_at AS completed_at_39 ,
o0_ . error_on_issue AS error_on_issue_40 ,
o0_ . is_gift AS is_gift_41 ,
o0_ . refund_received_at AS refund_received_at_42 ,
o0_ . external_ship_cost AS external_ship_cost_43 ,
o0_ . discount_value AS discount_value_44 ,
o0_ . store_id AS store_id_45 ,
o0_ . ship_provider_id AS ship_provider_id_46 ,
o0_ . market_store_id AS market_store_id_47 ,
o0_ . status_id AS status_id_48 ,
o0_ . store_ship_provider_id AS store_ship_provider_id_49 ,
o0_ . created_by_id AS created_by_id_50 ,
o0_ . ship_provider_status_id AS ship_provider_status_id_51
FROM
`order` o0_
INNER JOIN STATUS s1_ ON o0_ . status_id = s1_ . id
WHERE
s1_ . type LIKE ?
Copy
SELECT o0_ . id AS id_0 , o0_ . external_market_id AS external_market_id_1 , o0_ . external_ship_id AS external_ship_id_2 , o0_ . imported_at AS imported_at_3 , o0_ . created_at AS created_at_4 , o0_ . updated_at AS updated_at_5 , o0_ . shipped_at AS shipped_at_6 , o0_ . error_on AS error_on_7 , o0_ . finished_at AS finished_at_8 , o0_ . canceled_at AS canceled_at_9 , o0_ . ship_from_name AS ship_from_name_10 , o0_ . ship_from_vat AS ship_from_vat_11 , o0_ . ship_from_phone AS ship_from_phone_12 , o0_ . ship_from_address AS ship_from_address_13 , o0_ . ship_from_zip_code AS ship_from_zip_code_14 , o0_ . ship_from_city AS ship_from_city_15 , o0_ . ship_from_country AS ship_from_country_16 , o0_ . ship_to_name AS ship_to_name_17 , o0_ . ship_to_vat AS ship_to_vat_18 , o0_ . ship_to_email AS ship_to_email_19 , o0_ . ship_to_phone AS ship_to_phone_20 , o0_ . ship_to_address AS ship_to_address_21 , o0_ . ship_to_zip_code AS ship_to_zip_code_22 , o0_ . ship_to_city AS ship_to_city_23 , o0_ . ship_to_country AS ship_to_country_24 , o0_ . volumes AS volumes_25 , o0_ . weight AS weight_26 , o0_ . refund AS refund_27 , o0_ . refund_value AS refund_value_28 , o0_ . back AS back_29 , o0_ . internal_reference AS internal_reference_30 , o0_ . obs AS obs_31 , o0_ . response_market AS response_market_32 , o0_ . total_price AS total_price_33 , o0_ . shipping_cost AS shipping_cost_34 , o0_ . deleted_at AS deleted_at_35 , o0_ . is_refund_received AS is_refund_received_36 , o0_ . shipping_description AS shipping_description_37 , o0_ . issuet_at AS issuet_at_38 , o0_ . completed_at AS completed_at_39 , o0_ . error_on_issue AS error_on_issue_40 , o0_ . is_gift AS is_gift_41 , o0_ . refund_received_at AS refund_received_at_42 , o0_ . external_ship_cost AS external_ship_cost_43 , o0_ . discount_value AS discount_value_44 , o0_ . store_id AS store_id_45 , o0_ . ship_provider_id AS ship_provider_id_46 , o0_ . market_store_id AS market_store_id_47 , o0_ . status_id AS status_id_48 , o0_ . store_ship_provider_id AS store_ship_provider_id_49 , o0_ . created_by_id AS created_by_id_50 , o0_ . ship_provider_status_id AS ship_provider_status_id_51 FROM `order` o0_ INNER JOIN STATUS s1_ ON o0_ . status_id = s1_ . id WHERE s1_ . type LIKE 'INC' ;
Copy
8
0.49 ms
SELECT t0 . id AS id_1 , t0 . obs AS obs_2 , t0 . created_at AS created_at_3 , t0 . tracking_at AS tracking_at_4 , t0 . store_order_id AS store_order_id_5 , t0 . ship_provider_status_id AS ship_provider_status_id_6 FROM order_ship_provider_status t0 WHERE t0 . store_order_id = ? ORDER BY t0 . tracking_at DESC
SELECT t0 . id AS id_1 , t0 . obs AS obs_2 , t0 . created_at AS created_at_3 , t0 . tracking_at AS tracking_at_4 , t0 . store_order_id AS store_order_id_5 , t0 . ship_provider_status_id AS ship_provider_status_id_6 FROM order_ship_provider_status t0 WHERE t0 . store_order_id = 7247 ORDER BY t0 . tracking_at DESC ;
Copy
9
0.30 ms
SELECT t0 . id AS id_1 , t0 . obs AS obs_2 , t0 . created_at AS created_at_3 , t0 . tracking_at AS tracking_at_4 , t0 . store_order_id AS store_order_id_5 , t0 . ship_provider_status_id AS ship_provider_status_id_6 FROM order_ship_provider_status t0 WHERE t0 . store_order_id = ? ORDER BY t0 . tracking_at DESC
SELECT t0 . id AS id_1 , t0 . obs AS obs_2 , t0 . created_at AS created_at_3 , t0 . tracking_at AS tracking_at_4 , t0 . store_order_id AS store_order_id_5 , t0 . ship_provider_status_id AS ship_provider_status_id_6 FROM order_ship_provider_status t0 WHERE t0 . store_order_id = 10400 ORDER BY t0 . tracking_at DESC ;
Copy
10
0.22 ms
SELECT t0 . id AS id_1 , t0 . obs AS obs_2 , t0 . created_at AS created_at_3 , t0 . tracking_at AS tracking_at_4 , t0 . store_order_id AS store_order_id_5 , t0 . ship_provider_status_id AS ship_provider_status_id_6 FROM order_ship_provider_status t0 WHERE t0 . store_order_id = ? ORDER BY t0 . tracking_at DESC
SELECT t0 . id AS id_1 , t0 . obs AS obs_2 , t0 . created_at AS created_at_3 , t0 . tracking_at AS tracking_at_4 , t0 . store_order_id AS store_order_id_5 , t0 . ship_provider_status_id AS ship_provider_status_id_6 FROM order_ship_provider_status t0 WHERE t0 . store_order_id = 11622 ORDER BY t0 . tracking_at DESC ;
Copy
11
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_final AS is_final_3 , t0 . type AS type_4 , t0 . is_notification AS is_notification_5 FROM STATUS t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_final AS is_final_3 , t0 . type AS type_4 , t0 . is_notification AS is_notification_5 FROM STATUS t0 WHERE t0 . id = 3 ;
Copy
12
0.72 ms
SELECT COUNT (o0_ . id ) AS sclr_0 FROM `order` o0_ WHERE o0_ . status_id = ?
SELECT COUNT (o0_ . id ) AS sclr_0 FROM `order` o0_ WHERE o0_ . status_id = 3 ;
Copy
13
0.25 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_final AS is_final_3 , t0 . type AS type_4 , t0 . is_notification AS is_notification_5 FROM STATUS t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_final AS is_final_3 , t0 . type AS type_4 , t0 . is_notification AS is_notification_5 FROM STATUS t0 WHERE t0 . id = 4 ;
Copy
14
0.26 ms
SELECT COUNT (o0_ . id ) AS sclr_0 FROM `order` o0_ WHERE o0_ . status_id = ?
SELECT COUNT (o0_ . id ) AS sclr_0 FROM `order` o0_ WHERE o0_ . status_id = 4 ;
Copy
15
18.41 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . created_at AS created_at_2 , c0_ . qty AS qty_3 , c0_ . price AS price_4 , c0_ . description AS description_5 , c0_ . is_ready AS is_ready_6 , c0_ . preparation_at AS preparation_at_7 , c0_ . separate_at AS separate_at_8 , c0_ . product_id AS product_id_9 , c0_ . store_order_id AS store_order_id_10 , c0_ . order_line_id AS order_line_id_11 , c0_ . partial_line_track_id AS partial_line_track_id_12 FROM crossdocking c0_ WHERE c0_ . order_line_id IS NOT NULL AND c0_ . is_ready = 0
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . created_at AS created_at_2 , c0_ . qty AS qty_3 , c0_ . price AS price_4 , c0_ . description AS description_5 , c0_ . is_ready AS is_ready_6 , c0_ . preparation_at AS preparation_at_7 , c0_ . separate_at AS separate_at_8 , c0_ . product_id AS product_id_9 , c0_ . store_order_id AS store_order_id_10 , c0_ . order_line_id AS order_line_id_11 , c0_ . partial_line_track_id AS partial_line_track_id_12 FROM crossdocking c0_ WHERE c0_ . order_line_id IS NOT NULL AND c0_ . is_ready = 0 ;
Copy
16
18.60 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . created_at AS created_at_2 , c0_ . qty AS qty_3 , c0_ . price AS price_4 , c0_ . description AS description_5 , c0_ . is_ready AS is_ready_6 , c0_ . preparation_at AS preparation_at_7 , c0_ . separate_at AS separate_at_8 , c0_ . product_id AS product_id_9 , c0_ . store_order_id AS store_order_id_10 , c0_ . order_line_id AS order_line_id_11 , c0_ . partial_line_track_id AS partial_line_track_id_12 FROM crossdocking c0_ WHERE c0_ . is_ready = 0 AND c0_ . order_line_id IS NULL
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . created_at AS created_at_2 , c0_ . qty AS qty_3 , c0_ . price AS price_4 , c0_ . description AS description_5 , c0_ . is_ready AS is_ready_6 , c0_ . preparation_at AS preparation_at_7 , c0_ . separate_at AS separate_at_8 , c0_ . product_id AS product_id_9 , c0_ . store_order_id AS store_order_id_10 , c0_ . order_line_id AS order_line_id_11 , c0_ . partial_line_track_id AS partial_line_track_id_12 FROM crossdocking c0_ WHERE c0_ . is_ready = 0 AND c0_ . order_line_id IS NULL ;
Copy
17
18.44 ms
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . created_at AS created_at_2 , c0_ . qty AS qty_3 , c0_ . price AS price_4 , c0_ . description AS description_5 , c0_ . is_ready AS is_ready_6 , c0_ . preparation_at AS preparation_at_7 , c0_ . separate_at AS separate_at_8 , c0_ . product_id AS product_id_9 , c0_ . store_order_id AS store_order_id_10 , c0_ . order_line_id AS order_line_id_11 , c0_ . partial_line_track_id AS partial_line_track_id_12 FROM crossdocking c0_ WHERE c0_ . is_ready = 0 AND c0_ . preparation_at IS NOT NULL AND c0_ . separate_at IS NULL AND c0_ . order_line_id IS NOT NULL
SELECT c0_ . id AS id_0 , c0_ . created AS created_1 , c0_ . created_at AS created_at_2 , c0_ . qty AS qty_3 , c0_ . price AS price_4 , c0_ . description AS description_5 , c0_ . is_ready AS is_ready_6 , c0_ . preparation_at AS preparation_at_7 , c0_ . separate_at AS separate_at_8 , c0_ . product_id AS product_id_9 , c0_ . store_order_id AS store_order_id_10 , c0_ . order_line_id AS order_line_id_11 , c0_ . partial_line_track_id AS partial_line_track_id_12 FROM crossdocking c0_ WHERE c0_ . is_ready = 0 AND c0_ . preparation_at IS NOT NULL AND c0_ . separate_at IS NULL AND c0_ . order_line_id IS NOT NULL ;
Copy
18
19.20 ms
SELECT o0_ . id AS id_0 , o0_ . external_market_id AS external_market_id_1 , o0_ . external_ship_id AS external_ship_id_2 , o0_ . imported_at AS imported_at_3 , o0_ . created_at AS created_at_4 , o0_ . updated_at AS updated_at_5 , o0_ . shipped_at AS shipped_at_6 , o0_ . error_on AS error_on_7 , o0_ . finished_at AS finished_at_8 , o0_ . canceled_at AS canceled_at_9 , o0_ . ship_from_name AS ship_from_name_10 , o0_ . ship_from_vat AS ship_from_vat_11 , o0_ . ship_from_phone AS ship_from_phone_12 , o0_ . ship_from_address AS ship_from_address_13 , o0_ . ship_from_zip_code AS ship_from_zip_code_14 , o0_ . ship_from_city AS ship_from_city_15 , o0_ . ship_from_country AS ship_from_country_16 , o0_ . ship_to_name AS ship_to_name_17 , o0_ . ship_to_vat AS ship_to_vat_18 , o0_ . ship_to_email AS ship_to_email_19 , o0_ . ship_to_phone AS ship_to_phone_20 , o0_ . ship_to_address AS ship_to_address_21 , o0_ . ship_to_zip_code AS ship_to_zip_code_22 , o0_ . ship_to_city AS ship_to_city_23 , o0_ . ship_to_country AS ship_to_country_24 , o0_ . volumes AS volumes_25 , o0_ . weight AS weight_26 , o0_ . refund AS refund_27 , o0_ . refund_value AS refund_value_28 , o0_ . back AS back_29 , o0_ . internal_reference AS internal_reference_30 , o0_ . obs AS obs_31 , o0_ . response_market AS response_market_32 , o0_ . total_price AS total_price_33 , o0_ . shipping_cost AS shipping_cost_34 , o0_ . deleted_at AS deleted_at_35 , o0_ . is_refund_received AS is_refund_received_36 , o0_ . shipping_description AS shipping_description_37 , o0_ . issuet_at AS issuet_at_38 , o0_ . completed_at AS completed_at_39 , o0_ . error_on_issue AS error_on_issue_40 , o0_ . is_gift AS is_gift_41 , o0_ . refund_received_at AS refund_received_at_42 , o0_ . external_ship_cost AS external_ship_cost_43 , o0_ . discount_value AS discount_value_44 , o0_ . store_id AS store_id_45 , o0_ . ship_provider_id AS ship_provider_id_46 , o0_ . market_store_id AS market_store_id_47 , o0_ . status_id AS status_id_48 , o0_ . store_ship_provider_id AS store_ship_provider_id_49 , o0_ . created_by_id AS created_by_id_50 , o0_ . ship_provider_status_id AS ship_provider_status_id_51 FROM `order` o0_ INNER JOIN order_line o1_ ON o0_ . id = o1_ . store_order_id INNER JOIN partial_line_track p2_ ON o1_ . id = p2_ . order_line_id WHERE o0_ . status_id = ?
SELECT
o0_ . id AS id_0 ,
o0_ . external_market_id AS external_market_id_1 ,
o0_ . external_ship_id AS external_ship_id_2 ,
o0_ . imported_at AS imported_at_3 ,
o0_ . created_at AS created_at_4 ,
o0_ . updated_at AS updated_at_5 ,
o0_ . shipped_at AS shipped_at_6 ,
o0_ . error_on AS error_on_7 ,
o0_ . finished_at AS finished_at_8 ,
o0_ . canceled_at AS canceled_at_9 ,
o0_ . ship_from_name AS ship_from_name_10 ,
o0_ . ship_from_vat AS ship_from_vat_11 ,
o0_ . ship_from_phone AS ship_from_phone_12 ,
o0_ . ship_from_address AS ship_from_address_13 ,
o0_ . ship_from_zip_code AS ship_from_zip_code_14 ,
o0_ . ship_from_city AS ship_from_city_15 ,
o0_ . ship_from_country AS ship_from_country_16 ,
o0_ . ship_to_name AS ship_to_name_17 ,
o0_ . ship_to_vat AS ship_to_vat_18 ,
o0_ . ship_to_email AS ship_to_email_19 ,
o0_ . ship_to_phone AS ship_to_phone_20 ,
o0_ . ship_to_address AS ship_to_address_21 ,
o0_ . ship_to_zip_code AS ship_to_zip_code_22 ,
o0_ . ship_to_city AS ship_to_city_23 ,
o0_ . ship_to_country AS ship_to_country_24 ,
o0_ . volumes AS volumes_25 ,
o0_ . weight AS weight_26 ,
o0_ . refund AS refund_27 ,
o0_ . refund_value AS refund_value_28 ,
o0_ . back AS back_29 ,
o0_ . internal_reference AS internal_reference_30 ,
o0_ . obs AS obs_31 ,
o0_ . response_market AS response_market_32 ,
o0_ . total_price AS total_price_33 ,
o0_ . shipping_cost AS shipping_cost_34 ,
o0_ . deleted_at AS deleted_at_35 ,
o0_ . is_refund_received AS is_refund_received_36 ,
o0_ . shipping_description AS shipping_description_37 ,
o0_ . issuet_at AS issuet_at_38 ,
o0_ . completed_at AS completed_at_39 ,
o0_ . error_on_issue AS error_on_issue_40 ,
o0_ . is_gift AS is_gift_41 ,
o0_ . refund_received_at AS refund_received_at_42 ,
o0_ . external_ship_cost AS external_ship_cost_43 ,
o0_ . discount_value AS discount_value_44 ,
o0_ . store_id AS store_id_45 ,
o0_ . ship_provider_id AS ship_provider_id_46 ,
o0_ . market_store_id AS market_store_id_47 ,
o0_ . status_id AS status_id_48 ,
o0_ . store_ship_provider_id AS store_ship_provider_id_49 ,
o0_ . created_by_id AS created_by_id_50 ,
o0_ . ship_provider_status_id AS ship_provider_status_id_51
FROM
`order` o0_
INNER JOIN order_line o1_ ON o0_ . id = o1_ . store_order_id
INNER JOIN partial_line_track p2_ ON o1_ . id = p2_ . order_line_id
WHERE
o0_ . status_id = ?
Copy
SELECT o0_ . id AS id_0 , o0_ . external_market_id AS external_market_id_1 , o0_ . external_ship_id AS external_ship_id_2 , o0_ . imported_at AS imported_at_3 , o0_ . created_at AS created_at_4 , o0_ . updated_at AS updated_at_5 , o0_ . shipped_at AS shipped_at_6 , o0_ . error_on AS error_on_7 , o0_ . finished_at AS finished_at_8 , o0_ . canceled_at AS canceled_at_9 , o0_ . ship_from_name AS ship_from_name_10 , o0_ . ship_from_vat AS ship_from_vat_11 , o0_ . ship_from_phone AS ship_from_phone_12 , o0_ . ship_from_address AS ship_from_address_13 , o0_ . ship_from_zip_code AS ship_from_zip_code_14 , o0_ . ship_from_city AS ship_from_city_15 , o0_ . ship_from_country AS ship_from_country_16 , o0_ . ship_to_name AS ship_to_name_17 , o0_ . ship_to_vat AS ship_to_vat_18 , o0_ . ship_to_email AS ship_to_email_19 , o0_ . ship_to_phone AS ship_to_phone_20 , o0_ . ship_to_address AS ship_to_address_21 , o0_ . ship_to_zip_code AS ship_to_zip_code_22 , o0_ . ship_to_city AS ship_to_city_23 , o0_ . ship_to_country AS ship_to_country_24 , o0_ . volumes AS volumes_25 , o0_ . weight AS weight_26 , o0_ . refund AS refund_27 , o0_ . refund_value AS refund_value_28 , o0_ . back AS back_29 , o0_ . internal_reference AS internal_reference_30 , o0_ . obs AS obs_31 , o0_ . response_market AS response_market_32 , o0_ . total_price AS total_price_33 , o0_ . shipping_cost AS shipping_cost_34 , o0_ . deleted_at AS deleted_at_35 , o0_ . is_refund_received AS is_refund_received_36 , o0_ . shipping_description AS shipping_description_37 , o0_ . issuet_at AS issuet_at_38 , o0_ . completed_at AS completed_at_39 , o0_ . error_on_issue AS error_on_issue_40 , o0_ . is_gift AS is_gift_41 , o0_ . refund_received_at AS refund_received_at_42 , o0_ . external_ship_cost AS external_ship_cost_43 , o0_ . discount_value AS discount_value_44 , o0_ . store_id AS store_id_45 , o0_ . ship_provider_id AS ship_provider_id_46 , o0_ . market_store_id AS market_store_id_47 , o0_ . status_id AS status_id_48 , o0_ . store_ship_provider_id AS store_ship_provider_id_49 , o0_ . created_by_id AS created_by_id_50 , o0_ . ship_provider_status_id AS ship_provider_status_id_51 FROM `order` o0_ INNER JOIN order_line o1_ ON o0_ . id = o1_ . store_order_id INNER JOIN partial_line_track p2_ ON o1_ . id = p2_ . order_line_id WHERE o0_ . status_id = 3 ;
Copy
19
17.46 ms
SELECT COUNT (o0_ . id ) AS sclr_0 FROM `order` o0_ WHERE o0_ . issuet_at IS NOT NULL AND o0_ . completed_at IS NULL
SELECT COUNT (o0_ . id ) AS sclr_0 FROM `order` o0_ WHERE o0_ . issuet_at IS NOT NULL AND o0_ . completed_at IS NULL ;
Copy
20
0.58 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 9 ;
Copy
21
0.43 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 25932 ;
Copy
22
0.35 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 4246 ;
Copy
23
0.77 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 28825 ;
Copy
24
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_active AS is_active_3 , t0 . initials AS initials_4 , t0 . public_tracking AS public_tracking_5 , t0 . is_issue AS is_issue_6 , t0 . is_events AS is_events_7 , t0 . is_internal AS is_internal_8 FROM ship_provider t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_active AS is_active_3 , t0 . initials AS initials_4 , t0 . public_tracking AS public_tracking_5 , t0 . is_issue AS is_issue_6 , t0 . is_events AS is_events_7 , t0 . is_internal AS is_internal_8 FROM ship_provider t0 WHERE t0 . id = 1 ;
Copy
25
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1555 ;
Copy
26
0.40 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 24436 ;
Copy
27
0.24 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 908 ;
Copy
28
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 6834 ;
Copy
29
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 2292 ;
Copy
30
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_active AS is_active_3 , t0 . initials AS initials_4 , t0 . public_tracking AS public_tracking_5 , t0 . is_issue AS is_issue_6 , t0 . is_events AS is_events_7 , t0 . is_internal AS is_internal_8 FROM ship_provider t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_active AS is_active_3 , t0 . initials AS initials_4 , t0 . public_tracking AS public_tracking_5 , t0 . is_issue AS is_issue_6 , t0 . is_events AS is_events_7 , t0 . is_internal AS is_internal_8 FROM ship_provider t0 WHERE t0 . id = 2 ;
Copy
31
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_active AS is_active_3 , t0 . initials AS initials_4 , t0 . public_tracking AS public_tracking_5 , t0 . is_issue AS is_issue_6 , t0 . is_events AS is_events_7 , t0 . is_internal AS is_internal_8 FROM ship_provider t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_active AS is_active_3 , t0 . initials AS initials_4 , t0 . public_tracking AS public_tracking_5 , t0 . is_issue AS is_issue_6 , t0 . is_events AS is_events_7 , t0 . is_internal AS is_internal_8 FROM ship_provider t0 WHERE t0 . id = 5 ;
Copy
32
0.23 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_active AS is_active_3 , t0 . initials AS initials_4 , t0 . public_tracking AS public_tracking_5 , t0 . is_issue AS is_issue_6 , t0 . is_events AS is_events_7 , t0 . is_internal AS is_internal_8 FROM ship_provider t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_active AS is_active_3 , t0 . initials AS initials_4 , t0 . public_tracking AS public_tracking_5 , t0 . is_issue AS is_issue_6 , t0 . is_events AS is_events_7 , t0 . is_internal AS is_internal_8 FROM ship_provider t0 WHERE t0 . id = 4 ;
Copy
33
0.25 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_active AS is_active_3 , t0 . initials AS initials_4 , t0 . public_tracking AS public_tracking_5 , t0 . is_issue AS is_issue_6 , t0 . is_events AS is_events_7 , t0 . is_internal AS is_internal_8 FROM ship_provider t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . is_active AS is_active_3 , t0 . initials AS initials_4 , t0 . public_tracking AS public_tracking_5 , t0 . is_issue AS is_issue_6 , t0 . is_events AS is_events_7 , t0 . is_internal AS is_internal_8 FROM ship_provider t0 WHERE t0 . id = 6 ;
Copy
34
0.33 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 431 ;
Copy
35
0.40 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 25647 ;
Copy
36
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 27 ;
Copy
37
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1418 ;
Copy
38
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8536 ;
Copy
39
0.33 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8537 ;
Copy
40
0.30 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 28837 ;
Copy
41
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 184 ;
Copy
42
0.47 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26220 ;
Copy
43
0.60 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26220 ;
Copy
44
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 5737 ;
Copy
45
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 4080 ;
Copy
46
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1504 ;
Copy
47
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 20 ;
Copy
48
0.37 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26256 ;
Copy
49
0.28 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26256 ;
Copy
50
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 5869 ;
Copy
51
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 4620 ;
Copy
52
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8659 ;
Copy
53
0.33 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 7916 ;
Copy
54
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8294 ;
Copy
55
0.51 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26268 ;
Copy
56
0.36 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26268 ;
Copy
57
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8665 ;
Copy
58
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8666 ;
Copy
59
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8667 ;
Copy
60
0.45 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26319 ;
Copy
61
0.33 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26319 ;
Copy
62
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 6450 ;
Copy
63
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 6189 ;
Copy
64
0.46 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26284 ;
Copy
65
0.31 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26284 ;
Copy
66
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1407 ;
Copy
67
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 4682 ;
Copy
68
0.44 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26372 ;
Copy
69
0.33 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26372 ;
Copy
70
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8655 ;
Copy
71
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 5619 ;
Copy
72
0.36 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 24734 ;
Copy
73
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1001 ;
Copy
74
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1845 ;
Copy
75
0.35 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 290 ;
Copy
76
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 3232 ;
Copy
77
0.40 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 402 ;
Copy
78
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1926 ;
Copy
79
0.25 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 4169 ;
Copy
80
0.26 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1002 ;
Copy
81
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 4540 ;
Copy
82
0.25 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 3586 ;
Copy
83
0.24 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 222 ;
Copy
84
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 435 ;
Copy
85
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 4158 ;
Copy
86
0.36 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 674 ;
Copy
87
0.34 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26397 ;
Copy
88
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1000 ;
Copy
89
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1912 ;
Copy
90
0.29 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29437 ;
Copy
91
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 351 ;
Copy
92
0.32 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26413 ;
Copy
93
0.32 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 3773 ;
Copy
94
0.31 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29436 ;
Copy
95
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1183 ;
Copy
96
0.28 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26433 ;
Copy
97
0.40 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 3411 ;
Copy
98
0.23 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29435 ;
Copy
99
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 552 ;
Copy
100
0.28 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26437 ;
Copy
101
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 6497 ;
Copy
102
0.31 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29434 ;
Copy
103
0.70 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26475 ;
Copy
104
0.34 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26475 ;
Copy
105
0.24 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29445 ;
Copy
106
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 7 ;
Copy
107
0.57 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26476 ;
Copy
108
0.32 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26476 ;
Copy
109
0.25 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29443 ;
Copy
110
0.29 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29444 ;
Copy
111
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8681 ;
Copy
112
0.43 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26330 ;
Copy
113
0.26 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26330 ;
Copy
114
0.33 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1743 ;
Copy
115
0.32 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 25619 ;
Copy
116
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 2541 ;
Copy
117
0.24 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 2837 ;
Copy
118
0.25 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1038 ;
Copy
119
0.25 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 4369 ;
Copy
120
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 2053 ;
Copy
121
0.41 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 25696 ;
Copy
122
0.26 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 25696 ;
Copy
123
0.28 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 25842 ;
Copy
124
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 5822 ;
Copy
125
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 709 ;
Copy
126
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 3162 ;
Copy
127
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 6209 ;
Copy
128
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8570 ;
Copy
129
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 6548 ;
Copy
130
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1947 ;
Copy
131
0.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1553 ;
Copy
132
0.26 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 25914 ;
Copy
133
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 5826 ;
Copy
134
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 7804 ;
Copy
135
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 4479 ;
Copy
136
0.39 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1554 ;
Copy
137
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8584 ;
Copy
138
0.24 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 25589 ;
Copy
139
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8518 ;
Copy
140
0.22 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 8519 ;
Copy
141
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 7853 ;
Copy
142
0.37 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26244 ;
Copy
143
0.28 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26244 ;
Copy
144
0.37 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26335 ;
Copy
145
0.30 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26335 ;
Copy
146
0.40 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26536 ;
Copy
147
0.28 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26536 ;
Copy
148
0.20 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29484 ;
Copy
149
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 194 ;
Copy
150
0.42 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26537 ;
Copy
151
0.31 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26537 ;
Copy
152
0.29 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29485 ;
Copy
153
0.23 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 1984 ;
Copy
154
0.37 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26539 ;
Copy
155
0.25 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26539 ;
Copy
156
0.38 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29483 ;
Copy
157
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 755 ;
Copy
158
0.39 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26541 ;
Copy
159
0.33 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26541 ;
Copy
160
0.25 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29482 ;
Copy
161
0.29 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 4481 ;
Copy
162
0.38 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26544 ;
Copy
163
0.28 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26544 ;
Copy
164
0.21 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29481 ;
Copy
165
0.24 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . sku AS sku_3 , t0 . pricce AS pricce_4 , t0 . weight AS weight_5 , t0 . description AS description_6 , t0 . created AS created_7 , t0 . cost AS cost_8 , t0 . pvp AS pvp_9 , t0 . is_virtual AS is_virtual_10 , t0 . min_sale_inventory_qty AS min_sale_inventory_qty_11 , t0 . media AS media_12 , t0 . inventory_quantity AS inventory_quantity_13 , t0 . ean AS ean_14 , t0 . image_name AS image_name_15 , t0 . is_active AS is_active_16 , t0 . product_url AS product_url_17 , t0 . image_url AS image_url_18 , t0 . category_description AS category_description_19 , t0 . parent_id AS parent_id_20 , t0 . store_id AS store_id_21 , t0 . tax_id AS tax_id_22 FROM product t0 WHERE t0 . id = 4557 ;
Copy
166
0.42 ms
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . external_market_id AS external_market_id_2 ,
t0 . external_ship_id AS external_ship_id_3 ,
t0 . imported_at AS imported_at_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . shipped_at AS shipped_at_7 ,
t0 . error_on AS error_on_8 ,
t0 . finished_at AS finished_at_9 ,
t0 . canceled_at AS canceled_at_10 ,
t0 . ship_from_name AS ship_from_name_11 ,
t0 . ship_from_vat AS ship_from_vat_12 ,
t0 . ship_from_phone AS ship_from_phone_13 ,
t0 . ship_from_address AS ship_from_address_14 ,
t0 . ship_from_zip_code AS ship_from_zip_code_15 ,
t0 . ship_from_city AS ship_from_city_16 ,
t0 . ship_from_country AS ship_from_country_17 ,
t0 . ship_to_name AS ship_to_name_18 ,
t0 . ship_to_vat AS ship_to_vat_19 ,
t0 . ship_to_email AS ship_to_email_20 ,
t0 . ship_to_phone AS ship_to_phone_21 ,
t0 . ship_to_address AS ship_to_address_22 ,
t0 . ship_to_zip_code AS ship_to_zip_code_23 ,
t0 . ship_to_city AS ship_to_city_24 ,
t0 . ship_to_country AS ship_to_country_25 ,
t0 . volumes AS volumes_26 ,
t0 . weight AS weight_27 ,
t0 . refund AS refund_28 ,
t0 . refund_value AS refund_value_29 ,
t0 . back AS back_30 ,
t0 . internal_reference AS internal_reference_31 ,
t0 . obs AS obs_32 ,
t0 . response_market AS response_market_33 ,
t0 . total_price AS total_price_34 ,
t0 . shipping_cost AS shipping_cost_35 ,
t0 . deleted_at AS deleted_at_36 ,
t0 . is_refund_received AS is_refund_received_37 ,
t0 . shipping_description AS shipping_description_38 ,
t0 . issuet_at AS issuet_at_39 ,
t0 . completed_at AS completed_at_40 ,
t0 . error_on_issue AS error_on_issue_41 ,
t0 . is_gift AS is_gift_42 ,
t0 . refund_received_at AS refund_received_at_43 ,
t0 . external_ship_cost AS external_ship_cost_44 ,
t0 . discount_value AS discount_value_45 ,
t0 . store_id AS store_id_46 ,
t0 . ship_provider_id AS ship_provider_id_47 ,
t0 . market_store_id AS market_store_id_48 ,
t0 . status_id AS status_id_49 ,
t0 . store_ship_provider_id AS store_ship_provider_id_50 ,
t0 . created_by_id AS created_by_id_51 ,
t0 . ship_provider_status_id AS ship_provider_status_id_52
FROM
`order` t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . external_market_id AS external_market_id_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . imported_at AS imported_at_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . shipped_at AS shipped_at_7 , t0 . error_on AS error_on_8 , t0 . finished_at AS finished_at_9 , t0 . canceled_at AS canceled_at_10 , t0 . ship_from_name AS ship_from_name_11 , t0 . ship_from_vat AS ship_from_vat_12 , t0 . ship_from_phone AS ship_from_phone_13 , t0 . ship_from_address AS ship_from_address_14 , t0 . ship_from_zip_code AS ship_from_zip_code_15 , t0 . ship_from_city AS ship_from_city_16 , t0 . ship_from_country AS ship_from_country_17 , t0 . ship_to_name AS ship_to_name_18 , t0 . ship_to_vat AS ship_to_vat_19 , t0 . ship_to_email AS ship_to_email_20 , t0 . ship_to_phone AS ship_to_phone_21 , t0 . ship_to_address AS ship_to_address_22 , t0 . ship_to_zip_code AS ship_to_zip_code_23 , t0 . ship_to_city AS ship_to_city_24 , t0 . ship_to_country AS ship_to_country_25 , t0 . volumes AS volumes_26 , t0 . weight AS weight_27 , t0 . refund AS refund_28 , t0 . refund_value AS refund_value_29 , t0 . back AS back_30 , t0 . internal_reference AS internal_reference_31 , t0 . obs AS obs_32 , t0 . response_market AS response_market_33 , t0 . total_price AS total_price_34 , t0 . shipping_cost AS shipping_cost_35 , t0 . deleted_at AS deleted_at_36 , t0 . is_refund_received AS is_refund_received_37 , t0 . shipping_description AS shipping_description_38 , t0 . issuet_at AS issuet_at_39 , t0 . completed_at AS completed_at_40 , t0 . error_on_issue AS error_on_issue_41 , t0 . is_gift AS is_gift_42 , t0 . refund_received_at AS refund_received_at_43 , t0 . external_ship_cost AS external_ship_cost_44 , t0 . discount_value AS discount_value_45 , t0 . store_id AS store_id_46 , t0 . ship_provider_id AS ship_provider_id_47 , t0 . market_store_id AS market_store_id_48 , t0 . status_id AS status_id_49 , t0 . store_ship_provider_id AS store_ship_provider_id_50 , t0 . created_by_id AS created_by_id_51 , t0 . ship_provider_status_id AS ship_provider_status_id_52 FROM `order` t0 WHERE t0 . id = 26546 ;
Copy
167
0.29 ms
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . price AS price_3 , t0 . tax AS tax_4 , t0 . discount AS discount_5 , t0 . created_at AS created_at_6 , t0 . description AS description_7 , t0 . product_cost_unit AS product_cost_unit_8 , t0 . store_order_id AS store_order_id_9 , t0 . product_id AS product_id_10 FROM order_line t0 WHERE t0 . store_order_id = 26546 ;
Copy
168
0.31 ms
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . qty AS qty_2 , t0 . external_ship_id AS external_ship_id_3 , t0 . created_at AS created_at_4 , t0 . issue_at AS issue_at_5 , t0 . weight AS weight_6 , t0 . reference AS reference_7 , t0 . code_invoice AS code_invoice_8 , t0 . order_line_id AS order_line_id_9 , t0 . store_ship_provider_id AS store_ship_provider_id_10 FROM partial_line_track t0 WHERE t0 . id = 29480 ;
Copy