1
0.87 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
16.84 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.59 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.32 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
0.70 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.59 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.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
8
0.32 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.23 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.20 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.26 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.53 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.22 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.22 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
16.68 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
15.98 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
16.32 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
14.64 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
11.31 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.55 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 = 1683 ;
Copy
21
0.37 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 = 22794 ;
Copy
22
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 = 5118 ;
Copy
23
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 = 1619 ;
Copy
24
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 = 7904 ;
Copy
25
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 = 503 ;
Copy
26
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 = 7905 ;
Copy
27
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 = 1534 ;
Copy
28
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 = 4292 ;
Copy
29
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 = 24672 ;
Copy
30
0.22 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
31
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 = 7893 ;
Copy
32
0.27 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 = 22755 ;
Copy
33
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 = 4671 ;
Copy
34
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 = 3680 ;
Copy
35
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 = 7894 ;
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 = 7895 ;
Copy
37
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 = 3408 ;
Copy
38
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 = 7896 ;
Copy
39
0.33 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 = 25020 ;
Copy
40
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 = 6189 ;
Copy
41
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 = 23001 ;
Copy
42
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 = 7944 ;
Copy
43
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 = 1175 ;
Copy
44
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 = 1979 ;
Copy
45
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 = 107 ;
Copy
46
0.21 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 = 4257 ;
Copy
47
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 = 1198 ;
Copy
48
0.27 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 = 25168 ;
Copy
49
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 = 25169 ;
Copy
50
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 = 25170 ;
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 = 5614 ;
Copy
52
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 = 23051 ;
Copy
53
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 = 7956 ;
Copy
54
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 = 7672 ;
Copy
55
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 = 7957 ;
Copy
56
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 = 546 ;
Copy
57
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 = 2881 ;
Copy
58
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 = 431 ;
Copy
59
0.19 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 = 25165 ;
Copy
60
0.22 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 = 25166 ;
Copy
61
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 = 3920 ;
Copy
62
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 = 23080 ;
Copy
63
0.23 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 = 23080 ;
Copy
64
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 = 489 ;
Copy
65
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 = 7962 ;
Copy
66
0.27 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 = 25482 ;
Copy
67
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 = 3409 ;
Copy
68
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 = 22769 ;
Copy
69
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 = 519 ;
Copy
70
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 = 7899 ;
Copy
71
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 = 7900 ;
Copy
72
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 = 7194 ;
Copy
73
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 = 1350 ;
Copy
74
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 = 25497 ;
Copy
75
0.27 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 = 25498 ;
Copy
76
0.27 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 = 25499 ;
Copy
77
0.19 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 = 25391 ;
Copy
78
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 = 804 ;
Copy
79
0.35 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 = 22823 ;
Copy
80
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 = 1554 ;
Copy
81
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 = 551 ;
Copy
82
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 = 7563 ;
Copy
83
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 = 962 ;
Copy
84
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 = 4169 ;
Copy
85
0.22 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 = 25500 ;
Copy
86
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 = 1545 ;
Copy
87
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 = 23502 ;
Copy
88
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 = 3647 ;
Copy
89
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 = 5103 ;
Copy
90
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 = 25564 ;
Copy
91
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 = 184 ;
Copy
92
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 = 23510 ;
Copy
93
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 = 23510 ;
Copy
94
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 = 2451 ;
Copy
95
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 = 8066 ;
Copy
96
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 = 5853 ;
Copy
97
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 = 2 ;
Copy
98
0.22 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
99
0.19 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
100
0.16 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
101
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 = 4188 ;
Copy
102
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 = 23521 ;
Copy
103
0.27 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 = 23521 ;
Copy
104
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 = 8071 ;
Copy
105
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 = 6264 ;
Copy
106
0.31 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 = 23585 ;
Copy
107
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 = 23585 ;
Copy
108
0.33 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 = 25632 ;
Copy
109
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 = 4152 ;
Copy
110
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 = 23589 ;
Copy
111
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 = 23589 ;
Copy
112
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 = 8089 ;
Copy
113
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 = 755 ;
Copy
114
0.31 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 = 23596 ;
Copy
115
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 = 23596 ;
Copy
116
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 = 1474 ;
Copy
117
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 = 3414 ;
Copy
118
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 = 243 ;
Copy
119
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 = 23606 ;
Copy
120
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 = 23606 ;
Copy
121
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 = 1927 ;
Copy
122
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 = 7592 ;
Copy
123
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 = 252 ;
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 = 4586 ;
Copy
125
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 = 8092 ;
Copy
126
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 = 959 ;
Copy
127
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 = 8093 ;
Copy
128
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 = 6364 ;
Copy
129
0.34 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 = 23609 ;
Copy
130
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 = 23609 ;
Copy
131
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 = 5890 ;
Copy
132
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 = 6450 ;
Copy
133
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 = 7855 ;
Copy
134
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 = 23377 ;
Copy
135
0.35 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 = 23377 ;
Copy
136
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 = 25722 ;
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 = 4933 ;
Copy
138
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 = 22973 ;
Copy
139
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 = 22973 ;
Copy
140
0.19 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 = 25744 ;
Copy
141
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 = 709 ;
Copy
142
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 = 23240 ;
Copy
143
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 = 23240 ;
Copy
144
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 = 6354 ;
Copy
145
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 = 3262 ;
Copy
146
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 = 23075 ;
Copy
147
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 = 3837 ;
Copy
148
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 = 2383 ;
Copy
149
0.33 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 = 22337 ;
Copy
150
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 = 22337 ;
Copy
151
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 = 25752 ;
Copy
152
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 = 8028 ;
Copy
153
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 = 23337 ;
Copy
154
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 = 23337 ;
Copy
155
0.27 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 = 25725 ;
Copy
156
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 = 684 ;
Copy
157
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 = 23252 ;
Copy
158
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 = 23252 ;
Copy
159
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 = 931 ;
Copy
160
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 = 8008 ;
Copy
161
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 = 423 ;
Copy
162
0.36 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 = 23467 ;
Copy
163
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 = 23467 ;
Copy
164
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 = 25711 ;
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 = 4483 ;
Copy
166
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 = 23039 ;
Copy
167
0.27 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 = 23039 ;
Copy
168
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 = 25742 ;
Copy
169
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 = 6458 ;
Copy
170
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 = 23534 ;
Copy
171
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 = 23534 ;
Copy
172
0.28 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 = 25719 ;
Copy
173
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 = 2335 ;
Copy
174
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 = 23141 ;
Copy
175
0.39 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 = 23141 ;
Copy
176
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 = 25736 ;
Copy
177
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 = 552 ;
Copy
178
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 = 23462 ;
Copy
179
0.27 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 = 23462 ;
Copy
180
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 = 25714 ;
Copy
181
0.41 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 = 5409 ;
Copy
182
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 = 23310 ;
Copy
183
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 = 23310 ;
Copy
184
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 = 8023 ;
Copy
185
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 = 530 ;
Copy
186
0.27 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 = 23444 ;
Copy
187
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 = 174 ;
Copy
188
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 = 3972 ;
Copy
189
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 = 23359 ;
Copy
190
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 = 23359 ;
Copy
191
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 = 6288 ;
Copy
192
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 = 1568 ;
Copy
193
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 = 5842 ;
Copy
194
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 = 8036 ;
Copy
195
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 = 5495 ;
Copy
196
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 = 23146 ;
Copy
197
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 = 23146 ;
Copy
198
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 = 25735 ;
Copy
199
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 = 1100 ;
Copy
200
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 = 23465 ;
Copy
201
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 = 23465 ;
Copy
202
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 = 25715 ;
Copy
203
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 = 2322 ;
Copy
204
0.35 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 = 23378 ;
Copy
205
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 = 23378 ;
Copy
206
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 = 25723 ;
Copy
207
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 = 8035 ;
Copy
208
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 = 23358 ;
Copy
209
0.27 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 = 23358 ;
Copy
210
0.34 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 = 25724 ;
Copy
211
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 = 8053 ;
Copy
212
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 = 23431 ;
Copy
213
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 = 23431 ;
Copy
214
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 = 25720 ;
Copy
215
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 = 70 ;
Copy
216
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 = 21997 ;
Copy
217
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 = 1068 ;
Copy
218
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 = 3601 ;
Copy
219
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 = 5707 ;
Copy
220
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 = 1195 ;
Copy
221
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 = 3053 ;
Copy
222
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 = 815 ;
Copy
223
0.23 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 = 22916 ;
Copy
224
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 = 1786 ;
Copy
225
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 = 5881 ;
Copy
226
0.34 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 = 23376 ;
Copy
227
0.27 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 = 23376 ;
Copy
228
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 = 2398 ;
Copy
229
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 = 23408 ;
Copy
230
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 = 23408 ;
Copy
231
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 = 5462 ;
Copy
232
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 = 23201 ;
Copy
233
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 = 23201 ;
Copy
234
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 = 1963 ;
Copy
235
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 = 7858 ;
Copy
236
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 = 22586 ;
Copy
237
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 = 7859 ;
Copy
238
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 = 8047 ;
Copy
239
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 = 23409 ;
Copy
240
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 = 23409 ;
Copy
241
0.27 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 = 25732 ;
Copy
242
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 = 25733 ;
Copy
243
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 = 23629 ;
Copy
244
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 = 23629 ;
Copy
245
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 = 9 ;
Copy
246
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 = 4643 ;
Copy
247
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 = 18822 ;
Copy
248
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
249
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 = 1001 ;
Copy
250
0.20 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
251
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 = 3970 ;
Copy
252
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 = 5619 ;
Copy
253
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 = 23194 ;
Copy
254
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 = 23194 ;
Copy
255
0.28 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 = 25734 ;
Copy
256
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 = 5688 ;
Copy
257
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 = 23276 ;
Copy
258
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 = 23276 ;
Copy
259
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 = 463 ;
Copy
260
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 = 394 ;
Copy
261
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 = 1116 ;
Copy
262
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 = 3203 ;
Copy
263
0.27 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 = 22519 ;
Copy
264
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 = 7836 ;
Copy
265
0.21 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 = 46 ;
Copy
266
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 = 1768 ;
Copy
267
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 = 3015 ;
Copy
268
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 = 22879 ;
Copy
269
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 = 22879 ;
Copy
270
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 = 710 ;
Copy
271
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 = 3318 ;
Copy
272
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 = 1912 ;
Copy
273
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 = 23312 ;
Copy
274
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 = 23312 ;
Copy
275
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 = 6459 ;
Copy
276
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 = 23331 ;
Copy
277
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 = 451 ;
Copy
278
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 = 5997 ;
Copy
279
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 = 3503 ;
Copy
280
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 = 22757 ;
Copy
281
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 = 1002 ;
Copy
282
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 = 462 ;
Copy
283
0.38 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 = 328 ;
Copy
284
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 = 22936 ;
Copy
285
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 = 22936 ;
Copy
286
0.27 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 = 25745 ;
Copy
287
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 = 5778 ;
Copy
288
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 = 22573 ;
Copy
289
0.57 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 = 928 ;
Copy
290
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 = 929 ;
Copy
291
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 = 3032 ;
Copy
292
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 = 2181 ;
Copy
293
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 = 7856 ;
Copy
294
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 = 3023 ;
Copy
295
0.50 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 = 23107 ;
Copy
296
0.35 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 = 23107 ;
Copy
297
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 = 25737 ;
Copy
298
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 = 3778 ;
Copy
299
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 = 23313 ;
Copy
300
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 = 23313 ;
Copy
301
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 = 25726 ;
Copy
302
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 = 5581 ;
Copy
303
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 = 23404 ;
Copy
304
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 = 23404 ;
Copy
305
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 = 25721 ;
Copy
306
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 = 671 ;
Copy
307
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 = 23407 ;
Copy
308
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 = 7677 ;
Copy
309
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 = 6058 ;
Copy
310
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 = 1743 ;
Copy
311
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 = 1870 ;
Copy
312
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 = 23329 ;
Copy
313
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 = 1624 ;
Copy
314
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 = 22816 ;
Copy
315
0.37 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 = 3078 ;
Copy
316
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 = 5533 ;
Copy
317
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 = 1254 ;
Copy
318
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 = 1330 ;
Copy
319
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 = 22525 ;
Copy
320
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 = 5862 ;
Copy
321
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 = 23386 ;
Copy
322
0.27 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 = 23386 ;
Copy
323
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 = 23509 ;
Copy
324
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 = 1825 ;
Copy
325
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 = 357 ;
Copy
326
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 = 22885 ;
Copy
327
0.23 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 = 22885 ;
Copy
328
0.28 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 = 25746 ;
Copy
329
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 = 7874 ;
Copy
330
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 = 22812 ;
Copy
331
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 = 22812 ;
Copy