1
0.73 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.19 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
3
0.58 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.26 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.40 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.37 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"ersatzteilfinder/250-duke-2024-modelcode-F4275X2 "
"ersatzteilfinder/250-duke-2024-modelcode-F4275X2/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR sales_channel_id IS NULL )) AND ((seo_path_info = 'ersatzteilfinder/250-duke-2024-modelcode-F4275X2' OR seo_path_info = 'ersatzteilfinder/250-duke-2024-modelcode-F4275X2/' ));
Copy
7
0.23 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"/ersatzteilfinder/250-duke-2024-modelcode-F4275X2 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/250-duke-2024-modelcode-F4275X2' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.54 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
9
0.31 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
10
0.32 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"z3EWc3ArpyGtpc8EHO0nsSEol4Hg5UAc "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'z3EWc3ArpyGtpc8EHO0nsSEol4Hg5UAc' ) LIMIT 1 ;
Copy
11
0.31 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
12
0.39 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x274605D71D2B4479A3882D8FD62BFF5C );
Copy
13
0.20 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C ));
Copy
14
0.21 ms
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
15
0.30 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
16
0.23 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
17
0.26 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
18
0.24 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
19
0.16 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
20
0.38 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"W(\x19 ¥ÅRNì§ù\x7F 5†´*@ "
b"×ã`4ÛåIð‘7âù_\x1C\x01 "
b"÷ìlÙÏÄBgü─▀ÆÄg╚ï "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x572819A5C5524EECA7F97F3586B42A40 , 0xD7E36034DBE549F09137C3A2F95F1C01 , 0xF68D6CEBD88E426781C4DF928E67C88B ));
Copy
21
0.38 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF );
Copy
22
0.41 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
23
0.18 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 ) LIMIT 1 ;
Copy
24
0.16 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"z3EWc3ArpyGtpc8EHO0nsSEol4Hg5UAc "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'z3EWc3ArpyGtpc8EHO0nsSEol4Hg5UAc' ;
Copy
25
0.21 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
26
0.37 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x06 9ÎΈ\x1F EùƒØà€•¨\f z "
b"†;orw>Jj²»Úï\x06 бQ "
b"øÆQ{o*MÚ¹œVu“2!, "
b"\x01 ˜§RqMx!†F\x14 â\x7F ‚Õ® "
b"\x16 a®\x11 Õ\x12 J^É\x04\x15\x1F ù\x1E ┘5 "
b"\x17 \Ò7V\x1A O~„PŒM9ö‰î "
b""\x15 ÿ;4üBÉàãÛÔ\r Â\x16 < "
b""¶±\v opA\x1D –zM®ì—we "
b"dꙦvÎK˜¿½Dh\x04\x00 µ! "
b"nœ¯å[\x1D @o£Ô\x1C\e ÚûÇs "
b"‡¯—zš1@𮡹fî÷²4 "
b"ïïY¯w"C\x1A íd░rýÀ\x15 É "
b"¦5?²¶ÂM(¡@\x0E µZÊŽE "
b"¼Ú¦ïTõO?’y\t \r ~¥ôŽ "
b"┌kÀpëÂAU¢¤»█tüu+ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"JxKq\x15 éM\x0F µq.¡Ñ\x1E ‰Ï "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"_þz\x06 e¹@-¾Ç:d\t\x12 d, "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ "
b"»l™órþEj‰ŒgÏ¡Dåh "
b"f`uS+àOuž=ƒµlCáY "
b"º«\x1E\x1C ■╝D(ìÕ╚S│ãd┴ "
b"<\x04 À–õÌBïš-<¸íì\x10 ) "
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"Íþ»\x00\x03 <Aà’¢©\x00 ¹bqp "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"""
.örVh\n
Mкƒ¢\x11\x16 ¤zû
"""
b"ViÞý\x03 ÎM†¥\x18 \r ÿ¸þ* "
b"`ZèœHF/‰\t »\x01 ŽóÚ "
b"e–Ö"\x19 fK%ŸÊ-ª}è1æ "
b"iÒ-À±\x07 L\x08 ™¥\t j’ÙÔH "
b"w(öc2\x15 Aü▒╠Õ╔ß─+Q "
b"z3\x13 ˜K«DÎŽ“ø¾Á©-> "
b"„é\e óÛÌAÈ·ôÉÂóŠS¤ "
b"ˆ>'ZTÊM"‡\x11 n,j¯\x03 \n "
b"Šiaz\x02 ìO\x15 “\e r¨äa¡\f "
b"«ÈÜ<®ºE࿵*y¯[Wr "
b"’[˺>Jè“Ä¢\x03 ü8=¸ "
b"¼†\x15 æœ;IÁ¯Æq480Êî "
b"ûð\x13 ·AsØ.pX\x07 õeÊ "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"Ê:+\x1C á¿Cl©╣þHRQØe "
b"ä,gl“±LŸª\x0F žÃíÝ›î "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0639CECE881F45F983D8E08095A80C7A , 0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0xF8C6517B6F2A4DDAB99C56759332212C , 0x0198A752714D7821864614E27F82D5AE , 0x1661A911E5124A5E9004151F971ED935 , 0x175CD237561A4F7E84508C4D39F689EE , 0x2215983B3481429085C6EAE20DB6163C , 0x22B6B10B6F70411D967A4DAEEC977765 , 0x64EA99A676CE4B98BFBD44680400B521 , 0x6E9CAFE55B1D406FA3D41C1BDAFBC773 , 0x87AF977A9A3140F0AEA1B966EEF7B234 , 0x8B8B59EE7722431AA164B072ECB71590 , 0xA6353FB2B6C24D28A1400EB55ACA8E45 , 0xBCDAA6EF54F54F3F9279090D7EA5F48E , 0xDA6BB77089B64155BDCFAFDB7481752B , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4A784B7115E94D0FB5712EA1D11E89CF , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x5FFE7A0665B9402DBEC73A640912642C , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xECDEC2C6269D4EE2A137FB8FF45F84E3 , 0xBB6C99F372FE456A898C67CFA144E568 , 0x666075532BE04F759E3D83B56C43E159 , 0xA7AE1E1CFEBC44288DE5C853B3C664C1 , 0x3C04C096F5CC42EF9A2D3CB8EDEC1029 , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0xCDFEBB00033C41E092A2A900B9627170 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x2EF67256680A4DD0BA83A21116A47AFB , 0x5669DEFD03CE4D86A518200DFFB8FE2A , 0x605AADE89C48462F8909BB018EF3DAAD , 0x6596D62219664B259FCA2DAA7DE831E6 , 0x69D22DC0B1074C0899A5096A92D9D448 , 0x7728946332154181B1CCE5C9E1C42B51 , 0x7A3313984BAB44CE8E93F8BEC1A92D3E , 0x84E91BF3DBCC41C8B7F4C9C2F38A53A4 , 0x883E275A54CA4D2287116E2C6AAF030A , 0x8A69617A02EC4F15931B72A8E461A10C , 0xABC8DC3CAEBA45E0BFB52A79AF5B5772 , 0xAD925BCBBA3E4AE893C4A203FC383DB8 , 0xBC8615E69C3B49C1AFC671343830CAEE , 0xC7AFD013F0FA41739D2E705807E465D2 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xD23A2B1CA0A8436CB8B9E74852519D65 , 0xE42C676C93B14C9FAA0F9EC3EDDD9BEE , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy
27
0.19 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
28
0.33 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 );
Copy
29
0.18 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 ));
Copy
30
0.33 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A025C672BAA2BC445752AB337E );
Copy
31
0.18 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A025C672BAA2BC445752AB337E ));
Copy
32
0.28 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
33
0.19 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
34
0.17 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel_country` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
35
0.55 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
36
0.43 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `parent_id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `id` = 0x79A36140A28A4CE6AC6D0E2CED062741
;
Copy
37
4.55 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
1
12
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND (`category` . `level` > 1 AND `category` . `level` < = 12 )));
Copy
38
0.40 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
12
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND `category` . `level` = 12 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
39
0.65 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
40
0.82 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
41
0.33 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
42
0.31 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `currency` . `id` ;
Copy
43
0.25 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
44
0.26 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `parent_id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B
;
Copy
45
1.53 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
46
0.84 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
47
0.42 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDDA3EC5FDB8042ACB8F8C841F70EFE8B ));
Copy
48
0.38 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
49
0.52 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
b"$)v‹Ì\x04 Eüƒð?·Í2\x02 % "
b"=\x16 uıã;O\x13 ©1\e ì}:\x1D × "
b"E;|™\x7F VO¾¼HZ4ä(r¡ "
b"iŒØ\e ’•Hæ³JkΧ¸v‘ "
b"”ú_›Ž¬JgŒÕ\x13 ð½ß\x1E r "
b"W}╗p/ìG\r ®x\x12\x1D 7╔B- "
b"\x1F äÀ\x13\x1F ¦BÓªLƒ\v ³ž¯A "
b"±¶ƒi‹\x11 @E±¢¿T½\x16 Õ, "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF , 0x2429768BCC0445FC83F03FB7CD320225 , 0x3D1675D5C63B4F13B8311B8D7D3A1D9E , 0x453B7C997F564FBEBC485A34E42872A1 , 0x698CD81B929548E6B34A6BCEA7B87691 , 0x94FA5F9B8EAC4A678CD513F0BDDF1E72 , 0x577DBB702F8D470DA978121D37C9422D , 0x1FE4C0131FA642D3AA4C830BB39EAF41 , 0xB1B683698B114045B1A2BF54BD16D52C );
Copy
50
0.45 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
51
0.50 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÇÑ6îÚ\v HtŸc{l9ØPÉ "
b"ùD\x14 Îm¨NÖ³PÑŸ‹"âÎ "
b"•t`\x05 zaJ<“@½¸ô\*ø "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xC7D136EEDA0B48749F637B6C39D850C9 , 0xF94414CE6DA84ED6B350D19F8B22E2CE , 0x957460057A614A3C9340BDB8F45C2AF8 , 0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
52
0.20 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
53
0.19 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
54
0.19 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x707FEF2F724A4547A0249D181B4679DF AND
pm . `active` = 1 ;
Copy
55
0.16 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
56
0.25 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
57
0.54 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
58
0.25 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x695477E02EF643E5A016B83ED4CDF63A ));
Copy
59
0.38 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x695477E02EF643E5A016B83ED4CDF63A )));
Copy
60
0.46 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 ˜¬”\x08 Jraº\n
2‚Xó\x7F £
"""
b"\x01 ™âxˆ\x18\x7F I½ûb\x04\x16 xæä "
b"\x01 šÅp\x7F ÂzT˜«¡óP|\x1A Ñ "
b"""
\n
$Epê6B® }4•¢a`\x13
"""
b"\x1E Î[¢H'M\x1F ·ãæfÂi®" "
b"6ìyyYRGWš<l\x11 |‘+æ "
b"tÃNêP&@»ƒ\x19 ¸\x13 vpÂÕ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0198AC94084A7261BA0A328258F37FA3 , 0x0199E27888187F49BDFB62041678E6E4 , 0x019AC5707FC27A5498ABA1F3507C1AD1 , 0x0A244570EA3642AEA07D3495A2616013 , 0x1ECE5BA248274D1FB7E3E666C269AE22 , 0x36EC7979595247579A3C6C117C912BE6 , 0x74C34EEA502640BB8319B8137670C2D5 )));
Copy
61
0.52 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÿ¼öDfs\x0F ر‗:ª¦┬± "
b"\x01 ™âÅâìv\x05 \x06 ¥ÚÉÌ\x1D ® "
b"\x01 šÅ‡+>{ߣ‹aÀVÆÕê "
b"±ìM\x04\x1C ÷G)œºböç_|± "
b"D\x0E 1\x08 uªAê“\x10 ÑòÑ<VÎ "
b"Z±ŒØÍ}IR¶™cï)\x1E \• "
b"påi¾ÿQEÁ¬øíê—Â\x04 É "
b"19\x15 ,ªŸH%˜\x14 õ\x05 8ŸœC "
b"“Á…eƒ¡EÒšÙy:„ö*\x03 "
b"▀'É#dãC3åTë<IÍ\x7F » "
b"᯽[+\x15 Gƒ¯‹è¿‰…\x1A Ò "
b"æáìlIC\x04 ‘ײ…Žão™ "
b".Ö╗x\x01 èDì¿G(RP¥|½ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x0198AC944466730F9DF1F23AA6DDC2F1 , 0x0199E2C5E2EC7605AD06A5DAC9CC1DAE , 0x019AC5872B3E7BDFA38B61C056C6D5EA , 0xB1EC4D041CF747299CBA62F6E75F7CB1 , 0x440E310875AA41EA9310D1F2D13C56CE , 0x5AB18CD8CD7D4952B69963EF291E5C95 , 0x70E569BEFF5145C1ACF8EDEA97C204C9 , 0x3139152CAA9F48259814F505389F9C43 , 0x93C1856583A145D29AD9793A84F62A03 , 0xDF27902364C643338654893C49D67FAF , 0xE1AFBD5B2B154783AF8BE8BF89851AD2 , 0xE6ADE1EC6C49430491D7B2858EE36F99 , 0x2E99BB78018A448DA847285250BE7CAB )));
Copy
62
0.29 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ð"±&‰¬C]›¸\v\x02 ý—ûŸ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xF022B12689AC435D9BB80B02FD97FB9F );
Copy
63
0.27 ms
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = ? ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™\x0F A<X]ˆ1Ñ×[Ž›VÐv "
]
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (0x990F413C585D8831D1D75B8E9B56D076 );
Copy
64
0.65 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 šÅ–ó–wYŠ\x12 5h}oÝ, "
b"\x01 Üm¬Ùz╚×ÍÉX▒0tÚ "
b"y4èà\x03 DD*¥\x13 yøhLs "
b"\x13 ë¾p£—F…¥º ……+Øï "
b"u=$YCÆG«—šÂJÙ\x19 Çß "
b"""
>ú×¼T█K\n
ì>ÊÚrà6¬
"""
b"""
£#uñÝ\t J‚ŸPå\n
†k¯t
"""
b"ÚèfŽ\x15 §N4€+L$dW>b "
b"Û¨w\t %\x00 A߬†´$£æ¦] "
b"\x01 ÿ§AF\x16 }Öɽ┘░£*¦^ "
b"\x01 ˜õBï{u\x12 º–IM_àNS "
b"¹_ŒÃLöO–‡Ji\x1E •)\x05\x19 "
b"’Û¹&œ÷D;£\x16 |[^ðÁG "
b"}U\h¼)@òŽ('Ók¡Ä\e "
b"\x1A \┤ksYCÓïÙ┴ØÅAÜþ "
b"ÏÚDTF\@\x12 Œ\x1C ZO€rÀG "
b"\x01 šSk•0z~¼îbÊ0µ”\x00 "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.title` ,
`media.translation.title` as `media.title` ,
`media.translation.alt` ,
`media.translation.alt` as `media.alt` ,
`media.translation.customFields` ,
`media.translation.customFields` as `media.customFields`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . `media_id` ,
`media.translation` . `alt` as `media.translation.alt` ,
`media.translation` . `title` as `media.translation.title` ,
`media.translation` . `custom_fields` as `media.translation.customFields`
FROM
`media_translation` `media.translation`
WHERE
`media.translation` . `language_id` = ?
) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id`
WHERE
(
(
(
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
)
AND (
`media` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x019AC596F39677598A1235687D6FDD2C , 0x019A6DB6AAEB7AC89ED69058B13074E9 , 0x7934E8E00344442AA51379F868AD4C73 , 0x13EBBE70A3974685A5BAA085852BD8EF , 0x753D245943C647AB979AC24AD919C7DF , 0x3EA39EAC54DB4B0A8D3ED2E9728536AA , 0xA32375F1DD094A829F50E50A866BAF74 , 0xDAE8668E15A74E34802B4C2464573E62 , 0xDBA87709250041DFAC86B424A3E6A65D , 0x0198F54146167D9990ABD9B09C2ADD5E , 0x0198F542EF7B7512BA96494D5FE04E53 , 0xB95F8CC34CF64F96874A691E95290519 , 0x92DBB9269CF7443BA3167C5B5EF0C147 , 0x7D555C68BC2940F28E2827D36BA1C41B , 0x1A5CB46B735943E08BEBC19D8F419AE7 , 0xCFDA4454465C40128C1C5A4F8072C047 , 0x019A536B95307A7EBCEE62CA30B59400 ));
Copy
65
0.22 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
66
594.17 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = ? AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > ? ))) AND NOT (`product` . `display_group` < = > ? ) AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"1 "
"null "
null
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = '1' AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > 'null' ))) AND NOT (`product` . `display_group` < = > NULL ) AND ((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10 ;
Copy
67
1.88 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
68
0.41 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
69
0.34 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
70
0.29 ms
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = ? ) AND ((NOT (`product_manufacturer` . `id` < = > ? ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((NOT (`product_manufacturer` . `id` < = > 0x79A36140A28A4CE6AC6D0E2CED062741 ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12 ;
Copy
71
0.80 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.media` . `id` as `product_manufacturer.media.id` , `product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` , `product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` , `product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` , `product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` , `product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` , `product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` , `product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` , `product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` , `product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` , `product_manufacturer.media` . `config` as `product_manufacturer.media.config` , `product_manufacturer.media` . `path` as `product_manufacturer.media.path` , `product_manufacturer.media` . `private` as `product_manufacturer.media.private` , `product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` , `product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` , `product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` , `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation.title` as `product_manufacturer.media.title` , `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` , `product_manufacturer.media.translation.customFields` , `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation` . `media_id` , `product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation` . `language_id` = ? ) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"{ƒ0ÕpF<œ~·ó\x04 Ž{- "
b"áˆÍyÔFHïžk|Ã\q„ª "
b"""
Õ(\n
+·îJM„ñ}ðÆ~=ï
"""
b"▄0¬<ı█G4ÉØ[\x16 Â=){ "
b"\x0E QZ1ï½L\x1C ’ê’¥oìĽ "
b"†ÞþÊ2\x1A @8¯dD/Ú`ð\x01 "
b"¥« È)ãOo©<\v ;ýbüØ "
b"{ÿbŒ“üIćŠEÈ*ÜÄ} "
b"\x06 .│ì\uCvÀî\x14 ┘7!±ç "
b"3├¼\x1C ¥‗E,░Ï,ï\t bìz "
b"""
Å8þ\n
?\x17 Oйx¾¤ºÑ5Ø
"""
b"-¬®9x"C-®HÌ›~~¶í "
]
SELECT
`product_manufacturer` . `id` as `product_manufacturer.id` ,
`product_manufacturer` . `version_id` as `product_manufacturer.versionId` ,
`product_manufacturer` . `media_id` as `product_manufacturer.mediaId` ,
`product_manufacturer` . `link` as `product_manufacturer.link` ,
`product_manufacturer` . `created_at` as `product_manufacturer.createdAt` ,
`product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` ,
`product_manufacturer.media` . `id` as `product_manufacturer.media.id` ,
`product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` ,
`product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` ,
`product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` ,
`product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` ,
`product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` ,
`product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` ,
`product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` ,
`product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` ,
`product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` ,
`product_manufacturer.media` . `config` as `product_manufacturer.media.config` ,
`product_manufacturer.media` . `path` as `product_manufacturer.media.path` ,
`product_manufacturer.media` . `private` as `product_manufacturer.media.private` ,
`product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` ,
`product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` ,
`product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` ,
`product_manufacturer.media.translation.title` ,
`product_manufacturer.media.translation.title` as `product_manufacturer.media.title` ,
`product_manufacturer.media.translation.alt` ,
`product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` ,
`product_manufacturer.media.translation.customFields` ,
`product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` ,
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name` as `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description` as `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields` as `product_manufacturer.customFields`
FROM
`product_manufacturer`
LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id`
LEFT JOIN (
SELECT
`product_manufacturer.translation` . `product_manufacturer_id` ,
`product_manufacturer.translation` . `product_manufacturer_version_id` ,
`product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` ,
`product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` ,
`product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation` . `language_id` = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product_manufacturer.media.translation` . `media_id` ,
`product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` ,
`product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` ,
`product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields`
FROM
`media_translation` `product_manufacturer.media.translation`
WHERE
`product_manufacturer.media.translation` . `language_id` = ?
) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id`
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.media` . `id` as `product_manufacturer.media.id` , `product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` , `product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` , `product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` , `product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` , `product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` , `product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` , `product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` , `product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` , `product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` , `product_manufacturer.media` . `config` as `product_manufacturer.media.config` , `product_manufacturer.media` . `path` as `product_manufacturer.media.path` , `product_manufacturer.media` . `private` as `product_manufacturer.media.private` , `product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` , `product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` , `product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` , `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation.title` as `product_manufacturer.media.title` , `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` , `product_manufacturer.media.translation.customFields` , `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation` . `media_id` , `product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x7B8330D570AD463C9C7EB7F3048E7B2D , 0xE188CD79D44648EF9E6B7CC35C7184AA , 0xD5280A2BB7EE4A4D84F17DF0C67E3DEF , 0xDC30AA3CD5DB4734909D5B16B63D297B , 0x0E515A31EFBD4C1C92EA92A56FECC4BD , 0x86DEFECA321A4038AF64442FDA60F001 , 0xA5ABA0C829E34F6FA93C0B3BFD62FCD8 , 0x7BFF628C93FC49C4878A45C82ADCC47D , 0x062EB38D5C754376B78C14D93721F187 , 0x33C3AC1CBEF2452CB0D82C8B09628D7A , 0xC538FE0A3F174FD0B978BEA4BAD135D8 , 0x2DACAE397822432DAE48CC9B7E7EB6ED ));
Copy
72
0.57 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA )) GROUP BY `product` . `id` ;
Copy
73
1.88 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
74
0.26 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
75
0.41 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
76
3.25 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%F4275X2% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%F4275X2%' ;
Copy
77
24.86 ms
SELECT s . * , c . name , n . name as article_description , IF (p . active = 1 , lower (hex (p . id )), null ) as product_id FROM hobaIT_sparepartfinder AS s
LEFT JOIN hobaIT_csb_article_data AS c ON c . article_number = s . article_number
LEFT JOIN hobaIT_sparepartfinder_article_names n ON n . article_number = s . article_number
LEFT JOIN product AS p ON p . product_number = s . article_number
WHERE model_number = ? ORDER BY `group` , sequence_number ASC
Parameters :
[
1003030787
]
SELECT s . * , c . name , n . name as article_description , IF (p . active = 1 , lower (hex (p . id )), null ) as product_id FROM hobaIT_sparepartfinder AS s
LEFT JOIN hobaIT_csb_article_data AS c ON c . article_number = s . article_number
LEFT JOIN hobaIT_sparepartfinder_article_names n ON n . article_number = s . article_number
LEFT JOIN product AS p ON p . product_number = s . article_number
WHERE model_number = 1003030787 ORDER BY `group` , sequence_number ASC ;
Copy
78
24.16 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (64084 , 64103 , 64109 , 68217 , 68223 , 68237 , 68241 , 68378 , 68379 , 68383 , 68386 , 68419 , 68421 , 68434 , 68443 , 68444 , 68452 , 68453 , 68456 , 68482 , 68507 , 68516 , 68525 , 68548 , 68554 , 68555 , 68557 , 68558 , 68560 , 68561 , 68566 , 68568 , 68572 , 68573 , 68592 , 68760 , 68761 , 68767 , 68770 , 68933 , 68934 , 70531 , 70538 , 70539 , 70664 ) ORDER BY number , part_type ASC
SELECT
*
FROM
hobaIT_sparepartfinder_groups
WHERE
id IN (
64084 , 64103 , 64109 , 68217 , 68223 , 68237 ,
68241 , 68378 , 68379 , 68383 , 68386 ,
68419 , 68421 , 68434 , 68443 , 68444 ,
68452 , 68453 , 68456 , 68482 , 68507 ,
68516 , 68525 , 68548 , 68554 , 68555 ,
68557 , 68558 , 68560 , 68561 , 68566 ,
68568 , 68572 , 68573 , 68592 , 68760 ,
68761 , 68767 , 68770 , 68933 , 68934 ,
70531 , 70538 , 70539 , 70664
)
ORDER BY
number ,
part_type ASC
Copy
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (64084 , 64103 , 64109 , 68217 , 68223 , 68237 , 68241 , 68378 , 68379 , 68383 , 68386 , 68419 , 68421 , 68434 , 68443 , 68444 , 68452 , 68453 , 68456 , 68482 , 68507 , 68516 , 68525 , 68548 , 68554 , 68555 , 68557 , 68558 , 68560 , 68561 , 68566 , 68568 , 68572 , 68573 , 68592 , 68760 , 68761 , 68767 , 68770 , 68933 , 68934 , 70531 , 70538 , 70539 , 70664 ) ORDER BY number , part_type ASC ;
Copy
79
33.43 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (64084 , 64103 , 64109 , 68217 , 68223 , 68237 , 68241 , 68378 , 68379 , 68383 , 68386 , 68419 , 68421 , 68434 , 68443 , 68444 , 68452 , 68453 , 68456 , 68482 , 68507 , 68516 , 68525 , 68548 , 68554 , 68555 , 68557 , 68558 , 68560 , 68561 , 68566 , 68568 , 68572 , 68573 , 68592 , 68760 , 68761 , 68767 , 68770 , 68933 , 68934 , 70531 , 70538 , 70539 , 70664 ) AND article_number IN ("96303023000" , "90103027000" , "96303029000" , "J800001000600" , "J910001000801" , "96303024000" , "J900000602100" , "96311045000" , "94103024060" , "96313080000" , "90113090000" , "96311055000" , "96311052010" , "96311054010" , "90611155000" , "96311054000" , "J900000601203" , "90611053000" , "J900000401000" , "96304030000C1" , "90104034001" , "90104036000" , "90104034000" , "90104032000" , "96304031000" , "96304034001" , "96304032000" , "96304033000" , "96304066000" , "J900000601207" , "J910001401000" , "90104046000" , "96304037000" , "96304066010" , "96313026000" , "96304060000" , "96304050000" , "J900000600904" , "90104010002" , "90104040000" , "96310084000" , "J900000601502" , "96310083000" , "96309097044EB" , "J780003955000" , "J710005520000" , "J410003001300" , "94509011000" , "90109076000" , "94509082000" , "94509012000" , "93009081100" , "J900000500800" , "94542020000" , "J900000602504" , "94509060000" , "96307088000" , "96341007000" , "J025060128" , "96307091000" , "28107028000" , "00050148706" , "96307016000" , "96313060033" , "96313068000" , "J900000601403" , "90130059000" , "J094020153" , "J650001000700" , "J125070001" , "J920000602100" , "96313050033" , "90134035000" , "J625060800" , "90534031020" , "J520000900100" , "90534034300" , "93035065020" , "96313029005" , "96303001000C1" , "96303006000C1" , "96303005000C1" , "96335001011" , "96335001010" , "J912060146" , "J900000802503" , "J910001001001" , "J800001001200" , "J900001022400" , "96303001020" , "J900000600802" , "96303099000" , "90108023100" , "96303088000" , "J900001011000" , "90803009000" , "J340001000700" , "95813046000" , "94513026000" , "93803001022" , "J900000601205" , "96303001030" , "96303070000" , "96303083020" , "96303083010" , "96303083030" , "J800000601200" , "96302001000" , "96312041000" , "96312040000" , "J900000604504" , "96302004001" , "96302010033" , "96311012044" , "96313001060" , "96311070000" , "96302039000" , "96202031033" , "96202042000" , "90111149000" , "96302090000" , "93802016000" , "96303002002C1" , "96303002001C1" , "96303002060" , "96303002080" , "96303002071" , "90130028000" , "J690001100200" , "J900001011800" , "J900000803501" , "J650001601500" , "J800000707400" , "J900000601900" , "J912060181" , "J690000620000" , "96303089000" , "90130003007" , "90103007000" , "96203039000C1" , "96203038000C1" , "96303039020" , "96303038020" , "96003049000C1" , "96003048000C1" , "96303049010" , "96303048010" , "J900000601805" , "J900000802003" , "93003141033" , "93003140033" , "93003151033" , "93003150033" , "J920000804701" , "93003042000" , "90503048010" , "J770009015" , "J125080006" , "J094020186" , "96203037010" , "96203037020" , "J690000600101" , "93003140010" , "J900000602101" , "J029060103S" , "96242031044" , "96342001010" , "96342002010" , "96342003010" , "96342004010" , "90113026000" , "90113013000" , "96342025000" , "93813035000" , "94313026010" , "J900000600801" , "90135001001" , "J910000600601" , "96242040000" , "93008020060" , "28111051000" , "96242033000" , "J025060169" , "96342026000" , "96307013000EBB" , "96307064100" , "93035065030" , "J650002401800" , "96307013041" , "96307013042" , "96307013045" , "96307013046" , "93008059000" , "J900000609002" , "96007040000C1" , "96307047000" , "96307013043" , "96307040020" , "J660002000900" , "96315019000" , "J310000101100" , "96307048000" , "J900000802200" , "93007040010" , "J690000615000" , "96207040080C1" , "J650003302400" , "J340003200900" , "J340003200901" , "J800000900700" , "90529099000" , "96213001033" , "96213002000" , "96310197044EB" , "96310086000" , "J690001700300" , "J800001701700" , "90110062000" , "96310060000" , "J760304708" , "J710004717501" , "J410001701400" , "96310111000" , "90910059000" , "90810052000" , "90210050000" , "96310051043" , "90510052000" , "96310013000" , "J625062050" , "J760295207" , "96310011000" , "96310085000" , "J410001701200" , "76910065118" , "SPA2141433K118B" , "96213016000" , "J01008060S" , "96213030000" , "96114069000" , "93014062010" , "90507040001" , "93308015010" , "J031060183" , "96014061000" , "J900000501204" , "J900000601603" , "J690000600100" , "96211066044" , "90507050000" , "90508006003" , "96307051000" , "93011064100" , "J900000501404" , "96314060000" , "96314060010" , "94507050190" , "XY" , "96306001000" , "96306015000" , "96306090000" , "96306003010" , "J900000601607" , "96306017000" , "90141071000" , "96307030010" , "96206026000" , "96306041000" , "96330087001" , "96330087020" , "90106000001" , "90130087001" , "96330087010" , "94041002010" , "J690000720000" , "90106001007" , "J900000601002" , "93006001080" , "J031060103" , "J650002201401" , "90607017000" , "96236082000" , "96306040000" , "93008084010" , "J900000601206" , "96211075000" , "J900000602800" , "96311034000" , "J900000801402" , "96311060000" , "96311061000" , "28111096000" , "90508006001" , "96311083000" , "96314086000" , "96241088050" , "J650001801400" , "J690000410000" , "J900000401600" , "93011058000" , "93311058000" , "90611057000" , "90111088015" , "90111088020" , "90111088030" , "93511088000" , "96311097000" , "96311007000" , "96338091100" , "93811099000" , "90811059000" , "93541088000" , "96311041000" , "J025060122" , "96311058010" , "96311097002" , "J797060003" , "J797100006" , "96311081000" , "96311093000" , "96311098000" , "96008051033AB" , "96008050033AB" , "96308063000" , "96308062000" , "J900000602507" , "J800000701501" , "J900000602005" , "93014018100" , "93014017000" , "J900000601501" , "J690000600102" , "J900000501405" , "96308062010" , "95807012020" , "93011068010" , "J800000701001" , "96311068000" , "96307058000" , "96307058010" , "96308042000C1" , "96308041000C1" , "J650002201400" , "96308077000" , "90808043000" , "96308042010" , "J660002001500" , "J650002001400" , "90135065090" , "96311066010" , "96204010033" , "J900001006501" , "J800001801900" , "J900001005800" , "96208099100" , "96207191044" , "96241001000" , "95841037000" , "90141023005" , "90141001001" , "55641023020" , "96241023000" , "93041085000" , "90141071001" , "96230050000" , "J991060203S" , "55641023010" , "90141002006" , "96341031000" , "96341030000" , "J900000612000" , "J125070003" , "96230066100" , "96236052000C1" , "96236053000" , "J900000603800" , "96236052010" , "J025060359" , "J900001018000" , "J125110003" , "J770000817800" , "90135047000" , "J025060201" , "9623501900024" , "96335017000" , "90136020001" , "96230036000" , "J770001424001" , "96230022000" , "96236052020" , "J900000601004" , "96236009033" , "96236011000" , "90110057000" , "96232018000" , "96230088020" , "J900000607600" , "96236001000" , "96236013000" , "96236002000" , "90130004007" , "90136003003" , "J770010015" , "9433600304424" , "J025060204" , "90136003002" , "96236031000" , "96236030000" , "96236036000" , "90136027000" , "96236028000" , "96236032000" , "90136033000" , "60036035185" , "60036035190" , "60036035195" , "60036035200" , "60036035205" , "60036035210" , "60036035215" , "60036035220" , "60036035225" , "60036035230" , "60036035235" , "60036035240" , "60036035245" , "60036035250" , "60036035255" , "60036035260" , "60036035265" , "60036035270" , "60036035275" , "60036035280" , "60036035285" , "60036035290" , "60036035295" , "60036035300" , "60036035305" , "60036035310" , "60036035315" , "60036035320" , "60036035330" , "96236061044" , "96236056000" , "J770001512000" , "96236024000" , "96236060044" , "96236027000" , "96236030010" , "96230018033" , "J690001260000" , "J900001205000" , "96236014000" , "96232023027" , "90236015001" , "90230029000" , "J950001300400" , "96230015033" , "90236015000" , "J900000903800" , "96230015011" , "96230015012" , "96230015013" , "96230007033" , "96230030010" , "91230033001" , "96230033000" , "93730014000" , "J888040150" , "96230002000C1" , "96230040000" , "J770024015" , "90230094000" , "90130024000" , "J025060451" , "96239004033" , "J912050353S" , "90130001001" , "94339005033" , "90130001000" , "90140026000" , "J900000501003" , "96230062000" , "96239006000" , "96339006050" , "J900000603400" , "96239090001" , "96239093000" , "93839010100" , "J770015824" , "96233001000" , "90132020000" , "J440001702900" , "J410002001400" , "J690002000100" , "96233006000" , "96233006001" , "J690001813000" , "96233003000" , "96233005000" , "96233002000" , "90233036000" , "J625062122" , "J471020122" , "J125150006" , "96233011000" , "96233001001" , "96233016000" , "96233014000" , "90633001007" , "96233013000" , "96233015000" , "96233010033" , "96233012001" , "J690002000201" , "96233012000" , "J625062041" , "J790001903000" , "J710003012000" , "96233029014" , "90110049000" , "96230057033" , "J440002201300" , "96234005033" , "90234039000" , "J440001301500" , "96034014000" , "J690001315000" , "90134016000" , "96034031010" , "J900000602200" , "96334036133" , "96334031033" , "J520000700100" , "96234001001" , "90234019000" , "96234001000" , "96034015000" , "J940000400800" , "90134012002" , "96234012000" , "93003044000" , "J900000601804" , "J690001013500" , "96234013033" , "J125061416" , "96034023000" , "93834020000" , "96234001002" , "96235010000" , "90135016100" , "93335001000" , "J926060003" , "J127060001" , "J125070004" , "95835041044" , "J900000501900" , "90135020000" , "J310001202900" , "96235026000" , "96235025000" , "96335065000" , "90135066000" , "90102055000" , "J912060253" , "96335003000" , "93008050050" , "60035067820" , "J600001041700" , "90107018011" , "95835068000" , "J300000801000" , "95835016000" , "90105017000" , "96335036000" , "90108076000" , "96235052000C1" , "96235052010" , "J900000602510" , "J603061001" , "J025060104" , "90135058000" , "96341090010" , "96235055000" , "J760122455" , "0760122406" , "90134013000" , "96230026000C1" , "96032048133" , "90132051000" , "J520000800100" , "90132050000" , "96330020000" , "J770001424000" , "J710003315000" , "96330095000" , "96230064000" , "J000150502000" , "94334051000" , "J770017721" , "J025060350" , "96230027000" , "96202090010" , "96334051010" , "9623000004424" , "90230079000" , "J01665060123S" , "90130004004" , "J618131912" , "90234030000" , "90230084000" , "90140020002" , "J025060141" , "90230022000" , "J011050133" , "90238029003" , "90130003004" , "90230066300" , "96211023100" , "J770002024000" , "J025050163S" , "96239034000" , "J900000607001" , "96204060000" , "J005060123S" , "96203096000" , "90130164000" , "J011080203S" , "J900000608500" , "96230035000" , "90138091000" , "90138091001" , "J926060000" , "96232101033" , "96232003000" , "96232011044" , "96232002000" , "96232005000" , "96232006010" , "J410001500900" , "J910001400900" , "90632038000" , "96232057000" , "9624000100024" , "J025060221" , "96232024033" , "J618253216" , "96040022000" , "96040023000" , "J690002014000" , "J690001706000" , "J690001608000" , "J690001610000" , "J690001612000" , "J690001614000" , "J910001600900" , "96040024000" , "96308010000AB" , "J031050161" , "93009059000" , "90108050001" , "96308019000" , "93003077000" , "J650002502000" , "93011093010" , "96308015020" , "96308015010" , "J900000601405" , "J650002902100" , "96308015030" , "J900000501603" , "96201002000" , "96201001000" , "96201031032C1" , "J900002202000" , "96201034032C1" , "90501045000" , "90101036100" , "90101086000" , "90101080044" , "43578016" , "43578014" , "43570623" , "43578044" , "43570723" , "90201025000" , "43578219" , "96313025000" , "90501046000" , "96314033000" , "96314034000" , "J125070002" , "J900000501500" , "J912080293" , "95801038000C1" , "J900001006500" , "96301039000C1" , "90101042000" , "90101040000" , "90101041000" , "J982101253" , "96315001000" , "96315013000" , "96315003000" , "96315121000" , "96315127000" , "96315119000" , "96315117000" , "96315126000" , "96315123000" , "J610000600400" , "90607830000" , "J926060001" , "J310000100900" , "90107013008" , "90507017000" , "90515011000" , "J310000101200" , "96214001000" , "96208004000EB" , "96208003000EB" , "96314004010" , "96314004020" , "96314002000" , "94814526000" , "94814525000" , "J06797100183" , "J125100009" , "J910001000800" , "96314010000" , "J900000501602" , "J900000601204" , "J900000500900" , "96314045000" , "J910000501100" , "28114047000" , "J025050126" , "96314040000" , "96314043000" , "J934100006" , "J981420133" , "94512082010" , "J910000600505" , "94512082000" , "J125050005" , "93014024100" , "J900000605400" , "93014001010" , "J910000601200" , "93014024110" , "J690001210000" , "J690000710001" , "J125062006" , "90212581000" , "90212582000" , "J06923050053" , "96314025010" , "96305082000" , "J025080353" , "J800000901001" , "90205068000" , "J025060147" , "96305090000" , "93805011003" , "96341190000" , "96341090000" , "96305004000" , "96205007000" , "90136038000" , "94305050172" , "96305051000" , "93805096000" , "90105000002" , "90205086001" , "J340000600700" , "96305097000" , "96305032033" , "96238007033" , "96338011000" , "96338009000" , "J471010100" , "96238001000" , "J028060303S" , "90238015033" , "90138015050" , "90138015052" , "J025060166" , "9623800600024" , "J770004126200" , "90138015000" , "96238002000" , "J025060401" , "J7700090151" , "90238003000" , "90238017000" , "J770012520" , "90238016044" , "96238008044" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
64084 , 64103 , 64109 , 68217 , 68223 , 68237 ,
68241 , 68378 , 68379 , 68383 , 68386 ,
68419 , 68421 , 68434 , 68443 , 68444 ,
68452 , 68453 , 68456 , 68482 , 68507 ,
68516 , 68525 , 68548 , 68554 , 68555 ,
68557 , 68558 , 68560 , 68561 , 68566 ,
68568 , 68572 , 68573 , 68592 , 68760 ,
68761 , 68767 , 68770 , 68933 , 68934 ,
70531 , 70538 , 70539 , 70664
)
AND article_number IN (
"96303023000" ,
"90103027000" ,
"96303029000" ,
"J800001000600" ,
"J910001000801" ,
"96303024000" ,
"J900000602100" ,
"96311045000" ,
"94103024060" ,
"96313080000" ,
"90113090000" ,
"96311055000" ,
"96311052010" ,
"96311054010" ,
"90611155000" ,
"96311054000" ,
"J900000601203" ,
"90611053000" ,
"J900000401000" ,
"96304030000C1" ,
"90104034001" ,
"90104036000" ,
"90104034000" ,
"90104032000" ,
"96304031000" ,
"96304034001" ,
"96304032000" ,
"96304033000" ,
"96304066000" ,
"J900000601207" ,
"J910001401000" ,
"90104046000" ,
"96304037000" ,
"96304066010" ,
"96313026000" ,
"96304060000" ,
"96304050000" ,
"J900000600904" ,
"90104010002" ,
"90104040000" ,
"96310084000" ,
"J900000601502" ,
"96310083000" ,
"96309097044EB" ,
"J780003955000" ,
"J710005520000" ,
"J410003001300" ,
"94509011000" ,
"90109076000" ,
"94509082000" ,
"94509012000" ,
"93009081100" ,
"J900000500800" ,
"94542020000" ,
"J900000602504" ,
"94509060000" ,
"96307088000" ,
"96341007000" ,
"J025060128" ,
"96307091000" ,
"28107028000" ,
"00050148706" ,
"96307016000" ,
"96313060033" ,
"96313068000" ,
"J900000601403" ,
"90130059000" ,
"J094020153" ,
"J650001000700" ,
"J125070001" ,
"J920000602100" ,
"96313050033" ,
"90134035000" ,
"J625060800" ,
"90534031020" ,
"J520000900100" ,
"90534034300" ,
"93035065020" ,
"96313029005" ,
"96303001000C1" ,
"96303006000C1" ,
"96303005000C1" ,
"96335001011" ,
"96335001010" ,
"J912060146" ,
"J900000802503" ,
"J910001001001" ,
"J800001001200" ,
"J900001022400" ,
"96303001020" ,
"J900000600802" ,
"96303099000" ,
"90108023100" ,
"96303088000" ,
"J900001011000" ,
"90803009000" ,
"J340001000700" ,
"95813046000" ,
"94513026000" ,
"93803001022" ,
"J900000601205" ,
"96303001030" ,
"96303070000" ,
"96303083020" ,
"96303083010" ,
"96303083030" ,
"J800000601200" ,
"96302001000" ,
"96312041000" ,
"96312040000" ,
"J900000604504" ,
"96302004001" ,
"96302010033" ,
"96311012044" ,
"96313001060" ,
"96311070000" ,
"96302039000" ,
"96202031033" ,
"96202042000" ,
"90111149000" ,
"96302090000" ,
"93802016000" ,
"96303002002C1" ,
"96303002001C1" ,
"96303002060" ,
"96303002080" ,
"96303002071" ,
"90130028000" ,
"J690001100200" ,
"J900001011800" ,
"J900000803501" ,
"J650001601500" ,
"J800000707400" ,
"J900000601900" ,
"J912060181" ,
"J690000620000" ,
"96303089000" ,
"90130003007" ,
"90103007000" ,
"96203039000C1" ,
"96203038000C1" ,
"96303039020" ,
"96303038020" ,
"96003049000C1" ,
"96003048000C1" ,
"96303049010" ,
"96303048010" ,
"J900000601805" ,
"J900000802003" ,
"93003141033" ,
"93003140033" ,
"93003151033" ,
"93003150033" ,
"J920000804701" ,
"93003042000" ,
"90503048010" ,
"J770009015" ,
"J125080006" ,
"J094020186" ,
"96203037010" ,
"96203037020" ,
"J690000600101" ,
"93003140010" ,
"J900000602101" ,
"J029060103S" ,
"96242031044" ,
"96342001010" ,
"96342002010" ,
"96342003010" ,
"96342004010" ,
"90113026000" ,
"90113013000" ,
"96342025000" ,
"93813035000" ,
"94313026010" ,
"J900000600801" ,
"90135001001" ,
"J910000600601" ,
"96242040000" ,
"93008020060" ,
"28111051000" ,
"96242033000" ,
"J025060169" ,
"96342026000" ,
"96307013000EBB" ,
"96307064100" ,
"93035065030" ,
"J650002401800" ,
"96307013041" ,
"96307013042" ,
"96307013045" ,
"96307013046" ,
"93008059000" ,
"J900000609002" ,
"96007040000C1" ,
"96307047000" ,
"96307013043" ,
"96307040020" ,
"J660002000900" ,
"96315019000" ,
"J310000101100" ,
"96307048000" ,
"J900000802200" ,
"93007040010" ,
"J690000615000" ,
"96207040080C1" ,
"J650003302400" ,
"J340003200900" ,
"J340003200901" ,
"J800000900700" ,
"90529099000" ,
"96213001033" ,
"96213002000" ,
"96310197044EB" ,
"96310086000" ,
"J690001700300" ,
"J800001701700" ,
"90110062000" ,
"96310060000" ,
"J760304708" ,
"J710004717501" ,
"J410001701400" ,
"96310111000" ,
"90910059000" ,
"90810052000" ,
"90210050000" ,
"96310051043" ,
"90510052000" ,
"96310013000" ,
"J625062050" ,
"J760295207" ,
"96310011000" ,
"96310085000" ,
"J410001701200" ,
"76910065118" ,
"SPA2141433K118B" ,
"96213016000" ,
"J01008060S" ,
"96213030000" ,
"96114069000" ,
"93014062010" ,
"90507040001" ,
"93308015010" ,
"J031060183" ,
"96014061000" ,
"J900000501204" ,
"J900000601603" ,
"J690000600100" ,
"96211066044" ,
"90507050000" ,
"90508006003" ,
"96307051000" ,
"93011064100" ,
"J900000501404" ,
"96314060000" ,
"96314060010" ,
"94507050190" ,
"XY" ,
"96306001000" ,
"96306015000" ,
"96306090000" ,
"96306003010" ,
"J900000601607" ,
"96306017000" ,
"90141071000" ,
"96307030010" ,
"96206026000" ,
"96306041000" ,
"96330087001" ,
"96330087020" ,
"90106000001" ,
"90130087001" ,
"96330087010" ,
"94041002010" ,
"J690000720000" ,
"90106001007" ,
"J900000601002" ,
"93006001080" ,
"J031060103" ,
"J650002201401" ,
"90607017000" ,
"96236082000" ,
"96306040000" ,
"93008084010" ,
"J900000601206" ,
"96211075000" ,
"J900000602800" ,
"96311034000" ,
"J900000801402" ,
"96311060000" ,
"96311061000" ,
"28111096000" ,
"90508006001" ,
"96311083000" ,
"96314086000" ,
"96241088050" ,
"J650001801400" ,
"J690000410000" ,
"J900000401600" ,
"93011058000" ,
"93311058000" ,
"90611057000" ,
"90111088015" ,
"90111088020" ,
"90111088030" ,
"93511088000" ,
"96311097000" ,
"96311007000" ,
"96338091100" ,
"93811099000" ,
"90811059000" ,
"93541088000" ,
"96311041000" ,
"J025060122" ,
"96311058010" ,
"96311097002" ,
"J797060003" ,
"J797100006" ,
"96311081000" ,
"96311093000" ,
"96311098000" ,
"96008051033AB" ,
"96008050033AB" ,
"96308063000" ,
"96308062000" ,
"J900000602507" ,
"J800000701501" ,
"J900000602005" ,
"93014018100" ,
"93014017000" ,
"J900000601501" ,
"J690000600102" ,
"J900000501405" ,
"96308062010" ,
"95807012020" ,
"93011068010" ,
"J800000701001" ,
"96311068000" ,
"96307058000" ,
"96307058010" ,
"96308042000C1" ,
"96308041000C1" ,
"J650002201400" ,
"96308077000" ,
"90808043000" ,
"96308042010" ,
"J660002001500" ,
"J650002001400" ,
"90135065090" ,
"96311066010" ,
"96204010033" ,
"J900001006501" ,
"J800001801900" ,
"J900001005800" ,
"96208099100" ,
"96207191044" ,
"96241001000" ,
"95841037000" ,
"90141023005" ,
"90141001001" ,
"55641023020" ,
"96241023000" ,
"93041085000" ,
"90141071001" ,
"96230050000" ,
"J991060203S" ,
"55641023010" ,
"90141002006" ,
"96341031000" ,
"96341030000" ,
"J900000612000" ,
"J125070003" ,
"96230066100" ,
"96236052000C1" ,
"96236053000" ,
"J900000603800" ,
"96236052010" ,
"J025060359" ,
"J900001018000" ,
"J125110003" ,
"J770000817800" ,
"90135047000" ,
"J025060201" ,
"9623501900024" ,
"96335017000" ,
"90136020001" ,
"96230036000" ,
"J770001424001" ,
"96230022000" ,
"96236052020" ,
"J900000601004" ,
"96236009033" ,
"96236011000" ,
"90110057000" ,
"96232018000" ,
"96230088020" ,
"J900000607600" ,
"96236001000" ,
"96236013000" ,
"96236002000" ,
"90130004007" ,
"90136003003" ,
"J770010015" ,
"9433600304424" ,
"J025060204" ,
"90136003002" ,
"96236031000" ,
"96236030000" ,
"96236036000" ,
"90136027000" ,
"96236028000" ,
"96236032000" ,
"90136033000" ,
"60036035185" ,
"60036035190" ,
"60036035195" ,
"60036035200" ,
"60036035205" ,
"60036035210" ,
"60036035215" ,
"60036035220" ,
"60036035225" ,
"60036035230" ,
"60036035235" ,
"60036035240" ,
"60036035245" ,
"60036035250" ,
"60036035255" ,
"60036035260" ,
"60036035265" ,
"60036035270" ,
"60036035275" ,
"60036035280" ,
"60036035285" ,
"60036035290" ,
"60036035295" ,
"60036035300" ,
"60036035305" ,
"60036035310" ,
"60036035315" ,
"60036035320" ,
"60036035330" ,
"96236061044" ,
"96236056000" ,
"J770001512000" ,
"96236024000" ,
"96236060044" ,
"96236027000" ,
"96236030010" ,
"96230018033" ,
"J690001260000" ,
"J900001205000" ,
"96236014000" ,
"96232023027" ,
"90236015001" ,
"90230029000" ,
"J950001300400" ,
"96230015033" ,
"90236015000" ,
"J900000903800" ,
"96230015011" ,
"96230015012" ,
"96230015013" ,
"96230007033" ,
"96230030010" ,
"91230033001" ,
"96230033000" ,
"93730014000" ,
"J888040150" ,
"96230002000C1" ,
"96230040000" ,
"J770024015" ,
"90230094000" ,
"90130024000" ,
"J025060451" ,
"96239004033" ,
"J912050353S" ,
"90130001001" ,
"94339005033" ,
"90130001000" ,
"90140026000" ,
"J900000501003" ,
"96230062000" ,
"96239006000" ,
"96339006050" ,
"J900000603400" ,
"96239090001" ,
"96239093000" ,
"93839010100" ,
"J770015824" ,
"96233001000" ,
"90132020000" ,
"J440001702900" ,
"J410002001400" ,
"J690002000100" ,
"96233006000" ,
"96233006001" ,
"J690001813000" ,
"96233003000" ,
"96233005000" ,
"96233002000" ,
"90233036000" ,
"J625062122" ,
"J471020122" ,
"J125150006" ,
"96233011000" ,
"96233001001" ,
"96233016000" ,
"96233014000" ,
"90633001007" ,
"96233013000" ,
"96233015000" ,
"96233010033" ,
"96233012001" ,
"J690002000201" ,
"96233012000" ,
"J625062041" ,
"J790001903000" ,
"J710003012000" ,
"96233029014" ,
"90110049000" ,
"96230057033" ,
"J440002201300" ,
"96234005033" ,
"90234039000" ,
"J440001301500" ,
"96034014000" ,
"J690001315000" ,
"90134016000" ,
"96034031010" ,
"J900000602200" ,
"96334036133" ,
"96334031033" ,
"J520000700100" ,
"96234001001" ,
"90234019000" ,
"96234001000" ,
"96034015000" ,
"J940000400800" ,
"90134012002" ,
"96234012000" ,
"93003044000" ,
"J900000601804" ,
"J690001013500" ,
"96234013033" ,
"J125061416" ,
"96034023000" ,
"93834020000" ,
"96234001002" ,
"96235010000" ,
"90135016100" ,
"93335001000" ,
"J926060003" ,
"J127060001" ,
"J125070004" ,
"95835041044" ,
"J900000501900" ,
"90135020000" ,
"J310001202900" ,
"96235026000" ,
"96235025000" ,
"96335065000" ,
"90135066000" ,
"90102055000" ,
"J912060253" ,
"96335003000" ,
"93008050050" ,
"60035067820" ,
"J600001041700" ,
"90107018011" ,
"95835068000" ,
"J300000801000" ,
"95835016000" ,
"90105017000" ,
"96335036000" ,
"90108076000" ,
"96235052000C1" ,
"96235052010" ,
"J900000602510" ,
"J603061001" ,
"J025060104" ,
"90135058000" ,
"96341090010" ,
"96235055000" ,
"J760122455" ,
"0760122406" ,
"90134013000" ,
"96230026000C1" ,
"96032048133" ,
"90132051000" ,
"J520000800100" ,
"90132050000" ,
"96330020000" ,
"J770001424000" ,
"J710003315000" ,
"96330095000" ,
"96230064000" ,
"J000150502000" ,
"94334051000" ,
"J770017721" ,
"J025060350" ,
"96230027000" ,
"96202090010" ,
"96334051010" ,
"9623000004424" ,
"90230079000" ,
"J01665060123S" ,
"90130004004" ,
"J618131912" ,
"90234030000" ,
"90230084000" ,
"90140020002" ,
"J025060141" ,
"90230022000" ,
"J011050133" ,
"90238029003" ,
"90130003004" ,
"90230066300" ,
"96211023100" ,
"J770002024000" ,
"J025050163S" ,
"96239034000" ,
"J900000607001" ,
"96204060000" ,
"J005060123S" ,
"96203096000" ,
"90130164000" ,
"J011080203S" ,
"J900000608500" ,
"96230035000" ,
"90138091000" ,
"90138091001" ,
"J926060000" ,
"96232101033" ,
"96232003000" ,
"96232011044" ,
"96232002000" ,
"96232005000" ,
"96232006010" ,
"J410001500900" ,
"J910001400900" ,
"90632038000" ,
"96232057000" ,
"9624000100024" ,
"J025060221" ,
"96232024033" ,
"J618253216" ,
"96040022000" ,
"96040023000" ,
"J690002014000" ,
"J690001706000" ,
"J690001608000" ,
"J690001610000" ,
"J690001612000" ,
"J690001614000" ,
"J910001600900" ,
"96040024000" ,
"96308010000AB" ,
"J031050161" ,
"93009059000" ,
"90108050001" ,
"96308019000" ,
"93003077000" ,
"J650002502000" ,
"93011093010" ,
"96308015020" ,
"96308015010" ,
"J900000601405" ,
"J650002902100" ,
"96308015030" ,
"J900000501603" ,
"96201002000" ,
"96201001000" ,
"96201031032C1" ,
"J900002202000" ,
"96201034032C1" ,
"90501045000" ,
"90101036100" ,
"90101086000" ,
"90101080044" ,
"43578016" ,
"43578014" ,
"43570623" ,
"43578044" ,
"43570723" ,
"90201025000" ,
"43578219" ,
"96313025000" ,
"90501046000" ,
"96314033000" ,
"96314034000" ,
"J125070002" ,
"J900000501500" ,
"J912080293" ,
"95801038000C1" ,
"J900001006500" ,
"96301039000C1" ,
"90101042000" ,
"90101040000" ,
"90101041000" ,
"J982101253" ,
"96315001000" ,
"96315013000" ,
"96315003000" ,
"96315121000" ,
"96315127000" ,
"96315119000" ,
"96315117000" ,
"96315126000" ,
"96315123000" ,
"J610000600400" ,
"90607830000" ,
"J926060001" ,
"J310000100900" ,
"90107013008" ,
"90507017000" ,
"90515011000" ,
"J310000101200" ,
"96214001000" ,
"96208004000EB" ,
"96208003000EB" ,
"96314004010" ,
"96314004020" ,
"96314002000" ,
"94814526000" ,
"94814525000" ,
"J06797100183" ,
"J125100009" ,
"J910001000800" ,
"96314010000" ,
"J900000501602" ,
"J900000601204" ,
"J900000500900" ,
"96314045000" ,
"J910000501100" ,
"28114047000" ,
"J025050126" ,
"96314040000" ,
"96314043000" ,
"J934100006" ,
"J981420133" ,
"94512082010" ,
"J910000600505" ,
"94512082000" ,
"J125050005" ,
"93014024100" ,
"J900000605400" ,
"93014001010" ,
"J910000601200" ,
"93014024110" ,
"J690001210000" ,
"J690000710001" ,
"J125062006" ,
"90212581000" ,
"90212582000" ,
"J06923050053" ,
"96314025010" ,
"96305082000" ,
"J025080353" ,
"J800000901001" ,
"90205068000" ,
"J025060147" ,
"96305090000" ,
"93805011003" ,
"96341190000" ,
"96341090000" ,
"96305004000" ,
"96205007000" ,
"90136038000" ,
"94305050172" ,
"96305051000" ,
"93805096000" ,
"90105000002" ,
"90205086001" ,
"J340000600700" ,
"96305097000" ,
"96305032033" ,
"96238007033" ,
"96338011000" ,
"96338009000" ,
"J471010100" ,
"96238001000" ,
"J028060303S" ,
"90238015033" ,
"90138015050" ,
"90138015052" ,
"J025060166" ,
"9623800600024" ,
"J770004126200" ,
"90138015000" ,
"96238002000" ,
"J025060401" ,
"J7700090151" ,
"90238003000" ,
"90238017000" ,
"J770012520" ,
"90238016044" ,
"96238008044"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (64084 , 64103 , 64109 , 68217 , 68223 , 68237 , 68241 , 68378 , 68379 , 68383 , 68386 , 68419 , 68421 , 68434 , 68443 , 68444 , 68452 , 68453 , 68456 , 68482 , 68507 , 68516 , 68525 , 68548 , 68554 , 68555 , 68557 , 68558 , 68560 , 68561 , 68566 , 68568 , 68572 , 68573 , 68592 , 68760 , 68761 , 68767 , 68770 , 68933 , 68934 , 70531 , 70538 , 70539 , 70664 ) AND article_number IN ("96303023000" , "90103027000" , "96303029000" , "J800001000600" , "J910001000801" , "96303024000" , "J900000602100" , "96311045000" , "94103024060" , "96313080000" , "90113090000" , "96311055000" , "96311052010" , "96311054010" , "90611155000" , "96311054000" , "J900000601203" , "90611053000" , "J900000401000" , "96304030000C1" , "90104034001" , "90104036000" , "90104034000" , "90104032000" , "96304031000" , "96304034001" , "96304032000" , "96304033000" , "96304066000" , "J900000601207" , "J910001401000" , "90104046000" , "96304037000" , "96304066010" , "96313026000" , "96304060000" , "96304050000" , "J900000600904" , "90104010002" , "90104040000" , "96310084000" , "J900000601502" , "96310083000" , "96309097044EB" , "J780003955000" , "J710005520000" , "J410003001300" , "94509011000" , "90109076000" , "94509082000" , "94509012000" , "93009081100" , "J900000500800" , "94542020000" , "J900000602504" , "94509060000" , "96307088000" , "96341007000" , "J025060128" , "96307091000" , "28107028000" , "00050148706" , "96307016000" , "96313060033" , "96313068000" , "J900000601403" , "90130059000" , "J094020153" , "J650001000700" , "J125070001" , "J920000602100" , "96313050033" , "90134035000" , "J625060800" , "90534031020" , "J520000900100" , "90534034300" , "93035065020" , "96313029005" , "96303001000C1" , "96303006000C1" , "96303005000C1" , "96335001011" , "96335001010" , "J912060146" , "J900000802503" , "J910001001001" , "J800001001200" , "J900001022400" , "96303001020" , "J900000600802" , "96303099000" , "90108023100" , "96303088000" , "J900001011000" , "90803009000" , "J340001000700" , "95813046000" , "94513026000" , "93803001022" , "J900000601205" , "96303001030" , "96303070000" , "96303083020" , "96303083010" , "96303083030" , "J800000601200" , "96302001000" , "96312041000" , "96312040000" , "J900000604504" , "96302004001" , "96302010033" , "96311012044" , "96313001060" , "96311070000" , "96302039000" , "96202031033" , "96202042000" , "90111149000" , "96302090000" , "93802016000" , "96303002002C1" , "96303002001C1" , "96303002060" , "96303002080" , "96303002071" , "90130028000" , "J690001100200" , "J900001011800" , "J900000803501" , "J650001601500" , "J800000707400" , "J900000601900" , "J912060181" , "J690000620000" , "96303089000" , "90130003007" , "90103007000" , "96203039000C1" , "96203038000C1" , "96303039020" , "96303038020" , "96003049000C1" , "96003048000C1" , "96303049010" , "96303048010" , "J900000601805" , "J900000802003" , "93003141033" , "93003140033" , "93003151033" , "93003150033" , "J920000804701" , "93003042000" , "90503048010" , "J770009015" , "J125080006" , "J094020186" , "96203037010" , "96203037020" , "J690000600101" , "93003140010" , "J900000602101" , "J029060103S" , "96242031044" , "96342001010" , "96342002010" , "96342003010" , "96342004010" , "90113026000" , "90113013000" , "96342025000" , "93813035000" , "94313026010" , "J900000600801" , "90135001001" , "J910000600601" , "96242040000" , "93008020060" , "28111051000" , "96242033000" , "J025060169" , "96342026000" , "96307013000EBB" , "96307064100" , "93035065030" , "J650002401800" , "96307013041" , "96307013042" , "96307013045" , "96307013046" , "93008059000" , "J900000609002" , "96007040000C1" , "96307047000" , "96307013043" , "96307040020" , "J660002000900" , "96315019000" , "J310000101100" , "96307048000" , "J900000802200" , "93007040010" , "J690000615000" , "96207040080C1" , "J650003302400" , "J340003200900" , "J340003200901" , "J800000900700" , "90529099000" , "96213001033" , "96213002000" , "96310197044EB" , "96310086000" , "J690001700300" , "J800001701700" , "90110062000" , "96310060000" , "J760304708" , "J710004717501" , "J410001701400" , "96310111000" , "90910059000" , "90810052000" , "90210050000" , "96310051043" , "90510052000" , "96310013000" , "J625062050" , "J760295207" , "96310011000" , "96310085000" , "J410001701200" , "76910065118" , "SPA2141433K118B" , "96213016000" , "J01008060S" , "96213030000" , "96114069000" , "93014062010" , "90507040001" , "93308015010" , "J031060183" , "96014061000" , "J900000501204" , "J900000601603" , "J690000600100" , "96211066044" , "90507050000" , "90508006003" , "96307051000" , "93011064100" , "J900000501404" , "96314060000" , "96314060010" , "94507050190" , "XY" , "96306001000" , "96306015000" , "96306090000" , "96306003010" , "J900000601607" , "96306017000" , "90141071000" , "96307030010" , "96206026000" , "96306041000" , "96330087001" , "96330087020" , "90106000001" , "90130087001" , "96330087010" , "94041002010" , "J690000720000" , "90106001007" , "J900000601002" , "93006001080" , "J031060103" , "J650002201401" , "90607017000" , "96236082000" , "96306040000" , "93008084010" , "J900000601206" , "96211075000" , "J900000602800" , "96311034000" , "J900000801402" , "96311060000" , "96311061000" , "28111096000" , "90508006001" , "96311083000" , "96314086000" , "96241088050" , "J650001801400" , "J690000410000" , "J900000401600" , "93011058000" , "93311058000" , "90611057000" , "90111088015" , "90111088020" , "90111088030" , "93511088000" , "96311097000" , "96311007000" , "96338091100" , "93811099000" , "90811059000" , "93541088000" , "96311041000" , "J025060122" , "96311058010" , "96311097002" , "J797060003" , "J797100006" , "96311081000" , "96311093000" , "96311098000" , "96008051033AB" , "96008050033AB" , "96308063000" , "96308062000" , "J900000602507" , "J800000701501" , "J900000602005" , "93014018100" , "93014017000" , "J900000601501" , "J690000600102" , "J900000501405" , "96308062010" , "95807012020" , "93011068010" , "J800000701001" , "96311068000" , "96307058000" , "96307058010" , "96308042000C1" , "96308041000C1" , "J650002201400" , "96308077000" , "90808043000" , "96308042010" , "J660002001500" , "J650002001400" , "90135065090" , "96311066010" , "96204010033" , "J900001006501" , "J800001801900" , "J900001005800" , "96208099100" , "96207191044" , "96241001000" , "95841037000" , "90141023005" , "90141001001" , "55641023020" , "96241023000" , "93041085000" , "90141071001" , "96230050000" , "J991060203S" , "55641023010" , "90141002006" , "96341031000" , "96341030000" , "J900000612000" , "J125070003" , "96230066100" , "96236052000C1" , "96236053000" , "J900000603800" , "96236052010" , "J025060359" , "J900001018000" , "J125110003" , "J770000817800" , "90135047000" , "J025060201" , "9623501900024" , "96335017000" , "90136020001" , "96230036000" , "J770001424001" , "96230022000" , "96236052020" , "J900000601004" , "96236009033" , "96236011000" , "90110057000" , "96232018000" , "96230088020" , "J900000607600" , "96236001000" , "96236013000" , "96236002000" , "90130004007" , "90136003003" , "J770010015" , "9433600304424" , "J025060204" , "90136003002" , "96236031000" , "96236030000" , "96236036000" , "90136027000" , "96236028000" , "96236032000" , "90136033000" , "60036035185" , "60036035190" , "60036035195" , "60036035200" , "60036035205" , "60036035210" , "60036035215" , "60036035220" , "60036035225" , "60036035230" , "60036035235" , "60036035240" , "60036035245" , "60036035250" , "60036035255" , "60036035260" , "60036035265" , "60036035270" , "60036035275" , "60036035280" , "60036035285" , "60036035290" , "60036035295" , "60036035300" , "60036035305" , "60036035310" , "60036035315" , "60036035320" , "60036035330" , "96236061044" , "96236056000" , "J770001512000" , "96236024000" , "96236060044" , "96236027000" , "96236030010" , "96230018033" , "J690001260000" , "J900001205000" , "96236014000" , "96232023027" , "90236015001" , "90230029000" , "J950001300400" , "96230015033" , "90236015000" , "J900000903800" , "96230015011" , "96230015012" , "96230015013" , "96230007033" , "96230030010" , "91230033001" , "96230033000" , "93730014000" , "J888040150" , "96230002000C1" , "96230040000" , "J770024015" , "90230094000" , "90130024000" , "J025060451" , "96239004033" , "J912050353S" , "90130001001" , "94339005033" , "90130001000" , "90140026000" , "J900000501003" , "96230062000" , "96239006000" , "96339006050" , "J900000603400" , "96239090001" , "96239093000" , "93839010100" , "J770015824" , "96233001000" , "90132020000" , "J440001702900" , "J410002001400" , "J690002000100" , "96233006000" , "96233006001" , "J690001813000" , "96233003000" , "96233005000" , "96233002000" , "90233036000" , "J625062122" , "J471020122" , "J125150006" , "96233011000" , "96233001001" , "96233016000" , "96233014000" , "90633001007" , "96233013000" , "96233015000" , "96233010033" , "96233012001" , "J690002000201" , "96233012000" , "J625062041" , "J790001903000" , "J710003012000" , "96233029014" , "90110049000" , "96230057033" , "J440002201300" , "96234005033" , "90234039000" , "J440001301500" , "96034014000" , "J690001315000" , "90134016000" , "96034031010" , "J900000602200" , "96334036133" , "96334031033" , "J520000700100" , "96234001001" , "90234019000" , "96234001000" , "96034015000" , "J940000400800" , "90134012002" , "96234012000" , "93003044000" , "J900000601804" , "J690001013500" , "96234013033" , "J125061416" , "96034023000" , "93834020000" , "96234001002" , "96235010000" , "90135016100" , "93335001000" , "J926060003" , "J127060001" , "J125070004" , "95835041044" , "J900000501900" , "90135020000" , "J310001202900" , "96235026000" , "96235025000" , "96335065000" , "90135066000" , "90102055000" , "J912060253" , "96335003000" , "93008050050" , "60035067820" , "J600001041700" , "90107018011" , "95835068000" , "J300000801000" , "95835016000" , "90105017000" , "96335036000" , "90108076000" , "96235052000C1" , "96235052010" , "J900000602510" , "J603061001" , "J025060104" , "90135058000" , "96341090010" , "96235055000" , "J760122455" , "0760122406" , "90134013000" , "96230026000C1" , "96032048133" , "90132051000" , "J520000800100" , "90132050000" , "96330020000" , "J770001424000" , "J710003315000" , "96330095000" , "96230064000" , "J000150502000" , "94334051000" , "J770017721" , "J025060350" , "96230027000" , "96202090010" , "96334051010" , "9623000004424" , "90230079000" , "J01665060123S" , "90130004004" , "J618131912" , "90234030000" , "90230084000" , "90140020002" , "J025060141" , "90230022000" , "J011050133" , "90238029003" , "90130003004" , "90230066300" , "96211023100" , "J770002024000" , "J025050163S" , "96239034000" , "J900000607001" , "96204060000" , "J005060123S" , "96203096000" , "90130164000" , "J011080203S" , "J900000608500" , "96230035000" , "90138091000" , "90138091001" , "J926060000" , "96232101033" , "96232003000" , "96232011044" , "96232002000" , "96232005000" , "96232006010" , "J410001500900" , "J910001400900" , "90632038000" , "96232057000" , "9624000100024" , "J025060221" , "96232024033" , "J618253216" , "96040022000" , "96040023000" , "J690002014000" , "J690001706000" , "J690001608000" , "J690001610000" , "J690001612000" , "J690001614000" , "J910001600900" , "96040024000" , "96308010000AB" , "J031050161" , "93009059000" , "90108050001" , "96308019000" , "93003077000" , "J650002502000" , "93011093010" , "96308015020" , "96308015010" , "J900000601405" , "J650002902100" , "96308015030" , "J900000501603" , "96201002000" , "96201001000" , "96201031032C1" , "J900002202000" , "96201034032C1" , "90501045000" , "90101036100" , "90101086000" , "90101080044" , "43578016" , "43578014" , "43570623" , "43578044" , "43570723" , "90201025000" , "43578219" , "96313025000" , "90501046000" , "96314033000" , "96314034000" , "J125070002" , "J900000501500" , "J912080293" , "95801038000C1" , "J900001006500" , "96301039000C1" , "90101042000" , "90101040000" , "90101041000" , "J982101253" , "96315001000" , "96315013000" , "96315003000" , "96315121000" , "96315127000" , "96315119000" , "96315117000" , "96315126000" , "96315123000" , "J610000600400" , "90607830000" , "J926060001" , "J310000100900" , "90107013008" , "90507017000" , "90515011000" , "J310000101200" , "96214001000" , "96208004000EB" , "96208003000EB" , "96314004010" , "96314004020" , "96314002000" , "94814526000" , "94814525000" , "J06797100183" , "J125100009" , "J910001000800" , "96314010000" , "J900000501602" , "J900000601204" , "J900000500900" , "96314045000" , "J910000501100" , "28114047000" , "J025050126" , "96314040000" , "96314043000" , "J934100006" , "J981420133" , "94512082010" , "J910000600505" , "94512082000" , "J125050005" , "93014024100" , "J900000605400" , "93014001010" , "J910000601200" , "93014024110" , "J690001210000" , "J690000710001" , "J125062006" , "90212581000" , "90212582000" , "J06923050053" , "96314025010" , "96305082000" , "J025080353" , "J800000901001" , "90205068000" , "J025060147" , "96305090000" , "93805011003" , "96341190000" , "96341090000" , "96305004000" , "96205007000" , "90136038000" , "94305050172" , "96305051000" , "93805096000" , "90105000002" , "90205086001" , "J340000600700" , "96305097000" , "96305032033" , "96238007033" , "96338011000" , "96338009000" , "J471010100" , "96238001000" , "J028060303S" , "90238015033" , "90138015050" , "90138015052" , "J025060166" , "9623800600024" , "J770004126200" , "90138015000" , "96238002000" , "J025060401" , "J7700090151" , "90238003000" , "90238017000" , "J770012520" , "90238016044" , "96238008044" );
Copy
80
0.28 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1003030787
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1003030787 ;
Copy
81
2.01 ms
SELECT s . product_number as product_number , lower (hex (p . id )) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p . product_number = s . product_number WHERE model_number = ?
Parameters :
[
"1003030787 "
]
SELECT s . product_number as product_number , lower (hex (p . id )) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p . product_number = s . product_number WHERE model_number = '1003030787' ;
Copy
82
15.99 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"ÍÒîÙã•DŠ“Ò\x1A Å\x18 K–\x08 "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"ð(¨fh\f L\x05 „ƒ\x17 ÑÁç|ì "
b"╚ìõËñ\x1C Aàú38ÙñÝ┌/ "
b"àWÃ0\x1E ÿAË€ôÇU\x04 ìó\x0E "
b"\x1C 0`ØU/H÷ŽoJD¾&`, "
b"º=lÆŽÍE€”¤pÃw«§£ "
b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s "
b"̳\x1E ê1BBQ©ü(ÎC¨õ\x0E "
b"ÀZQÁ\x07 ^I_ìO1ÓC4i( "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"å»r6÷╠OÉ¢\x16 5_\x17 5O "
b"¾A\x15 T╚ØFrü7ð┼¿oxx "
b"ßFæL╠\x04 HÙítK<ÉZ\x10 Î "
b"ñdEš(Ý@̯5MàJ\x18 ET "
b"Àß4Æ6~J¶´ä\x1C k'äRÁ "
b"RD\x1A Ž\x19\x17 Hî–ÐI,/×ýQ "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"""
Þ╚├²æ\x05 B\e üÑܳ\n
Ò\x10 Ü
"""
b"Œ,¡n–\x07 KC¬$”é—1>\x08 "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"%\x18 ]¢\x03 JKM”Zk…\x11 ÿ\x1C\x02 "
b"À½Ñ└7■D[▒╚ìfvÙVq "
b"q”œn.¡A˜±~ÁÖ\x00 öûÿ "
b"t\x02 IbÓFôª\x1D\x01 ]Ê€&¸ "
b"""
\x1C Ú\x04 j\x05 ╝L╦©\n
bÈ\x03 26ü
"""
b"\x1E ?áDŒ•B¾¤»¢%T÷^\x0E "
b"\x01 ˜Ì]Aâq²«&Ì\x0E W\x12 ]e "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"]!6ð~ÏL_‘\x1A ¹äë,” "
b"ü\x08\x1A Z}ì@Æ┐ú¦\f vÝq} "
b"G‘åm|·N\x03 ŸE\x1E 9ä1:\x15 "
b"""
£±ˆ\x1A ×zL;¾e\n
i`\x1D ùü
"""
b"7Š[ç\x02 *NW²È„\x11 Ç«³ß "
b"âéÄ;Á“B·¿íç\x13 Ù!ø "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"\x01 ˜Ìi”frܶãAi~\x01 ¿J "
b"ì¶/À4\x7F DV¨¾T³ÅG¬\t "
b"XÖ*ì9O\x14 ¥lØ•B’œã "
b"\x13 8[\e WÌ@T¬ÜÍøúÕˆ¾ "
b"¤ž,–Õ\x1E E*œ‚c&Ðç£[ "
b"âå╚£¡ó@\x0E Ø0X├µ╔└I "
b"╬Ø?eD#HóæËÛ\x18 f&\x01\x11 "
b"|ı\x0E ßg\f N«É,[╚8ßý║ "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"DY╣KÍ┐@zû\x7F ÉÐ/\t\x1C + "
b"Øå\x05\x07 1·C Ø/ ÿ5õ$ "
b"2¹SOw\x7F MxªTæü¾pG’ "
b"Ì:l7\x19 ‹FS¸¦ì7\x01 0¶% "
b"\x16 ╬Ò╠ÎøBÑØ┼ÌìL$/5 "
b"\x08 ×»;©\x02 A¸µ”ð!ÉÕy„ "
b"YS…y\x1F ÍGb¿"Pš4<åÛ "
b"├¸¶¥,ÃEÉá(sVsÇÍË "
b"▄]\x00 ÎAlM*ïÉÄ\x16 Ú\e m\x1E "
b"ÂâKø²JOÅèßu[ø\x11 ã▒ "
b"s㩓׌E¼¬V•v”ãÜa "
b"h*=é¢SNQ¤”e\x0F \r \e\x18 Ÿ "
b"”¢±‘êSCàœîÍ\v [õD/ "
b"èßÇÙËËGh–\v©-˜ÒÙ "
b"""
[I.î2bN\x18 ¡\n
à\x07\x10\x17\x1A Q
"""
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b" !í;'QI§»Î¼ê>>Q "
b"^Õ§}9„KGƒÆôúP·Ðù "
b"÷'S4¢:K[†\x03 ;m\x17 ëñŸ "
b"Xp€\x15 5åHv¦¦”À;,d; "
b"M1›RsàBc´÷&\x12 1¶ëå "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"d#JÂMÐH\x04 ‘ø7\x00 þƒ}Û "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"úqÁ\x18 ùKÔ„ö³£1cÑ8 "
b"ŒÑÿê’O\x1C Žá³š»„0Ó "
b"ŽBðú\x00\x12 BO¾<.–"‹°d "
b"ÕÊÎL°HNA¥MŽV\x07\x00 <Ž "
b"R┘lÔ\f >G\x19 äÑ\x1A ë\x1F kü} "
b"ƒß?âú½A©ƒ\x05 ŠÑ¹®Ûô "
b"│▓\x03\x06 ─═L8®┘b\x01 f\x1F íØ "
b"\x01 ˜Ì\ð—sÀŽÀÒ\r ÔüÙç "
b"Å\x1C C¬ýFH─¬ß\x04 J·Ìó6 "
b"¤ç┘õü¿B\x04 æö;_Vl8\x1F "
b"¸È$¸N4JQª§Q³N£è "
b"Zrj-œâIòˆQñOé% Ô "
b"NME‗\t )B\x1D ï┴\x13 =2³kÉ "
b"\x01 ÿ╠^É\e p®è_¢ÆTèã▓ "
b"š\x08 ¤qÑUNM˜¯Z«Á£”• "
b"▄ò,▀2ÊL\x10 Øê╣Üä1èã "
b"àf8\x0E &\x10 F:ì═░[%\x14\x1A Õ "
b"IãÕª æF\x03 » .=;&L– "
b"‡…V\v ÉiIG¦´Q‰\x0E &\x1A o "
b"ø\x7F t&D>H,†‘m\x1D cè€V "
b"¾ÒÐü\v\x01 D\x10 ¥ï]fF\t ü\r "
b"¾Z\x03 `!HN|œ/$Fè÷42 "
b"¯Ì\x10 ÕûñN˃7•½\x08 .À« "
b"Q│\x03 ─bBGoü²\x06 └\x08 >üì "
b"ı2¾\x08 ıKE´Ö▓g┐\x10 ┼~Ø "
b"…iˆmTØHÿ³\x19 ¤+²¸F$ "
b"BÒX╣y @ØË┬oÜï▒ƒ "
b"\x17 T\x0E ‡U×E-³Ñå\x1D ?(d½ "
b"²0*\x1D\x17\x03 Hêå&é òÄ┼Ø "
b"¸þnö¦HD)¯îë0;^Œ "
b"enþóC\r E±£ò-Ã-¯0¥ "
b"Étlÿ╝6K─¼\x07\x10\x00 ╦Ñ*¸ "
b"К1¡v(D^„sn<~ó8Q "
b"¸tÈ+‰\D°œÉN\$§uc "
b"\x1D \dÈt¿MÆŸ?ëÐO¯3d "
b"═'©ÙºrCìøôñN┌¢ß- "
b"\x14 Î5l\r µCô™Àp•‘\x16 /¹ "
b"*\x04 –}\x1C ¿K:Ÿ[Xƒ´çç "
b"¤£ªÙJÅL\x1A Ñ\x10 xÒ\x14 Ç├à "
b"PMz\x02 ž€Cå“]Ñ\x03 9é˜é "
b" í4HPïMÇ´a\v ê…¥\x01 ‚ "
b"\x18 [›]sfLO¥ƒË#øJ\x15 ž "
b"‰&ü«ÌqC6¸›ŸT\x1F ²/= "
b"Èl<•gÒMT“J‰7ýÒdõ "
b"ù‰ÞÎØKO(“&ÅTŸc²6 "
b"\x01 ˜Ìk-qq=³Ã^µ”vG™ "
b"tbåGš±D2¯Ö\x1D B·\x1D jë "
b"""
…7“×\x02 %C “.\n
‚\\x0E eÉ
"""
b"Ø8d+ÏÒ@<µ~5¯T£@û "
b"'Rö\x06 ÅUN┘ä┐╗¯¿l}ð "
b"í‘÷7kÕJæŸÍˆ[ôÓ+! "
b"""
É;d┤ªòG\n
ú╩´ÉÕø\x06\x1A
"""
b"\x01 ˜Ì]¯=rÖ¸ì\x1F ò»ÃÚî "
b"‚yNÈ\x14 ,K³ª\x06 ™\v ꈜ· "
b"Cšw¨‰>C\x10 …€@…f,\x10 ¦ "
b"äŽïí\x14 ¶D©€jZ¼ü×>\x7F "
b"PF\v VÎÀF<éÅ:┤ðEÎQ "
b"q\x1A ëXÀë@7ºÝ{ôEE8Ï "
b"cç\x1F ¤×\x10 D\x10 ¿=*«–™8… "
b"sû#´ŒõJ®«âè1¾SsØ "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"ìùç├âGE¿º5%ÌÜÜä "
b"g›¤YôÚDÊŽ¢\x12 «¿Ë\x17 ² "
b"rØy*¯3@\x11 ¼\f 9¡æ¯ô\x7F "
b"9ÿZ\x00 Æ)CQŸ&\t ´4÷\x17 w "
b"\þÅ>RVA▓▓I\x05 &ÓyBÉ "
b"¯þþò\t LK¤˜xZiû\x05 “é "
b"░┴\x14 94ìA\x0F éq¥¼xS\x15 Ú "
b"oôQÍeNAo░ì$²¥\x1C ¼\x03 "
b"¡zÒH▄àN²¼\x7F ü\x1E Ì0▓Z "
b"Ç]H#W1Aø¯\x05 }Àá\x1F äV "
b"Aa(¤øwKJ¨íš5\x1A\x18 Þ0 "
b"u‡¸s\x1F ¬@©¼s\x1A é\x16 zDÊ "
b"D¥þ╚┐&O\x12 É\Þ‗\t ARJ "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"\x04 ‚0aØ KX³×À\x1F AçØ\x02 "
b"\x0F ±yXÙeKœ›0SP\x01 É\x01 ù "
b"┌ÉaÔ±´LOñhîà«MÍ\x03 "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"}¸\x06 òppDUÉWÛ6íÓ\x18 Ñ "
b"Èì.L\x06 .@!½|qfD(sñ "
b"\x01 ÿ╠mÜ|s¬àÉ\x7F {\x03 ═\t ! "
b"€ws^¿#J¯ˆþäJ‘\x1D +r "
b"„\(Qi‚EÙˆõHÝŠó‰Š "
b"ðwãÌš2Gt«¶ÍQö§‹î "
b"42*Ð!{Cb¡Ï æÆ\x17 +™ "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"Tᾘ5üCú¨ED»hûYB "
b"ÜúB΃┬Fþ┐?©ìÍ'Eï "
b")–‹$½\x07 Db°\x0E u©î’÷‡ "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"õz·Z\A\x1E ŽâIM\x12 Ñÿ "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"K2—\x7F !¼G7¨å¥”Í‘ðû "
b"ü\x00 Y\x15 ŽˆI¹÷uÊao "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"9`╩·\x07\x10 EÂ╗Òì┬§zÌà "
b"\x01 ˜ÌkôÖpež\x05 t3üâÑß "
b"{[„\x13 ä¯D\x07 €Ô\x1A Aš—(b "
b"àk¹vY║Dì«Ü]ó7╣─\x08 "
b"gl\x00 ØŠuG\x06 ªÑ!M´Æ¬\v "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"▒º\x19\x0F ║ÖCØæâîC╬┬\x03 \n "
b"¿┘$\x0F ü\x17 H\x06 ƒ▄?P5▀. "
b"'°á\x19 M\x19 M\x10 ‰}özn\x03\x00 ® "
b"Û›ÑA<ïO\x12 µ$¼_™ä¼E "
b"ƒ{~Σ˜F\x13 ¢"\x02 ÂC™Q„ "
b"Úœº|;ÍIa”\x1A :#ë,ân "
b"Ç5„Àº!Ej–é\x1F \r ÁbÒ\x07 "
b"®ŽØ™ö{Jd¸\t ~³‰½&\x08 "
b"4Ümv1¿Lü«╗ÀÏ\x10 üà) "
b"Ë\x1E ÞþüÃA¢‡ç¯M3%éu "
b"[┤·~½*LöÜ\x02\x08 kü\x06 Þþ "
b"A\x07 œt"UJ°„\x06 Ÿk®3‹œ "
b"å\x1A ²\x01 ƒ>OæØó\x05 t\x1F æòà "
b"ù\x02\x17 û˜ÖJ†—DäàšÀ[À "
b"}£†ß;ÃL3¡Â\x1D ÿ)…öG "
b"}\t\x12 ü«µL·€e;AlDÊì "
b"|C\x18 G²¬F§¡#ÇËC\x1E Í“ "
b"®=¿È4\t Nî˜A{4EÐÖm "
b"6ß:\x12 ôƒK╣Å░»═Ë:r\x03 "
b"\x0F\x01 £A9\x14 Hm…\x10 9‚¸\x14\t\f "
b"m|ì+┘.F@▓W\x1A ¤î¸°¨ "
b"õ¥:\x02 çDvüÇ\x0F ╝X²+¡ "
b"?\x11 œõpàE\v ©i:\x17 S2M! "
b"""
º\v \n
{ì4BWÜÅñ├├tÊ3
"""
b" ³@²\v ™@éº9^ß2¢0^ "
b"™â¨ö\x0E ãM\x01 ŠAòv²Ä@ "
b"jm\x19 Ř’Fÿ¾%Û\v ýñÛ¤ "
b"0ÍI…?\f M;ŸÚÝ=K6aë "
b"%Ür÷åHL[²L',ôpSl "
b"""
Ö\x14 œ\f \n
»@ö¼µGþª\x0E\x1E r
"""
b"¯m¾’?åNÓ¤¨½\x07 ‚\x10 öù "
b"í)+Ù\x13 •M¨”@Š*O\e ¢b "
b"¿)8ü%)F\x01 û¬Û£@@█Ê "
b"Cj[q¡ÒJÒ‚}\v H1\x03 ‚ "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"#gš‡\x04 ÀCk±°úZ¬qqc "
b"Ž¿\x1E 3>\x10 L$¡l‹‚Ufü, "
b"€ß«U8\x08 DÄ©»\x11 I©ÜäF "
b"Íò~½b$G‚ª÷8S¦7\x1F "
b"F8³yê$Fù¨â€\x02\f eçc "
b"ô·?║'ÞLÉÿf²┬gqr\x08 "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"—þ\x1C \\x07\x18 Oªƒÿ$£\x02 N\x08 Œ "
b"t|`wŸMM¥¹Mš\x14 ‘\x00 ˜€ "
b"ËxB„kÀO︆ÓÙ”½9\x19 "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"±L┼Q´\x04 LjÉ¿\x04 S█.Jõ "
b"¶§À\x05 ‹JDž§ÝÌ\x08 Í\x0F 0\x1C "
b"T\x04 i<i}HT…Þ}çáï,\x01 "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"”÷Im+±IÔœl2\t ´"â\x08 "
b"•T\x03 ËîîMâ™m-´\x15 þÖc "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"×Gza›;D©¥‡VfŒ¢\x15 ÷ "
b"´ÇÕRÖ╣M0Ø<<╚\x10\f Q? "
b"0Q}┐▓ÁMsòͺ\x0F ¨\x0E ~ì "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"ÆÎ‗¦Û:G\x03 ëØu¶<Ð\x7F\x05 "
b"ÄÞŠ\x19 ?9Oöµ$N\x01 »·\x13 ¸ "
b"ÇlØÐðoI±▒DÛÇ\x16 ^û\r "
b"├0°╝JïJÅÖÑ\x0E\x14\x06 7±ý "
b"EeÔPùùE£¿¸ƒÝïüm_ "
b"É@f\x01 :\x10 H)×╩z:ñ║▄Å "
b"Tmþ\x08 §PNc¾;ÝÿŽL2x "
b"├0×\x1A 7ôCv©²Å\x0E ½8×\x12 "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"ó)•†ÚƒC?¡\x00 ñ\x06 &q=ù "
b"""
DëØú]ÝDJ¼ªï\n
Û;Ìo
"""
b"àÄÄì¸ýOz¸°“\x13 Â\e ôD "
b"NE2nÇ$KH¿=üºº█\x10\x12 "
b"Ö\x18 ™*}cJH£ô+Ô|¶\x7F ‘ "
b"3\x18 ˆßk”GÏ€?kÊŠ\x11\e c "
b"ã▀\v )ì,KN▓Föö"Ö¡R "
b"O`¡í┬óK±ÑÍ\x1C ‗+ükð "
b"܈9#«ÏLú¦°dH \x00 ž» "
b"\x01 ˜Ì]í¿so„˜À\x14 º9\x1D Ô "
b"ÒOèù¹0Dì▒\x10 t\r M─[\t "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"\x01 ˜Ìj¨êqÀ½\x19 þ£z@-! "
b"ˆÕ\x1D ¡+)EŽœFžwÁÌKæ "
b"j\x07 KY¦8GÅê¾àô®ëÎj "
b"ñ\x03 ÑgïûF¾¥ÿþC{jñ "
b"êPw\x08 b\v GKŠÁ”_ñ¿ÔÞ "
b"┬¶o/ã0KëÂók11¦|É "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"œ„´FðLLÚ¢ëjÞ×§Q "
b"QW«×>ªEÿœ*½_ç\x08\x04 ` "
b"\x01 ˜Ì^Ö\e sz¿˜ß#\x18 à,6 "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"Äâ\x18 ªãÐId½md¨uîB\x1F "
b"«\x1F ┤bɲCÛì{<KsÓr█ "
b",ÂÓ“¶½G¿µ}r¥)ƒöb "
b"Þî$>~\x1C Gª„ÚŠ‘‹kSÈ "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"\x01 ˜Ìl™¸s\r ®ÎDÿc"=¾ "
b"Øp═?BïGÿäD\x06 {´/Ù\x14 "
b"R·³\x1A ;ïA~·Zø¸[ì\x7F 3 "
b"""
ÚMÊr[ÔFØ£–)ºjä\n
\
"""
b"ª\x18 pZæéC,ö$n\x00 ¤ÝÓÉ "
b"\x01 ˜Ì]Îus\x1C Šrk–ï\x07 ¹Ø "
b"J·1¡¾fA0¿¥¾÷´\x05 zs "
b"ÿ½╗L‗\x13 JæÅfmÑóÚoõ "
b"ÓbO5>KE\x1D §\x14 —4.7õ— "
b"""
ûF€DpeJ…–Ä\x7F \n
,@\x17 ›
"""
b"ïàn4µ’K¦ª\ë6þ\x07 ßñ "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"BU|ÐU\v Bã‡ü,Å;žü. "
b"Grí_!\x1C Fã¸X3ji/¼Î "
b"&f®ŽW0EÅ„N\x0F òð\e\t ¦ "
b"‗ÁByUFIýƒ«üT¸Öþ▒ "
b"šËpMI¾D熨Ç\x0E\x01 ºúÎ "
b"εØÈrüD¼¸Ä…:\x05 #ý\x17 "
b"\x0F +Å\t ”?B_ˆ`#‰§ìëe "
b"0■mºNdO╩Ø»▄ýö■÷= "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"Ð\x11 7…Ø%HÅ»Whb\x00 øQ% "
b"WCr8î¯O'ü÷╚Ý0dM\x1A "
b"-†-1íÞDɆx\x17 £3¶J\x18 "
b"rþ|Q%AG’±Å/Sù\x06 ™È "
b"ÖÑv\x18 ¬®Mºœ±(¬'\x06 ¯\x16 "
b"²oÐQ\r WNç°ÉY\x1C ˜ÙÆ\x1D "
b"""
_\n
xØs¦E>¹\x1F ‘\x11 6Ô~<
"""
b"ìH4GV¶Mȉ\ óœÉ¯Ñ "
b"S\x1F +³)‘FN¥G“CòÙåw "
b"Ð\x1C !\x13\x13 öAh¼ÁÂð‘àx” "
b"\x01 ˜Ìim÷qʺDZVˆ÷6™ "
b"ÇP═▀zÊM÷Å░\x1D @á,Ñ] "
b"\x1F úYä\x17 ÄJ½Œ@;B\x1C Òxr "
b"+³‚$áN@š\x1F ¾\x12 Ç–ž\x0E "
b"û'F&\x15 ¶D\x01 ³k:àÄpž¿ "
b"T"ø^ÔAO'¨‡MŸé\x7F «" "
b"G\x0E ‰NÖÎMs‡£å¶öË“\x08 "
b"""
lrâ*̓FÄÑáLÅG\n
ë~
"""
b"ظ$«Ê€Dp‡íÉÆ[éÚ£ "
b"Ø*╚Ü^\x1A C\x15 ║└A,$É┌\r "
b"\x18 Øüß)WL^â\x1A Óè³óxÌ "
b"J/╣ôÊ\x11 KôìÑQ\F █» "
b"m/:KÅÌMB±™\x15 3©Œ“À "
b"ÀË\x14 ©ø*Dó‹À“£6.\t ð "
b"¦╚É\x05\x00\x17 A:▒\x7F tRÍ{À\x00 "
b"bÜ×\x18 [ K\x12 €=Ã\x17 ô2tD "
b"ÊðѨ NB\x0E ˜ Fƒ‚øi "
b"\t @bÕ kO%Œy7q¨^m\x0E "
b" œ@·°çA{†\x05 „\x0F ücüÆ "
b"‹êN \x04 Ø@-«\x18\x12 øš\t\x7F ¹ "
b"ìs”Æ~ÒIÚ°oœÄLš+\t "
b"bÒ\x1E\x01 ç╬JuéWwÉÔH\e . "
b"\x0E š?¿÷\x04 OD½Í\x0F €Dah8 "
b"\3®Ë\x11\e E\x14 ¿Áê—,ï‰} "
b"›º—Ö\x0F LD\x7F ¡E.¶áÚšv "
b"\x7F t\x01 ÒrêN÷µõÇGÆ™XÖ "
b"Jî,x»I\x11 ‡{\x1E u¯"Ï "
b"$\r \x06 úù^G»§ý¥< ã”þ "
b"¸¯×'DFø£FúÉlÿ\r ˜ "
b"\x01 ˜Ìj\t\x06 p8’)§²¼\x04 › "
b"ûôˆ…¯EAQ°^ñ:ñ¥›~ "
b"\x14 1ínÇØLM®bÏløì\x7F Ò "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"ì\x07 g_#|Koˆ7_fŸ@Ä\x16 "
b"žM‹ ¼…L\x0F ƒ@\x1A o\x1C e>‚ "
b"U├u█ MKìóàÐñHR▄³ "
b"ÇHêvƒfC|²”B\x18 ô"µÆ "
b"ÆÒÂ&ÜIÂŽÓ"`-g\x10 à "
b"ü‰ùuÈîN¬¹˜4+9\x10 qÝ "
b"\x1A ¶¢™\x10 ™HÛ¡ÓÕ\f q„\r E "
b"?Ífû1²CÔ–‘*%HŸ\x03 v "
b"´ø\x14\x06 »}L>‹øÄ\q\x10 އ "
b"SáuúR›JÖ¶âõ¹×\v “× "
b"©ì:²¥BH‰©W—MÆ\x00 º¾ "
b"×èq]4_Cé¼¶\x07\x1A Á?\t è "
b"~6â}\x07 èE´³ä65%$â] "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"\x15 ½Å®|wF$ô&6¯Ô9\r È "
b"ÉG?\x02 š\x1A Jx´¨›ÍÌá;w "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"^¢Iþ†ûI(‘tÇ\f ¢)ËV "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"·╣rÏüyGnî╚¼gC\x08 ┴M "
b"‚\x05 œÿa’Fl´cFˆcòë‚ "
b"ìX╣Ah¸Måä£\x1E O<C«▓ "
b"0¶)ßû®KD”•\x1C )qØ;\x13 "
b"ýÉ×ålÈC└Üa¼T7¦\x19 Ü "
b"mÖûB–àMm§.>·\x0F dL˜ "
b"\x01 ˜ÌlÁ\x12 pާ—òn‡½>, "
b"4–çö!³@ÆŠAx{D@J7 "
b"¾\v ßû@tKùµ\x1F Ý\x0F \X‡u "
b"OÄS\x1E Ü\x00 A’¤N‘ÃD7ír "
b"üñ?\v íÌJË¡ûÔIWbVÜ "
b"2¯ÄAt]O~’µ\x15 ~\x1A é0² "
b"°à ÛÁéNYöûLöìu1H "
b"\x17 x«'\x16 ½E²Ÿw[Ð\v\f 0¬ "
b"üvU kÖDî¢h│0*b)ü "
b"\f T¼{ë.Gl¡2¤\x01 ð\x1A m8 "
b"<A:Ô^þIö€R\x05 }KÉ,{ "
b"—ÌH,óÿLL½V\x18 Ê\x02 j×^ "
b"42{åÛ´H•”S9XŠC´f "
b"¿uÁ\x11\x03 ØEȵœŸž\t ×q! "
b"Åå¶j½9L-ÂÎ"*¶b\x17\f "
b"—b”ñ\e I…¸Ÿ‰™\x18 ½Ô "
b"ÞÝ‹ÓdÁL+½'ÐæSJœ "
b"±‘X]WÿAǵ\x10\x06 Z¤ÊFu "
b"åÅm\r ôMç¯ëÚB\e EJÛ "
b" ¶\x11 —\x18 2@Ø™Ú̹«ÖÍ· "
b"i·4¦*§BÜ╗åÉ\x1E þ"\x17\x02 "
b"ì`ÿ©¬\x17 H=¹Yf\f 7‚•Æ "
b"܉økhaN²†\x01 OU†ý‚ê "
b"ÃèÈ\x18 qL%ª~öÆìÔ\v ┐ "
b"€oÓº™ÞD«¢äM¡+j§; "
b"\x01 ÿ╠l¾\x1A sFÉ¥║$┘t£¾ "
b"\x16\x11 BN@²Bf«ãa:\x12 §ã\x06 "
b"Õ\x7F ’§»qG¢‰š¡\x03 3éYB "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"®u`Îi"Fà«Çv’‚'\v L "
b"\x10 >┌ì╔\x1C NHâCÈæ\x16 ═é╔ "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"ëcOXÉ.Gº‰wž·³\e Ê1 "
b"íÜ▀\t ^kF¶¿\x00 ðãÅZ<D "
b"Šð”™\e ‚FÛ¬VÙ^s»w˜ "
b"=õ\x18 rËÜH¯ˆm¾-¥Ûpt "
b"¦Y¶ÅYyNo¬T!gt¾™Ò "
b"n\x0E 2\x16 ±SCò•ÆŸ\x1F\v 7ßÉ "
b"«\tÄ1█GÏü°ý8%ç+¼ "
b"Hb?t$.EVƒ[èû~¨éq "
b"!ª┘¸─┌LÔ¬Qé┌í@GØ "
b"6tZ÷¹r@˜Ÿ{ªÀû›©à "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b".¸}F²^O#¾æ‚nZSû\x1F "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"HßGé&ÅMÓêu6ãNÿEò "
b"—ûšv…”GÞŒ\x06 Š\x14 ×]ð "
b"'ù¾\x1D <¤@_»Ø\x18 X{,-╩ "
b"rÛÅ6Z\x01 Oìˆ;^/—~Ûó "
b"""
hÊ0öŸsI\x03 ¯žèÂé\n
´á
"""
b"ìè╔H\r ÏA\x7F Âw5▒\x00 ╣Â\x15 "
b"\x19 ±b„´%Jb€\x19\x15 ô‹W6z "
b"AÖˆ\x06 =âAï¶q\x1C ¸_¬¨h "
b"¦½×wqwB˲I\x10 òD^\x00 [ "
b"v=y*]ËAO¤s,ôpná "
b"═P\x1E Ur±D}üÖdpwУñ "
b"@ÿè3sãMo¨Š©´~˜•9 "
b"""
ç0Ü╝n©BKÉV\n
øÜ£ðT
"""
b"÷³^L\t ÄHÿ¦\x18 “®¨\x05\x0E "
b"┌ô¶v\x04 ÷Jì░Ø):&\t jÏ "
b"ÔÇ*¢´¢Cp†½²x\x1A š\t\x06 "
b"Øí¥\t êäGñÄ´8Eê¦\x17\x02 "
b"\x13 X"\r \x13 ÊA`éÉ«\r \x11 K[Z "
b"¨í4½\x13 ‡E*ŽŒƒm’Aåp "
b"/ë½ìùzCOè\x01 Æ▄á╝UB "
b"[Aþ¿¾WLïºÔåÏWO™h "
b"©ïvõ„ÆN#´3,{þ¯¿‰ "
b"Ý£Vе▓Gå×?\x15 GüX±g "
b"ü2ò2ÓçF0Ÿ´›üh2a¯ "
b"\x11\x11 Zvè\x1A HûÑ=t)ØJ▓ü "
b"&¢ó´WWGg«‗زóJ\x05 ╗ "
b"#3ÚÝwnFÛ®\r ‡œ©Ÿ~Ô "
b"˜cí\x19 ¿ÛJƒ–ƒ¯“±dd\ "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"‡ÆWKÈ´L3¦–ñ‘|_\x08 4 "
b"\x01 ˜ÌlnAr×”Ê(;\x0E Ä³Ï "
b"\e ┐üÅ*»CO╗ñ╚èÇ├\x00\x13 "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"³*õ"F+C`øl³ì┌█´K "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"©\x07 ÿî¯Þ@\x11 §×¨PêJE† "
b"╠┘%Î█%CÒÇ(Z³ì`×+ "
b"ø\x08 îj³åC΂7h¹$¦\t K "
b"\x01 ÿ╠g└Òrµü}█x\x17 ý\x10 @ "
b"¡å³—œÏDª†šK\x0F K{÷È "
b"Ü• Ÿ=‰@,…\x10 +§×Ru\x12 "
b"\x01 ˜Ìl36rް\#\x1C U\x13\x7F ) "
b"UÉJÌ}çJë¦~ñª\f Ô\x13\x1C "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"Ø8|å¢ÖIg¬6Ð:Œº†¶ "
b"-ÈØ║ÑsFÉø,yâJ▀:| "
b"Iæ|╗\x01 £@Å«òö▄À C▄ "
b"®╩Ôõu¬B"èÞh*ìÌ\r S "
b"ïZP¿±õL»£>Ø2p\x17 œþ "
b"{°>ò¬åFÓÈùD0É "
b"g[â ½ãO=Å»\x11 |├º╗E "
b"TvS=¶KBÀ‚l²ŒŽhü£ "
b"«Ð’7Ú\f M\x16 ‚H/êØÕn¶ "
b"ã%\x7F ╝├ØL\r ¿M¡7¿P5È "
b"‘õ’ŸŒE’©¿Ï‹/YDš "
b"╠┘\x06 au░CöÆì┘rDf▓2 "
b"═ËuÎUQO¡ì╚ÀÐÄ\x1D '1 "
b"/åå!N›AŒ¡IZñ ¯ºo "
b"-‡U4M\x0F C\‚™VáCF_Í "
b"\x01 ˜ÌmsqrU¾1ŠÄGÿâ„ "
b"#.Ö╔╗ Nä░)è├ÅÄÖ¬ "
b"│Èïiq²OIØ}¬s:IêX "
b"\x01 ˜Ìm<ýq¥½œ)Á\e ã*\n "
b"»\f —ŒóëD®¿#î\x14 P\x07 +ø "
b"@†/W½òC‚–7ˆ/°Õ†³ "
b"C┬®lÄ0LÁÑ£ìA\x0E Íûñ "
b"<#wºn)DX½\x1C ¯ÐŒü-V "
b"báGìnãIPä(╬Eu¬Ñå "
b"‹ôÅ\x10 ?ŸIU³IË¢\x06 Ai¾ "
b"Á5\x07 ߟ\x17 Iå±o³GþM»\v "
b"ÆC6mÅîF¾Åû%ıJªXÇ "
b"\x1E ìë\x00 ╩B°º'&\x11 (\x1E `¨ "
b"\x01 ˜Ì^«~r±‰¡ƒƒ[§Zó "
b"‘sh»ØòAó¡\x7F 4\x15 \r ¯?a "
b"\ÕÚ¹¾)F\x02 ▒!öTºØ¡§ "
b"›„ú˶UAè”\x15 $Í1¹`\x0E "
b"Ÿ9~\t †/J}¼P±ßã@"< "
b"\x1F í\f «?ªK†•õ‘sà‹ãb "
b"ç0\x07 H\x1F Š@ö‹ºð)=Ô€7 "
b"oüı;eSEéƒô\f ▒\f TIµ "
b"òg\x1A ╩▒ºJÐÀì\x7F y\x18 0<ª "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b";¤UÉ\x12\x1F Ng╝ü╝Úªò▄» "
b"¹\x01 S¼lÁNʃôŽpTßÞ\x1F "
b"ólÏ\x1D ìÒHy²÷Óq«2cß "
b"';\x0F\t Þ N5╣\x10 x├|mØç "
b"Õ1›îk9A\x19 ·x¡2¥Sä "
b"_¾TѨpJ•¶Å¾<=d¢z "
b"'╠ÆñP`B¬â·╔\x03 É‗(┤ "
b"ÕA×P&‰N\x11 ›Å‘ňiÈÙ "
b"û W[ÔTI£Šãxå¿\x08 úÆ "
b"·Žð¬ŠÊN{›î™¡SÒ´G "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"v\x0E 4H▄╝E╦ëg «Ø³*- "
b"íGÌ.éÇEU™\x10 wu¹\x18 [q "
b"iª\x10 {Œ‹KŸƒöì\x05 ޏ ¶ "
b"Ká³µÙL‚¯¸\x16 ñ\x00 Ö q "
b"µuè}ý!IP¨k—‹òh©U "
b"_³Göƒ,Jê…Ý&û(\x19 ó¹ "
b"ô~\¹)þKÞº\x06\x06 D€\x0F ÷ž "
b"""
ò\x01\x1E ┌ı\n
K■ÉN/\e ß½\x11
"""
b"’76qhMLe™äp´Q9Üð "
b"1éå/™ŽJູ’ï\x13 ·l- "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"ÿGWP\x10 ‡MÖ°Ò"Þ™*UÛ "
b"ôÆF£JpG¾ŸV~ó~\x00 qÅ "
b"J¡Ó)])EÊ¥ÍËA\x18 ™d\x01 "
b"ÚæwQŸ_GÒ«oãà…\x03 `c "
b"#\x14 ׿4XKQ¹\f ‚UþX-³ "
b"]" ¾ÈcA9»èš\x12 þf°" "
b"Åü\t ™öÃKã¾\x06 ¶K¡&è "
b"ès˜q|Ä@J‘Ýr¡Ê\e êK "
b"(ÐŽ7ÓóDB‘\x18 KQ–å¨, "
b"ƒQ„FõaCß•ÛÏÕRq¡s "
b"¨?Ù¦T©G\x7F ¨º\x1F ^\x19 Ëx( "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"‰ÇÛ\x12 ïH\x00 ¯\x06 I³¨&¡Â "
b"Ý·™õ·LL˜«†”ùÒ=\x00 s "
b"\x01 ˜Ìh.\t rõ·îÝM²äN" "
b"¾\x08 ÊZÀ-@\x1A Éf\x1F Iq5sn "
b"""
\x01 ÿ╠pÝåq¤░\x15 \n
ƒ\x19 ÙíÉ
"""
b"¢·┴Q\x7F ÇHfÅn¨§5W+× "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"]"ÕœàdGj‰\x11 ,¿’AW· "
b"ÛÖ`ô0HH^ª\x18 ñ[§\x0E -ª "
b"Š\x08 4A|2K(§ø\x7F ÃÒP \x16 "
b"r”|\x02\x13 !E—µ3–\x01 @ ˆÿ "
b"ñ¥ı\x1C ACBÖüzH¼╚å\x12 Q "
b"@kh!ÙcO\x1C ìë\x17 á\x16 ┘p\x19 "
b"╣TôñZØH¡À▀°ØÔ=\e\x11 "
b"{VÌG¡ôHÄÉRÁPÜÊéÎ "
b"q▓÷RÙ6Fdñ+Å¢à\x1D ┐| "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"*Aì\x16 ë0Jõµ!\x03 aPfþ‘ "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"\x01 ˜ÌgOvsE´ö\x0E wØ;\x00 © "
b"\x01 ˜Ìm!²s2«ž5\f 9\r Xç "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"¢ÅèØÐ¥J»Œ4uû\x1F /\x1C k "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"ÂìT(/4O4³Ñ/\\x19 OCæ "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"""
EtAß\x06 —B\n
¬Ò¨‚,Éx|
"""
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"\x01 ˜Ìh›ksR£<O0o^/Ä "
b"enwK§±CÅšP—νܰ§ "
b"1\x00 ]Ò·JA\n ›\x05 †ïˤ¶» "
b"m—\x14 ÄÚñN@²\t Ä+´UÆ¥ "
b"ÇÑI ÛÿCÈ…²øÈ\x10 Wˆ "
b"@P│ç┬▓E\x11 Å¢t/:`¤\x12 "
b"8€3Í:ëO|¼´Š;W¼C "
b"Åà@§\r O"³L®Ü=“ÄA "
b"¶œ\x18 ›)±@’¢\x0F *\x11 f¹]\v "
b"\x1F —ú.S3Mקݦ¼9äkž "
b"\x01 ˜ÌmÆ•r‚„kK\t\x06 ¾èD "
b"=¬}žU»FŒ»Ç*°\x08 D<¿ "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"µç¼Z\x11 gGq“r\x19 ú¡wëP "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"`›¨Õ*\x14 F2®‘\x1C ˜c”þk "
b"¥ù¿«\r Z@øˆÁ\\r ¤{‚B "
b"VÈÎ\x10 ëO(¯dÜÿb\x08 F© "
b"8}8@Ó8GjƒÕÄòÝä³[ "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"¾W¸X`¨MA§xÈyw\v y„ "
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"œ}˜Öì CÑ”OÜë\x07 Ï„Þ "
b"ÓŸq…wÔ@V‘×ûÊÚâz· "
b"'"á\x13 0¾Jí³×Á\r ã\x1C\v „ "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"8CW]›<B¾ \x13 1‡uòxÛ "
b"ÂZzhìmIοÕ#Ðï>\x15 I "
b"Áo8€™#NÂ\x7F ÝøOÐæK "
b"O┐}|ì\x13 HÄö}\x1E Æ▒¥¿| "
b"Å\x07 £¥nêL\x10 ¿z!)ZÀí; "
b"\x15 à\x05 3¥øJ"³UŠ\x03 t^2 "
b"^F¹9lºB`öÅ B&©0× "
b"‹øFÖ)HLÆŠ•ØÈ81º¸ "
b"╔ ┼ÿ¦oG\x13 Å@ae´?\x0E À "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"Žó,R9JG9ºýÿ„L=á_ "
b"""
l┐\n
F<aEÔ×┐eÅ█╚óZ
"""
b"Ò/,2¿ÓLؽ–AlÓ\x01 ZH "
b"Ú\x7F ÂíJuNà’ÊU4ŠÉ \x1F "
b"z\x11 Vv6\x08 Iü>)é#ç~Å "
b"bô´ ╩ÞL~É╠ÕKd─:' "
b"\x01 ˜Ì_u\x15 p¬©aÝÕ‰\x19 L "
b"Ó\x00 yKo6Ll¯N»„LŽž> "
b"òðçGÝD¢½\x07 ÙØä/Gª "
b"1ó}?\x00 cJì–Õãi}ÈkØ "
b"\x13 RÖrÙàK‰°¹‡?~/ù¡ "
b"╠J¡G¥fL╩àıØ\r >\x04 ├p "
b"\x17\x14 †j|O¹ƒ\x10 Üð%¦…Ð "
b"ý>¢zžšL̆æW명Žs "
b"&Ò;9W˜@<—Ä}\x0E rÈéJ "
b"ì\r È\x1D\e\x01 JŽ·1š¤\x18\e úE "
b";9¦`0@û€é\x1C WÕäS° "
b"„—Eð·\x05 C:‹\x15 hÛbHr¬ "
b"ñN\x1F :Þô@░Á56_╦üy¥ "
b"“ó€\x1F AÆM¬±\x07 T\x1A ,\r \x05 a "
b"└9t\x1F hÅD¬¢▄é\x10 K■ðe "
b"…e2á9\x0F F‘†Ö‘\x08 ۪Р"
b"\e ¢ï\x1E ¿ÝC%§Š\r \x17 ¬”I¹ "
b",h\x0F\x0F Ù¨IsŠòJ\x17 û†\t\x11 "
b"xÕXë/¦B޼h7T\x7F ,ì³ "
b"«„_áý€Gøé,È¾ŽŒ\x03 "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"\x01 ˜Ìj0\x14 rRˆÚ•\x19 Ïü½ù "
b"âL‰Á°ö@…‘×\x04\t xHÈw "
b"\x01 ÿ╠_6┐s█¥\x05 öWvÅØX "
b"J@ZIÙ_F¸è¶oû«\x0F ;Å "
b"Cš\x16 ô5”@Ûœ\x08 ¹€~³=- "
b".ú㬵!Ag©\x1D YdG;k{ "
b"\x01 ˜Ì^qHqL³.}Hæy•Ô "
b"\x1E ¡ß“9‡A±•Q¸emÆÇL "
b"1Iï÷Mæ@¹…’YBÎ \x11 µ "
b"ØNs܇<C†½\x11\x1E e\\x11 Î "
b"=Œ„H\v –\x05 &¤N›f "
b"5\x1C ²”ØkD”„q•Î\x10 ïæm "
b"Sª┬░¶┴@#ƒ\x08 {;ÚØb\x14 "
b"ŠsJ]Â\x15 OÒ¡ïSû~kzÖ "
b"└+\$æ\x06 AWáüG#E^\e o "
b"Û\r }™d)OÀ¨Mšp˜P=q "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"ïı\x18 C°┌L▓Åi£ütW\x10 ▀ "
b"S╠ıb\x05 UKSÉí├2ª\x06 jL "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"\x01 š\x08 ©e-CÞ¤+ÛGú\x15\x1E º "
b"tØ\x1F ÊèÉE]“Ÿ™…Jѳz "
b"ÙòEŠ|\x04 KY¾ñÙ\x1F ·Âø\x14 "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"ƒ\x08 UƒÒÇL!ª¿DôX¯u« "
b"ýXØ…T¢Lü¬Eª«ŽÛ‰D "
b"öN;Æ\x13 █J█Å\x7F !¹[P╗╩ "
b"òߥõ•îDRˆºª[îUi½ "
b"B•Îvj/A\x0E †\x03\x1D zÓÀ\x0F È "
b"«Ë©É”(D\x04 —µÇ\x13\x07\e $0 "
b"cð%>L\x04 HýïɃýX\x17 └╝ "
b"J$\x16 Åž\x13 IùŒáò—F‘ñ¢ "
b"’óI \x07 ð@˜‰vd"š\x14 ‡3 "
b"ÝÝ\x0F X;ëFJ·hÊÕ^¶\r \x01 "
b"@W/$Ÿ!B8€“_\x04 »óÒŸ "
b"û)žvüâCª‹õJ^b…¦U "
b"‘ÓtÉ›ÃJç¾®jžPc\x18 Ñ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"‹\x04 Õ®nH\x0F l¯E(.\x1A\x13 "
b"G¹$”µnG}Ÿo‹3åSÿ´ "
b"Ÿ³Eé\x10 ‘EÕ¿oìÇ\x1F ±!€ "
b"P‰¢èiÜ@²¡iÞRL”š' "
b"MR¥åsºKF¨¿zÊ\x17 CÚv "
b"\x7F\x00 q‘J\e M豊ãª|*x€ "
b"¦<þ╦\x10 ÐC╗ØÜñ¯9nA¾ "
b"ªôX½ÌbNÝ¡½¿\x10\x08 ž;= "
b"ß\x05 %\x19 }\x7F D\x1C ¹üØ·\x14 ³ŸU "
b"\x11 îå’oöEÛ§ôŸL9NQÔ "
b"'|\x1C £¬\x12 H*·éþÍW0@¶ "
b"\x7F WX˜Ì¤Kw„m5\x16 CÃVì "
b"Ø╚▒╬±nH▒│ião?\x07 ƒ\v "
b"°72+îC鿽ª\x19 ÀLë\x0F "
b"¤àé\x1E Ý╦NeÁê.Õ]»Wü "
b"/Çöºö>O†YÂY\t Š\x1C š "
b"\x01 ÿ╠_É¡q\x11 ▓âµb\x16 ð‗S "
b"ªAùˆhVMd¥Ú–ç\r Ï«° "
b"2h\f ¤ìCJL╗\x14 P═ÿÅõ┤ "
b"|g\x0E \Û™Nö†3Èiׇß\n "
b"¥\x1D £eÊ!Ia‘ \x03 ø„8©– "
b"é\x13 ÁNÂ¥@\¥ü6|!d\x04 Î "
b".á\x08 †\x15 KÄ©ˆˆï]â|\x01 "
b"zŠ”xAHF±˜~ÛßK\x11 Áì "
b"¢½’,ü\x12 H{¸Öù¡ÓXÜß "
b"´øZ«¡MR˜}¨–\x03 Ùþ "
b"¶t¥Ìª-JS╣cÖüW\x00 _¾ "
b"\x01 ÿ╠]m\x13 s\x08 Ñ·É·5¸v "
b"\x1F\x07 œUwGIA…”Ç*¾ÌÓ6 "
b"673ÃÛÅOÖïWÇ┘6\x0E ÿ÷ "
b"=Ý \f Å(L2º«7‰d\x05\x1A Ý "
b"żR…\x1D ·Fj‡úÎÁ¤¤Ïœ "
b"—š\x19 +ó\x04 FôŸLKc‹4\x17 ù "
b"äù§„kŠKЉèkã®…JÄ "
b"òxçü┴ëN^¥ÃË\x16 ®\x0E rÄ "
b"\x1A —ïµvšJü€Þæ&Gkû> "
b"\x7F ¯ï%qƒL¨▓ì\~OßLü "
b"▀È\x01\x1F ¥=N2ìeùcmÑ╗ô "
b"T}ÖÇÄ€Ct¨ê\t p]-m) "
b"øìé¼¶\x0E B┐è(\x01 +Ò\x05 ;\x04 "
b"¯w:æ!KA!¸$U¦s˨— "
b"òn×*x"N\x03 ž<€;\x0F ×d\x00 "
b"žªÊ ¤yB\x19 Šþ\e ´´w\x15 5 "
b"\x12 <sìw@\x1D ˜¾ÁLXóV¢ "
b".Å&}\x10 øHÌ›\x01 ÆNev‰J "
b" ‚[pãuC@–´ÓPî\e Wi "
b"¦¶ƒTØ›Jž¸Wà³!?lç "
b"µª(_g\x0F B„™€Õ˜¢>÷ "
b"Ab\x1E ´Ú\x1C A´ü╬, Øàúê "
b"ðn\x05 ;DEì╗*\f \x06 Ô6â "
b"bµ\x13\x14 vpGF«ò\x12 ¡ˆò\\x13 "
b"cRO¿C\x17 OS´ª\x1C }`²f\x1E "
b"""
╚┘z\x02 «ÏG\n
¿÷\x05\x10 Ø5³\x08
"""
b"`è0Q½çE¸€=¦òk\x1C ´7 "
b"▄[c▀ÈAÁú¶ìt¯ÿP0 "
b"#€Nã)\x04 Hª«Ñ%ËcÍŸì "
b"fJ\x03 [æ`Aµ‰sÇèIË\À "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"└c┘·\x16 .J\x7F Éâ\x08 ╔ØÐvç "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"ïojÞ…wE^ºsáš6}ȵ "
b"""
yc*.íÂI÷ªÜŸ\n
:ZA€
"""
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b" ê“ÊíiKN™lG\x1C\x18 Ê$] "
b"\x1F [LQ\x1C ÅD üe«ÙCS9C "
b"€M&=_-NÀ²ÕÎy^>Å4 "
b"¢õ!*\x07 XOš‚Ê¥NУŠÕ "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"'\x1E\x00 ™n\r Fâ¶\f «\f ÃR÷t "
b"m¢\x10 ^\ÆA\x12 ï¯]╬É·Òo "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"UÛb`xbCYº!?¹±4šò "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"E•Ý`\v €L°†d\v è5îcQ "
b"äó\x16 ñj'H6§[ÿ ÌT»Ç "
b"m”l®åJLk¥ˆâšéÄË "
b"@T©USìC\x1A ùi,nüEIl "
b"YÞü|edK²èÛÐg╠\r Iÿ "
b">ôœÚÎEùš¬DÔ\x01 4\x03 £ "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"øòêÓ\v ßIÔ’Œº›çB': "
b"œ·ó*ŠåM¹ºîU†\x1D ]ä& "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"\x06 q²‡HCC^€¥Ýši]B, "
b"\x14 -\x00\x19 iØF˽÷×Ö¼\x0F ñé "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b"""Ú$CÖKû°µýh»šS "
b"\x13\x13 jˆ\x1A ½Du¿ue·Ò\x12\x08\f "
b"k·YÒjÂEõŠêyK\x00\x07 ü "
b"""
\x16 žºàI;@^Ž\n
w\x19 ŠCŽa
"""
b"Å5zØ\x13 NFÊ×):ð\x02 ç░Q "
b"›\x18 àócáJ\x11 ¯=µ2ìQ?¥ "
b"áË9G\x1D\x14 E¼’¼ôºi\x12 L÷ "
b"Ÿå’õ¾\t E!×=¼ý^âÉ "
]
SELECT
`product` . `id` ,
`product` . `product_number` ,
`product` . `auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
)
)
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
GROUP BY
`product` . `id`
Copy
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0xCDD2EED9E395448A93D21AC5184B9608 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xF028A866680C4C05848317D1C1E77CEC , 0xC88DE4D3A41C4185A33338EBA4EDDA2F , 0xE057C3301EFF41CB80F4C75504ECF30E , 0x1C3060D8552F48F78E6F4A44BE26602C , 0xBA3D6CC68ECD458094A470C377ABA7A3 , 0xFFD1F0C23D9A4A6791DA9BF9BCD6BB73 , 0xCCB31EEA31424251A9FC28CE43A8F50E , 0xB75A51B5075E495F8D4F31E043346928 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0x86AF7236F6CC4F90BD1635F05F17354F , 0xF3411554C89D46728137D0C5A86F7878 , 0xE146914CCC0448EBA1744B3C905A10D7 , 0xF164459A28DD40CCAF354DE04A184554 , 0xC0DF34C6367E4AB6B4E41C6B27E452C1 , 0x52441A8E191748EE96D0492C2FD7FD51 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xE8C8C3FD9105421B81A59AFC0AE3109A , 0x8C2CA16E96074B43AC2494E997313E08 , 0xA90319796686407B9795490FBC7029FE , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x5273F25E874942CB82DFADD5B054A179 , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0x25185DA2034A4B4D945A6B8511FF1C02 , 0xB7ABA5C037FE445BB1C88D6676EB5671 , 0x71949C6E2EA14198B17EC1D600F6FBFF , 0x74024962C39346F4AA1D015DCA8026B8 , 0x1CE9046A05BC4CCBB80A62D403323681 , 0x1E3FE1448C9542BEA4BBA22554F75E0E , 0x0198CC5D41E271B2AB26CC0E57125D65 , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x5D2136F07ECF4C5F911AB9E4ADEB2C94 , 0x81081A5A7D8D4092BFA3DD0C76ED717D , 0x4791E56D7CB74E039F451E39E4313A15 , 0xA3B1881AD77A4C3BBE650A69601DF9FC , 0x378A5BE7022A4E57B2C88411C7ABB3DF , 0xE2E9C43BC19342C2B7BFEDE713D921F8 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xC702036A9BCF499BA4878FAB1225F73D , 0x0198CC69946672DCB6E341697E01BF4A , 0xECB62FC0347F4456A8BE54B3C547AC09 , 0x58D62AADEC394F14A56CD89542929CE3 , 0x13385B1B57CC4054ACDCCDF8FAD588BE , 0xA49E2C96D51E452A9C826326D0E7A35B , 0x8386C89CADA2400E9D3058C3E6C9C049 , 0xCE9D3F65442348A291D3EA1866260111 , 0x7CD50EE1670C4EAE902C5BC838E1ECBA , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x4459B94BD6BF407A967F90D12F091C2B , 0x9D86050731FA43209D2F20209835E424 , 0x32B9534F777F4D78AA54E6FCBE704792 , 0xCC3A6C37198B4653B8A6EC370130B625 , 0x16CEE3CCD79B42A59DC5DE8D4C242F35 , 0x08D7BB3BA90241B8B594F021C9D57984 , 0x595385791FCD4762BF22509A343CE5DB , 0xC3F7F4BE2CC74590A02873567380D6D3 , 0xDC5D00D7416C4D2A8B908E16E91B6D1E , 0xB6834B9BFD4A4F8F8AE1755B9B11C6B1 , 0x73E3A993D78C45BCAC56957694E3DC61 , 0x682A3DE9A2534E51A494650F0D1B189F , 0x94A2B191EA5343E09CEECD0B5BF5442F , 0xE8DFC7D9CBCB4768965C76A92D98D2D9 , 0x5B492EEE32624E18A10AE00710171A51 , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x5ED5A77D39844B4783C6F4FA50B7D0F9 , 0xF7275334A23A4B5B86033B6D17EBF19F , 0x5870801535E54876A6A694C03B2C643B , 0x4D319B5273E04263B4F7261231B6EBE5 , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0xAA0633837D8044D2968E25CF48B70685 , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x64234AC24DD0480491F83700FE837DDB , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0xFA71C118F9AD4BD484F6B3A33163D138 , 0x8CD1FFADEA924F1C8EE1B39ABB8430D3 , 0x8E42F0FA0012424FBE3C2E96228BB064 , 0xD5CACE4CB0484E41A54D8E5607003C8E , 0x52D96CE20C3E471984A51A891F6B817D , 0x83DF3FE2FABD41A983058AD1B9AEDBF4 , 0xB3B20306C4CD4C38A9D96201661FA19D , 0x0198CC5CF09773C08EC0D20DD4FCD9E7 , 0x8F1C43AAEC4648C4AAE1044AFADEA236 , 0xCF87D9E481A8420491943B5F566C381F , 0xB8C824B84E344A51AAA751B34EA3ADE8 , 0x5A726A2D9CE249F28851F14FE925A0D4 , 0x4E4D45F20929421D8BC1133D32FC6B90 , 0x0198CC5E901B70A98A5FBD92548AC6B2 , 0x9A08A471D1554E4D98AF5AABC1A39495 , 0xDC952CDF32D24C109D88B99A84318AC6 , 0x8566380E2610463A8DCDB05B25141AE5 , 0x49E3D5AA20E64603BBA02E3D3B264C96 , 0x8785560BC9694947A6B451890E261A6F , 0xF87F7426443E482C86916D1D63E88056 , 0xBED2D0FC0B014410A5EF5D664609FC0D , 0xBE5A036021484E7C9C2F2446E8F73432 , 0xAFCC10D5FBF14ECB833795BD082EC0AB , 0x51B303C46242476F81FD06C0083E818D , 0xD532F308D54B45EF99B267BF10C57E9D , 0x8569886D54D848FFB319A42BB2B84624 , 0x42E358B9792040F09DD3C26F9A8BB19F , 0x17540E8755D7452DB3D1E51D3F2864BD , 0xFD302A1D1703488886268220958EC59D , 0xB8FE6EF6A6484429AFEEADEB303B5E8C , 0x656EFEF3430D45B1A3F22DC32DAF30A5 , 0x90746C98BC364BC4AC071000CBA52AF7 , 0xD09A31A17628445E84736E3C7EF33851 , 0xB874C82B895C44B09CC94E5C24A77563 , 0x1D5C64C874BF4DC69F3FEBD04FAF3364 , 0xCD27B8EBA772438D9B93A44EDABDE12D , 0x14CE356C0DB543F499C0709591162FB9 , 0x2A04967D1CBF4B3A9F5B5883B4E7E7C2 , 0xCF9CA6EB4A8F4C1AA51078E31480C385 , 0x504D7A029E8043E5935DD10339E998E9 , 0xA0ED344850EF4DC7B4610BEA85A50182 , 0x185B9B5D73664C4FA583CB23F84A159E , 0x8926FCABCC714336B89B9F541FB22F3D , 0xC86C3C9567D24D54934A8937FDD264F5 , 0xF989DECED84B4F289326C5549F63B236 , 0x0198CC6B2D71713DB3C35EB594764799 , 0x7462E5479AB14432AFD61D42B71D6AEB , 0x853793D702254320932E0A825C0E65C9 , 0xD838642BCFD2403CB57E35AF54A340FB , 0x275294068F554ED984BFBBEEA86C7DD0 , 0xED91F7376BD54AE69FCD885BF4D32B21 , 0x903B64B4A695470AA3CAEF90E59B061A , 0x0198CC5DAF3D72D6B8EC1FF2BBC3DAEE , 0x82794EC8142C4BB3AA06990BEA889CB7 , 0x439A77A8893E431085804085662C10A6 , 0xE48EEFED14B644A9806A5ABCFCD73E7F , 0x50460B56D7B7463C828F3AB4D045D751 , 0x711AEB58C0EB4037BADD7BF4454538CF , 0x63E71FA4D7104410BF3D2AAB96993885 , 0x73FB23B48CF54AAEABE2E831BE5373D8 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0x8D9787C3834745A8A7F03525DE9A9A84 , 0x679BA459F4DA44CA8EA212ABBFCB17B2 , 0x72D8792AAF334011BC0C39A1E6AFF47F , 0x39FF5A00C62943519F2609B434F71777 , 0x5CE78F3E525641B2B2490526E0794290 , 0xAFFEFEF2094C4BA498785A69FB0593E9 , 0xB0C11439348D410F8271BEAC785315E9 , 0x6F9351D6654E416FB08D24FDBE1CAC03 , 0xAD7AE348DC854EFDAC7F811EDE30B25A , 0xC75D4823573141F8AF057DC0E11FE456 , 0x416128A4F8774B4AA8ED9A351A18DE30 , 0x7587B8731FAC40A9BC731AE9167A44CA , 0x44BEE7C8BF264F12905CE8F20941524A , 0xA16D92237AB9441AAB63138B567888AD , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x04823061D8204B58B3D7C01F41E7D802 , 0x0FB17958D9654B9C9B30535001C901F9 , 0xDA9061E2F1EF4C4FA4688C85AE4DD603 , 0x268FC412578B406F8945566B61785612 , 0x7DF70695707044559057EA36A1E018A5 , 0xC8EC2E4C062E4021BD7C7166442873F1 , 0x0198CC6D9A7C73AA85907F7B03CD0921 , 0x8077735EBF234AAF88FEE44A911D2B72 , 0x845C2851698245D988F548DD8AF3898A , 0xF077E3CC9A324774ABB6CD51F6A78BEE , 0x34322AD0217B4362A1CFA0E6C6172B99 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0x54E1BE9835FC43FAA84544BB68FB5942 , 0x9AA342D79FC246E7BF3FB88DD627458B , 0x29968B24BD074462B00E75A9EE92F787 , 0xC6C244FECBB04C999BFF987241025147 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0xF57AB7AD5A5C411E8EE2494DAD12D1FF , 0x9FA306C764344CF2A08BF02D94840004 , 0x4B32977F21BC4737A8E5A594CD91F0FB , 0xFC0059158E8849EE879AB9F775CA616F , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x3960CAFA071045B6BBE38DC2F57ADE85 , 0x0198CC6BF4D670659E057433FCE2D1DF , 0x7B5B8413E4AF440780D41A419A972862 , 0x856BFB7659BA448DAE9A5DA237B9C408 , 0x676C00D88A754706AAD1214DB4C6AC0B , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xB1A7190FBA99439D91838C43CEC2030A , 0xA8D9240F81174806B69FDC3F5035DF2E , 0x27B0E1194D194D10897DF67A6E0300AE , 0xDB9BD1413CEF4F12B524BC5F99E4BC45 , 0x837B7ECEA3984613A22202C243995184 , 0xDA9CBA7C3BCD4961941A3A23EB2CE26E , 0xC73584C0BA21456A96E91F0DC162D207 , 0xAE8ED899F67B4A64B8097EB389BD2608 , 0x349A6D7631A84C81AEBBB7D810818529 , 0xCB1EDEFEFCC341A287E7AF4D3325E975 , 0x5BB4FA7EAB2A4C949A02086B8106E8E7 , 0x41079C7422554AB084069F6BAE338B9C , 0x861AFD019F3E4F919DA205741F9195C7 , 0xF90217FB98D64A869744E4E09AC05BC0 , 0x7DA386DF3BC34C33A1C21DFF2985F647 , 0x7D0912FCABB54CB780653B416C44CAEC , 0x7C431847B2AC46A7A123C7CB431ECD93 , 0xAE3DBFC834094EEE98417B3445D0D66D , 0x36E13A12939F4BB98FB0AFCDD33A7203 , 0x0F01A3413914486D85103982B814090C , 0x6D7C8D2BD92E4640B2571ACF8CF7F8F9 , 0xE4BE3AF00287447681800FBC58FD2BAD , 0x3F119CF570E0450BA9693A1753324D21 , 0xA70B0A7B8D3442579A8FA4C3C374D233 , 0x20B340B20B9940E9BA395EDF32A2305E , 0x99E2A8F60EE34D018A41F276B2C440A0 , 0x6A6D19C5989246FFBE25DB0BFDF1DBA4 , 0x30CD49853F0C4D3B9FDADD3D4B3661EB , 0x25DC72F7E5484C5BB24C272CF470536C , 0xD6149C0C0ABB40F6BCB547FEAA0E1E72 , 0xAF6DBE923FE54ED3A4A8BD078210F6F9 , 0xED292BD913954DA894408A2A4F1BA262 , 0xA82938812529460196AAEA9C4040DBD2 , 0x436A5B71A1D24AD2827D0B4831032082 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x23679A8704C0436BB1B0FA5AAC717163 , 0x8EBF1E333E104C24A16C8B825566FC2C , 0x80DFAB55380844C4A9BB1149A9DCE446 , 0xCDF27EBD62244782AAF73853A6371F20 , 0x4638B379EA2446F9A8E280020C65E763 , 0x93FA3FBA27E84C909866FDC267717208 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x97FE1C5C07184FAA83FF24A3024E088C , 0x747C60779F4D4DA5B94D9A1491009880 , 0xCB7842846BC04FEFB886D3D994BD3919 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0xF14CC551EF044C6A90A80453DB2E4AE4 , 0xB6A7C0058B4A449EA7DDCC08CD0F301C , 0x5404693C697D485485DE7DE7E1EF2C01 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0x94F7496D2BB149D49C6C3209B422E208 , 0x955403CBEEEE4DE2996D2DB415FED663 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xD7477A619B3B44A9A58756668CA215F7 , 0xEF80E55299B94D309D3C3CC8100C513F , 0x30517DBFB2B54D7395D6A70FF90E7E8D , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x92D7F2DDEA3A4703899D75F43CD17F05 , 0xC4DE8A193F394FF6B5244E01BBB713B8 , 0x806C9DD1D06F49F1B144EA80165E960D , 0xC330F8BC4A8B4A8F99A50E140637F1EC , 0x4565E2509797459CA8F79FED8B816D5F , 0x904066013A1048299ECA7A3AA4BADC8F , 0x546DFE08A7504E63BE3BDDFF8E4C3278 , 0xC3309E1A37934376B8FD8F0EAB389E12 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0xF3299586DA83433FA100F10626713DF9 , 0x44899DA35DED444AACA68B0AEA3BDE6F , 0xE0C4C4ECB8FD4F7AB8B09313C21BF444 , 0x4E45326E80244B48A83D81A7A7DB1012 , 0xD618992A7D634A48A3F42BD47CB67F91 , 0x331888DF6B9447CF803F6BCA8A111B63 , 0xC6DF0B298D2C4B4EB24694942299AD52 , 0x4F60ADA1C2A24BF1A5D61CF22B816BD0 , 0xDC883923ABCF4CFAA6B0644820009EBB , 0x0198CC5DEDBF736F8498C014BA391DD4 , 0xE34F8A97FB30448DB110740D4DC45B09 , 0xBD964333BD904E599616C2DB42751180 , 0x0198CC6AA8EA71C0BD19FEA37A402D21 , 0x88D51DA12B29458E9C469E77C1CC4BE6 , 0x6A074B59DD38478F88F38593A989D76A , 0xF103D167EFFB46BEA5FFC3BE437B6AF1 , 0xEA507708620B474B8AC1945FF1BFD4DE , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x9C84B446F04C4CDAA2EB6ADEC397A751 , 0x5157ABD73EAA45FF9C2ABD5FE7080460 , 0x0198CC5ED61B737ABF98DF2318E02C36 , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0xC4E218AAE3D04964BD6D64A875EE421F , 0xAE1FB46290FD43EA8D7B3C4B73E072DB , 0x2CC2D393B6BD47BFB57D72A52983F662 , 0xDEEE243E7E1C47AA84DA8A918B6B53C8 , 0xE12095AB0F044138985C335E2BE04ACE , 0x0198CC6C99B8730DAECE44FF63223DBE , 0x9D70CD3F428B47988444067BEF2FEB14 , 0x52B7B31A3BEF417EB75AF8B85BEC7F33 , 0xDA4DCA725BD446D8A39629BA6AE40A5C , 0xA618705A9182432C94246E00CFEDE090 , 0x0198CC5DCE75731C8A726B96EF07B9D8 , 0x4AB731A1BE664130BFA5BEF7B4057A73 , 0x98ABBB4CF2134A918F666DA5A2E96FE4 , 0xD3624F353E4B451DA71497342E37F597 , 0xFB46804470654A8596C47F0A2C40179B , 0xEFE06E34B5924BA6AA5CEB36FE07DFF1 , 0x889C3F1529E94CDF946D121C03E33E63 , 0x42557CD0550B42E387FC2CC53B9EFC2E , 0x4772ED5F211C46E3B858336A692FBCCE , 0x2666AE8E573045C5844E0FF2F01B09A6 , 0xF2B54279554649EC9FAE8154F799E7B1 , 0x9ACB704D49BE44E786A8C70E01BAFACE , 0xCEB5D8C872FC44BCB8C4853A0523FD17 , 0x0F2BC509943F425F88602389A7ECEB65 , 0x30FE6DA74E644FCA9DAFDCEC94FEF63D , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0xD0113785D82548C5BB57686200F85125 , 0x574372388CEE4F2781F6C8ED30644D1A , 0x2D862D31EDDE44C9867817A333B64A18 , 0x72FE7C5125414792B1C52F53F90699C8 , 0xD6D17618ACAE4DBA9CB128AC2706AF16 , 0xB26FD0510D574EE7B0C9591C98D9C61D , 0x5F0A78D873A6453EB91F911136D47E3C , 0xEC48344756B64DC8895CA0F39CC9AFD1 , 0x531F2BB32991464EA5479343F2D9E577 , 0xD01C211313F64168BCC1C2F091E07894 , 0x0198CC696DF771CABAC7B15688F73699 , 0x8050CDDF7AD24DF68FB01D40A02CA55D , 0x1FFA59E417C44ABD8C403B421CD27872 , 0x2BB38224E14E40AD9A1FBE12C7969E0E , 0xFB27462615B64401B36B3AE0C4709EBF , 0x5422F85ED4414F27A8874D9FE97FAB22 , 0x470E894ED6CE4D7387A3E5B6F6CB9308 , 0x6C72832AD69F468EA5A04C8F470A897E , 0xD8B824ABCA80447087EDC9C65BE9DAA3 , 0x9D2AC89A5E1A4315BAC0412C2490DA0D , 0x189D81E129574C5E831AE08AFCA278DE , 0x4A2FB993D2114B938DA5515C4620DBAF , 0x6D2F3A4BC5CC4D42B1991533A98C93C0 , 0xC0CB14A9F82A44F38BC093A3362E09F0 , 0xDDC890050017413AB17F7452D67BB700 , 0x62DCD7185BA04B12803DC317F4327444 , 0xCAF0D1A8A04E420E98A0468382F869A0 , 0x094062D5A06B4F258C793771A85E6D0E , 0x209C40B7B0E7417B8605840FFC63FCC6 , 0x8BEA4EA004D8402DAB1812F89A097FB9 , 0xEC7394C67ED249DAB06F9CC44C9A2B09 , 0x62E31E0187CE4A7582577790E2481B2E , 0x0E9A3FBFF7044F44BDCD0F8044616838 , 0x5C33AECB111B4514BFC1EA972CEF897D , 0x9BBA97D60F4C447FA1452EB6E1DA9A76 , 0x7F7401D272EA4EF7B5F5C747C69958D6 , 0x4AC3AE2C78BB4911877B1E75AF22CFA0 , 0x240D06FAF95E47BBA7FDA53CA0E394FE , 0xB8AFADD7274446F8A346FAC96CFF0D98 , 0x0198CC6A090670389229A7ADB2BC049B , 0xFBF48885AF454151B05EF13AF1A59B7E , 0x1431A16E809D4C4DA962D86C9B8D7FE3 , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0xEC07675F237C4B6F88375F669F40C416 , 0x9E4D8BA0BC854C0F83401A6F1C653E82 , 0x55C375DB204D4B8DA285D1A44852DCFC , 0xC748EA768366437CB2944218F422B5C6 , 0xC6ADD2C226DC49C28ED322602D6710E0 , 0xFC89F975C8EE4EACB998342B391071DD , 0x1AB6A299109948DBA1D3D50C71840D45 , 0x3FCD66FB31B243D496912A25489F0376 , 0xB4F81406BB7D4C3E8BF8C45C71108E87 , 0x53E175FA529B4AD6B6E2F5B9D70B93D7 , 0xA9EC3AB2A5424889A957974DC600BABE , 0xD7E8715D345F43E9BCB6071AC13F09E8 , 0x7E36E27D07E845B4B3E436352524E25D , 0x90D2D49D95E244CA963853B5C550A967 , 0xFB881B050804476897098861E68D745E , 0x15AB8FA97C774624932636EEE2390DD4 , 0xC9473F029A1A4A78B4A89BCDCCE13B77 , 0x5A88DAB8596D436D889E560C822F6E26 , 0x5EA249FE86FB49289174C70CA229CB56 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0x65139590DC384732A2C0A4330E2E1586 , 0xFAB972D88179476E8CC8AC674308C14D , 0x82059CFF6192466CB463468863F2EB82 , 0x8D58B94168F74D86849C1E4F3C43AEB2 , 0x30B629DFFBAE4B4494951C2971D83B13 , 0xEC909E866CD443C09A61AC5437DD199A , 0x6DD6FB4296E04D6DA72E3EB70F644C98 , 0x0198CC6CC112708EA797F26E87BD3E2C , 0x3496E7F621B340C68A41787B44404A37 , 0xBE0BDFFB40744BF9B51FDD0F5C588775 , 0x4FC4531EDC004192A44E91C34437ED72 , 0xFCF13F0BEDCC4ACBA1FBD449576256DC , 0x32AFC441745D4F7E92B5157E1AE930B2 , 0xF885FFEAB5824E5994964C948D753148 , 0x1778AB2716BD45B29F775BD00B0C30AC , 0x817655206B99448CBD68B3302A622981 , 0x0C54BC7BEB2E476CA132A401F01A6D38 , 0x3C413AD45EFE49F68052057D4BC92C7B , 0x97CC482CF3FF4C4CBD5618CA026AD75E , 0x34327BE5DBB44895945339588A43B466 , 0xBF75C11103D845C8B59C9F9E09D77121 , 0x8F86F46AAB394C2DB6D7222AF462170C , 0x976294F11BAD4985ADB89F899918BDD4 , 0xDEDD8BD364C14C2BBD27D0ADE6534A9C , 0xB191585D57FF41C7B510065AA4CA4675 , 0xE5C56D0DC3B44DE7AFEBDA421B454ADB , 0xA0B61197183240D899DACCB9ABD6CDB7 , 0x69FA34DD2AF5429ABB86901EE7221702 , 0xEC60FFA9AC17483DB959660C378295C6 , 0xDC89F86B68614EB286014F5586FD82EA , 0xC78AD41871F04C25A67E94928DE20BBF , 0x806FD3BA99DE44ABA2E44DA12B6AA73B , 0x0198CC6CF31A734690BEBA24D9749CF3 , 0x1611424E40B24266ABE3613A12A7E306 , 0xD57F92A7BB7147A2899AA10333E95942 , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xAE7560CE692246E0ABC7769282270B4C , 0x103EDA8DC91C4E488343D49116CD82C9 , 0x484E0C21B86B4F4B8052439585B7D6CC , 0xEB634F58C92E47BA89779EB7B31BCA31 , 0xA19ADF095E6B46F4A800D0C68F5A3C44 , 0x8AF094991B8246DBAC56D95E73BB7798 , 0x3DF51872CBDC48AF886DBE2DA5DB7074 , 0xA659B6C559794E6FAC54216774BE99D2 , 0x6E0E3216B15343F295C69F1F0B37DFC9 , 0xAE5C748E31DB47D881F8EC3825872BAC , 0x48623F74242E4556835BE8FB7EA8E971 , 0x21A6D9F7C4DA4CE2AA5182DAA140479D , 0x36745AF7B97240989F7BAAC0FB9BA9E0 , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x0FCD4135A9E846B49CF849BE143569BA , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x25CFD871B70546579654582382E68C0F , 0x9221DB64CBC54FF0BE53254824AACE1B , 0xB068C8733E6D4375B4D47487242D4AD1 , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x046A73EDCF054114A12A7D5993B944A1 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0x93E012735E1F423F9C55286DC1F61059 , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x0E1DB1394451456AB9D549E752CAEABC , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xEC555BCAE6BF4709829E2D5EF208806D , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0x9D8094E327FE44A6844669EADE9F4575 , 0x48E14782268F4DE0887536C64E984595 , 0x97FB9A76859447C39E8C068A14D75DF0 , 0x2797F31D3CCF405FAF9D18587B2C2DCA , 0x72DBC5365A014FEC883B5E2F977EDBF3 , 0x68CA30F69F734903AF9EE8C2E90AB4E1 , 0x8D8AC9480DD8417FB67735B100B9B615 , 0x19B16284B4254A62801915F48B57367A , 0x41D688063DE241EFB6711CB85FACA868 , 0xA6BDD777717742CBB24910F2445E005B , 0x763D792A5DCB414FADA4732CF4706EE1 , 0xCD501E5572F1447D8199647077D19CA4 , 0x40FFE83373E34D6FA88AA9B47E989539 , 0x87309ABC6EB8424B90560A9B9A9CD054 , 0xF7B35E4C09C448FFA61893AEA8050EAD , 0xDA93F47604F64A8DB09D293A26096AD8 , 0xD4C72AA2B4A2437086BDB2781A9A0906 , 0x9DA1BE09888447A48EEF384588DD1702 , 0x1358220D13D241608290AE0D114B5B5A , 0xA8ED34BD1387452A8E8C836D9241E570 , 0x2F89AB8D977A434F8A0192DCA0BC5542 , 0x5B41FEBFBE574CEFBAD4E5CF574F9968 , 0xA9EF76F584C64E23B4332C7BFEAFBF89 , 0xED9C56D1E6B247869E3F15478158F167 , 0xFC32F232D3E746309FB49BFC683261AF , 0x11115A768A1A4896A53D74299D4AB281 , 0x26BDA2EF57574767AEF29DFDA24A05BB , 0x2333DADD776E46DBAE0D879CA99F7ED4 , 0x9863ED19BFDB4A839683AF93B164645C , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x87C6574BC8B44C33A696F1917C5F0834 , 0x0198CC6C6E4172D794CA283B0EC4B3CF , 0x1BBF818F2AAF434FBBA4C88A80C30013 , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0xFC2AE422462B43609B6CFC8DDADBEF4B , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xA907FFEEAFDE4011A7D7A850EA4A4586 , 0xCCD925D7DB2543E380285AFC8D609E2B , 0xF808EE6AB3E543CE823768B924A6094B , 0x0198CC67C0E372E6817DDB7817EC1040 , 0xA1E5B3979CCF44AA869A4B0F4B7BF7C8 , 0xDC95209F3D89402C85102BA7D7527512 , 0x0198CC6C3336728EB05C231C55137F29 , 0x55C94ACC7DE74AEBA67EF1AA0CD4131C , 0x1F177EBEA7A74A3589E30EED1A97752D , 0xD8387CE5A2D64967AC36D03A8CBA86B6 , 0x2DD49DBAA57346909B2C79834ADF3A7C , 0x49917CBB019C408FAE9594DCB7FF43DC , 0xA9CAE2E475AA42228AE8682A8DDE0D53 , 0xEF5A50BFB1F54CBBA33ED83270179CFE , 0x7BB03EF2ACE546C393C388F94430C9C2 , 0x675B83FFABC64F3D8FAF117CC3A7BB45 , 0x5476533DB64B42C0826CB28C8E68FCA3 , 0xABD09237DA0C4D1682482FEAD8D56EB6 , 0xC6257FBCC39D4C0DA84DAD37A85035D4 , 0x91F592C5B88C4592A9BFCF8B2F59449A , 0xCCD9066175B04394928DD9724466B232 , 0xCDD375D755514FAD8DC8B7D18E1D2731 , 0x2FE5E5214E9B418CA1495AF1A0AFBA6F , 0x2D8755344D0F435C829956E143465FCD , 0x0198CC6D73717255BE318AC447FFE284 , 0x232E99C9BBFF4E84B0298AC38F8E99AA , 0xB3D48B6971FD4F499D7DAA733A498858 , 0x0198CC6D3CFD71A5BD9C29C11BE32A0A , 0xBB0C978CF3EB44AEBF23EE1450072BF8 , 0x40862F57BDF243829637882FB0D586B3 , 0x43C2A96C8E304CB5A59C8D410ED696A4 , 0x3C2377BA6E294458BD1CAFD08CFC2D56 , 0x62A0478D6EC649508428CE4575AAA586 , 0x8BF4C5103F9F4955B349CBA2064169BE , 0xC13507DF9F1749E5B16FB347FE4DBB0B , 0x9243366D8F8C46F38F9625D54AA65880 , 0x1E8D8900F0CA42F8A7272611281E60F9 , 0x0198CC5EAB7E72B189A183835BA75AF3 , 0x917368BBD8F241F3A17F34150DAF3F61 , 0x5CE5E9FBF3294602B1219454A79DADF5 , 0x9B84FACBB65541E8941524CD31B9600E , 0x9F397E09862F4A7DBC50B1DFE340223C , 0x1FED0CAB3FAA4B8695F59173E08BE362 , 0xE73007481F8A40F68BBAF0293DD48037 , 0x6F81D53B655345829F930CB10C5449E6 , 0x95671ACAB1A74AD1B78D7F7918303CA6 , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0x3BCF5590121F4E67BC81BCE9A695DCAF , 0xB90153BC6CC14ECA83F48E7054DFDE1F , 0xF36CCF1DECD24879B2F7D371AB3263DF , 0x273B0F09E8204E35B91078C37C6D9D87 , 0xD5319BEE6B394119B778A132A553ADE4 , 0x5FBE54D1A8704A95B6C5BE3C3D64A27A , 0x27CC92A4506042AA83FAC90390F228B4 , 0xD541D75026894E119BC591C58869C8D9 , 0xFB20575BD45449A38AE378E5BF08FAC6 , 0xB78EF0AC8ACA4E7B9BEE99A153D2B447 , 0x7C6F17798A754C749F038BB588490847 , 0x760E3448DCBC45CB896720AE9DFC2A2D , 0xED47CC2EE9C7455599107775B9185B71 , 0x69AA107B8C8B4B9F83F6EC058EB8A0B6 , 0xAD4BE1B3B5D94C82AFB816F100D6A071 , 0xB575E87DFD214950A86B978BF268A955 , 0x5FB347F6832C4AEA85DD26FB2819F3B9 , 0xF47E5CB929FE4BDEBA060644800FF79E , 0x95011EDAD50A4BFE904E2FF01BE1AB11 , 0x92373671684D4C6599E470B45139DCF0 , 0x31E9E52F998E4AE0BAB992EF13B76C2D , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xFF47575010874DD6B0D222DE992A55DB , 0xF4C646A34A7047BE9F567EF37E0071C5 , 0x4AA1D3295D2945CAA5CDCB4118996401 , 0xDAE677519F5F47D2AB6FE3E085036063 , 0x2314D7E634584B51B90C8255FE582DB3 , 0x5D22A0BEC8634139BBE89A12FE66B022 , 0xC5FC0999F6C34BE3BE06B6AD4BA126E8 , 0xE87398717CC4404A91DD72A1CA1BEA4B , 0x28D08E37D3F3444291184B5196E5A82C , 0x83518446F56143DF95DBCFD55271A173 , 0xA83FD9A654A9477FA8BA1F5E19CB7828 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x89C7C39B12EF4800AF0649B3A826A1C2 , 0xDDB799F5B74C4C98AB8694F9D23D0073 , 0x0198CC682E0972F5B7EEDD4DB2E44E22 , 0xF308D25AB72D401A90661F497135736E , 0x0198CC70ED8671CFB0150A9F19EBA190 , 0xBDFAC1517F8048668F6EF9F535572B9E , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x5D22D59CE064476A89112CBF924157B7 , 0xDBD660F43048485EAA18F15BA70E2DAA , 0x8A0834417C324B28A7F87FC3D2502016 , 0x72947C0213214597B5339601402088FF , 0xA4BED51C41434299817A48ACC8861251 , 0x406B6821EB634F1C8D8917A016D97019 , 0xB95493A45A9D48ADB7DFF89DE23D1B11 , 0x7B56DE47AD93488E9052B5509AD282D7 , 0x71B2F652EB364664A42B8FBD851DBF7C , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x2A41EC16EB304AF5B52103615066FE91 , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x0198CC674F767345B4F60E77D83B00A9 , 0x0198CC6D21B27332AB9E350C390D58E7 , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xA2C5E8D8D0A54ABB8C3475FB1F2F1C6B , 0x4AF5313C097844CABC8CADE116493D04 , 0xC2EC54282F344F34B3D12F5C194F43E6 , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0x457441DF0697420AACD2A8822CC9787C , 0xD6A2D5D8F19B482B8B6126678687995C , 0x0198CC689B6B7352A33C4F306F5E2FC4 , 0x656E774BA7B143C59A5097CEBDDCB0A7 , 0x31005DD2B74A410A9B0586EFCBA4B6BB , 0x6D9714C4DAF14E40B209C42BB455C6A5 , 0xC7D14920DBFF43C885B2F8C81057C288 , 0x4050B387C2B245118FBD742F3A60CF12 , 0x388033CD3AEB4F7CBCB48A3BAD57BC43 , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0xB69C189B29B14092A20F2A1166B95D0B , 0x1F97FA2E53334DD7A7DDA6BC39E46B9E , 0x0198CC6DC6957282846B4B0906BEE844 , 0x3DAC7D9E55BB468CBBC72AB008443CBF , 0x0581B1A7ED82414484EB48EA555B3F18 , 0xB5E7BC5A11674771937219FAA177EB50 , 0x526A2E9EF8174E219B0095559127DF2B , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0x609BA8D52A144632AE911C986394FE6B , 0xA5F9BFAB0D5A40F888C15C0DA47B8242 , 0x56C8CE10ADEB4F28AF64DCFF620846A9 , 0x387D3840D338476A83D5C4F2DDE4B35B , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0xBE57B85860A84D41A778C879770B7984 , 0xCF85813F532E4972AC69189B9516A94F , 0x9C7D98D6ECA043D1944FDCEB07CF84DE , 0xD39F718577D4405691D7FBCADAE27AB7 , 0x2722E11330BE4AEDB3D7C10DE31C0B84 , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x3843575D9B3C42BEA013318775F278DB , 0xC25A7A68EC6D49CEBFD523D0EF3E1549 , 0xC16F388099234EC2AD7FDDF84FD0E64B , 0x4FBF7D7C8D13488E947D1E92B1BEA87C , 0x8F079CBE6E884C10A87A21295AB7A13B , 0x15E00533A5F84A22B3558A03A0745E32 , 0x5E46FB396CA74260948FFF4226B8309E , 0x8BF846D629484CC68A95D8C83831BAB8 , 0xC920C598DD6F47138F406165EF3F0EB7 , 0xE08D5535BD5B4CA593AE61B710B78113 , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0xADB42016585941A3982EFE96F98DC6E9 , 0x8EF32C52394A4739BAFDFF844C3DE15F , 0x6CBF0A463C6145E29EBF658FDBC8A25A , 0xD22F2C32BFD34CD8BD96416CD3015A48 , 0xDA7FC2ED4A754EE092CA55348AC9A01F , 0x7A115676360849F0813E298223877E8F , 0x6293EF20CAE84C7E90CCE54B64C43A27 , 0x0198CC5F751570ACA961DDD58919AD4C , 0xD300794B6F364C6CAF4EBB844C8E9E3E , 0x95D08747F0ED44BDAB07EB9D842F47A6 , 0x31F37D3F00634AEC96D5E3697DC86BD8 , 0x1352D672D9E04B89B0B9873F7E2FF9A1 , 0xCC4AAD47BE664CCA85D59D0D3E04C370 , 0x1714866A7CAD4FB98310DCF025A685D0 , 0xFD3EA27A9E9A4CCC86E657EBAA858E73 , 0x26D23B395798403C97C47D0E72C8E94A , 0xEC0DC81D1B014A8EB7319AA4181BFA45 , 0x3B39A660AD3040FB80E91C57D5E453B0 , 0x849745F0B705433A8B1568DB624872AC , 0xA44E1F3AE89340B0B535365FCB8179BE , 0x93F3801F41C64DACB107541A2C0D0561 , 0xC039741F688F44AABDDC82104BFED065 , 0x856532E1390F469186D69108DBADAAD0 , 0x1BA2EF1EBFDD4325A78A0D17AC9449B9 , 0x2C680F0FD9A849738AF24A17FB860911 , 0x78D558EB2FA6428EBC6837547F2CECB3 , 0xAB845FE1FD8047F8ADE92CC8BE8E8C03 , 0x6D759189C4A14728927A26B23ACF20F9 , 0x0198CC6A3014725288DA9519CFFCBDF9 , 0xE24C89C1B0F6408591D704097848C877 , 0x0198CC5F36BF73DBBE059457768F9D58 , 0x4A405A49EB5F46F78AF46F96AE0F3B8F , 0x439A16F4359440DB9C08B9807EB33D2D , 0x2EFAE3ACB5214167A91D5964473B6B7B , 0x0198CC5E7148714CB32E7D48E67995D4 , 0x1EA1DF93398741B19551B8656DC6C74C , 0x3149EFF74DE640B985925942CEA011B5 , 0xD84E73DC873C4386BD111E655CAD11CE , 0xEEBA823D8C84480B960526A44E9B66A0 , 0x351CB294D86B4494847195CE10EFE66D , 0x53A6C2B0F4C140239F087B3BE99D6214 , 0x8A734A5DC2154FD2A1EF53FB7E6B7AD6 , 0xC02B5C2491064157A0814723455E1B6F , 0xDB0D7D9964294FC0A84D9A7098503D71 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0x8BD51843F8DA4CB28F699C81745710DF , 0x53CCD56205554B5390A1C332A6066A4C , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0x019A08A9652D43DEA42BDB47FA151EBA , 0x74D81FCAE8C9455D939F99854AD1B37A , 0xD9F2458A7C044B59BEF1D91FB7C2F814 , 0xCA9C0B81264347A894630408AA3962C5 , 0x83085583D2C74C21AABF44F458AF75AB , 0xFD58D88554A24CFCAC45AAAB8EDB8944 , 0x944E3B9213DB4ADB8F7F21FB5B50BBCA , 0xF2DFA5F595EE445288BAAA5BEE5569BD , 0x4295CE766A2F410E86031D7AD3C00FC8 , 0xABCBA9C99428440497B5C713071B2430 , 0x63D0253E4C0448EC8B909FEC5817C0BC , 0x4A2416C59E1349F98CE1F2974691F1A2 , 0x92F3492007F04098897664229A148733 , 0xDDDD0F583BEB464AB768CAD55EB60D01 , 0x40572F249F21423880935F04BBF3D29F , 0xFB299E76FCE243AA8BF54A5E6285A655 , 0x91D374C99BC34AE7BEAE6A9E506318D1 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xAD8B04D5AE6E480FA06CAF45282E1A13 , 0x47B92494B56E477D9F6F8B33E553FFB4 , 0x9FB345E9109145D5BF6FECC71FB12180 , 0x5089A2E869DC40B2A169DE524C949A27 , 0x4D52A5E573BA4B46A8BF7ACA1743DA76 , 0x7F0071914A1B4DE8B18AE3AA7C2A7880 , 0xDD3CE7CB10D143BB9D9AA4EE396E41F3 , 0xAAF458BDCC624EDDA1BDBF10089E3B3D , 0xDF0525197D7F441CB9FCD8B714B39F55 , 0x11EEE5926FF645DBA7F49F4C394E51D4 , 0x277C1CA3AC12482AB7E9FECD573040B6 , 0x7F575898CCA44B77846D351643C356EC , 0x9DC8B1CEF16E48B1B369C66F3F079F0B , 0xADB037322BEE43E9BFBDAA19C04CEB0F , 0xCF85821EEDCB4E65B5882EE55DAF5781 , 0x2FC7F6BAF63E4FC28659C259098A1C9A , 0x0198CC5F90AD7111B283E66216D0F253 , 0xAA41F98868564D64A5DA96E70DCFABB0 , 0x32680CCF8D434A4CBB1450CD988FE4B4 , 0x7C670E5CDB994EF68633C869D787DF0A , 0xA51DA365CA21496191A003F88438A996 , 0x8213B54EB6BE405CBE81367C216404D7 , 0x2EC3A10886154BC4A98888EF5DE27C01 , 0x7A8A9478414846B1987EDBDF4B11C1EC , 0xA2BD922CFC12487BB8D6F9A1D358DCDF , 0xB4F8AD5AABA14D52987DA89603D9ADFE , 0xF474BEDEA62D4A53B963998157005FF3 , 0x0198CC5D6D137308A5FA90FA35F776FF , 0x1F079C55774749418594C72ABECCD336 , 0x363733C7EA8F4F998B5780D9360E98F6 , 0x3DDDA00CC5284C32BAAB378964051ADD , 0xC5BC52851DB7466A87FACEC1A4A4CF9C , 0x979A192BF30446F49F4C4B638B3417F9 , 0xE4F9A7846B8A4B8A89E86BE3AE854AC4 , 0x95788781C1894E5EBEC7D316A90E728E , 0x1A97EFB5769A4AFC80DEE626476BFB3E , 0x7FEE8B25719F4CF9B28D5C7E4FE14C81 , 0xDFD4011FBE3D4E328D6597636DA5BB93 , 0x547DD6C7C4804374A8EA09705D2D6D29 , 0x9B8D82ACF40E42BF8A28012BE3053B04 , 0xAF773AE6214B4121B82455A673CBA897 , 0xF26ED72A78224E039E3C803B0FD76400 , 0x9EAACAA0A47942198AFE1BB4B4771535 , 0x123C73C3AC77401D98BEC14C58F356A2 , 0x2EC5267D10F848CC9B01C64E6576894A , 0xA0825B70E375434096B4D350EE1B5769 , 0xA6B68354D89B4A9EB857E0B3213F6CE7 , 0xB5AA285F670F42849980D598ADA23EF7 , 0x41621EEFE91C41EF81CE2C209D85A388 , 0xD0F06E053B44458DBB2A0CF006E23683 , 0x62B5131476704746ABF212A188F25C13 , 0x63524FBF43174F53B4AA1C7D60B2661E , 0xC8D97A02AED8470AA8F605109D35FC08 , 0x60E83051BDE745B8803DA6F26B1CB437 , 0xDC5BF063DFD441B5A3F48D74EE985030 , 0x23804EE3290448AAABD125CB63CD9FEC , 0x664A035BE66041B58973C7E849CB5CC0 , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xC063D9FA162E4A7F908308C99DD17687 , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0xEF6F6ADE8577455EBA73E19A367DC8B5 , 0x79632A2EEDC249F7AADC9F0A3A5A4180 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0xA0EA93CAED694B4E996C471C18CA245D , 0x1F5B4C511C8F44FF8165AEEB43533943 , 0x804D263D5F2D4EC0B2D5CE795E3EC534 , 0xA2F5212A07584F9A82CAA54ED0A38AD5 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0x271E00996E0D46E2B60CAB0CC352F774 , 0x6DBD105E5C9241128BEE5DCE90FAE36F , 0x0217734EA93E4162ACFF209D83B739FB , 0x55DB626078624359BA213FB9B1349AF2 , 0x3410B846409243BA8F817BE282CB5A55 , 0x4595DD600B804CB086640BE835EE6351 , 0xE4F316F16A274836A75BFFA0CC54BBC7 , 0x6D946CAEE54A4C6BA588E29AE9C4ADCB , 0x4054B855538D431A97692C6E8145496C , 0x59E8817C65644BFD8AEAD167CC0D4998 , 0x3EF49CDACEAD45F99AAC44D4013403A3 , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xF8F2EAD30BDF49D4928CBA9BE742273A , 0x9CB7F32A8AE54DB9BAEE55861D5DE426 , 0xFD23B9A0FBA645699CCA21B095960FFC , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x4EFF0540DBB748D3B39B989D37828734 , 0x0671B2874843435E80A5DD9A695D422C , 0x142D001969D846CBBDF7D7D6BC0FF1E9 , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0x2222DA2443D64BFBB0B5FD68BB9AAD53 , 0x13136A881ABD4475BF7565B7D212080C , 0x6BB759D26AC245F58AEAAD794B0007FC , 0x169EBAE0493B405E8E0A77198A438E61 , 0x8F357A9D134E46D29E293AD00287B051 , 0x9B18E0F363E14A11AF3DB532EC513FA5 , 0xE1CB39471D1445BC92BCF4BA69124CF7 , 0x9FE592F5BE094521ADD73DBCFD5EE2C9 )) GROUP BY `product` . `id` ;
Copy
83
34.84 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ÍÒîÙã•DŠ“Ò\x1A Å\x18 K–\x08 "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"ð(¨fh\f L\x05 „ƒ\x17 ÑÁç|ì "
b"╚ìõËñ\x1C Aàú38ÙñÝ┌/ "
b"àWÃ0\x1E ÿAË€ôÇU\x04 ìó\x0E "
b"\x1C 0`ØU/H÷ŽoJD¾&`, "
b"º=lÆŽÍE€”¤pÃw«§£ "
b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s "
b"̳\x1E ê1BBQ©ü(ÎC¨õ\x0E "
b"ÀZQÁ\x07 ^I_ìO1ÓC4i( "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"å»r6÷╠OÉ¢\x16 5_\x17 5O "
b"¾A\x15 T╚ØFrü7ð┼¿oxx "
b"ßFæL╠\x04 HÙítK<ÉZ\x10 Î "
b"ñdEš(Ý@̯5MàJ\x18 ET "
b"Àß4Æ6~J¶´ä\x1C k'äRÁ "
b"RD\x1A Ž\x19\x17 Hî–ÐI,/×ýQ "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"""
Þ╚├²æ\x05 B\e üÑܳ\n
Ò\x10 Ü
"""
b"Œ,¡n–\x07 KC¬$”é—1>\x08 "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"%\x18 ]¢\x03 JKM”Zk…\x11 ÿ\x1C\x02 "
b"À½Ñ└7■D[▒╚ìfvÙVq "
b"q”œn.¡A˜±~ÁÖ\x00 öûÿ "
b"t\x02 IbÓFôª\x1D\x01 ]Ê€&¸ "
b"""
\x1C Ú\x04 j\x05 ╝L╦©\n
bÈ\x03 26ü
"""
b"\x1E ?áDŒ•B¾¤»¢%T÷^\x0E "
b"\x01 ˜Ì]Aâq²«&Ì\x0E W\x12 ]e "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"]!6ð~ÏL_‘\x1A ¹äë,” "
b"ü\x08\x1A Z}ì@Æ┐ú¦\f vÝq} "
b"G‘åm|·N\x03 ŸE\x1E 9ä1:\x15 "
b"""
£±ˆ\x1A ×zL;¾e\n
i`\x1D ùü
"""
b"7Š[ç\x02 *NW²È„\x11 Ç«³ß "
b"âéÄ;Á“B·¿íç\x13 Ù!ø "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"\x01 ˜Ìi”frܶãAi~\x01 ¿J "
b"ì¶/À4\x7F DV¨¾T³ÅG¬\t "
b"XÖ*ì9O\x14 ¥lØ•B’œã "
b"\x13 8[\e WÌ@T¬ÜÍøúÕˆ¾ "
b"¤ž,–Õ\x1E E*œ‚c&Ðç£[ "
b"âå╚£¡ó@\x0E Ø0X├µ╔└I "
b"╬Ø?eD#HóæËÛ\x18 f&\x01\x11 "
b"|ı\x0E ßg\f N«É,[╚8ßý║ "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"DY╣KÍ┐@zû\x7F ÉÐ/\t\x1C + "
b"Øå\x05\x07 1·C Ø/ ÿ5õ$ "
b"2¹SOw\x7F MxªTæü¾pG’ "
b"Ì:l7\x19 ‹FS¸¦ì7\x01 0¶% "
b"\x16 ╬Ò╠ÎøBÑØ┼ÌìL$/5 "
b"\x08 ×»;©\x02 A¸µ”ð!ÉÕy„ "
b"YS…y\x1F ÍGb¿"Pš4<åÛ "
b"├¸¶¥,ÃEÉá(sVsÇÍË "
b"▄]\x00 ÎAlM*ïÉÄ\x16 Ú\e m\x1E "
b"ÂâKø²JOÅèßu[ø\x11 ã▒ "
b"s㩓׌E¼¬V•v”ãÜa "
b"h*=é¢SNQ¤”e\x0F \r \e\x18 Ÿ "
b"”¢±‘êSCàœîÍ\v [õD/ "
b"èßÇÙËËGh–\v©-˜ÒÙ "
b"""
[I.î2bN\x18 ¡\n
à\x07\x10\x17\x1A Q
"""
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b" !í;'QI§»Î¼ê>>Q "
b"^Õ§}9„KGƒÆôúP·Ðù "
b"÷'S4¢:K[†\x03 ;m\x17 ëñŸ "
b"Xp€\x15 5åHv¦¦”À;,d; "
b"M1›RsàBc´÷&\x12 1¶ëå "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"d#JÂMÐH\x04 ‘ø7\x00 þƒ}Û "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"úqÁ\x18 ùKÔ„ö³£1cÑ8 "
b"ŒÑÿê’O\x1C Žá³š»„0Ó "
b"ŽBðú\x00\x12 BO¾<.–"‹°d "
b"ÕÊÎL°HNA¥MŽV\x07\x00 <Ž "
b"R┘lÔ\f >G\x19 äÑ\x1A ë\x1F kü} "
b"ƒß?âú½A©ƒ\x05 ŠÑ¹®Ûô "
b"│▓\x03\x06 ─═L8®┘b\x01 f\x1F íØ "
b"\x01 ˜Ì\ð—sÀŽÀÒ\r ÔüÙç "
b"Å\x1C C¬ýFH─¬ß\x04 J·Ìó6 "
b"¤ç┘õü¿B\x04 æö;_Vl8\x1F "
b"¸È$¸N4JQª§Q³N£è "
b"Zrj-œâIòˆQñOé% Ô "
b"NME‗\t )B\x1D ï┴\x13 =2³kÉ "
b"\x01 ÿ╠^É\e p®è_¢ÆTèã▓ "
b"š\x08 ¤qÑUNM˜¯Z«Á£”• "
b"▄ò,▀2ÊL\x10 Øê╣Üä1èã "
b"àf8\x0E &\x10 F:ì═░[%\x14\x1A Õ "
b"IãÕª æF\x03 » .=;&L– "
b"‡…V\v ÉiIG¦´Q‰\x0E &\x1A o "
b"ø\x7F t&D>H,†‘m\x1D cè€V "
b"¾ÒÐü\v\x01 D\x10 ¥ï]fF\t ü\r "
b"¾Z\x03 `!HN|œ/$Fè÷42 "
b"¯Ì\x10 ÕûñN˃7•½\x08 .À« "
b"Q│\x03 ─bBGoü²\x06 └\x08 >üì "
b"ı2¾\x08 ıKE´Ö▓g┐\x10 ┼~Ø "
b"…iˆmTØHÿ³\x19 ¤+²¸F$ "
b"BÒX╣y @ØË┬oÜï▒ƒ "
b"\x17 T\x0E ‡U×E-³Ñå\x1D ?(d½ "
b"²0*\x1D\x17\x03 Hêå&é òÄ┼Ø "
b"¸þnö¦HD)¯îë0;^Œ "
b"enþóC\r E±£ò-Ã-¯0¥ "
b"Étlÿ╝6K─¼\x07\x10\x00 ╦Ñ*¸ "
b"К1¡v(D^„sn<~ó8Q "
b"¸tÈ+‰\D°œÉN\$§uc "
b"\x1D \dÈt¿MÆŸ?ëÐO¯3d "
b"═'©ÙºrCìøôñN┌¢ß- "
b"\x14 Î5l\r µCô™Àp•‘\x16 /¹ "
b"*\x04 –}\x1C ¿K:Ÿ[Xƒ´çç "
b"¤£ªÙJÅL\x1A Ñ\x10 xÒ\x14 Ç├à "
b"PMz\x02 ž€Cå“]Ñ\x03 9é˜é "
b" í4HPïMÇ´a\v ê…¥\x01 ‚ "
b"\x18 [›]sfLO¥ƒË#øJ\x15 ž "
b"‰&ü«ÌqC6¸›ŸT\x1F ²/= "
b"Èl<•gÒMT“J‰7ýÒdõ "
b"ù‰ÞÎØKO(“&ÅTŸc²6 "
b"\x01 ˜Ìk-qq=³Ã^µ”vG™ "
b"tbåGš±D2¯Ö\x1D B·\x1D jë "
b"""
…7“×\x02 %C “.\n
‚\\x0E eÉ
"""
b"Ø8d+ÏÒ@<µ~5¯T£@û "
b"'Rö\x06 ÅUN┘ä┐╗¯¿l}ð "
b"í‘÷7kÕJæŸÍˆ[ôÓ+! "
b"""
É;d┤ªòG\n
ú╩´ÉÕø\x06\x1A
"""
b"\x01 ˜Ì]¯=rÖ¸ì\x1F ò»ÃÚî "
b"‚yNÈ\x14 ,K³ª\x06 ™\v ꈜ· "
b"Cšw¨‰>C\x10 …€@…f,\x10 ¦ "
b"äŽïí\x14 ¶D©€jZ¼ü×>\x7F "
b"PF\v VÎÀF<éÅ:┤ðEÎQ "
b"q\x1A ëXÀë@7ºÝ{ôEE8Ï "
b"cç\x1F ¤×\x10 D\x10 ¿=*«–™8… "
b"sû#´ŒõJ®«âè1¾SsØ "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"ìùç├âGE¿º5%ÌÜÜä "
b"g›¤YôÚDÊŽ¢\x12 «¿Ë\x17 ² "
b"rØy*¯3@\x11 ¼\f 9¡æ¯ô\x7F "
b"9ÿZ\x00 Æ)CQŸ&\t ´4÷\x17 w "
b"\þÅ>RVA▓▓I\x05 &ÓyBÉ "
b"¯þþò\t LK¤˜xZiû\x05 “é "
b"░┴\x14 94ìA\x0F éq¥¼xS\x15 Ú "
b"oôQÍeNAo░ì$²¥\x1C ¼\x03 "
b"¡zÒH▄àN²¼\x7F ü\x1E Ì0▓Z "
b"Ç]H#W1Aø¯\x05 }Àá\x1F äV "
b"Aa(¤øwKJ¨íš5\x1A\x18 Þ0 "
b"u‡¸s\x1F ¬@©¼s\x1A é\x16 zDÊ "
b"D¥þ╚┐&O\x12 É\Þ‗\t ARJ "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"\x04 ‚0aØ KX³×À\x1F AçØ\x02 "
b"\x0F ±yXÙeKœ›0SP\x01 É\x01 ù "
b"┌ÉaÔ±´LOñhîà«MÍ\x03 "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"}¸\x06 òppDUÉWÛ6íÓ\x18 Ñ "
b"Èì.L\x06 .@!½|qfD(sñ "
b"\x01 ÿ╠mÜ|s¬àÉ\x7F {\x03 ═\t ! "
b"€ws^¿#J¯ˆþäJ‘\x1D +r "
b"„\(Qi‚EÙˆõHÝŠó‰Š "
b"ðwãÌš2Gt«¶ÍQö§‹î "
b"42*Ð!{Cb¡Ï æÆ\x17 +™ "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"Tᾘ5üCú¨ED»hûYB "
b"ÜúB΃┬Fþ┐?©ìÍ'Eï "
b")–‹$½\x07 Db°\x0E u©î’÷‡ "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"õz·Z\A\x1E ŽâIM\x12 Ñÿ "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"K2—\x7F !¼G7¨å¥”Í‘ðû "
b"ü\x00 Y\x15 ŽˆI¹÷uÊao "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"9`╩·\x07\x10 EÂ╗Òì┬§zÌà "
b"\x01 ˜ÌkôÖpež\x05 t3üâÑß "
b"{[„\x13 ä¯D\x07 €Ô\x1A Aš—(b "
b"àk¹vY║Dì«Ü]ó7╣─\x08 "
b"gl\x00 ØŠuG\x06 ªÑ!M´Æ¬\v "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"▒º\x19\x0F ║ÖCØæâîC╬┬\x03 \n "
b"¿┘$\x0F ü\x17 H\x06 ƒ▄?P5▀. "
b"'°á\x19 M\x19 M\x10 ‰}özn\x03\x00 ® "
b"Û›ÑA<ïO\x12 µ$¼_™ä¼E "
b"ƒ{~Σ˜F\x13 ¢"\x02 ÂC™Q„ "
b"Úœº|;ÍIa”\x1A :#ë,ân "
b"Ç5„Àº!Ej–é\x1F \r ÁbÒ\x07 "
b"®ŽØ™ö{Jd¸\t ~³‰½&\x08 "
b"4Ümv1¿Lü«╗ÀÏ\x10 üà) "
b"Ë\x1E ÞþüÃA¢‡ç¯M3%éu "
b"[┤·~½*LöÜ\x02\x08 kü\x06 Þþ "
b"A\x07 œt"UJ°„\x06 Ÿk®3‹œ "
b"å\x1A ²\x01 ƒ>OæØó\x05 t\x1F æòà "
b"ù\x02\x17 û˜ÖJ†—DäàšÀ[À "
b"}£†ß;ÃL3¡Â\x1D ÿ)…öG "
b"}\t\x12 ü«µL·€e;AlDÊì "
b"|C\x18 G²¬F§¡#ÇËC\x1E Í“ "
b"®=¿È4\t Nî˜A{4EÐÖm "
b"6ß:\x12 ôƒK╣Å░»═Ë:r\x03 "
b"\x0F\x01 £A9\x14 Hm…\x10 9‚¸\x14\t\f "
b"m|ì+┘.F@▓W\x1A ¤î¸°¨ "
b"õ¥:\x02 çDvüÇ\x0F ╝X²+¡ "
b"?\x11 œõpàE\v ©i:\x17 S2M! "
b"""
º\v \n
{ì4BWÜÅñ├├tÊ3
"""
b" ³@²\v ™@éº9^ß2¢0^ "
b"™â¨ö\x0E ãM\x01 ŠAòv²Ä@ "
b"jm\x19 Ř’Fÿ¾%Û\v ýñÛ¤ "
b"0ÍI…?\f M;ŸÚÝ=K6aë "
b"%Ür÷åHL[²L',ôpSl "
b"""
Ö\x14 œ\f \n
»@ö¼µGþª\x0E\x1E r
"""
b"¯m¾’?åNÓ¤¨½\x07 ‚\x10 öù "
b"í)+Ù\x13 •M¨”@Š*O\e ¢b "
b"¿)8ü%)F\x01 û¬Û£@@█Ê "
b"Cj[q¡ÒJÒ‚}\v H1\x03 ‚ "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"#gš‡\x04 ÀCk±°úZ¬qqc "
b"Ž¿\x1E 3>\x10 L$¡l‹‚Ufü, "
b"€ß«U8\x08 DÄ©»\x11 I©ÜäF "
b"Íò~½b$G‚ª÷8S¦7\x1F "
b"F8³yê$Fù¨â€\x02\f eçc "
b"ô·?║'ÞLÉÿf²┬gqr\x08 "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"—þ\x1C \\x07\x18 Oªƒÿ$£\x02 N\x08 Œ "
b"t|`wŸMM¥¹Mš\x14 ‘\x00 ˜€ "
b"ËxB„kÀO︆ÓÙ”½9\x19 "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"±L┼Q´\x04 LjÉ¿\x04 S█.Jõ "
b"¶§À\x05 ‹JDž§ÝÌ\x08 Í\x0F 0\x1C "
b"T\x04 i<i}HT…Þ}çáï,\x01 "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"”÷Im+±IÔœl2\t ´"â\x08 "
b"•T\x03 ËîîMâ™m-´\x15 þÖc "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"×Gza›;D©¥‡VfŒ¢\x15 ÷ "
b"´ÇÕRÖ╣M0Ø<<╚\x10\f Q? "
b"0Q}┐▓ÁMsòͺ\x0F ¨\x0E ~ì "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"ÆÎ‗¦Û:G\x03 ëØu¶<Ð\x7F\x05 "
b"ÄÞŠ\x19 ?9Oöµ$N\x01 »·\x13 ¸ "
b"ÇlØÐðoI±▒DÛÇ\x16 ^û\r "
b"├0°╝JïJÅÖÑ\x0E\x14\x06 7±ý "
b"EeÔPùùE£¿¸ƒÝïüm_ "
b"É@f\x01 :\x10 H)×╩z:ñ║▄Å "
b"Tmþ\x08 §PNc¾;ÝÿŽL2x "
b"├0×\x1A 7ôCv©²Å\x0E ½8×\x12 "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"ó)•†ÚƒC?¡\x00 ñ\x06 &q=ù "
b"""
DëØú]ÝDJ¼ªï\n
Û;Ìo
"""
b"àÄÄì¸ýOz¸°“\x13 Â\e ôD "
b"NE2nÇ$KH¿=üºº█\x10\x12 "
b"Ö\x18 ™*}cJH£ô+Ô|¶\x7F ‘ "
b"3\x18 ˆßk”GÏ€?kÊŠ\x11\e c "
b"ã▀\v )ì,KN▓Föö"Ö¡R "
b"O`¡í┬óK±ÑÍ\x1C ‗+ükð "
b"܈9#«ÏLú¦°dH \x00 ž» "
b"\x01 ˜Ì]í¿so„˜À\x14 º9\x1D Ô "
b"ÒOèù¹0Dì▒\x10 t\r M─[\t "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"\x01 ˜Ìj¨êqÀ½\x19 þ£z@-! "
b"ˆÕ\x1D ¡+)EŽœFžwÁÌKæ "
b"j\x07 KY¦8GÅê¾àô®ëÎj "
b"ñ\x03 ÑgïûF¾¥ÿþC{jñ "
b"êPw\x08 b\v GKŠÁ”_ñ¿ÔÞ "
b"┬¶o/ã0KëÂók11¦|É "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"œ„´FðLLÚ¢ëjÞ×§Q "
b"QW«×>ªEÿœ*½_ç\x08\x04 ` "
b"\x01 ˜Ì^Ö\e sz¿˜ß#\x18 à,6 "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"Äâ\x18 ªãÐId½md¨uîB\x1F "
b"«\x1F ┤bɲCÛì{<KsÓr█ "
b",ÂÓ“¶½G¿µ}r¥)ƒöb "
b"Þî$>~\x1C Gª„ÚŠ‘‹kSÈ "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"\x01 ˜Ìl™¸s\r ®ÎDÿc"=¾ "
b"Øp═?BïGÿäD\x06 {´/Ù\x14 "
b"R·³\x1A ;ïA~·Zø¸[ì\x7F 3 "
b"""
ÚMÊr[ÔFØ£–)ºjä\n
\
"""
b"ª\x18 pZæéC,ö$n\x00 ¤ÝÓÉ "
b"\x01 ˜Ì]Îus\x1C Šrk–ï\x07 ¹Ø "
b"J·1¡¾fA0¿¥¾÷´\x05 zs "
b"ÿ½╗L‗\x13 JæÅfmÑóÚoõ "
b"ÓbO5>KE\x1D §\x14 —4.7õ— "
b"""
ûF€DpeJ…–Ä\x7F \n
,@\x17 ›
"""
b"ïàn4µ’K¦ª\ë6þ\x07 ßñ "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"BU|ÐU\v Bã‡ü,Å;žü. "
b"Grí_!\x1C Fã¸X3ji/¼Î "
b"&f®ŽW0EÅ„N\x0F òð\e\t ¦ "
b"‗ÁByUFIýƒ«üT¸Öþ▒ "
b"šËpMI¾D熨Ç\x0E\x01 ºúÎ "
b"εØÈrüD¼¸Ä…:\x05 #ý\x17 "
b"\x0F +Å\t ”?B_ˆ`#‰§ìëe "
b"0■mºNdO╩Ø»▄ýö■÷= "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"Ð\x11 7…Ø%HÅ»Whb\x00 øQ% "
b"WCr8î¯O'ü÷╚Ý0dM\x1A "
b"-†-1íÞDɆx\x17 £3¶J\x18 "
b"rþ|Q%AG’±Å/Sù\x06 ™È "
b"ÖÑv\x18 ¬®Mºœ±(¬'\x06 ¯\x16 "
b"²oÐQ\r WNç°ÉY\x1C ˜ÙÆ\x1D "
b"""
_\n
xØs¦E>¹\x1F ‘\x11 6Ô~<
"""
b"ìH4GV¶Mȉ\ óœÉ¯Ñ "
b"S\x1F +³)‘FN¥G“CòÙåw "
b"Ð\x1C !\x13\x13 öAh¼ÁÂð‘àx” "
b"\x01 ˜Ìim÷qʺDZVˆ÷6™ "
b"ÇP═▀zÊM÷Å░\x1D @á,Ñ] "
b"\x1F úYä\x17 ÄJ½Œ@;B\x1C Òxr "
b"+³‚$áN@š\x1F ¾\x12 Ç–ž\x0E "
b"û'F&\x15 ¶D\x01 ³k:àÄpž¿ "
b"T"ø^ÔAO'¨‡MŸé\x7F «" "
b"G\x0E ‰NÖÎMs‡£å¶öË“\x08 "
b"""
lrâ*̓FÄÑáLÅG\n
ë~
"""
b"ظ$«Ê€Dp‡íÉÆ[éÚ£ "
b"Ø*╚Ü^\x1A C\x15 ║└A,$É┌\r "
b"\x18 Øüß)WL^â\x1A Óè³óxÌ "
b"J/╣ôÊ\x11 KôìÑQ\F █» "
b"m/:KÅÌMB±™\x15 3©Œ“À "
b"ÀË\x14 ©ø*Dó‹À“£6.\t ð "
b"¦╚É\x05\x00\x17 A:▒\x7F tRÍ{À\x00 "
b"bÜ×\x18 [ K\x12 €=Ã\x17 ô2tD "
b"ÊðѨ NB\x0E ˜ Fƒ‚øi "
b"\t @bÕ kO%Œy7q¨^m\x0E "
b" œ@·°çA{†\x05 „\x0F ücüÆ "
b"‹êN \x04 Ø@-«\x18\x12 øš\t\x7F ¹ "
b"ìs”Æ~ÒIÚ°oœÄLš+\t "
b"bÒ\x1E\x01 ç╬JuéWwÉÔH\e . "
b"\x0E š?¿÷\x04 OD½Í\x0F €Dah8 "
b"\3®Ë\x11\e E\x14 ¿Áê—,ï‰} "
b"›º—Ö\x0F LD\x7F ¡E.¶áÚšv "
b"\x7F t\x01 ÒrêN÷µõÇGÆ™XÖ "
b"Jî,x»I\x11 ‡{\x1E u¯"Ï "
b"$\r \x06 úù^G»§ý¥< ã”þ "
b"¸¯×'DFø£FúÉlÿ\r ˜ "
b"\x01 ˜Ìj\t\x06 p8’)§²¼\x04 › "
b"ûôˆ…¯EAQ°^ñ:ñ¥›~ "
b"\x14 1ínÇØLM®bÏløì\x7F Ò "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"ì\x07 g_#|Koˆ7_fŸ@Ä\x16 "
b"žM‹ ¼…L\x0F ƒ@\x1A o\x1C e>‚ "
b"U├u█ MKìóàÐñHR▄³ "
b"ÇHêvƒfC|²”B\x18 ô"µÆ "
b"ÆÒÂ&ÜIÂŽÓ"`-g\x10 à "
b"ü‰ùuÈîN¬¹˜4+9\x10 qÝ "
b"\x1A ¶¢™\x10 ™HÛ¡ÓÕ\f q„\r E "
b"?Ífû1²CÔ–‘*%HŸ\x03 v "
b"´ø\x14\x06 »}L>‹øÄ\q\x10 އ "
b"SáuúR›JÖ¶âõ¹×\v “× "
b"©ì:²¥BH‰©W—MÆ\x00 º¾ "
b"×èq]4_Cé¼¶\x07\x1A Á?\t è "
b"~6â}\x07 èE´³ä65%$â] "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"\x15 ½Å®|wF$ô&6¯Ô9\r È "
b"ÉG?\x02 š\x1A Jx´¨›ÍÌá;w "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"^¢Iþ†ûI(‘tÇ\f ¢)ËV "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"·╣rÏüyGnî╚¼gC\x08 ┴M "
b"‚\x05 œÿa’Fl´cFˆcòë‚ "
b"ìX╣Ah¸Måä£\x1E O<C«▓ "
b"0¶)ßû®KD”•\x1C )qØ;\x13 "
b"ýÉ×ålÈC└Üa¼T7¦\x19 Ü "
b"mÖûB–àMm§.>·\x0F dL˜ "
b"\x01 ˜ÌlÁ\x12 pާ—òn‡½>, "
b"4–çö!³@ÆŠAx{D@J7 "
b"¾\v ßû@tKùµ\x1F Ý\x0F \X‡u "
b"OÄS\x1E Ü\x00 A’¤N‘ÃD7ír "
b"üñ?\v íÌJË¡ûÔIWbVÜ "
b"2¯ÄAt]O~’µ\x15 ~\x1A é0² "
b"°à ÛÁéNYöûLöìu1H "
b"\x17 x«'\x16 ½E²Ÿw[Ð\v\f 0¬ "
b"üvU kÖDî¢h│0*b)ü "
b"\f T¼{ë.Gl¡2¤\x01 ð\x1A m8 "
b"<A:Ô^þIö€R\x05 }KÉ,{ "
b"—ÌH,óÿLL½V\x18 Ê\x02 j×^ "
b"42{åÛ´H•”S9XŠC´f "
b"¿uÁ\x11\x03 ØEȵœŸž\t ×q! "
b"Åå¶j½9L-ÂÎ"*¶b\x17\f "
b"—b”ñ\e I…¸Ÿ‰™\x18 ½Ô "
b"ÞÝ‹ÓdÁL+½'ÐæSJœ "
b"±‘X]WÿAǵ\x10\x06 Z¤ÊFu "
b"åÅm\r ôMç¯ëÚB\e EJÛ "
b" ¶\x11 —\x18 2@Ø™Ú̹«ÖÍ· "
b"i·4¦*§BÜ╗åÉ\x1E þ"\x17\x02 "
b"ì`ÿ©¬\x17 H=¹Yf\f 7‚•Æ "
b"܉økhaN²†\x01 OU†ý‚ê "
b"ÃèÈ\x18 qL%ª~öÆìÔ\v ┐ "
b"€oÓº™ÞD«¢äM¡+j§; "
b"\x01 ÿ╠l¾\x1A sFÉ¥║$┘t£¾ "
b"\x16\x11 BN@²Bf«ãa:\x12 §ã\x06 "
b"Õ\x7F ’§»qG¢‰š¡\x03 3éYB "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"®u`Îi"Fà«Çv’‚'\v L "
b"\x10 >┌ì╔\x1C NHâCÈæ\x16 ═é╔ "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"ëcOXÉ.Gº‰wž·³\e Ê1 "
b"íÜ▀\t ^kF¶¿\x00 ðãÅZ<D "
b"Šð”™\e ‚FÛ¬VÙ^s»w˜ "
b"=õ\x18 rËÜH¯ˆm¾-¥Ûpt "
b"¦Y¶ÅYyNo¬T!gt¾™Ò "
b"n\x0E 2\x16 ±SCò•ÆŸ\x1F\v 7ßÉ "
b"«\tÄ1█GÏü°ý8%ç+¼ "
b"Hb?t$.EVƒ[èû~¨éq "
b"!ª┘¸─┌LÔ¬Qé┌í@GØ "
b"6tZ÷¹r@˜Ÿ{ªÀû›©à "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b".¸}F²^O#¾æ‚nZSû\x1F "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"HßGé&ÅMÓêu6ãNÿEò "
b"—ûšv…”GÞŒ\x06 Š\x14 ×]ð "
b"'ù¾\x1D <¤@_»Ø\x18 X{,-╩ "
b"rÛÅ6Z\x01 Oìˆ;^/—~Ûó "
b"""
hÊ0öŸsI\x03 ¯žèÂé\n
´á
"""
b"ìè╔H\r ÏA\x7F Âw5▒\x00 ╣Â\x15 "
b"\x19 ±b„´%Jb€\x19\x15 ô‹W6z "
b"AÖˆ\x06 =âAï¶q\x1C ¸_¬¨h "
b"¦½×wqwB˲I\x10 òD^\x00 [ "
b"v=y*]ËAO¤s,ôpná "
b"═P\x1E Ur±D}üÖdpwУñ "
b"@ÿè3sãMo¨Š©´~˜•9 "
b"""
ç0Ü╝n©BKÉV\n
øÜ£ðT
"""
b"÷³^L\t ÄHÿ¦\x18 “®¨\x05\x0E "
b"┌ô¶v\x04 ÷Jì░Ø):&\t jÏ "
b"ÔÇ*¢´¢Cp†½²x\x1A š\t\x06 "
b"Øí¥\t êäGñÄ´8Eê¦\x17\x02 "
b"\x13 X"\r \x13 ÊA`éÉ«\r \x11 K[Z "
b"¨í4½\x13 ‡E*ŽŒƒm’Aåp "
b"/ë½ìùzCOè\x01 Æ▄á╝UB "
b"[Aþ¿¾WLïºÔåÏWO™h "
b"©ïvõ„ÆN#´3,{þ¯¿‰ "
b"Ý£Vе▓Gå×?\x15 GüX±g "
b"ü2ò2ÓçF0Ÿ´›üh2a¯ "
b"\x11\x11 Zvè\x1A HûÑ=t)ØJ▓ü "
b"&¢ó´WWGg«‗زóJ\x05 ╗ "
b"#3ÚÝwnFÛ®\r ‡œ©Ÿ~Ô "
b"˜cí\x19 ¿ÛJƒ–ƒ¯“±dd\ "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"‡ÆWKÈ´L3¦–ñ‘|_\x08 4 "
b"\x01 ˜ÌlnAr×”Ê(;\x0E Ä³Ï "
b"\e ┐üÅ*»CO╗ñ╚èÇ├\x00\x13 "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"³*õ"F+C`øl³ì┌█´K "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"©\x07 ÿî¯Þ@\x11 §×¨PêJE† "
b"╠┘%Î█%CÒÇ(Z³ì`×+ "
b"ø\x08 îj³åC΂7h¹$¦\t K "
b"\x01 ÿ╠g└Òrµü}█x\x17 ý\x10 @ "
b"¡å³—œÏDª†šK\x0F K{÷È "
b"Ü• Ÿ=‰@,…\x10 +§×Ru\x12 "
b"\x01 ˜Ìl36rް\#\x1C U\x13\x7F ) "
b"UÉJÌ}çJë¦~ñª\f Ô\x13\x1C "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"Ø8|å¢ÖIg¬6Ð:Œº†¶ "
b"-ÈØ║ÑsFÉø,yâJ▀:| "
b"Iæ|╗\x01 £@Å«òö▄À C▄ "
b"®╩Ôõu¬B"èÞh*ìÌ\r S "
b"ïZP¿±õL»£>Ø2p\x17 œþ "
b"{°>ò¬åFÓÈùD0É "
b"g[â ½ãO=Å»\x11 |├º╗E "
b"TvS=¶KBÀ‚l²ŒŽhü£ "
b"«Ð’7Ú\f M\x16 ‚H/êØÕn¶ "
b"ã%\x7F ╝├ØL\r ¿M¡7¿P5È "
b"‘õ’ŸŒE’©¿Ï‹/YDš "
b"╠┘\x06 au░CöÆì┘rDf▓2 "
b"═ËuÎUQO¡ì╚ÀÐÄ\x1D '1 "
b"/åå!N›AŒ¡IZñ ¯ºo "
b"-‡U4M\x0F C\‚™VáCF_Í "
b"\x01 ˜ÌmsqrU¾1ŠÄGÿâ„ "
b"#.Ö╔╗ Nä░)è├ÅÄÖ¬ "
b"│Èïiq²OIØ}¬s:IêX "
b"\x01 ˜Ìm<ýq¥½œ)Á\e ã*\n "
b"»\f —ŒóëD®¿#î\x14 P\x07 +ø "
b"@†/W½òC‚–7ˆ/°Õ†³ "
b"C┬®lÄ0LÁÑ£ìA\x0E Íûñ "
b"<#wºn)DX½\x1C ¯ÐŒü-V "
b"báGìnãIPä(╬Eu¬Ñå "
b"‹ôÅ\x10 ?ŸIU³IË¢\x06 Ai¾ "
b"Á5\x07 ߟ\x17 Iå±o³GþM»\v "
b"ÆC6mÅîF¾Åû%ıJªXÇ "
b"\x1E ìë\x00 ╩B°º'&\x11 (\x1E `¨ "
b"\x01 ˜Ì^«~r±‰¡ƒƒ[§Zó "
b"‘sh»ØòAó¡\x7F 4\x15 \r ¯?a "
b"\ÕÚ¹¾)F\x02 ▒!öTºØ¡§ "
b"›„ú˶UAè”\x15 $Í1¹`\x0E "
b"Ÿ9~\t †/J}¼P±ßã@"< "
b"\x1F í\f «?ªK†•õ‘sà‹ãb "
b"ç0\x07 H\x1F Š@ö‹ºð)=Ô€7 "
b"oüı;eSEéƒô\f ▒\f TIµ "
b"òg\x1A ╩▒ºJÐÀì\x7F y\x18 0<ª "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b";¤UÉ\x12\x1F Ng╝ü╝Úªò▄» "
b"¹\x01 S¼lÁNʃôŽpTßÞ\x1F "
b"ólÏ\x1D ìÒHy²÷Óq«2cß "
b"';\x0F\t Þ N5╣\x10 x├|mØç "
b"Õ1›îk9A\x19 ·x¡2¥Sä "
b"_¾TѨpJ•¶Å¾<=d¢z "
b"'╠ÆñP`B¬â·╔\x03 É‗(┤ "
b"ÕA×P&‰N\x11 ›Å‘ňiÈÙ "
b"û W[ÔTI£Šãxå¿\x08 úÆ "
b"·Žð¬ŠÊN{›î™¡SÒ´G "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"v\x0E 4H▄╝E╦ëg «Ø³*- "
b"íGÌ.éÇEU™\x10 wu¹\x18 [q "
b"iª\x10 {Œ‹KŸƒöì\x05 ޏ ¶ "
b"Ká³µÙL‚¯¸\x16 ñ\x00 Ö q "
b"µuè}ý!IP¨k—‹òh©U "
b"_³Göƒ,Jê…Ý&û(\x19 ó¹ "
b"ô~\¹)þKÞº\x06\x06 D€\x0F ÷ž "
b"""
ò\x01\x1E ┌ı\n
K■ÉN/\e ß½\x11
"""
b"’76qhMLe™äp´Q9Üð "
b"1éå/™ŽJູ’ï\x13 ·l- "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"ÿGWP\x10 ‡MÖ°Ò"Þ™*UÛ "
b"ôÆF£JpG¾ŸV~ó~\x00 qÅ "
b"J¡Ó)])EÊ¥ÍËA\x18 ™d\x01 "
b"ÚæwQŸ_GÒ«oãà…\x03 `c "
b"#\x14 ׿4XKQ¹\f ‚UþX-³ "
b"]" ¾ÈcA9»èš\x12 þf°" "
b"Åü\t ™öÃKã¾\x06 ¶K¡&è "
b"ès˜q|Ä@J‘Ýr¡Ê\e êK "
b"(ÐŽ7ÓóDB‘\x18 KQ–å¨, "
b"ƒQ„FõaCß•ÛÏÕRq¡s "
b"¨?Ù¦T©G\x7F ¨º\x1F ^\x19 Ëx( "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"‰ÇÛ\x12 ïH\x00 ¯\x06 I³¨&¡Â "
b"Ý·™õ·LL˜«†”ùÒ=\x00 s "
b"\x01 ˜Ìh.\t rõ·îÝM²äN" "
b"¾\x08 ÊZÀ-@\x1A Éf\x1F Iq5sn "
b"""
\x01 ÿ╠pÝåq¤░\x15 \n
ƒ\x19 ÙíÉ
"""
b"¢·┴Q\x7F ÇHfÅn¨§5W+× "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"]"ÕœàdGj‰\x11 ,¿’AW· "
b"ÛÖ`ô0HH^ª\x18 ñ[§\x0E -ª "
b"Š\x08 4A|2K(§ø\x7F ÃÒP \x16 "
b"r”|\x02\x13 !E—µ3–\x01 @ ˆÿ "
b"ñ¥ı\x1C ACBÖüzH¼╚å\x12 Q "
b"@kh!ÙcO\x1C ìë\x17 á\x16 ┘p\x19 "
b"╣TôñZØH¡À▀°ØÔ=\e\x11 "
b"{VÌG¡ôHÄÉRÁPÜÊéÎ "
b"q▓÷RÙ6Fdñ+Å¢à\x1D ┐| "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"*Aì\x16 ë0Jõµ!\x03 aPfþ‘ "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"\x01 ˜ÌgOvsE´ö\x0E wØ;\x00 © "
b"\x01 ˜Ìm!²s2«ž5\f 9\r Xç "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"¢ÅèØÐ¥J»Œ4uû\x1F /\x1C k "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"ÂìT(/4O4³Ñ/\\x19 OCæ "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"""
EtAß\x06 —B\n
¬Ò¨‚,Éx|
"""
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"\x01 ˜Ìh›ksR£<O0o^/Ä "
b"enwK§±CÅšP—νܰ§ "
b"1\x00 ]Ò·JA\n ›\x05 †ïˤ¶» "
b"m—\x14 ÄÚñN@²\t Ä+´UÆ¥ "
b"ÇÑI ÛÿCÈ…²øÈ\x10 Wˆ "
b"@P│ç┬▓E\x11 Å¢t/:`¤\x12 "
b"8€3Í:ëO|¼´Š;W¼C "
b"Åà@§\r O"³L®Ü=“ÄA "
b"¶œ\x18 ›)±@’¢\x0F *\x11 f¹]\v "
b"\x1F —ú.S3Mקݦ¼9äkž "
b"\x01 ˜ÌmÆ•r‚„kK\t\x06 ¾èD "
b"=¬}žU»FŒ»Ç*°\x08 D<¿ "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"µç¼Z\x11 gGq“r\x19 ú¡wëP "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"`›¨Õ*\x14 F2®‘\x1C ˜c”þk "
b"¥ù¿«\r Z@øˆÁ\\r ¤{‚B "
b"VÈÎ\x10 ëO(¯dÜÿb\x08 F© "
b"8}8@Ó8GjƒÕÄòÝä³[ "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"¾W¸X`¨MA§xÈyw\v y„ "
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"œ}˜Öì CÑ”OÜë\x07 Ï„Þ "
b"ÓŸq…wÔ@V‘×ûÊÚâz· "
b"'"á\x13 0¾Jí³×Á\r ã\x1C\v „ "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"8CW]›<B¾ \x13 1‡uòxÛ "
b"ÂZzhìmIοÕ#Ðï>\x15 I "
b"Áo8€™#NÂ\x7F ÝøOÐæK "
b"O┐}|ì\x13 HÄö}\x1E Æ▒¥¿| "
b"Å\x07 £¥nêL\x10 ¿z!)ZÀí; "
b"\x15 à\x05 3¥øJ"³UŠ\x03 t^2 "
b"^F¹9lºB`öÅ B&©0× "
b"‹øFÖ)HLÆŠ•ØÈ81º¸ "
b"╔ ┼ÿ¦oG\x13 Å@ae´?\x0E À "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"Žó,R9JG9ºýÿ„L=á_ "
b"""
l┐\n
F<aEÔ×┐eÅ█╚óZ
"""
b"Ò/,2¿ÓLؽ–AlÓ\x01 ZH "
b"Ú\x7F ÂíJuNà’ÊU4ŠÉ \x1F "
b"z\x11 Vv6\x08 Iü>)é#ç~Å "
b"bô´ ╩ÞL~É╠ÕKd─:' "
b"\x01 ˜Ì_u\x15 p¬©aÝÕ‰\x19 L "
b"Ó\x00 yKo6Ll¯N»„LŽž> "
b"òðçGÝD¢½\x07 ÙØä/Gª "
b"1ó}?\x00 cJì–Õãi}ÈkØ "
b"\x13 RÖrÙàK‰°¹‡?~/ù¡ "
b"╠J¡G¥fL╩àıØ\r >\x04 ├p "
b"\x17\x14 †j|O¹ƒ\x10 Üð%¦…Ð "
b"ý>¢zžšL̆æW명Žs "
b"&Ò;9W˜@<—Ä}\x0E rÈéJ "
b"ì\r È\x1D\e\x01 JŽ·1š¤\x18\e úE "
b";9¦`0@û€é\x1C WÕäS° "
b"„—Eð·\x05 C:‹\x15 hÛbHr¬ "
b"ñN\x1F :Þô@░Á56_╦üy¥ "
b"“ó€\x1F AÆM¬±\x07 T\x1A ,\r \x05 a "
b"└9t\x1F hÅD¬¢▄é\x10 K■ðe "
b"…e2á9\x0F F‘†Ö‘\x08 ۪Р"
b"\e ¢ï\x1E ¿ÝC%§Š\r \x17 ¬”I¹ "
b",h\x0F\x0F Ù¨IsŠòJ\x17 û†\t\x11 "
b"xÕXë/¦B޼h7T\x7F ,ì³ "
b"«„_áý€Gøé,È¾ŽŒ\x03 "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"\x01 ˜Ìj0\x14 rRˆÚ•\x19 Ïü½ù "
b"âL‰Á°ö@…‘×\x04\t xHÈw "
b"\x01 ÿ╠_6┐s█¥\x05 öWvÅØX "
b"J@ZIÙ_F¸è¶oû«\x0F ;Å "
b"Cš\x16 ô5”@Ûœ\x08 ¹€~³=- "
b".ú㬵!Ag©\x1D YdG;k{ "
b"\x01 ˜Ì^qHqL³.}Hæy•Ô "
b"\x1E ¡ß“9‡A±•Q¸emÆÇL "
b"1Iï÷Mæ@¹…’YBÎ \x11 µ "
b"ØNs܇<C†½\x11\x1E e\\x11 Î "
b"=Œ„H\v –\x05 &¤N›f "
b"5\x1C ²”ØkD”„q•Î\x10 ïæm "
b"Sª┬░¶┴@#ƒ\x08 {;ÚØb\x14 "
b"ŠsJ]Â\x15 OÒ¡ïSû~kzÖ "
b"└+\$æ\x06 AWáüG#E^\e o "
b"Û\r }™d)OÀ¨Mšp˜P=q "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"ïı\x18 C°┌L▓Åi£ütW\x10 ▀ "
b"S╠ıb\x05 UKSÉí├2ª\x06 jL "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"\x01 š\x08 ©e-CÞ¤+ÛGú\x15\x1E º "
b"tØ\x1F ÊèÉE]“Ÿ™…Jѳz "
b"ÙòEŠ|\x04 KY¾ñÙ\x1F ·Âø\x14 "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"ƒ\x08 UƒÒÇL!ª¿DôX¯u« "
b"ýXØ…T¢Lü¬Eª«ŽÛ‰D "
b"öN;Æ\x13 █J█Å\x7F !¹[P╗╩ "
b"òߥõ•îDRˆºª[îUi½ "
b"B•Îvj/A\x0E †\x03\x1D zÓÀ\x0F È "
b"«Ë©É”(D\x04 —µÇ\x13\x07\e $0 "
b"cð%>L\x04 HýïɃýX\x17 └╝ "
b"J$\x16 Åž\x13 IùŒáò—F‘ñ¢ "
b"’óI \x07 ð@˜‰vd"š\x14 ‡3 "
b"ÝÝ\x0F X;ëFJ·hÊÕ^¶\r \x01 "
b"@W/$Ÿ!B8€“_\x04 »óÒŸ "
b"û)žvüâCª‹õJ^b…¦U "
b"‘ÓtÉ›ÃJç¾®jžPc\x18 Ñ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"‹\x04 Õ®nH\x0F l¯E(.\x1A\x13 "
b"G¹$”µnG}Ÿo‹3åSÿ´ "
b"Ÿ³Eé\x10 ‘EÕ¿oìÇ\x1F ±!€ "
b"P‰¢èiÜ@²¡iÞRL”š' "
b"MR¥åsºKF¨¿zÊ\x17 CÚv "
b"\x7F\x00 q‘J\e M豊ãª|*x€ "
b"¦<þ╦\x10 ÐC╗ØÜñ¯9nA¾ "
b"ªôX½ÌbNÝ¡½¿\x10\x08 ž;= "
b"ß\x05 %\x19 }\x7F D\x1C ¹üØ·\x14 ³ŸU "
b"\x11 îå’oöEÛ§ôŸL9NQÔ "
b"'|\x1C £¬\x12 H*·éþÍW0@¶ "
b"\x7F WX˜Ì¤Kw„m5\x16 CÃVì "
b"Ø╚▒╬±nH▒│ião?\x07 ƒ\v "
b"°72+îC鿽ª\x19 ÀLë\x0F "
b"¤àé\x1E Ý╦NeÁê.Õ]»Wü "
b"/Çöºö>O†YÂY\t Š\x1C š "
b"\x01 ÿ╠_É¡q\x11 ▓âµb\x16 ð‗S "
b"ªAùˆhVMd¥Ú–ç\r Ï«° "
b"2h\f ¤ìCJL╗\x14 P═ÿÅõ┤ "
b"|g\x0E \Û™Nö†3Èiׇß\n "
b"¥\x1D £eÊ!Ia‘ \x03 ø„8©– "
b"é\x13 ÁNÂ¥@\¥ü6|!d\x04 Î "
b".á\x08 †\x15 KÄ©ˆˆï]â|\x01 "
b"zŠ”xAHF±˜~ÛßK\x11 Áì "
b"¢½’,ü\x12 H{¸Öù¡ÓXÜß "
b"´øZ«¡MR˜}¨–\x03 Ùþ "
b"¶t¥Ìª-JS╣cÖüW\x00 _¾ "
b"\x01 ÿ╠]m\x13 s\x08 Ñ·É·5¸v "
b"\x1F\x07 œUwGIA…”Ç*¾ÌÓ6 "
b"673ÃÛÅOÖïWÇ┘6\x0E ÿ÷ "
b"=Ý \f Å(L2º«7‰d\x05\x1A Ý "
b"żR…\x1D ·Fj‡úÎÁ¤¤Ïœ "
b"—š\x19 +ó\x04 FôŸLKc‹4\x17 ù "
b"äù§„kŠKЉèkã®…JÄ "
b"òxçü┴ëN^¥ÃË\x16 ®\x0E rÄ "
b"\x1A —ïµvšJü€Þæ&Gkû> "
b"\x7F ¯ï%qƒL¨▓ì\~OßLü "
b"▀È\x01\x1F ¥=N2ìeùcmÑ╗ô "
b"T}ÖÇÄ€Ct¨ê\t p]-m) "
b"øìé¼¶\x0E B┐è(\x01 +Ò\x05 ;\x04 "
b"¯w:æ!KA!¸$U¦s˨— "
b"òn×*x"N\x03 ž<€;\x0F ×d\x00 "
b"žªÊ ¤yB\x19 Šþ\e ´´w\x15 5 "
b"\x12 <sìw@\x1D ˜¾ÁLXóV¢ "
b".Å&}\x10 øHÌ›\x01 ÆNev‰J "
b" ‚[pãuC@–´ÓPî\e Wi "
b"¦¶ƒTØ›Jž¸Wà³!?lç "
b"µª(_g\x0F B„™€Õ˜¢>÷ "
b"Ab\x1E ´Ú\x1C A´ü╬, Øàúê "
b"ðn\x05 ;DEì╗*\f \x06 Ô6â "
b"bµ\x13\x14 vpGF«ò\x12 ¡ˆò\\x13 "
b"cRO¿C\x17 OS´ª\x1C }`²f\x1E "
b"""
╚┘z\x02 «ÏG\n
¿÷\x05\x10 Ø5³\x08
"""
b"`è0Q½çE¸€=¦òk\x1C ´7 "
b"▄[c▀ÈAÁú¶ìt¯ÿP0 "
b"#€Nã)\x04 Hª«Ñ%ËcÍŸì "
b"fJ\x03 [æ`Aµ‰sÇèIË\À "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"└c┘·\x16 .J\x7F Éâ\x08 ╔ØÐvç "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"ïojÞ…wE^ºsáš6}ȵ "
b"""
yc*.íÂI÷ªÜŸ\n
:ZA€
"""
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b" ê“ÊíiKN™lG\x1C\x18 Ê$] "
b"\x1F [LQ\x1C ÅD üe«ÙCS9C "
b"€M&=_-NÀ²ÕÎy^>Å4 "
b"¢õ!*\x07 XOš‚Ê¥NУŠÕ "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"'\x1E\x00 ™n\r Fâ¶\f «\f ÃR÷t "
b"m¢\x10 ^\ÆA\x12 ï¯]╬É·Òo "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"UÛb`xbCYº!?¹±4šò "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"E•Ý`\v €L°†d\v è5îcQ "
b"äó\x16 ñj'H6§[ÿ ÌT»Ç "
b"m”l®åJLk¥ˆâšéÄË "
b"@T©USìC\x1A ùi,nüEIl "
b"YÞü|edK²èÛÐg╠\r Iÿ "
b">ôœÚÎEùš¬DÔ\x01 4\x03 £ "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"øòêÓ\v ßIÔ’Œº›çB': "
b"œ·ó*ŠåM¹ºîU†\x1D ]ä& "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"\x06 q²‡HCC^€¥Ýši]B, "
b"\x14 -\x00\x19 iØF˽÷×Ö¼\x0F ñé "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b"""Ú$CÖKû°µýh»šS "
b"\x13\x13 jˆ\x1A ½Du¿ue·Ò\x12\x08\f "
b"k·YÒjÂEõŠêyK\x00\x07 ü "
b"""
\x16 žºàI;@^Ž\n
w\x19 ŠCŽa
"""
b"Å5zØ\x13 NFÊ×):ð\x02 ç░Q "
b"›\x18 àócáJ\x11 ¯=µ2ìQ?¥ "
b"áË9G\x1D\x14 E¼’¼ôºi\x12 L÷ "
b"Ÿå’õ¾\t E!×=¼ý^âÉ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.categories.mapping` . `category_id`
) SEPARATOR '||'
)
FROM
`product_category` `product.categories.mapping`
WHERE
`product.categories.mapping` . `product_id` = `product` . `categories`
AND `product.categories.mapping` . product_version_id = `product` . version_id
) as `product.categories.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0xCDD2EED9E395448A93D21AC5184B9608 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xF028A866680C4C05848317D1C1E77CEC , 0xC88DE4D3A41C4185A33338EBA4EDDA2F , 0xE057C3301EFF41CB80F4C75504ECF30E , 0x1C3060D8552F48F78E6F4A44BE26602C , 0xBA3D6CC68ECD458094A470C377ABA7A3 , 0xFFD1F0C23D9A4A6791DA9BF9BCD6BB73 , 0xCCB31EEA31424251A9FC28CE43A8F50E , 0xB75A51B5075E495F8D4F31E043346928 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0x86AF7236F6CC4F90BD1635F05F17354F , 0xF3411554C89D46728137D0C5A86F7878 , 0xE146914CCC0448EBA1744B3C905A10D7 , 0xF164459A28DD40CCAF354DE04A184554 , 0xC0DF34C6367E4AB6B4E41C6B27E452C1 , 0x52441A8E191748EE96D0492C2FD7FD51 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xE8C8C3FD9105421B81A59AFC0AE3109A , 0x8C2CA16E96074B43AC2494E997313E08 , 0xA90319796686407B9795490FBC7029FE , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x5273F25E874942CB82DFADD5B054A179 , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0x25185DA2034A4B4D945A6B8511FF1C02 , 0xB7ABA5C037FE445BB1C88D6676EB5671 , 0x71949C6E2EA14198B17EC1D600F6FBFF , 0x74024962C39346F4AA1D015DCA8026B8 , 0x1CE9046A05BC4CCBB80A62D403323681 , 0x1E3FE1448C9542BEA4BBA22554F75E0E , 0x0198CC5D41E271B2AB26CC0E57125D65 , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x5D2136F07ECF4C5F911AB9E4ADEB2C94 , 0x81081A5A7D8D4092BFA3DD0C76ED717D , 0x4791E56D7CB74E039F451E39E4313A15 , 0xA3B1881AD77A4C3BBE650A69601DF9FC , 0x378A5BE7022A4E57B2C88411C7ABB3DF , 0xE2E9C43BC19342C2B7BFEDE713D921F8 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xC702036A9BCF499BA4878FAB1225F73D , 0x0198CC69946672DCB6E341697E01BF4A , 0xECB62FC0347F4456A8BE54B3C547AC09 , 0x58D62AADEC394F14A56CD89542929CE3 , 0x13385B1B57CC4054ACDCCDF8FAD588BE , 0xA49E2C96D51E452A9C826326D0E7A35B , 0x8386C89CADA2400E9D3058C3E6C9C049 , 0xCE9D3F65442348A291D3EA1866260111 , 0x7CD50EE1670C4EAE902C5BC838E1ECBA , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x4459B94BD6BF407A967F90D12F091C2B , 0x9D86050731FA43209D2F20209835E424 , 0x32B9534F777F4D78AA54E6FCBE704792 , 0xCC3A6C37198B4653B8A6EC370130B625 , 0x16CEE3CCD79B42A59DC5DE8D4C242F35 , 0x08D7BB3BA90241B8B594F021C9D57984 , 0x595385791FCD4762BF22509A343CE5DB , 0xC3F7F4BE2CC74590A02873567380D6D3 , 0xDC5D00D7416C4D2A8B908E16E91B6D1E , 0xB6834B9BFD4A4F8F8AE1755B9B11C6B1 , 0x73E3A993D78C45BCAC56957694E3DC61 , 0x682A3DE9A2534E51A494650F0D1B189F , 0x94A2B191EA5343E09CEECD0B5BF5442F , 0xE8DFC7D9CBCB4768965C76A92D98D2D9 , 0x5B492EEE32624E18A10AE00710171A51 , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x5ED5A77D39844B4783C6F4FA50B7D0F9 , 0xF7275334A23A4B5B86033B6D17EBF19F , 0x5870801535E54876A6A694C03B2C643B , 0x4D319B5273E04263B4F7261231B6EBE5 , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0xAA0633837D8044D2968E25CF48B70685 , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x64234AC24DD0480491F83700FE837DDB , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0xFA71C118F9AD4BD484F6B3A33163D138 , 0x8CD1FFADEA924F1C8EE1B39ABB8430D3 , 0x8E42F0FA0012424FBE3C2E96228BB064 , 0xD5CACE4CB0484E41A54D8E5607003C8E , 0x52D96CE20C3E471984A51A891F6B817D , 0x83DF3FE2FABD41A983058AD1B9AEDBF4 , 0xB3B20306C4CD4C38A9D96201661FA19D , 0x0198CC5CF09773C08EC0D20DD4FCD9E7 , 0x8F1C43AAEC4648C4AAE1044AFADEA236 , 0xCF87D9E481A8420491943B5F566C381F , 0xB8C824B84E344A51AAA751B34EA3ADE8 , 0x5A726A2D9CE249F28851F14FE925A0D4 , 0x4E4D45F20929421D8BC1133D32FC6B90 , 0x0198CC5E901B70A98A5FBD92548AC6B2 , 0x9A08A471D1554E4D98AF5AABC1A39495 , 0xDC952CDF32D24C109D88B99A84318AC6 , 0x8566380E2610463A8DCDB05B25141AE5 , 0x49E3D5AA20E64603BBA02E3D3B264C96 , 0x8785560BC9694947A6B451890E261A6F , 0xF87F7426443E482C86916D1D63E88056 , 0xBED2D0FC0B014410A5EF5D664609FC0D , 0xBE5A036021484E7C9C2F2446E8F73432 , 0xAFCC10D5FBF14ECB833795BD082EC0AB , 0x51B303C46242476F81FD06C0083E818D , 0xD532F308D54B45EF99B267BF10C57E9D , 0x8569886D54D848FFB319A42BB2B84624 , 0x42E358B9792040F09DD3C26F9A8BB19F , 0x17540E8755D7452DB3D1E51D3F2864BD , 0xFD302A1D1703488886268220958EC59D , 0xB8FE6EF6A6484429AFEEADEB303B5E8C , 0x656EFEF3430D45B1A3F22DC32DAF30A5 , 0x90746C98BC364BC4AC071000CBA52AF7 , 0xD09A31A17628445E84736E3C7EF33851 , 0xB874C82B895C44B09CC94E5C24A77563 , 0x1D5C64C874BF4DC69F3FEBD04FAF3364 , 0xCD27B8EBA772438D9B93A44EDABDE12D , 0x14CE356C0DB543F499C0709591162FB9 , 0x2A04967D1CBF4B3A9F5B5883B4E7E7C2 , 0xCF9CA6EB4A8F4C1AA51078E31480C385 , 0x504D7A029E8043E5935DD10339E998E9 , 0xA0ED344850EF4DC7B4610BEA85A50182 , 0x185B9B5D73664C4FA583CB23F84A159E , 0x8926FCABCC714336B89B9F541FB22F3D , 0xC86C3C9567D24D54934A8937FDD264F5 , 0xF989DECED84B4F289326C5549F63B236 , 0x0198CC6B2D71713DB3C35EB594764799 , 0x7462E5479AB14432AFD61D42B71D6AEB , 0x853793D702254320932E0A825C0E65C9 , 0xD838642BCFD2403CB57E35AF54A340FB , 0x275294068F554ED984BFBBEEA86C7DD0 , 0xED91F7376BD54AE69FCD885BF4D32B21 , 0x903B64B4A695470AA3CAEF90E59B061A , 0x0198CC5DAF3D72D6B8EC1FF2BBC3DAEE , 0x82794EC8142C4BB3AA06990BEA889CB7 , 0x439A77A8893E431085804085662C10A6 , 0xE48EEFED14B644A9806A5ABCFCD73E7F , 0x50460B56D7B7463C828F3AB4D045D751 , 0x711AEB58C0EB4037BADD7BF4454538CF , 0x63E71FA4D7104410BF3D2AAB96993885 , 0x73FB23B48CF54AAEABE2E831BE5373D8 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0x8D9787C3834745A8A7F03525DE9A9A84 , 0x679BA459F4DA44CA8EA212ABBFCB17B2 , 0x72D8792AAF334011BC0C39A1E6AFF47F , 0x39FF5A00C62943519F2609B434F71777 , 0x5CE78F3E525641B2B2490526E0794290 , 0xAFFEFEF2094C4BA498785A69FB0593E9 , 0xB0C11439348D410F8271BEAC785315E9 , 0x6F9351D6654E416FB08D24FDBE1CAC03 , 0xAD7AE348DC854EFDAC7F811EDE30B25A , 0xC75D4823573141F8AF057DC0E11FE456 , 0x416128A4F8774B4AA8ED9A351A18DE30 , 0x7587B8731FAC40A9BC731AE9167A44CA , 0x44BEE7C8BF264F12905CE8F20941524A , 0xA16D92237AB9441AAB63138B567888AD , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x04823061D8204B58B3D7C01F41E7D802 , 0x0FB17958D9654B9C9B30535001C901F9 , 0xDA9061E2F1EF4C4FA4688C85AE4DD603 , 0x268FC412578B406F8945566B61785612 , 0x7DF70695707044559057EA36A1E018A5 , 0xC8EC2E4C062E4021BD7C7166442873F1 , 0x0198CC6D9A7C73AA85907F7B03CD0921 , 0x8077735EBF234AAF88FEE44A911D2B72 , 0x845C2851698245D988F548DD8AF3898A , 0xF077E3CC9A324774ABB6CD51F6A78BEE , 0x34322AD0217B4362A1CFA0E6C6172B99 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0x54E1BE9835FC43FAA84544BB68FB5942 , 0x9AA342D79FC246E7BF3FB88DD627458B , 0x29968B24BD074462B00E75A9EE92F787 , 0xC6C244FECBB04C999BFF987241025147 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0xF57AB7AD5A5C411E8EE2494DAD12D1FF , 0x9FA306C764344CF2A08BF02D94840004 , 0x4B32977F21BC4737A8E5A594CD91F0FB , 0xFC0059158E8849EE879AB9F775CA616F , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x3960CAFA071045B6BBE38DC2F57ADE85 , 0x0198CC6BF4D670659E057433FCE2D1DF , 0x7B5B8413E4AF440780D41A419A972862 , 0x856BFB7659BA448DAE9A5DA237B9C408 , 0x676C00D88A754706AAD1214DB4C6AC0B , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xB1A7190FBA99439D91838C43CEC2030A , 0xA8D9240F81174806B69FDC3F5035DF2E , 0x27B0E1194D194D10897DF67A6E0300AE , 0xDB9BD1413CEF4F12B524BC5F99E4BC45 , 0x837B7ECEA3984613A22202C243995184 , 0xDA9CBA7C3BCD4961941A3A23EB2CE26E , 0xC73584C0BA21456A96E91F0DC162D207 , 0xAE8ED899F67B4A64B8097EB389BD2608 , 0x349A6D7631A84C81AEBBB7D810818529 , 0xCB1EDEFEFCC341A287E7AF4D3325E975 , 0x5BB4FA7EAB2A4C949A02086B8106E8E7 , 0x41079C7422554AB084069F6BAE338B9C , 0x861AFD019F3E4F919DA205741F9195C7 , 0xF90217FB98D64A869744E4E09AC05BC0 , 0x7DA386DF3BC34C33A1C21DFF2985F647 , 0x7D0912FCABB54CB780653B416C44CAEC , 0x7C431847B2AC46A7A123C7CB431ECD93 , 0xAE3DBFC834094EEE98417B3445D0D66D , 0x36E13A12939F4BB98FB0AFCDD33A7203 , 0x0F01A3413914486D85103982B814090C , 0x6D7C8D2BD92E4640B2571ACF8CF7F8F9 , 0xE4BE3AF00287447681800FBC58FD2BAD , 0x3F119CF570E0450BA9693A1753324D21 , 0xA70B0A7B8D3442579A8FA4C3C374D233 , 0x20B340B20B9940E9BA395EDF32A2305E , 0x99E2A8F60EE34D018A41F276B2C440A0 , 0x6A6D19C5989246FFBE25DB0BFDF1DBA4 , 0x30CD49853F0C4D3B9FDADD3D4B3661EB , 0x25DC72F7E5484C5BB24C272CF470536C , 0xD6149C0C0ABB40F6BCB547FEAA0E1E72 , 0xAF6DBE923FE54ED3A4A8BD078210F6F9 , 0xED292BD913954DA894408A2A4F1BA262 , 0xA82938812529460196AAEA9C4040DBD2 , 0x436A5B71A1D24AD2827D0B4831032082 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x23679A8704C0436BB1B0FA5AAC717163 , 0x8EBF1E333E104C24A16C8B825566FC2C , 0x80DFAB55380844C4A9BB1149A9DCE446 , 0xCDF27EBD62244782AAF73853A6371F20 , 0x4638B379EA2446F9A8E280020C65E763 , 0x93FA3FBA27E84C909866FDC267717208 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x97FE1C5C07184FAA83FF24A3024E088C , 0x747C60779F4D4DA5B94D9A1491009880 , 0xCB7842846BC04FEFB886D3D994BD3919 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0xF14CC551EF044C6A90A80453DB2E4AE4 , 0xB6A7C0058B4A449EA7DDCC08CD0F301C , 0x5404693C697D485485DE7DE7E1EF2C01 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0x94F7496D2BB149D49C6C3209B422E208 , 0x955403CBEEEE4DE2996D2DB415FED663 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xD7477A619B3B44A9A58756668CA215F7 , 0xEF80E55299B94D309D3C3CC8100C513F , 0x30517DBFB2B54D7395D6A70FF90E7E8D , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x92D7F2DDEA3A4703899D75F43CD17F05 , 0xC4DE8A193F394FF6B5244E01BBB713B8 , 0x806C9DD1D06F49F1B144EA80165E960D , 0xC330F8BC4A8B4A8F99A50E140637F1EC , 0x4565E2509797459CA8F79FED8B816D5F , 0x904066013A1048299ECA7A3AA4BADC8F , 0x546DFE08A7504E63BE3BDDFF8E4C3278 , 0xC3309E1A37934376B8FD8F0EAB389E12 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0xF3299586DA83433FA100F10626713DF9 , 0x44899DA35DED444AACA68B0AEA3BDE6F , 0xE0C4C4ECB8FD4F7AB8B09313C21BF444 , 0x4E45326E80244B48A83D81A7A7DB1012 , 0xD618992A7D634A48A3F42BD47CB67F91 , 0x331888DF6B9447CF803F6BCA8A111B63 , 0xC6DF0B298D2C4B4EB24694942299AD52 , 0x4F60ADA1C2A24BF1A5D61CF22B816BD0 , 0xDC883923ABCF4CFAA6B0644820009EBB , 0x0198CC5DEDBF736F8498C014BA391DD4 , 0xE34F8A97FB30448DB110740D4DC45B09 , 0xBD964333BD904E599616C2DB42751180 , 0x0198CC6AA8EA71C0BD19FEA37A402D21 , 0x88D51DA12B29458E9C469E77C1CC4BE6 , 0x6A074B59DD38478F88F38593A989D76A , 0xF103D167EFFB46BEA5FFC3BE437B6AF1 , 0xEA507708620B474B8AC1945FF1BFD4DE , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x9C84B446F04C4CDAA2EB6ADEC397A751 , 0x5157ABD73EAA45FF9C2ABD5FE7080460 , 0x0198CC5ED61B737ABF98DF2318E02C36 , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0xC4E218AAE3D04964BD6D64A875EE421F , 0xAE1FB46290FD43EA8D7B3C4B73E072DB , 0x2CC2D393B6BD47BFB57D72A52983F662 , 0xDEEE243E7E1C47AA84DA8A918B6B53C8 , 0xE12095AB0F044138985C335E2BE04ACE , 0x0198CC6C99B8730DAECE44FF63223DBE , 0x9D70CD3F428B47988444067BEF2FEB14 , 0x52B7B31A3BEF417EB75AF8B85BEC7F33 , 0xDA4DCA725BD446D8A39629BA6AE40A5C , 0xA618705A9182432C94246E00CFEDE090 , 0x0198CC5DCE75731C8A726B96EF07B9D8 , 0x4AB731A1BE664130BFA5BEF7B4057A73 , 0x98ABBB4CF2134A918F666DA5A2E96FE4 , 0xD3624F353E4B451DA71497342E37F597 , 0xFB46804470654A8596C47F0A2C40179B , 0xEFE06E34B5924BA6AA5CEB36FE07DFF1 , 0x889C3F1529E94CDF946D121C03E33E63 , 0x42557CD0550B42E387FC2CC53B9EFC2E , 0x4772ED5F211C46E3B858336A692FBCCE , 0x2666AE8E573045C5844E0FF2F01B09A6 , 0xF2B54279554649EC9FAE8154F799E7B1 , 0x9ACB704D49BE44E786A8C70E01BAFACE , 0xCEB5D8C872FC44BCB8C4853A0523FD17 , 0x0F2BC509943F425F88602389A7ECEB65 , 0x30FE6DA74E644FCA9DAFDCEC94FEF63D , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0xD0113785D82548C5BB57686200F85125 , 0x574372388CEE4F2781F6C8ED30644D1A , 0x2D862D31EDDE44C9867817A333B64A18 , 0x72FE7C5125414792B1C52F53F90699C8 , 0xD6D17618ACAE4DBA9CB128AC2706AF16 , 0xB26FD0510D574EE7B0C9591C98D9C61D , 0x5F0A78D873A6453EB91F911136D47E3C , 0xEC48344756B64DC8895CA0F39CC9AFD1 , 0x531F2BB32991464EA5479343F2D9E577 , 0xD01C211313F64168BCC1C2F091E07894 , 0x0198CC696DF771CABAC7B15688F73699 , 0x8050CDDF7AD24DF68FB01D40A02CA55D , 0x1FFA59E417C44ABD8C403B421CD27872 , 0x2BB38224E14E40AD9A1FBE12C7969E0E , 0xFB27462615B64401B36B3AE0C4709EBF , 0x5422F85ED4414F27A8874D9FE97FAB22 , 0x470E894ED6CE4D7387A3E5B6F6CB9308 , 0x6C72832AD69F468EA5A04C8F470A897E , 0xD8B824ABCA80447087EDC9C65BE9DAA3 , 0x9D2AC89A5E1A4315BAC0412C2490DA0D , 0x189D81E129574C5E831AE08AFCA278DE , 0x4A2FB993D2114B938DA5515C4620DBAF , 0x6D2F3A4BC5CC4D42B1991533A98C93C0 , 0xC0CB14A9F82A44F38BC093A3362E09F0 , 0xDDC890050017413AB17F7452D67BB700 , 0x62DCD7185BA04B12803DC317F4327444 , 0xCAF0D1A8A04E420E98A0468382F869A0 , 0x094062D5A06B4F258C793771A85E6D0E , 0x209C40B7B0E7417B8605840FFC63FCC6 , 0x8BEA4EA004D8402DAB1812F89A097FB9 , 0xEC7394C67ED249DAB06F9CC44C9A2B09 , 0x62E31E0187CE4A7582577790E2481B2E , 0x0E9A3FBFF7044F44BDCD0F8044616838 , 0x5C33AECB111B4514BFC1EA972CEF897D , 0x9BBA97D60F4C447FA1452EB6E1DA9A76 , 0x7F7401D272EA4EF7B5F5C747C69958D6 , 0x4AC3AE2C78BB4911877B1E75AF22CFA0 , 0x240D06FAF95E47BBA7FDA53CA0E394FE , 0xB8AFADD7274446F8A346FAC96CFF0D98 , 0x0198CC6A090670389229A7ADB2BC049B , 0xFBF48885AF454151B05EF13AF1A59B7E , 0x1431A16E809D4C4DA962D86C9B8D7FE3 , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0xEC07675F237C4B6F88375F669F40C416 , 0x9E4D8BA0BC854C0F83401A6F1C653E82 , 0x55C375DB204D4B8DA285D1A44852DCFC , 0xC748EA768366437CB2944218F422B5C6 , 0xC6ADD2C226DC49C28ED322602D6710E0 , 0xFC89F975C8EE4EACB998342B391071DD , 0x1AB6A299109948DBA1D3D50C71840D45 , 0x3FCD66FB31B243D496912A25489F0376 , 0xB4F81406BB7D4C3E8BF8C45C71108E87 , 0x53E175FA529B4AD6B6E2F5B9D70B93D7 , 0xA9EC3AB2A5424889A957974DC600BABE , 0xD7E8715D345F43E9BCB6071AC13F09E8 , 0x7E36E27D07E845B4B3E436352524E25D , 0x90D2D49D95E244CA963853B5C550A967 , 0xFB881B050804476897098861E68D745E , 0x15AB8FA97C774624932636EEE2390DD4 , 0xC9473F029A1A4A78B4A89BCDCCE13B77 , 0x5A88DAB8596D436D889E560C822F6E26 , 0x5EA249FE86FB49289174C70CA229CB56 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0x65139590DC384732A2C0A4330E2E1586 , 0xFAB972D88179476E8CC8AC674308C14D , 0x82059CFF6192466CB463468863F2EB82 , 0x8D58B94168F74D86849C1E4F3C43AEB2 , 0x30B629DFFBAE4B4494951C2971D83B13 , 0xEC909E866CD443C09A61AC5437DD199A , 0x6DD6FB4296E04D6DA72E3EB70F644C98 , 0x0198CC6CC112708EA797F26E87BD3E2C , 0x3496E7F621B340C68A41787B44404A37 , 0xBE0BDFFB40744BF9B51FDD0F5C588775 , 0x4FC4531EDC004192A44E91C34437ED72 , 0xFCF13F0BEDCC4ACBA1FBD449576256DC , 0x32AFC441745D4F7E92B5157E1AE930B2 , 0xF885FFEAB5824E5994964C948D753148 , 0x1778AB2716BD45B29F775BD00B0C30AC , 0x817655206B99448CBD68B3302A622981 , 0x0C54BC7BEB2E476CA132A401F01A6D38 , 0x3C413AD45EFE49F68052057D4BC92C7B , 0x97CC482CF3FF4C4CBD5618CA026AD75E , 0x34327BE5DBB44895945339588A43B466 , 0xBF75C11103D845C8B59C9F9E09D77121 , 0x8F86F46AAB394C2DB6D7222AF462170C , 0x976294F11BAD4985ADB89F899918BDD4 , 0xDEDD8BD364C14C2BBD27D0ADE6534A9C , 0xB191585D57FF41C7B510065AA4CA4675 , 0xE5C56D0DC3B44DE7AFEBDA421B454ADB , 0xA0B61197183240D899DACCB9ABD6CDB7 , 0x69FA34DD2AF5429ABB86901EE7221702 , 0xEC60FFA9AC17483DB959660C378295C6 , 0xDC89F86B68614EB286014F5586FD82EA , 0xC78AD41871F04C25A67E94928DE20BBF , 0x806FD3BA99DE44ABA2E44DA12B6AA73B , 0x0198CC6CF31A734690BEBA24D9749CF3 , 0x1611424E40B24266ABE3613A12A7E306 , 0xD57F92A7BB7147A2899AA10333E95942 , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xAE7560CE692246E0ABC7769282270B4C , 0x103EDA8DC91C4E488343D49116CD82C9 , 0x484E0C21B86B4F4B8052439585B7D6CC , 0xEB634F58C92E47BA89779EB7B31BCA31 , 0xA19ADF095E6B46F4A800D0C68F5A3C44 , 0x8AF094991B8246DBAC56D95E73BB7798 , 0x3DF51872CBDC48AF886DBE2DA5DB7074 , 0xA659B6C559794E6FAC54216774BE99D2 , 0x6E0E3216B15343F295C69F1F0B37DFC9 , 0xAE5C748E31DB47D881F8EC3825872BAC , 0x48623F74242E4556835BE8FB7EA8E971 , 0x21A6D9F7C4DA4CE2AA5182DAA140479D , 0x36745AF7B97240989F7BAAC0FB9BA9E0 , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x0FCD4135A9E846B49CF849BE143569BA , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x25CFD871B70546579654582382E68C0F , 0x9221DB64CBC54FF0BE53254824AACE1B , 0xB068C8733E6D4375B4D47487242D4AD1 , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x046A73EDCF054114A12A7D5993B944A1 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0x93E012735E1F423F9C55286DC1F61059 , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x0E1DB1394451456AB9D549E752CAEABC , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xEC555BCAE6BF4709829E2D5EF208806D , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0x9D8094E327FE44A6844669EADE9F4575 , 0x48E14782268F4DE0887536C64E984595 , 0x97FB9A76859447C39E8C068A14D75DF0 , 0x2797F31D3CCF405FAF9D18587B2C2DCA , 0x72DBC5365A014FEC883B5E2F977EDBF3 , 0x68CA30F69F734903AF9EE8C2E90AB4E1 , 0x8D8AC9480DD8417FB67735B100B9B615 , 0x19B16284B4254A62801915F48B57367A , 0x41D688063DE241EFB6711CB85FACA868 , 0xA6BDD777717742CBB24910F2445E005B , 0x763D792A5DCB414FADA4732CF4706EE1 , 0xCD501E5572F1447D8199647077D19CA4 , 0x40FFE83373E34D6FA88AA9B47E989539 , 0x87309ABC6EB8424B90560A9B9A9CD054 , 0xF7B35E4C09C448FFA61893AEA8050EAD , 0xDA93F47604F64A8DB09D293A26096AD8 , 0xD4C72AA2B4A2437086BDB2781A9A0906 , 0x9DA1BE09888447A48EEF384588DD1702 , 0x1358220D13D241608290AE0D114B5B5A , 0xA8ED34BD1387452A8E8C836D9241E570 , 0x2F89AB8D977A434F8A0192DCA0BC5542 , 0x5B41FEBFBE574CEFBAD4E5CF574F9968 , 0xA9EF76F584C64E23B4332C7BFEAFBF89 , 0xED9C56D1E6B247869E3F15478158F167 , 0xFC32F232D3E746309FB49BFC683261AF , 0x11115A768A1A4896A53D74299D4AB281 , 0x26BDA2EF57574767AEF29DFDA24A05BB , 0x2333DADD776E46DBAE0D879CA99F7ED4 , 0x9863ED19BFDB4A839683AF93B164645C , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x87C6574BC8B44C33A696F1917C5F0834 , 0x0198CC6C6E4172D794CA283B0EC4B3CF , 0x1BBF818F2AAF434FBBA4C88A80C30013 , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0xFC2AE422462B43609B6CFC8DDADBEF4B , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xA907FFEEAFDE4011A7D7A850EA4A4586 , 0xCCD925D7DB2543E380285AFC8D609E2B , 0xF808EE6AB3E543CE823768B924A6094B , 0x0198CC67C0E372E6817DDB7817EC1040 , 0xA1E5B3979CCF44AA869A4B0F4B7BF7C8 , 0xDC95209F3D89402C85102BA7D7527512 , 0x0198CC6C3336728EB05C231C55137F29 , 0x55C94ACC7DE74AEBA67EF1AA0CD4131C , 0x1F177EBEA7A74A3589E30EED1A97752D , 0xD8387CE5A2D64967AC36D03A8CBA86B6 , 0x2DD49DBAA57346909B2C79834ADF3A7C , 0x49917CBB019C408FAE9594DCB7FF43DC , 0xA9CAE2E475AA42228AE8682A8DDE0D53 , 0xEF5A50BFB1F54CBBA33ED83270179CFE , 0x7BB03EF2ACE546C393C388F94430C9C2 , 0x675B83FFABC64F3D8FAF117CC3A7BB45 , 0x5476533DB64B42C0826CB28C8E68FCA3 , 0xABD09237DA0C4D1682482FEAD8D56EB6 , 0xC6257FBCC39D4C0DA84DAD37A85035D4 , 0x91F592C5B88C4592A9BFCF8B2F59449A , 0xCCD9066175B04394928DD9724466B232 , 0xCDD375D755514FAD8DC8B7D18E1D2731 , 0x2FE5E5214E9B418CA1495AF1A0AFBA6F , 0x2D8755344D0F435C829956E143465FCD , 0x0198CC6D73717255BE318AC447FFE284 , 0x232E99C9BBFF4E84B0298AC38F8E99AA , 0xB3D48B6971FD4F499D7DAA733A498858 , 0x0198CC6D3CFD71A5BD9C29C11BE32A0A , 0xBB0C978CF3EB44AEBF23EE1450072BF8 , 0x40862F57BDF243829637882FB0D586B3 , 0x43C2A96C8E304CB5A59C8D410ED696A4 , 0x3C2377BA6E294458BD1CAFD08CFC2D56 , 0x62A0478D6EC649508428CE4575AAA586 , 0x8BF4C5103F9F4955B349CBA2064169BE , 0xC13507DF9F1749E5B16FB347FE4DBB0B , 0x9243366D8F8C46F38F9625D54AA65880 , 0x1E8D8900F0CA42F8A7272611281E60F9 , 0x0198CC5EAB7E72B189A183835BA75AF3 , 0x917368BBD8F241F3A17F34150DAF3F61 , 0x5CE5E9FBF3294602B1219454A79DADF5 , 0x9B84FACBB65541E8941524CD31B9600E , 0x9F397E09862F4A7DBC50B1DFE340223C , 0x1FED0CAB3FAA4B8695F59173E08BE362 , 0xE73007481F8A40F68BBAF0293DD48037 , 0x6F81D53B655345829F930CB10C5449E6 , 0x95671ACAB1A74AD1B78D7F7918303CA6 , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0x3BCF5590121F4E67BC81BCE9A695DCAF , 0xB90153BC6CC14ECA83F48E7054DFDE1F , 0xF36CCF1DECD24879B2F7D371AB3263DF , 0x273B0F09E8204E35B91078C37C6D9D87 , 0xD5319BEE6B394119B778A132A553ADE4 , 0x5FBE54D1A8704A95B6C5BE3C3D64A27A , 0x27CC92A4506042AA83FAC90390F228B4 , 0xD541D75026894E119BC591C58869C8D9 , 0xFB20575BD45449A38AE378E5BF08FAC6 , 0xB78EF0AC8ACA4E7B9BEE99A153D2B447 , 0x7C6F17798A754C749F038BB588490847 , 0x760E3448DCBC45CB896720AE9DFC2A2D , 0xED47CC2EE9C7455599107775B9185B71 , 0x69AA107B8C8B4B9F83F6EC058EB8A0B6 , 0xAD4BE1B3B5D94C82AFB816F100D6A071 , 0xB575E87DFD214950A86B978BF268A955 , 0x5FB347F6832C4AEA85DD26FB2819F3B9 , 0xF47E5CB929FE4BDEBA060644800FF79E , 0x95011EDAD50A4BFE904E2FF01BE1AB11 , 0x92373671684D4C6599E470B45139DCF0 , 0x31E9E52F998E4AE0BAB992EF13B76C2D , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xFF47575010874DD6B0D222DE992A55DB , 0xF4C646A34A7047BE9F567EF37E0071C5 , 0x4AA1D3295D2945CAA5CDCB4118996401 , 0xDAE677519F5F47D2AB6FE3E085036063 , 0x2314D7E634584B51B90C8255FE582DB3 , 0x5D22A0BEC8634139BBE89A12FE66B022 , 0xC5FC0999F6C34BE3BE06B6AD4BA126E8 , 0xE87398717CC4404A91DD72A1CA1BEA4B , 0x28D08E37D3F3444291184B5196E5A82C , 0x83518446F56143DF95DBCFD55271A173 , 0xA83FD9A654A9477FA8BA1F5E19CB7828 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x89C7C39B12EF4800AF0649B3A826A1C2 , 0xDDB799F5B74C4C98AB8694F9D23D0073 , 0x0198CC682E0972F5B7EEDD4DB2E44E22 , 0xF308D25AB72D401A90661F497135736E , 0x0198CC70ED8671CFB0150A9F19EBA190 , 0xBDFAC1517F8048668F6EF9F535572B9E , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x5D22D59CE064476A89112CBF924157B7 , 0xDBD660F43048485EAA18F15BA70E2DAA , 0x8A0834417C324B28A7F87FC3D2502016 , 0x72947C0213214597B5339601402088FF , 0xA4BED51C41434299817A48ACC8861251 , 0x406B6821EB634F1C8D8917A016D97019 , 0xB95493A45A9D48ADB7DFF89DE23D1B11 , 0x7B56DE47AD93488E9052B5509AD282D7 , 0x71B2F652EB364664A42B8FBD851DBF7C , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x2A41EC16EB304AF5B52103615066FE91 , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x0198CC674F767345B4F60E77D83B00A9 , 0x0198CC6D21B27332AB9E350C390D58E7 , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xA2C5E8D8D0A54ABB8C3475FB1F2F1C6B , 0x4AF5313C097844CABC8CADE116493D04 , 0xC2EC54282F344F34B3D12F5C194F43E6 , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0x457441DF0697420AACD2A8822CC9787C , 0xD6A2D5D8F19B482B8B6126678687995C , 0x0198CC689B6B7352A33C4F306F5E2FC4 , 0x656E774BA7B143C59A5097CEBDDCB0A7 , 0x31005DD2B74A410A9B0586EFCBA4B6BB , 0x6D9714C4DAF14E40B209C42BB455C6A5 , 0xC7D14920DBFF43C885B2F8C81057C288 , 0x4050B387C2B245118FBD742F3A60CF12 , 0x388033CD3AEB4F7CBCB48A3BAD57BC43 , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0xB69C189B29B14092A20F2A1166B95D0B , 0x1F97FA2E53334DD7A7DDA6BC39E46B9E , 0x0198CC6DC6957282846B4B0906BEE844 , 0x3DAC7D9E55BB468CBBC72AB008443CBF , 0x0581B1A7ED82414484EB48EA555B3F18 , 0xB5E7BC5A11674771937219FAA177EB50 , 0x526A2E9EF8174E219B0095559127DF2B , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0x609BA8D52A144632AE911C986394FE6B , 0xA5F9BFAB0D5A40F888C15C0DA47B8242 , 0x56C8CE10ADEB4F28AF64DCFF620846A9 , 0x387D3840D338476A83D5C4F2DDE4B35B , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0xBE57B85860A84D41A778C879770B7984 , 0xCF85813F532E4972AC69189B9516A94F , 0x9C7D98D6ECA043D1944FDCEB07CF84DE , 0xD39F718577D4405691D7FBCADAE27AB7 , 0x2722E11330BE4AEDB3D7C10DE31C0B84 , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x3843575D9B3C42BEA013318775F278DB , 0xC25A7A68EC6D49CEBFD523D0EF3E1549 , 0xC16F388099234EC2AD7FDDF84FD0E64B , 0x4FBF7D7C8D13488E947D1E92B1BEA87C , 0x8F079CBE6E884C10A87A21295AB7A13B , 0x15E00533A5F84A22B3558A03A0745E32 , 0x5E46FB396CA74260948FFF4226B8309E , 0x8BF846D629484CC68A95D8C83831BAB8 , 0xC920C598DD6F47138F406165EF3F0EB7 , 0xE08D5535BD5B4CA593AE61B710B78113 , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0xADB42016585941A3982EFE96F98DC6E9 , 0x8EF32C52394A4739BAFDFF844C3DE15F , 0x6CBF0A463C6145E29EBF658FDBC8A25A , 0xD22F2C32BFD34CD8BD96416CD3015A48 , 0xDA7FC2ED4A754EE092CA55348AC9A01F , 0x7A115676360849F0813E298223877E8F , 0x6293EF20CAE84C7E90CCE54B64C43A27 , 0x0198CC5F751570ACA961DDD58919AD4C , 0xD300794B6F364C6CAF4EBB844C8E9E3E , 0x95D08747F0ED44BDAB07EB9D842F47A6 , 0x31F37D3F00634AEC96D5E3697DC86BD8 , 0x1352D672D9E04B89B0B9873F7E2FF9A1 , 0xCC4AAD47BE664CCA85D59D0D3E04C370 , 0x1714866A7CAD4FB98310DCF025A685D0 , 0xFD3EA27A9E9A4CCC86E657EBAA858E73 , 0x26D23B395798403C97C47D0E72C8E94A , 0xEC0DC81D1B014A8EB7319AA4181BFA45 , 0x3B39A660AD3040FB80E91C57D5E453B0 , 0x849745F0B705433A8B1568DB624872AC , 0xA44E1F3AE89340B0B535365FCB8179BE , 0x93F3801F41C64DACB107541A2C0D0561 , 0xC039741F688F44AABDDC82104BFED065 , 0x856532E1390F469186D69108DBADAAD0 , 0x1BA2EF1EBFDD4325A78A0D17AC9449B9 , 0x2C680F0FD9A849738AF24A17FB860911 , 0x78D558EB2FA6428EBC6837547F2CECB3 , 0xAB845FE1FD8047F8ADE92CC8BE8E8C03 , 0x6D759189C4A14728927A26B23ACF20F9 , 0x0198CC6A3014725288DA9519CFFCBDF9 , 0xE24C89C1B0F6408591D704097848C877 , 0x0198CC5F36BF73DBBE059457768F9D58 , 0x4A405A49EB5F46F78AF46F96AE0F3B8F , 0x439A16F4359440DB9C08B9807EB33D2D , 0x2EFAE3ACB5214167A91D5964473B6B7B , 0x0198CC5E7148714CB32E7D48E67995D4 , 0x1EA1DF93398741B19551B8656DC6C74C , 0x3149EFF74DE640B985925942CEA011B5 , 0xD84E73DC873C4386BD111E655CAD11CE , 0xEEBA823D8C84480B960526A44E9B66A0 , 0x351CB294D86B4494847195CE10EFE66D , 0x53A6C2B0F4C140239F087B3BE99D6214 , 0x8A734A5DC2154FD2A1EF53FB7E6B7AD6 , 0xC02B5C2491064157A0814723455E1B6F , 0xDB0D7D9964294FC0A84D9A7098503D71 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0x8BD51843F8DA4CB28F699C81745710DF , 0x53CCD56205554B5390A1C332A6066A4C , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0x019A08A9652D43DEA42BDB47FA151EBA , 0x74D81FCAE8C9455D939F99854AD1B37A , 0xD9F2458A7C044B59BEF1D91FB7C2F814 , 0xCA9C0B81264347A894630408AA3962C5 , 0x83085583D2C74C21AABF44F458AF75AB , 0xFD58D88554A24CFCAC45AAAB8EDB8944 , 0x944E3B9213DB4ADB8F7F21FB5B50BBCA , 0xF2DFA5F595EE445288BAAA5BEE5569BD , 0x4295CE766A2F410E86031D7AD3C00FC8 , 0xABCBA9C99428440497B5C713071B2430 , 0x63D0253E4C0448EC8B909FEC5817C0BC , 0x4A2416C59E1349F98CE1F2974691F1A2 , 0x92F3492007F04098897664229A148733 , 0xDDDD0F583BEB464AB768CAD55EB60D01 , 0x40572F249F21423880935F04BBF3D29F , 0xFB299E76FCE243AA8BF54A5E6285A655 , 0x91D374C99BC34AE7BEAE6A9E506318D1 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xAD8B04D5AE6E480FA06CAF45282E1A13 , 0x47B92494B56E477D9F6F8B33E553FFB4 , 0x9FB345E9109145D5BF6FECC71FB12180 , 0x5089A2E869DC40B2A169DE524C949A27 , 0x4D52A5E573BA4B46A8BF7ACA1743DA76 , 0x7F0071914A1B4DE8B18AE3AA7C2A7880 , 0xDD3CE7CB10D143BB9D9AA4EE396E41F3 , 0xAAF458BDCC624EDDA1BDBF10089E3B3D , 0xDF0525197D7F441CB9FCD8B714B39F55 , 0x11EEE5926FF645DBA7F49F4C394E51D4 , 0x277C1CA3AC12482AB7E9FECD573040B6 , 0x7F575898CCA44B77846D351643C356EC , 0x9DC8B1CEF16E48B1B369C66F3F079F0B , 0xADB037322BEE43E9BFBDAA19C04CEB0F , 0xCF85821EEDCB4E65B5882EE55DAF5781 , 0x2FC7F6BAF63E4FC28659C259098A1C9A , 0x0198CC5F90AD7111B283E66216D0F253 , 0xAA41F98868564D64A5DA96E70DCFABB0 , 0x32680CCF8D434A4CBB1450CD988FE4B4 , 0x7C670E5CDB994EF68633C869D787DF0A , 0xA51DA365CA21496191A003F88438A996 , 0x8213B54EB6BE405CBE81367C216404D7 , 0x2EC3A10886154BC4A98888EF5DE27C01 , 0x7A8A9478414846B1987EDBDF4B11C1EC , 0xA2BD922CFC12487BB8D6F9A1D358DCDF , 0xB4F8AD5AABA14D52987DA89603D9ADFE , 0xF474BEDEA62D4A53B963998157005FF3 , 0x0198CC5D6D137308A5FA90FA35F776FF , 0x1F079C55774749418594C72ABECCD336 , 0x363733C7EA8F4F998B5780D9360E98F6 , 0x3DDDA00CC5284C32BAAB378964051ADD , 0xC5BC52851DB7466A87FACEC1A4A4CF9C , 0x979A192BF30446F49F4C4B638B3417F9 , 0xE4F9A7846B8A4B8A89E86BE3AE854AC4 , 0x95788781C1894E5EBEC7D316A90E728E , 0x1A97EFB5769A4AFC80DEE626476BFB3E , 0x7FEE8B25719F4CF9B28D5C7E4FE14C81 , 0xDFD4011FBE3D4E328D6597636DA5BB93 , 0x547DD6C7C4804374A8EA09705D2D6D29 , 0x9B8D82ACF40E42BF8A28012BE3053B04 , 0xAF773AE6214B4121B82455A673CBA897 , 0xF26ED72A78224E039E3C803B0FD76400 , 0x9EAACAA0A47942198AFE1BB4B4771535 , 0x123C73C3AC77401D98BEC14C58F356A2 , 0x2EC5267D10F848CC9B01C64E6576894A , 0xA0825B70E375434096B4D350EE1B5769 , 0xA6B68354D89B4A9EB857E0B3213F6CE7 , 0xB5AA285F670F42849980D598ADA23EF7 , 0x41621EEFE91C41EF81CE2C209D85A388 , 0xD0F06E053B44458DBB2A0CF006E23683 , 0x62B5131476704746ABF212A188F25C13 , 0x63524FBF43174F53B4AA1C7D60B2661E , 0xC8D97A02AED8470AA8F605109D35FC08 , 0x60E83051BDE745B8803DA6F26B1CB437 , 0xDC5BF063DFD441B5A3F48D74EE985030 , 0x23804EE3290448AAABD125CB63CD9FEC , 0x664A035BE66041B58973C7E849CB5CC0 , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xC063D9FA162E4A7F908308C99DD17687 , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0xEF6F6ADE8577455EBA73E19A367DC8B5 , 0x79632A2EEDC249F7AADC9F0A3A5A4180 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0xA0EA93CAED694B4E996C471C18CA245D , 0x1F5B4C511C8F44FF8165AEEB43533943 , 0x804D263D5F2D4EC0B2D5CE795E3EC534 , 0xA2F5212A07584F9A82CAA54ED0A38AD5 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0x271E00996E0D46E2B60CAB0CC352F774 , 0x6DBD105E5C9241128BEE5DCE90FAE36F , 0x0217734EA93E4162ACFF209D83B739FB , 0x55DB626078624359BA213FB9B1349AF2 , 0x3410B846409243BA8F817BE282CB5A55 , 0x4595DD600B804CB086640BE835EE6351 , 0xE4F316F16A274836A75BFFA0CC54BBC7 , 0x6D946CAEE54A4C6BA588E29AE9C4ADCB , 0x4054B855538D431A97692C6E8145496C , 0x59E8817C65644BFD8AEAD167CC0D4998 , 0x3EF49CDACEAD45F99AAC44D4013403A3 , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xF8F2EAD30BDF49D4928CBA9BE742273A , 0x9CB7F32A8AE54DB9BAEE55861D5DE426 , 0xFD23B9A0FBA645699CCA21B095960FFC , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x4EFF0540DBB748D3B39B989D37828734 , 0x0671B2874843435E80A5DD9A695D422C , 0x142D001969D846CBBDF7D7D6BC0FF1E9 , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0x2222DA2443D64BFBB0B5FD68BB9AAD53 , 0x13136A881ABD4475BF7565B7D212080C , 0x6BB759D26AC245F58AEAAD794B0007FC , 0x169EBAE0493B405E8E0A77198A438E61 , 0x8F357A9D134E46D29E293AD00287B051 , 0x9B18E0F363E14A11AF3DB532EC513FA5 , 0xE1CB39471D1445BC92BCF4BA69124CF7 , 0x9FE592F5BE094521ADD73DBCFD5EE2C9 ));
Copy
84
2.07 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"\x01 ˜Ì\ð—sÀŽÀÒ\r ÔüÙç "
b"\x01 ˜Ì]Aâq²«&Ì\x0E W\x12 ]e "
b"\x01 ÿ╠]m\x13 s\x08 Ñ·É·5¸v "
b"\x01 ˜Ì]¯=rÖ¸ì\x1F ò»ÃÚî "
b"\x01 ˜Ì]Îus\x1C Šrk–ï\x07 ¹Ø "
b"\x01 ˜Ì]í¿so„˜À\x14 º9\x1D Ô "
b"\x01 ˜Ì^qHqL³.}Hæy•Ô "
b"\x01 ÿ╠^É\e p®è_¢ÆTèã▓ "
b"\x01 ˜Ì^«~r±‰¡ƒƒ[§Zó "
b"\x01 ˜Ì^Ö\e sz¿˜ß#\x18 à,6 "
b"\x01 ÿ╠_6┐s█¥\x05 öWvÅØX "
b"\x01 ˜Ì_u\x15 p¬©aÝÕ‰\x19 L "
b"\x01 ÿ╠_É¡q\x11 ▓âµb\x16 ð‗S "
b"\x01 ˜ÌgOvsE´ö\x0E wØ;\x00 © "
b"\x01 ÿ╠g└Òrµü}█x\x17 ý\x10 @ "
b"\x01 ˜Ìh.\t rõ·îÝM²äN" "
b"\x01 ˜Ìh›ksR£<O0o^/Ä "
b"\x01 ˜Ìim÷qʺDZVˆ÷6™ "
b"\x01 ˜Ìi”frܶãAi~\x01 ¿J "
b"\x01 ˜Ìj\t\x06 p8’)§²¼\x04 › "
b"\x01 ˜Ìj0\x14 rRˆÚ•\x19 Ïü½ù "
b"\x01 ˜Ìj¨êqÀ½\x19 þ£z@-! "
b"\x01 ˜Ìk-qq=³Ã^µ”vG™ "
b"\x01 ˜ÌkôÖpež\x05 t3üâÑß "
b"\x01 ˜Ìl36rް\#\x1C U\x13\x7F ) "
b"\x01 ˜ÌlnAr×”Ê(;\x0E Ä³Ï "
b"\x01 ˜Ìl™¸s\r ®ÎDÿc"=¾ "
b"\x01 ˜ÌlÁ\x12 pާ—òn‡½>, "
b"\x01 ÿ╠l¾\x1A sFÉ¥║$┘t£¾ "
b"\x01 ˜Ìm!²s2«ž5\f 9\r Xç "
b"\x01 ˜Ìm<ýq¥½œ)Á\e ã*\n "
b"\x01 ˜ÌmsqrU¾1ŠÄGÿâ„ "
b"\x01 ÿ╠mÜ|s¬àÉ\x7F {\x03 ═\t ! "
b"\x01 ˜ÌmÆ•r‚„kK\t\x06 ¾èD "
b"""
\x01 ÿ╠pÝåq¤░\x15 \n
ƒ\x19 ÙíÉ
"""
b"\x01 š\x08 ©e-CÞ¤+ÛGú\x15\x1E º "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x04 ‚0aØ KX³×À\x1F AçØ\x02 "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"\x06 q²‡HCC^€¥Ýši]B, "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"\x08 ×»;©\x02 A¸µ”ð!ÉÕy„ "
b"\t @bÕ kO%Œy7q¨^m\x0E "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\f T¼{ë.Gl¡2¤\x01 ð\x1A m8 "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b"\x0E š?¿÷\x04 OD½Í\x0F €Dah8 "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"\x0F\x01 £A9\x14 Hm…\x10 9‚¸\x14\t\f "
b"\x0F +Å\t ”?B_ˆ`#‰§ìëe "
b"\x0F ±yXÙeKœ›0SP\x01 É\x01 ù "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"\x10 >┌ì╔\x1C NHâCÈæ\x16 ═é╔ "
b"\x11\x11 Zvè\x1A HûÑ=t)ØJ▓ü "
b"\x11 îå’oöEÛ§ôŸL9NQÔ "
b"\x12 <sìw@\x1D ˜¾ÁLXóV¢ "
b"\x13\x13 jˆ\x1A ½Du¿ue·Ò\x12\x08\f "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"\x13 8[\e WÌ@T¬ÜÍøúÕˆ¾ "
b"\x13 RÖrÙàK‰°¹‡?~/ù¡ "
b"\x13 X"\r \x13 ÊA`éÉ«\r \x11 K[Z "
b"\x14 -\x00\x19 iØF˽÷×Ö¼\x0F ñé "
b"\x14 1ínÇØLM®bÏløì\x7F Ò "
b"\x14 Î5l\r µCô™Àp•‘\x16 /¹ "
b"\x15 ½Å®|wF$ô&6¯Ô9\r È "
b"\x15 à\x05 3¥øJ"³UŠ\x03 t^2 "
b"\x16\x11 BN@²Bf«ãa:\x12 §ã\x06 "
b"""
\x16 žºàI;@^Ž\n
w\x19 ŠCŽa
"""
b"\x16 ╬Ò╠ÎøBÑØ┼ÌìL$/5 "
b"\x17\x14 †j|O¹ƒ\x10 Üð%¦…Ð "
b"\x17 T\x0E ‡U×E-³Ñå\x1D ?(d½ "
b"\x17 x«'\x16 ½E²Ÿw[Ð\v\f 0¬ "
b"\x18 [›]sfLO¥ƒË#øJ\x15 ž "
b"\x18 Øüß)WL^â\x1A Óè³óxÌ "
b"\x19 ±b„´%Jb€\x19\x15 ô‹W6z "
b"\x1A —ïµvšJü€Þæ&Gkû> "
b"\x1A ¶¢™\x10 ™HÛ¡ÓÕ\f q„\r E "
b"\e ¢ï\x1E ¿ÝC%§Š\r \x17 ¬”I¹ "
b"\e ┐üÅ*»CO╗ñ╚èÇ├\x00\x13 "
b"\x1C 0`ØU/H÷ŽoJD¾&`, "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"""
\x1C Ú\x04 j\x05 ╝L╦©\n
bÈ\x03 26ü
"""
b"\x1D \dÈt¿MÆŸ?ëÐO¯3d "
b"\x1E ?áDŒ•B¾¤»¢%T÷^\x0E "
b"\x1E ìë\x00 ╩B°º'&\x11 (\x1E `¨ "
b"\x1E ¡ß“9‡A±•Q¸emÆÇL "
b"\x1F\x07 œUwGIA…”Ç*¾ÌÓ6 "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"\x1F [LQ\x1C ÅD üe«ÙCS9C "
b"\x1F —ú.S3Mקݦ¼9äkž "
b"\x1F í\f «?ªK†•õ‘sà‹ãb "
b"\x1F úYä\x17 ÄJ½Œ@;B\x1C Òxr "
b" !í;'QI§»Î¼ê>>Q "
b" œ@·°çA{†\x05 „\x0F ücüÆ "
b" ³@²\v ™@éº9^ß2¢0^ "
b"!ª┘¸─┌LÔ¬Qé┌í@GØ "
b"""Ú$CÖKû°µýh»šS "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b"#\x14 ׿4XKQ¹\f ‚UþX-³ "
b"#.Ö╔╗ Nä░)è├ÅÄÖ¬ "
b"#3ÚÝwnFÛ®\r ‡œ©Ÿ~Ô "
b"#gš‡\x04 ÀCk±°úZ¬qqc "
b"#€Nã)\x04 Hª«Ñ%ËcÍŸì "
b"$\r \x06 úù^G»§ý¥< ã”þ "
b"%\x18 ]¢\x03 JKM”Zk…\x11 ÿ\x1C\x02 "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"%Ür÷åHL[²L',ôpSl "
b"&f®ŽW0EÅ„N\x0F òð\e\t ¦ "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"&¢ó´WWGg«‗زóJ\x05 ╗ "
b"&Ò;9W˜@<—Ä}\x0E rÈéJ "
b"'\x1E\x00 ™n\r Fâ¶\f «\f ÃR÷t "
b"'"á\x13 0¾Jí³×Á\r ã\x1C\v „ "
b"';\x0F\t Þ N5╣\x10 x├|mØç "
b"'Rö\x06 ÅUN┘ä┐╗¯¿l}ð "
b"'|\x1C £¬\x12 H*·éþÍW0@¶ "
b"'ù¾\x1D <¤@_»Ø\x18 X{,-╩ "
b"'°á\x19 M\x19 M\x10 ‰}özn\x03\x00 ® "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"'╠ÆñP`B¬â·╔\x03 É‗(┤ "
b"(ÐŽ7ÓóDB‘\x18 KQ–å¨, "
b")–‹$½\x07 Db°\x0E u©î’÷‡ "
b"*\x04 –}\x1C ¿K:Ÿ[Xƒ´çç "
b"*Aì\x16 ë0Jõµ!\x03 aPfþ‘ "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"+³‚$áN@š\x1F ¾\x12 Ç–ž\x0E "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b",h\x0F\x0F Ù¨IsŠòJ\x17 û†\t\x11 "
b",ÂÓ“¶½G¿µ}r¥)ƒöb "
b"-†-1íÞDɆx\x17 £3¶J\x18 "
b"-‡U4M\x0F C\‚™VáCF_Í "
b"-ÈØ║ÑsFÉø,yâJ▀:| "
b".¸}F²^O#¾æ‚nZSû\x1F "
b".á\x08 †\x15 KÄ©ˆˆï]â|\x01 "
b".Å&}\x10 øHÌ›\x01 ÆNev‰J "
b".ú㬵!Ag©\x1D YdG;k{ "
b"/ë½ìùzCOè\x01 Æ▄á╝UB "
b"/Çöºö>O†YÂY\t Š\x1C š "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"/åå!N›AŒ¡IZñ ¯ºo "
b"0Q}┐▓ÁMsòͺ\x0F ¨\x0E ~ì "
b"0¶)ßû®KD”•\x1C )qØ;\x13 "
b"0ÍI…?\f M;ŸÚÝ=K6aë "
b"0■mºNdO╩Ø»▄ýö■÷= "
b"1\x00 ]Ò·JA\n ›\x05 †ïˤ¶» "
b"1Iï÷Mæ@¹…’YBÎ \x11 µ "
b"1éå/™ŽJູ’ï\x13 ·l- "
b"1ó}?\x00 cJì–Õãi}ÈkØ "
b"2h\f ¤ìCJL╗\x14 P═ÿÅõ┤ "
b"2¯ÄAt]O~’µ\x15 ~\x1A é0² "
b"2¹SOw\x7F MxªTæü¾pG’ "
b"3\x18 ˆßk”GÏ€?kÊŠ\x11\e c "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"42*Ð!{Cb¡Ï æÆ\x17 +™ "
b"42{åÛ´H•”S9XŠC´f "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"4–çö!³@ÆŠAx{D@J7 "
b"4Ümv1¿Lü«╗ÀÏ\x10 üà) "
b"5\x1C ²”ØkD”„q•Î\x10 ïæm "
b"673ÃÛÅOÖïWÇ┘6\x0E ÿ÷ "
b"6tZ÷¹r@˜Ÿ{ªÀû›©à "
b"6ß:\x12 ôƒK╣Å░»═Ë:r\x03 "
b"7Š[ç\x02 *NW²È„\x11 Ç«³ß "
b"8CW]›<B¾ \x13 1‡uòxÛ "
b"8}8@Ó8GjƒÕÄòÝä³[ "
b"8€3Í:ëO|¼´Š;W¼C "
b"9`╩·\x07\x10 EÂ╗Òì┬§zÌà "
b"9ÿZ\x00 Æ)CQŸ&\t ´4÷\x17 w "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b";9¦`0@û€é\x1C WÕäS° "
b";¤UÉ\x12\x1F Ng╝ü╝Úªò▄» "
b"<#wºn)DX½\x1C ¯ÐŒü-V "
b"<A:Ô^þIö€R\x05 }KÉ,{ "
b"=¬}žU»FŒ»Ç*°\x08 D<¿ "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b"=Ý \f Å(L2º«7‰d\x05\x1A Ý "
b"=õ\x18 rËÜH¯ˆm¾-¥Ûpt "
b">ôœÚÎEùš¬DÔ\x01 4\x03 £ "
b"?\x11 œõpàE\v ©i:\x17 S2M! "
b"?Ífû1²CÔ–‘*%HŸ\x03 v "
b"@P│ç┬▓E\x11 Å¢t/:`¤\x12 "
b"@T©USìC\x1A ùi,nüEIl "
b"@W/$Ÿ!B8€“_\x04 »óÒŸ "
b"@kh!ÙcO\x1C ìë\x17 á\x16 ┘p\x19 "
b"@†/W½òC‚–7ˆ/°Õ†³ "
b"@ÿè3sãMo¨Š©´~˜•9 "
b"A\x07 œt"UJ°„\x06 Ÿk®3‹œ "
b"Aa(¤øwKJ¨íš5\x1A\x18 Þ0 "
b"Ab\x1E ´Ú\x1C A´ü╬, Øàúê "
b"AÖˆ\x06 =âAï¶q\x1C ¸_¬¨h "
b"BU|ÐU\v Bã‡ü,Å;žü. "
b"B•Îvj/A\x0E †\x03\x1D zÓÀ\x0F È "
b"BÒX╣y @ØË┬oÜï▒ƒ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"Cj[q¡ÒJÒ‚}\v H1\x03 ‚ "
b"Cš\x16 ô5”@Ûœ\x08 ¹€~³=- "
b"Cšw¨‰>C\x10 …€@…f,\x10 ¦ "
b"C┬®lÄ0LÁÑ£ìA\x0E Íûñ "
b"DY╣KÍ┐@zû\x7F ÉÐ/\t\x1C + "
b"""
DëØú]ÝDJ¼ªï\n
Û;Ìo
"""
b"D¥þ╚┐&O\x12 É\Þ‗\t ARJ "
b"EeÔPùùE£¿¸ƒÝïüm_ "
b"""
EtAß\x06 —B\n
¬Ò¨‚,Éx|
"""
b"E•Ý`\v €L°†d\v è5îcQ "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"F8³yê$Fù¨â€\x02\f eçc "
b"G\x0E ‰NÖÎMs‡£å¶öË“\x08 "
b"Grí_!\x1C Fã¸X3ji/¼Î "
b"G‘åm|·N\x03 ŸE\x1E 9ä1:\x15 "
b"G¹$”µnG}Ÿo‹3åSÿ´ "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"Hb?t$.EVƒ[èû~¨éq "
b"HßGé&ÅMÓêu6ãNÿEò "
b"Iæ|╗\x01 £@Å«òö▄À C▄ "
b"IãÕª æF\x03 » .=;&L– "
b"J$\x16 Åž\x13 IùŒáò—F‘ñ¢ "
b"J/╣ôÊ\x11 KôìÑQ\F █» "
b"J@ZIÙ_F¸è¶oû«\x0F ;Å "
b"J¡Ó)])EÊ¥ÍËA\x18 ™d\x01 "
b"J·1¡¾fA0¿¥¾÷´\x05 zs "
b"Jî,x»I\x11 ‡{\x1E u¯"Ï "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"K2—\x7F !¼G7¨å¥”Í‘ðû "
b"M1›RsàBc´÷&\x12 1¶ëå "
b"MR¥åsºKF¨¿zÊ\x17 CÚv "
b"NE2nÇ$KH¿=üºº█\x10\x12 "
b"NME‗\t )B\x1D ï┴\x13 =2³kÉ "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"O`¡í┬óK±ÑÍ\x1C ‗+ükð "
b"O┐}|ì\x13 HÄö}\x1E Æ▒¥¿| "
b"OÄS\x1E Ü\x00 A’¤N‘ÃD7ír "
b"PF\v VÎÀF<éÅ:┤ðEÎQ "
b"PMz\x02 ž€Cå“]Ñ\x03 9é˜é "
b"P‰¢èiÜ@²¡iÞRL”š' "
b"QW«×>ªEÿœ*½_ç\x08\x04 ` "
b"Q│\x03 ─bBGoü²\x06 └\x08 >üì "
b"RD\x1A Ž\x19\x17 Hî–ÐI,/×ýQ "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"R·³\x1A ;ïA~·Zø¸[ì\x7F 3 "
b"R┘lÔ\f >G\x19 äÑ\x1A ë\x1F kü} "
b"S\x1F +³)‘FN¥G“CòÙåw "
b"Sª┬░¶┴@#ƒ\x08 {;ÚØb\x14 "
b"S╠ıb\x05 UKSÉí├2ª\x06 jL "
b"SáuúR›JÖ¶âõ¹×\v “× "
b"T\x04 i<i}HT…Þ}çáï,\x01 "
b"T"ø^ÔAO'¨‡MŸé\x7F «" "
b"Tmþ\x08 §PNc¾;ÝÿŽL2x "
b"TvS=¶KBÀ‚l²ŒŽhü£ "
b"T}ÖÇÄ€Ct¨ê\t p]-m) "
b"Tᾘ5üCú¨ED»hûYB "
b"U├u█ MKìóàÐñHR▄³ "
b"UÉJÌ}çJë¦~ñª\f Ô\x13\x1C "
b"UÛb`xbCYº!?¹±4šò "
b"VÈÎ\x10 ëO(¯dÜÿb\x08 F© "
b"WCr8î¯O'ü÷╚Ý0dM\x1A "
b"Xp€\x15 5åHv¦¦”À;,d; "
b"XÖ*ì9O\x14 ¥lØ•B’œã "
b"YS…y\x1F ÍGb¿"Pš4<åÛ "
b"YÞü|edK²èÛÐg╠\r Iÿ "
b"Zrj-œâIòˆQñOé% Ô "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"[Aþ¿¾WLïºÔåÏWO™h "
b"""
[I.î2bN\x18 ¡\n
à\x07\x10\x17\x1A Q
"""
b"[┤·~½*LöÜ\x02\x08 kü\x06 Þþ "
b"\3®Ë\x11\e E\x14 ¿Áê—,ï‰} "
b"\ÕÚ¹¾)F\x02 ▒!öTºØ¡§ "
b"\þÅ>RVA▓▓I\x05 &ÓyBÉ "
b"]!6ð~ÏL_‘\x1A ¹äë,” "
b"]" ¾ÈcA9»èš\x12 þf°" "
b"]"ÕœàdGj‰\x11 ,¿’AW· "
b"^F¹9lºB`öÅ B&©0× "
b"^¢Iþ†ûI(‘tÇ\f ¢)ËV "
b"^Õ§}9„KGƒÆôúP·Ðù "
b"""
_\n
xØs¦E>¹\x1F ‘\x11 6Ô~<
"""
b"_³Göƒ,Jê…Ý&û(\x19 ó¹ "
b"_¾TѨpJ•¶Å¾<=d¢z "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"`›¨Õ*\x14 F2®‘\x1C ˜c”þk "
b"`è0Q½çE¸€=¦òk\x1C ´7 "
b"bô´ ╩ÞL~É╠ÕKd─:' "
b"báGìnãIPä(╬Eu¬Ñå "
b"bµ\x13\x14 vpGF«ò\x12 ¡ˆò\\x13 "
b"bÜ×\x18 [ K\x12 €=Ã\x17 ô2tD "
b"bÒ\x1E\x01 ç╬JuéWwÉÔH\e . "
b"cRO¿C\x17 OS´ª\x1C }`²f\x1E "
b"cð%>L\x04 HýïɃýX\x17 └╝ "
b"cç\x1F ¤×\x10 D\x10 ¿=*«–™8… "
b"d#JÂMÐH\x04 ‘ø7\x00 þƒ}Û "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"enwK§±CÅšP—νܰ§ "
b"enþóC\r E±£ò-Ã-¯0¥ "
b"fJ\x03 [æ`Aµ‰sÇèIË\À "
b"g[â ½ãO=Å»\x11 |├º╗E "
b"gl\x00 ØŠuG\x06 ªÑ!M´Æ¬\v "
b"g›¤YôÚDÊŽ¢\x12 «¿Ë\x17 ² "
b"h*=é¢SNQ¤”e\x0F \r \e\x18 Ÿ "
b"""
hÊ0öŸsI\x03 ¯žèÂé\n
´á
"""
b"iª\x10 {Œ‹KŸƒöì\x05 ޏ ¶ "
b"i·4¦*§BÜ╗åÉ\x1E þ"\x17\x02 "
b"j\x07 KY¦8GÅê¾àô®ëÎj "
b"jm\x19 Ř’Fÿ¾%Û\v ýñÛ¤ "
b"k·YÒjÂEõŠêyK\x00\x07 ü "
b"""
lrâ*̓FÄÑáLÅG\n
ë~
"""
b"""
l┐\n
F<aEÔ×┐eÅ█╚óZ
"""
b"m/:KÅÌMB±™\x15 3©Œ“À "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"m|ì+┘.F@▓W\x1A ¤î¸°¨ "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"m”l®åJLk¥ˆâšéÄË "
b"m—\x14 ÄÚñN@²\t Ä+´UÆ¥ "
b"m¢\x10 ^\ÆA\x12 ï¯]╬É·Òo "
b"mÖûB–àMm§.>·\x0F dL˜ "
b"n\x0E 2\x16 ±SCò•ÆŸ\x1F\v 7ßÉ "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"oüı;eSEéƒô\f ▒\f TIµ "
b"oôQÍeNAo░ì$²¥\x1C ¼\x03 "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"q\x1A ëXÀë@7ºÝ{ôEE8Ï "
b"q”œn.¡A˜±~ÁÖ\x00 öûÿ "
b"q▓÷RÙ6Fdñ+Å¢à\x1D ┐| "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"r”|\x02\x13 !E—µ3–\x01 @ ˆÿ "
b"rØy*¯3@\x11 ¼\f 9¡æ¯ô\x7F "
b"rÛÅ6Z\x01 Oìˆ;^/—~Ûó "
b"rþ|Q%AG’±Å/Sù\x06 ™È "
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b"s㩓׌E¼¬V•v”ãÜa "
b"sû#´ŒõJ®«âè1¾SsØ "
b"t\x02 IbÓFôª\x1D\x01 ]Ê€&¸ "
b"tbåGš±D2¯Ö\x1D B·\x1D jë "
b"t|`wŸMM¥¹Mš\x14 ‘\x00 ˜€ "
b"tØ\x1F ÊèÉE]“Ÿ™…Jѳz "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"u‡¸s\x1F ¬@©¼s\x1A é\x16 zDÊ "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"v\x0E 4H▄╝E╦ëg «Ø³*- "
b"v=y*]ËAO¤s,ôpná "
b"xÕXë/¦B޼h7T\x7F ,ì³ "
b"""
yc*.íÂI÷ªÜŸ\n
:ZA€
"""
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"z\x11 Vv6\x08 Iü>)é#ç~Å "
b"zŠ”xAHF±˜~ÛßK\x11 Áì "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"{VÌG¡ôHÄÉRÁPÜÊéÎ "
b"{[„\x13 ä¯D\x07 €Ô\x1A Aš—(b "
b"{°>ò¬åFÓÈùD0É "
b"|C\x18 G²¬F§¡#ÇËC\x1E Í“ "
b"|g\x0E \Û™Nö†3Èiׇß\n "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"|ı\x0E ßg\f N«É,[╚8ßý║ "
b"}\t\x12 ü«µL·€e;AlDÊì "
b"}£†ß;ÃL3¡Â\x1D ÿ)…öG "
b"}¸\x06 òppDUÉWÛ6íÓ\x18 Ñ "
b"~6â}\x07 èE´³ä65%$â] "
b"\x7F\x00 q‘J\e M豊ãª|*x€ "
b"\x7F WX˜Ì¤Kw„m5\x16 CÃVì "
b"\x7F t\x01 ÒrêN÷µõÇGÆ™XÖ "
b"\x7F ¯ï%qƒL¨▓ì\~OßLü "
b"€M&=_-NÀ²ÕÎy^>Å4 "
b"ÇP═▀zÊM÷Å░\x1D @á,Ñ] "
b"ÇlØÐðoI±▒DÛÇ\x16 ^û\r "
b"€oÓº™ÞD«¢äM¡+j§; "
b"€ws^¿#J¯ˆþäJ‘\x1D +r "
b"€ß«U8\x08 DÄ©»\x11 I©ÜäF "
b"ü\x08\x1A Z}ì@Æ┐ú¦\f vÝq} "
b"üvU kÖDî¢h│0*b)ü "
b"‚\x05 œÿa’Fl´cFˆcòë‚ "
b"é\x13 ÁNÂ¥@\¥ü6|!d\x04 Î "
b"‚yNÈ\x14 ,K³ª\x06 ™\v ꈜ· "
b"ƒ\x08 UƒÒÇL!ª¿DôX¯u« "
b"ƒQ„FõaCß•ÛÏÕRq¡s "
b"ƒ{~Σ˜F\x13 ¢"\x02 ÂC™Q„ "
b"âå╚£¡ó@\x0E Ø0X├µ╔└I "
b"ƒß?âú½A©ƒ\x05 ŠÑ¹®Ûô "
b"„\(Qi‚EÙˆõHÝŠó‰Š "
b"„—Eð·\x05 C:‹\x15 hÛbHr¬ "
b"""
…7“×\x02 %C “.\n
‚\\x0E eÉ
"""
b"…e2á9\x0F F‘†Ö‘\x08 ۪Р"
b"àf8\x0E &\x10 F:ì═░[%\x14\x1A Õ "
b"…iˆmTØHÿ³\x19 ¤+²¸F$ "
b"àk¹vY║Dì«Ü]ó7╣─\x08 "
b"å\x1A ²\x01 ƒ>OæØó\x05 t\x1F æòà "
b"å»r6÷╠OÉ¢\x16 5_\x17 5O "
b"""
ç0Ü╝n©BKÉV\n
øÜ£ðT
"""
b"‡…V\v ÉiIG¦´Q‰\x0E &\x1A o "
b"‡ÆWKÈ´L3¦–ñ‘|_\x08 4 "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"ˆÕ\x1D ¡+)EŽœFžwÁÌKæ "
b"‰&ü«ÌqC6¸›ŸT\x1F ²/= "
b"‰ÇÛ\x12 ïH\x00 ¯\x06 I³¨&¡Â "
b"Š\x08 4A|2K(§ø\x7F ÃÒP \x16 "
b"ŠsJ]Â\x15 OÒ¡ïSû~kzÖ "
b"Šð”™\e ‚FÛ¬VÙ^s»w˜ "
b"ïı\x18 C°┌L▓Åi£ütW\x10 ▀ "
b"‹êN \x04 Ø@-«\x18\x12 øš\t\x7F ¹ "
b"‹ôÅ\x10 ?ŸIU³IË¢\x06 Ai¾ "
b"‹øFÖ)HLÆŠ•ØÈ81º¸ "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"Œ,¡n–\x07 KC¬$”é—1>\x08 "
b"ŒÑÿê’O\x1C Žá³š»„0Ó "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ìX╣Ah¸Måä£\x1E O<C«▓ "
b"ìè╔H\r ÏA\x7F Âw5▒\x00 ╣Â\x15 "
b"ìùç├âGE¿º5%ÌÜÜä "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"ŽBðú\x00\x12 BO¾<.–"‹°d "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"Ž¿\x1E 3>\x10 L$¡l‹‚Ufü, "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"Žó,R9JG9ºýÿ„L=á_ "
b"Å\x07 £¥nêL\x10 ¿z!)ZÀí; "
b"Å\x1C C¬ýFH─¬ß\x04 J·Ìó6 "
b"Å5zØ\x13 NFÊ×):ð\x02 ç░Q "
b"Åå¶j½9L-ÂÎ"*¶b\x17\f "
b"""
É;d┤ªòG\n
ú╩´ÉÕø\x06\x1A
"""
b"É@f\x01 :\x10 H)×╩z:ñ║▄Å "
b"Étlÿ╝6K─¼\x07\x10\x00 ╦Ñ*¸ "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"‘sh»ØòAó¡\x7F 4\x15 \r ¯?a "
b"‘ÓtÉ›ÃJç¾®jžPc\x18 Ñ "
b"‘õ’ŸŒE’©¿Ï‹/YDš "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"’76qhMLe™äp´Q9Üð "
b"ÆC6mÅîF¾Åû%ıJªXÇ "
b"ÆÎ‗¦Û:G\x03 ëØu¶<Ð\x7F\x05 "
b"’óI \x07 ð@˜‰vd"š\x14 ‡3 "
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"“ó€\x1F AÆM¬±\x07 T\x1A ,\r \x05 a "
b"ô·?║'ÞLÉÿf²┬gqr\x08 "
b"öN;Æ\x13 █J█Å\x7F !¹[P╗╩ "
b"”¢±‘êSCàœîÍ\v [õD/ "
b"”÷Im+±IÔœl2\t ´"â\x08 "
b"""
ò\x01\x1E ┌ı\n
K■ÉN/\e ß½\x11
"""
b"•T\x03 ËîîMâ™m-´\x15 þÖc "
b"òg\x1A ╩▒ºJÐÀì\x7F y\x18 0<ª "
b"òxçü┴ëN^¥ÃË\x16 ®\x0E rÄ "
b"òðçGÝD¢½\x07 ÙØä/Gª "
b"—b”ñ\e I…¸Ÿ‰™\x18 ½Ô "
b"—š\x19 +ó\x04 FôŸLKc‹4\x17 ù "
b"—ÌH,óÿLL½V\x18 Ê\x02 j×^ "
b"—ûšv…”GÞŒ\x06 Š\x14 ×]ð "
b"—þ\x1C \\x07\x18 Oªƒÿ$£\x02 N\x08 Œ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"˜cí\x19 ¿ÛJƒ–ƒ¯“±dd\ "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"ÿ½╗L‗\x13 JæÅfmÑóÚoõ "
b"™â¨ö\x0E ãM\x01 ŠAòv²Ä@ "
b"š\x08 ¤qÑUNM˜¯Z«Á£”• "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"ÜúB΃┬Fþ┐?©ìÍ'Eï "
b"šËpMI¾D熨Ç\x0E\x01 ºúÎ "
b"›\x18 àócáJ\x11 ¯=µ2ìQ?¥ "
b"›„ú˶UAè”\x15 $Í1¹`\x0E "
b"øìé¼¶\x0E B┐è(\x01 +Ò\x05 ;\x04 "
b"›º—Ö\x0F LD\x7F ¡E.¶áÚšv "
b"œ}˜Öì CÑ”OÜë\x07 Ï„Þ "
b"œ„´FðLLÚ¢ëjÞ×§Q "
b"œ·ó*ŠåM¹ºîU†\x1D ]ä& "
b"Ø*╚Ü^\x1A C\x15 ║└A,$É┌\r "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"Øp═?BïGÿäD\x06 {´/Ù\x14 "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"Øå\x05\x07 1·C Ø/ ÿ5õ$ "
b"Øí¥\t êäGñÄ´8Eê¦\x17\x02 "
b"Ø╚▒╬±nH▒│ião?\x07 ƒ\v "
b"žM‹ ¼…L\x0F ƒ@\x1A o\x1C e>‚ "
b"žªÊ ¤yB\x19 Šþ\e ´´w\x15 5 "
b"Ÿ9~\t †/J}¼P±ßã@"< "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"Ÿ³Eé\x10 ‘EÕ¿oìÇ\x1F ±!€ "
b"Ÿå’õ¾\t E!×=¼ý^âÉ "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b" ‚[pãuC@–´ÓPî\e Wi "
b" ¶\x11 —\x18 2@Ø™Ú̹«ÖÍ· "
b" ê“ÊíiKN™lG\x1C\x18 Ê$] "
b" í4HPïMÇ´a\v ê…¥\x01 ‚ "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"íÜ▀\t ^kF¶¿\x00 ðãÅZ<D "
b"¡å³—œÏDª†šK\x0F K{÷È "
b"¢½’,ü\x12 H{¸Öù¡ÓXÜß "
b"¢ÅèØÐ¥J»Œ4uû\x1F /\x1C k "
b"¢õ!*\x07 XOš‚Ê¥NУŠÕ "
b"""
£±ˆ\x1A ×zL;¾e\n
i`\x1D ùü
"""
b"ñN\x1F :Þô@░Á56_╦üy¥ "
b"¤ž,–Õ\x1E E*œ‚c&Ðç£[ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ñ¥ı\x1C ACBÖüzH¼╚å\x12 Q "
b"¥\x1D £eÊ!Ia‘ \x03 ø„8©– "
b"¥ù¿«\r Z@øˆÁ\\r ¤{‚B "
b"ª\x18 pZæéC,ö$n\x00 ¤ÝÓÉ "
b"¦Y¶ÅYyNo¬T!gt¾™Ò "
b"¦¶ƒTØ›Jž¸Wà³!?lç "
b"¦½×wqwB˲I\x10 òD^\x00 [ "
b"""
º\v \n
{ì4BWÜÅñ├├tÊ3
"""
b"¿)8ü%)F\x01 û¬Û£@@█Ê "
b"¨?Ù¦T©G\x7F ¨º\x1F ^\x19 Ëx( "
b"¿┘$\x0F ü\x17 H\x06 ƒ▄?P5▀. "
b"¨í4½\x13 ‡E*ŽŒƒm’Aåp "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"©\x07 ÿî¯Þ@\x11 §×¨PêJE† "
b"®╩Ôõu¬B"èÞh*ìÌ\r S "
b"©ì:²¥BH‰©W—MÆ\x00 º¾ "
b"©ïvõ„ÆN#´3,{þ¯¿‰ "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"ªAùˆhVMd¥Ú–ç\r Ï«° "
b"ªôX½ÌbNÝ¡½¿\x10\x08 ž;= "
b"«„_áý€Gøé,È¾ŽŒ\x03 "
b"«Ë©É”(D\x04 —µÇ\x13\x07\e $0 "
b"«Ð’7Ú\f M\x16 ‚H/êØÕn¶ "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"Ká³µÙL‚¯¸\x16 ñ\x00 Ö q "
b"¡zÒH▄àN²¼\x7F ü\x1E Ì0▓Z "
b"‹\x04 Õ®nH\x0F l¯E(.\x1A\x13 "
b"°72+îC鿽ª\x19 ÀLë\x0F "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"«\x1F ┤bɲCÛì{<KsÓr█ "
b"®=¿È4\t Nî˜A{4EÐÖm "
b"«\tÄ1█GÏü°ý8%ç+¼ "
b"®u`Îi"Fà«Çv’‚'\v L "
b"®ŽØ™ö{Jd¸\t ~³‰½&\x08 "
b"¯m¾’?åNÓ¤¨½\x07 ‚\x10 öù "
b"¯w:æ!KA!¸$U¦s˨— "
b"¯Ì\x10 ÕûñN˃7•½\x08 .À« "
b"¯þþò\t LK¤˜xZiû\x05 “é "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"░┴\x14 94ìA\x0F éq¥¼xS\x15 Ú "
b"±‘X]WÿAǵ\x10\x06 Z¤ÊFu "
b"▒º\x19\x0F ║ÖCØæâîC╬┬\x03 \n "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"²oÐQ\r WNç°ÉY\x1C ˜ÙÆ\x1D "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"│▓\x03\x06 ─═L8®┘b\x01 f\x1F íØ "
b"│Èïiq²OIØ}¬s:IêX "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"´ø\x14\x06 »}L>‹øÄ\q\x10 އ "
b"´øZ«¡MR˜}¨–\x03 Ùþ "
b"µuè}ý!IP¨k—‹òh©U "
b"µª(_g\x0F B„™€Õ˜¢>÷ "
b"µç¼Z\x11 gGq“r\x19 ú¡wëP "
b"ÂâKø²JOÅèßu[ø\x11 ã▒ "
b"¶œ\x18 ›)±@’¢\x0F *\x11 f¹]\v "
b"¶§À\x05 ‹JDž§ÝÌ\x08 Í\x0F 0\x1C "
b"ÀZQÁ\x07 ^I_ìO1ÓC4i( "
b"·Žð¬ŠÊN{›î™¡SÒ´G "
b"À½Ñ└7■D[▒╚ìfvÙVq "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"¸tÈ+‰\D°œÉN\$§uc "
b"¸¯×'DFø£FúÉlÿ\r ˜ "
b"¸È$¸N4JQª§Q³N£è "
b"¸þnö¦HD)¯îë0;^Œ "
b"¹\x01 S¼lÁNʃôŽpTßÞ\x1F "
b"╣TôñZØH¡À▀°ØÔ=\e\x11 "
b"º=lÆŽÍE€”¤pÃw«§£ "
b"»\f —ŒóëD®¿#î\x14 P\x07 +ø "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"¢·┴Q\x7F ÇHfÅn¨§5W+× "
b"¾\v ßû@tKùµ\x1F Ý\x0F \X‡u "
b"¾W¸X`¨MA§xÈyw\v y„ "
b"¾Z\x03 `!HN|œ/$Fè÷42 "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"¾ÒÐü\v\x01 D\x10 ¥ï]fF\t ü\r "
b"¿uÁ\x11\x03 ØEȵœŸž\t ×q! "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"└+\$æ\x06 AWáüG#E^\e o "
b"└9t\x1F hÅD¬¢▄é\x10 K■ðe "
b"└c┘·\x16 .J\x7F Éâ\x08 ╔ØÐvç "
b"ÀË\x14 ©ø*Dó‹À“£6.\t ð "
b"Àß4Æ6~J¶´ä\x1C k'äRÁ "
b"Á5\x07 ߟ\x17 Iå±o³GþM»\v "
b"Áo8€™#NÂ\x7F ÝøOÐæK "
b"ÂZzhìmIοÕ#Ðï>\x15 I "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"ÂìT(/4O4³Ñ/\\x19 OCæ "
b"┬¶o/ã0KëÂók11¦|É "
b"├0×\x1A 7ôCv©²Å\x0E ½8×\x12 "
b"├0°╝JïJÅÖÑ\x0E\x14\x06 7±ý "
b"├¸¶¥,ÃEÉá(sVsÇÍË "
b"ÄÞŠ\x19 ?9Oöµ$N\x01 »·\x13 ¸ "
b"Äâ\x18 ªãÐId½md¨uîB\x1F "
b"Åà@§\r O"³L®Ü=“ÄA "
b"żR…\x1D ·Fj‡úÎÁ¤¤Ïœ "
b"Åü\t ™öÃKã¾\x06 ¶K¡&è "
b"ã%\x7F ╝├ØL\r ¿M¡7¿P5È "
b"ÆÒÂ&ÜIÂŽÓ"`-g\x10 à "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ã▀\v )ì,KN▓Föö"Ö¡R "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"Ç5„Àº!Ej–é\x1F \r ÁbÒ\x07 "
b"ÇHêvƒfC|²”B\x18 ô"µÆ "
b"Ç]H#W1Aø¯\x05 }Àá\x1F äV "
b"ÃèÈ\x18 qL%ª~öÆìÔ\v ┐ "
b"ÇÑI ÛÿCÈ…²øÈ\x10 Wˆ "
b"Èl<•gÒMT“J‰7ýÒdõ "
b"╚ìõËñ\x1C Aàú38ÙñÝ┌/ "
b"""
╚┘z\x02 «ÏG\n
¿÷\x05\x10 Ø5³\x08
"""
b"Èì.L\x06 .@!½|qfD(sñ "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"╔ ┼ÿ¦oG\x13 Å@ae´?\x0E À "
b"ÉG?\x02 š\x1A Jx´¨›ÍÌá;w "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"ÊðѨ NB\x0E ˜ Fƒ‚øi "
b"Ë\x1E ÞþüÃA¢‡ç¯M3%éu "
b"ËxB„kÀO︆ÓÙ”½9\x19 "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"Ì:l7\x19 ‹FS¸¦ì7\x01 0¶% "
b"╠J¡G¥fL╩àıØ\r >\x04 ├p "
b"̳\x1E ê1BBQ©ü(ÎC¨õ\x0E "
b"╠┘\x06 au░CöÆì┘rDf▓2 "
b"╠┘%Î█%CÒÇ(Z³ì`×+ "
b"═'©ÙºrCìøôñN┌¢ß- "
b"═P\x1E Ur±D}üÖdpwУñ "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"ÍÒîÙã•DŠ“Ò\x1A Å\x18 K–\x08 "
b"═ËuÎUQO¡ì╚ÀÐÄ\x1D '1 "
b"Íò~½b$G‚ª÷8S¦7\x1F "
b"╬Ø?eD#HóæËÛ\x18 f&\x01\x11 "
b"εØÈrüD¼¸Ä…:\x05 #ý\x17 "
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"¤àé\x1E Ý╦NeÁê.Õ]»Wü "
b"¤ç┘õü¿B\x04 æö;_Vl8\x1F "
b"¤£ªÙJÅL\x1A Ñ\x10 xÒ\x14 Ç├à "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"Ð\x11 7…Ø%HÅ»Whb\x00 øQ% "
b"Ð\x1C !\x13\x13 öAh¼ÁÂð‘àx” "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"К1¡v(D^„sn<~ó8Q "
b"ðn\x05 ;DEì╗*\f \x06 Ô6â "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Ò/,2¿ÓLؽ–AlÓ\x01 ZH "
b"Ó\x00 yKo6Ll¯N»„LŽž> "
b"ÓbO5>KE\x1D §\x14 —4.7õ— "
b"ÓŸq…wÔ@V‘×ûÊÚâz· "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"ÔÇ*¢´¢Cp†½²x\x1A š\t\x06 "
b"Õ1›îk9A\x19 ·x¡2¥Sä "
b"ı2¾\x08 ıKE´Ö▓g┐\x10 ┼~Ø "
b"ÕA×P&‰N\x11 ›Å‘ňiÈÙ "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"Õ\x7F ’§»qG¢‰š¡\x03 3éYB "
b"ÕÊÎL°HNA¥MŽV\x07\x00 <Ž "
b"""
Ö\x14 œ\f \n
»@ö¼µGþª\x0E\x1E r
"""
b"Ö\x18 ™*}cJH£ô+Ô|¶\x7F ‘ "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"ÖÑv\x18 ¬®Mºœ±(¬'\x06 ¯\x16 "
b"×Gza›;D©¥‡VfŒ¢\x15 ÷ "
b"×èq]4_Cé¼¶\x07\x1A Á?\t è "
b"Ø8d+ÏÒ@<µ~5¯T£@û "
b"Ø8|å¢ÖIg¬6Ð:Œº†¶ "
b"ØNs܇<C†½\x11\x1E e\\x11 Î "
b"ظ$«Ê€Dp‡íÉÆ[éÚ£ "
b"ÙòEŠ|\x04 KY¾ñÙ\x1F ·Âø\x14 "
b"""
ÚMÊr[ÔFØ£–)ºjä\n
\
"""
b"Ú\x7F ÂíJuNà’ÊU4ŠÉ \x1F "
b"┌ÉaÔ±´LOñhîà«MÍ\x03 "
b"┌ô¶v\x04 ÷Jì░Ø):&\t jÏ "
b"Úœº|;ÍIa”\x1A :#ë,ân "
b"ÚæwQŸ_GÒ«oãà…\x03 `c "
b"Û\r }™d)OÀ¨Mšp˜P=q "
b"Û›ÑA<ïO\x12 µ$¼_™ä¼E "
b"ÛÖ`ô0HH^ª\x18 ñ[§\x0E -ª "
b"▄[c▀ÈAÁú¶ìt¯ÿP0 "
b"▄]\x00 ÎAlM*ïÉÄ\x16 Ú\e m\x1E "
b"܈9#«ÏLú¦°dH \x00 ž» "
b"܉økhaN²†\x01 OU†ý‚ê "
b"Ü• Ÿ=‰@,…\x10 +§×Ru\x12 "
b"▄ò,▀2ÊL\x10 Øê╣Üä1èã "
b"¦<þ╦\x10 ÐC╗ØÜñ¯9nA¾ "
b"Ý·™õ·LL˜«†”ùÒ=\x00 s "
b"¦╚É\x05\x00\x17 A:▒\x7F tRÍ{À\x00 "
b"ÝÝ\x0F X;ëFJ·hÊÕ^¶\r \x01 "
b"ÞÝ‹ÓdÁL+½'ÐæSJœ "
b"Þî$>~\x1C Gª„ÚŠ‘‹kSÈ "
b"ß\x05 %\x19 }\x7F D\x1C ¹üØ·\x14 ³ŸU "
b"▀È\x01\x1F ¥=N2ìeùcmÑ╗ô "
b"àWÃ0\x1E ÿAË€ôÇU\x04 ìó\x0E "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"àÄÄì¸ýOz¸°“\x13 Â\e ôD "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"ßFæL╠\x04 HÙítK<ÉZ\x10 Î "
b"áË9G\x1D\x14 E¼’¼ôºi\x12 L÷ "
b"âL‰Á°ö@…‘×\x04\t xHÈw "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"âéÄ;Á“B·¿íç\x13 Ù!ø "
b"ÒOèù¹0Dì▒\x10 t\r M─[\t "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"äŽïí\x14 ¶D©€jZ¼ü×>\x7F "
b"õ¥:\x02 çDvüÇ\x0F ╝X²+¡ "
b"äó\x16 ñj'H6§[ÿ ÌT»Ç "
b"äù§„kŠKЉèkã®…JÄ "
b"åÅm\r ôMç¯ëÚB\e EJÛ "
b"ç0\x07 H\x1F Š@ö‹ºð)=Ô€7 "
b"ès˜q|Ä@J‘Ýr¡Ê\e êK "
b"""
Þ╚├²æ\x05 B\e üÑܳ\n
Ò\x10 Ü
"""
b"èßÇÙËËGh–\v©-˜ÒÙ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"êPw\x08 b\v GKŠÁ”_ñ¿ÔÞ "
b"ëcOXÉ.Gº‰wž·³\e Ê1 "
b"ì\x07 g_#|Koˆ7_fŸ@Ä\x16 "
b"ì\r È\x1D\e\x01 JŽ·1š¤\x18\e úE "
b"ìH4GV¶Mȉ\ óœÉ¯Ñ "
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b"ì`ÿ©¬\x17 H=¹Yf\f 7‚•Æ "
b"ìs”Æ~ÒIÚ°oœÄLš+\t "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"ýÉ×ålÈC└Üa¼T7¦\x19 Ü "
b"ì¶/À4\x7F DV¨¾T³ÅG¬\t "
b"í)+Ù\x13 •M¨”@Š*O\e ¢b "
b"íGÌ.éÇEU™\x10 wu¹\x18 [q "
b"í‘÷7kÕJæŸÍˆ[ôÓ+! "
b"Ý£Vе▓Gå×?\x15 GüX±g "
b"=Œ„H\v –\x05 &¤N›f "
b"ïZP¿±õL»£>Ø2p\x17 œþ "
b"ïojÞ…wE^ºsáš6}ȵ "
b"´ÇÕRÖ╣M0Ø<<╚\x10\f Q? "
b"ïàn4µ’K¦ª\ë6þ\x07 ßñ "
b"ð(¨fh\f L\x05 „ƒ\x17 ÑÁç|ì "
b"ðwãÌš2Gt«¶ÍQö§‹î "
b"ñ\x03 ÑgïûF¾¥ÿþC{jñ "
b"±L┼Q´\x04 LjÉ¿\x04 S█.Jõ "
b"ñdEš(Ý@̯5MàJ\x18 ET "
b"òn×*x"N\x03 ž<€;\x0F ×d\x00 "
b"‗ÁByUFIýƒ«üT¸Öþ▒ "
b"òߥõ•îDRˆºª[îUi½ "
b"¾\x08 ÊZÀ-@\x1A Éf\x1F Iq5sn "
b"ó)•†ÚƒC?¡\x00 ñ\x06 &q=ù "
b"¾A\x15 T╚ØFrü7ð┼¿oxx "
b"ólÏ\x1D ìÒHy²÷Óq«2cß "
b"¶t¥Ìª-JS╣cÖüW\x00 _¾ "
b"ô~\¹)þKÞº\x06\x06 D€\x0F ÷ž "
b"ôÆF£JpG¾ŸV~ó~\x00 qÅ "
b"õz·Z\A\x1E ŽâIM\x12 Ñÿ "
b"÷'S4¢:K[†\x03 ;m\x17 ëñŸ "
b"÷³^L\t ÄHÿ¦\x18 “®¨\x05\x0E "
b"ø\x08 îj³åC΂7h¹$¦\t K "
b"ø\x7F t&D>H,†‘m\x1D cè€V "
b"°à ÛÁéNYöûLöìu1H "
b"øòêÓ\v ßIÔ’Œº›çB': "
b"ù\x02\x17 û˜ÖJ†—DäàšÀ[À "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"ù‰ÞÎØKO(“&ÅTŸc²6 "
b"úqÁ\x18 ùKÔ„ö³£1cÑ8 "
b"·╣rÏüyGnî╚¼gC\x08 ┴M "
b"û W[ÔTI£Šãxå¿\x08 úÆ "
b"û'F&\x15 ¶D\x01 ³k:àÄpž¿ "
b"û)žvüâCª‹õJ^b…¦U "
b"""
ûF€DpeJ…–Ä\x7F \n
,@\x17 ›
"""
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b"ûôˆ…¯EAQ°^ñ:ñ¥›~ "
b"ü\x00 Y\x15 ŽˆI¹÷uÊao "
b"³*õ"F+C`øl³ì┌█´K "
b"ü2ò2ÓçF0Ÿ´›üh2a¯ "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"ü‰ùuÈîN¬¹˜4+9\x10 qÝ "
b"üñ?\v íÌJË¡ûÔIWbVÜ "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"²0*\x1D\x17\x03 Hêå&é òÄ┼Ø "
b"ý>¢zžšL̆æW명Žs "
b"ýXØ…T¢Lü¬Eª«ŽÛ‰D "
b"ÿGWP\x10 ‡MÖ°Ò"Þ™*UÛ "
b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s "
]
SELECT
`product_price` . `id` as `product_price.id` ,
`product_price` . `version_id` as `product_price.versionId` ,
`product_price` . `product_id` as `product_price.productId` ,
`product_price` . `product_version_id` as `product_price.productVersionId` ,
`product_price` . `rule_id` as `product_price.ruleId` ,
`product_price` . `price` as `product_price.price` ,
`product_price` . `quantity_start` as `product_price.quantityStart` ,
`product_price` . `quantity_end` as `product_price.quantityEnd` ,
`product_price` . `custom_fields` as `product_price.customFields` ,
`product_price` . `created_at` as `product_price.createdAt` ,
`product_price` . `updated_at` as `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x0198CC5CF09773C08EC0D20DD4FCD9E7 , 0x0198CC5D41E271B2AB26CC0E57125D65 , 0x0198CC5D6D137308A5FA90FA35F776FF , 0x0198CC5DAF3D72D6B8EC1FF2BBC3DAEE , 0x0198CC5DCE75731C8A726B96EF07B9D8 , 0x0198CC5DEDBF736F8498C014BA391DD4 , 0x0198CC5E7148714CB32E7D48E67995D4 , 0x0198CC5E901B70A98A5FBD92548AC6B2 , 0x0198CC5EAB7E72B189A183835BA75AF3 , 0x0198CC5ED61B737ABF98DF2318E02C36 , 0x0198CC5F36BF73DBBE059457768F9D58 , 0x0198CC5F751570ACA961DDD58919AD4C , 0x0198CC5F90AD7111B283E66216D0F253 , 0x0198CC674F767345B4F60E77D83B00A9 , 0x0198CC67C0E372E6817DDB7817EC1040 , 0x0198CC682E0972F5B7EEDD4DB2E44E22 , 0x0198CC689B6B7352A33C4F306F5E2FC4 , 0x0198CC696DF771CABAC7B15688F73699 , 0x0198CC69946672DCB6E341697E01BF4A , 0x0198CC6A090670389229A7ADB2BC049B , 0x0198CC6A3014725288DA9519CFFCBDF9 , 0x0198CC6AA8EA71C0BD19FEA37A402D21 , 0x0198CC6B2D71713DB3C35EB594764799 , 0x0198CC6BF4D670659E057433FCE2D1DF , 0x0198CC6C3336728EB05C231C55137F29 , 0x0198CC6C6E4172D794CA283B0EC4B3CF , 0x0198CC6C99B8730DAECE44FF63223DBE , 0x0198CC6CC112708EA797F26E87BD3E2C , 0x0198CC6CF31A734690BEBA24D9749CF3 , 0x0198CC6D21B27332AB9E350C390D58E7 , 0x0198CC6D3CFD71A5BD9C29C11BE32A0A , 0x0198CC6D73717255BE318AC447FFE284 , 0x0198CC6D9A7C73AA85907F7B03CD0921 , 0x0198CC6DC6957282846B4B0906BEE844 , 0x0198CC70ED8671CFB0150A9F19EBA190 , 0x019A08A9652D43DEA42BDB47FA151EBA , 0x0217734EA93E4162ACFF209D83B739FB , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x046A73EDCF054114A12A7D5993B944A1 , 0x04823061D8204B58B3D7C01F41E7D802 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0x0671B2874843435E80A5DD9A695D422C , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x08D7BB3BA90241B8B594F021C9D57984 , 0x094062D5A06B4F258C793771A85E6D0E , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x0C54BC7BEB2E476CA132A401F01A6D38 , 0x0E1DB1394451456AB9D549E752CAEABC , 0x0E9A3FBFF7044F44BDCD0F8044616838 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0x0F01A3413914486D85103982B814090C , 0x0F2BC509943F425F88602389A7ECEB65 , 0x0FB17958D9654B9C9B30535001C901F9 , 0x0FCD4135A9E846B49CF849BE143569BA , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x103EDA8DC91C4E488343D49116CD82C9 , 0x11115A768A1A4896A53D74299D4AB281 , 0x11EEE5926FF645DBA7F49F4C394E51D4 , 0x123C73C3AC77401D98BEC14C58F356A2 , 0x13136A881ABD4475BF7565B7D212080C , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x13385B1B57CC4054ACDCCDF8FAD588BE , 0x1352D672D9E04B89B0B9873F7E2FF9A1 , 0x1358220D13D241608290AE0D114B5B5A , 0x142D001969D846CBBDF7D7D6BC0FF1E9 , 0x1431A16E809D4C4DA962D86C9B8D7FE3 , 0x14CE356C0DB543F499C0709591162FB9 , 0x15AB8FA97C774624932636EEE2390DD4 , 0x15E00533A5F84A22B3558A03A0745E32 , 0x1611424E40B24266ABE3613A12A7E306 , 0x169EBAE0493B405E8E0A77198A438E61 , 0x16CEE3CCD79B42A59DC5DE8D4C242F35 , 0x1714866A7CAD4FB98310DCF025A685D0 , 0x17540E8755D7452DB3D1E51D3F2864BD , 0x1778AB2716BD45B29F775BD00B0C30AC , 0x185B9B5D73664C4FA583CB23F84A159E , 0x189D81E129574C5E831AE08AFCA278DE , 0x19B16284B4254A62801915F48B57367A , 0x1A97EFB5769A4AFC80DEE626476BFB3E , 0x1AB6A299109948DBA1D3D50C71840D45 , 0x1BA2EF1EBFDD4325A78A0D17AC9449B9 , 0x1BBF818F2AAF434FBBA4C88A80C30013 , 0x1C3060D8552F48F78E6F4A44BE26602C , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0x1CE9046A05BC4CCBB80A62D403323681 , 0x1D5C64C874BF4DC69F3FEBD04FAF3364 , 0x1E3FE1448C9542BEA4BBA22554F75E0E , 0x1E8D8900F0CA42F8A7272611281E60F9 , 0x1EA1DF93398741B19551B8656DC6C74C , 0x1F079C55774749418594C72ABECCD336 , 0x1F177EBEA7A74A3589E30EED1A97752D , 0x1F5B4C511C8F44FF8165AEEB43533943 , 0x1F97FA2E53334DD7A7DDA6BC39E46B9E , 0x1FED0CAB3FAA4B8695F59173E08BE362 , 0x1FFA59E417C44ABD8C403B421CD27872 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x209C40B7B0E7417B8605840FFC63FCC6 , 0x20B340B20B9940E9BA395EDF32A2305E , 0x21A6D9F7C4DA4CE2AA5182DAA140479D , 0x2222DA2443D64BFBB0B5FD68BB9AAD53 , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0x2314D7E634584B51B90C8255FE582DB3 , 0x232E99C9BBFF4E84B0298AC38F8E99AA , 0x2333DADD776E46DBAE0D879CA99F7ED4 , 0x23679A8704C0436BB1B0FA5AAC717163 , 0x23804EE3290448AAABD125CB63CD9FEC , 0x240D06FAF95E47BBA7FDA53CA0E394FE , 0x25185DA2034A4B4D945A6B8511FF1C02 , 0x25CFD871B70546579654582382E68C0F , 0x25DC72F7E5484C5BB24C272CF470536C , 0x2666AE8E573045C5844E0FF2F01B09A6 , 0x268FC412578B406F8945566B61785612 , 0x26BDA2EF57574767AEF29DFDA24A05BB , 0x26D23B395798403C97C47D0E72C8E94A , 0x271E00996E0D46E2B60CAB0CC352F774 , 0x2722E11330BE4AEDB3D7C10DE31C0B84 , 0x273B0F09E8204E35B91078C37C6D9D87 , 0x275294068F554ED984BFBBEEA86C7DD0 , 0x277C1CA3AC12482AB7E9FECD573040B6 , 0x2797F31D3CCF405FAF9D18587B2C2DCA , 0x27B0E1194D194D10897DF67A6E0300AE , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x27CC92A4506042AA83FAC90390F228B4 , 0x28D08E37D3F3444291184B5196E5A82C , 0x29968B24BD074462B00E75A9EE92F787 , 0x2A04967D1CBF4B3A9F5B5883B4E7E7C2 , 0x2A41EC16EB304AF5B52103615066FE91 , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x2BB38224E14E40AD9A1FBE12C7969E0E , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0x2C680F0FD9A849738AF24A17FB860911 , 0x2CC2D393B6BD47BFB57D72A52983F662 , 0x2D862D31EDDE44C9867817A333B64A18 , 0x2D8755344D0F435C829956E143465FCD , 0x2DD49DBAA57346909B2C79834ADF3A7C , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0x2EC3A10886154BC4A98888EF5DE27C01 , 0x2EC5267D10F848CC9B01C64E6576894A , 0x2EFAE3ACB5214167A91D5964473B6B7B , 0x2F89AB8D977A434F8A0192DCA0BC5542 , 0x2FC7F6BAF63E4FC28659C259098A1C9A , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0x2FE5E5214E9B418CA1495AF1A0AFBA6F , 0x30517DBFB2B54D7395D6A70FF90E7E8D , 0x30B629DFFBAE4B4494951C2971D83B13 , 0x30CD49853F0C4D3B9FDADD3D4B3661EB , 0x30FE6DA74E644FCA9DAFDCEC94FEF63D , 0x31005DD2B74A410A9B0586EFCBA4B6BB , 0x3149EFF74DE640B985925942CEA011B5 , 0x31E9E52F998E4AE0BAB992EF13B76C2D , 0x31F37D3F00634AEC96D5E3697DC86BD8 , 0x32680CCF8D434A4CBB1450CD988FE4B4 , 0x32AFC441745D4F7E92B5157E1AE930B2 , 0x32B9534F777F4D78AA54E6FCBE704792 , 0x331888DF6B9447CF803F6BCA8A111B63 , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x3410B846409243BA8F817BE282CB5A55 , 0x34322AD0217B4362A1CFA0E6C6172B99 , 0x34327BE5DBB44895945339588A43B466 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0x3496E7F621B340C68A41787B44404A37 , 0x349A6D7631A84C81AEBBB7D810818529 , 0x351CB294D86B4494847195CE10EFE66D , 0x363733C7EA8F4F998B5780D9360E98F6 , 0x36745AF7B97240989F7BAAC0FB9BA9E0 , 0x36E13A12939F4BB98FB0AFCDD33A7203 , 0x378A5BE7022A4E57B2C88411C7ABB3DF , 0x3843575D9B3C42BEA013318775F278DB , 0x387D3840D338476A83D5C4F2DDE4B35B , 0x388033CD3AEB4F7CBCB48A3BAD57BC43 , 0x3960CAFA071045B6BBE38DC2F57ADE85 , 0x39FF5A00C62943519F2609B434F71777 , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x3B39A660AD3040FB80E91C57D5E453B0 , 0x3BCF5590121F4E67BC81BCE9A695DCAF , 0x3C2377BA6E294458BD1CAFD08CFC2D56 , 0x3C413AD45EFE49F68052057D4BC92C7B , 0x3DAC7D9E55BB468CBBC72AB008443CBF , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x3DDDA00CC5284C32BAAB378964051ADD , 0x3DF51872CBDC48AF886DBE2DA5DB7074 , 0x3EF49CDACEAD45F99AAC44D4013403A3 , 0x3F119CF570E0450BA9693A1753324D21 , 0x3FCD66FB31B243D496912A25489F0376 , 0x4050B387C2B245118FBD742F3A60CF12 , 0x4054B855538D431A97692C6E8145496C , 0x40572F249F21423880935F04BBF3D29F , 0x406B6821EB634F1C8D8917A016D97019 , 0x40862F57BDF243829637882FB0D586B3 , 0x40FFE83373E34D6FA88AA9B47E989539 , 0x41079C7422554AB084069F6BAE338B9C , 0x416128A4F8774B4AA8ED9A351A18DE30 , 0x41621EEFE91C41EF81CE2C209D85A388 , 0x41D688063DE241EFB6711CB85FACA868 , 0x42557CD0550B42E387FC2CC53B9EFC2E , 0x4295CE766A2F410E86031D7AD3C00FC8 , 0x42E358B9792040F09DD3C26F9A8BB19F , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x436A5B71A1D24AD2827D0B4831032082 , 0x439A16F4359440DB9C08B9807EB33D2D , 0x439A77A8893E431085804085662C10A6 , 0x43C2A96C8E304CB5A59C8D410ED696A4 , 0x4459B94BD6BF407A967F90D12F091C2B , 0x44899DA35DED444AACA68B0AEA3BDE6F , 0x44BEE7C8BF264F12905CE8F20941524A , 0x4565E2509797459CA8F79FED8B816D5F , 0x457441DF0697420AACD2A8822CC9787C , 0x4595DD600B804CB086640BE835EE6351 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x4638B379EA2446F9A8E280020C65E763 , 0x470E894ED6CE4D7387A3E5B6F6CB9308 , 0x4772ED5F211C46E3B858336A692FBCCE , 0x4791E56D7CB74E039F451E39E4313A15 , 0x47B92494B56E477D9F6F8B33E553FFB4 , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x484E0C21B86B4F4B8052439585B7D6CC , 0x48623F74242E4556835BE8FB7EA8E971 , 0x48E14782268F4DE0887536C64E984595 , 0x49917CBB019C408FAE9594DCB7FF43DC , 0x49E3D5AA20E64603BBA02E3D3B264C96 , 0x4A2416C59E1349F98CE1F2974691F1A2 , 0x4A2FB993D2114B938DA5515C4620DBAF , 0x4A405A49EB5F46F78AF46F96AE0F3B8F , 0x4AA1D3295D2945CAA5CDCB4118996401 , 0x4AB731A1BE664130BFA5BEF7B4057A73 , 0x4AC3AE2C78BB4911877B1E75AF22CFA0 , 0x4AF5313C097844CABC8CADE116493D04 , 0x4B32977F21BC4737A8E5A594CD91F0FB , 0x4D319B5273E04263B4F7261231B6EBE5 , 0x4D52A5E573BA4B46A8BF7ACA1743DA76 , 0x4E45326E80244B48A83D81A7A7DB1012 , 0x4E4D45F20929421D8BC1133D32FC6B90 , 0x4EFF0540DBB748D3B39B989D37828734 , 0x4F60ADA1C2A24BF1A5D61CF22B816BD0 , 0x4FBF7D7C8D13488E947D1E92B1BEA87C , 0x4FC4531EDC004192A44E91C34437ED72 , 0x50460B56D7B7463C828F3AB4D045D751 , 0x504D7A029E8043E5935DD10339E998E9 , 0x5089A2E869DC40B2A169DE524C949A27 , 0x5157ABD73EAA45FF9C2ABD5FE7080460 , 0x51B303C46242476F81FD06C0083E818D , 0x52441A8E191748EE96D0492C2FD7FD51 , 0x526A2E9EF8174E219B0095559127DF2B , 0x5273F25E874942CB82DFADD5B054A179 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0x52B7B31A3BEF417EB75AF8B85BEC7F33 , 0x52D96CE20C3E471984A51A891F6B817D , 0x531F2BB32991464EA5479343F2D9E577 , 0x53A6C2B0F4C140239F087B3BE99D6214 , 0x53CCD56205554B5390A1C332A6066A4C , 0x53E175FA529B4AD6B6E2F5B9D70B93D7 , 0x5404693C697D485485DE7DE7E1EF2C01 , 0x5422F85ED4414F27A8874D9FE97FAB22 , 0x546DFE08A7504E63BE3BDDFF8E4C3278 , 0x5476533DB64B42C0826CB28C8E68FCA3 , 0x547DD6C7C4804374A8EA09705D2D6D29 , 0x54E1BE9835FC43FAA84544BB68FB5942 , 0x55C375DB204D4B8DA285D1A44852DCFC , 0x55C94ACC7DE74AEBA67EF1AA0CD4131C , 0x55DB626078624359BA213FB9B1349AF2 , 0x56C8CE10ADEB4F28AF64DCFF620846A9 , 0x574372388CEE4F2781F6C8ED30644D1A , 0x5870801535E54876A6A694C03B2C643B , 0x58D62AADEC394F14A56CD89542929CE3 , 0x595385791FCD4762BF22509A343CE5DB , 0x59E8817C65644BFD8AEAD167CC0D4998 , 0x5A726A2D9CE249F28851F14FE925A0D4 , 0x5A88DAB8596D436D889E560C822F6E26 , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x5B41FEBFBE574CEFBAD4E5CF574F9968 , 0x5B492EEE32624E18A10AE00710171A51 , 0x5BB4FA7EAB2A4C949A02086B8106E8E7 , 0x5C33AECB111B4514BFC1EA972CEF897D , 0x5CE5E9FBF3294602B1219454A79DADF5 , 0x5CE78F3E525641B2B2490526E0794290 , 0x5D2136F07ECF4C5F911AB9E4ADEB2C94 , 0x5D22A0BEC8634139BBE89A12FE66B022 , 0x5D22D59CE064476A89112CBF924157B7 , 0x5E46FB396CA74260948FFF4226B8309E , 0x5EA249FE86FB49289174C70CA229CB56 , 0x5ED5A77D39844B4783C6F4FA50B7D0F9 , 0x5F0A78D873A6453EB91F911136D47E3C , 0x5FB347F6832C4AEA85DD26FB2819F3B9 , 0x5FBE54D1A8704A95B6C5BE3C3D64A27A , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x609BA8D52A144632AE911C986394FE6B , 0x60E83051BDE745B8803DA6F26B1CB437 , 0x6293EF20CAE84C7E90CCE54B64C43A27 , 0x62A0478D6EC649508428CE4575AAA586 , 0x62B5131476704746ABF212A188F25C13 , 0x62DCD7185BA04B12803DC317F4327444 , 0x62E31E0187CE4A7582577790E2481B2E , 0x63524FBF43174F53B4AA1C7D60B2661E , 0x63D0253E4C0448EC8B909FEC5817C0BC , 0x63E71FA4D7104410BF3D2AAB96993885 , 0x64234AC24DD0480491F83700FE837DDB , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x65139590DC384732A2C0A4330E2E1586 , 0x656E774BA7B143C59A5097CEBDDCB0A7 , 0x656EFEF3430D45B1A3F22DC32DAF30A5 , 0x664A035BE66041B58973C7E849CB5CC0 , 0x675B83FFABC64F3D8FAF117CC3A7BB45 , 0x676C00D88A754706AAD1214DB4C6AC0B , 0x679BA459F4DA44CA8EA212ABBFCB17B2 , 0x682A3DE9A2534E51A494650F0D1B189F , 0x68CA30F69F734903AF9EE8C2E90AB4E1 , 0x69AA107B8C8B4B9F83F6EC058EB8A0B6 , 0x69FA34DD2AF5429ABB86901EE7221702 , 0x6A074B59DD38478F88F38593A989D76A , 0x6A6D19C5989246FFBE25DB0BFDF1DBA4 , 0x6BB759D26AC245F58AEAAD794B0007FC , 0x6C72832AD69F468EA5A04C8F470A897E , 0x6CBF0A463C6145E29EBF658FDBC8A25A , 0x6D2F3A4BC5CC4D42B1991533A98C93C0 , 0x6D759189C4A14728927A26B23ACF20F9 , 0x6D7C8D2BD92E4640B2571ACF8CF7F8F9 , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x6D946CAEE54A4C6BA588E29AE9C4ADCB , 0x6D9714C4DAF14E40B209C42BB455C6A5 , 0x6DBD105E5C9241128BEE5DCE90FAE36F , 0x6DD6FB4296E04D6DA72E3EB70F644C98 , 0x6E0E3216B15343F295C69F1F0B37DFC9 , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x6F81D53B655345829F930CB10C5449E6 , 0x6F9351D6654E416FB08D24FDBE1CAC03 , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x711AEB58C0EB4037BADD7BF4454538CF , 0x71949C6E2EA14198B17EC1D600F6FBFF , 0x71B2F652EB364664A42B8FBD851DBF7C , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0x72947C0213214597B5339601402088FF , 0x72D8792AAF334011BC0C39A1E6AFF47F , 0x72DBC5365A014FEC883B5E2F977EDBF3 , 0x72FE7C5125414792B1C52F53F90699C8 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0x73E3A993D78C45BCAC56957694E3DC61 , 0x73FB23B48CF54AAEABE2E831BE5373D8 , 0x74024962C39346F4AA1D015DCA8026B8 , 0x7462E5479AB14432AFD61D42B71D6AEB , 0x747C60779F4D4DA5B94D9A1491009880 , 0x74D81FCAE8C9455D939F99854AD1B37A , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x7587B8731FAC40A9BC731AE9167A44CA , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x760E3448DCBC45CB896720AE9DFC2A2D , 0x763D792A5DCB414FADA4732CF4706EE1 , 0x78D558EB2FA6428EBC6837547F2CECB3 , 0x79632A2EEDC249F7AADC9F0A3A5A4180 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x7A115676360849F0813E298223877E8F , 0x7A8A9478414846B1987EDBDF4B11C1EC , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x7B56DE47AD93488E9052B5509AD282D7 , 0x7B5B8413E4AF440780D41A419A972862 , 0x7BB03EF2ACE546C393C388F94430C9C2 , 0x7C431847B2AC46A7A123C7CB431ECD93 , 0x7C670E5CDB994EF68633C869D787DF0A , 0x7C6F17798A754C749F038BB588490847 , 0x7CD50EE1670C4EAE902C5BC838E1ECBA , 0x7D0912FCABB54CB780653B416C44CAEC , 0x7DA386DF3BC34C33A1C21DFF2985F647 , 0x7DF70695707044559057EA36A1E018A5 , 0x7E36E27D07E845B4B3E436352524E25D , 0x7F0071914A1B4DE8B18AE3AA7C2A7880 , 0x7F575898CCA44B77846D351643C356EC , 0x7F7401D272EA4EF7B5F5C747C69958D6 , 0x7FEE8B25719F4CF9B28D5C7E4FE14C81 , 0x804D263D5F2D4EC0B2D5CE795E3EC534 , 0x8050CDDF7AD24DF68FB01D40A02CA55D , 0x806C9DD1D06F49F1B144EA80165E960D , 0x806FD3BA99DE44ABA2E44DA12B6AA73B , 0x8077735EBF234AAF88FEE44A911D2B72 , 0x80DFAB55380844C4A9BB1149A9DCE446 , 0x81081A5A7D8D4092BFA3DD0C76ED717D , 0x817655206B99448CBD68B3302A622981 , 0x82059CFF6192466CB463468863F2EB82 , 0x8213B54EB6BE405CBE81367C216404D7 , 0x82794EC8142C4BB3AA06990BEA889CB7 , 0x83085583D2C74C21AABF44F458AF75AB , 0x83518446F56143DF95DBCFD55271A173 , 0x837B7ECEA3984613A22202C243995184 , 0x8386C89CADA2400E9D3058C3E6C9C049 , 0x83DF3FE2FABD41A983058AD1B9AEDBF4 , 0x845C2851698245D988F548DD8AF3898A , 0x849745F0B705433A8B1568DB624872AC , 0x853793D702254320932E0A825C0E65C9 , 0x856532E1390F469186D69108DBADAAD0 , 0x8566380E2610463A8DCDB05B25141AE5 , 0x8569886D54D848FFB319A42BB2B84624 , 0x856BFB7659BA448DAE9A5DA237B9C408 , 0x861AFD019F3E4F919DA205741F9195C7 , 0x86AF7236F6CC4F90BD1635F05F17354F , 0x87309ABC6EB8424B90560A9B9A9CD054 , 0x8785560BC9694947A6B451890E261A6F , 0x87C6574BC8B44C33A696F1917C5F0834 , 0x889C3F1529E94CDF946D121C03E33E63 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0x88D51DA12B29458E9C469E77C1CC4BE6 , 0x8926FCABCC714336B89B9F541FB22F3D , 0x89C7C39B12EF4800AF0649B3A826A1C2 , 0x8A0834417C324B28A7F87FC3D2502016 , 0x8A734A5DC2154FD2A1EF53FB7E6B7AD6 , 0x8AF094991B8246DBAC56D95E73BB7798 , 0x8BD51843F8DA4CB28F699C81745710DF , 0x8BEA4EA004D8402DAB1812F89A097FB9 , 0x8BF4C5103F9F4955B349CBA2064169BE , 0x8BF846D629484CC68A95D8C83831BAB8 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x8C2CA16E96074B43AC2494E997313E08 , 0x8CD1FFADEA924F1C8EE1B39ABB8430D3 , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0x8D58B94168F74D86849C1E4F3C43AEB2 , 0x8D8AC9480DD8417FB67735B100B9B615 , 0x8D9787C3834745A8A7F03525DE9A9A84 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x8E42F0FA0012424FBE3C2E96228BB064 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x8EBF1E333E104C24A16C8B825566FC2C , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x8EF32C52394A4739BAFDFF844C3DE15F , 0x8F079CBE6E884C10A87A21295AB7A13B , 0x8F1C43AAEC4648C4AAE1044AFADEA236 , 0x8F357A9D134E46D29E293AD00287B051 , 0x8F86F46AAB394C2DB6D7222AF462170C , 0x903B64B4A695470AA3CAEF90E59B061A , 0x904066013A1048299ECA7A3AA4BADC8F , 0x90746C98BC364BC4AC071000CBA52AF7 , 0x90D2D49D95E244CA963853B5C550A967 , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0x917368BBD8F241F3A17F34150DAF3F61 , 0x91D374C99BC34AE7BEAE6A9E506318D1 , 0x91F592C5B88C4592A9BFCF8B2F59449A , 0x9221DB64CBC54FF0BE53254824AACE1B , 0x92373671684D4C6599E470B45139DCF0 , 0x9243366D8F8C46F38F9625D54AA65880 , 0x92D7F2DDEA3A4703899D75F43CD17F05 , 0x92F3492007F04098897664229A148733 , 0x93E012735E1F423F9C55286DC1F61059 , 0x93F3801F41C64DACB107541A2C0D0561 , 0x93FA3FBA27E84C909866FDC267717208 , 0x944E3B9213DB4ADB8F7F21FB5B50BBCA , 0x94A2B191EA5343E09CEECD0B5BF5442F , 0x94F7496D2BB149D49C6C3209B422E208 , 0x95011EDAD50A4BFE904E2FF01BE1AB11 , 0x955403CBEEEE4DE2996D2DB415FED663 , 0x95671ACAB1A74AD1B78D7F7918303CA6 , 0x95788781C1894E5EBEC7D316A90E728E , 0x95D08747F0ED44BDAB07EB9D842F47A6 , 0x976294F11BAD4985ADB89F899918BDD4 , 0x979A192BF30446F49F4C4B638B3417F9 , 0x97CC482CF3FF4C4CBD5618CA026AD75E , 0x97FB9A76859447C39E8C068A14D75DF0 , 0x97FE1C5C07184FAA83FF24A3024E088C , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x9863ED19BFDB4A839683AF93B164645C , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x98ABBB4CF2134A918F666DA5A2E96FE4 , 0x99E2A8F60EE34D018A41F276B2C440A0 , 0x9A08A471D1554E4D98AF5AABC1A39495 , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0x9AA342D79FC246E7BF3FB88DD627458B , 0x9ACB704D49BE44E786A8C70E01BAFACE , 0x9B18E0F363E14A11AF3DB532EC513FA5 , 0x9B84FACBB65541E8941524CD31B9600E , 0x9B8D82ACF40E42BF8A28012BE3053B04 , 0x9BBA97D60F4C447FA1452EB6E1DA9A76 , 0x9C7D98D6ECA043D1944FDCEB07CF84DE , 0x9C84B446F04C4CDAA2EB6ADEC397A751 , 0x9CB7F32A8AE54DB9BAEE55861D5DE426 , 0x9D2AC89A5E1A4315BAC0412C2490DA0D , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0x9D70CD3F428B47988444067BEF2FEB14 , 0x9D8094E327FE44A6844669EADE9F4575 , 0x9D86050731FA43209D2F20209835E424 , 0x9DA1BE09888447A48EEF384588DD1702 , 0x9DC8B1CEF16E48B1B369C66F3F079F0B , 0x9E4D8BA0BC854C0F83401A6F1C653E82 , 0x9EAACAA0A47942198AFE1BB4B4771535 , 0x9F397E09862F4A7DBC50B1DFE340223C , 0x9FA306C764344CF2A08BF02D94840004 , 0x9FB345E9109145D5BF6FECC71FB12180 , 0x9FE592F5BE094521ADD73DBCFD5EE2C9 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0xA0825B70E375434096B4D350EE1B5769 , 0xA0B61197183240D899DACCB9ABD6CDB7 , 0xA0EA93CAED694B4E996C471C18CA245D , 0xA0ED344850EF4DC7B4610BEA85A50182 , 0xA16D92237AB9441AAB63138B567888AD , 0xA19ADF095E6B46F4A800D0C68F5A3C44 , 0xA1E5B3979CCF44AA869A4B0F4B7BF7C8 , 0xA2BD922CFC12487BB8D6F9A1D358DCDF , 0xA2C5E8D8D0A54ABB8C3475FB1F2F1C6B , 0xA2F5212A07584F9A82CAA54ED0A38AD5 , 0xA3B1881AD77A4C3BBE650A69601DF9FC , 0xA44E1F3AE89340B0B535365FCB8179BE , 0xA49E2C96D51E452A9C826326D0E7A35B , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xA4BED51C41434299817A48ACC8861251 , 0xA51DA365CA21496191A003F88438A996 , 0xA5F9BFAB0D5A40F888C15C0DA47B8242 , 0xA618705A9182432C94246E00CFEDE090 , 0xA659B6C559794E6FAC54216774BE99D2 , 0xA6B68354D89B4A9EB857E0B3213F6CE7 , 0xA6BDD777717742CBB24910F2445E005B , 0xA70B0A7B8D3442579A8FA4C3C374D233 , 0xA82938812529460196AAEA9C4040DBD2 , 0xA83FD9A654A9477FA8BA1F5E19CB7828 , 0xA8D9240F81174806B69FDC3F5035DF2E , 0xA8ED34BD1387452A8E8C836D9241E570 , 0xA90319796686407B9795490FBC7029FE , 0xA907FFEEAFDE4011A7D7A850EA4A4586 , 0xA9CAE2E475AA42228AE8682A8DDE0D53 , 0xA9EC3AB2A5424889A957974DC600BABE , 0xA9EF76F584C64E23B4332C7BFEAFBF89 , 0xAA0633837D8044D2968E25CF48B70685 , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xAA41F98868564D64A5DA96E70DCFABB0 , 0xAAF458BDCC624EDDA1BDBF10089E3B3D , 0xAB845FE1FD8047F8ADE92CC8BE8E8C03 , 0xABCBA9C99428440497B5C713071B2430 , 0xABD09237DA0C4D1682482FEAD8D56EB6 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0xAD4BE1B3B5D94C82AFB816F100D6A071 , 0xAD7AE348DC854EFDAC7F811EDE30B25A , 0xAD8B04D5AE6E480FA06CAF45282E1A13 , 0xADB037322BEE43E9BFBDAA19C04CEB0F , 0xADB42016585941A3982EFE96F98DC6E9 , 0xAE1FB46290FD43EA8D7B3C4B73E072DB , 0xAE3DBFC834094EEE98417B3445D0D66D , 0xAE5C748E31DB47D881F8EC3825872BAC , 0xAE7560CE692246E0ABC7769282270B4C , 0xAE8ED899F67B4A64B8097EB389BD2608 , 0xAF6DBE923FE54ED3A4A8BD078210F6F9 , 0xAF773AE6214B4121B82455A673CBA897 , 0xAFCC10D5FBF14ECB833795BD082EC0AB , 0xAFFEFEF2094C4BA498785A69FB0593E9 , 0xB068C8733E6D4375B4D47487242D4AD1 , 0xB0C11439348D410F8271BEAC785315E9 , 0xB191585D57FF41C7B510065AA4CA4675 , 0xB1A7190FBA99439D91838C43CEC2030A , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xB26FD0510D574EE7B0C9591C98D9C61D , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xB3B20306C4CD4C38A9D96201661FA19D , 0xB3D48B6971FD4F499D7DAA733A498858 , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xB4F81406BB7D4C3E8BF8C45C71108E87 , 0xB4F8AD5AABA14D52987DA89603D9ADFE , 0xB575E87DFD214950A86B978BF268A955 , 0xB5AA285F670F42849980D598ADA23EF7 , 0xB5E7BC5A11674771937219FAA177EB50 , 0xB6834B9BFD4A4F8F8AE1755B9B11C6B1 , 0xB69C189B29B14092A20F2A1166B95D0B , 0xB6A7C0058B4A449EA7DDCC08CD0F301C , 0xB75A51B5075E495F8D4F31E043346928 , 0xB78EF0AC8ACA4E7B9BEE99A153D2B447 , 0xB7ABA5C037FE445BB1C88D6676EB5671 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0xB874C82B895C44B09CC94E5C24A77563 , 0xB8AFADD7274446F8A346FAC96CFF0D98 , 0xB8C824B84E344A51AAA751B34EA3ADE8 , 0xB8FE6EF6A6484429AFEEADEB303B5E8C , 0xB90153BC6CC14ECA83F48E7054DFDE1F , 0xB95493A45A9D48ADB7DFF89DE23D1B11 , 0xBA3D6CC68ECD458094A470C377ABA7A3 , 0xBB0C978CF3EB44AEBF23EE1450072BF8 , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0xBD964333BD904E599616C2DB42751180 , 0xBDFAC1517F8048668F6EF9F535572B9E , 0xBE0BDFFB40744BF9B51FDD0F5C588775 , 0xBE57B85860A84D41A778C879770B7984 , 0xBE5A036021484E7C9C2F2446E8F73432 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xBED2D0FC0B014410A5EF5D664609FC0D , 0xBF75C11103D845C8B59C9F9E09D77121 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0xC02B5C2491064157A0814723455E1B6F , 0xC039741F688F44AABDDC82104BFED065 , 0xC063D9FA162E4A7F908308C99DD17687 , 0xC0CB14A9F82A44F38BC093A3362E09F0 , 0xC0DF34C6367E4AB6B4E41C6B27E452C1 , 0xC13507DF9F1749E5B16FB347FE4DBB0B , 0xC16F388099234EC2AD7FDDF84FD0E64B , 0xC25A7A68EC6D49CEBFD523D0EF3E1549 , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0xC2EC54282F344F34B3D12F5C194F43E6 , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0xC3309E1A37934376B8FD8F0EAB389E12 , 0xC330F8BC4A8B4A8F99A50E140637F1EC , 0xC3F7F4BE2CC74590A02873567380D6D3 , 0xC4DE8A193F394FF6B5244E01BBB713B8 , 0xC4E218AAE3D04964BD6D64A875EE421F , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0xC5BC52851DB7466A87FACEC1A4A4CF9C , 0xC5FC0999F6C34BE3BE06B6AD4BA126E8 , 0xC6257FBCC39D4C0DA84DAD37A85035D4 , 0xC6ADD2C226DC49C28ED322602D6710E0 , 0xC6C244FECBB04C999BFF987241025147 , 0xC6DF0B298D2C4B4EB24694942299AD52 , 0xC702036A9BCF499BA4878FAB1225F73D , 0xC73584C0BA21456A96E91F0DC162D207 , 0xC748EA768366437CB2944218F422B5C6 , 0xC75D4823573141F8AF057DC0E11FE456 , 0xC78AD41871F04C25A67E94928DE20BBF , 0xC7D14920DBFF43C885B2F8C81057C288 , 0xC86C3C9567D24D54934A8937FDD264F5 , 0xC88DE4D3A41C4185A33338EBA4EDDA2F , 0xC8D97A02AED8470AA8F605109D35FC08 , 0xC8EC2E4C062E4021BD7C7166442873F1 , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xC920C598DD6F47138F406165EF3F0EB7 , 0xC9473F029A1A4A78B4A89BCDCCE13B77 , 0xCA9C0B81264347A894630408AA3962C5 , 0xCAF0D1A8A04E420E98A0468382F869A0 , 0xCB1EDEFEFCC341A287E7AF4D3325E975 , 0xCB7842846BC04FEFB886D3D994BD3919 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xCC3A6C37198B4653B8A6EC370130B625 , 0xCC4AAD47BE664CCA85D59D0D3E04C370 , 0xCCB31EEA31424251A9FC28CE43A8F50E , 0xCCD9066175B04394928DD9724466B232 , 0xCCD925D7DB2543E380285AFC8D609E2B , 0xCD27B8EBA772438D9B93A44EDABDE12D , 0xCD501E5572F1447D8199647077D19CA4 , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xCDD2EED9E395448A93D21AC5184B9608 , 0xCDD375D755514FAD8DC8B7D18E1D2731 , 0xCDF27EBD62244782AAF73853A6371F20 , 0xCE9D3F65442348A291D3EA1866260111 , 0xCEB5D8C872FC44BCB8C4853A0523FD17 , 0xCF85813F532E4972AC69189B9516A94F , 0xCF85821EEDCB4E65B5882EE55DAF5781 , 0xCF87D9E481A8420491943B5F566C381F , 0xCF9CA6EB4A8F4C1AA51078E31480C385 , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0xD0113785D82548C5BB57686200F85125 , 0xD01C211313F64168BCC1C2F091E07894 , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0xD09A31A17628445E84736E3C7EF33851 , 0xD0F06E053B44458DBB2A0CF006E23683 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD22F2C32BFD34CD8BD96416CD3015A48 , 0xD300794B6F364C6CAF4EBB844C8E9E3E , 0xD3624F353E4B451DA71497342E37F597 , 0xD39F718577D4405691D7FBCADAE27AB7 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0xD4C72AA2B4A2437086BDB2781A9A0906 , 0xD5319BEE6B394119B778A132A553ADE4 , 0xD532F308D54B45EF99B267BF10C57E9D , 0xD541D75026894E119BC591C58869C8D9 , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xD57F92A7BB7147A2899AA10333E95942 , 0xD5CACE4CB0484E41A54D8E5607003C8E , 0xD6149C0C0ABB40F6BCB547FEAA0E1E72 , 0xD618992A7D634A48A3F42BD47CB67F91 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0xD6A2D5D8F19B482B8B6126678687995C , 0xD6D17618ACAE4DBA9CB128AC2706AF16 , 0xD7477A619B3B44A9A58756668CA215F7 , 0xD7E8715D345F43E9BCB6071AC13F09E8 , 0xD838642BCFD2403CB57E35AF54A340FB , 0xD8387CE5A2D64967AC36D03A8CBA86B6 , 0xD84E73DC873C4386BD111E655CAD11CE , 0xD8B824ABCA80447087EDC9C65BE9DAA3 , 0xD9F2458A7C044B59BEF1D91FB7C2F814 , 0xDA4DCA725BD446D8A39629BA6AE40A5C , 0xDA7FC2ED4A754EE092CA55348AC9A01F , 0xDA9061E2F1EF4C4FA4688C85AE4DD603 , 0xDA93F47604F64A8DB09D293A26096AD8 , 0xDA9CBA7C3BCD4961941A3A23EB2CE26E , 0xDAE677519F5F47D2AB6FE3E085036063 , 0xDB0D7D9964294FC0A84D9A7098503D71 , 0xDB9BD1413CEF4F12B524BC5F99E4BC45 , 0xDBD660F43048485EAA18F15BA70E2DAA , 0xDC5BF063DFD441B5A3F48D74EE985030 , 0xDC5D00D7416C4D2A8B908E16E91B6D1E , 0xDC883923ABCF4CFAA6B0644820009EBB , 0xDC89F86B68614EB286014F5586FD82EA , 0xDC95209F3D89402C85102BA7D7527512 , 0xDC952CDF32D24C109D88B99A84318AC6 , 0xDD3CE7CB10D143BB9D9AA4EE396E41F3 , 0xDDB799F5B74C4C98AB8694F9D23D0073 , 0xDDC890050017413AB17F7452D67BB700 , 0xDDDD0F583BEB464AB768CAD55EB60D01 , 0xDEDD8BD364C14C2BBD27D0ADE6534A9C , 0xDEEE243E7E1C47AA84DA8A918B6B53C8 , 0xDF0525197D7F441CB9FCD8B714B39F55 , 0xDFD4011FBE3D4E328D6597636DA5BB93 , 0xE057C3301EFF41CB80F4C75504ECF30E , 0xE08D5535BD5B4CA593AE61B710B78113 , 0xE0C4C4ECB8FD4F7AB8B09313C21BF444 , 0xE12095AB0F044138985C335E2BE04ACE , 0xE146914CCC0448EBA1744B3C905A10D7 , 0xE1CB39471D1445BC92BCF4BA69124CF7 , 0xE24C89C1B0F6408591D704097848C877 , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE2E9C43BC19342C2B7BFEDE713D921F8 , 0xE34F8A97FB30448DB110740D4DC45B09 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0xE48EEFED14B644A9806A5ABCFCD73E7F , 0xE4BE3AF00287447681800FBC58FD2BAD , 0xE4F316F16A274836A75BFFA0CC54BBC7 , 0xE4F9A7846B8A4B8A89E86BE3AE854AC4 , 0xE5C56D0DC3B44DE7AFEBDA421B454ADB , 0xE73007481F8A40F68BBAF0293DD48037 , 0xE87398717CC4404A91DD72A1CA1BEA4B , 0xE8C8C3FD9105421B81A59AFC0AE3109A , 0xE8DFC7D9CBCB4768965C76A92D98D2D9 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xEA507708620B474B8AC1945FF1BFD4DE , 0xEB634F58C92E47BA89779EB7B31BCA31 , 0xEC07675F237C4B6F88375F669F40C416 , 0xEC0DC81D1B014A8EB7319AA4181BFA45 , 0xEC48344756B64DC8895CA0F39CC9AFD1 , 0xEC555BCAE6BF4709829E2D5EF208806D , 0xEC60FFA9AC17483DB959660C378295C6 , 0xEC7394C67ED249DAB06F9CC44C9A2B09 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xEC909E866CD443C09A61AC5437DD199A , 0xECB62FC0347F4456A8BE54B3C547AC09 , 0xED292BD913954DA894408A2A4F1BA262 , 0xED47CC2EE9C7455599107775B9185B71 , 0xED91F7376BD54AE69FCD885BF4D32B21 , 0xED9C56D1E6B247869E3F15478158F167 , 0xEEBA823D8C84480B960526A44E9B66A0 , 0xEF5A50BFB1F54CBBA33ED83270179CFE , 0xEF6F6ADE8577455EBA73E19A367DC8B5 , 0xEF80E55299B94D309D3C3CC8100C513F , 0xEFE06E34B5924BA6AA5CEB36FE07DFF1 , 0xF028A866680C4C05848317D1C1E77CEC , 0xF077E3CC9A324774ABB6CD51F6A78BEE , 0xF103D167EFFB46BEA5FFC3BE437B6AF1 , 0xF14CC551EF044C6A90A80453DB2E4AE4 , 0xF164459A28DD40CCAF354DE04A184554 , 0xF26ED72A78224E039E3C803B0FD76400 , 0xF2B54279554649EC9FAE8154F799E7B1 , 0xF2DFA5F595EE445288BAAA5BEE5569BD , 0xF308D25AB72D401A90661F497135736E , 0xF3299586DA83433FA100F10626713DF9 , 0xF3411554C89D46728137D0C5A86F7878 , 0xF36CCF1DECD24879B2F7D371AB3263DF , 0xF474BEDEA62D4A53B963998157005FF3 , 0xF47E5CB929FE4BDEBA060644800FF79E , 0xF4C646A34A7047BE9F567EF37E0071C5 , 0xF57AB7AD5A5C411E8EE2494DAD12D1FF , 0xF7275334A23A4B5B86033B6D17EBF19F , 0xF7B35E4C09C448FFA61893AEA8050EAD , 0xF808EE6AB3E543CE823768B924A6094B , 0xF87F7426443E482C86916D1D63E88056 , 0xF885FFEAB5824E5994964C948D753148 , 0xF8F2EAD30BDF49D4928CBA9BE742273A , 0xF90217FB98D64A869744E4E09AC05BC0 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xF989DECED84B4F289326C5549F63B236 , 0xFA71C118F9AD4BD484F6B3A33163D138 , 0xFAB972D88179476E8CC8AC674308C14D , 0xFB20575BD45449A38AE378E5BF08FAC6 , 0xFB27462615B64401B36B3AE0C4709EBF , 0xFB299E76FCE243AA8BF54A5E6285A655 , 0xFB46804470654A8596C47F0A2C40179B , 0xFB881B050804476897098861E68D745E , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0xFBF48885AF454151B05EF13AF1A59B7E , 0xFC0059158E8849EE879AB9F775CA616F , 0xFC2AE422462B43609B6CFC8DDADBEF4B , 0xFC32F232D3E746309FB49BFC683261AF , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xFC89F975C8EE4EACB998342B391071DD , 0xFCF13F0BEDCC4ACBA1FBD449576256DC , 0xFD23B9A0FBA645699CCA21B095960FFC , 0xFD302A1D1703488886268220958EC59D , 0xFD3EA27A9E9A4CCC86E657EBAA858E73 , 0xFD58D88554A24CFCAC45AAAB8EDB8944 , 0xFF47575010874DD6B0D222DE992A55DB , 0xFFD1F0C23D9A4A6791DA9BF9BCD6BB73 )));
Copy
85
1.41 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
3.85 ms
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = ? ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = ? ) AND ((`product_media` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"\x01 ˜Ì\ð—sÀŽÀÒ\r ÔüÙç "
b"\x01 ˜Ì]Aâq²«&Ì\x0E W\x12 ]e "
b"\x01 ÿ╠]m\x13 s\x08 Ñ·É·5¸v "
b"\x01 ˜Ì]¯=rÖ¸ì\x1F ò»ÃÚî "
b"\x01 ˜Ì]Îus\x1C Šrk–ï\x07 ¹Ø "
b"\x01 ˜Ì]í¿so„˜À\x14 º9\x1D Ô "
b"\x01 ˜Ì^qHqL³.}Hæy•Ô "
b"\x01 ÿ╠^É\e p®è_¢ÆTèã▓ "
b"\x01 ˜Ì^«~r±‰¡ƒƒ[§Zó "
b"\x01 ˜Ì^Ö\e sz¿˜ß#\x18 à,6 "
b"\x01 ÿ╠_6┐s█¥\x05 öWvÅØX "
b"\x01 ˜Ì_u\x15 p¬©aÝÕ‰\x19 L "
b"\x01 ÿ╠_É¡q\x11 ▓âµb\x16 ð‗S "
b"\x01 ˜ÌgOvsE´ö\x0E wØ;\x00 © "
b"\x01 ÿ╠g└Òrµü}█x\x17 ý\x10 @ "
b"\x01 ˜Ìh.\t rõ·îÝM²äN" "
b"\x01 ˜Ìh›ksR£<O0o^/Ä "
b"\x01 ˜Ìim÷qʺDZVˆ÷6™ "
b"\x01 ˜Ìi”frܶãAi~\x01 ¿J "
b"\x01 ˜Ìj\t\x06 p8’)§²¼\x04 › "
b"\x01 ˜Ìj0\x14 rRˆÚ•\x19 Ïü½ù "
b"\x01 ˜Ìj¨êqÀ½\x19 þ£z@-! "
b"\x01 ˜Ìk-qq=³Ã^µ”vG™ "
b"\x01 ˜ÌkôÖpež\x05 t3üâÑß "
b"\x01 ˜Ìl36rް\#\x1C U\x13\x7F ) "
b"\x01 ˜ÌlnAr×”Ê(;\x0E Ä³Ï "
b"\x01 ˜Ìl™¸s\r ®ÎDÿc"=¾ "
b"\x01 ˜ÌlÁ\x12 pާ—òn‡½>, "
b"\x01 ÿ╠l¾\x1A sFÉ¥║$┘t£¾ "
b"\x01 ˜Ìm!²s2«ž5\f 9\r Xç "
b"\x01 ˜Ìm<ýq¥½œ)Á\e ã*\n "
b"\x01 ˜ÌmsqrU¾1ŠÄGÿâ„ "
b"\x01 ÿ╠mÜ|s¬àÉ\x7F {\x03 ═\t ! "
b"\x01 ˜ÌmÆ•r‚„kK\t\x06 ¾èD "
b"""
\x01 ÿ╠pÝåq¤░\x15 \n
ƒ\x19 ÙíÉ
"""
b"\x01 š\x08 ©e-CÞ¤+ÛGú\x15\x1E º "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x04 ‚0aØ KX³×À\x1F AçØ\x02 "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"\x06 q²‡HCC^€¥Ýši]B, "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"\x08 ×»;©\x02 A¸µ”ð!ÉÕy„ "
b"\t @bÕ kO%Œy7q¨^m\x0E "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\f T¼{ë.Gl¡2¤\x01 ð\x1A m8 "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b"\x0E š?¿÷\x04 OD½Í\x0F €Dah8 "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"\x0F\x01 £A9\x14 Hm…\x10 9‚¸\x14\t\f "
b"\x0F +Å\t ”?B_ˆ`#‰§ìëe "
b"\x0F ±yXÙeKœ›0SP\x01 É\x01 ù "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"\x10 >┌ì╔\x1C NHâCÈæ\x16 ═é╔ "
b"\x11\x11 Zvè\x1A HûÑ=t)ØJ▓ü "
b"\x11 îå’oöEÛ§ôŸL9NQÔ "
b"\x12 <sìw@\x1D ˜¾ÁLXóV¢ "
b"\x13\x13 jˆ\x1A ½Du¿ue·Ò\x12\x08\f "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"\x13 8[\e WÌ@T¬ÜÍøúÕˆ¾ "
b"\x13 RÖrÙàK‰°¹‡?~/ù¡ "
b"\x13 X"\r \x13 ÊA`éÉ«\r \x11 K[Z "
b"\x14 -\x00\x19 iØF˽÷×Ö¼\x0F ñé "
b"\x14 1ínÇØLM®bÏløì\x7F Ò "
b"\x14 Î5l\r µCô™Àp•‘\x16 /¹ "
b"\x15 ½Å®|wF$ô&6¯Ô9\r È "
b"\x15 à\x05 3¥øJ"³UŠ\x03 t^2 "
b"\x16\x11 BN@²Bf«ãa:\x12 §ã\x06 "
b"""
\x16 žºàI;@^Ž\n
w\x19 ŠCŽa
"""
b"\x16 ╬Ò╠ÎøBÑØ┼ÌìL$/5 "
b"\x17\x14 †j|O¹ƒ\x10 Üð%¦…Ð "
b"\x17 T\x0E ‡U×E-³Ñå\x1D ?(d½ "
b"\x17 x«'\x16 ½E²Ÿw[Ð\v\f 0¬ "
b"\x18 [›]sfLO¥ƒË#øJ\x15 ž "
b"\x18 Øüß)WL^â\x1A Óè³óxÌ "
b"\x19 ±b„´%Jb€\x19\x15 ô‹W6z "
b"\x1A —ïµvšJü€Þæ&Gkû> "
b"\x1A ¶¢™\x10 ™HÛ¡ÓÕ\f q„\r E "
b"\e ¢ï\x1E ¿ÝC%§Š\r \x17 ¬”I¹ "
b"\e ┐üÅ*»CO╗ñ╚èÇ├\x00\x13 "
b"\x1C 0`ØU/H÷ŽoJD¾&`, "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"""
\x1C Ú\x04 j\x05 ╝L╦©\n
bÈ\x03 26ü
"""
b"\x1D \dÈt¿MÆŸ?ëÐO¯3d "
b"\x1E ?áDŒ•B¾¤»¢%T÷^\x0E "
b"\x1E ìë\x00 ╩B°º'&\x11 (\x1E `¨ "
b"\x1E ¡ß“9‡A±•Q¸emÆÇL "
b"\x1F\x07 œUwGIA…”Ç*¾ÌÓ6 "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"\x1F [LQ\x1C ÅD üe«ÙCS9C "
b"\x1F —ú.S3Mקݦ¼9äkž "
b"\x1F í\f «?ªK†•õ‘sà‹ãb "
b"\x1F úYä\x17 ÄJ½Œ@;B\x1C Òxr "
b" !í;'QI§»Î¼ê>>Q "
b" œ@·°çA{†\x05 „\x0F ücüÆ "
b" ³@²\v ™@éº9^ß2¢0^ "
b"!ª┘¸─┌LÔ¬Qé┌í@GØ "
b"""Ú$CÖKû°µýh»šS "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b"#\x14 ׿4XKQ¹\f ‚UþX-³ "
b"#.Ö╔╗ Nä░)è├ÅÄÖ¬ "
b"#3ÚÝwnFÛ®\r ‡œ©Ÿ~Ô "
b"#gš‡\x04 ÀCk±°úZ¬qqc "
b"#€Nã)\x04 Hª«Ñ%ËcÍŸì "
b"$\r \x06 úù^G»§ý¥< ã”þ "
b"%\x18 ]¢\x03 JKM”Zk…\x11 ÿ\x1C\x02 "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"%Ür÷åHL[²L',ôpSl "
b"&f®ŽW0EÅ„N\x0F òð\e\t ¦ "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"&¢ó´WWGg«‗زóJ\x05 ╗ "
b"&Ò;9W˜@<—Ä}\x0E rÈéJ "
b"'\x1E\x00 ™n\r Fâ¶\f «\f ÃR÷t "
b"'"á\x13 0¾Jí³×Á\r ã\x1C\v „ "
b"';\x0F\t Þ N5╣\x10 x├|mØç "
b"'Rö\x06 ÅUN┘ä┐╗¯¿l}ð "
b"'|\x1C £¬\x12 H*·éþÍW0@¶ "
b"'ù¾\x1D <¤@_»Ø\x18 X{,-╩ "
b"'°á\x19 M\x19 M\x10 ‰}özn\x03\x00 ® "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"'╠ÆñP`B¬â·╔\x03 É‗(┤ "
b"(ÐŽ7ÓóDB‘\x18 KQ–å¨, "
b")–‹$½\x07 Db°\x0E u©î’÷‡ "
b"*\x04 –}\x1C ¿K:Ÿ[Xƒ´çç "
b"*Aì\x16 ë0Jõµ!\x03 aPfþ‘ "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"+³‚$áN@š\x1F ¾\x12 Ç–ž\x0E "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b",h\x0F\x0F Ù¨IsŠòJ\x17 û†\t\x11 "
b",ÂÓ“¶½G¿µ}r¥)ƒöb "
b"-†-1íÞDɆx\x17 £3¶J\x18 "
b"-‡U4M\x0F C\‚™VáCF_Í "
b"-ÈØ║ÑsFÉø,yâJ▀:| "
b".¸}F²^O#¾æ‚nZSû\x1F "
b".á\x08 †\x15 KÄ©ˆˆï]â|\x01 "
b".Å&}\x10 øHÌ›\x01 ÆNev‰J "
b".ú㬵!Ag©\x1D YdG;k{ "
b"/ë½ìùzCOè\x01 Æ▄á╝UB "
b"/Çöºö>O†YÂY\t Š\x1C š "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"/åå!N›AŒ¡IZñ ¯ºo "
b"0Q}┐▓ÁMsòͺ\x0F ¨\x0E ~ì "
b"0¶)ßû®KD”•\x1C )qØ;\x13 "
b"0ÍI…?\f M;ŸÚÝ=K6aë "
b"0■mºNdO╩Ø»▄ýö■÷= "
b"1\x00 ]Ò·JA\n ›\x05 †ïˤ¶» "
b"1Iï÷Mæ@¹…’YBÎ \x11 µ "
b"1éå/™ŽJູ’ï\x13 ·l- "
b"1ó}?\x00 cJì–Õãi}ÈkØ "
b"2h\f ¤ìCJL╗\x14 P═ÿÅõ┤ "
b"2¯ÄAt]O~’µ\x15 ~\x1A é0² "
b"2¹SOw\x7F MxªTæü¾pG’ "
b"3\x18 ˆßk”GÏ€?kÊŠ\x11\e c "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"42*Ð!{Cb¡Ï æÆ\x17 +™ "
b"42{åÛ´H•”S9XŠC´f "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"4–çö!³@ÆŠAx{D@J7 "
b"4Ümv1¿Lü«╗ÀÏ\x10 üà) "
b"5\x1C ²”ØkD”„q•Î\x10 ïæm "
b"673ÃÛÅOÖïWÇ┘6\x0E ÿ÷ "
b"6tZ÷¹r@˜Ÿ{ªÀû›©à "
b"6ß:\x12 ôƒK╣Å░»═Ë:r\x03 "
b"7Š[ç\x02 *NW²È„\x11 Ç«³ß "
b"8CW]›<B¾ \x13 1‡uòxÛ "
b"8}8@Ó8GjƒÕÄòÝä³[ "
b"8€3Í:ëO|¼´Š;W¼C "
b"9`╩·\x07\x10 EÂ╗Òì┬§zÌà "
b"9ÿZ\x00 Æ)CQŸ&\t ´4÷\x17 w "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b";9¦`0@û€é\x1C WÕäS° "
b";¤UÉ\x12\x1F Ng╝ü╝Úªò▄» "
b"<#wºn)DX½\x1C ¯ÐŒü-V "
b"<A:Ô^þIö€R\x05 }KÉ,{ "
b"=¬}žU»FŒ»Ç*°\x08 D<¿ "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b"=Ý \f Å(L2º«7‰d\x05\x1A Ý "
b"=õ\x18 rËÜH¯ˆm¾-¥Ûpt "
b">ôœÚÎEùš¬DÔ\x01 4\x03 £ "
b"?\x11 œõpàE\v ©i:\x17 S2M! "
b"?Ífû1²CÔ–‘*%HŸ\x03 v "
b"@P│ç┬▓E\x11 Å¢t/:`¤\x12 "
b"@T©USìC\x1A ùi,nüEIl "
b"@W/$Ÿ!B8€“_\x04 »óÒŸ "
b"@kh!ÙcO\x1C ìë\x17 á\x16 ┘p\x19 "
b"@†/W½òC‚–7ˆ/°Õ†³ "
b"@ÿè3sãMo¨Š©´~˜•9 "
b"A\x07 œt"UJ°„\x06 Ÿk®3‹œ "
b"Aa(¤øwKJ¨íš5\x1A\x18 Þ0 "
b"Ab\x1E ´Ú\x1C A´ü╬, Øàúê "
b"AÖˆ\x06 =âAï¶q\x1C ¸_¬¨h "
b"BU|ÐU\v Bã‡ü,Å;žü. "
b"B•Îvj/A\x0E †\x03\x1D zÓÀ\x0F È "
b"BÒX╣y @ØË┬oÜï▒ƒ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"Cj[q¡ÒJÒ‚}\v H1\x03 ‚ "
b"Cš\x16 ô5”@Ûœ\x08 ¹€~³=- "
b"Cšw¨‰>C\x10 …€@…f,\x10 ¦ "
b"C┬®lÄ0LÁÑ£ìA\x0E Íûñ "
b"DY╣KÍ┐@zû\x7F ÉÐ/\t\x1C + "
b"""
DëØú]ÝDJ¼ªï\n
Û;Ìo
"""
b"D¥þ╚┐&O\x12 É\Þ‗\t ARJ "
b"EeÔPùùE£¿¸ƒÝïüm_ "
b"""
EtAß\x06 —B\n
¬Ò¨‚,Éx|
"""
b"E•Ý`\v €L°†d\v è5îcQ "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"F8³yê$Fù¨â€\x02\f eçc "
b"G\x0E ‰NÖÎMs‡£å¶öË“\x08 "
b"Grí_!\x1C Fã¸X3ji/¼Î "
b"G‘åm|·N\x03 ŸE\x1E 9ä1:\x15 "
b"G¹$”µnG}Ÿo‹3åSÿ´ "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"Hb?t$.EVƒ[èû~¨éq "
b"HßGé&ÅMÓêu6ãNÿEò "
b"Iæ|╗\x01 £@Å«òö▄À C▄ "
b"IãÕª æF\x03 » .=;&L– "
b"J$\x16 Åž\x13 IùŒáò—F‘ñ¢ "
b"J/╣ôÊ\x11 KôìÑQ\F █» "
b"J@ZIÙ_F¸è¶oû«\x0F ;Å "
b"J¡Ó)])EÊ¥ÍËA\x18 ™d\x01 "
b"J·1¡¾fA0¿¥¾÷´\x05 zs "
b"Jî,x»I\x11 ‡{\x1E u¯"Ï "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"K2—\x7F !¼G7¨å¥”Í‘ðû "
b"M1›RsàBc´÷&\x12 1¶ëå "
b"MR¥åsºKF¨¿zÊ\x17 CÚv "
b"NE2nÇ$KH¿=üºº█\x10\x12 "
b"NME‗\t )B\x1D ï┴\x13 =2³kÉ "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"O`¡í┬óK±ÑÍ\x1C ‗+ükð "
b"O┐}|ì\x13 HÄö}\x1E Æ▒¥¿| "
b"OÄS\x1E Ü\x00 A’¤N‘ÃD7ír "
b"PF\v VÎÀF<éÅ:┤ðEÎQ "
b"PMz\x02 ž€Cå“]Ñ\x03 9é˜é "
b"P‰¢èiÜ@²¡iÞRL”š' "
b"QW«×>ªEÿœ*½_ç\x08\x04 ` "
b"Q│\x03 ─bBGoü²\x06 └\x08 >üì "
b"RD\x1A Ž\x19\x17 Hî–ÐI,/×ýQ "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"R·³\x1A ;ïA~·Zø¸[ì\x7F 3 "
b"R┘lÔ\f >G\x19 äÑ\x1A ë\x1F kü} "
b"S\x1F +³)‘FN¥G“CòÙåw "
b"Sª┬░¶┴@#ƒ\x08 {;ÚØb\x14 "
b"S╠ıb\x05 UKSÉí├2ª\x06 jL "
b"SáuúR›JÖ¶âõ¹×\v “× "
b"T\x04 i<i}HT…Þ}çáï,\x01 "
b"T"ø^ÔAO'¨‡MŸé\x7F «" "
b"Tmþ\x08 §PNc¾;ÝÿŽL2x "
b"TvS=¶KBÀ‚l²ŒŽhü£ "
b"T}ÖÇÄ€Ct¨ê\t p]-m) "
b"Tᾘ5üCú¨ED»hûYB "
b"U├u█ MKìóàÐñHR▄³ "
b"UÉJÌ}çJë¦~ñª\f Ô\x13\x1C "
b"UÛb`xbCYº!?¹±4šò "
b"VÈÎ\x10 ëO(¯dÜÿb\x08 F© "
b"WCr8î¯O'ü÷╚Ý0dM\x1A "
b"Xp€\x15 5åHv¦¦”À;,d; "
b"XÖ*ì9O\x14 ¥lØ•B’œã "
b"YS…y\x1F ÍGb¿"Pš4<åÛ "
b"YÞü|edK²èÛÐg╠\r Iÿ "
b"Zrj-œâIòˆQñOé% Ô "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"[Aþ¿¾WLïºÔåÏWO™h "
b"""
[I.î2bN\x18 ¡\n
à\x07\x10\x17\x1A Q
"""
b"[┤·~½*LöÜ\x02\x08 kü\x06 Þþ "
b"\3®Ë\x11\e E\x14 ¿Áê—,ï‰} "
b"\ÕÚ¹¾)F\x02 ▒!öTºØ¡§ "
b"\þÅ>RVA▓▓I\x05 &ÓyBÉ "
b"]!6ð~ÏL_‘\x1A ¹äë,” "
b"]" ¾ÈcA9»èš\x12 þf°" "
b"]"ÕœàdGj‰\x11 ,¿’AW· "
b"^F¹9lºB`öÅ B&©0× "
b"^¢Iþ†ûI(‘tÇ\f ¢)ËV "
b"^Õ§}9„KGƒÆôúP·Ðù "
b"""
_\n
xØs¦E>¹\x1F ‘\x11 6Ô~<
"""
b"_³Göƒ,Jê…Ý&û(\x19 ó¹ "
b"_¾TѨpJ•¶Å¾<=d¢z "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"`›¨Õ*\x14 F2®‘\x1C ˜c”þk "
b"`è0Q½çE¸€=¦òk\x1C ´7 "
b"bô´ ╩ÞL~É╠ÕKd─:' "
b"báGìnãIPä(╬Eu¬Ñå "
b"bµ\x13\x14 vpGF«ò\x12 ¡ˆò\\x13 "
b"bÜ×\x18 [ K\x12 €=Ã\x17 ô2tD "
b"bÒ\x1E\x01 ç╬JuéWwÉÔH\e . "
b"cRO¿C\x17 OS´ª\x1C }`²f\x1E "
b"cð%>L\x04 HýïɃýX\x17 └╝ "
b"cç\x1F ¤×\x10 D\x10 ¿=*«–™8… "
b"d#JÂMÐH\x04 ‘ø7\x00 þƒ}Û "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"enwK§±CÅšP—νܰ§ "
b"enþóC\r E±£ò-Ã-¯0¥ "
b"fJ\x03 [æ`Aµ‰sÇèIË\À "
b"g[â ½ãO=Å»\x11 |├º╗E "
b"gl\x00 ØŠuG\x06 ªÑ!M´Æ¬\v "
b"g›¤YôÚDÊŽ¢\x12 «¿Ë\x17 ² "
b"h*=é¢SNQ¤”e\x0F \r \e\x18 Ÿ "
b"""
hÊ0öŸsI\x03 ¯žèÂé\n
´á
"""
b"iª\x10 {Œ‹KŸƒöì\x05 ޏ ¶ "
b"i·4¦*§BÜ╗åÉ\x1E þ"\x17\x02 "
b"j\x07 KY¦8GÅê¾àô®ëÎj "
b"jm\x19 Ř’Fÿ¾%Û\v ýñÛ¤ "
b"k·YÒjÂEõŠêyK\x00\x07 ü "
b"""
lrâ*̓FÄÑáLÅG\n
ë~
"""
b"""
l┐\n
F<aEÔ×┐eÅ█╚óZ
"""
b"m/:KÅÌMB±™\x15 3©Œ“À "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"m|ì+┘.F@▓W\x1A ¤î¸°¨ "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"m”l®åJLk¥ˆâšéÄË "
b"m—\x14 ÄÚñN@²\t Ä+´UÆ¥ "
b"m¢\x10 ^\ÆA\x12 ï¯]╬É·Òo "
b"mÖûB–àMm§.>·\x0F dL˜ "
b"n\x0E 2\x16 ±SCò•ÆŸ\x1F\v 7ßÉ "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"oüı;eSEéƒô\f ▒\f TIµ "
b"oôQÍeNAo░ì$²¥\x1C ¼\x03 "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"q\x1A ëXÀë@7ºÝ{ôEE8Ï "
b"q”œn.¡A˜±~ÁÖ\x00 öûÿ "
b"q▓÷RÙ6Fdñ+Å¢à\x1D ┐| "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"r”|\x02\x13 !E—µ3–\x01 @ ˆÿ "
b"rØy*¯3@\x11 ¼\f 9¡æ¯ô\x7F "
b"rÛÅ6Z\x01 Oìˆ;^/—~Ûó "
b"rþ|Q%AG’±Å/Sù\x06 ™È "
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b"s㩓׌E¼¬V•v”ãÜa "
b"sû#´ŒõJ®«âè1¾SsØ "
b"t\x02 IbÓFôª\x1D\x01 ]Ê€&¸ "
b"tbåGš±D2¯Ö\x1D B·\x1D jë "
b"t|`wŸMM¥¹Mš\x14 ‘\x00 ˜€ "
b"tØ\x1F ÊèÉE]“Ÿ™…Jѳz "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"u‡¸s\x1F ¬@©¼s\x1A é\x16 zDÊ "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"v\x0E 4H▄╝E╦ëg «Ø³*- "
b"v=y*]ËAO¤s,ôpná "
b"xÕXë/¦B޼h7T\x7F ,ì³ "
b"""
yc*.íÂI÷ªÜŸ\n
:ZA€
"""
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"z\x11 Vv6\x08 Iü>)é#ç~Å "
b"zŠ”xAHF±˜~ÛßK\x11 Áì "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"{VÌG¡ôHÄÉRÁPÜÊéÎ "
b"{[„\x13 ä¯D\x07 €Ô\x1A Aš—(b "
b"{°>ò¬åFÓÈùD0É "
b"|C\x18 G²¬F§¡#ÇËC\x1E Í“ "
b"|g\x0E \Û™Nö†3Èiׇß\n "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"|ı\x0E ßg\f N«É,[╚8ßý║ "
b"}\t\x12 ü«µL·€e;AlDÊì "
b"}£†ß;ÃL3¡Â\x1D ÿ)…öG "
b"}¸\x06 òppDUÉWÛ6íÓ\x18 Ñ "
b"~6â}\x07 èE´³ä65%$â] "
b"\x7F\x00 q‘J\e M豊ãª|*x€ "
b"\x7F WX˜Ì¤Kw„m5\x16 CÃVì "
b"\x7F t\x01 ÒrêN÷µõÇGÆ™XÖ "
b"\x7F ¯ï%qƒL¨▓ì\~OßLü "
b"€M&=_-NÀ²ÕÎy^>Å4 "
b"ÇP═▀zÊM÷Å░\x1D @á,Ñ] "
b"ÇlØÐðoI±▒DÛÇ\x16 ^û\r "
b"€oÓº™ÞD«¢äM¡+j§; "
b"€ws^¿#J¯ˆþäJ‘\x1D +r "
b"€ß«U8\x08 DÄ©»\x11 I©ÜäF "
b"ü\x08\x1A Z}ì@Æ┐ú¦\f vÝq} "
b"üvU kÖDî¢h│0*b)ü "
b"‚\x05 œÿa’Fl´cFˆcòë‚ "
b"é\x13 ÁNÂ¥@\¥ü6|!d\x04 Î "
b"‚yNÈ\x14 ,K³ª\x06 ™\v ꈜ· "
b"ƒ\x08 UƒÒÇL!ª¿DôX¯u« "
b"ƒQ„FõaCß•ÛÏÕRq¡s "
b"ƒ{~Σ˜F\x13 ¢"\x02 ÂC™Q„ "
b"âå╚£¡ó@\x0E Ø0X├µ╔└I "
b"ƒß?âú½A©ƒ\x05 ŠÑ¹®Ûô "
b"„\(Qi‚EÙˆõHÝŠó‰Š "
b"„—Eð·\x05 C:‹\x15 hÛbHr¬ "
b"""
…7“×\x02 %C “.\n
‚\\x0E eÉ
"""
b"…e2á9\x0F F‘†Ö‘\x08 ۪Р"
b"àf8\x0E &\x10 F:ì═░[%\x14\x1A Õ "
b"…iˆmTØHÿ³\x19 ¤+²¸F$ "
b"àk¹vY║Dì«Ü]ó7╣─\x08 "
b"å\x1A ²\x01 ƒ>OæØó\x05 t\x1F æòà "
b"å»r6÷╠OÉ¢\x16 5_\x17 5O "
b"""
ç0Ü╝n©BKÉV\n
øÜ£ðT
"""
b"‡…V\v ÉiIG¦´Q‰\x0E &\x1A o "
b"‡ÆWKÈ´L3¦–ñ‘|_\x08 4 "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"ˆÕ\x1D ¡+)EŽœFžwÁÌKæ "
b"‰&ü«ÌqC6¸›ŸT\x1F ²/= "
b"‰ÇÛ\x12 ïH\x00 ¯\x06 I³¨&¡Â "
b"Š\x08 4A|2K(§ø\x7F ÃÒP \x16 "
b"ŠsJ]Â\x15 OÒ¡ïSû~kzÖ "
b"Šð”™\e ‚FÛ¬VÙ^s»w˜ "
b"ïı\x18 C°┌L▓Åi£ütW\x10 ▀ "
b"‹êN \x04 Ø@-«\x18\x12 øš\t\x7F ¹ "
b"‹ôÅ\x10 ?ŸIU³IË¢\x06 Ai¾ "
b"‹øFÖ)HLÆŠ•ØÈ81º¸ "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"Œ,¡n–\x07 KC¬$”é—1>\x08 "
b"ŒÑÿê’O\x1C Žá³š»„0Ó "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ìX╣Ah¸Måä£\x1E O<C«▓ "
b"ìè╔H\r ÏA\x7F Âw5▒\x00 ╣Â\x15 "
b"ìùç├âGE¿º5%ÌÜÜä "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"ŽBðú\x00\x12 BO¾<.–"‹°d "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"Ž¿\x1E 3>\x10 L$¡l‹‚Ufü, "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"Žó,R9JG9ºýÿ„L=á_ "
b"Å\x07 £¥nêL\x10 ¿z!)ZÀí; "
b"Å\x1C C¬ýFH─¬ß\x04 J·Ìó6 "
b"Å5zØ\x13 NFÊ×):ð\x02 ç░Q "
b"Åå¶j½9L-ÂÎ"*¶b\x17\f "
b"""
É;d┤ªòG\n
ú╩´ÉÕø\x06\x1A
"""
b"É@f\x01 :\x10 H)×╩z:ñ║▄Å "
b"Étlÿ╝6K─¼\x07\x10\x00 ╦Ñ*¸ "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"‘sh»ØòAó¡\x7F 4\x15 \r ¯?a "
b"‘ÓtÉ›ÃJç¾®jžPc\x18 Ñ "
b"‘õ’ŸŒE’©¿Ï‹/YDš "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"’76qhMLe™äp´Q9Üð "
b"ÆC6mÅîF¾Åû%ıJªXÇ "
b"ÆÎ‗¦Û:G\x03 ëØu¶<Ð\x7F\x05 "
b"’óI \x07 ð@˜‰vd"š\x14 ‡3 "
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"“ó€\x1F AÆM¬±\x07 T\x1A ,\r \x05 a "
b"ô·?║'ÞLÉÿf²┬gqr\x08 "
b"öN;Æ\x13 █J█Å\x7F !¹[P╗╩ "
b"”¢±‘êSCàœîÍ\v [õD/ "
b"”÷Im+±IÔœl2\t ´"â\x08 "
b"""
ò\x01\x1E ┌ı\n
K■ÉN/\e ß½\x11
"""
b"•T\x03 ËîîMâ™m-´\x15 þÖc "
b"òg\x1A ╩▒ºJÐÀì\x7F y\x18 0<ª "
b"òxçü┴ëN^¥ÃË\x16 ®\x0E rÄ "
b"òðçGÝD¢½\x07 ÙØä/Gª "
b"—b”ñ\e I…¸Ÿ‰™\x18 ½Ô "
b"—š\x19 +ó\x04 FôŸLKc‹4\x17 ù "
b"—ÌH,óÿLL½V\x18 Ê\x02 j×^ "
b"—ûšv…”GÞŒ\x06 Š\x14 ×]ð "
b"—þ\x1C \\x07\x18 Oªƒÿ$£\x02 N\x08 Œ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"˜cí\x19 ¿ÛJƒ–ƒ¯“±dd\ "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"ÿ½╗L‗\x13 JæÅfmÑóÚoõ "
b"™â¨ö\x0E ãM\x01 ŠAòv²Ä@ "
b"š\x08 ¤qÑUNM˜¯Z«Á£”• "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"ÜúB΃┬Fþ┐?©ìÍ'Eï "
b"šËpMI¾D熨Ç\x0E\x01 ºúÎ "
b"›\x18 àócáJ\x11 ¯=µ2ìQ?¥ "
b"›„ú˶UAè”\x15 $Í1¹`\x0E "
b"øìé¼¶\x0E B┐è(\x01 +Ò\x05 ;\x04 "
b"›º—Ö\x0F LD\x7F ¡E.¶áÚšv "
b"œ}˜Öì CÑ”OÜë\x07 Ï„Þ "
b"œ„´FðLLÚ¢ëjÞ×§Q "
b"œ·ó*ŠåM¹ºîU†\x1D ]ä& "
b"Ø*╚Ü^\x1A C\x15 ║└A,$É┌\r "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"Øp═?BïGÿäD\x06 {´/Ù\x14 "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"Øå\x05\x07 1·C Ø/ ÿ5õ$ "
b"Øí¥\t êäGñÄ´8Eê¦\x17\x02 "
b"Ø╚▒╬±nH▒│ião?\x07 ƒ\v "
b"žM‹ ¼…L\x0F ƒ@\x1A o\x1C e>‚ "
b"žªÊ ¤yB\x19 Šþ\e ´´w\x15 5 "
b"Ÿ9~\t †/J}¼P±ßã@"< "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"Ÿ³Eé\x10 ‘EÕ¿oìÇ\x1F ±!€ "
b"Ÿå’õ¾\t E!×=¼ý^âÉ "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b" ‚[pãuC@–´ÓPî\e Wi "
b" ¶\x11 —\x18 2@Ø™Ú̹«ÖÍ· "
b" ê“ÊíiKN™lG\x1C\x18 Ê$] "
b" í4HPïMÇ´a\v ê…¥\x01 ‚ "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"íÜ▀\t ^kF¶¿\x00 ðãÅZ<D "
b"¡å³—œÏDª†šK\x0F K{÷È "
b"¢½’,ü\x12 H{¸Öù¡ÓXÜß "
b"¢ÅèØÐ¥J»Œ4uû\x1F /\x1C k "
b"¢õ!*\x07 XOš‚Ê¥NУŠÕ "
b"""
£±ˆ\x1A ×zL;¾e\n
i`\x1D ùü
"""
b"ñN\x1F :Þô@░Á56_╦üy¥ "
b"¤ž,–Õ\x1E E*œ‚c&Ðç£[ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ñ¥ı\x1C ACBÖüzH¼╚å\x12 Q "
b"¥\x1D £eÊ!Ia‘ \x03 ø„8©– "
b"¥ù¿«\r Z@øˆÁ\\r ¤{‚B "
b"ª\x18 pZæéC,ö$n\x00 ¤ÝÓÉ "
b"¦Y¶ÅYyNo¬T!gt¾™Ò "
b"¦¶ƒTØ›Jž¸Wà³!?lç "
b"¦½×wqwB˲I\x10 òD^\x00 [ "
b"""
º\v \n
{ì4BWÜÅñ├├tÊ3
"""
b"¿)8ü%)F\x01 û¬Û£@@█Ê "
b"¨?Ù¦T©G\x7F ¨º\x1F ^\x19 Ëx( "
b"¿┘$\x0F ü\x17 H\x06 ƒ▄?P5▀. "
b"¨í4½\x13 ‡E*ŽŒƒm’Aåp "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"©\x07 ÿî¯Þ@\x11 §×¨PêJE† "
b"®╩Ôõu¬B"èÞh*ìÌ\r S "
b"©ì:²¥BH‰©W—MÆ\x00 º¾ "
b"©ïvõ„ÆN#´3,{þ¯¿‰ "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"ªAùˆhVMd¥Ú–ç\r Ï«° "
b"ªôX½ÌbNÝ¡½¿\x10\x08 ž;= "
b"«„_áý€Gøé,È¾ŽŒ\x03 "
b"«Ë©É”(D\x04 —µÇ\x13\x07\e $0 "
b"«Ð’7Ú\f M\x16 ‚H/êØÕn¶ "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"Ká³µÙL‚¯¸\x16 ñ\x00 Ö q "
b"¡zÒH▄àN²¼\x7F ü\x1E Ì0▓Z "
b"‹\x04 Õ®nH\x0F l¯E(.\x1A\x13 "
b"°72+îC鿽ª\x19 ÀLë\x0F "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"«\x1F ┤bɲCÛì{<KsÓr█ "
b"®=¿È4\t Nî˜A{4EÐÖm "
b"«\tÄ1█GÏü°ý8%ç+¼ "
b"®u`Îi"Fà«Çv’‚'\v L "
b"®ŽØ™ö{Jd¸\t ~³‰½&\x08 "
b"¯m¾’?åNÓ¤¨½\x07 ‚\x10 öù "
b"¯w:æ!KA!¸$U¦s˨— "
b"¯Ì\x10 ÕûñN˃7•½\x08 .À« "
b"¯þþò\t LK¤˜xZiû\x05 “é "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"░┴\x14 94ìA\x0F éq¥¼xS\x15 Ú "
b"±‘X]WÿAǵ\x10\x06 Z¤ÊFu "
b"▒º\x19\x0F ║ÖCØæâîC╬┬\x03 \n "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"²oÐQ\r WNç°ÉY\x1C ˜ÙÆ\x1D "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"│▓\x03\x06 ─═L8®┘b\x01 f\x1F íØ "
b"│Èïiq²OIØ}¬s:IêX "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"´ø\x14\x06 »}L>‹øÄ\q\x10 އ "
b"´øZ«¡MR˜}¨–\x03 Ùþ "
b"µuè}ý!IP¨k—‹òh©U "
b"µª(_g\x0F B„™€Õ˜¢>÷ "
b"µç¼Z\x11 gGq“r\x19 ú¡wëP "
b"ÂâKø²JOÅèßu[ø\x11 ã▒ "
b"¶œ\x18 ›)±@’¢\x0F *\x11 f¹]\v "
b"¶§À\x05 ‹JDž§ÝÌ\x08 Í\x0F 0\x1C "
b"ÀZQÁ\x07 ^I_ìO1ÓC4i( "
b"·Žð¬ŠÊN{›î™¡SÒ´G "
b"À½Ñ└7■D[▒╚ìfvÙVq "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"¸tÈ+‰\D°œÉN\$§uc "
b"¸¯×'DFø£FúÉlÿ\r ˜ "
b"¸È$¸N4JQª§Q³N£è "
b"¸þnö¦HD)¯îë0;^Œ "
b"¹\x01 S¼lÁNʃôŽpTßÞ\x1F "
b"╣TôñZØH¡À▀°ØÔ=\e\x11 "
b"º=lÆŽÍE€”¤pÃw«§£ "
b"»\f —ŒóëD®¿#î\x14 P\x07 +ø "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"¢·┴Q\x7F ÇHfÅn¨§5W+× "
b"¾\v ßû@tKùµ\x1F Ý\x0F \X‡u "
b"¾W¸X`¨MA§xÈyw\v y„ "
b"¾Z\x03 `!HN|œ/$Fè÷42 "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"¾ÒÐü\v\x01 D\x10 ¥ï]fF\t ü\r "
b"¿uÁ\x11\x03 ØEȵœŸž\t ×q! "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"└+\$æ\x06 AWáüG#E^\e o "
b"└9t\x1F hÅD¬¢▄é\x10 K■ðe "
b"└c┘·\x16 .J\x7F Éâ\x08 ╔ØÐvç "
b"ÀË\x14 ©ø*Dó‹À“£6.\t ð "
b"Àß4Æ6~J¶´ä\x1C k'äRÁ "
b"Á5\x07 ߟ\x17 Iå±o³GþM»\v "
b"Áo8€™#NÂ\x7F ÝøOÐæK "
b"ÂZzhìmIοÕ#Ðï>\x15 I "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"ÂìT(/4O4³Ñ/\\x19 OCæ "
b"┬¶o/ã0KëÂók11¦|É "
b"├0×\x1A 7ôCv©²Å\x0E ½8×\x12 "
b"├0°╝JïJÅÖÑ\x0E\x14\x06 7±ý "
b"├¸¶¥,ÃEÉá(sVsÇÍË "
b"ÄÞŠ\x19 ?9Oöµ$N\x01 »·\x13 ¸ "
b"Äâ\x18 ªãÐId½md¨uîB\x1F "
b"Åà@§\r O"³L®Ü=“ÄA "
b"żR…\x1D ·Fj‡úÎÁ¤¤Ïœ "
b"Åü\t ™öÃKã¾\x06 ¶K¡&è "
b"ã%\x7F ╝├ØL\r ¿M¡7¿P5È "
b"ÆÒÂ&ÜIÂŽÓ"`-g\x10 à "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ã▀\v )ì,KN▓Föö"Ö¡R "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"Ç5„Àº!Ej–é\x1F \r ÁbÒ\x07 "
b"ÇHêvƒfC|²”B\x18 ô"µÆ "
b"Ç]H#W1Aø¯\x05 }Àá\x1F äV "
b"ÃèÈ\x18 qL%ª~öÆìÔ\v ┐ "
b"ÇÑI ÛÿCÈ…²øÈ\x10 Wˆ "
b"Èl<•gÒMT“J‰7ýÒdõ "
b"╚ìõËñ\x1C Aàú38ÙñÝ┌/ "
b"""
╚┘z\x02 «ÏG\n
¿÷\x05\x10 Ø5³\x08
"""
b"Èì.L\x06 .@!½|qfD(sñ "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"╔ ┼ÿ¦oG\x13 Å@ae´?\x0E À "
b"ÉG?\x02 š\x1A Jx´¨›ÍÌá;w "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"ÊðѨ NB\x0E ˜ Fƒ‚øi "
b"Ë\x1E ÞþüÃA¢‡ç¯M3%éu "
b"ËxB„kÀO︆ÓÙ”½9\x19 "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"Ì:l7\x19 ‹FS¸¦ì7\x01 0¶% "
b"╠J¡G¥fL╩àıØ\r >\x04 ├p "
b"̳\x1E ê1BBQ©ü(ÎC¨õ\x0E "
b"╠┘\x06 au░CöÆì┘rDf▓2 "
b"╠┘%Î█%CÒÇ(Z³ì`×+ "
b"═'©ÙºrCìøôñN┌¢ß- "
b"═P\x1E Ur±D}üÖdpwУñ "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"ÍÒîÙã•DŠ“Ò\x1A Å\x18 K–\x08 "
b"═ËuÎUQO¡ì╚ÀÐÄ\x1D '1 "
b"Íò~½b$G‚ª÷8S¦7\x1F "
b"╬Ø?eD#HóæËÛ\x18 f&\x01\x11 "
b"εØÈrüD¼¸Ä…:\x05 #ý\x17 "
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"¤àé\x1E Ý╦NeÁê.Õ]»Wü "
b"¤ç┘õü¿B\x04 æö;_Vl8\x1F "
b"¤£ªÙJÅL\x1A Ñ\x10 xÒ\x14 Ç├à "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"Ð\x11 7…Ø%HÅ»Whb\x00 øQ% "
b"Ð\x1C !\x13\x13 öAh¼ÁÂð‘àx” "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"К1¡v(D^„sn<~ó8Q "
b"ðn\x05 ;DEì╗*\f \x06 Ô6â "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Ò/,2¿ÓLؽ–AlÓ\x01 ZH "
b"Ó\x00 yKo6Ll¯N»„LŽž> "
b"ÓbO5>KE\x1D §\x14 —4.7õ— "
b"ÓŸq…wÔ@V‘×ûÊÚâz· "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"ÔÇ*¢´¢Cp†½²x\x1A š\t\x06 "
b"Õ1›îk9A\x19 ·x¡2¥Sä "
b"ı2¾\x08 ıKE´Ö▓g┐\x10 ┼~Ø "
b"ÕA×P&‰N\x11 ›Å‘ňiÈÙ "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"Õ\x7F ’§»qG¢‰š¡\x03 3éYB "
b"ÕÊÎL°HNA¥MŽV\x07\x00 <Ž "
b"""
Ö\x14 œ\f \n
»@ö¼µGþª\x0E\x1E r
"""
b"Ö\x18 ™*}cJH£ô+Ô|¶\x7F ‘ "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"ÖÑv\x18 ¬®Mºœ±(¬'\x06 ¯\x16 "
b"×Gza›;D©¥‡VfŒ¢\x15 ÷ "
b"×èq]4_Cé¼¶\x07\x1A Á?\t è "
b"Ø8d+ÏÒ@<µ~5¯T£@û "
b"Ø8|å¢ÖIg¬6Ð:Œº†¶ "
b"ØNs܇<C†½\x11\x1E e\\x11 Î "
b"ظ$«Ê€Dp‡íÉÆ[éÚ£ "
b"ÙòEŠ|\x04 KY¾ñÙ\x1F ·Âø\x14 "
b"""
ÚMÊr[ÔFØ£–)ºjä\n
\
"""
b"Ú\x7F ÂíJuNà’ÊU4ŠÉ \x1F "
b"┌ÉaÔ±´LOñhîà«MÍ\x03 "
b"┌ô¶v\x04 ÷Jì░Ø):&\t jÏ "
b"Úœº|;ÍIa”\x1A :#ë,ân "
b"ÚæwQŸ_GÒ«oãà…\x03 `c "
b"Û\r }™d)OÀ¨Mšp˜P=q "
b"Û›ÑA<ïO\x12 µ$¼_™ä¼E "
b"ÛÖ`ô0HH^ª\x18 ñ[§\x0E -ª "
b"▄[c▀ÈAÁú¶ìt¯ÿP0 "
b"▄]\x00 ÎAlM*ïÉÄ\x16 Ú\e m\x1E "
b"܈9#«ÏLú¦°dH \x00 ž» "
b"܉økhaN²†\x01 OU†ý‚ê "
b"Ü• Ÿ=‰@,…\x10 +§×Ru\x12 "
b"▄ò,▀2ÊL\x10 Øê╣Üä1èã "
b"¦<þ╦\x10 ÐC╗ØÜñ¯9nA¾ "
b"Ý·™õ·LL˜«†”ùÒ=\x00 s "
b"¦╚É\x05\x00\x17 A:▒\x7F tRÍ{À\x00 "
b"ÝÝ\x0F X;ëFJ·hÊÕ^¶\r \x01 "
b"ÞÝ‹ÓdÁL+½'ÐæSJœ "
b"Þî$>~\x1C Gª„ÚŠ‘‹kSÈ "
b"ß\x05 %\x19 }\x7F D\x1C ¹üØ·\x14 ³ŸU "
b"▀È\x01\x1F ¥=N2ìeùcmÑ╗ô "
b"àWÃ0\x1E ÿAË€ôÇU\x04 ìó\x0E "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"àÄÄì¸ýOz¸°“\x13 Â\e ôD "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"ßFæL╠\x04 HÙítK<ÉZ\x10 Î "
b"áË9G\x1D\x14 E¼’¼ôºi\x12 L÷ "
b"âL‰Á°ö@…‘×\x04\t xHÈw "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"âéÄ;Á“B·¿íç\x13 Ù!ø "
b"ÒOèù¹0Dì▒\x10 t\r M─[\t "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"äŽïí\x14 ¶D©€jZ¼ü×>\x7F "
b"õ¥:\x02 çDvüÇ\x0F ╝X²+¡ "
b"äó\x16 ñj'H6§[ÿ ÌT»Ç "
b"äù§„kŠKЉèkã®…JÄ "
b"åÅm\r ôMç¯ëÚB\e EJÛ "
b"ç0\x07 H\x1F Š@ö‹ºð)=Ô€7 "
b"ès˜q|Ä@J‘Ýr¡Ê\e êK "
b"""
Þ╚├²æ\x05 B\e üÑܳ\n
Ò\x10 Ü
"""
b"èßÇÙËËGh–\v©-˜ÒÙ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"êPw\x08 b\v GKŠÁ”_ñ¿ÔÞ "
b"ëcOXÉ.Gº‰wž·³\e Ê1 "
b"ì\x07 g_#|Koˆ7_fŸ@Ä\x16 "
b"ì\r È\x1D\e\x01 JŽ·1š¤\x18\e úE "
b"ìH4GV¶Mȉ\ óœÉ¯Ñ "
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b"ì`ÿ©¬\x17 H=¹Yf\f 7‚•Æ "
b"ìs”Æ~ÒIÚ°oœÄLš+\t "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"ýÉ×ålÈC└Üa¼T7¦\x19 Ü "
b"ì¶/À4\x7F DV¨¾T³ÅG¬\t "
b"í)+Ù\x13 •M¨”@Š*O\e ¢b "
b"íGÌ.éÇEU™\x10 wu¹\x18 [q "
b"í‘÷7kÕJæŸÍˆ[ôÓ+! "
b"Ý£Vе▓Gå×?\x15 GüX±g "
b"=Œ„H\v –\x05 &¤N›f "
b"ïZP¿±õL»£>Ø2p\x17 œþ "
b"ïojÞ…wE^ºsáš6}ȵ "
b"´ÇÕRÖ╣M0Ø<<╚\x10\f Q? "
b"ïàn4µ’K¦ª\ë6þ\x07 ßñ "
b"ð(¨fh\f L\x05 „ƒ\x17 ÑÁç|ì "
b"ðwãÌš2Gt«¶ÍQö§‹î "
b"ñ\x03 ÑgïûF¾¥ÿþC{jñ "
b"±L┼Q´\x04 LjÉ¿\x04 S█.Jõ "
b"ñdEš(Ý@̯5MàJ\x18 ET "
b"òn×*x"N\x03 ž<€;\x0F ×d\x00 "
b"‗ÁByUFIýƒ«üT¸Öþ▒ "
b"òߥõ•îDRˆºª[îUi½ "
b"¾\x08 ÊZÀ-@\x1A Éf\x1F Iq5sn "
b"ó)•†ÚƒC?¡\x00 ñ\x06 &q=ù "
b"¾A\x15 T╚ØFrü7ð┼¿oxx "
b"ólÏ\x1D ìÒHy²÷Óq«2cß "
b"¶t¥Ìª-JS╣cÖüW\x00 _¾ "
b"ô~\¹)þKÞº\x06\x06 D€\x0F ÷ž "
b"ôÆF£JpG¾ŸV~ó~\x00 qÅ "
b"õz·Z\A\x1E ŽâIM\x12 Ñÿ "
b"÷'S4¢:K[†\x03 ;m\x17 ëñŸ "
b"÷³^L\t ÄHÿ¦\x18 “®¨\x05\x0E "
b"ø\x08 îj³åC΂7h¹$¦\t K "
b"ø\x7F t&D>H,†‘m\x1D cè€V "
b"°à ÛÁéNYöûLöìu1H "
b"øòêÓ\v ßIÔ’Œº›çB': "
b"ù\x02\x17 û˜ÖJ†—DäàšÀ[À "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"ù‰ÞÎØKO(“&ÅTŸc²6 "
b"úqÁ\x18 ùKÔ„ö³£1cÑ8 "
b"·╣rÏüyGnî╚¼gC\x08 ┴M "
b"û W[ÔTI£Šãxå¿\x08 úÆ "
b"û'F&\x15 ¶D\x01 ³k:àÄpž¿ "
b"û)žvüâCª‹õJ^b…¦U "
b"""
ûF€DpeJ…–Ä\x7F \n
,@\x17 ›
"""
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b"ûôˆ…¯EAQ°^ñ:ñ¥›~ "
b"ü\x00 Y\x15 ŽˆI¹÷uÊao "
b"³*õ"F+C`øl³ì┌█´K "
b"ü2ò2ÓçF0Ÿ´›üh2a¯ "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"ü‰ùuÈîN¬¹˜4+9\x10 qÝ "
b"üñ?\v íÌJË¡ûÔIWbVÜ "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"²0*\x1D\x17\x03 Hêå&é òÄ┼Ø "
b"ý>¢zžšL̆æW명Žs "
b"ýXØ…T¢Lü¬Eª«ŽÛ‰D "
b"ÿGWP\x10 ‡MÖ°Ò"Þ™*UÛ "
b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `config` as `product_media.media.config` ,
`product_media.media` . `path` as `product_media.media.path` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
`product_media.media.translation.title` as `product_media.media.title` ,
`product_media.media.translation.alt` ,
`product_media.media.translation.alt` as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields` as `product_media.media.customFields` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . `media_id` ,
`product_media.media.translation` . `alt` as `product_media.media.translation.alt` ,
`product_media.media.translation` . `title` as `product_media.media.translation.title` ,
`product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . `language_id` = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x0198CC5CF09773C08EC0D20DD4FCD9E7 , 0x0198CC5D41E271B2AB26CC0E57125D65 , 0x0198CC5D6D137308A5FA90FA35F776FF , 0x0198CC5DAF3D72D6B8EC1FF2BBC3DAEE , 0x0198CC5DCE75731C8A726B96EF07B9D8 , 0x0198CC5DEDBF736F8498C014BA391DD4 , 0x0198CC5E7148714CB32E7D48E67995D4 , 0x0198CC5E901B70A98A5FBD92548AC6B2 , 0x0198CC5EAB7E72B189A183835BA75AF3 , 0x0198CC5ED61B737ABF98DF2318E02C36 , 0x0198CC5F36BF73DBBE059457768F9D58 , 0x0198CC5F751570ACA961DDD58919AD4C , 0x0198CC5F90AD7111B283E66216D0F253 , 0x0198CC674F767345B4F60E77D83B00A9 , 0x0198CC67C0E372E6817DDB7817EC1040 , 0x0198CC682E0972F5B7EEDD4DB2E44E22 , 0x0198CC689B6B7352A33C4F306F5E2FC4 , 0x0198CC696DF771CABAC7B15688F73699 , 0x0198CC69946672DCB6E341697E01BF4A , 0x0198CC6A090670389229A7ADB2BC049B , 0x0198CC6A3014725288DA9519CFFCBDF9 , 0x0198CC6AA8EA71C0BD19FEA37A402D21 , 0x0198CC6B2D71713DB3C35EB594764799 , 0x0198CC6BF4D670659E057433FCE2D1DF , 0x0198CC6C3336728EB05C231C55137F29 , 0x0198CC6C6E4172D794CA283B0EC4B3CF , 0x0198CC6C99B8730DAECE44FF63223DBE , 0x0198CC6CC112708EA797F26E87BD3E2C , 0x0198CC6CF31A734690BEBA24D9749CF3 , 0x0198CC6D21B27332AB9E350C390D58E7 , 0x0198CC6D3CFD71A5BD9C29C11BE32A0A , 0x0198CC6D73717255BE318AC447FFE284 , 0x0198CC6D9A7C73AA85907F7B03CD0921 , 0x0198CC6DC6957282846B4B0906BEE844 , 0x0198CC70ED8671CFB0150A9F19EBA190 , 0x019A08A9652D43DEA42BDB47FA151EBA , 0x0217734EA93E4162ACFF209D83B739FB , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x046A73EDCF054114A12A7D5993B944A1 , 0x04823061D8204B58B3D7C01F41E7D802 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0x0671B2874843435E80A5DD9A695D422C , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x08D7BB3BA90241B8B594F021C9D57984 , 0x094062D5A06B4F258C793771A85E6D0E , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x0C54BC7BEB2E476CA132A401F01A6D38 , 0x0E1DB1394451456AB9D549E752CAEABC , 0x0E9A3FBFF7044F44BDCD0F8044616838 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0x0F01A3413914486D85103982B814090C , 0x0F2BC509943F425F88602389A7ECEB65 , 0x0FB17958D9654B9C9B30535001C901F9 , 0x0FCD4135A9E846B49CF849BE143569BA , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x103EDA8DC91C4E488343D49116CD82C9 , 0x11115A768A1A4896A53D74299D4AB281 , 0x11EEE5926FF645DBA7F49F4C394E51D4 , 0x123C73C3AC77401D98BEC14C58F356A2 , 0x13136A881ABD4475BF7565B7D212080C , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x13385B1B57CC4054ACDCCDF8FAD588BE , 0x1352D672D9E04B89B0B9873F7E2FF9A1 , 0x1358220D13D241608290AE0D114B5B5A , 0x142D001969D846CBBDF7D7D6BC0FF1E9 , 0x1431A16E809D4C4DA962D86C9B8D7FE3 , 0x14CE356C0DB543F499C0709591162FB9 , 0x15AB8FA97C774624932636EEE2390DD4 , 0x15E00533A5F84A22B3558A03A0745E32 , 0x1611424E40B24266ABE3613A12A7E306 , 0x169EBAE0493B405E8E0A77198A438E61 , 0x16CEE3CCD79B42A59DC5DE8D4C242F35 , 0x1714866A7CAD4FB98310DCF025A685D0 , 0x17540E8755D7452DB3D1E51D3F2864BD , 0x1778AB2716BD45B29F775BD00B0C30AC , 0x185B9B5D73664C4FA583CB23F84A159E , 0x189D81E129574C5E831AE08AFCA278DE , 0x19B16284B4254A62801915F48B57367A , 0x1A97EFB5769A4AFC80DEE626476BFB3E , 0x1AB6A299109948DBA1D3D50C71840D45 , 0x1BA2EF1EBFDD4325A78A0D17AC9449B9 , 0x1BBF818F2AAF434FBBA4C88A80C30013 , 0x1C3060D8552F48F78E6F4A44BE26602C , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0x1CE9046A05BC4CCBB80A62D403323681 , 0x1D5C64C874BF4DC69F3FEBD04FAF3364 , 0x1E3FE1448C9542BEA4BBA22554F75E0E , 0x1E8D8900F0CA42F8A7272611281E60F9 , 0x1EA1DF93398741B19551B8656DC6C74C , 0x1F079C55774749418594C72ABECCD336 , 0x1F177EBEA7A74A3589E30EED1A97752D , 0x1F5B4C511C8F44FF8165AEEB43533943 , 0x1F97FA2E53334DD7A7DDA6BC39E46B9E , 0x1FED0CAB3FAA4B8695F59173E08BE362 , 0x1FFA59E417C44ABD8C403B421CD27872 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x209C40B7B0E7417B8605840FFC63FCC6 , 0x20B340B20B9940E9BA395EDF32A2305E , 0x21A6D9F7C4DA4CE2AA5182DAA140479D , 0x2222DA2443D64BFBB0B5FD68BB9AAD53 , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0x2314D7E634584B51B90C8255FE582DB3 , 0x232E99C9BBFF4E84B0298AC38F8E99AA , 0x2333DADD776E46DBAE0D879CA99F7ED4 , 0x23679A8704C0436BB1B0FA5AAC717163 , 0x23804EE3290448AAABD125CB63CD9FEC , 0x240D06FAF95E47BBA7FDA53CA0E394FE , 0x25185DA2034A4B4D945A6B8511FF1C02 , 0x25CFD871B70546579654582382E68C0F , 0x25DC72F7E5484C5BB24C272CF470536C , 0x2666AE8E573045C5844E0FF2F01B09A6 , 0x268FC412578B406F8945566B61785612 , 0x26BDA2EF57574767AEF29DFDA24A05BB , 0x26D23B395798403C97C47D0E72C8E94A , 0x271E00996E0D46E2B60CAB0CC352F774 , 0x2722E11330BE4AEDB3D7C10DE31C0B84 , 0x273B0F09E8204E35B91078C37C6D9D87 , 0x275294068F554ED984BFBBEEA86C7DD0 , 0x277C1CA3AC12482AB7E9FECD573040B6 , 0x2797F31D3CCF405FAF9D18587B2C2DCA , 0x27B0E1194D194D10897DF67A6E0300AE , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x27CC92A4506042AA83FAC90390F228B4 , 0x28D08E37D3F3444291184B5196E5A82C , 0x29968B24BD074462B00E75A9EE92F787 , 0x2A04967D1CBF4B3A9F5B5883B4E7E7C2 , 0x2A41EC16EB304AF5B52103615066FE91 , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x2BB38224E14E40AD9A1FBE12C7969E0E , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0x2C680F0FD9A849738AF24A17FB860911 , 0x2CC2D393B6BD47BFB57D72A52983F662 , 0x2D862D31EDDE44C9867817A333B64A18 , 0x2D8755344D0F435C829956E143465FCD , 0x2DD49DBAA57346909B2C79834ADF3A7C , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0x2EC3A10886154BC4A98888EF5DE27C01 , 0x2EC5267D10F848CC9B01C64E6576894A , 0x2EFAE3ACB5214167A91D5964473B6B7B , 0x2F89AB8D977A434F8A0192DCA0BC5542 , 0x2FC7F6BAF63E4FC28659C259098A1C9A , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0x2FE5E5214E9B418CA1495AF1A0AFBA6F , 0x30517DBFB2B54D7395D6A70FF90E7E8D , 0x30B629DFFBAE4B4494951C2971D83B13 , 0x30CD49853F0C4D3B9FDADD3D4B3661EB , 0x30FE6DA74E644FCA9DAFDCEC94FEF63D , 0x31005DD2B74A410A9B0586EFCBA4B6BB , 0x3149EFF74DE640B985925942CEA011B5 , 0x31E9E52F998E4AE0BAB992EF13B76C2D , 0x31F37D3F00634AEC96D5E3697DC86BD8 , 0x32680CCF8D434A4CBB1450CD988FE4B4 , 0x32AFC441745D4F7E92B5157E1AE930B2 , 0x32B9534F777F4D78AA54E6FCBE704792 , 0x331888DF6B9447CF803F6BCA8A111B63 , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x3410B846409243BA8F817BE282CB5A55 , 0x34322AD0217B4362A1CFA0E6C6172B99 , 0x34327BE5DBB44895945339588A43B466 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0x3496E7F621B340C68A41787B44404A37 , 0x349A6D7631A84C81AEBBB7D810818529 , 0x351CB294D86B4494847195CE10EFE66D , 0x363733C7EA8F4F998B5780D9360E98F6 , 0x36745AF7B97240989F7BAAC0FB9BA9E0 , 0x36E13A12939F4BB98FB0AFCDD33A7203 , 0x378A5BE7022A4E57B2C88411C7ABB3DF , 0x3843575D9B3C42BEA013318775F278DB , 0x387D3840D338476A83D5C4F2DDE4B35B , 0x388033CD3AEB4F7CBCB48A3BAD57BC43 , 0x3960CAFA071045B6BBE38DC2F57ADE85 , 0x39FF5A00C62943519F2609B434F71777 , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x3B39A660AD3040FB80E91C57D5E453B0 , 0x3BCF5590121F4E67BC81BCE9A695DCAF , 0x3C2377BA6E294458BD1CAFD08CFC2D56 , 0x3C413AD45EFE49F68052057D4BC92C7B , 0x3DAC7D9E55BB468CBBC72AB008443CBF , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x3DDDA00CC5284C32BAAB378964051ADD , 0x3DF51872CBDC48AF886DBE2DA5DB7074 , 0x3EF49CDACEAD45F99AAC44D4013403A3 , 0x3F119CF570E0450BA9693A1753324D21 , 0x3FCD66FB31B243D496912A25489F0376 , 0x4050B387C2B245118FBD742F3A60CF12 , 0x4054B855538D431A97692C6E8145496C , 0x40572F249F21423880935F04BBF3D29F , 0x406B6821EB634F1C8D8917A016D97019 , 0x40862F57BDF243829637882FB0D586B3 , 0x40FFE83373E34D6FA88AA9B47E989539 , 0x41079C7422554AB084069F6BAE338B9C , 0x416128A4F8774B4AA8ED9A351A18DE30 , 0x41621EEFE91C41EF81CE2C209D85A388 , 0x41D688063DE241EFB6711CB85FACA868 , 0x42557CD0550B42E387FC2CC53B9EFC2E , 0x4295CE766A2F410E86031D7AD3C00FC8 , 0x42E358B9792040F09DD3C26F9A8BB19F , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x436A5B71A1D24AD2827D0B4831032082 , 0x439A16F4359440DB9C08B9807EB33D2D , 0x439A77A8893E431085804085662C10A6 , 0x43C2A96C8E304CB5A59C8D410ED696A4 , 0x4459B94BD6BF407A967F90D12F091C2B , 0x44899DA35DED444AACA68B0AEA3BDE6F , 0x44BEE7C8BF264F12905CE8F20941524A , 0x4565E2509797459CA8F79FED8B816D5F , 0x457441DF0697420AACD2A8822CC9787C , 0x4595DD600B804CB086640BE835EE6351 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x4638B379EA2446F9A8E280020C65E763 , 0x470E894ED6CE4D7387A3E5B6F6CB9308 , 0x4772ED5F211C46E3B858336A692FBCCE , 0x4791E56D7CB74E039F451E39E4313A15 , 0x47B92494B56E477D9F6F8B33E553FFB4 , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x484E0C21B86B4F4B8052439585B7D6CC , 0x48623F74242E4556835BE8FB7EA8E971 , 0x48E14782268F4DE0887536C64E984595 , 0x49917CBB019C408FAE9594DCB7FF43DC , 0x49E3D5AA20E64603BBA02E3D3B264C96 , 0x4A2416C59E1349F98CE1F2974691F1A2 , 0x4A2FB993D2114B938DA5515C4620DBAF , 0x4A405A49EB5F46F78AF46F96AE0F3B8F , 0x4AA1D3295D2945CAA5CDCB4118996401 , 0x4AB731A1BE664130BFA5BEF7B4057A73 , 0x4AC3AE2C78BB4911877B1E75AF22CFA0 , 0x4AF5313C097844CABC8CADE116493D04 , 0x4B32977F21BC4737A8E5A594CD91F0FB , 0x4D319B5273E04263B4F7261231B6EBE5 , 0x4D52A5E573BA4B46A8BF7ACA1743DA76 , 0x4E45326E80244B48A83D81A7A7DB1012 , 0x4E4D45F20929421D8BC1133D32FC6B90 , 0x4EFF0540DBB748D3B39B989D37828734 , 0x4F60ADA1C2A24BF1A5D61CF22B816BD0 , 0x4FBF7D7C8D13488E947D1E92B1BEA87C , 0x4FC4531EDC004192A44E91C34437ED72 , 0x50460B56D7B7463C828F3AB4D045D751 , 0x504D7A029E8043E5935DD10339E998E9 , 0x5089A2E869DC40B2A169DE524C949A27 , 0x5157ABD73EAA45FF9C2ABD5FE7080460 , 0x51B303C46242476F81FD06C0083E818D , 0x52441A8E191748EE96D0492C2FD7FD51 , 0x526A2E9EF8174E219B0095559127DF2B , 0x5273F25E874942CB82DFADD5B054A179 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0x52B7B31A3BEF417EB75AF8B85BEC7F33 , 0x52D96CE20C3E471984A51A891F6B817D , 0x531F2BB32991464EA5479343F2D9E577 , 0x53A6C2B0F4C140239F087B3BE99D6214 , 0x53CCD56205554B5390A1C332A6066A4C , 0x53E175FA529B4AD6B6E2F5B9D70B93D7 , 0x5404693C697D485485DE7DE7E1EF2C01 , 0x5422F85ED4414F27A8874D9FE97FAB22 , 0x546DFE08A7504E63BE3BDDFF8E4C3278 , 0x5476533DB64B42C0826CB28C8E68FCA3 , 0x547DD6C7C4804374A8EA09705D2D6D29 , 0x54E1BE9835FC43FAA84544BB68FB5942 , 0x55C375DB204D4B8DA285D1A44852DCFC , 0x55C94ACC7DE74AEBA67EF1AA0CD4131C , 0x55DB626078624359BA213FB9B1349AF2 , 0x56C8CE10ADEB4F28AF64DCFF620846A9 , 0x574372388CEE4F2781F6C8ED30644D1A , 0x5870801535E54876A6A694C03B2C643B , 0x58D62AADEC394F14A56CD89542929CE3 , 0x595385791FCD4762BF22509A343CE5DB , 0x59E8817C65644BFD8AEAD167CC0D4998 , 0x5A726A2D9CE249F28851F14FE925A0D4 , 0x5A88DAB8596D436D889E560C822F6E26 , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x5B41FEBFBE574CEFBAD4E5CF574F9968 , 0x5B492EEE32624E18A10AE00710171A51 , 0x5BB4FA7EAB2A4C949A02086B8106E8E7 , 0x5C33AECB111B4514BFC1EA972CEF897D , 0x5CE5E9FBF3294602B1219454A79DADF5 , 0x5CE78F3E525641B2B2490526E0794290 , 0x5D2136F07ECF4C5F911AB9E4ADEB2C94 , 0x5D22A0BEC8634139BBE89A12FE66B022 , 0x5D22D59CE064476A89112CBF924157B7 , 0x5E46FB396CA74260948FFF4226B8309E , 0x5EA249FE86FB49289174C70CA229CB56 , 0x5ED5A77D39844B4783C6F4FA50B7D0F9 , 0x5F0A78D873A6453EB91F911136D47E3C , 0x5FB347F6832C4AEA85DD26FB2819F3B9 , 0x5FBE54D1A8704A95B6C5BE3C3D64A27A , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x609BA8D52A144632AE911C986394FE6B , 0x60E83051BDE745B8803DA6F26B1CB437 , 0x6293EF20CAE84C7E90CCE54B64C43A27 , 0x62A0478D6EC649508428CE4575AAA586 , 0x62B5131476704746ABF212A188F25C13 , 0x62DCD7185BA04B12803DC317F4327444 , 0x62E31E0187CE4A7582577790E2481B2E , 0x63524FBF43174F53B4AA1C7D60B2661E , 0x63D0253E4C0448EC8B909FEC5817C0BC , 0x63E71FA4D7104410BF3D2AAB96993885 , 0x64234AC24DD0480491F83700FE837DDB , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x65139590DC384732A2C0A4330E2E1586 , 0x656E774BA7B143C59A5097CEBDDCB0A7 , 0x656EFEF3430D45B1A3F22DC32DAF30A5 , 0x664A035BE66041B58973C7E849CB5CC0 , 0x675B83FFABC64F3D8FAF117CC3A7BB45 , 0x676C00D88A754706AAD1214DB4C6AC0B , 0x679BA459F4DA44CA8EA212ABBFCB17B2 , 0x682A3DE9A2534E51A494650F0D1B189F , 0x68CA30F69F734903AF9EE8C2E90AB4E1 , 0x69AA107B8C8B4B9F83F6EC058EB8A0B6 , 0x69FA34DD2AF5429ABB86901EE7221702 , 0x6A074B59DD38478F88F38593A989D76A , 0x6A6D19C5989246FFBE25DB0BFDF1DBA4 , 0x6BB759D26AC245F58AEAAD794B0007FC , 0x6C72832AD69F468EA5A04C8F470A897E , 0x6CBF0A463C6145E29EBF658FDBC8A25A , 0x6D2F3A4BC5CC4D42B1991533A98C93C0 , 0x6D759189C4A14728927A26B23ACF20F9 , 0x6D7C8D2BD92E4640B2571ACF8CF7F8F9 , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x6D946CAEE54A4C6BA588E29AE9C4ADCB , 0x6D9714C4DAF14E40B209C42BB455C6A5 , 0x6DBD105E5C9241128BEE5DCE90FAE36F , 0x6DD6FB4296E04D6DA72E3EB70F644C98 , 0x6E0E3216B15343F295C69F1F0B37DFC9 , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x6F81D53B655345829F930CB10C5449E6 , 0x6F9351D6654E416FB08D24FDBE1CAC03 , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x711AEB58C0EB4037BADD7BF4454538CF , 0x71949C6E2EA14198B17EC1D600F6FBFF , 0x71B2F652EB364664A42B8FBD851DBF7C , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0x72947C0213214597B5339601402088FF , 0x72D8792AAF334011BC0C39A1E6AFF47F , 0x72DBC5365A014FEC883B5E2F977EDBF3 , 0x72FE7C5125414792B1C52F53F90699C8 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0x73E3A993D78C45BCAC56957694E3DC61 , 0x73FB23B48CF54AAEABE2E831BE5373D8 , 0x74024962C39346F4AA1D015DCA8026B8 , 0x7462E5479AB14432AFD61D42B71D6AEB , 0x747C60779F4D4DA5B94D9A1491009880 , 0x74D81FCAE8C9455D939F99854AD1B37A , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x7587B8731FAC40A9BC731AE9167A44CA , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x760E3448DCBC45CB896720AE9DFC2A2D , 0x763D792A5DCB414FADA4732CF4706EE1 , 0x78D558EB2FA6428EBC6837547F2CECB3 , 0x79632A2EEDC249F7AADC9F0A3A5A4180 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x7A115676360849F0813E298223877E8F , 0x7A8A9478414846B1987EDBDF4B11C1EC , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x7B56DE47AD93488E9052B5509AD282D7 , 0x7B5B8413E4AF440780D41A419A972862 , 0x7BB03EF2ACE546C393C388F94430C9C2 , 0x7C431847B2AC46A7A123C7CB431ECD93 , 0x7C670E5CDB994EF68633C869D787DF0A , 0x7C6F17798A754C749F038BB588490847 , 0x7CD50EE1670C4EAE902C5BC838E1ECBA , 0x7D0912FCABB54CB780653B416C44CAEC , 0x7DA386DF3BC34C33A1C21DFF2985F647 , 0x7DF70695707044559057EA36A1E018A5 , 0x7E36E27D07E845B4B3E436352524E25D , 0x7F0071914A1B4DE8B18AE3AA7C2A7880 , 0x7F575898CCA44B77846D351643C356EC , 0x7F7401D272EA4EF7B5F5C747C69958D6 , 0x7FEE8B25719F4CF9B28D5C7E4FE14C81 , 0x804D263D5F2D4EC0B2D5CE795E3EC534 , 0x8050CDDF7AD24DF68FB01D40A02CA55D , 0x806C9DD1D06F49F1B144EA80165E960D , 0x806FD3BA99DE44ABA2E44DA12B6AA73B , 0x8077735EBF234AAF88FEE44A911D2B72 , 0x80DFAB55380844C4A9BB1149A9DCE446 , 0x81081A5A7D8D4092BFA3DD0C76ED717D , 0x817655206B99448CBD68B3302A622981 , 0x82059CFF6192466CB463468863F2EB82 , 0x8213B54EB6BE405CBE81367C216404D7 , 0x82794EC8142C4BB3AA06990BEA889CB7 , 0x83085583D2C74C21AABF44F458AF75AB , 0x83518446F56143DF95DBCFD55271A173 , 0x837B7ECEA3984613A22202C243995184 , 0x8386C89CADA2400E9D3058C3E6C9C049 , 0x83DF3FE2FABD41A983058AD1B9AEDBF4 , 0x845C2851698245D988F548DD8AF3898A , 0x849745F0B705433A8B1568DB624872AC , 0x853793D702254320932E0A825C0E65C9 , 0x856532E1390F469186D69108DBADAAD0 , 0x8566380E2610463A8DCDB05B25141AE5 , 0x8569886D54D848FFB319A42BB2B84624 , 0x856BFB7659BA448DAE9A5DA237B9C408 , 0x861AFD019F3E4F919DA205741F9195C7 , 0x86AF7236F6CC4F90BD1635F05F17354F , 0x87309ABC6EB8424B90560A9B9A9CD054 , 0x8785560BC9694947A6B451890E261A6F , 0x87C6574BC8B44C33A696F1917C5F0834 , 0x889C3F1529E94CDF946D121C03E33E63 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0x88D51DA12B29458E9C469E77C1CC4BE6 , 0x8926FCABCC714336B89B9F541FB22F3D , 0x89C7C39B12EF4800AF0649B3A826A1C2 , 0x8A0834417C324B28A7F87FC3D2502016 , 0x8A734A5DC2154FD2A1EF53FB7E6B7AD6 , 0x8AF094991B8246DBAC56D95E73BB7798 , 0x8BD51843F8DA4CB28F699C81745710DF , 0x8BEA4EA004D8402DAB1812F89A097FB9 , 0x8BF4C5103F9F4955B349CBA2064169BE , 0x8BF846D629484CC68A95D8C83831BAB8 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x8C2CA16E96074B43AC2494E997313E08 , 0x8CD1FFADEA924F1C8EE1B39ABB8430D3 , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0x8D58B94168F74D86849C1E4F3C43AEB2 , 0x8D8AC9480DD8417FB67735B100B9B615 , 0x8D9787C3834745A8A7F03525DE9A9A84 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x8E42F0FA0012424FBE3C2E96228BB064 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x8EBF1E333E104C24A16C8B825566FC2C , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x8EF32C52394A4739BAFDFF844C3DE15F , 0x8F079CBE6E884C10A87A21295AB7A13B , 0x8F1C43AAEC4648C4AAE1044AFADEA236 , 0x8F357A9D134E46D29E293AD00287B051 , 0x8F86F46AAB394C2DB6D7222AF462170C , 0x903B64B4A695470AA3CAEF90E59B061A , 0x904066013A1048299ECA7A3AA4BADC8F , 0x90746C98BC364BC4AC071000CBA52AF7 , 0x90D2D49D95E244CA963853B5C550A967 , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0x917368BBD8F241F3A17F34150DAF3F61 , 0x91D374C99BC34AE7BEAE6A9E506318D1 , 0x91F592C5B88C4592A9BFCF8B2F59449A , 0x9221DB64CBC54FF0BE53254824AACE1B , 0x92373671684D4C6599E470B45139DCF0 , 0x9243366D8F8C46F38F9625D54AA65880 , 0x92D7F2DDEA3A4703899D75F43CD17F05 , 0x92F3492007F04098897664229A148733 , 0x93E012735E1F423F9C55286DC1F61059 , 0x93F3801F41C64DACB107541A2C0D0561 , 0x93FA3FBA27E84C909866FDC267717208 , 0x944E3B9213DB4ADB8F7F21FB5B50BBCA , 0x94A2B191EA5343E09CEECD0B5BF5442F , 0x94F7496D2BB149D49C6C3209B422E208 , 0x95011EDAD50A4BFE904E2FF01BE1AB11 , 0x955403CBEEEE4DE2996D2DB415FED663 , 0x95671ACAB1A74AD1B78D7F7918303CA6 , 0x95788781C1894E5EBEC7D316A90E728E , 0x95D08747F0ED44BDAB07EB9D842F47A6 , 0x976294F11BAD4985ADB89F899918BDD4 , 0x979A192BF30446F49F4C4B638B3417F9 , 0x97CC482CF3FF4C4CBD5618CA026AD75E , 0x97FB9A76859447C39E8C068A14D75DF0 , 0x97FE1C5C07184FAA83FF24A3024E088C , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x9863ED19BFDB4A839683AF93B164645C , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x98ABBB4CF2134A918F666DA5A2E96FE4 , 0x99E2A8F60EE34D018A41F276B2C440A0 , 0x9A08A471D1554E4D98AF5AABC1A39495 , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0x9AA342D79FC246E7BF3FB88DD627458B , 0x9ACB704D49BE44E786A8C70E01BAFACE , 0x9B18E0F363E14A11AF3DB532EC513FA5 , 0x9B84FACBB65541E8941524CD31B9600E , 0x9B8D82ACF40E42BF8A28012BE3053B04 , 0x9BBA97D60F4C447FA1452EB6E1DA9A76 , 0x9C7D98D6ECA043D1944FDCEB07CF84DE , 0x9C84B446F04C4CDAA2EB6ADEC397A751 , 0x9CB7F32A8AE54DB9BAEE55861D5DE426 , 0x9D2AC89A5E1A4315BAC0412C2490DA0D , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0x9D70CD3F428B47988444067BEF2FEB14 , 0x9D8094E327FE44A6844669EADE9F4575 , 0x9D86050731FA43209D2F20209835E424 , 0x9DA1BE09888447A48EEF384588DD1702 , 0x9DC8B1CEF16E48B1B369C66F3F079F0B , 0x9E4D8BA0BC854C0F83401A6F1C653E82 , 0x9EAACAA0A47942198AFE1BB4B4771535 , 0x9F397E09862F4A7DBC50B1DFE340223C , 0x9FA306C764344CF2A08BF02D94840004 , 0x9FB345E9109145D5BF6FECC71FB12180 , 0x9FE592F5BE094521ADD73DBCFD5EE2C9 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0xA0825B70E375434096B4D350EE1B5769 , 0xA0B61197183240D899DACCB9ABD6CDB7 , 0xA0EA93CAED694B4E996C471C18CA245D , 0xA0ED344850EF4DC7B4610BEA85A50182 , 0xA16D92237AB9441AAB63138B567888AD , 0xA19ADF095E6B46F4A800D0C68F5A3C44 , 0xA1E5B3979CCF44AA869A4B0F4B7BF7C8 , 0xA2BD922CFC12487BB8D6F9A1D358DCDF , 0xA2C5E8D8D0A54ABB8C3475FB1F2F1C6B , 0xA2F5212A07584F9A82CAA54ED0A38AD5 , 0xA3B1881AD77A4C3BBE650A69601DF9FC , 0xA44E1F3AE89340B0B535365FCB8179BE , 0xA49E2C96D51E452A9C826326D0E7A35B , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xA4BED51C41434299817A48ACC8861251 , 0xA51DA365CA21496191A003F88438A996 , 0xA5F9BFAB0D5A40F888C15C0DA47B8242 , 0xA618705A9182432C94246E00CFEDE090 , 0xA659B6C559794E6FAC54216774BE99D2 , 0xA6B68354D89B4A9EB857E0B3213F6CE7 , 0xA6BDD777717742CBB24910F2445E005B , 0xA70B0A7B8D3442579A8FA4C3C374D233 , 0xA82938812529460196AAEA9C4040DBD2 , 0xA83FD9A654A9477FA8BA1F5E19CB7828 , 0xA8D9240F81174806B69FDC3F5035DF2E , 0xA8ED34BD1387452A8E8C836D9241E570 , 0xA90319796686407B9795490FBC7029FE , 0xA907FFEEAFDE4011A7D7A850EA4A4586 , 0xA9CAE2E475AA42228AE8682A8DDE0D53 , 0xA9EC3AB2A5424889A957974DC600BABE , 0xA9EF76F584C64E23B4332C7BFEAFBF89 , 0xAA0633837D8044D2968E25CF48B70685 , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xAA41F98868564D64A5DA96E70DCFABB0 , 0xAAF458BDCC624EDDA1BDBF10089E3B3D , 0xAB845FE1FD8047F8ADE92CC8BE8E8C03 , 0xABCBA9C99428440497B5C713071B2430 , 0xABD09237DA0C4D1682482FEAD8D56EB6 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0xAD4BE1B3B5D94C82AFB816F100D6A071 , 0xAD7AE348DC854EFDAC7F811EDE30B25A , 0xAD8B04D5AE6E480FA06CAF45282E1A13 , 0xADB037322BEE43E9BFBDAA19C04CEB0F , 0xADB42016585941A3982EFE96F98DC6E9 , 0xAE1FB46290FD43EA8D7B3C4B73E072DB , 0xAE3DBFC834094EEE98417B3445D0D66D , 0xAE5C748E31DB47D881F8EC3825872BAC , 0xAE7560CE692246E0ABC7769282270B4C , 0xAE8ED899F67B4A64B8097EB389BD2608 , 0xAF6DBE923FE54ED3A4A8BD078210F6F9 , 0xAF773AE6214B4121B82455A673CBA897 , 0xAFCC10D5FBF14ECB833795BD082EC0AB , 0xAFFEFEF2094C4BA498785A69FB0593E9 , 0xB068C8733E6D4375B4D47487242D4AD1 , 0xB0C11439348D410F8271BEAC785315E9 , 0xB191585D57FF41C7B510065AA4CA4675 , 0xB1A7190FBA99439D91838C43CEC2030A , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xB26FD0510D574EE7B0C9591C98D9C61D , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xB3B20306C4CD4C38A9D96201661FA19D , 0xB3D48B6971FD4F499D7DAA733A498858 , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xB4F81406BB7D4C3E8BF8C45C71108E87 , 0xB4F8AD5AABA14D52987DA89603D9ADFE , 0xB575E87DFD214950A86B978BF268A955 , 0xB5AA285F670F42849980D598ADA23EF7 , 0xB5E7BC5A11674771937219FAA177EB50 , 0xB6834B9BFD4A4F8F8AE1755B9B11C6B1 , 0xB69C189B29B14092A20F2A1166B95D0B , 0xB6A7C0058B4A449EA7DDCC08CD0F301C , 0xB75A51B5075E495F8D4F31E043346928 , 0xB78EF0AC8ACA4E7B9BEE99A153D2B447 , 0xB7ABA5C037FE445BB1C88D6676EB5671 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0xB874C82B895C44B09CC94E5C24A77563 , 0xB8AFADD7274446F8A346FAC96CFF0D98 , 0xB8C824B84E344A51AAA751B34EA3ADE8 , 0xB8FE6EF6A6484429AFEEADEB303B5E8C , 0xB90153BC6CC14ECA83F48E7054DFDE1F , 0xB95493A45A9D48ADB7DFF89DE23D1B11 , 0xBA3D6CC68ECD458094A470C377ABA7A3 , 0xBB0C978CF3EB44AEBF23EE1450072BF8 , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0xBD964333BD904E599616C2DB42751180 , 0xBDFAC1517F8048668F6EF9F535572B9E , 0xBE0BDFFB40744BF9B51FDD0F5C588775 , 0xBE57B85860A84D41A778C879770B7984 , 0xBE5A036021484E7C9C2F2446E8F73432 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xBED2D0FC0B014410A5EF5D664609FC0D , 0xBF75C11103D845C8B59C9F9E09D77121 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0xC02B5C2491064157A0814723455E1B6F , 0xC039741F688F44AABDDC82104BFED065 , 0xC063D9FA162E4A7F908308C99DD17687 , 0xC0CB14A9F82A44F38BC093A3362E09F0 , 0xC0DF34C6367E4AB6B4E41C6B27E452C1 , 0xC13507DF9F1749E5B16FB347FE4DBB0B , 0xC16F388099234EC2AD7FDDF84FD0E64B , 0xC25A7A68EC6D49CEBFD523D0EF3E1549 , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0xC2EC54282F344F34B3D12F5C194F43E6 , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0xC3309E1A37934376B8FD8F0EAB389E12 , 0xC330F8BC4A8B4A8F99A50E140637F1EC , 0xC3F7F4BE2CC74590A02873567380D6D3 , 0xC4DE8A193F394FF6B5244E01BBB713B8 , 0xC4E218AAE3D04964BD6D64A875EE421F , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0xC5BC52851DB7466A87FACEC1A4A4CF9C , 0xC5FC0999F6C34BE3BE06B6AD4BA126E8 , 0xC6257FBCC39D4C0DA84DAD37A85035D4 , 0xC6ADD2C226DC49C28ED322602D6710E0 , 0xC6C244FECBB04C999BFF987241025147 , 0xC6DF0B298D2C4B4EB24694942299AD52 , 0xC702036A9BCF499BA4878FAB1225F73D , 0xC73584C0BA21456A96E91F0DC162D207 , 0xC748EA768366437CB2944218F422B5C6 , 0xC75D4823573141F8AF057DC0E11FE456 , 0xC78AD41871F04C25A67E94928DE20BBF , 0xC7D14920DBFF43C885B2F8C81057C288 , 0xC86C3C9567D24D54934A8937FDD264F5 , 0xC88DE4D3A41C4185A33338EBA4EDDA2F , 0xC8D97A02AED8470AA8F605109D35FC08 , 0xC8EC2E4C062E4021BD7C7166442873F1 , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xC920C598DD6F47138F406165EF3F0EB7 , 0xC9473F029A1A4A78B4A89BCDCCE13B77 , 0xCA9C0B81264347A894630408AA3962C5 , 0xCAF0D1A8A04E420E98A0468382F869A0 , 0xCB1EDEFEFCC341A287E7AF4D3325E975 , 0xCB7842846BC04FEFB886D3D994BD3919 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xCC3A6C37198B4653B8A6EC370130B625 , 0xCC4AAD47BE664CCA85D59D0D3E04C370 , 0xCCB31EEA31424251A9FC28CE43A8F50E , 0xCCD9066175B04394928DD9724466B232 , 0xCCD925D7DB2543E380285AFC8D609E2B , 0xCD27B8EBA772438D9B93A44EDABDE12D , 0xCD501E5572F1447D8199647077D19CA4 , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xCDD2EED9E395448A93D21AC5184B9608 , 0xCDD375D755514FAD8DC8B7D18E1D2731 , 0xCDF27EBD62244782AAF73853A6371F20 , 0xCE9D3F65442348A291D3EA1866260111 , 0xCEB5D8C872FC44BCB8C4853A0523FD17 , 0xCF85813F532E4972AC69189B9516A94F , 0xCF85821EEDCB4E65B5882EE55DAF5781 , 0xCF87D9E481A8420491943B5F566C381F , 0xCF9CA6EB4A8F4C1AA51078E31480C385 , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0xD0113785D82548C5BB57686200F85125 , 0xD01C211313F64168BCC1C2F091E07894 , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0xD09A31A17628445E84736E3C7EF33851 , 0xD0F06E053B44458DBB2A0CF006E23683 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD22F2C32BFD34CD8BD96416CD3015A48 , 0xD300794B6F364C6CAF4EBB844C8E9E3E , 0xD3624F353E4B451DA71497342E37F597 , 0xD39F718577D4405691D7FBCADAE27AB7 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0xD4C72AA2B4A2437086BDB2781A9A0906 , 0xD5319BEE6B394119B778A132A553ADE4 , 0xD532F308D54B45EF99B267BF10C57E9D , 0xD541D75026894E119BC591C58869C8D9 , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xD57F92A7BB7147A2899AA10333E95942 , 0xD5CACE4CB0484E41A54D8E5607003C8E , 0xD6149C0C0ABB40F6BCB547FEAA0E1E72 , 0xD618992A7D634A48A3F42BD47CB67F91 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0xD6A2D5D8F19B482B8B6126678687995C , 0xD6D17618ACAE4DBA9CB128AC2706AF16 , 0xD7477A619B3B44A9A58756668CA215F7 , 0xD7E8715D345F43E9BCB6071AC13F09E8 , 0xD838642BCFD2403CB57E35AF54A340FB , 0xD8387CE5A2D64967AC36D03A8CBA86B6 , 0xD84E73DC873C4386BD111E655CAD11CE , 0xD8B824ABCA80447087EDC9C65BE9DAA3 , 0xD9F2458A7C044B59BEF1D91FB7C2F814 , 0xDA4DCA725BD446D8A39629BA6AE40A5C , 0xDA7FC2ED4A754EE092CA55348AC9A01F , 0xDA9061E2F1EF4C4FA4688C85AE4DD603 , 0xDA93F47604F64A8DB09D293A26096AD8 , 0xDA9CBA7C3BCD4961941A3A23EB2CE26E , 0xDAE677519F5F47D2AB6FE3E085036063 , 0xDB0D7D9964294FC0A84D9A7098503D71 , 0xDB9BD1413CEF4F12B524BC5F99E4BC45 , 0xDBD660F43048485EAA18F15BA70E2DAA , 0xDC5BF063DFD441B5A3F48D74EE985030 , 0xDC5D00D7416C4D2A8B908E16E91B6D1E , 0xDC883923ABCF4CFAA6B0644820009EBB , 0xDC89F86B68614EB286014F5586FD82EA , 0xDC95209F3D89402C85102BA7D7527512 , 0xDC952CDF32D24C109D88B99A84318AC6 , 0xDD3CE7CB10D143BB9D9AA4EE396E41F3 , 0xDDB799F5B74C4C98AB8694F9D23D0073 , 0xDDC890050017413AB17F7452D67BB700 , 0xDDDD0F583BEB464AB768CAD55EB60D01 , 0xDEDD8BD364C14C2BBD27D0ADE6534A9C , 0xDEEE243E7E1C47AA84DA8A918B6B53C8 , 0xDF0525197D7F441CB9FCD8B714B39F55 , 0xDFD4011FBE3D4E328D6597636DA5BB93 , 0xE057C3301EFF41CB80F4C75504ECF30E , 0xE08D5535BD5B4CA593AE61B710B78113 , 0xE0C4C4ECB8FD4F7AB8B09313C21BF444 , 0xE12095AB0F044138985C335E2BE04ACE , 0xE146914CCC0448EBA1744B3C905A10D7 , 0xE1CB39471D1445BC92BCF4BA69124CF7 , 0xE24C89C1B0F6408591D704097848C877 , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE2E9C43BC19342C2B7BFEDE713D921F8 , 0xE34F8A97FB30448DB110740D4DC45B09 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0xE48EEFED14B644A9806A5ABCFCD73E7F , 0xE4BE3AF00287447681800FBC58FD2BAD , 0xE4F316F16A274836A75BFFA0CC54BBC7 , 0xE4F9A7846B8A4B8A89E86BE3AE854AC4 , 0xE5C56D0DC3B44DE7AFEBDA421B454ADB , 0xE73007481F8A40F68BBAF0293DD48037 , 0xE87398717CC4404A91DD72A1CA1BEA4B , 0xE8C8C3FD9105421B81A59AFC0AE3109A , 0xE8DFC7D9CBCB4768965C76A92D98D2D9 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xEA507708620B474B8AC1945FF1BFD4DE , 0xEB634F58C92E47BA89779EB7B31BCA31 , 0xEC07675F237C4B6F88375F669F40C416 , 0xEC0DC81D1B014A8EB7319AA4181BFA45 , 0xEC48344756B64DC8895CA0F39CC9AFD1 , 0xEC555BCAE6BF4709829E2D5EF208806D , 0xEC60FFA9AC17483DB959660C378295C6 , 0xEC7394C67ED249DAB06F9CC44C9A2B09 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xEC909E866CD443C09A61AC5437DD199A , 0xECB62FC0347F4456A8BE54B3C547AC09 , 0xED292BD913954DA894408A2A4F1BA262 , 0xED47CC2EE9C7455599107775B9185B71 , 0xED91F7376BD54AE69FCD885BF4D32B21 , 0xED9C56D1E6B247869E3F15478158F167 , 0xEEBA823D8C84480B960526A44E9B66A0 , 0xEF5A50BFB1F54CBBA33ED83270179CFE , 0xEF6F6ADE8577455EBA73E19A367DC8B5 , 0xEF80E55299B94D309D3C3CC8100C513F , 0xEFE06E34B5924BA6AA5CEB36FE07DFF1 , 0xF028A866680C4C05848317D1C1E77CEC , 0xF077E3CC9A324774ABB6CD51F6A78BEE , 0xF103D167EFFB46BEA5FFC3BE437B6AF1 , 0xF14CC551EF044C6A90A80453DB2E4AE4 , 0xF164459A28DD40CCAF354DE04A184554 , 0xF26ED72A78224E039E3C803B0FD76400 , 0xF2B54279554649EC9FAE8154F799E7B1 , 0xF2DFA5F595EE445288BAAA5BEE5569BD , 0xF308D25AB72D401A90661F497135736E , 0xF3299586DA83433FA100F10626713DF9 , 0xF3411554C89D46728137D0C5A86F7878 , 0xF36CCF1DECD24879B2F7D371AB3263DF , 0xF474BEDEA62D4A53B963998157005FF3 , 0xF47E5CB929FE4BDEBA060644800FF79E , 0xF4C646A34A7047BE9F567EF37E0071C5 , 0xF57AB7AD5A5C411E8EE2494DAD12D1FF , 0xF7275334A23A4B5B86033B6D17EBF19F , 0xF7B35E4C09C448FFA61893AEA8050EAD , 0xF808EE6AB3E543CE823768B924A6094B , 0xF87F7426443E482C86916D1D63E88056 , 0xF885FFEAB5824E5994964C948D753148 , 0xF8F2EAD30BDF49D4928CBA9BE742273A , 0xF90217FB98D64A869744E4E09AC05BC0 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xF989DECED84B4F289326C5549F63B236 , 0xFA71C118F9AD4BD484F6B3A33163D138 , 0xFAB972D88179476E8CC8AC674308C14D , 0xFB20575BD45449A38AE378E5BF08FAC6 , 0xFB27462615B64401B36B3AE0C4709EBF , 0xFB299E76FCE243AA8BF54A5E6285A655 , 0xFB46804470654A8596C47F0A2C40179B , 0xFB881B050804476897098861E68D745E , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0xFBF48885AF454151B05EF13AF1A59B7E , 0xFC0059158E8849EE879AB9F775CA616F , 0xFC2AE422462B43609B6CFC8DDADBEF4B , 0xFC32F232D3E746309FB49BFC683261AF , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xFC89F975C8EE4EACB998342B391071DD , 0xFCF13F0BEDCC4ACBA1FBD449576256DC , 0xFD23B9A0FBA645699CCA21B095960FFC , 0xFD302A1D1703488886268220958EC59D , 0xFD3EA27A9E9A4CCC86E657EBAA858E73 , 0xFD58D88554A24CFCAC45AAAB8EDB8944 , 0xFF47575010874DD6B0D222DE992A55DB , 0xFFD1F0C23D9A4A6791DA9BF9BCD6BB73 )));
Copy
87
5.55 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"¯Ðâ8Q!Je»}¡¬á³ð× "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"¢\x01\x1E\x17 h╚M│è\x1F 9ì¬Ül "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"ø\r q\t <\v CðºjÂçÅırN "
b"‹óÔårbJT¿\x03 "Vàbl\x08 "
b"?)5·&|O°¸\x0E PÇt\\x13 E "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"õÿ£˜)‚Ds›8^ÅÎ4ª” "
b"""
┬^8Ø\x06 IB ÄçV©\n
P"@
"""
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"ÅÈ3¿“'L® c©wÑkO5 "
b"q\x01 ¾7 ¿@¸ƒ¡A\x1A ,qòª "
b"g└KRı\x17 C+òä─ì\x05 VÌ "
b"ðpúm@«@/ž“ÏG\x04 ð¯ø "
b"—Ãè¸í\x0F IijG¹\x0E V=¥ "
b"$Ãâ└I┘F¶ÿcCHÅg°² "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"ް»Ã6zKòˆU—ò$fˆE "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"²kšB›·\x04 ªIË‘`P "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"\x01 ¤5\x07 ½äMï’$ÇÍ’U&6 "
b"¹„ù?ÈæI\x1E £ý\x1E ÇW×\x10\x08 "
b"\x17 └(£ ÏMì×öÀx´ËÃ{ "
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"LZ>3eN´ºKP÷Et܆ "
b"»\x19 ì2ı APä<\x10 è"À\x06 "
b"1\v ô‘.‰MF¤\x1A ¶eT¥\x1F 8 "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"EAÚ[Ê\x1D J\x12 ªžuƒ£!¿; "
b"®\x0F ╬i3┘JjóÙ,│JíÅî "
b"ë\t ©üÚ?D\x13 “Èfq¬@‰¾ "
b"ã~iƒw\x07 C7‡ðÙz8´©î "
b"{ï┌Å2LM.ÀÎù±ì{#─ "
b"@Ü:$A»GÒ\x15 MÆ\x05 ;ö¬ "
b"nç×aÆÇGó®ì;╚è\x03 AÝ "
b"¢\x12 ¥J}D@š‘7§*kþ¹© "
b"üMžÃ:ˆH\x05 »·ÏVÊ‚$þ "
b"ä\r VÍ`ZLÄŠK~hÌ÷Cx "
b"Ö\r UãRJ4Šçæ%q\x15 ¸Ù "
b"""
‹L–\n
ltL{ž½iš1•Ly
"""
b"î¹ÐªÇ\x07 HÁ¾ÌrgSD]E "
b"\x00 +3§ÅÑAµÑva9&t╝û "
b"Þ│Îs░aM\e ÂìúK0ãW# "
b"ü*Ø┬ÛqH¸åB¡6àe\x07 p "
b"â9°\x05 c\x16 N™ ^R*¡õPý "
b"\x02 Ë\e\x1E ²O@¿ì─ímÂ/ìS "
b"""
Ô\x06 ¿\n
j÷El—žbÖ\x17 º\x18\x16
"""
b"°å¡4É\x1C K¨€j\x15 ð„T8T "
b"U$^\x02 ¤×O@²éyú8…ìæ "
b"æöœù\x10 ¹O¹˜¶\x03 ·luY\x1E "
b"Á:H▒F7CAÅ9Ìn\x19 `Üá "
b"OØ6x©▓Kûób\x1E é¶o×" "
b"ãÝMØX¿OÄœy§z\x0F ‘0á "
b"¥*/NžgD\x16 ¬Dð\wí›h "
b"ÏçCå─¢O\t ÇØú&äk\t Z "
b"|ÑoéW=FYˆe€\x7F ª÷\r , "
b"""
¿>¸ÄÀ\n
Cнê;³)¤Hn
"""
b"\x12\x0F ÛË\f &B9▓1ñ\x06 Øõ╩█ "
b"\x05 kWú\x7F\e NÎîëa\e 5Øæ% "
b"\x02 þ«\x1C T\x17 E*—"óX[iÐè "
b"ØÖ^r€«K°’f×½ÀØ` "
b"hÞ\t k\r ïNXІ\x18 X×Ìôx "
b"\x05 o+J\x18 sKQª\ºÉˆÃ-h "
b"Æò─É\f\x13 F─æ╠\x12 mx\x00 ¾\x1F "
b"YæÖ\AúAüü\x05 Ρ6ç*W "
b"‘t\x18 „<WC^¾p\x06 Ð…›?= "
b"ƒ\x13 »1ÒiDj¯p“Ê\x1D Ú\x1C "
b"kg6\x13\t gH.º€ýÁ7•b– "
b"z\x03 ´[‹3D9¥õí»=Ø\x08 & "
b"lp-âw(Cv║FÉ£¬´µd "
b"\x19 3OiìÁ@¬•ý(^v=”“ "
b"wx'^\x00\x16 H£•kˆrdzpò "
b"’¦°ÿê@DéL\x19\x13 ÈÖ¾\x10 "
b"\x1C ãEãÄ\x01 C–¦³VF\x05\x19 -- "
b"\x18 é\x0E Óç,B–“‘v¨…r®‹ "
b"╠\x1F ╝"¨R@¸ÅÒrQ\x14 AM® "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"oï YBYŠš\x13 9« "
b"u§¤ŒP\x7F JW‡û†8%Ãp© "
b" '-┼ÿÌF┤ÿ┴¥¨7ü\v \n "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"¬#┐╗ë¶J^êáÏî<LbÅ "
b"~\e Æ/¨\x02 Eˆ¸…$„€ÃÝ "
b"ƃ»I®«Eר\x12 gŒ´2ãµ "
b"^ZÚB€5I\v ‘\x04 „¼•/™ß "
b"á\r 3Ëò\r BUº6R$³\x02 5× "
b"ð«ýÌXóF:‚&Èöž»ðp "
b"&]®–iðD\x11 Ÿ`)\x1E x>Ã\x07 "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"åƒ<®âBJà¹çIýÍh×r "
b"†mr;¯“DÑŸÿ.\x19 ºZ›Ï "
b"‡æ²`.%Nh·|ø<ú\x03\x1A € "
b"…¾“\x05\x1D °DfŽA(hÔEÜ\n "
b"O‘È*:CH˜˜:’ðæUK\e "
b"u\x1C ŠŒ+J˜¢U\x0E ¶XRÜc "
b"\x07 ¤¬x ¤B·¥Ë #õûo1 "
b"ÙŠsÐ\x1A GwŸÏ&¾Ô¶:Ž "
b"áƒ%Tj®O€‹;\x00\x1C 3Û„ë "
b"""
Tɬ––žMµ¬\n
رЌAE
"""
b"‘\x01 ww\x1E EC˜¨q\x02 ^m]Š\x1C "
b"╚ÅÝÝ]ïH.Ü\v\f [ô\x19 gÙ "
b"Š2s¾¶N@i¡•©ÇdÂñp "
b"\Á–éu|F>ª\x18 V'¹‹þM "
b"ø‘?õü·E\x07 •`ºàøGÒ” "
b"JMýîO8@\x04 ¹×ÑÀNý\x0F þ "
b"Tå…sÚ\v Nˆ€öþ·pGS\x07 "
b";»\x0E é:Ø@\x0F é3)\x08 ▒§91 "
b"`¹Ü7sïNN¿Ø\x0F Où÷\x12 Ë "
b"aän^NÇ@Õ¶ø\ÞçéÂâ "
b"qˆ„f\x16 ÞI\x17 µ(ÙÑãig¿ "
b"<C“\x0E óÛB[•O·á'Pqë "
b";üWz6$Mi‹GTú,53d "
b"H\f ;ÌÉÐCÍÆí┌ð ÏJá "
b"v’s£HDI-‘FßÐì*ƒ¸ "
b"Š\x1D ÔÜ\x1E JL¨µ7\x13 \r «¸ÍÁ "
b"þŸobó¦D‘¸N]\t Ç¿ºL "
b"!³éÙï\x1F Ap»Ö\x1C ¨={…ƒ "
b"¡¬\x14 üË&DÏ’ybUâ “; "
b"H†'ªÊžO~¤¹¼f5Pìè "
b"%ñr\x03 ×ÌH'‰_q\x00 E{¸m "
b"õEó\ïãEw…ö"ó:q`ö "
b"""
[öP€\x07 \n
@\x15 »cBÉ—)VU
"""
b"øí1G$LIg¡\x13 œ»Ws\x19 î "
b"Ýf™’l\x15 Jï·¡’NžÓÕa "
b"Þ\x07 <A\x05 ‰Dö³’0jðÌr³ "
b"jÅo\x10 ¹@Eº\x0E ¸÷D¢!; "
b"╬Ø<┤y¼H╦É╩S<G┬IÔ "
b"C MîôÄE‹–üzêßð• "
b"Ôkàì\x15 ‗@ÎàBØ\x11 ]Gn~ "
b"ü±n[ËËFaÆMuF\\x0E (Å "
b">¨çö(ïMs”ÔáEv¬\x19 Ý "
b"H‡0<úvGD—õÚ7\x1F 2\f < "
b"‡kIHi,C’ž\x01 zNÕ½Qe "
b"\v ¼\e gâSOË▓u;┘ZØ^╠ "
b"d\x11 í`¶EIÙ‡c7»«K)‘ "
b"ýÇ%ôÇE!¯\x1D ÂÒp÷\x01 ´ "
b"|´9ׯ4@ıؤg¬═²ï╚ "
b"Ý\x00 ô[0©HÕ–\x1D aÇÇ\n iÇ "
b"\x03 `¹\QñB¾ˆ42›Ã¯¦à "
b"7øDÖ\x14\x7F Nú¶cÔÝÖ…Öï "
b"\x0F `õŠ?‰OȬŽÊ¨ÿà)1 "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"vuÜ\x18 gIHÙ¢–²è«¬‹\n "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"\x05 üvò\x1F\x00 HN«╚┤%\x0F ¿ë« "
b"Žík)g\v Kµ´Å#{n¤˜\x7F "
b"""
X*>U2¿K»ï■\x17 É▒\n
C├
"""
b"t¨\f ñy±C\x12 µï#_oélj "
b"ñn¶\x1D DXDÖ™Q£\x0E ›ªˆÓ "
b"=›Ãr3ïJÌ¢tèÇÓL\x14 @ "
b"Ø1¬S┼│F└¼V0\x03 T}pK "
b"®1_Iü5HÚ¥©ÚòÅq¿* "
b"¹½¨ÑCıMÈ®ü+00Jñ┴ "
b"ü\x19 ÿÖQqM}º;Γ”1Ä+ "
b"µµ!—³#G\x12 “ŒìG\x01 .˜ø "
b"ÿa/R°Eà¸âF¶iP‰Š "
b"ã\x08 .°ÉûG\v ¿ô\r A\x11 âpé "
b"Dý)¸œ‡K°œ¶w8©p’P "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"T⓱{.OÓ£7DâjˆZ\x11 "
]
SELECT
`product` . `id` ,
`product` . `product_number` ,
`product` . `auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
)
)
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
GROUP BY
`product` . `id`
Copy
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0xAFD0E23851214A65BB7DA1ACE1B3F0D7 , 0xF7C2881400FD41F2A364EC6F18875D7B , 0xBD011E1768C84DB38A1F398DAA9A6CB6 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x8BF3D4E572624A54BF032256E0626C08 , 0x3F2935B7267C4FB0B80E50C7745C1345 , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0xF5FFA398298244739B385EC5CE34AA94 , 0xC25E389D064942208E8756B80A502240 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0xC5C833BF93274CAEA063A977D16B4F35 , 0x7101BE3720BF40B883A1411A2C71F2AA , 0x67C04B52D517432B9584C48D05FF56DE , 0xF070FA6D40AB402F9E93CF4704F0AFF8 , 0x97C3E8B8ED0F49C4B347B90E20563DA5 , 0x24C783C049D946F4986343488F67F8FD , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x8EB0BBC3367A4BF2885597F224668845 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0x5880B298BD1E40A691268B84F663B909 , 0xB26BEF89A19A429BB704AA49CB916050 , 0xA5231CFED070466CAE833594BDDA8382 , 0xF061302AE2764217B219E4D20817B00F , 0x7FF6F83F782D44B7A87021116A636A9E , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0x0C8D01216CAA443284EBD923B2E22621 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x86C2B59E49774C01B8CD112B8AA31989 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xD799C0685DDB49D2BA6676B962505D04 , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x907BA621589B471086FCE496439FF2AC , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0xAED896931F284531BBEF9C0CBBF6910B , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xC352FD28052548F4B3C7FDF356C2000B , 0x0AF6AFFEC65C4885B40767871088623F , 0x01A43507BDE44DEF9224C7CD92552636 , 0xB984F93FC8E6491EA3FD1EC757D71008 , 0x17C0289C20D84D8D9E94B778EFD3C77B , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xAF198D32D5204150843C10FF8A22B706 , 0x310BF4912E894D46A41AB66554A51F38 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x4541DA5BCA1D4A12AA9E7583A321BF3B , 0xA90FCE6933D94A6AA2EB2CB34AA18F8C , 0xEB09A9FCDA3F441393C86671AC4089BE , 0xE37E69837707433787F0D97A38B4A9EE , 0x7B8BDA8F324C4D2EB7D797F18D7B23C4 , 0x40DC3A2441BB47D2AD154DC6053BF6AC , 0x6E879E61928047A2A98D3BC88A0341ED , 0xA212A54A7D44409A9137A72A6BFEB9A9 , 0xFC4D9EC33A884805BBB7CF56CA8224FE , 0xE40D56CD605A4CC48A4B7E68CCF74378 , 0xD60DA055E3524A348AE7E6257115B8D9 , 0x8B4C960A6C744C7B9EBD699A31954C79 , 0xEEB9D0AAC70748C1BECC726753445D45 , 0x002B33F58FA541E6A57661392674BC96 , 0xE8B3D773B0614D1BB68DA34B30C65723 , 0x812A9DC2EA7148F78642AD3685650770 , 0xE239B00563164E99A05E522AA1F550FD , 0x02D31B1EFD4F40A88DC4A16DB62F8D53 , 0xD406BF0A6AF7456C979E62D617BA1816 , 0xB0E5A134C91C4BA8806A15F084543854 , 0x55245E02A4D74F40B2E979FA3885ECE6 , 0xE6F69CF910B94FB998B603B76C75591E , 0xB53A48B1463743418F39DE6E19609AA0 , 0x4F9D3678B8B24B96A2621E82F46F9E22 , 0xE3DD4DD858BF4FC49C79A77A0F9130E1 , 0xA52A2F4E9E674416AC44F05C77ED9B68 , 0xD8874386C4BD4F09809DA326846B095A , 0x7CD16FE9573D46598865807FAAF70D2C , 0xBF3EB8C4C00A43D0BDEA3BB329A4486E , 0x120FEAD30C264239B231A4069DE4CADB , 0x056B57A37F1B4ED78C89611B359D9125 , 0x02FEAB1C5417452A9722F3585B69D0E8 , 0xD8D65E7280AB4BB09266D7BDC0D8AD60 , 0x68DE096B0DEF4E588A861858D7CCF478 , 0x056F2B4A18734B51AA5CBAC988C32D68 , 0x9295C4900C1346C491CC126D7800F31F , 0x5991995C41A341818105D7AD36872A57 , 0x917418843C57435EBE7006D0859B3F3D , 0x8313BB31D269446AAF7093CAAD1DDA1C , 0x6B6736130967482EBA80FDC137956296 , 0x7A03B45B8B334439A5F5EDBB3DD80826 , 0x6C702D8377284376BA46909CAAEFE664 , 0x19334F69ECC140AC95FD285E763D9493 , 0x7778275E001648A3956B8872647A70F2 , 0x92A6B0FFEA4044E9AD4C1913C8D6BE10 , 0x1CE345E3C4014396A6B3564605192D2D , 0x18E90ED3E72C4296939176A88572AE8B , 0xCC1FBC22F95240F78FE3725114414DA9 , 0x9A666AE702C44924B22EB08093ED03EF , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0xAD6FEF20A05942598A9A1339EF9986AB , 0x75A7A48C507F4A5787FB863825C370A9 , 0x20272DC598DE46B498C1BEF937810B0A , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xAA23BFBB89F44A5E88A0D88C3C4C628F , 0x7E1BC62FA8024588B885248480C3ADDD , 0xC683BB49AEAB45D7A812678CB432E3B5 , 0x5E5ADA428035490B910484BC952F99DF , 0xE10D33CBF20D4255BA365224B30235D7 , 0xF0ABFDCC58F3463A8226C8F69EBBF070 , 0x265DAE9669F044119F60291E783EC307 , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x25C6949F0AE141479143661642882B3B , 0xE5833CAEE2424AE0B9E749FDCD68D772 , 0x866D723BAF9344D19FFF2E19BA5A9BCF , 0x87E6B2602E254E68B77CF83CFA031A80 , 0x85BE93051DB044668E412868D445DC0A , 0x4F91C82A3A434898983A92F0E6554B1B , 0x75AD1C8A8C2B4A98A2550EB65852DC63 , 0x07A4AC78A0A442B7A5CBA023F5FB6F31 , 0xC3998A73D01A47779FCF26BED4B63A8E , 0xE18325546AAE4F808B3B001C33DB84EB , 0x54C9AC96969E4DB5AC0AD8B1D08C4145 , 0x910177771E454398A871025E6D5D8A1C , 0xC88FEDED5D8B482E9A0B0C5B931967EB , 0x8A3273BEB64E4069A195A9C764C2F170 , 0x5CC196E9757C463EAA185627B98BFE4D , 0xF8913FF5FCB745079560BAE0F847D294 , 0x4A4DFDEE4F384004B9D7D1C04EFD0FFE , 0x54E58573DA0B4E8880F6FEB770475307 , 0x3BAF0E823A9D400F82332908B1F53931 , 0x60FB9A37738B4E4EA89D0F4F97F612D3 , 0x61E46E5E4EC740D5B6F85CDEE7E9C2E2 , 0x7188846616DE4917B528D9D1E36967BF , 0x3C43930EF3DB425B954FB7E1275071EB , 0x3BFC577A36244D698B4754FA2C353364 , 0x480C3BDE90D143D692A1DAD020D84AA0 , 0x769273A34844492D9146DFD0EC2A83B8 , 0x8A1DD4DC1E4A4CA8B537130DABB8CDC1 , 0xFE9F6F62F3A64491B84E5D09C7BFBA4C , 0x21B3E9D9EF1F4170BBD61CA83D7B8583 , 0xA1AC14FCCB2644CF92796255E2A0933B , 0x488627AACA9E4F7EA4B9BC663550ECE8 , 0x25F17203D7CC4827895F7100457BB86D , 0xF545F35CEFE3457785F622F33A7160F6 , 0x5BF65080070A4015BB6342C997295655 , 0xF8ED3147244C4967A1139CBB577319EE , 0xDD6699926C154AEFB7A1924E9ED3D561 , 0xDE073C41058944F6B392306AF0CC72B3 , 0x6A8FF06F10FB4045A70EF7F644BD213B , 0xCE9D3CB479AC48CB90CA533C47C249E2 , 0x43204DEEF4C4458B96FC7AEADFF0C295 , 0xE26B858D15F240D785429D115D476E7E , 0x81F16E5BD3D34661924D75465C0E288F , 0x3EA8E7F628EF4D7394D4E14576AC19DD , 0x4887303CFA76474497F5DA371F320C3C , 0x876B4948692C43929E017A4ED5BD5165 , 0x0BAC1B6783534FD3B2753BD95A9D5ECC , 0x6411ED60B64549D9876337BBAB4B2991 , 0xFDC38725F4C74521AF1DC2D270F701B4 , 0x7CEF399E923440D59DCF67AACDFD8BC8 , 0xDD00F45B30A948D5961D61C7C70A69C7 , 0x0360B95C51F142BE8834329BC3AFA6E0 , 0x37F844D6147F4EFAB663D4DDD685D6EF , 0x0F60F58A3F894FC8AC8ECAA8FFE02931 , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0x24583058F96741679AB5268B478F92B3 , 0x7675DC18674948D9A296B2E8ABAC8B0A , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x82684099DD6F49B49E889B6664FA210B , 0x119611C045894778978EA747D6024910 , 0xED76A3D76D5B40768D1558A9291F7093 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0x058176951F00484EAEC8B4250FA889AE , 0x8EED6B29670B4BB5B4C5237B6EA4987F , 0x582A3E5532A84BAF8BFE1790B10A43C3 , 0x74A80CF179B14312B5EF235F6FE9C789 , 0xF16EB61D445844D69951A30E9BAA88D3 , 0x3D9BC37233EF4ACCA274E8C7D34C1440 , 0x9D31AA53C5B346C0AC563003547D704B , 0xA9315F49813548E9BEB8E9958F71A82A , 0xFBABF9A543D54DD4A9812B30304AA4C1 , 0xFC19FFD651714D7DBA3BCE939431C42B , 0xB5B52197B3234712938CEC47012E98F8 , 0xFF61AD2F52B045E0B8E246B66950898A , 0xE3082EB0C9FB470BBFF40D4111E270E9 , 0x44FD29B89C874BB09CB67738A9709250 , 0x2FE2887286C14C9D9C90704A2C894307 , 0x54E293B17B2E4FD3A33744E26A885A11 )) GROUP BY `product` . `id` ;
Copy
88
18.72 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"¢\x01\x1E\x17 h╚M│è\x1F 9ì¬Ül "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"ø\r q\t <\v CðºjÂçÅırN "
b"‹óÔårbJT¿\x03 "Vàbl\x08 "
b"?)5·&|O°¸\x0E PÇt\\x13 E "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"""
┬^8Ø\x06 IB ÄçV©\n
P"@
"""
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"ÅÈ3¿“'L® c©wÑkO5 "
b"q\x01 ¾7 ¿@¸ƒ¡A\x1A ,qòª "
b"g└KRı\x17 C+òä─ì\x05 VÌ "
b"ðpúm@«@/ž“ÏG\x04 ð¯ø "
b"—Ãè¸í\x0F IijG¹\x0E V=¥ "
b"$Ãâ└I┘F¶ÿcCHÅg°² "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"ް»Ã6zKòˆU—ò$fˆE "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"²kšB›·\x04 ªIË‘`P "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"LZ>3eN´ºKP÷Et܆ "
b"»\x19 ì2ı APä<\x10 è"À\x06 "
b"1\v ô‘.‰MF¤\x1A ¶eT¥\x1F 8 "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"EAÚ[Ê\x1D J\x12 ªžuƒ£!¿; "
b"®\x0F ╬i3┘JjóÙ,│JíÅî "
b"ë\t ©üÚ?D\x13 “Èfq¬@‰¾ "
b"ã~iƒw\x07 C7‡ðÙz8´©î "
b"{ï┌Å2LM.ÀÎù±ì{#─ "
b"@Ü:$A»GÒ\x15 MÆ\x05 ;ö¬ "
b"nç×aÆÇGó®ì;╚è\x03 AÝ "
b"¢\x12 ¥J}D@š‘7§*kþ¹© "
b"üMžÃ:ˆH\x05 »·ÏVÊ‚$þ "
b"Ö\r UãRJ4Šçæ%q\x15 ¸Ù "
b"""
‹L–\n
ltL{ž½iš1•Ly
"""
b"Þ│Îs░aM\e ÂìúK0ãW# "
b"ü*Ø┬ÛqH¸åB¡6àe\x07 p "
b"â9°\x05 c\x16 N™ ^R*¡õPý "
b"\x02 Ë\e\x1E ²O@¿ì─ímÂ/ìS "
b"""
Ô\x06 ¿\n
j÷El—žbÖ\x17 º\x18\x16
"""
b"°å¡4É\x1C K¨€j\x15 ð„T8T "
b"U$^\x02 ¤×O@²éyú8…ìæ "
b"æöœù\x10 ¹O¹˜¶\x03 ·luY\x1E "
b"OØ6x©▓Kûób\x1E é¶o×" "
b"ãÝMØX¿OÄœy§z\x0F ‘0á "
b"¥*/NžgD\x16 ¬Dð\wí›h "
b"ÏçCå─¢O\t ÇØú&äk\t Z "
b"|ÑoéW=FYˆe€\x7F ª÷\r , "
b"\x12\x0F ÛË\f &B9▓1ñ\x06 Øõ╩█ "
b"\x05 kWú\x7F\e NÎîëa\e 5Øæ% "
b"\x02 þ«\x1C T\x17 E*—"óX[iÐè "
b"hÞ\t k\r ïNXІ\x18 X×Ìôx "
b"\x05 o+J\x18 sKQª\ºÉˆÃ-h "
b"Æò─É\f\x13 F─æ╠\x12 mx\x00 ¾\x1F "
b"YæÖ\AúAüü\x05 Ρ6ç*W "
b"‘t\x18 „<WC^¾p\x06 Ð…›?= "
b"ƒ\x13 »1ÒiDj¯p“Ê\x1D Ú\x1C "
b"kg6\x13\t gH.º€ýÁ7•b– "
b"z\x03 ´[‹3D9¥õí»=Ø\x08 & "
b"lp-âw(Cv║FÉ£¬´µd "
b"\x19 3OiìÁ@¬•ý(^v=”“ "
b"wx'^\x00\x16 H£•kˆrdzpò "
b"’¦°ÿê@DéL\x19\x13 ÈÖ¾\x10 "
b"\x1C ãEãÄ\x01 C–¦³VF\x05\x19 -- "
b"\x18 é\x0E Óç,B–“‘v¨…r®‹ "
b"╠\x1F ╝"¨R@¸ÅÒrQ\x14 AM® "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"oï YBYŠš\x13 9« "
b"u§¤ŒP\x7F JW‡û†8%Ãp© "
b" '-┼ÿÌF┤ÿ┴¥¨7ü\v \n "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"¬#┐╗ë¶J^êáÏî<LbÅ "
b"~\e Æ/¨\x02 Eˆ¸…$„€ÃÝ "
b"^ZÚB€5I\v ‘\x04 „¼•/™ß "
b"á\r 3Ëò\r BUº6R$³\x02 5× "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"†mr;¯“DÑŸÿ.\x19 ºZ›Ï "
b"‡æ²`.%Nh·|ø<ú\x03\x1A € "
b"…¾“\x05\x1D °DfŽA(hÔEÜ\n "
b"O‘È*:CH˜˜:’ðæUK\e "
b"u\x1C ŠŒ+J˜¢U\x0E ¶XRÜc "
b"\x07 ¤¬x ¤B·¥Ë #õûo1 "
b"ÙŠsÐ\x1A GwŸÏ&¾Ô¶:Ž "
b"áƒ%Tj®O€‹;\x00\x1C 3Û„ë "
b"Š2s¾¶N@i¡•©ÇdÂñp "
b"\Á–éu|F>ª\x18 V'¹‹þM "
b"ø‘?õü·E\x07 •`ºàøGÒ” "
b"JMýîO8@\x04 ¹×ÑÀNý\x0F þ "
b"Tå…sÚ\v Nˆ€öþ·pGS\x07 "
b";»\x0E é:Ø@\x0F é3)\x08 ▒§91 "
b"`¹Ü7sïNN¿Ø\x0F Où÷\x12 Ë "
b"aän^NÇ@Õ¶ø\ÞçéÂâ "
b"qˆ„f\x16 ÞI\x17 µ(ÙÑãig¿ "
b"<C“\x0E óÛB[•O·á'Pqë "
b";üWz6$Mi‹GTú,53d "
b"H\f ;ÌÉÐCÍÆí┌ð ÏJá "
b"v’s£HDI-‘FßÐì*ƒ¸ "
b"Š\x1D ÔÜ\x1E JL¨µ7\x13 \r «¸ÍÁ "
b"þŸobó¦D‘¸N]\t Ç¿ºL "
b"!³éÙï\x1F Ap»Ö\x1C ¨={…ƒ "
b"¡¬\x14 üË&DÏ’ybUâ “; "
b"H†'ªÊžO~¤¹¼f5Pìè "
b"%ñr\x03 ×ÌH'‰_q\x00 E{¸m "
b"õEó\ïãEw…ö"ó:q`ö "
b"""
[öP€\x07 \n
@\x15 »cBÉ—)VU
"""
b"øí1G$LIg¡\x13 œ»Ws\x19 î "
b"Ýf™’l\x15 Jï·¡’NžÓÕa "
b"Þ\x07 <A\x05 ‰Dö³’0jðÌr³ "
b"jÅo\x10 ¹@Eº\x0E ¸÷D¢!; "
b"╬Ø<┤y¼H╦É╩S<G┬IÔ "
b"C MîôÄE‹–üzêßð• "
b"Ôkàì\x15 ‗@ÎàBØ\x11 ]Gn~ "
b"ü±n[ËËFaÆMuF\\x0E (Å "
b">¨çö(ïMs”ÔáEv¬\x19 Ý "
b"H‡0<úvGD—õÚ7\x1F 2\f < "
b"‡kIHi,C’ž\x01 zNÕ½Qe "
b"\v ¼\e gâSOË▓u;┘ZØ^╠ "
b"d\x11 í`¶EIÙ‡c7»«K)‘ "
b"ýÇ%ôÇE!¯\x1D ÂÒp÷\x01 ´ "
b"|´9ׯ4@ıؤg¬═²ï╚ "
b"Ý\x00 ô[0©HÕ–\x1D aÇÇ\n iÇ "
b"\x03 `¹\QñB¾ˆ42›Ã¯¦à "
b"7øDÖ\x14\x7F Nú¶cÔÝÖ…Öï "
b"\x0F `õŠ?‰OȬŽÊ¨ÿà)1 "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"vuÜ\x18 gIHÙ¢–²è«¬‹\n "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"\x05 üvò\x1F\x00 HN«╚┤%\x0F ¿ë« "
b"Žík)g\v Kµ´Å#{n¤˜\x7F "
b"""
X*>U2¿K»ï■\x17 É▒\n
C├
"""
b"t¨\f ñy±C\x12 µï#_oélj "
b"ñn¶\x1D DXDÖ™Q£\x0E ›ªˆÓ "
b"=›Ãr3ïJÌ¢tèÇÓL\x14 @ "
b"Ø1¬S┼│F└¼V0\x03 T}pK "
b"®1_Iü5HÚ¥©ÚòÅq¿* "
b"¹½¨ÑCıMÈ®ü+00Jñ┴ "
b"ü\x19 ÿÖQqM}º;Γ”1Ä+ "
b"µµ!—³#G\x12 “ŒìG\x01 .˜ø "
b"ÿa/R°Eà¸âF¶iP‰Š "
b"Dý)¸œ‡K°œ¶w8©p’P "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"T⓱{.OÓ£7DâjˆZ\x11 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.categories.mapping` . `category_id`
) SEPARATOR '||'
)
FROM
`product_category` `product.categories.mapping`
WHERE
`product.categories.mapping` . `product_id` = `product` . `categories`
AND `product.categories.mapping` . product_version_id = `product` . version_id
) as `product.categories.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0xF7C2881400FD41F2A364EC6F18875D7B , 0xBD011E1768C84DB38A1F398DAA9A6CB6 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x8BF3D4E572624A54BF032256E0626C08 , 0x3F2935B7267C4FB0B80E50C7745C1345 , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0xC25E389D064942208E8756B80A502240 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0xC5C833BF93274CAEA063A977D16B4F35 , 0x7101BE3720BF40B883A1411A2C71F2AA , 0x67C04B52D517432B9584C48D05FF56DE , 0xF070FA6D40AB402F9E93CF4704F0AFF8 , 0x97C3E8B8ED0F49C4B347B90E20563DA5 , 0x24C783C049D946F4986343488F67F8FD , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x8EB0BBC3367A4BF2885597F224668845 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0x5880B298BD1E40A691268B84F663B909 , 0xB26BEF89A19A429BB704AA49CB916050 , 0xA5231CFED070466CAE833594BDDA8382 , 0xF061302AE2764217B219E4D20817B00F , 0x7FF6F83F782D44B7A87021116A636A9E , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0x0C8D01216CAA443284EBD923B2E22621 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x86C2B59E49774C01B8CD112B8AA31989 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xD799C0685DDB49D2BA6676B962505D04 , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x907BA621589B471086FCE496439FF2AC , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0xAED896931F284531BBEF9C0CBBF6910B , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xC352FD28052548F4B3C7FDF356C2000B , 0x0AF6AFFEC65C4885B40767871088623F , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xAF198D32D5204150843C10FF8A22B706 , 0x310BF4912E894D46A41AB66554A51F38 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x4541DA5BCA1D4A12AA9E7583A321BF3B , 0xA90FCE6933D94A6AA2EB2CB34AA18F8C , 0xEB09A9FCDA3F441393C86671AC4089BE , 0xE37E69837707433787F0D97A38B4A9EE , 0x7B8BDA8F324C4D2EB7D797F18D7B23C4 , 0x40DC3A2441BB47D2AD154DC6053BF6AC , 0x6E879E61928047A2A98D3BC88A0341ED , 0xA212A54A7D44409A9137A72A6BFEB9A9 , 0xFC4D9EC33A884805BBB7CF56CA8224FE , 0xD60DA055E3524A348AE7E6257115B8D9 , 0x8B4C960A6C744C7B9EBD699A31954C79 , 0xE8B3D773B0614D1BB68DA34B30C65723 , 0x812A9DC2EA7148F78642AD3685650770 , 0xE239B00563164E99A05E522AA1F550FD , 0x02D31B1EFD4F40A88DC4A16DB62F8D53 , 0xD406BF0A6AF7456C979E62D617BA1816 , 0xB0E5A134C91C4BA8806A15F084543854 , 0x55245E02A4D74F40B2E979FA3885ECE6 , 0xE6F69CF910B94FB998B603B76C75591E , 0x4F9D3678B8B24B96A2621E82F46F9E22 , 0xE3DD4DD858BF4FC49C79A77A0F9130E1 , 0xA52A2F4E9E674416AC44F05C77ED9B68 , 0xD8874386C4BD4F09809DA326846B095A , 0x7CD16FE9573D46598865807FAAF70D2C , 0x120FEAD30C264239B231A4069DE4CADB , 0x056B57A37F1B4ED78C89611B359D9125 , 0x02FEAB1C5417452A9722F3585B69D0E8 , 0x68DE096B0DEF4E588A861858D7CCF478 , 0x056F2B4A18734B51AA5CBAC988C32D68 , 0x9295C4900C1346C491CC126D7800F31F , 0x5991995C41A341818105D7AD36872A57 , 0x917418843C57435EBE7006D0859B3F3D , 0x8313BB31D269446AAF7093CAAD1DDA1C , 0x6B6736130967482EBA80FDC137956296 , 0x7A03B45B8B334439A5F5EDBB3DD80826 , 0x6C702D8377284376BA46909CAAEFE664 , 0x19334F69ECC140AC95FD285E763D9493 , 0x7778275E001648A3956B8872647A70F2 , 0x92A6B0FFEA4044E9AD4C1913C8D6BE10 , 0x1CE345E3C4014396A6B3564605192D2D , 0x18E90ED3E72C4296939176A88572AE8B , 0xCC1FBC22F95240F78FE3725114414DA9 , 0x9A666AE702C44924B22EB08093ED03EF , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0xAD6FEF20A05942598A9A1339EF9986AB , 0x75A7A48C507F4A5787FB863825C370A9 , 0x20272DC598DE46B498C1BEF937810B0A , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xAA23BFBB89F44A5E88A0D88C3C4C628F , 0x7E1BC62FA8024588B885248480C3ADDD , 0x5E5ADA428035490B910484BC952F99DF , 0xE10D33CBF20D4255BA365224B30235D7 , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x25C6949F0AE141479143661642882B3B , 0x866D723BAF9344D19FFF2E19BA5A9BCF , 0x87E6B2602E254E68B77CF83CFA031A80 , 0x85BE93051DB044668E412868D445DC0A , 0x4F91C82A3A434898983A92F0E6554B1B , 0x75AD1C8A8C2B4A98A2550EB65852DC63 , 0x07A4AC78A0A442B7A5CBA023F5FB6F31 , 0xC3998A73D01A47779FCF26BED4B63A8E , 0xE18325546AAE4F808B3B001C33DB84EB , 0x8A3273BEB64E4069A195A9C764C2F170 , 0x5CC196E9757C463EAA185627B98BFE4D , 0xF8913FF5FCB745079560BAE0F847D294 , 0x4A4DFDEE4F384004B9D7D1C04EFD0FFE , 0x54E58573DA0B4E8880F6FEB770475307 , 0x3BAF0E823A9D400F82332908B1F53931 , 0x60FB9A37738B4E4EA89D0F4F97F612D3 , 0x61E46E5E4EC740D5B6F85CDEE7E9C2E2 , 0x7188846616DE4917B528D9D1E36967BF , 0x3C43930EF3DB425B954FB7E1275071EB , 0x3BFC577A36244D698B4754FA2C353364 , 0x480C3BDE90D143D692A1DAD020D84AA0 , 0x769273A34844492D9146DFD0EC2A83B8 , 0x8A1DD4DC1E4A4CA8B537130DABB8CDC1 , 0xFE9F6F62F3A64491B84E5D09C7BFBA4C , 0x21B3E9D9EF1F4170BBD61CA83D7B8583 , 0xA1AC14FCCB2644CF92796255E2A0933B , 0x488627AACA9E4F7EA4B9BC663550ECE8 , 0x25F17203D7CC4827895F7100457BB86D , 0xF545F35CEFE3457785F622F33A7160F6 , 0x5BF65080070A4015BB6342C997295655 , 0xF8ED3147244C4967A1139CBB577319EE , 0xDD6699926C154AEFB7A1924E9ED3D561 , 0xDE073C41058944F6B392306AF0CC72B3 , 0x6A8FF06F10FB4045A70EF7F644BD213B , 0xCE9D3CB479AC48CB90CA533C47C249E2 , 0x43204DEEF4C4458B96FC7AEADFF0C295 , 0xE26B858D15F240D785429D115D476E7E , 0x81F16E5BD3D34661924D75465C0E288F , 0x3EA8E7F628EF4D7394D4E14576AC19DD , 0x4887303CFA76474497F5DA371F320C3C , 0x876B4948692C43929E017A4ED5BD5165 , 0x0BAC1B6783534FD3B2753BD95A9D5ECC , 0x6411ED60B64549D9876337BBAB4B2991 , 0xFDC38725F4C74521AF1DC2D270F701B4 , 0x7CEF399E923440D59DCF67AACDFD8BC8 , 0xDD00F45B30A948D5961D61C7C70A69C7 , 0x0360B95C51F142BE8834329BC3AFA6E0 , 0x37F844D6147F4EFAB663D4DDD685D6EF , 0x0F60F58A3F894FC8AC8ECAA8FFE02931 , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0x24583058F96741679AB5268B478F92B3 , 0x7675DC18674948D9A296B2E8ABAC8B0A , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x82684099DD6F49B49E889B6664FA210B , 0x119611C045894778978EA747D6024910 , 0xED76A3D76D5B40768D1558A9291F7093 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0x058176951F00484EAEC8B4250FA889AE , 0x8EED6B29670B4BB5B4C5237B6EA4987F , 0x582A3E5532A84BAF8BFE1790B10A43C3 , 0x74A80CF179B14312B5EF235F6FE9C789 , 0xF16EB61D445844D69951A30E9BAA88D3 , 0x3D9BC37233EF4ACCA274E8C7D34C1440 , 0x9D31AA53C5B346C0AC563003547D704B , 0xA9315F49813548E9BEB8E9958F71A82A , 0xFBABF9A543D54DD4A9812B30304AA4C1 , 0xFC19FFD651714D7DBA3BCE939431C42B , 0xB5B52197B3234712938CEC47012E98F8 , 0xFF61AD2F52B045E0B8E246B66950898A , 0x44FD29B89C874BB09CB67738A9709250 , 0x2FE2887286C14C9D9C90704A2C894307 , 0x54E293B17B2E4FD3A33744E26A885A11 ));
Copy
89
1.00 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x02 Ë\e\x1E ²O@¿ì─ímÂ/ìS "
b"\x02 þ«\x1C T\x17 E*—"óX[iÐè "
b"\x03 `¹\QñB¾ˆ42›Ã¯¦à "
b"\x05 kWú\x7F\e NÎîëa\e 5Øæ% "
b"\x05 o+J\x18 sKQª\ºÉˆÃ-h "
b"\x05 üvò\x1F\x00 HN«╚┤%\x0F ¿ë« "
b"\x07 ¤¬x ¤B·¥Ë #õûo1 "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"\v ¼\e gâSOË▓u;┘ZØ^╠ "
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"\x0F `õŠ?‰OȬŽÊ¨ÿà)1 "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"\x12\x0F ÛË\f &B9▓1ñ\x06 Øõ╩█ "
b"\x18 é\x0E Óç,B–“‘v¨…r®‹ "
b"\x19 3OiìÁ@¬•ý(^v=”“ "
b"\x1C ãEãÄ\x01 C–¦³VF\x05\x19 -- "
b" '-┼ÿÌF┤ÿ┴¥¨7ü\v \n "
b"!³éÙï\x1F Ap»Ö\x1C ¨={…ƒ "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"$Ãâ└I┘F¶ÿcCHÅg°² "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"%ñr\x03 ×ÌH'‰_q\x00 E{¸m "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"1\v ô‘.‰MF¤\x1A ¶eT¥\x1F 8 "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"7øDÖ\x14\x7F Nú¶cÔÝÖ…Öï "
b";»\x0E é:Ø@\x0F é3)\x08 ▒§91 "
b";üWz6$Mi‹GTú,53d "
b"<C“\x0E óÛB[•O·á'Pqë "
b"=›Ãr3ïJÌ¢tèÇÓL\x14 @ "
b">¨çö(ïMs”ÔáEv¬\x19 Ý "
b"?)5·&|O°¸\x0E PÇt\\x13 E "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"@Ü:$A»GÒ\x15 MÆ\x05 ;ö¬ "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"C MîôÄE‹–üzêßð• "
b"Dý)¸œ‡K°œ¶w8©p’P "
b"EAÚ[Ê\x1D J\x12 ªžuƒ£!¿; "
b"H\f ;ÌÉÐCÍÆí┌ð ÏJá "
b"H†'ªÊžO~¤¹¼f5Pìè "
b"H‡0<úvGD—õÚ7\x1F 2\f < "
b"JMýîO8@\x04 ¹×ÑÀNý\x0F þ "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"O‘È*:CH˜˜:’ðæUK\e "
b"OØ6x©▓Kûób\x1E é¶o×" "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"T⓱{.OÓ£7DâjˆZ\x11 "
b"Tå…sÚ\v Nˆ€öþ·pGS\x07 "
b"U$^\x02 ¤×O@²éyú8…ìæ "
b"""
X*>U2¿K»ï■\x17 É▒\n
C├
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"YæÖ\AúAüü\x05 Ρ6ç*W "
b"""
[öP€\x07 \n
@\x15 »cBÉ—)VU
"""
b"\Á–éu|F>ª\x18 V'¹‹þM "
b"^ZÚB€5I\v ‘\x04 „¼•/™ß "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"`¹Ü7sïNN¿Ø\x0F Où÷\x12 Ë "
b"aän^NÇ@Õ¶ø\ÞçéÂâ "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"d\x11 í`¶EIÙ‡c7»«K)‘ "
b"g└KRı\x17 C+òä─ì\x05 VÌ "
b"hÞ\t k\r ïNXІ\x18 X×Ìôx "
b"jÅo\x10 ¹@Eº\x0E ¸÷D¢!; "
b"kg6\x13\t gH.º€ýÁ7•b– "
b"lp-âw(Cv║FÉ£¬´µd "
b"nç×aÆÇGó®ì;╚è\x03 AÝ "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"q\x01 ¾7 ¿@¸ƒ¡A\x1A ,qòª "
b"qˆ„f\x16 ÞI\x17 µ(ÙÑãig¿ "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"t¨\f ñy±C\x12 µï#_oélj "
b"u§¤ŒP\x7F JW‡û†8%Ãp© "
b"u\x1C ŠŒ+J˜¢U\x0E ¶XRÜc "
b"vuÜ\x18 gIHÙ¢–²è«¬‹\n "
b"v’s£HDI-‘FßÐì*ƒ¸ "
b"wx'^\x00\x16 H£•kˆrdzpò "
b"z\x03 ´[‹3D9¥õí»=Ø\x08 & "
b"{ï┌Å2LM.ÀÎù±ì{#─ "
b"|ÑoéW=FYˆe€\x7F ª÷\r , "
b"|´9ׯ4@ıؤg¬═²ï╚ "
b"~\e Æ/¨\x02 Eˆ¸…$„€ÃÝ "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"ü*Ø┬ÛqH¸åB¡6àe\x07 p "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"ü±n[ËËFaÆMuF\\x0E (Å "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"ƒ\x13 »1ÒiDj¯p“Ê\x1D Ú\x1C "
b"…¾“\x05\x1D °DfŽA(hÔEÜ\n "
b"†mr;¯“DÑŸÿ.\x19 ºZ›Ï "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"‡kIHi,C’ž\x01 zNÕ½Qe "
b"‡æ²`.%Nh·|ø<ú\x03\x1A € "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"Š\x1D ÔÜ\x1E JL¨µ7\x13 \r «¸ÍÁ "
b"Š2s¾¶N@i¡•©ÇdÂñp "
b"""
‹L–\n
ltL{ž½iš1•Ly
"""
b"‹óÔårbJT¿\x03 "Vàbl\x08 "
b"ް»Ã6zKòˆU—ò$fˆE "
b"Žík)g\v Kµ´Å#{n¤˜\x7F "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"‘t\x18 „<WC^¾p\x06 Ð…›?= "
b"Æò─É\f\x13 F─æ╠\x12 mx\x00 ¾\x1F "
b"’¦°ÿê@DéL\x19\x13 ÈÖ¾\x10 "
b"—Ãè¸í\x0F IijG¹\x0E V=¥ "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ø\r q\t <\v CðºjÂçÅırN "
b"Ø1¬S┼│F└¼V0\x03 T}pK "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"¡¬\x14 üË&DÏ’ybUâ “; "
b"¢\x12 ¥J}D@š‘7§*kþ¹© "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"¥*/NžgD\x16 ¬Dð\wí›h "
b"®\x0F ╬i3┘JjóÙ,│JíÅî "
b"®1_Iü5HÚ¥©ÚòÅq¿* "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"¬#┐╗ë¶J^êáÏî<LbÅ "
b"LZ>3eN´ºKP÷Et܆ "
b"oï YBYŠš\x13 9« "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"»\x19 ì2ı APä<\x10 è"À\x06 "
b"°å¡4É\x1C K¨€j\x15 ð„T8T "
b"²kšB›·\x04 ªIË‘`P "
b"µµ!—³#G\x12 “ŒìG\x01 .˜ø "
b"¢\x01\x1E\x17 h╚M│è\x1F 9ì¬Ül "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"""
┬^8Ø\x06 IB ÄçV©\n
P"@
"""
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"ÙŠsÐ\x1A GwŸÏ&¾Ô¶:Ž "
b"ÅÈ3¿“'L® c©wÑkO5 "
b"╠\x1F ╝"¨R@¸ÅÒrQ\x14 AM® "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"╬Ø<┤y¼H╦É╩S<G┬IÔ "
b"""
Ô\x06 ¿\n
j÷El—žbÖ\x17 º\x18\x16
"""
b"Ö\r UãRJ4Šçæ%q\x15 ¸Ù "
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"ÏçCå─¢O\t ÇØú&äk\t Z "
b"Ý\x00 ô[0©HÕ–\x1D aÇÇ\n iÇ "
b"Ýf™’l\x15 Jï·¡’NžÓÕa "
b"Þ\x07 <A\x05 ‰Dö³’0jðÌr³ "
b"á\r 3Ëò\r BUº6R$³\x02 5× "
b"áƒ%Tj®O€‹;\x00\x1C 3Û„ë "
b"â9°\x05 c\x16 N™ ^R*¡õPý "
b"Ôkàì\x15 ‗@ÎàBØ\x11 ]Gn~ "
b"ã~iƒw\x07 C7‡ðÙz8´©î "
b"ãÝMØX¿OÄœy§z\x0F ‘0á "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"æöœù\x10 ¹O¹˜¶\x03 ·luY\x1E "
b"Þ│Îs░aM\e ÂìúK0ãW# "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"ë\t ©üÚ?D\x13 “Èfq¬@‰¾ "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"ðpúm@«@/ž“ÏG\x04 ð¯ø "
b"ñn¶\x1D DXDÖ™Q£\x0E ›ªˆÓ "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"õEó\ïãEw…ö"ó:q`ö "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"ø‘?õü·E\x07 •`ºàøGÒ” "
b"øí1G$LIg¡\x13 œ»Ws\x19 î "
b"¹½¨ÑCıMÈ®ü+00Jñ┴ "
b"ü\x19 ÿÖQqM}º;Γ”1Ä+ "
b"üMžÃ:ˆH\x05 »·ÏVÊ‚$þ "
b"ýÇ%ôÇE!¯\x1D ÂÒp÷\x01 ´ "
b"þŸobó¦D‘¸N]\t Ç¿ºL "
b"ÿa/R°Eà¸âF¶iP‰Š "
b"à<F5ºìCüë‗Þ1õ¾Y "
b"¼\f îÖ§fB[¦»³jÌ{Mû "
b"yç-\x02 «ÒOOù¤\e L\ÉÍ┌ "
b"³xeíÑÏNWØ\r Q¾\x06 ┤\x1E Y "
b"└├J¥<┘@ìØ±\x18 Ðoj┼¸ "
b"p'gsî\x15 @#Øf!¯trà┴ "
b"ÿP{\x19\e ÐB\t “\x16\x14 M§\x04 eÊ "
b"\r ÀE¿x-AÆ¿å‰ó@MTº "
b"„YÛ·sÈAÌŽ\f #uœ\x1A Gˆ "
]
SELECT
`product_price` . `id` as `product_price.id` ,
`product_price` . `version_id` as `product_price.versionId` ,
`product_price` . `product_id` as `product_price.productId` ,
`product_price` . `product_version_id` as `product_price.productVersionId` ,
`product_price` . `rule_id` as `product_price.ruleId` ,
`product_price` . `price` as `product_price.price` ,
`product_price` . `quantity_start` as `product_price.quantityStart` ,
`product_price` . `quantity_end` as `product_price.quantityEnd` ,
`product_price` . `custom_fields` as `product_price.customFields` ,
`product_price` . `created_at` as `product_price.createdAt` ,
`product_price` . `updated_at` as `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x02D31B1EFD4F40A88DC4A16DB62F8D53 , 0x02FEAB1C5417452A9722F3585B69D0E8 , 0x0360B95C51F142BE8834329BC3AFA6E0 , 0x056B57A37F1B4ED78C89611B359D9125 , 0x056F2B4A18734B51AA5CBAC988C32D68 , 0x058176951F00484EAEC8B4250FA889AE , 0x07A4AC78A0A442B7A5CBA023F5FB6F31 , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x0AF6AFFEC65C4885B40767871088623F , 0x0BAC1B6783534FD3B2753BD95A9D5ECC , 0x0C8D01216CAA443284EBD923B2E22621 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0x0F60F58A3F894FC8AC8ECAA8FFE02931 , 0x119611C045894778978EA747D6024910 , 0x120FEAD30C264239B231A4069DE4CADB , 0x18E90ED3E72C4296939176A88572AE8B , 0x19334F69ECC140AC95FD285E763D9493 , 0x1CE345E3C4014396A6B3564605192D2D , 0x20272DC598DE46B498C1BEF937810B0A , 0x21B3E9D9EF1F4170BBD61CA83D7B8583 , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x24583058F96741679AB5268B478F92B3 , 0x24C783C049D946F4986343488F67F8FD , 0x25C6949F0AE141479143661642882B3B , 0x25F17203D7CC4827895F7100457BB86D , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x2FE2887286C14C9D9C90704A2C894307 , 0x310BF4912E894D46A41AB66554A51F38 , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x37F844D6147F4EFAB663D4DDD685D6EF , 0x3BAF0E823A9D400F82332908B1F53931 , 0x3BFC577A36244D698B4754FA2C353364 , 0x3C43930EF3DB425B954FB7E1275071EB , 0x3D9BC37233EF4ACCA274E8C7D34C1440 , 0x3EA8E7F628EF4D7394D4E14576AC19DD , 0x3F2935B7267C4FB0B80E50C7745C1345 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x40DC3A2441BB47D2AD154DC6053BF6AC , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x43204DEEF4C4458B96FC7AEADFF0C295 , 0x44FD29B89C874BB09CB67738A9709250 , 0x4541DA5BCA1D4A12AA9E7583A321BF3B , 0x480C3BDE90D143D692A1DAD020D84AA0 , 0x488627AACA9E4F7EA4B9BC663550ECE8 , 0x4887303CFA76474497F5DA371F320C3C , 0x4A4DFDEE4F384004B9D7D1C04EFD0FFE , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0x4F91C82A3A434898983A92F0E6554B1B , 0x4F9D3678B8B24B96A2621E82F46F9E22 , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0x54E293B17B2E4FD3A33744E26A885A11 , 0x54E58573DA0B4E8880F6FEB770475307 , 0x55245E02A4D74F40B2E979FA3885ECE6 , 0x582A3E5532A84BAF8BFE1790B10A43C3 , 0x5880B298BD1E40A691268B84F663B909 , 0x5991995C41A341818105D7AD36872A57 , 0x5BF65080070A4015BB6342C997295655 , 0x5CC196E9757C463EAA185627B98BFE4D , 0x5E5ADA428035490B910484BC952F99DF , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x60FB9A37738B4E4EA89D0F4F97F612D3 , 0x61E46E5E4EC740D5B6F85CDEE7E9C2E2 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x6411ED60B64549D9876337BBAB4B2991 , 0x67C04B52D517432B9584C48D05FF56DE , 0x68DE096B0DEF4E588A861858D7CCF478 , 0x6A8FF06F10FB4045A70EF7F644BD213B , 0x6B6736130967482EBA80FDC137956296 , 0x6C702D8377284376BA46909CAAEFE664 , 0x6E879E61928047A2A98D3BC88A0341ED , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0x7101BE3720BF40B883A1411A2C71F2AA , 0x7188846616DE4917B528D9D1E36967BF , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x74A80CF179B14312B5EF235F6FE9C789 , 0x75A7A48C507F4A5787FB863825C370A9 , 0x75AD1C8A8C2B4A98A2550EB65852DC63 , 0x7675DC18674948D9A296B2E8ABAC8B0A , 0x769273A34844492D9146DFD0EC2A83B8 , 0x7778275E001648A3956B8872647A70F2 , 0x7A03B45B8B334439A5F5EDBB3DD80826 , 0x7B8BDA8F324C4D2EB7D797F18D7B23C4 , 0x7CD16FE9573D46598865807FAAF70D2C , 0x7CEF399E923440D59DCF67AACDFD8BC8 , 0x7E1BC62FA8024588B885248480C3ADDD , 0x7FF6F83F782D44B7A87021116A636A9E , 0x812A9DC2EA7148F78642AD3685650770 , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0x81F16E5BD3D34661924D75465C0E288F , 0x82684099DD6F49B49E889B6664FA210B , 0x8313BB31D269446AAF7093CAAD1DDA1C , 0x85BE93051DB044668E412868D445DC0A , 0x866D723BAF9344D19FFF2E19BA5A9BCF , 0x86C2B59E49774C01B8CD112B8AA31989 , 0x876B4948692C43929E017A4ED5BD5165 , 0x87E6B2602E254E68B77CF83CFA031A80 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x8A1DD4DC1E4A4CA8B537130DABB8CDC1 , 0x8A3273BEB64E4069A195A9C764C2F170 , 0x8B4C960A6C744C7B9EBD699A31954C79 , 0x8BF3D4E572624A54BF032256E0626C08 , 0x8EB0BBC3367A4BF2885597F224668845 , 0x8EED6B29670B4BB5B4C5237B6EA4987F , 0x907BA621589B471086FCE496439FF2AC , 0x917418843C57435EBE7006D0859B3F3D , 0x9295C4900C1346C491CC126D7800F31F , 0x92A6B0FFEA4044E9AD4C1913C8D6BE10 , 0x97C3E8B8ED0F49C4B347B90E20563DA5 , 0x9A666AE702C44924B22EB08093ED03EF , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x9D31AA53C5B346C0AC563003547D704B , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0xA1AC14FCCB2644CF92796255E2A0933B , 0xA212A54A7D44409A9137A72A6BFEB9A9 , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0xA5231CFED070466CAE833594BDDA8382 , 0xA52A2F4E9E674416AC44F05C77ED9B68 , 0xA90FCE6933D94A6AA2EB2CB34AA18F8C , 0xA9315F49813548E9BEB8E9958F71A82A , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xAA23BFBB89F44A5E88A0D88C3C4C628F , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xAD6FEF20A05942598A9A1339EF9986AB , 0xAED896931F284531BBEF9C0CBBF6910B , 0xAF198D32D5204150843C10FF8A22B706 , 0xB0E5A134C91C4BA8806A15F084543854 , 0xB26BEF89A19A429BB704AA49CB916050 , 0xB5B52197B3234712938CEC47012E98F8 , 0xBD011E1768C84DB38A1F398DAA9A6CB6 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0xC25E389D064942208E8756B80A502240 , 0xC352FD28052548F4B3C7FDF356C2000B , 0xC3998A73D01A47779FCF26BED4B63A8E , 0xC5C833BF93274CAEA063A977D16B4F35 , 0xCC1FBC22F95240F78FE3725114414DA9 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xCE9D3CB479AC48CB90CA533C47C249E2 , 0xD406BF0A6AF7456C979E62D617BA1816 , 0xD60DA055E3524A348AE7E6257115B8D9 , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xD799C0685DDB49D2BA6676B962505D04 , 0xD8874386C4BD4F09809DA326846B095A , 0xDD00F45B30A948D5961D61C7C70A69C7 , 0xDD6699926C154AEFB7A1924E9ED3D561 , 0xDE073C41058944F6B392306AF0CC72B3 , 0xE10D33CBF20D4255BA365224B30235D7 , 0xE18325546AAE4F808B3B001C33DB84EB , 0xE239B00563164E99A05E522AA1F550FD , 0xE26B858D15F240D785429D115D476E7E , 0xE37E69837707433787F0D97A38B4A9EE , 0xE3DD4DD858BF4FC49C79A77A0F9130E1 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xE6F69CF910B94FB998B603B76C75591E , 0xE8B3D773B0614D1BB68DA34B30C65723 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0xEB09A9FCDA3F441393C86671AC4089BE , 0xED76A3D76D5B40768D1558A9291F7093 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0xF061302AE2764217B219E4D20817B00F , 0xF070FA6D40AB402F9E93CF4704F0AFF8 , 0xF16EB61D445844D69951A30E9BAA88D3 , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0xF545F35CEFE3457785F622F33A7160F6 , 0xF7C2881400FD41F2A364EC6F18875D7B , 0xF8913FF5FCB745079560BAE0F847D294 , 0xF8ED3147244C4967A1139CBB577319EE , 0xFBABF9A543D54DD4A9812B30304AA4C1 , 0xFC19FFD651714D7DBA3BCE939431C42B , 0xFC4D9EC33A884805BBB7CF56CA8224FE , 0xFDC38725F4C74521AF1DC2D270F701B4 , 0xFE9F6F62F3A64491B84E5D09C7BFBA4C , 0xFF61AD2F52B045E0B8E246B66950898A , 0x853C4635A78D438189F2E831E4B6F359 , 0xBC0CEED6A766425BA6BBB36ACC7B4DFB , 0x79872D02AEE34F4F97CF1B4C5C90D6DA , 0xFC7865A1A5D84E579D0D51F306B41E59 , 0xC0C34ABE3CD9408D9DF118D16F6AC5F7 , 0x702767738C1540239D6621EE747285C1 , 0xFF507B191BD042099316144DA70465CA , 0x0DC045BF782D41C6BFE589F3404D54BA , 0x8459DBB773C841CC8E0C23759C1A4788 )));
Copy
90
0.93 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"ÉÛN\t Ö@╠í¹p>>zÄ´ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"1\f ¾É'•L\x1C ¥ÖŠ:Iµ2Ç "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"¢íDűD׫xÓm=ð}¾ "
b"ƾvï\¶L…¾\x10\x15 @\x1A Ü}0 "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¦░5╩ \x7F OìÑ╣Ì\x1C\x19 ³\x1F \r "
b"¦░5╩ \x7F OìÑ╣Ì\x1C\x19 ³\x1F \r "
b"þòyW@nCEØø╚└àgıV "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"¾÷A\x06 Ì\v A%—…S$oñjÖ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"¢íDűD׫xÓm=ð}¾ "
b"\r U.\r \x05 ÈGó¦Dv\x13 ÛTc\x14 "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"I-êɯªE÷╣ìv\x10 Ðk²] "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"\x07 äxN\x13 $C╔½\x13 6|Ø╩wk "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"\x07 äxN\x13 $C╔½\x13 6|Ø╩wk "
b"N±ÀSÓOL¢ê4l>9═PØ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"ÅßšyéNEÔ‘H\e #\x06 j\‰ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b" ²sëͨL?œ·Ü\x1A 8*Ëç "
b"¢íDűD׫xÓm=ð}¾ "
b"ض¡ªôÐMl╝ð\x1D\x04 uÜb "
b":¼R))8Hɲü\e 'ý=„! "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"\t g¨X\t ÃA?”± \x7F ¾z\x12 Ô "
b"¢íDűD׫xÓm=ð}¾ "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"ƾvï\¶L…¾\x10\x15 @\x1A Ü}0 "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"‹þß2ºH@;¿êW\x15 î-,Š "
b"¢íDűD׫xÓm=ð}¾ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"1\f ¾É'•L\x1C ¥ÖŠ:Iµ2Ç "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"ÅßšyéNEÔ‘H\e #\x06 j\‰ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"º\x14 3¬\x0E ÅBϸ)…\x04 ®Öoë "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"¬\x18 ðˆæ2A\r ‡ÄeéÇ(–µ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"B¡|Äd|Bp¢•è.·±‚\x04 "
b"ƾvï\¶L…¾\x10\x15 @\x1A Ü}0 "
b"6zß\x1D\x00 ©FÌ„Å/:Ÿ!\t I "
b"¢íDűD׫xÓm=ð}¾ "
b"¢íDűD׫xÓm=ð}¾ "
b"N±ÀSÓOL¢ê4l>9═PØ "
b" ²sëͨL?œ·Ü\x1A 8*Ëç "
b"¢íDűD׫xÓm=ð}¾ "
b",ƒAtÑÁN¶£"\t ·z•Ná "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"\t g¨X\t ÃA?”± \x7F ¾z\x12 Ô "
b"WàeÍ)¢L³²Ùü9ü*¿P "
b"G÷wu1Aó½‚.\x16 ö1\x08 6 "
b"þòyW@nCEØø╚└àgıV "
b"¢íDűD׫xÓm=ð}¾ "
b"P_ÌPŒNGë™Øäb\x7F è½2 "
b" ²sëͨL?œ·Ü\x1A 8*Ëç "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"Ãd>Éô.B§ö±ZSiÿÝf "
b"1\f ¾É'•L\x1C ¥ÖŠ:Iµ2Ç "
b"å<¾c3ŸGD€øðœþ—ž_ "
b"ÅßšyéNEÔ‘H\e #\x06 j\‰ "
b"¾÷A\x06 Ì\v A%—…S$oñjÖ "
b"B¡|Äd|Bp¢•è.·±‚\x04 "
b":¼R))8Hɲü\e 'ý=„! "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"i^\x19 º@Y@Z¥Å²éÒOÈ\x10 "
b"I-êɯªE÷╣ìv\x10 Ðk²] "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"¢íDűD׫xÓm=ð}¾ "
b"\r U.\r \x05 ÈGó¦Dv\x13 ÛTc\x14 "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"G÷wu1Aó½‚.\x16 ö1\x08 6 "
b"1\f ¾É'•L\x1C ¥ÖŠ:Iµ2Ç "
b"Ãd>Éô.B§ö±ZSiÿÝf "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"1\f ¾É'•L\x1C ¥ÖŠ:Iµ2Ç "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"ÅßšyéNEÔ‘H\e #\x06 j\‰ "
b"|¢'fý(F³—\x12 ’Œ×{\x16 › "
b"ŸÂ8½ù¯Oy€×ñÍ\x11 ‰èÓ "
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"þòyW@nCEØø╚└àgıV "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"WàeÍ)¢L³²Ùü9ü*¿P "
b"B¡|Äd|Bp¢•è.·±‚\x04 "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"î■╣UìRN\x17 é~ÃÆI,æ" "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¢íDűD׫xÓm=ð}¾ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"i^\x19 º@Y@Z¥Å²éÒOÈ\x10 "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"¢íDűD׫xÓm=ð}¾ "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"¢íDűD׫xÓm=ð}¾ "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"¶\x07 »\x01 ¦\x19 Koª¢\x11 ‰ùGBV "
b"þòyW@nCEØø╚└àgıV "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"vx\x0E 忀BªµöWM~%ÜÓ "
b"¢íDűD׫xÓm=ð}¾ "
b"vx\x0E 忀BªµöWM~%ÜÓ "
b"P_ÌPŒNGë™Øäb\x7F è½2 "
b"\x01 ¹üƒºWD╚Ño▄\t ü8\e ® "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"\t g¨X\t ÃA?”± \x7F ¾z\x12 Ô "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"ФiÑc>Ga—>-ô¥4vn "
b"ÉÛN\t Ö@╠í¹p>>zÄ´ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"¢íDűD׫xÓm=ð}¾ "
b"\t g¨X\t ÃA?”± \x7F ¾z\x12 Ô "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x07 äxN\x13 $C╔½\x13 6|Ø╩wk "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"\x07 äxN\x13 $C╔½\x13 6|Ø╩wk "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"å<¾c3ŸGD€øðœþ—ž_ "
b"¢íDűD׫xÓm=ð}¾ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b" ì÷▓mÇD"¼Î¥+F¨0¢ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"é±Íq\f\x0E HŠ©{\x04 mmïB1 "
b"3Å\x13 I┤\x1F Ic®`áºD─0ï "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xF9E2050944FC498EA0537FDB55CBA37D , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x90EA4E0999F040CCA1FB703E3E7A8EEF , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x25E246605C4C420A90124AE7C323490C , 0x310CBEC927954C1CA5D68A3A49B532C7 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xC6BE76EF5CB64C85BE1015401ADC7D30 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xDDB035CA207F4F8DA5B9DE1C19FC1F0D , 0xDDB035CA207F4F8DA5B9DE1C19FC1F0D , 0xE7957957406E43459D9BC8C08567D556 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xBEF74106CC0B4125978553246FF16AD6 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xF59522A887F947D8864E42C4EBC39266 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x0D552E0D05C847F3A6447613DB546314 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0x492D8890EEA645F6B98D7610D16BFD5D , 0xC4AA5E8624D24B30B0312E22701162D6 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0x0784784E132443C9AB13367C9DCA776B , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0x0784784E132443C9AB13367C9DCA776B , 0x4EF1B753E04F4CBD88346C3E39CD509D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xC5DF9A79E94E45D491481B23066A5C89 , 0x588F94B5966340DA8355D947FF03BFF9 , 0x20B273EBCDA84C3F9CB7DC1A382ACBE7 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x9DF4ADA693D14D6CBCD01D04759A6220 , 0x3ABC5229293848C9B2FC1B27FD3D8421 , 0x25E246605C4C420A90124AE7C323490C , 0x0967A85809C3413F94B1207FBE7A12D4 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0xC6BE76EF5CB64C85BE1015401ADC7D30 , 0x588F94B5966340DA8355D947FF03BFF9 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x8BFEDF32BA48403BBFEA5715EE2D2C8A , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0x310CBEC927954C1CA5D68A3A49B532C7 , 0xF59522A887F947D8864E42C4EBC39266 , 0xC5DF9A79E94E45D491481B23066A5C89 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xBA1433AC0EC542CFB8298504AED66FEB , 0xF59522A887F947D8864E42C4EBC39266 , 0xAC18F088E632410D87C465E9C72896B5 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x42A17CC4647C4270A295E82EB7B18204 , 0xC6BE76EF5CB64C85BE1015401ADC7D30 , 0x367ADF1D00A946CC84C52F3A9F210949 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x4EF1B753E04F4CBD88346C3E39CD509D , 0x20B273EBCDA84C3F9CB7DC1A382ACBE7 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x2C834174D1C14EB6A32209B77A954EE1 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x0967A85809C3413F94B1207FBE7A12D4 , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0x47F77775AD3141F3BD822E16F6310836 , 0xE7957957406E43459D9BC8C08567D556 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x505FCC508C4E47EB99D8E4627FE8BD32 , 0x20B273EBCDA84C3F9CB7DC1A382ACBE7 , 0x25E246605C4C420A90124AE7C323490C , 0x588F94B5966340DA8355D947FF03BFF9 , 0xC7643E90932E42F594F15A536998ED66 , 0x310CBEC927954C1CA5D68A3A49B532C7 , 0xE53CBE63339F474480F8F09CFE979E5F , 0xC5DF9A79E94E45D491481B23066A5C89 , 0xBEF74106CC0B4125978553246FF16AD6 , 0x42A17CC4647C4270A295E82EB7B18204 , 0x3ABC5229293848C9B2FC1B27FD3D8421 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x695E19A74059405ABE8FFD82E34FD410 , 0x492D8890EEA645F6B98D7610D16BFD5D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x588F94B5966340DA8355D947FF03BFF9 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x0D552E0D05C847F3A6447613DB546314 , 0x25E246605C4C420A90124AE7C323490C , 0x47F77775AD3141F3BD822E16F6310836 , 0x310CBEC927954C1CA5D68A3A49B532C7 , 0xC7643E90932E42F594F15A536998ED66 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x310CBEC927954C1CA5D68A3A49B532C7 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xC5DF9A79E94E45D491481B23066A5C89 , 0x7CA22766FD2846B39712928CD77B169B , 0x9FC238BDF9AF4F7980D7F1CD1189E8D3 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xE7957957406E43459D9BC8C08567D556 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0x42A17CC4647C4270A295E82EB7B18204 , 0xF59522A887F947D8864E42C4EBC39266 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x8CFEB9558D524E17827EC792492C9122 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x695E19A74059405ABE8FFD82E34FD410 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xF59522A887F947D8864E42C4EBC39266 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x588F94B5966340DA8355D947FF03BFF9 , 0xB607BB01A6194B6FAAA21189F9474256 , 0xE7957957406E43459D9BC8C08567D556 , 0x25E246605C4C420A90124AE7C323490C , 0x76780EE5E68042AAB5F6574D7E25DCD3 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x76780EE5E68042AAB5F6574D7E25DCD3 , 0x505FCC508C4E47EB99D8E4627FE8BD32 , 0x01FB819FA75744C8A56FDC0981381BA9 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x0967A85809C3413F94B1207FBE7A12D4 , 0xF59522A887F947D8864E42C4EBC39266 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xD0A469D1633E4761973E2DF4A534766E , 0x90EA4E0999F040CCA1FB703E3E7A8EEF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x0967A85809C3413F94B1207FBE7A12D4 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x0784784E132443C9AB13367C9DCA776B , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xF59522A887F947D8864E42C4EBC39266 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x0784784E132443C9AB13367C9DCA776B , 0x25E246605C4C420A90124AE7C323490C , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xE53CBE63339F474480F8F09CFE979E5F , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x208DF6B26D804422ACD7BE2B46F930BD , 0x588F94B5966340DA8355D947FF03BFF9 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xE9B1CD710C0E488AA97B046D6DEF4231 , 0x338F1349B41F4963A960A0A744C4308B , 0x588F94B5966340DA8355D947FF03BFF9 ));
Copy
91
11.15 ms
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = ? ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = ? ) AND ((`product_media` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x02 Ë\e\x1E ²O@¿ì─ímÂ/ìS "
b"\x02 þ«\x1C T\x17 E*—"óX[iÐè "
b"\x03 `¹\QñB¾ˆ42›Ã¯¦à "
b"\x05 kWú\x7F\e NÎîëa\e 5Øæ% "
b"\x05 o+J\x18 sKQª\ºÉˆÃ-h "
b"\x05 üvò\x1F\x00 HN«╚┤%\x0F ¿ë« "
b"\x07 ¤¬x ¤B·¥Ë #õûo1 "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"\v ¼\e gâSOË▓u;┘ZØ^╠ "
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"\x0F `õŠ?‰OȬŽÊ¨ÿà)1 "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"\x12\x0F ÛË\f &B9▓1ñ\x06 Øõ╩█ "
b"\x18 é\x0E Óç,B–“‘v¨…r®‹ "
b"\x19 3OiìÁ@¬•ý(^v=”“ "
b"\x1C ãEãÄ\x01 C–¦³VF\x05\x19 -- "
b" '-┼ÿÌF┤ÿ┴¥¨7ü\v \n "
b"!³éÙï\x1F Ap»Ö\x1C ¨={…ƒ "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"$Ãâ└I┘F¶ÿcCHÅg°² "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"%ñr\x03 ×ÌH'‰_q\x00 E{¸m "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"1\v ô‘.‰MF¤\x1A ¶eT¥\x1F 8 "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"7øDÖ\x14\x7F Nú¶cÔÝÖ…Öï "
b";»\x0E é:Ø@\x0F é3)\x08 ▒§91 "
b";üWz6$Mi‹GTú,53d "
b"<C“\x0E óÛB[•O·á'Pqë "
b"=›Ãr3ïJÌ¢tèÇÓL\x14 @ "
b">¨çö(ïMs”ÔáEv¬\x19 Ý "
b"?)5·&|O°¸\x0E PÇt\\x13 E "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"@Ü:$A»GÒ\x15 MÆ\x05 ;ö¬ "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"C MîôÄE‹–üzêßð• "
b"Dý)¸œ‡K°œ¶w8©p’P "
b"EAÚ[Ê\x1D J\x12 ªžuƒ£!¿; "
b"H\f ;ÌÉÐCÍÆí┌ð ÏJá "
b"H†'ªÊžO~¤¹¼f5Pìè "
b"H‡0<úvGD—õÚ7\x1F 2\f < "
b"JMýîO8@\x04 ¹×ÑÀNý\x0F þ "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"O‘È*:CH˜˜:’ðæUK\e "
b"OØ6x©▓Kûób\x1E é¶o×" "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"T⓱{.OÓ£7DâjˆZ\x11 "
b"Tå…sÚ\v Nˆ€öþ·pGS\x07 "
b"U$^\x02 ¤×O@²éyú8…ìæ "
b"""
X*>U2¿K»ï■\x17 É▒\n
C├
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"YæÖ\AúAüü\x05 Ρ6ç*W "
b"""
[öP€\x07 \n
@\x15 »cBÉ—)VU
"""
b"\Á–éu|F>ª\x18 V'¹‹þM "
b"^ZÚB€5I\v ‘\x04 „¼•/™ß "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"`¹Ü7sïNN¿Ø\x0F Où÷\x12 Ë "
b"aän^NÇ@Õ¶ø\ÞçéÂâ "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"d\x11 í`¶EIÙ‡c7»«K)‘ "
b"g└KRı\x17 C+òä─ì\x05 VÌ "
b"hÞ\t k\r ïNXІ\x18 X×Ìôx "
b"jÅo\x10 ¹@Eº\x0E ¸÷D¢!; "
b"kg6\x13\t gH.º€ýÁ7•b– "
b"lp-âw(Cv║FÉ£¬´µd "
b"nç×aÆÇGó®ì;╚è\x03 AÝ "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"q\x01 ¾7 ¿@¸ƒ¡A\x1A ,qòª "
b"qˆ„f\x16 ÞI\x17 µ(ÙÑãig¿ "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"t¨\f ñy±C\x12 µï#_oélj "
b"u§¤ŒP\x7F JW‡û†8%Ãp© "
b"u\x1C ŠŒ+J˜¢U\x0E ¶XRÜc "
b"vuÜ\x18 gIHÙ¢–²è«¬‹\n "
b"v’s£HDI-‘FßÐì*ƒ¸ "
b"wx'^\x00\x16 H£•kˆrdzpò "
b"z\x03 ´[‹3D9¥õí»=Ø\x08 & "
b"{ï┌Å2LM.ÀÎù±ì{#─ "
b"|ÑoéW=FYˆe€\x7F ª÷\r , "
b"|´9ׯ4@ıؤg¬═²ï╚ "
b"~\e Æ/¨\x02 Eˆ¸…$„€ÃÝ "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"ü*Ø┬ÛqH¸åB¡6àe\x07 p "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"ü±n[ËËFaÆMuF\\x0E (Å "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"ƒ\x13 »1ÒiDj¯p“Ê\x1D Ú\x1C "
b"…¾“\x05\x1D °DfŽA(hÔEÜ\n "
b"†mr;¯“DÑŸÿ.\x19 ºZ›Ï "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"‡kIHi,C’ž\x01 zNÕ½Qe "
b"‡æ²`.%Nh·|ø<ú\x03\x1A € "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"Š\x1D ÔÜ\x1E JL¨µ7\x13 \r «¸ÍÁ "
b"Š2s¾¶N@i¡•©ÇdÂñp "
b"""
‹L–\n
ltL{ž½iš1•Ly
"""
b"‹óÔårbJT¿\x03 "Vàbl\x08 "
b"ް»Ã6zKòˆU—ò$fˆE "
b"Žík)g\v Kµ´Å#{n¤˜\x7F "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"‘t\x18 „<WC^¾p\x06 Ð…›?= "
b"Æò─É\f\x13 F─æ╠\x12 mx\x00 ¾\x1F "
b"’¦°ÿê@DéL\x19\x13 ÈÖ¾\x10 "
b"—Ãè¸í\x0F IijG¹\x0E V=¥ "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ø\r q\t <\v CðºjÂçÅırN "
b"Ø1¬S┼│F└¼V0\x03 T}pK "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"¡¬\x14 üË&DÏ’ybUâ “; "
b"¢\x12 ¥J}D@š‘7§*kþ¹© "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"¥*/NžgD\x16 ¬Dð\wí›h "
b"®\x0F ╬i3┘JjóÙ,│JíÅî "
b"®1_Iü5HÚ¥©ÚòÅq¿* "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"¬#┐╗ë¶J^êáÏî<LbÅ "
b"LZ>3eN´ºKP÷Et܆ "
b"oï YBYŠš\x13 9« "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"»\x19 ì2ı APä<\x10 è"À\x06 "
b"°å¡4É\x1C K¨€j\x15 ð„T8T "
b"²kšB›·\x04 ªIË‘`P "
b"µµ!—³#G\x12 “ŒìG\x01 .˜ø "
b"¢\x01\x1E\x17 h╚M│è\x1F 9ì¬Ül "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"""
┬^8Ø\x06 IB ÄçV©\n
P"@
"""
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"ÙŠsÐ\x1A GwŸÏ&¾Ô¶:Ž "
b"ÅÈ3¿“'L® c©wÑkO5 "
b"╠\x1F ╝"¨R@¸ÅÒrQ\x14 AM® "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"╬Ø<┤y¼H╦É╩S<G┬IÔ "
b"""
Ô\x06 ¿\n
j÷El—žbÖ\x17 º\x18\x16
"""
b"Ö\r UãRJ4Šçæ%q\x15 ¸Ù "
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"ÏçCå─¢O\t ÇØú&äk\t Z "
b"Ý\x00 ô[0©HÕ–\x1D aÇÇ\n iÇ "
b"Ýf™’l\x15 Jï·¡’NžÓÕa "
b"Þ\x07 <A\x05 ‰Dö³’0jðÌr³ "
b"á\r 3Ëò\r BUº6R$³\x02 5× "
b"áƒ%Tj®O€‹;\x00\x1C 3Û„ë "
b"â9°\x05 c\x16 N™ ^R*¡õPý "
b"Ôkàì\x15 ‗@ÎàBØ\x11 ]Gn~ "
b"ã~iƒw\x07 C7‡ðÙz8´©î "
b"ãÝMØX¿OÄœy§z\x0F ‘0á "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"æöœù\x10 ¹O¹˜¶\x03 ·luY\x1E "
b"Þ│Îs░aM\e ÂìúK0ãW# "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"ë\t ©üÚ?D\x13 “Èfq¬@‰¾ "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"ðpúm@«@/ž“ÏG\x04 ð¯ø "
b"ñn¶\x1D DXDÖ™Q£\x0E ›ªˆÓ "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"õEó\ïãEw…ö"ó:q`ö "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"ø‘?õü·E\x07 •`ºàøGÒ” "
b"øí1G$LIg¡\x13 œ»Ws\x19 î "
b"¹½¨ÑCıMÈ®ü+00Jñ┴ "
b"ü\x19 ÿÖQqM}º;Γ”1Ä+ "
b"üMžÃ:ˆH\x05 »·ÏVÊ‚$þ "
b"ýÇ%ôÇE!¯\x1D ÂÒp÷\x01 ´ "
b"þŸobó¦D‘¸N]\t Ç¿ºL "
b"ÿa/R°Eà¸âF¶iP‰Š "
b"à<F5ºìCüë‗Þ1õ¾Y "
b"¼\f îÖ§fB[¦»³jÌ{Mû "
b"yç-\x02 «ÒOOù¤\e L\ÉÍ┌ "
b"³xeíÑÏNWØ\r Q¾\x06 ┤\x1E Y "
b"└├J¥<┘@ìØ±\x18 Ðoj┼¸ "
b"p'gsî\x15 @#Øf!¯trà┴ "
b"ÿP{\x19\e ÐB\t “\x16\x14 M§\x04 eÊ "
b"\r ÀE¿x-AÆ¿å‰ó@MTº "
b"„YÛ·sÈAÌŽ\f #uœ\x1A Gˆ "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `config` as `product_media.media.config` ,
`product_media.media` . `path` as `product_media.media.path` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
`product_media.media.translation.title` as `product_media.media.title` ,
`product_media.media.translation.alt` ,
`product_media.media.translation.alt` as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields` as `product_media.media.customFields` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . `media_id` ,
`product_media.media.translation` . `alt` as `product_media.media.translation.alt` ,
`product_media.media.translation` . `title` as `product_media.media.translation.title` ,
`product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . `language_id` = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x02D31B1EFD4F40A88DC4A16DB62F8D53 , 0x02FEAB1C5417452A9722F3585B69D0E8 , 0x0360B95C51F142BE8834329BC3AFA6E0 , 0x056B57A37F1B4ED78C89611B359D9125 , 0x056F2B4A18734B51AA5CBAC988C32D68 , 0x058176951F00484EAEC8B4250FA889AE , 0x07A4AC78A0A442B7A5CBA023F5FB6F31 , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x0AF6AFFEC65C4885B40767871088623F , 0x0BAC1B6783534FD3B2753BD95A9D5ECC , 0x0C8D01216CAA443284EBD923B2E22621 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0x0F60F58A3F894FC8AC8ECAA8FFE02931 , 0x119611C045894778978EA747D6024910 , 0x120FEAD30C264239B231A4069DE4CADB , 0x18E90ED3E72C4296939176A88572AE8B , 0x19334F69ECC140AC95FD285E763D9493 , 0x1CE345E3C4014396A6B3564605192D2D , 0x20272DC598DE46B498C1BEF937810B0A , 0x21B3E9D9EF1F4170BBD61CA83D7B8583 , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x24583058F96741679AB5268B478F92B3 , 0x24C783C049D946F4986343488F67F8FD , 0x25C6949F0AE141479143661642882B3B , 0x25F17203D7CC4827895F7100457BB86D , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x2FE2887286C14C9D9C90704A2C894307 , 0x310BF4912E894D46A41AB66554A51F38 , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x37F844D6147F4EFAB663D4DDD685D6EF , 0x3BAF0E823A9D400F82332908B1F53931 , 0x3BFC577A36244D698B4754FA2C353364 , 0x3C43930EF3DB425B954FB7E1275071EB , 0x3D9BC37233EF4ACCA274E8C7D34C1440 , 0x3EA8E7F628EF4D7394D4E14576AC19DD , 0x3F2935B7267C4FB0B80E50C7745C1345 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x40DC3A2441BB47D2AD154DC6053BF6AC , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x43204DEEF4C4458B96FC7AEADFF0C295 , 0x44FD29B89C874BB09CB67738A9709250 , 0x4541DA5BCA1D4A12AA9E7583A321BF3B , 0x480C3BDE90D143D692A1DAD020D84AA0 , 0x488627AACA9E4F7EA4B9BC663550ECE8 , 0x4887303CFA76474497F5DA371F320C3C , 0x4A4DFDEE4F384004B9D7D1C04EFD0FFE , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0x4F91C82A3A434898983A92F0E6554B1B , 0x4F9D3678B8B24B96A2621E82F46F9E22 , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0x54E293B17B2E4FD3A33744E26A885A11 , 0x54E58573DA0B4E8880F6FEB770475307 , 0x55245E02A4D74F40B2E979FA3885ECE6 , 0x582A3E5532A84BAF8BFE1790B10A43C3 , 0x5880B298BD1E40A691268B84F663B909 , 0x5991995C41A341818105D7AD36872A57 , 0x5BF65080070A4015BB6342C997295655 , 0x5CC196E9757C463EAA185627B98BFE4D , 0x5E5ADA428035490B910484BC952F99DF , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x60FB9A37738B4E4EA89D0F4F97F612D3 , 0x61E46E5E4EC740D5B6F85CDEE7E9C2E2 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x6411ED60B64549D9876337BBAB4B2991 , 0x67C04B52D517432B9584C48D05FF56DE , 0x68DE096B0DEF4E588A861858D7CCF478 , 0x6A8FF06F10FB4045A70EF7F644BD213B , 0x6B6736130967482EBA80FDC137956296 , 0x6C702D8377284376BA46909CAAEFE664 , 0x6E879E61928047A2A98D3BC88A0341ED , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0x7101BE3720BF40B883A1411A2C71F2AA , 0x7188846616DE4917B528D9D1E36967BF , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x74A80CF179B14312B5EF235F6FE9C789 , 0x75A7A48C507F4A5787FB863825C370A9 , 0x75AD1C8A8C2B4A98A2550EB65852DC63 , 0x7675DC18674948D9A296B2E8ABAC8B0A , 0x769273A34844492D9146DFD0EC2A83B8 , 0x7778275E001648A3956B8872647A70F2 , 0x7A03B45B8B334439A5F5EDBB3DD80826 , 0x7B8BDA8F324C4D2EB7D797F18D7B23C4 , 0x7CD16FE9573D46598865807FAAF70D2C , 0x7CEF399E923440D59DCF67AACDFD8BC8 , 0x7E1BC62FA8024588B885248480C3ADDD , 0x7FF6F83F782D44B7A87021116A636A9E , 0x812A9DC2EA7148F78642AD3685650770 , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0x81F16E5BD3D34661924D75465C0E288F , 0x82684099DD6F49B49E889B6664FA210B , 0x8313BB31D269446AAF7093CAAD1DDA1C , 0x85BE93051DB044668E412868D445DC0A , 0x866D723BAF9344D19FFF2E19BA5A9BCF , 0x86C2B59E49774C01B8CD112B8AA31989 , 0x876B4948692C43929E017A4ED5BD5165 , 0x87E6B2602E254E68B77CF83CFA031A80 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x8A1DD4DC1E4A4CA8B537130DABB8CDC1 , 0x8A3273BEB64E4069A195A9C764C2F170 , 0x8B4C960A6C744C7B9EBD699A31954C79 , 0x8BF3D4E572624A54BF032256E0626C08 , 0x8EB0BBC3367A4BF2885597F224668845 , 0x8EED6B29670B4BB5B4C5237B6EA4987F , 0x907BA621589B471086FCE496439FF2AC , 0x917418843C57435EBE7006D0859B3F3D , 0x9295C4900C1346C491CC126D7800F31F , 0x92A6B0FFEA4044E9AD4C1913C8D6BE10 , 0x97C3E8B8ED0F49C4B347B90E20563DA5 , 0x9A666AE702C44924B22EB08093ED03EF , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x9D31AA53C5B346C0AC563003547D704B , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0xA1AC14FCCB2644CF92796255E2A0933B , 0xA212A54A7D44409A9137A72A6BFEB9A9 , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0xA5231CFED070466CAE833594BDDA8382 , 0xA52A2F4E9E674416AC44F05C77ED9B68 , 0xA90FCE6933D94A6AA2EB2CB34AA18F8C , 0xA9315F49813548E9BEB8E9958F71A82A , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xAA23BFBB89F44A5E88A0D88C3C4C628F , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xAD6FEF20A05942598A9A1339EF9986AB , 0xAED896931F284531BBEF9C0CBBF6910B , 0xAF198D32D5204150843C10FF8A22B706 , 0xB0E5A134C91C4BA8806A15F084543854 , 0xB26BEF89A19A429BB704AA49CB916050 , 0xB5B52197B3234712938CEC47012E98F8 , 0xBD011E1768C84DB38A1F398DAA9A6CB6 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0xC25E389D064942208E8756B80A502240 , 0xC352FD28052548F4B3C7FDF356C2000B , 0xC3998A73D01A47779FCF26BED4B63A8E , 0xC5C833BF93274CAEA063A977D16B4F35 , 0xCC1FBC22F95240F78FE3725114414DA9 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xCE9D3CB479AC48CB90CA533C47C249E2 , 0xD406BF0A6AF7456C979E62D617BA1816 , 0xD60DA055E3524A348AE7E6257115B8D9 , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xD799C0685DDB49D2BA6676B962505D04 , 0xD8874386C4BD4F09809DA326846B095A , 0xDD00F45B30A948D5961D61C7C70A69C7 , 0xDD6699926C154AEFB7A1924E9ED3D561 , 0xDE073C41058944F6B392306AF0CC72B3 , 0xE10D33CBF20D4255BA365224B30235D7 , 0xE18325546AAE4F808B3B001C33DB84EB , 0xE239B00563164E99A05E522AA1F550FD , 0xE26B858D15F240D785429D115D476E7E , 0xE37E69837707433787F0D97A38B4A9EE , 0xE3DD4DD858BF4FC49C79A77A0F9130E1 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xE6F69CF910B94FB998B603B76C75591E , 0xE8B3D773B0614D1BB68DA34B30C65723 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0xEB09A9FCDA3F441393C86671AC4089BE , 0xED76A3D76D5B40768D1558A9291F7093 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0xF061302AE2764217B219E4D20817B00F , 0xF070FA6D40AB402F9E93CF4704F0AFF8 , 0xF16EB61D445844D69951A30E9BAA88D3 , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0xF545F35CEFE3457785F622F33A7160F6 , 0xF7C2881400FD41F2A364EC6F18875D7B , 0xF8913FF5FCB745079560BAE0F847D294 , 0xF8ED3147244C4967A1139CBB577319EE , 0xFBABF9A543D54DD4A9812B30304AA4C1 , 0xFC19FFD651714D7DBA3BCE939431C42B , 0xFC4D9EC33A884805BBB7CF56CA8224FE , 0xFDC38725F4C74521AF1DC2D270F701B4 , 0xFE9F6F62F3A64491B84E5D09C7BFBA4C , 0xFF61AD2F52B045E0B8E246B66950898A , 0x853C4635A78D438189F2E831E4B6F359 , 0xBC0CEED6A766425BA6BBB36ACC7B4DFB , 0x79872D02AEE34F4F97CF1B4C5C90D6DA , 0xFC7865A1A5D84E579D0D51F306B41E59 , 0xC0C34ABE3CD9408D9DF118D16F6AC5F7 , 0x702767738C1540239D6621EE747285C1 , 0xFF507B191BD042099316144DA70465CA , 0x0DC045BF782D41C6BFE589F3404D54BA , 0x8459DBB773C841CC8E0C23759C1A4788 )));
Copy
92
0.37 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"³µÝl3BJŃÏ×%÷3Á÷ "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0xFCE6ED6C33424A8F9FD89E25F633B5F6 );
Copy
93
0.26 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C ;
Copy
94
0.28 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/ersatzteilfinder/250-duke-2024-modelcode-F4275X2 "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/ersatzteilfinder/250-duke-2024-modelcode-F4275X2' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
95
0.33 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
96
0.19 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
97
0.16 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
98
0.21 ms
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = ? ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"VÞGÀŽÊMT“*¸Æ³Qqƒ "
]
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = 0x56DE47C08ECA4D54932AB8C6B3517183 );
Copy
99
0.21 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
100
0.16 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
101
0.15 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT iso FROM snippet_set WHERE id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
102
0.21 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
;
Copy
103
0.34 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagGmvReporting "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagGmvReporting' );
Copy
104
0.32 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
105
0.17 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
106
0.37 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
107
0.22 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
108
0.17 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT path FROM category WHERE id = 0x79A36140A28A4CE6AC6D0E2CED062741 ;
Copy
109
0.14 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
110
0.59 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
111
0.53 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
112
0.97 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™²$ßâ\r Fé¬!¯Ü\x07 Á\x04 s "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0x99B224DFE20D46E9AC21AFDC07C10473 );
Copy
113
0.76 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
114
0.37 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
115
0.50 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
116
0.62 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
117
33.58 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/ "
"/navigation/251448b91bc742de85643f5fccd89051 "
"/navigation/ec2a4d4fb4474b5088b03df523675f08 "
"/navigation/859156a63cc442008cc67aa14505a8ca "
"/navigation/4851ecc7788447bfb1e74f488e708249 "
"/navigation/2350ba14e89143198d72042128b8519f "
"/navigation/f3f47b57953b40afb23cd462dda41731 "
"/navigation/075251ee45644d14bfeae2fce50073a0 "
"/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58 "
"/navigation/07d6d4c2753d4315814435763a756eb6 "
"/navigation/4784c622e7b34b139d9852ed9fb53adb "
"/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c "
"/navigation/7ca22766fd2846b39712928cd77b169b "
"/navigation/cc590dbc44b740169864cd7c989ddad0 "
"/navigation/275477acc6364fcbb3d3bfbe17317800 "
"/navigation/57e065cd29a24cb3b2d9fc39fc2abf50 "
"/navigation/aefcfa1180634bb98635452ad2dcdbf7 "
"/navigation/bda1448fb6f1449eae78e06d3dd07df3 "
"/navigation/2c38112820554a9598f0c8e77373625c "
"/navigation/310cbec927954c1ca5d68a3a49b532c7 "
"/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa "
"/navigation/c7643e90932e42f594f15a536998ed66 "
"/navigation/3abc5229293848c9b2fc1b27fd3d8421 "
"/navigation/514a31209c6e45c5b7f05cf2ce9205fb "
"/navigation/8539a768e5ce4f168833f890bae1d0a6 "
"/navigation/0923017eea79437bb043b5b0673e115f "
"/navigation/c6f322e9a6294eb896f7bb669251f305 "
"/navigation/8cfeb9558d524e17827ec792492c9122 "
"/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3 "
"/navigation/a3668172f857425f9bfe53224046ba51 "
"/navigation/505fcc508c4e47eb99d8e4627fe8bd32 "
"/navigation/82738af02a084bbdb851e11e8ec598dc "
"/navigation/aab03d74404b481ba120fb9530426d47 "
"/navigation/018c9125ea874ae287429a2cefd1f2d0 "
"/navigation/1a5c6210666443f19920fa7686428657 "
"/navigation/76780ee5e68042aab5f6574d7e25dcd3 "
"/navigation/bef74106cc0b4125978553246ff16ad6 "
"/navigation/c4aa5e8624d24b30b0312e22701162d6 "
"/navigation/c6dc84aee6e1469696ac2299c312fde9 "
"/navigation/d62f763a8391413b81a164ea482db739 "
"/navigation/dfdf2340aca14881a6652d08e7656163 "
"/navigation/ab1de20b216545318a6cdad2ee7e2a82 "
"/navigation/afed1ddda6d849c49d00ca0932a75b70 "
"/navigation/b55d905661614a2fa7f585ef697d6cfe "
"/navigation/c7156d3692b345c69d8c93126625814e "
"/navigation/004440dd20754671ada9bf79a2b75fbc "
"/navigation/0b73a534bf5044ed9dd6af4e301fc006 "
"/navigation/c9d1a6f276f24c67b7c66222804db52c "
"/navigation/f57dc8356f054004b0b2ae82257e6ab4 "
"/navigation/cd3cfa833d6046b89a14935aee1a7f8f "
"/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af "
"/navigation/a316e8972e0041bfa756d6f7acc23e7d "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/navigation/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/navigation/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/49f823826b384871aec230ae7ee2f154 "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/navigation/7b34af3a47cb4c3ba3188ed1cee83967 "
"/navigation/7758ea41858d4231ad3623921c73e531 "
"/navigation/68376253ee4542d7aa4d93ac4958eb0a "
"/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e "
"/navigation/d867ffee71f646f09b1c069b267201e0 "
"/navigation/4fed7b490a09439dbe58747fe74f3e5d "
"/navigation/cf5a0b4136834eac88874e7ff81b8ba5 "
"/navigation/f19faba35fa04f30a1bdd354b051f625 "
"/navigation/4bc032eef6364672a0d09b8abe93d55e "
"/navigation/33b309eb71bc4c2a9976970795d500fa "
"/navigation/6dba75696b5148139136de033ffc6382 "
"/navigation/be2f3ca764534022a2ba79f972c9679d "
"/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6 "
"/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef "
"/navigation/7b7970e14b87448fb41d825fcec350d0 "
"/navigation/7d34ea33ebd2430b84ca71a999e7b708 "
"/navigation/abfa97de640b48c7a6afa067b88812bc "
"/navigation/1f423e85c6eb494980b22dde93e64a9c "
"/navigation/876b21ae9d7c41498115b90823beeb7b "
"/navigation/2b29710e5f0f44a8825513b4e6e2a98d "
"/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8 "
"/navigation/671bb3d9919346a1a0187fba6835a133 "
"/navigation/dfe70840626a4a9a88c56999fb42852b "
"/navigation/e4ae50f24b8d4d6483cbea48cedb146b "
"/navigation/73e9c784d8c448d8a7e304117eed2293 "
"/navigation/8fa76c45c7a14b1ca93353f7b1f85411 "
"/navigation/f2e70390e9e34ceda7549b53800c1e08 "
"/navigation/0bc41cae5ab441458dce00de02107388 "
"/navigation/5f149c7e1b2b48f9ae6364de8ce288fe "
"/navigation/903d01af296c4a2391205affb24423c2 "
"/navigation/89364c27afac40fa9ead1ec3136ec684 "
"/navigation/aecbd0f4de0742199dd75fadddec2013 "
"/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0 "
"/navigation/bccc5c020811472196379229044dc7fd "
"/navigation/2db3c8aa857a4bc6a6d11e3438350063 "
"/navigation/068567f45f424e389167089941c407ec "
"/navigation/165d387e909249889e89cd6584e6c81c "
"/navigation/20e44a7345fa48468f3d0e2298b4f067 "
"/navigation/224193720c2a4a45bc96cb2d055655ba "
"/navigation/3c24eab57c3d445698f26534ea18e660 "
"/navigation/444424ff93914a27a401e920bb33976e "
"/navigation/72202b824a384e9a8c11ae6afe2a9d75 "
"/navigation/7b182711a1294f69ae2266b5e37b5bc4 "
"/navigation/83868e2e81b340bfa067343e71965085 "
"/navigation/89d46426d44c4442993d4b524afc59a4 "
"/navigation/a16abde2699547c2b823b86c6b48d0d7 "
"/navigation/a3025fff20374024b907cddab6c39d43 "
"/navigation/d14cb43cbcf245eea471b31b87876e6d "
"/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d "
"/navigation/e5c66ca00fd140229735738d20618e8c "
"/navigation/b613bcea17d94cd68c0f1b01c96a843f "
"/navigation/f65330b5335b43a8ba39baec7d44aa54 "
"/navigation/fb3986cb89834cf3a3b42c5a651034a5 "
"/navigation/9eb6e1f2d32e4679aa85298c3e2fd678 "
"/navigation/a5d30272319c4e6f8577b8f344013d34 "
"/navigation/5be3b86f12b94044a39420702328fe79 "
"/navigation/e40c020ad4b74db7bc3e2e88c4c27be8 "
"/navigation/ab078ca87be74c748a7e971e766ceaf3 "
"/navigation/efef8f302349446dac0f0d67631b70cf "
"/navigation/f5e01e9054514b68a8653c5a4f2e5ee1 "
"/navigation/e485c99ca374414e851e1bae3f10af8e "
"/navigation/2fb093f95507419987f178312f1a3159 "
"/navigation/4823a61385b44ff1acf4e6382ddc6ed4 "
"/navigation/a6abb398e64e45f1895b6666ef5c48d1 "
"/navigation/00f37e830a0348d09705a9612c8c8cba "
"/navigation/71ca1150915f49e5a1f2fd538909d05a "
"/navigation/1c5e979155a844539448db12fd5ee768 "
"/navigation/8880adde82fa414eb680521ec3b57c4a "
"/navigation/edd74ffcfbd44ba9904d355f05d440a6 "
"/navigation/29bbfc2eb6d444f08a34e46f60b76e17 "
"/navigation/9228dba7d8ff47a897c5e6125f40dae0 "
"/navigation/500fe37e8fab4ec686d79803e58a8133 "
"/navigation/defbeb767ca44c1b970ab994d662a6a2 "
"/navigation/5d1b4c4fdc094289932a615f81db335b "
"/navigation/b3fcd7cc2e684a8b96f82adbb8615f55 "
"/navigation/1f6fc0d096e4433f847169a8653f9872 "
"/navigation/cdf0a23d5d72433783ef241128a9b070 "
"/navigation/273527558c5e4e2cb3168fbfbbf6db0e "
"/navigation/0fc49a5d23ec4742845d4d31898f67f2 "
"/navigation/9870b54fef794c4b87791c9dbc9b83b9 "
"/navigation/91314c7682154e58a203d7deb3c46e25 "
"/navigation/0198a84419397e96ae8527630cef7f63 "
"/navigation/019c03b8fcaa72dc9e2c6dd03b04916d "
"/navigation/5fdbefa88b0942d28155aa77fb9d1ef2 "
"/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27 "
"/navigation/6abcc304f8c84933a719a126f42a6651 "
"/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3 "
"/navigation/ea2fc00d192244b3b852128b45d74842 "
"/navigation/2a5c8fc96ef04011aef499b2fb4faca4 "
"/navigation/01971690d7e97455bdb6a13033fc4bea "
"/navigation/01971691bb387f7f8d6fa68ac5bc78b0 "
"/navigation/019a7cc2c0ed7c48bfd77766e7197c67 "
"/navigation/019841caba81739d847aaec4495335dd "
"/navigation/c760008290d84dbaae3f6f4b83269ddd "
"/navigation/019aea2480627a599fd1d0db6122e224 "
"/navigation/0197169587bc7ef2832928391108aef6 "
"/navigation/01992f21513c7fca831141b67a0ba2a6 "
"/navigation/0199288800f87feaabd6d217f0254df0 "
"/navigation/01983b68543b7476b25d1ed5006cd884 "
"/navigation/572804a509e74ad58d18d52ef0cfeb3c "
"/navigation/0199772279547efd8f94e76789b316b3 "
"/detail/eeba823d8c84480b960526a44e9b66a0 "
"/detail/351cb294d86b4494847195ce10efe66d "
"/detail/53a6c2b0f4c140239f087b3be99d6214 "
"/detail/8a734a5dc2154fd2a1ef53fb7e6b7ad6 "
"/detail/c02b5c2491064157a0814723455e1b6f "
"/detail/db0d7d9964294fc0a84d9a7098503d71 "
"/detail/0ec4b5e3b2c940b0a5f6f670066b4973 "
"/detail/d65aeab29e4b44b58eabe5880ed888c7 "
"/detail/8bd51843f8da4cb28f699c81745710df "
"/detail/53ccd56205554b5390a1c332a6066a4c "
"/detail/e94c714dd1174c07a03de0e9a1930e71 "
"/detail/019a08a9652d43dea42bdb47fa151eba "
"/detail/74d81fcae8c9455d939f99854ad1b37a "
"/detail/d9f2458a7c044b59bef1d91fb7c2f814 "
"/detail/ca9c0b81264347a894630408aa3962c5 "
"/detail/83085583d2c74c21aabf44f458af75ab "
"/detail/7b5b8413e4af440780d41a419a972862 "
"/detail/fd58d88554a24cfcac45aaab8edb8944 "
"/detail/944e3b9213db4adb8f7f21fb5b50bbca "
"/detail/f2dfa5f595ee445288baaa5bee5569bd "
"/detail/4295ce766a2f410e86031d7ad3c00fc8 "
"/detail/abcba9c99428440497b5c713071b2430 "
"/detail/63d0253e4c0448ec8b909fec5817c0bc "
"/detail/4a2416c59e1349f98ce1f2974691f1a2 "
"/detail/92f3492007f04098897664229a148733 "
"/detail/dddd0f583beb464ab768cad55eb60d01 "
"/detail/40572f249f21423880935f04bbf3d29f "
"/detail/fb299e76fce243aa8bf54a5e6285a655 "
"/detail/91d374c99bc34ae7beae6a9e506318d1 "
"/detail/e9467d4a59514abb9c220c0eac2a4efd "
"/detail/656efef3430d45b1a3f22dc32daf30a5 "
"/detail/90746c98bc364bc4ac071000cba52af7 "
"/detail/d09a31a17628445e84736e3c7ef33851 "
"/detail/b874c82b895c44b09cc94e5c24a77563 "
"/detail/1d5c64c874bf4dc69f3febd04faf3364 "
"/detail/cd27b8eba772438d9b93a44edabde12d "
"/detail/14ce356c0db543f499c0709591162fb9 "
"/detail/2a04967d1cbf4b3a9f5b5883b4e7e7c2 "
"/detail/cf9ca6eb4a8f4c1aa51078e31480c385 "
"/detail/504d7a029e8043e5935dd10339e998e9 "
"/detail/a0ed344850ef4dc7b4610bea85a50182 "
"/detail/185b9b5d73664c4fa583cb23f84a159e "
"/detail/8926fcabcc714336b89b9f541fb22f3d "
"/detail/c86c3c9567d24d54934a8937fdd264f5 "
"/detail/f989deced84b4f289326c5549f63b236 "
"/detail/cdd2eed9e395448a93d21ac5184b9608 "
"/detail/b2d045dfefd8447fb20e3d12e6e605bd "
"/detail/f028a866680c4c05848317d1c1e77cec "
"/detail/c88de4d3a41c4185a33338eba4edda2f "
"/detail/e057c3301eff41cb80f4c75504ecf30e "
"/detail/1c3060d8552f48f78e6f4a44be26602c "
"/detail/ba3d6cc68ecd458094a470c377aba7a3 "
"/detail/ffd1f0c23d9a4a6791da9bf9bcd6bb73 "
"/detail/ccb31eea31424251a9fc28ce43a8f50e "
"/detail/679ba459f4da44ca8ea212abbfcb17b2 "
"/detail/72d8792aaf334011bc0c39a1e6aff47f "
"/detail/39ff5a00c62943519f2609b434f71777 "
"/detail/5ce78f3e525641b2b2490526e0794290 "
"/detail/affefef2094c4ba498785a69fb0593e9 "
"/detail/b0c11439348d410f8271beac785315e9 "
"/detail/6f9351d6654e416fb08d24fdbe1cac03 "
"/detail/ad7ae348dc854efdac7f811ede30b25a "
"/detail/c75d4823573141f8af057dc0e11fe456 "
"/detail/416128a4f8774b4aa8ed9a351a18de30 "
"/detail/7587b8731fac40a9bc731ae9167a44ca "
"/detail/44bee7c8bf264f12905ce8f20941524a "
"/detail/a16d92237ab9441aab63138b567888ad "
"/detail/8ece3612f7b44fd2bdd16d9c40fef6f3 "
"/detail/04823061d8204b58b3d7c01f41e7d802 "
"/detail/0fb17958d9654b9c9b30535001c901f9 "
"/detail/da9061e2f1ef4c4fa4688c85ae4dd603 "
"/detail/268fc412578b406f8945566b61785612 "
"/detail/7df70695707044559057ea36a1e018a5 "
"/detail/c8ec2e4c062e4021bd7c7166442873f1 "
"/detail/0198cc6d9a7c73aa85907f7b03cd0921 "
"/detail/8077735ebf234aaf88fee44a911d2b72 "
"/detail/845c2851698245d988f548dd8af3898a "
"/detail/f077e3cc9a324774abb6cd51f6a78bee "
"/detail/34322ad0217b4362a1cfa0e6c6172b99 "
"/detail/abdc821dfc124f4bb3f103ba037b8a1a "
"/detail/0198cc6b2d71713db3c35eb594764799 "
"/detail/7462e5479ab14432afd61d42b71d6aeb "
"/detail/853793d702254320932e0a825c0e65c9 "
"/detail/d838642bcfd2403cb57e35af54a340fb "
"/detail/275294068f554ed984bfbbeea86c7dd0 "
"/detail/ed91f7376bd54ae69fcd885bf4d32b21 "
"/detail/903b64b4a695470aa3caef90e59b061a "
"/detail/0198cc5daf3d72d6b8ec1ff2bbc3daee "
"/detail/82794ec8142c4bb3aa06990bea889cb7 "
"/detail/439a77a8893e431085804085662c10a6 "
"/detail/e48eefed14b644a9806a5abcfcd73e7f "
"/detail/50460b56d7b7463c828f3ab4d045d751 "
"/detail/711aeb58c0eb4037badd7bf4454538cf "
"/detail/63e71fa4d7104410bf3d2aab96993885 "
"/detail/73fb23b48cf54aaeabe2e831be5373d8 "
"/detail/d40e51054a8e454cb29b9bcbedf6f65a "
"/detail/8d9787c3834745a8a7f03525de9a9a84 "
"/detail/8e42f0fa0012424fbe3c2e96228bb064 "
"/detail/d5cace4cb0484e41a54d8e5607003c8e "
"/detail/52d96ce20c3e471984a51a891f6b817d "
"/detail/83df3fe2fabd41a983058ad1b9aedbf4 "
"/detail/b3b20306c4cd4c38a9d96201661fa19d "
"/detail/0198cc5cf09773c08ec0d20dd4fcd9e7 "
"/detail/8f1c43aaec4648c4aae1044afadea236 "
"/detail/cf87d9e481a8420491943b5f566c381f "
"/detail/b8c824b84e344a51aaa751b34ea3ade8 "
"/detail/5a726a2d9ce249f28851f14fe925a0d4 "
"/detail/4e4d45f20929421d8bc1133d32fc6b90 "
"/detail/0198cc5e901b70a98a5fbd92548ac6b2 "
"/detail/9a08a471d1554e4d98af5aabc1a39495 "
"/detail/dc952cdf32d24c109d88b99a84318ac6 "
"/detail/8566380e2610463a8dcdb05b25141ae5 "
"/detail/49e3d5aa20e64603bba02e3d3b264c96 "
"/detail/8785560bc9694947a6b451890e261a6f "
"/detail/f87f7426443e482c86916d1d63e88056 "
"/detail/bed2d0fc0b014410a5ef5d664609fc0d "
"/detail/be5a036021484e7c9c2f2446e8f73432 "
"/detail/afcc10d5fbf14ecb833795bd082ec0ab "
"/detail/51b303c46242476f81fd06c0083e818d "
"/detail/d532f308d54b45ef99b267bf10c57e9d "
"/detail/8569886d54d848ffb319a42bb2b84624 "
"/detail/42e358b9792040f09dd3c26f9a8bb19f "
"/detail/17540e8755d7452db3d1e51d3f2864bd "
"/detail/fd302a1d1703488886268220958ec59d "
"/detail/1e3fe1448c9542bea4bba22554f75e0e "
"/detail/b8fe6ef6a6484429afeeadeb303b5e8c "
"/detail/fc89f975c8ee4eacb998342b391071dd "
"/detail/1ab6a299109948dba1d3d50c71840d45 "
"/detail/3fcd66fb31b243d496912a25489f0376 "
"/detail/b4f81406bb7d4c3e8bf8c45c71108e87 "
"/detail/8c2ca16e96074b43ac2494e997313e08 "
"/detail/a90319796686407b9795490fbc7029fe "
"/detail/607c9234c5ac4c3b9d8edd13ce102902 "
"/detail/5273f25e874942cb82dfadd5b054a179 "
"/detail/c2a3573b7a8d4c4f9626afbceb45bf5b "
"/detail/25185da2034a4b4d945a6b8511ff1c02 "
"/detail/b7aba5c037fe445bb1c88d6676eb5671 "
"/detail/71949c6e2ea14198b17ec1d600f6fbff "
"/detail/74024962c39346f4aa1d015dca8026b8 "
"/detail/1ce9046a05bc4ccbb80a62d403323681 "
"/detail/0198cc5d41e271b2ab26cc0e57125d65 "
"/detail/9841cb38efe945399e3b75d39c3e9bec "
"/detail/5d2136f07ecf4c5f911ab9e4adeb2c94 "
"/detail/81081a5a7d8d4092bfa3dd0c76ed717d "
"/detail/4791e56d7cb74e039f451e39e4313a15 "
"/detail/a3b1881ad77a4c3bbe650a69601df9fc "
"/detail/378a5be7022a4e57b2c88411c7abb3df "
"/detail/e2e9c43bc19342c2b7bfede713d921f8 "
"/detail/f97caa237c294498b3af603eaa8d3363 "
"/detail/c702036a9bcf499ba4878fab1225f73d "
"/detail/0198cc69946672dcb6e341697e01bf4a "
"/detail/ecb62fc0347f4456a8be54b3c547ac09 "
"/detail/58d62aadec394f14a56cd89542929ce3 "
"/detail/664a035be66041b58973c7e849cb5cc0 "
"/detail/b1b9fdee08ff4c7b8a847dd96d95595c "
"/detail/c063d9fa162e4a7f908308c99dd17687 "
"/detail/0a331222acd74a0e9e08d7a7c95cf4d1 "
"/detail/ef6f6ade8577455eba73e19a367dc8b5 "
"/detail/79632a2eedc249f7aadc9f0a3a5a4180 "
"/detail/73a798034b6545e5bea76edc19c9bdbd "
"/detail/a0ea93caed694b4e996c471c18ca245d "
"/detail/1f5b4c511c8f44ff8165aeeb43533943 "
"/detail/804d263d5f2d4ec0b2d5ce795e3ec534 "
"/detail/a2f5212a07584f9a82caa54ed0a38ad5 "
"/detail/bfcd7d83e3824f00ba86a7bf80940c88 "
"/detail/271e00996e0d46e2b60cab0cc352f774 "
"/detail/6dbd105e5c9241128bee5dce90fae36f "
"/detail/0217734ea93e4162acff209d83b739fb "
"/detail/55db626078624359ba213fb9b1349af2 "
"/detail/3410b846409243ba8f817be282cb5a55 "
"/detail/4595dd600b804cb086640be835ee6351 "
"/detail/e4f316f16a274836a75bffa0cc54bbc7 "
"/detail/6d946caee54a4c6ba588e29ae9c4adcb "
"/detail/331888df6b9447cf803f6bca8a111b63 "
"/detail/c6df0b298d2c4b4eb24694942299ad52 "
"/detail/4f60ada1c2a24bf1a5d61cf22b816bd0 "
"/detail/dc883923abcf4cfaa6b0644820009ebb "
"/detail/0198cc5dedbf736f8498c014ba391dd4 "
"/detail/e34f8a97fb30448db110740d4dc45b09 "
"/detail/bd964333bd904e599616c2db42751180 "
"/detail/0198cc6aa8ea71c0bd19fea37a402d21 "
"/detail/88d51da12b29458e9c469e77c1cc4be6 "
"/detail/6a074b59dd38478f88f38593a989d76a "
"/detail/f103d167effb46bea5ffc3be437b6af1 "
"/detail/ea507708620b474b8ac1945ff1bfd4de "
"/detail/c2f46f2fc6304b89b6a26b3131dd7c90 "
"/detail/64c716fb13374fc5b87c1723ff5c37f1 "
"/detail/9c84b446f04c4cdaa2eb6adec397a751 "
"/detail/5157abd73eaa45ff9c2abd5fe7080460 "
"/detail/0198cc5ed61b737abf98df2318e02c36 "
"/detail/2fdf6b2d4c8140d48edd0401184828be "
"/detail/c4e218aae3d04964bd6d64a875ee421f "
"/detail/ae1fb46290fd43ea8d7b3c4b73e072db "
"/detail/2cc2d393b6bd47bfb57d72a52983f662 "
"/detail/deee243e7e1c47aa84da8a918b6b53c8 "
"/detail/e12095ab0f044138985c335e2be04ace "
"/detail/0198cc6c99b8730daece44ff63223dbe "
"/detail/9d70cd3f428b47988444067bef2feb14 "
"/detail/52b7b31a3bef417eb75af8b85bec7f33 "
"/detail/da4dca725bd446d8a39629ba6ae40a5c "
"/detail/c3f7f4be2cc74590a02873567380d6d3 "
"/detail/dc5d00d7416c4d2a8b908e16e91b6d1e "
"/detail/b6834b9bfd4a4f8f8ae1755b9b11c6b1 "
"/detail/73e3a993d78c45bcac56957694e3dc61 "
"/detail/682a3de9a2534e51a494650f0d1b189f "
"/detail/a8d9240f81174806b69fdc3f5035df2e "
"/detail/27b0e1194d194d10897df67a6e0300ae "
"/detail/db9bd1413cef4f12b524bc5f99e4bc45 "
"/detail/837b7ecea3984613a22202c243995184 "
"/detail/da9cba7c3bcd4961941a3a23eb2ce26e "
"/detail/c73584c0ba21456a96e91f0dc162d207 "
"/detail/ae8ed899f67b4a64b8097eb389bd2608 "
"/detail/349a6d7631a84c81aebbb7d810818529 "
"/detail/cb1edefefcc341a287e7af4d3325e975 "
"/detail/5bb4fa7eab2a4c949a02086b8106e8e7 "
"/detail/41079c7422554ab084069f6bae338b9c "
"/detail/861afd019f3e4f919da205741f9195c7 "
"/detail/f90217fb98d64a869744e4e09ac05bc0 "
"/detail/7da386df3bc34c33a1c21dff2985f647 "
"/detail/7d0912fcabb54cb780653b416c44caec "
"/detail/7c431847b2ac46a7a123c7cb431ecd93 "
"/detail/ae3dbfc834094eee98417b3445d0d66d "
"/detail/36e13a12939f4bb98fb0afcdd33a7203 "
"/detail/0f01a3413914486d85103982b814090c "
"/detail/6d7c8d2bd92e4640b2571acf8cf7f8f9 "
"/detail/e4be3af00287447681800fbc58fd2bad "
"/detail/3f119cf570e0450ba9693a1753324d21 "
"/detail/a70b0a7b8d3442579a8fa4c3c374d233 "
"/detail/20b340b20b9940e9ba395edf32a2305e "
"/detail/99e2a8f60ee34d018a41f276b2c440a0 "
"/detail/6a6d19c5989246ffbe25db0bfdf1dba4 "
"/detail/30cd49853f0c4d3b9fdadd3d4b3661eb "
"/detail/2c680f0fd9a849738af24a17fb860911 "
"/detail/78d558eb2fa6428ebc6837547f2cecb3 "
"/detail/ab845fe1fd8047f8ade92cc8be8e8c03 "
"/detail/6d759189c4a14728927a26b23acf20f9 "
"/detail/0198cc6a3014725288da9519cffcbdf9 "
"/detail/e24c89c1b0f6408591d704097848c877 "
"/detail/209c40b7b0e7417b8605840ffc63fcc6 "
"/detail/0198cc5f36bf73dbbe059457768f9d58 "
"/detail/4a405a49eb5f46f78af46f96ae0f3b8f "
"/detail/439a16f4359440db9c08b9807eb33d2d "
"/detail/2efae3acb5214167a91d5964473b6b7b "
"/detail/0198cc5e7148714cb32e7d48e67995d4 "
"/detail/1ea1df93398741b19551b8656dc6c74c "
"/detail/3149eff74de640b985925942cea011b5 "
"/detail/d84e73dc873c4386bd111e655cad11ce "
"/detail/9d2ac89a5e1a4315bac0412c2490da0d "
"/detail/189d81e129574c5e831ae08afca278de "
"/detail/4a2fb993d2114b938da5515c4620dbaf "
"/detail/6d2f3a4bc5cc4d42b1991533a98c93c0 "
"/detail/c0cb14a9f82a44f38bc093a3362e09f0 "
"/detail/ddc890050017413ab17f7452d67bb700 "
"/detail/62dcd7185ba04b12803dc317f4327444 "
"/detail/caf0d1a8a04e420e98a0468382f869a0 "
"/detail/b7fe95c53ff24ddc8321bf596a086e3d "
"/detail/094062d5a06b4f258c793771a85e6d0e "
"/detail/8bea4ea004d8402dab1812f89a097fb9 "
"/detail/ec7394c67ed249dab06f9cc44c9a2b09 "
"/detail/62e31e0187ce4a7582577790e2481b2e "
"/detail/0e9a3fbff7044f44bdcd0f8044616838 "
"/detail/f2b54279554649ec9fae8154f799e7b1 "
"/detail/5c33aecb111b4514bfc1ea972cef897d "
"/detail/9bba97d60f4c447fa1452eb6e1da9a76 "
"/detail/7f7401d272ea4ef7b5f5c747c69958d6 "
"/detail/4ac3ae2c78bb4911877b1e75af22cfa0 "
"/detail/240d06faf95e47bba7fda53ca0e394fe "
"/detail/b8afadd7274446f8a346fac96cff0d98 "
"/detail/0198cc6a090670389229a7adb2bc049b "
"/detail/fbf48885af454151b05ef13af1a59b7e "
"/detail/1431a16e809d4c4da962d86c9b8d7fe3 "
"/detail/9a10cbdb98f441b6ab4b95a14b1de64e "
"/detail/ec07675f237c4b6f88375f669f40c416 "
"/detail/9e4d8ba0bc854c0f83401a6f1c653e82 "
"/detail/55c375db204d4b8da285d1a44852dcfc "
"/detail/c748ea768366437cb2944218f422b5c6 "
"/detail/c6add2c226dc49c28ed322602d6710e0 "
"/detail/53e175fa529b4ad6b6e2f5b9d70b93d7 "
"/detail/13385b1b57cc4054acdccdf8fad588be "
"/detail/a49e2c96d51e452a9c826326d0e7a35b "
"/detail/8386c89cada2400e9d3058c3e6c9c049 "
"/detail/ce9d3f65442348a291d3ea1866260111 "
"/detail/7cd50ee1670c4eae902c5bc838e1ecba "
"/detail/47bc81469e414437bf4e17eb65a9dc3f "
"/detail/4459b94bd6bf407a967f90d12f091c2b "
"/detail/9d86050731fa43209d2f20209835e424 "
"/detail/32b9534f777f4d78aa54e6fcbe704792 "
"/detail/cc3a6c37198b4653b8a6ec370130b625 "
"/detail/16cee3ccd79b42a59dc5de8d4c242f35 "
"/detail/08d7bb3ba90241b8b594f021c9d57984 "
"/detail/595385791fcd4762bf22509a343ce5db "
"/detail/af6dbe923fe54ed3a4a8bd078210f6f9 "
"/detail/ed292bd913954da894408a2a4f1ba262 "
"/detail/a82938812529460196aaea9c4040dbd2 "
"/detail/436a5b71a1d24ad2827d0b4831032082 "
"/detail/8e7acf4d31b24bb389ef016a81b1d04b "
"/detail/23679a8704c0436bb1b0fa5aac717163 "
"/detail/8ebf1e333e104c24a16c8b825566fc2c "
"/detail/80dfab55380844c4a9bb1149a9dce446 "
"/detail/cdf27ebd62244782aaf73853a6371f20 "
"/detail/4638b379ea2446f9a8e280020c65e763 "
"/detail/93fa3fba27e84c909866fdc267717208 "
"/detail/cffd568823ba4fc0b5d0cebdd1ce4c51 "
"/detail/7b1cd1e8d51d4e59a73d04942aff8f22 "
"/detail/97fe1c5c07184faa83ff24a3024e088c "
"/detail/747c60779f4d4da5b94d9a1491009880 "
"/detail/cb7842846bc04fefb886d3d994bd3919 "
"/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2 "
"/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed "
"/detail/f14cc551ef044c6a90a80453db2e4ae4 "
"/detail/b6a7c0058b4a449ea7ddcc08cd0f301c "
"/detail/5404693c697d485485de7de7e1ef2c01 "
"/detail/d111a4ed259949168d6de0efc59a7d22 "
"/detail/94f7496d2bb149d49c6c3209b422e208 "
"/detail/86af7236f6cc4f90bd1635f05f17354f "
"/detail/f3411554c89d46728137d0c5a86f7878 "
"/detail/e146914ccc0448eba1744b3c905a10d7 "
"/detail/f164459a28dd40ccaf354de04a184554 "
"/detail/c0df34c6367e4ab6b4e41c6b27e452c1 "
"/detail/52441a8e191748ee96d0492c2fd7fd51 "
"/detail/bed1331d6eb242abbf04b63630c8c4d2 "
"/detail/e8c8c3fd9105421b81a59afc0ae3109a "
"/detail/a618705a9182432c94246e00cfede090 "
"/detail/0198cc5dce75731c8a726b96ef07b9d8 "
"/detail/4ab731a1be664130bfa5bef7b4057a73 "
"/detail/98abbb4cf2134a918f666da5a2e96fe4 "
"/detail/d3624f353e4b451da71497342e37f597 "
"/detail/fb46804470654a8596c47f0a2c40179b "
"/detail/efe06e34b5924ba6aa5ceb36fe07dff1 "
"/detail/889c3f1529e94cdf946d121c03e33e63 "
"/detail/42557cd0550b42e387fc2cc53b9efc2e "
"/detail/4772ed5f211c46e3b858336a692fbcce "
"/detail/2666ae8e573045c5844e0ff2f01b09a6 "
"/detail/9acb704d49be44e786a8c70e01baface "
"/detail/ceb5d8c872fc44bcb8c4853a0523fd17 "
"/detail/0f2bc509943f425f88602389a7eceb65 "
"/detail/30fe6da74e644fca9dafdcec94fef63d "
"/detail/98873d2c50454dfdbbe6f901dc8b8690 "
"/detail/d0113785d82548c5bb57686200f85125 "
"/detail/574372388cee4f2781f6c8ed30644d1a "
"/detail/2d862d31edde44c9867817a333b64a18 "
"/detail/72fe7c5125414792b1c52f53f90699c8 "
"/detail/d6d17618acae4dba9cb128ac2706af16 "
"/detail/b26fd0510d574ee7b0c9591c98d9c61d "
"/detail/5f0a78d873a6453eb91f911136d47e3c "
"/detail/ec48344756b64dc8895ca0f39cc9afd1 "
"/detail/531f2bb32991464ea5479343f2d9e577 "
"/detail/d01c211313f64168bcc1c2f091e07894 "
"/detail/0198cc696df771cabac7b15688f73699 "
"/detail/8050cddf7ad24df68fb01d40a02ca55d "
"/detail/1ffa59e417c44abd8c403b421cd27872 "
"/detail/2bb38224e14e40ad9a1fbe12c7969e0e "
"/detail/fb27462615b64401b36b3ae0c4709ebf "
"/detail/5422f85ed4414f27a8874d9fe97fab22 "
"/detail/470e894ed6ce4d7387a3e5b6f6cb9308 "
"/detail/6c72832ad69f468ea5a04c8f470a897e "
"/detail/d8b824abca80447087edc9c65be9daa3 "
"/detail/b75a51b5075e495f8d4f31e043346928 "
"/detail/e47d04e31b3d4a47bf25d0f5f545ba12 "
"/detail/94a2b191ea5343e09ceecd0b5bf5442f "
"/detail/e8dfc7d9cbcb4768965c76a92d98d2d9 "
"/detail/5b492eee32624e18a10ae00710171a51 "
"/detail/3dda150f78bb400a90cbc7cbd15eba35 "
"/detail/2021ed3b275149c2a7bbcebcea3e3e51 "
"/detail/5ed5a77d39844b4783c6f4fa50b7d0f9 "
"/detail/f7275334a23a4b5b86033b6d17ebf19f "
"/detail/5870801535e54876a6a694c03b2c643b "
"/detail/4d319b5273e04263b4f7261231b6ebe5 "
"/detail/8cda064c1b2c4b92ad8acb3b9304a660 "
"/detail/aa0633837d8044d2968e25cf48b70685 "
"/detail/7604073c50704eff91c818a6dd0efd4f "
"/detail/64234ac24dd0480491f83700fe837ddb "
"/detail/1c5da60806ca4b2b90c57aed8c764e68 "
"/detail/fa71c118f9ad4bd484f6b3a33163d138 "
"/detail/8cd1ffadea924f1c8ee1b39abb8430d3 "
"/detail/25dc72f7e5484c5bb24c272cf470536c "
"/detail/d6149c0c0abb40f6bcb547feaa0e1e72 "
"/detail/955403cbeeee4de2996d2db415fed663 "
"/detail/ec87571f6fa4427b9a981ffe261a279d "
"/detail/d7477a619b3b44a9a58756668ca215f7 "
"/detail/ef80e55299b94d309d3c3cc8100c513f "
"/detail/30517dbfb2b54d7395d6a70ff90e7e8d "
"/detail/6d8dd0ad10704c33bb6a0953d63248dd "
"/detail/92d7f2ddea3a4703899d75f43cd17f05 "
"/detail/c4de8a193f394ff6b5244e01bbb713b8 "
"/detail/806c9dd1d06f49f1b144ea80165e960d "
"/detail/c330f8bc4a8b4a8f99a50e140637f1ec "
"/detail/4565e2509797459ca8f79fed8b816d5f "
"/detail/904066013a1048299eca7a3aa4badc8f "
"/detail/546dfe08a7504e63be3bddff8e4c3278 "
"/detail/c3309e1a37934376b8fd8f0eab389e12 "
"/detail/f3299586da83433fa100f10626713df9 "
"/detail/44899da35ded444aaca68b0aea3bde6f "
"/detail/e0c4c4ecb8fd4f7ab8b09313c21bf444 "
"/detail/4e45326e80244b48a83d81a7a7db1012 "
"/detail/d618992a7d634a48a3f42bd47cb67f91 "
"/detail/aa41f98868564d64a5da96e70dcfabb0 "
"/detail/32680ccf8d434a4cbb1450cd988fe4b4 "
"/detail/7c670e5cdb994ef68633c869d787df0a "
"/detail/a51da365ca21496191a003f88438a996 "
"/detail/8213b54eb6be405cbe81367c216404d7 "
"/detail/2ec3a10886154bc4a98888ef5de27c01 "
"/detail/7a8a9478414846b1987edbdf4b11c1ec "
"/detail/a2bd922cfc12487bb8d6f9a1d358dcdf "
"/detail/b4f8ad5aaba14d52987da89603d9adfe "
"/detail/f474bedea62d4a53b963998157005ff3 "
"/detail/0198cc5d6d137308a5fa90fa35f776ff "
"/detail/1f079c55774749418594c72abeccd336 "
"/detail/363733c7ea8f4f998b5780d9360e98f6 "
"/detail/3ddda00cc5284c32baab378964051add "
"/detail/c5bc52851db7466a87facec1a4a4cf9c "
"/detail/979a192bf30446f49f4c4b638b3417f9 "
"/detail/e4f9a7846b8a4b8a89e86be3ae854ac4 "
"/detail/95788781c1894e5ebec7d316a90e728e "
"/detail/1a97efb5769a4afc80dee626476bfb3e "
"/detail/7fee8b25719f4cf9b28d5c7e4fe14c81 "
"/detail/dfd4011fbe3d4e328d6597636da5bb93 "
"/detail/547dd6c7c4804374a8ea09705d2d6d29 "
"/detail/9b8d82acf40e42bf8a28012be3053b04 "
"/detail/af773ae6214b4121b82455a673cba897 "
"/detail/f26ed72a78224e039e3c803b0fd76400 "
"/detail/9eaacaa0a47942198afe1bb4b4771535 "
"/detail/123c73c3ac77401d98bec14c58f356a2 "
"/detail/2ec5267d10f848cc9b01c64e6576894a "
"/detail/a0825b70e375434096b4d350ee1b5769 "
"/detail/a6b68354d89b4a9eb857e0b3213f6ce7 "
"/detail/b5aa285f670f42849980d598ada23ef7 "
"/detail/41621eefe91c41ef81ce2c209d85a388 "
"/detail/d0f06e053b44458dbb2a0cf006e23683 "
"/detail/62b5131476704746abf212a188f25c13 "
"/detail/63524fbf43174f53b4aa1c7d60b2661e "
"/detail/c8d97a02aed8470aa8f605109d35fc08 "
"/detail/60e83051bde745b8803da6f26b1cb437 "
"/detail/dc5bf063dfd441b5a3f48d74ee985030 "
"/detail/23804ee3290448aaabd125cb63cd9fec "
"/detail/ad8b04d5ae6e480fa06caf45282e1a13 "
"/detail/47b92494b56e477d9f6f8b33e553ffb4 "
"/detail/9fb345e9109145d5bf6fecc71fb12180 "
"/detail/5089a2e869dc40b2a169de524c949a27 "
"/detail/4d52a5e573ba4b46a8bf7aca1743da76 "
"/detail/7f0071914a1b4de8b18ae3aa7c2a7880 "
"/detail/dd3ce7cb10d143bb9d9aa4ee396e41f3 "
"/detail/aaf458bdcc624edda1bdbf10089e3b3d "
"/detail/df0525197d7f441cb9fcd8b714b39f55 "
"/detail/11eee5926ff645dba7f49f4c394e51d4 "
"/detail/277c1ca3ac12482ab7e9fecd573040b6 "
"/detail/7f575898cca44b77846d351643c356ec "
"/detail/9dc8b1cef16e48b1b369c66f3f079f0b "
"/detail/adb037322bee43e9bfbdaa19c04ceb0f "
"/detail/dbd660f43048485eaa18f15ba70e2daa "
"/detail/cf85821eedcb4e65b5882ee55daf5781 "
"/detail/2fc7f6baf63e4fc28659c259098a1c9a "
"/detail/0198cc5f90ad7111b283e66216d0f253 "
"/detail/41d688063de241efb6711cb85faca868 "
"/detail/a6bdd777717742cbb24910f2445e005b "
"/detail/763d792a5dcb414fada4732cf4706ee1 "
"/detail/cd501e5572f1447d8199647077d19ca4 "
"/detail/40ffe83373e34d6fa88aa9b47e989539 "
"/detail/87309abc6eb8424b90560a9b9a9cd054 "
"/detail/f7b35e4c09c448ffa61893aea8050ead "
"/detail/da93f47604f64a8db09d293a26096ad8 "
"/detail/d4c72aa2b4a2437086bdb2781a9a0906 "
"/detail/9da1be09888447a48eef384588dd1702 "
"/detail/1358220d13d241608290ae0d114b5b5a "
"/detail/a8ed34bd1387452a8e8c836d9241e570 "
"/detail/2f89ab8d977a434f8a0192dca0bc5542 "
"/detail/5b41febfbe574cefbad4e5cf574f9968 "
"/detail/a9ef76f584c64e23b4332c7bfeafbf89 "
"/detail/ed9c56d1e6b247869e3f15478158f167 "
"/detail/fc32f232d3e746309fb49bfc683261af "
"/detail/11115a768a1a4896a53d74299d4ab281 "
"/detail/9b84facbb65541e8941524cd31b9600e "
"/detail/c2ec54282f344f34b3d12f5c194f43e6 "
"/detail/cfef3b0b7d9248c994f0d80d82fd6226 "
"/detail/457441df0697420aacd2a8822cc9787c "
"/detail/d6a2d5d8f19b482b8b6126678687995c "
"/detail/0198cc689b6b7352a33c4f306f5e2fc4 "
"/detail/656e774ba7b143c59a5097cebddcb0a7 "
"/detail/31005dd2b74a410a9b0586efcba4b6bb "
"/detail/6d9714c4daf14e40b209c42bb455c6a5 "
"/detail/c7d14920dbff43c885b2f8c81057c288 "
"/detail/4050b387c2b245118fbd742f3a60cf12 "
"/detail/388033cd3aeb4f7cbcb48a3bad57bc43 "
"/detail/c5ade040a70d4f22b34caedc3d93c441 "
"/detail/b69c189b29b14092a20f2a1166b95d0b "
"/detail/1f97fa2e53334dd7a7dda6bc39e46b9e "
"/detail/0198cc6dc6957282846b4b0906bee844 "
"/detail/27ca355fa1134be9a8844e6abbfebbee "
"/detail/5aab08894a0f4b5a80ecf031bd2bde03 "
"/detail/3dac7d9e55bb468cbbc72ab008443cbf "
"/detail/cdd375d755514fad8dc8b7d18e1d2731 "
"/detail/a9cae2e475aa42228ae8682a8dde0d53 "
"/detail/0581b1a7ed82414484eb48ea555b3f18 "
"/detail/b5e7bc5a11674771937219faa177eb50 "
"/detail/526a2e9ef8174e219b0095559127df2b "
"/detail/d034064cfa704468bc2c2d7035e2b0f7 "
"/detail/609ba8d52a144632ae911c986394fe6b "
"/detail/aa2cff4f43ea45b8af20d545ea6e188a "
"/detail/a2c5e8d8d0a54abb8c3475fb1f2f1c6b "
"/detail/9243366d8f8c46f38f9625d54aa65880 "
"/detail/0198cc5eab7e72b189a183835ba75af3 "
"/detail/2a41ec16eb304af5b52103615066fe91 "
"/detail/a5f9bfab0d5a40f888c15c0da47b8242 "
"/detail/56c8ce10adeb4f28af64dcff620846a9 "
"/detail/387d3840d338476a83d5c4f2dde4b35b "
"/detail/52af8ad28b1c4ee6a0e10470e4de88b4 "
"/detail/be57b85860a84d41a778c879770b7984 "
"/detail/cf85813f532e4972ac69189b9516a94f "
"/detail/1e8d8900f0ca42f8a7272611281e60f9 "
"/detail/9c7d98d6eca043d1944fdceb07cf84de "
"/detail/d39f718577d4405691d7fbcadae27ab7 "
"/detail/2722e11330be4aedb3d7c10de31c0b84 "
"/detail/13240e7d85b3475ebdc20a465a4b52e3 "
"/detail/3843575d9b3c42bea013318775f278db "
"/detail/c25a7a68ec6d49cebfd523d0ef3e1549 "
"/detail/c16f388099234ec2ad7fddf84fd0e64b "
"/detail/4fbf7d7c8d13488e947d1e92b1bea87c "
"/detail/8f079cbe6e884c10a87a21295ab7a13b "
"/detail/15e00533a5f84a22b3558a03a0745e32 "
"/detail/5e46fb396ca74260948fff4226b8309e "
"/detail/8bf846d629484cc68a95d8c83831bab8 "
"/detail/c920c598dd6f47138f406165ef3f0eb7 "
"/detail/e08d5535bd5b4ca593ae61b710b78113 "
"/detail/72514b1532b64f73a9fbf47baf255ab4 "
"/detail/4aa1d3295d2945caa5cdcb4118996401 "
"/detail/adb42016585941a3982efe96f98dc6e9 "
"/detail/8ef32c52394a4739bafdff844c3de15f "
"/detail/6cbf0a463c6145e29ebf658fdbc8a25a "
"/detail/d22f2c32bfd34cd8bd96416cd3015a48 "
"/detail/da7fc2ed4a754ee092ca55348ac9a01f "
"/detail/7a115676360849f0813e298223877e8f "
"/detail/6293ef20cae84c7e90cce54b64c43a27 "
"/detail/0198cc5f751570aca961ddd58919ad4c "
"/detail/d300794b6f364c6caf4ebb844c8e9e3e "
"/detail/95d08747f0ed44bdab07eb9d842f47a6 "
"/detail/31f37d3f00634aec96d5e3697dc86bd8 "
"/detail/d8387ce5a2d64967ac36d03a8cba86b6 "
"/detail/2dd49dbaa57346909b2c79834adf3a7c "
"/detail/49917cbb019c408fae9594dcb7ff43dc "
"/detail/ef5a50bfb1f54cbba33ed83270179cfe "
"/detail/7bb03ef2ace546c393c388f94430c9c2 "
"/detail/675b83ffabc64f3d8faf117cc3a7bb45 "
"/detail/5476533db64b42c0826cb28c8e68fca3 "
"/detail/abd09237da0c4d1682482fead8d56eb6 "
"/detail/c6257fbcc39d4c0da84dad37a85035d4 "
"/detail/91f592c5b88c4592a9bfcf8b2f59449a "
"/detail/ccd9066175b04394928dd9724466b232 "
"/detail/2fe5e5214e9b418ca1495af1a0afba6f "
"/detail/2d8755344d0f435c829956e143465fcd "
"/detail/0198cc6d73717255be318ac447ffe284 "
"/detail/232e99c9bbff4e84b0298ac38f8e99aa "
"/detail/b3d48b6971fd4f499d7daa733a498858 "
"/detail/0198cc6d3cfd71a5bd9c29c11be32a0a "
"/detail/bb0c978cf3eb44aebf23ee1450072bf8 "
"/detail/40862f57bdf243829637882fb0d586b3 "
"/detail/43c2a96c8e304cb5a59c8d410ed696a4 "
"/detail/3c2377ba6e294458bd1cafd08cfc2d56 "
"/detail/62a0478d6ec649508428ce4575aaa586 "
"/detail/8bf4c5103f9f4955b349cba2064169be "
"/detail/c13507df9f1749e5b16fb347fe4dbb0b "
"/detail/917368bbd8f241f3a17f34150daf3f61 "
"/detail/5ce5e9fbf3294602b1219454a79dadf5 "
"/detail/69fa34dd2af5429abb86901ee7221702 "
"/detail/9f397e09862f4a7dbc50b1dfe340223c "
"/detail/1fed0cab3faa4b8695f59173e08be362 "
"/detail/e73007481f8a40f68bbaf0293dd48037 "
"/detail/6f81d53b655345829f930cb10c5449e6 "
"/detail/95671acab1a74ad1b78d7f7918303ca6 "
"/detail/fb88c0796aee4b11b3f28e8f5fe6fd8c "
"/detail/3bcf5590121f4e67bc81bce9a695dcaf "
"/detail/b90153bc6cc14eca83f48e7054dfde1f "
"/detail/f36ccf1decd24879b2f7d371ab3263df "
"/detail/273b0f09e8204e35b91078c37c6d9d87 "
"/detail/d5319bee6b394119b778a132a553ade4 "
"/detail/5fbe54d1a8704a95b6c5be3c3d64a27a "
"/detail/27cc92a4506042aa83fac90390f228b4 "
"/detail/d541d75026894e119bc591c58869c8d9 "
"/detail/90e1c8da1b1e4a62a3dd3c24aa302ba2 "
"/detail/fb20575bd45449a38ae378e5bf08fac6 "
"/detail/b78ef0ac8aca4e7b9bee99a153d2b447 "
"/detail/7c6f17798a754c749f038bb588490847 "
"/detail/760e3448dcbc45cb896720ae9dfc2a2d "
"/detail/ed47cc2ee9c7455599107775b9185b71 "
"/detail/69aa107b8c8b4b9f83f6ec058eb8a0b6 "
"/detail/ad4be1b3b5d94c82afb816f100d6a071 "
"/detail/b575e87dfd214950a86b978bf268a955 "
"/detail/5fb347f6832c4aea85dd26fb2819f3b9 "
"/detail/f47e5cb929fe4bdeba060644800ff79e "
"/detail/95011edad50a4bfe904e2ff01be1ab11 "
"/detail/92373671684d4c6599e470b45139dcf0 "
"/detail/31e9e52f998e4ae0bab992ef13b76c2d "
"/detail/e9dc974193e947cebe057b7a3219d2e4 "
"/detail/ff47575010874dd6b0d222de992a55db "
"/detail/f4c646a34a7047be9f567ef37e0071c5 "
"/detail/dae677519f5f47d2ab6fe3e085036063 "
"/detail/2314d7e634584b51b90c8255fe582db3 "
"/detail/5d22a0bec8634139bbe89a12fe66b022 "
"/detail/c5fc0999f6c34be3be06b6ad4ba126e8 "
"/detail/e87398717cc4404a91dd72a1ca1bea4b "
"/detail/28d08e37d3f3444291184b5196e5a82c "
"/detail/83518446f56143df95dbcfd55271a173 "
"/detail/a83fd9a654a9477fa8ba1f5e19cb7828 "
"/detail/8df3c243b65241c78bcb534b6025f147 "
"/detail/89c7c39b12ef4800af0649b3a826a1c2 "
"/detail/ddb799f5b74c4c98ab8694f9d23d0073 "
"/detail/0198cc682e0972f5b7eedd4db2e44e22 "
"/detail/f308d25ab72d401a90661f497135736e "
"/detail/0198cc70ed8671cfb0150a9f19eba190 "
"/detail/bdfac1517f8048668f6ef9f535572b9e "
"/detail/00a01c299ef74da5bcf5b5ebc7834a06 "
"/detail/5d22d59ce064476a89112cbf924157b7 "
"/detail/8a0834417c324b28a7f87fc3d2502016 "
"/detail/72947c0213214597b5339601402088ff "
"/detail/a4bed51c41434299817a48acc8861251 "
"/detail/406b6821eb634f1c8d8917a016d97019 "
"/detail/b95493a45a9d48adb7dff89de23d1b11 "
"/detail/7b56de47ad93488e9052b5509ad282d7 "
"/detail/71b2f652eb364664a42b8fbd851dbf7c "
"/detail/6f93c260dd3f478ea9e1513be9e04d89 "
"/detail/0198cc674f767345b4f60e77d83b00a9 "
"/detail/0198cc6d21b27332ab9e350c390d58e7 "
"/detail/4af5313c097844cabc8cade116493d04 "
"/detail/eb634f58c92e47ba89779eb7b31bca31 "
"/detail/a19adf095e6b46f4a800d0c68f5a3c44 "
"/detail/8af094991b8246dbac56d95e73bb7798 "
"/detail/3df51872cbdc48af886dbe2da5db7074 "
"/detail/a659b6c559794e6fac54216774be99d2 "
"/detail/6e0e3216b15343f295c69f1f0b37dfc9 "
"/detail/ae5c748e31db47d881f8ec3825872bac "
"/detail/48623f74242e4556835be8fb7ea8e971 "
"/detail/21a6d9f7c4da4ce2aa5182daa140479d "
"/detail/36745af7b97240989f7baac0fb9ba9e0 "
"/detail/74da80176af94a41a1e564585fd5d4b6 "
"/detail/0381562c1f7d4f26be6a922e3f7c7cec "
"/detail/0fcd4135a9e846b49cf849be143569ba "
"/detail/3a0a89dd653e4c438162d400fe4450e6 "
"/detail/25cfd871b70546579654582382e68c0f "
"/detail/9221db64cbc54ff0be53254824aace1b "
"/detail/b068c8733e6d4375b4d47487242d4ad1 "
"/detail/4335c5ab23ba4b14a31783c2079f4e75 "
"/detail/8c13a50b7cde40a4900cd955e75ffc36 "
"/detail/0c0ca6470c144dd8ac25ba892dec27de "
"/detail/046a73edcf054114a12a7d5993b944a1 "
"/detail/06d9fcbef8a64198a063d3bacb31fe03 "
"/detail/798bf61efaaa478b93cdbfbf892188e1 "
"/detail/6e91fa8fc0e64d38a52867cf050be050 "
"/detail/9d35225392f14a8a91fd3fe4d3e4b2e2 "
"/detail/a036a1692b0a4a5b8d05e87213341a7f "
"/detail/93e012735e1f423f9c55286dc1f61059 "
"/detail/2b50c32def0640a2944ccbe759895f3f "
"/detail/0e1db1394451456ab9d549e752caeabc "
"/detail/2eb87d46b25e4f23bee6826e5a53fb1f "
"/detail/d54539ebb0bb4eb59a7ee95af2c4baac "
"/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea "
"/detail/ec555bcae6bf4709829e2d5ef208806d "
"/detail/224b6987209f4bd4a5168ae1af0b7636 "
"/detail/bd756dee9bba4d60b07d138dbdb64e4e "
"/detail/9d8094e327fe44a6844669eade9f4575 "
"/detail/48e14782268f4de0887536c64e984595 "
"/detail/97fb9a76859447c39e8c068a14d75df0 "
"/detail/2797f31d3ccf405faf9d18587b2c2dca "
"/detail/72dbc5365a014fec883b5e2f977edbf3 "
"/detail/68ca30f69f734903af9ee8c2e90ab4e1 "
"/detail/8d8ac9480dd8417fb67735b100b9b615 "
"/detail/19b16284b4254a62801915f48b57367a "
"/detail/e5c56d0dc3b44de7afebda421b454adb "
"/detail/a0b61197183240d899daccb9abd6cdb7 "
"/detail/ec60ffa9ac17483db959660c378295c6 "
"/detail/dc89f86b68614eb286014f5586fd82ea "
"/detail/c78ad41871f04c25a67e94928de20bbf "
"/detail/806fd3ba99de44aba2e44da12b6aa73b "
"/detail/0198cc6cf31a734690beba24d9749cf3 "
"/detail/1611424e40b24266abe3613a12a7e306 "
"/detail/d57f92a7bb7147a2899aa10333e95942 "
"/detail/b4b64acc90c6411482fd9db6c8f96f49 "
"/detail/cc0b9d31db3c49f0aeceadba1584b210 "
"/detail/ae7560ce692246e0abc7769282270b4c "
"/detail/103eda8dc91c4e488343d49116cd82c9 "
"/detail/484e0c21b86b4f4b8052439585b7d6cc "
"/detail/30b629dffbae4b4494951c2971d83b13 "
"/detail/ec909e866cd443c09a61ac5437dd199a "
"/detail/6dd6fb4296e04d6da72e3eb70f644c98 "
"/detail/0198cc6cc112708ea797f26e87bd3e2c "
"/detail/3496e7f621b340c68a41787b44404a37 "
"/detail/be0bdffb40744bf9b51fdd0f5c588775 "
"/detail/4fc4531edc004192a44e91c34437ed72 "
"/detail/fcf13f0bedcc4acba1fbd449576256dc "
"/detail/32afc441745d4f7e92b5157e1ae930b2 "
"/detail/f885ffeab5824e5994964c948d753148 "
"/detail/1778ab2716bd45b29f775bd00b0c30ac "
"/detail/817655206b99448cbd68b3302a622981 "
"/detail/0c54bc7beb2e476ca132a401f01a6d38 "
"/detail/3c413ad45efe49f68052057d4bc92c7b "
"/detail/97cc482cf3ff4c4cbd5618ca026ad75e "
"/detail/34327be5dbb44895945339588a43b466 "
"/detail/bf75c11103d845c8b59c9f9e09d77121 "
"/detail/8f86f46aab394c2db6d7222af462170c "
"/detail/976294f11bad4985adb89f899918bdd4 "
"/detail/dedd8bd364c14c2bbd27d0ade6534a9c "
"/detail/b191585d57ff41c7b510065aa4ca4675 "
"/detail/4054b855538d431a97692c6e8145496c "
"/detail/59e8817c65644bfd8aead167cc0d4998 "
"/detail/3ef49cdacead45f99aac44d4013403a3 "
"/detail/cd95379199a5406d9c46add05f4c8bfa "
"/detail/f8f2ead30bdf49d4928cba9be742273a "
"/detail/9cb7f32a8ae54db9baee55861d5de426 "
"/detail/fd23b9a0fba645699cca21b095960ffc "
"/detail/7ab4f209095f479daeb7052cda65a52a "
"/detail/4eff0540dbb748d3b39b989d37828734 "
"/detail/0671b2874843435e80a5dd9a695d422c "
"/detail/142d001969d846cbbdf7d7d6bc0ff1e9 "
"/detail/2c09d73bd90245b4a8c7778d55fb0d3c "
"/detail/2222da2443d64bfbb0b5fd68bb9aad53 "
"/detail/13136a881abd4475bf7565b7d212080c "
"/detail/6bb759d26ac245f58aeaad794b0007fc "
"/detail/169ebae0493b405e8e0a77198a438e61 "
"/detail/8f357a9d134e46d29e293ad00287b051 "
"/detail/9b18e0f363e14a11af3db532ec513fa5 "
"/detail/e1cb39471d1445bc92bcf4ba69124cf7 "
"/detail/9fe592f5be094521add73dbcfd5ee2c9 "
"/detail/26bda2ef57574767aef29dfda24a05bb "
"/detail/2333dadd776e46dbae0d879ca99f7ed4 "
"/detail/9863ed19bfdb4a839683af93b164645c "
"/detail/87c6574bc8b44c33a696f1917c5f0834 "
"/detail/0198cc6c6e4172d794ca283b0ec4b3cf "
"/detail/1bbf818f2aaf434fbba4c88a80c30013 "
"/detail/fc2ae422462b43609b6cfc8ddadbef4b "
"/detail/c91b25fc051e458aa7d52a63cbceb487 "
"/detail/fc5a03670cf94cde80a990eea0db8e18 "
"/detail/a907ffeeafde4011a7d7a850ea4a4586 "
"/detail/ccd925d7db2543e380285afc8d609e2b "
"/detail/f808ee6ab3e543ce823768b924a6094b "
"/detail/0198cc67c0e372e6817ddb7817ec1040 "
"/detail/a1e5b3979ccf44aa869a4b0f4b7bf7c8 "
"/detail/dc95209f3d89402c85102ba7d7527512 "
"/detail/0198cc6c3336728eb05c231c55137f29 "
"/detail/55c94acc7de74aeba67ef1aa0cd4131c "
"/detail/1f177ebea7a74a3589e30eed1a97752d "
"/detail/1352d672d9e04b89b0b9873f7e2ff9a1 "
"/detail/cc4aad47be664cca85d59d0d3e04c370 "
"/detail/1714866a7cad4fb98310dcf025a685d0 "
"/detail/fd3ea27a9e9a4ccc86e657ebaa858e73 "
"/detail/26d23b395798403c97c47d0e72c8e94a "
"/detail/ec0dc81d1b014a8eb7319aa4181bfa45 "
"/detail/3b39a660ad3040fb80e91c57d5e453b0 "
"/detail/849745f0b705433a8b1568db624872ac "
"/detail/a44e1f3ae89340b0b535365fcb8179be "
"/detail/93f3801f41c64dacb107541a2c0d0561 "
"/detail/c039741f688f44aabddc82104bfed065 "
"/detail/856532e1390f469186d69108dbadaad0 "
"/detail/1ba2ef1ebfdd4325a78a0d17ac9449b9 "
"/detail/a9ec3ab2a5424889a957974dc600babe "
"/detail/d7e8715d345f43e9bcb6071ac13f09e8 "
"/detail/7e36e27d07e845b4b3e436352524e25d "
"/detail/90d2d49d95e244ca963853b5c550a967 "
"/detail/fb881b050804476897098861e68d745e "
"/detail/15ab8fa97c774624932636eee2390dd4 "
"/detail/c9473f029a1a4a78b4a89bcdcce13b77 "
"/detail/5a88dab8596d436d889e560c822f6e26 "
"/detail/5ea249fe86fb49289174c70ca229cb56 "
"/detail/348e1d4026c7433d9ddb3d8d7b16b839 "
"/detail/65139590dc384732a2c0a4330e2e1586 "
"/detail/fab972d88179476e8cc8ac674308c14d "
"/detail/82059cff6192466cb463468863f2eb82 "
"/detail/8d58b94168f74d86849c1e4f3c43aeb2 "
"/detail/54e1be9835fc43faa84544bb68fb5942 "
"/detail/9aa342d79fc246e7bf3fb88dd627458b "
"/detail/29968b24bd074462b00e75a9ee92f787 "
"/detail/c6c244fecbb04c999bff987241025147 "
"/detail/88a853f8d360444f89bd1a3d16e2b226 "
"/detail/f57ab7ad5a5c411e8ee2494dad12d1ff "
"/detail/9fa306c764344cf2a08bf02d94840004 "
"/detail/4b32977f21bc4737a8e5a594cd91f0fb "
"/detail/fc0059158e8849ee879ab9f775ca616f "
"/detail/33607d10bbed4a2f96337948f9f0dc95 "
"/detail/3960cafa071045b6bbe38dc2f57ade85 "
"/detail/0198cc6bf4d670659e057433fce2d1df "
"/detail/856bfb7659ba448dae9a5da237b9c408 "
"/detail/676c00d88a754706aad1214db4c6ac0b "
"/detail/e2dc4c0becc24226bee305ee0f4c759a "
"/detail/b1a7190fba99439d91838c43cec2030a "
"/detail/5cc196e9757c463eaa185627b98bfe4d "
"/detail/f17c143e8030401fbb2cb3c31b7d2b1a "
"/detail/9af21c4c025849978170a5ffaf2b4e31 "
"/detail/9ddde9c25d6649c5a976568c7b425fde "
"/detail/0af3b7e057754baf9f358b609c82dc86 "
"/detail/8eb0bbc3367a4bf2885597f224668845 "
"/detail/eaf6170a147f4be3ab6a80de18c942a1 "
"/detail/5880b298bd1e40a691268b84f663b909 "
"/detail/b26bef89a19a429bb704aa49cb916050 "
"/detail/a5231cfed070466cae833594bdda8382 "
"/detail/f061302ae2764217b219e4d20817b00f "
"/detail/7ff6f83f782d44b7a87021116a636a9e "
"/detail/a35f304ff6e6407a8167dc0c7ae2b3c0 "
"/detail/0c8d01216caa443284ebd923b2e22621 "
"/detail/88befda331cc4ebcb390202c12666c3b "
"/detail/86c2b59e49774c01b8cd112b8aa31989 "
"/detail/cc22e1c4f19c4c29b72e89ee13aa2cbf "
"/detail/d799c0685ddb49d2ba6676b962505d04 "
"/detail/2a2b04d344d6460f9595b2bca7648812 "
"/detail/9ae4096eee4840d4b891a033cace4884 "
"/detail/907ba621589b471086fce496439ff2ac "
"/detail/531f7bc86b8d4ad9950ad8d6a3003996 "
"/detail/3c43930ef3db425b954fb7e1275071eb "
"/detail/769273a34844492d9146dfd0ec2a83b8 "
"/detail/8a1dd4dc1e4a4ca8b537130dabb8cdc1 "
"/detail/6e879e61928047a2a98d3bc88a0341ed "
"/detail/d406bf0a6af7456c979e62d617ba1816 "
"/detail/b0e5a134c91c4ba8806a15f084543854 "
"/detail/55245e02a4d74f40b2e979fa3885ece6 "
"/detail/e6f69cf910b94fb998b603b76c75591e "
"/detail/4f9d3678b8b24b96a2621e82f46f9e22 "
"/detail/92a6b0ffea4044e9ad4c1913c8d6be10 "
"/detail/1ce345e3c4014396a6b3564605192d2d "
"/detail/119611c045894778978ea747d6024910 "
"/detail/bd1af5f41cdc490d982253dc0cbbaace "
"/detail/8eed6b29670b4bb5b4c5237b6ea4987f "
"/detail/c5c833bf93274caea063a977d16b4f35 "
"/detail/7101be3720bf40b883a1411a2c71f2aa "
"/detail/eb09a9fcda3f441393c86671ac4089be "
"/detail/e37e69837707433787f0d97a38b4a9ee "
"/detail/25f17203d7cc4827895f7100457bb86d "
"/detail/37f844d6147f4efab663d4ddd685d6ef "
"/detail/8a3273beb64e4069a195a9c764c2f170 "
"/detail/21b3e9d9ef1f4170bbd61ca83d7b8583 "
"/detail/81f16e5bd3d34661924d75465c0e288f "
"/detail/dd00f45b30a948d5961d61c7c70a69c7 "
"/detail/3baf0e823a9d400f82332908b1f53931 "
"/detail/60fb9a37738b4e4ea89d0f4f97f612d3 "
"/detail/af198d32d5204150843c10ff8a22b706 "
"/detail/310bf4912e894d46a41ab66554a51f38 "
"/detail/a212a54a7d44409a9137a72a6bfeb9a9 "
"/detail/fc4d9ec33a884805bbb7cf56ca8224fe "
"/detail/02d31b1efd4f40a88dc4a16db62f8d53 "
"/detail/e3dd4dd858bf4fc49c79a77a0f9130e1 "
"/detail/a52a2f4e9e674416ac44f05c77ed9b68 "
"/detail/d8874386c4bd4f09809da326846b095a "
"/detail/7cd16fe9573d46598865807faaf70d2c "
"/detail/120fead30c264239b231a4069de4cadb "
"/detail/056b57a37f1b4ed78c89611b359d9125 "
"/detail/02feab1c5417452a9722f3585b69d0e8 "
"/detail/19334f69ecc140ac95fd285e763d9493 "
"/detail/f8913ff5fcb745079560bae0f847d294 "
"/detail/a1ac14fccb2644cf92796255e2a0933b "
"/detail/7cef399e923440d59dcf67aacdfd8bc8 "
"/detail/fdc38725f4c74521af1dc2d270f701b4 "
"/detail/7778275e001648a3956b8872647a70f2 "
"/detail/18e90ed3e72c4296939176a88572ae8b "
"/detail/e18325546aae4f808b3b001c33db84eb "
"/detail/6a8ff06f10fb4045a70ef7f644bd213b "
"/detail/ce9d3cb479ac48cb90ca533c47c249e2 "
"/detail/43204deef4c4458b96fc7aeadff0c295 "
"/detail/3bfc577a36244d698b4754fa2c353364 "
"/detail/de073c41058944f6b392306af0cc72b3 "
"/detail/e26b858d15f240d785429d115d476e7e "
"/detail/4887303cfa76474497f5da371f320c3c "
"/detail/876b4948692c43929e017a4ed5bd5165 "
"/detail/54e293b17b2e4fd3a33744e26a885a11 "
"/detail/dd6699926c154aefb7a1924e9ed3d561 "
"/detail/0360b95c51f142be8834329bc3afa6e0 "
"/detail/9295c4900c1346c491cc126d7800f31f "
"/detail/5991995c41a341818105d7ad36872a57 "
"/detail/7a03b45b8b334439a5f5edbb3dd80826 "
"/detail/67c04b52d517432b9584c48d05ff56de "
"/detail/f070fa6d40ab402f9e93cf4704f0aff8 "
"/detail/97c3e8b8ed0f49c4b347b90e20563da5 "
"/detail/24c783c049d946f4986343488f67f8fd "
"/detail/e239b00563164e99a05e522aa1f550fd "
"/detail/68de096b0def4e588a861858d7ccf478 "
"/detail/056f2b4a18734b51aa5cbac988c32d68 "
"/detail/aa23bfbb89f44a5e88a0d88c3c4c628f "
"/detail/f545f35cefe3457785f622f33a7160f6 "
"/detail/7675dc18674948d9a296b2e8abac8b0a "
"/detail/75a7a48c507f4a5787fb863825c370a9 "
"/detail/866d723baf9344d19fff2e19ba5a9bcf "
"/detail/87e6b2602e254e68b77cf83cfa031a80 "
"/detail/85be93051db044668e412868d445dc0a "
"/detail/4f91c82a3a434898983a92f0e6554b1b "
"/detail/75ad1c8a8c2b4a98a2550eb65852dc63 "
"/detail/07a4ac78a0a442b7a5cba023f5fb6f31 "
"/detail/582a3e5532a84baf8bfe1790b10a43c3 "
"/detail/0e8e19f9f00c4397bcda44eeca5258a1 "
"/detail/0f60f58a3f894fc8ac8ecaa8ffe02931 "
"/detail/d60da055e3524a348ae7e6257115b8d9 "
"/detail/8b4c960a6c744c7b9ebd699a31954c79 "
"/detail/e8b3d773b0614d1bb68da34b30c65723 "
"/detail/812a9dc2ea7148f78642ad3685650770 "
"/detail/488627aaca9e4f7ea4b9bc663550ece8 "
"/detail/74a80cf179b14312b5ef235f6fe9c789 "
"/detail/f16eb61d445844d69951a30e9baa88d3 "
"/detail/3d9bc37233ef4acca274e8c7d34c1440 "
"/detail/9d31aa53c5b346c0ac563003547d704b "
"/detail/a9315f49813548e9beb8e9958f71a82a "
"/detail/fbabf9a543d54dd4a9812b30304aa4c1 "
"/detail/fc19ffd651714d7dba3bce939431c42b "
"/detail/b5b52197b3234712938cec47012e98f8 "
"/detail/ff61ad2f52b045e0b8e246b66950898a "
"/detail/f8ed3147244c4967a1139cbb577319ee "
"/detail/4a4dfdee4f384004b9d7d1c04efd0ffe "
"/detail/0af6affec65c4885b40767871088623f "
"/detail/ad4c5a3e33654eb4ba4b50f74574dc86 "
"/detail/4541da5bca1d4a12aa9e7583a321bf3b "
"/detail/a90fce6933d94a6aa2eb2cb34aa18f8c "
"/detail/2fe2887286c14c9d9c90704a2c894307 "
"/detail/c25e389d064942208e8756b80a502240 "
"/detail/37cb6d0398244386bb879aa64ad6ce09 "
"/detail/cc1fbc22f95240f78fe3725114414da9 "
"/detail/c3998a73d01a47779fcf26bed4b63a8e "
"/detail/54e58573da0b4e8880f6feb770475307 "
"/detail/fe9f6f62f3a64491b84e5d09c7bfba4c "
"/detail/6411ed60b64549d9876337bbab4b2991 "
"/detail/bd011e1768c84db38a1f398daa9a6cb6 "
"/detail/61e46e5e4ec740d5b6f85cdee7e9c2e2 "
"/detail/7188846616de4917b528d9d1e36967bf "
"/detail/3ea8e7f628ef4d7394d4e14576ac19dd "
"/detail/917418843c57435ebe7006d0859b3f3d "
"/detail/8313bb31d269446aaf7093caad1dda1c "
"/detail/6b6736130967482eba80fdc137956296 "
"/detail/6c702d8377284376ba46909caaefe664 "
"/detail/9a666ae702c44924b22eb08093ed03ef "
"/detail/e4890ab8b7d846a9978ef6be1a03d9b3 "
"/detail/241c5e0ea5ad428c8408129e46fcd09b "
"/detail/4c7c2f42876d4f9489d9a4b0475da0cc "
"/detail/ad6fef20a05942598a9a1339ef9986ab "
"/detail/7e1bc62fa8024588b885248480c3addd "
"/detail/25c6949f0ae141479143661642882b3b "
"/detail/24583058f96741679ab5268b478f92b3 "
"/detail/480c3bde90d143d692a1dad020d84aa0 "
"/detail/5bf65080070a4015bb6342c997295655 "
"/detail/0bac1b6783534fd3b2753bd95a9d5ecc "
"/detail/f7c2881400fd41f2a364ec6f18875d7b "
"/detail/ee20a42d66ac4314a67ca8c25a10e628 "
"/detail/9b0d71093c0b43d0a76ab6878fd5724e "
"/detail/8bf3d4e572624a54bf032256e0626c08 "
"/detail/3f2935b7267c4fb0b80e50c7745c1345 "
"/detail/6ee41ee1bf4a4d49b2da68843926509c "
"/detail/819f64b8ed59400ea6c95c72979d5aa4 "
"/detail/aed896931f284531bbef9c0cbbf6910b "
"/detail/c352fd28052548f4b3c7fdf356c2000b "
"/detail/d67a024c5bc14d298eb9b37f57f0f384 "
"/detail/62ae4990aeba411e9262e7657a2d1a0c "
"/detail/4a82b75297e249af835a7c9b6327f8c0 "
"/detail/5f9b79f3f60947d3a8b8cae1b2ef0350 "
"/detail/20272dc598de46b498c1bef937810b0a "
"/detail/a94619849a3545bbbcedc55fe9117e0e "
"/detail/5e5ada428035490b910484bc952f99df "
"/detail/e10d33cbf20d4255ba365224b30235d7 "
"/detail/42f2e46f15f1412d81c4a1f0fabf9574 "
"/detail/beaef5b7b5e4438698cb3cbdc8d4abb6 "
"/detail/7424edefde124c299d55e48cb7b944c8 "
"/detail/82684099dd6f49b49e889b6664fa210b "
"/detail/ed76a3d76d5b40768d1558a9291f7093 "
"/detail/058176951f00484eaec8b4250fa889ae "
"/detail/44fd29b89c874bb09cb67738a9709250 "
"/detail/7b8bda8f324c4d2eb7d797f18d7b23c4 "
"/detail/40dc3a2441bb47d2ad154dc6053bf6ac "
"/detail/40d0fd6421ef49e4a2a7ff26fe38fd3b "
"/navigation/d1c8e7fd3f514b16a7c7c457c438b93f "
"/navigation/585d71242fa54b0fba56e331ed5adbe1 "
"/navigation/0199576db2937bbe9a41fb6156449782 "
"/navigation/08014c102bba43b09e93a823de238da1 "
"/navigation/04ac33f9be48438ba185ce8585682c3c "
"/navigation/ba9f9e3fd094425392c838f151773526 "
"/navigation/cda441a37060455fa34c8ce371928eb3 "
"/navigation/52242d7c7a3349359001e1b7b2c3df80 "
"/navigation/83586831f5bc43d6824ec80864e9314e "
"/navigation/0196d8a825c27a7e93a4b07323c246d6 "
"/navigation/ccd140695dc643408838c39c838a0a51 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/' , '/navigation/251448b91bc742de85643f5fccd89051' , '/navigation/ec2a4d4fb4474b5088b03df523675f08' , '/navigation/859156a63cc442008cc67aa14505a8ca' , '/navigation/4851ecc7788447bfb1e74f488e708249' , '/navigation/2350ba14e89143198d72042128b8519f' , '/navigation/f3f47b57953b40afb23cd462dda41731' , '/navigation/075251ee45644d14bfeae2fce50073a0' , '/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58' , '/navigation/07d6d4c2753d4315814435763a756eb6' , '/navigation/4784c622e7b34b139d9852ed9fb53adb' , '/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c' , '/navigation/7ca22766fd2846b39712928cd77b169b' , '/navigation/cc590dbc44b740169864cd7c989ddad0' , '/navigation/275477acc6364fcbb3d3bfbe17317800' , '/navigation/57e065cd29a24cb3b2d9fc39fc2abf50' , '/navigation/aefcfa1180634bb98635452ad2dcdbf7' , '/navigation/bda1448fb6f1449eae78e06d3dd07df3' , '/navigation/2c38112820554a9598f0c8e77373625c' , '/navigation/310cbec927954c1ca5d68a3a49b532c7' , '/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa' , '/navigation/c7643e90932e42f594f15a536998ed66' , '/navigation/3abc5229293848c9b2fc1b27fd3d8421' , '/navigation/514a31209c6e45c5b7f05cf2ce9205fb' , '/navigation/8539a768e5ce4f168833f890bae1d0a6' , '/navigation/0923017eea79437bb043b5b0673e115f' , '/navigation/c6f322e9a6294eb896f7bb669251f305' , '/navigation/8cfeb9558d524e17827ec792492c9122' , '/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3' , '/navigation/a3668172f857425f9bfe53224046ba51' , '/navigation/505fcc508c4e47eb99d8e4627fe8bd32' , '/navigation/82738af02a084bbdb851e11e8ec598dc' , '/navigation/aab03d74404b481ba120fb9530426d47' , '/navigation/018c9125ea874ae287429a2cefd1f2d0' , '/navigation/1a5c6210666443f19920fa7686428657' , '/navigation/76780ee5e68042aab5f6574d7e25dcd3' , '/navigation/bef74106cc0b4125978553246ff16ad6' , '/navigation/c4aa5e8624d24b30b0312e22701162d6' , '/navigation/c6dc84aee6e1469696ac2299c312fde9' , '/navigation/d62f763a8391413b81a164ea482db739' , '/navigation/dfdf2340aca14881a6652d08e7656163' , '/navigation/ab1de20b216545318a6cdad2ee7e2a82' , '/navigation/afed1ddda6d849c49d00ca0932a75b70' , '/navigation/b55d905661614a2fa7f585ef697d6cfe' , '/navigation/c7156d3692b345c69d8c93126625814e' , '/navigation/004440dd20754671ada9bf79a2b75fbc' , '/navigation/0b73a534bf5044ed9dd6af4e301fc006' , '/navigation/c9d1a6f276f24c67b7c66222804db52c' , '/navigation/f57dc8356f054004b0b2ae82257e6ab4' , '/navigation/cd3cfa833d6046b89a14935aee1a7f8f' , '/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af' , '/navigation/a316e8972e0041bfa756d6f7acc23e7d' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/navigation/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/navigation/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/49f823826b384871aec230ae7ee2f154' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/navigation/7b34af3a47cb4c3ba3188ed1cee83967' , '/navigation/7758ea41858d4231ad3623921c73e531' , '/navigation/68376253ee4542d7aa4d93ac4958eb0a' , '/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e' , '/navigation/d867ffee71f646f09b1c069b267201e0' , '/navigation/4fed7b490a09439dbe58747fe74f3e5d' , '/navigation/cf5a0b4136834eac88874e7ff81b8ba5' , '/navigation/f19faba35fa04f30a1bdd354b051f625' , '/navigation/4bc032eef6364672a0d09b8abe93d55e' , '/navigation/33b309eb71bc4c2a9976970795d500fa' , '/navigation/6dba75696b5148139136de033ffc6382' , '/navigation/be2f3ca764534022a2ba79f972c9679d' , '/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6' , '/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef' , '/navigation/7b7970e14b87448fb41d825fcec350d0' , '/navigation/7d34ea33ebd2430b84ca71a999e7b708' , '/navigation/abfa97de640b48c7a6afa067b88812bc' , '/navigation/1f423e85c6eb494980b22dde93e64a9c' , '/navigation/876b21ae9d7c41498115b90823beeb7b' , '/navigation/2b29710e5f0f44a8825513b4e6e2a98d' , '/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8' , '/navigation/671bb3d9919346a1a0187fba6835a133' , '/navigation/dfe70840626a4a9a88c56999fb42852b' , '/navigation/e4ae50f24b8d4d6483cbea48cedb146b' , '/navigation/73e9c784d8c448d8a7e304117eed2293' , '/navigation/8fa76c45c7a14b1ca93353f7b1f85411' , '/navigation/f2e70390e9e34ceda7549b53800c1e08' , '/navigation/0bc41cae5ab441458dce00de02107388' , '/navigation/5f149c7e1b2b48f9ae6364de8ce288fe' , '/navigation/903d01af296c4a2391205affb24423c2' , '/navigation/89364c27afac40fa9ead1ec3136ec684' , '/navigation/aecbd0f4de0742199dd75fadddec2013' , '/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0' , '/navigation/bccc5c020811472196379229044dc7fd' , '/navigation/2db3c8aa857a4bc6a6d11e3438350063' , '/navigation/068567f45f424e389167089941c407ec' , '/navigation/165d387e909249889e89cd6584e6c81c' , '/navigation/20e44a7345fa48468f3d0e2298b4f067' , '/navigation/224193720c2a4a45bc96cb2d055655ba' , '/navigation/3c24eab57c3d445698f26534ea18e660' , '/navigation/444424ff93914a27a401e920bb33976e' , '/navigation/72202b824a384e9a8c11ae6afe2a9d75' , '/navigation/7b182711a1294f69ae2266b5e37b5bc4' , '/navigation/83868e2e81b340bfa067343e71965085' , '/navigation/89d46426d44c4442993d4b524afc59a4' , '/navigation/a16abde2699547c2b823b86c6b48d0d7' , '/navigation/a3025fff20374024b907cddab6c39d43' , '/navigation/d14cb43cbcf245eea471b31b87876e6d' , '/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d' , '/navigation/e5c66ca00fd140229735738d20618e8c' , '/navigation/b613bcea17d94cd68c0f1b01c96a843f' , '/navigation/f65330b5335b43a8ba39baec7d44aa54' , '/navigation/fb3986cb89834cf3a3b42c5a651034a5' , '/navigation/9eb6e1f2d32e4679aa85298c3e2fd678' , '/navigation/a5d30272319c4e6f8577b8f344013d34' , '/navigation/5be3b86f12b94044a39420702328fe79' , '/navigation/e40c020ad4b74db7bc3e2e88c4c27be8' , '/navigation/ab078ca87be74c748a7e971e766ceaf3' , '/navigation/efef8f302349446dac0f0d67631b70cf' , '/navigation/f5e01e9054514b68a8653c5a4f2e5ee1' , '/navigation/e485c99ca374414e851e1bae3f10af8e' , '/navigation/2fb093f95507419987f178312f1a3159' , '/navigation/4823a61385b44ff1acf4e6382ddc6ed4' , '/navigation/a6abb398e64e45f1895b6666ef5c48d1' , '/navigation/00f37e830a0348d09705a9612c8c8cba' , '/navigation/71ca1150915f49e5a1f2fd538909d05a' , '/navigation/1c5e979155a844539448db12fd5ee768' , '/navigation/8880adde82fa414eb680521ec3b57c4a' , '/navigation/edd74ffcfbd44ba9904d355f05d440a6' , '/navigation/29bbfc2eb6d444f08a34e46f60b76e17' , '/navigation/9228dba7d8ff47a897c5e6125f40dae0' , '/navigation/500fe37e8fab4ec686d79803e58a8133' , '/navigation/defbeb767ca44c1b970ab994d662a6a2' , '/navigation/5d1b4c4fdc094289932a615f81db335b' , '/navigation/b3fcd7cc2e684a8b96f82adbb8615f55' , '/navigation/1f6fc0d096e4433f847169a8653f9872' , '/navigation/cdf0a23d5d72433783ef241128a9b070' , '/navigation/273527558c5e4e2cb3168fbfbbf6db0e' , '/navigation/0fc49a5d23ec4742845d4d31898f67f2' , '/navigation/9870b54fef794c4b87791c9dbc9b83b9' , '/navigation/91314c7682154e58a203d7deb3c46e25' , '/navigation/0198a84419397e96ae8527630cef7f63' , '/navigation/019c03b8fcaa72dc9e2c6dd03b04916d' , '/navigation/5fdbefa88b0942d28155aa77fb9d1ef2' , '/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27' , '/navigation/6abcc304f8c84933a719a126f42a6651' , '/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3' , '/navigation/ea2fc00d192244b3b852128b45d74842' , '/navigation/2a5c8fc96ef04011aef499b2fb4faca4' , '/navigation/01971690d7e97455bdb6a13033fc4bea' , '/navigation/01971691bb387f7f8d6fa68ac5bc78b0' , '/navigation/019a7cc2c0ed7c48bfd77766e7197c67' , '/navigation/019841caba81739d847aaec4495335dd' , '/navigation/c760008290d84dbaae3f6f4b83269ddd' , '/navigation/019aea2480627a599fd1d0db6122e224' , '/navigation/0197169587bc7ef2832928391108aef6' , '/navigation/01992f21513c7fca831141b67a0ba2a6' , '/navigation/0199288800f87feaabd6d217f0254df0' , '/navigation/01983b68543b7476b25d1ed5006cd884' , '/navigation/572804a509e74ad58d18d52ef0cfeb3c' , '/navigation/0199772279547efd8f94e76789b316b3' , '/detail/eeba823d8c84480b960526a44e9b66a0' , '/detail/351cb294d86b4494847195ce10efe66d' , '/detail/53a6c2b0f4c140239f087b3be99d6214' , '/detail/8a734a5dc2154fd2a1ef53fb7e6b7ad6' , '/detail/c02b5c2491064157a0814723455e1b6f' , '/detail/db0d7d9964294fc0a84d9a7098503d71' , '/detail/0ec4b5e3b2c940b0a5f6f670066b4973' , '/detail/d65aeab29e4b44b58eabe5880ed888c7' , '/detail/8bd51843f8da4cb28f699c81745710df' , '/detail/53ccd56205554b5390a1c332a6066a4c' , '/detail/e94c714dd1174c07a03de0e9a1930e71' , '/detail/019a08a9652d43dea42bdb47fa151eba' , '/detail/74d81fcae8c9455d939f99854ad1b37a' , '/detail/d9f2458a7c044b59bef1d91fb7c2f814' , '/detail/ca9c0b81264347a894630408aa3962c5' , '/detail/83085583d2c74c21aabf44f458af75ab' , '/detail/7b5b8413e4af440780d41a419a972862' , '/detail/fd58d88554a24cfcac45aaab8edb8944' , '/detail/944e3b9213db4adb8f7f21fb5b50bbca' , '/detail/f2dfa5f595ee445288baaa5bee5569bd' , '/detail/4295ce766a2f410e86031d7ad3c00fc8' , '/detail/abcba9c99428440497b5c713071b2430' , '/detail/63d0253e4c0448ec8b909fec5817c0bc' , '/detail/4a2416c59e1349f98ce1f2974691f1a2' , '/detail/92f3492007f04098897664229a148733' , '/detail/dddd0f583beb464ab768cad55eb60d01' , '/detail/40572f249f21423880935f04bbf3d29f' , '/detail/fb299e76fce243aa8bf54a5e6285a655' , '/detail/91d374c99bc34ae7beae6a9e506318d1' , '/detail/e9467d4a59514abb9c220c0eac2a4efd' , '/detail/656efef3430d45b1a3f22dc32daf30a5' , '/detail/90746c98bc364bc4ac071000cba52af7' , '/detail/d09a31a17628445e84736e3c7ef33851' , '/detail/b874c82b895c44b09cc94e5c24a77563' , '/detail/1d5c64c874bf4dc69f3febd04faf3364' , '/detail/cd27b8eba772438d9b93a44edabde12d' , '/detail/14ce356c0db543f499c0709591162fb9' , '/detail/2a04967d1cbf4b3a9f5b5883b4e7e7c2' , '/detail/cf9ca6eb4a8f4c1aa51078e31480c385' , '/detail/504d7a029e8043e5935dd10339e998e9' , '/detail/a0ed344850ef4dc7b4610bea85a50182' , '/detail/185b9b5d73664c4fa583cb23f84a159e' , '/detail/8926fcabcc714336b89b9f541fb22f3d' , '/detail/c86c3c9567d24d54934a8937fdd264f5' , '/detail/f989deced84b4f289326c5549f63b236' , '/detail/cdd2eed9e395448a93d21ac5184b9608' , '/detail/b2d045dfefd8447fb20e3d12e6e605bd' , '/detail/f028a866680c4c05848317d1c1e77cec' , '/detail/c88de4d3a41c4185a33338eba4edda2f' , '/detail/e057c3301eff41cb80f4c75504ecf30e' , '/detail/1c3060d8552f48f78e6f4a44be26602c' , '/detail/ba3d6cc68ecd458094a470c377aba7a3' , '/detail/ffd1f0c23d9a4a6791da9bf9bcd6bb73' , '/detail/ccb31eea31424251a9fc28ce43a8f50e' , '/detail/679ba459f4da44ca8ea212abbfcb17b2' , '/detail/72d8792aaf334011bc0c39a1e6aff47f' , '/detail/39ff5a00c62943519f2609b434f71777' , '/detail/5ce78f3e525641b2b2490526e0794290' , '/detail/affefef2094c4ba498785a69fb0593e9' , '/detail/b0c11439348d410f8271beac785315e9' , '/detail/6f9351d6654e416fb08d24fdbe1cac03' , '/detail/ad7ae348dc854efdac7f811ede30b25a' , '/detail/c75d4823573141f8af057dc0e11fe456' , '/detail/416128a4f8774b4aa8ed9a351a18de30' , '/detail/7587b8731fac40a9bc731ae9167a44ca' , '/detail/44bee7c8bf264f12905ce8f20941524a' , '/detail/a16d92237ab9441aab63138b567888ad' , '/detail/8ece3612f7b44fd2bdd16d9c40fef6f3' , '/detail/04823061d8204b58b3d7c01f41e7d802' , '/detail/0fb17958d9654b9c9b30535001c901f9' , '/detail/da9061e2f1ef4c4fa4688c85ae4dd603' , '/detail/268fc412578b406f8945566b61785612' , '/detail/7df70695707044559057ea36a1e018a5' , '/detail/c8ec2e4c062e4021bd7c7166442873f1' , '/detail/0198cc6d9a7c73aa85907f7b03cd0921' , '/detail/8077735ebf234aaf88fee44a911d2b72' , '/detail/845c2851698245d988f548dd8af3898a' , '/detail/f077e3cc9a324774abb6cd51f6a78bee' , '/detail/34322ad0217b4362a1cfa0e6c6172b99' , '/detail/abdc821dfc124f4bb3f103ba037b8a1a' , '/detail/0198cc6b2d71713db3c35eb594764799' , '/detail/7462e5479ab14432afd61d42b71d6aeb' , '/detail/853793d702254320932e0a825c0e65c9' , '/detail/d838642bcfd2403cb57e35af54a340fb' , '/detail/275294068f554ed984bfbbeea86c7dd0' , '/detail/ed91f7376bd54ae69fcd885bf4d32b21' , '/detail/903b64b4a695470aa3caef90e59b061a' , '/detail/0198cc5daf3d72d6b8ec1ff2bbc3daee' , '/detail/82794ec8142c4bb3aa06990bea889cb7' , '/detail/439a77a8893e431085804085662c10a6' , '/detail/e48eefed14b644a9806a5abcfcd73e7f' , '/detail/50460b56d7b7463c828f3ab4d045d751' , '/detail/711aeb58c0eb4037badd7bf4454538cf' , '/detail/63e71fa4d7104410bf3d2aab96993885' , '/detail/73fb23b48cf54aaeabe2e831be5373d8' , '/detail/d40e51054a8e454cb29b9bcbedf6f65a' , '/detail/8d9787c3834745a8a7f03525de9a9a84' , '/detail/8e42f0fa0012424fbe3c2e96228bb064' , '/detail/d5cace4cb0484e41a54d8e5607003c8e' , '/detail/52d96ce20c3e471984a51a891f6b817d' , '/detail/83df3fe2fabd41a983058ad1b9aedbf4' , '/detail/b3b20306c4cd4c38a9d96201661fa19d' , '/detail/0198cc5cf09773c08ec0d20dd4fcd9e7' , '/detail/8f1c43aaec4648c4aae1044afadea236' , '/detail/cf87d9e481a8420491943b5f566c381f' , '/detail/b8c824b84e344a51aaa751b34ea3ade8' , '/detail/5a726a2d9ce249f28851f14fe925a0d4' , '/detail/4e4d45f20929421d8bc1133d32fc6b90' , '/detail/0198cc5e901b70a98a5fbd92548ac6b2' , '/detail/9a08a471d1554e4d98af5aabc1a39495' , '/detail/dc952cdf32d24c109d88b99a84318ac6' , '/detail/8566380e2610463a8dcdb05b25141ae5' , '/detail/49e3d5aa20e64603bba02e3d3b264c96' , '/detail/8785560bc9694947a6b451890e261a6f' , '/detail/f87f7426443e482c86916d1d63e88056' , '/detail/bed2d0fc0b014410a5ef5d664609fc0d' , '/detail/be5a036021484e7c9c2f2446e8f73432' , '/detail/afcc10d5fbf14ecb833795bd082ec0ab' , '/detail/51b303c46242476f81fd06c0083e818d' , '/detail/d532f308d54b45ef99b267bf10c57e9d' , '/detail/8569886d54d848ffb319a42bb2b84624' , '/detail/42e358b9792040f09dd3c26f9a8bb19f' , '/detail/17540e8755d7452db3d1e51d3f2864bd' , '/detail/fd302a1d1703488886268220958ec59d' , '/detail/1e3fe1448c9542bea4bba22554f75e0e' , '/detail/b8fe6ef6a6484429afeeadeb303b5e8c' , '/detail/fc89f975c8ee4eacb998342b391071dd' , '/detail/1ab6a299109948dba1d3d50c71840d45' , '/detail/3fcd66fb31b243d496912a25489f0376' , '/detail/b4f81406bb7d4c3e8bf8c45c71108e87' , '/detail/8c2ca16e96074b43ac2494e997313e08' , '/detail/a90319796686407b9795490fbc7029fe' , '/detail/607c9234c5ac4c3b9d8edd13ce102902' , '/detail/5273f25e874942cb82dfadd5b054a179' , '/detail/c2a3573b7a8d4c4f9626afbceb45bf5b' , '/detail/25185da2034a4b4d945a6b8511ff1c02' , '/detail/b7aba5c037fe445bb1c88d6676eb5671' , '/detail/71949c6e2ea14198b17ec1d600f6fbff' , '/detail/74024962c39346f4aa1d015dca8026b8' , '/detail/1ce9046a05bc4ccbb80a62d403323681' , '/detail/0198cc5d41e271b2ab26cc0e57125d65' , '/detail/9841cb38efe945399e3b75d39c3e9bec' , '/detail/5d2136f07ecf4c5f911ab9e4adeb2c94' , '/detail/81081a5a7d8d4092bfa3dd0c76ed717d' , '/detail/4791e56d7cb74e039f451e39e4313a15' , '/detail/a3b1881ad77a4c3bbe650a69601df9fc' , '/detail/378a5be7022a4e57b2c88411c7abb3df' , '/detail/e2e9c43bc19342c2b7bfede713d921f8' , '/detail/f97caa237c294498b3af603eaa8d3363' , '/detail/c702036a9bcf499ba4878fab1225f73d' , '/detail/0198cc69946672dcb6e341697e01bf4a' , '/detail/ecb62fc0347f4456a8be54b3c547ac09' , '/detail/58d62aadec394f14a56cd89542929ce3' , '/detail/664a035be66041b58973c7e849cb5cc0' , '/detail/b1b9fdee08ff4c7b8a847dd96d95595c' , '/detail/c063d9fa162e4a7f908308c99dd17687' , '/detail/0a331222acd74a0e9e08d7a7c95cf4d1' , '/detail/ef6f6ade8577455eba73e19a367dc8b5' , '/detail/79632a2eedc249f7aadc9f0a3a5a4180' , '/detail/73a798034b6545e5bea76edc19c9bdbd' , '/detail/a0ea93caed694b4e996c471c18ca245d' , '/detail/1f5b4c511c8f44ff8165aeeb43533943' , '/detail/804d263d5f2d4ec0b2d5ce795e3ec534' , '/detail/a2f5212a07584f9a82caa54ed0a38ad5' , '/detail/bfcd7d83e3824f00ba86a7bf80940c88' , '/detail/271e00996e0d46e2b60cab0cc352f774' , '/detail/6dbd105e5c9241128bee5dce90fae36f' , '/detail/0217734ea93e4162acff209d83b739fb' , '/detail/55db626078624359ba213fb9b1349af2' , '/detail/3410b846409243ba8f817be282cb5a55' , '/detail/4595dd600b804cb086640be835ee6351' , '/detail/e4f316f16a274836a75bffa0cc54bbc7' , '/detail/6d946caee54a4c6ba588e29ae9c4adcb' , '/detail/331888df6b9447cf803f6bca8a111b63' , '/detail/c6df0b298d2c4b4eb24694942299ad52' , '/detail/4f60ada1c2a24bf1a5d61cf22b816bd0' , '/detail/dc883923abcf4cfaa6b0644820009ebb' , '/detail/0198cc5dedbf736f8498c014ba391dd4' , '/detail/e34f8a97fb30448db110740d4dc45b09' , '/detail/bd964333bd904e599616c2db42751180' , '/detail/0198cc6aa8ea71c0bd19fea37a402d21' , '/detail/88d51da12b29458e9c469e77c1cc4be6' , '/detail/6a074b59dd38478f88f38593a989d76a' , '/detail/f103d167effb46bea5ffc3be437b6af1' , '/detail/ea507708620b474b8ac1945ff1bfd4de' , '/detail/c2f46f2fc6304b89b6a26b3131dd7c90' , '/detail/64c716fb13374fc5b87c1723ff5c37f1' , '/detail/9c84b446f04c4cdaa2eb6adec397a751' , '/detail/5157abd73eaa45ff9c2abd5fe7080460' , '/detail/0198cc5ed61b737abf98df2318e02c36' , '/detail/2fdf6b2d4c8140d48edd0401184828be' , '/detail/c4e218aae3d04964bd6d64a875ee421f' , '/detail/ae1fb46290fd43ea8d7b3c4b73e072db' , '/detail/2cc2d393b6bd47bfb57d72a52983f662' , '/detail/deee243e7e1c47aa84da8a918b6b53c8' , '/detail/e12095ab0f044138985c335e2be04ace' , '/detail/0198cc6c99b8730daece44ff63223dbe' , '/detail/9d70cd3f428b47988444067bef2feb14' , '/detail/52b7b31a3bef417eb75af8b85bec7f33' , '/detail/da4dca725bd446d8a39629ba6ae40a5c' , '/detail/c3f7f4be2cc74590a02873567380d6d3' , '/detail/dc5d00d7416c4d2a8b908e16e91b6d1e' , '/detail/b6834b9bfd4a4f8f8ae1755b9b11c6b1' , '/detail/73e3a993d78c45bcac56957694e3dc61' , '/detail/682a3de9a2534e51a494650f0d1b189f' , '/detail/a8d9240f81174806b69fdc3f5035df2e' , '/detail/27b0e1194d194d10897df67a6e0300ae' , '/detail/db9bd1413cef4f12b524bc5f99e4bc45' , '/detail/837b7ecea3984613a22202c243995184' , '/detail/da9cba7c3bcd4961941a3a23eb2ce26e' , '/detail/c73584c0ba21456a96e91f0dc162d207' , '/detail/ae8ed899f67b4a64b8097eb389bd2608' , '/detail/349a6d7631a84c81aebbb7d810818529' , '/detail/cb1edefefcc341a287e7af4d3325e975' , '/detail/5bb4fa7eab2a4c949a02086b8106e8e7' , '/detail/41079c7422554ab084069f6bae338b9c' , '/detail/861afd019f3e4f919da205741f9195c7' , '/detail/f90217fb98d64a869744e4e09ac05bc0' , '/detail/7da386df3bc34c33a1c21dff2985f647' , '/detail/7d0912fcabb54cb780653b416c44caec' , '/detail/7c431847b2ac46a7a123c7cb431ecd93' , '/detail/ae3dbfc834094eee98417b3445d0d66d' , '/detail/36e13a12939f4bb98fb0afcdd33a7203' , '/detail/0f01a3413914486d85103982b814090c' , '/detail/6d7c8d2bd92e4640b2571acf8cf7f8f9' , '/detail/e4be3af00287447681800fbc58fd2bad' , '/detail/3f119cf570e0450ba9693a1753324d21' , '/detail/a70b0a7b8d3442579a8fa4c3c374d233' , '/detail/20b340b20b9940e9ba395edf32a2305e' , '/detail/99e2a8f60ee34d018a41f276b2c440a0' , '/detail/6a6d19c5989246ffbe25db0bfdf1dba4' , '/detail/30cd49853f0c4d3b9fdadd3d4b3661eb' , '/detail/2c680f0fd9a849738af24a17fb860911' , '/detail/78d558eb2fa6428ebc6837547f2cecb3' , '/detail/ab845fe1fd8047f8ade92cc8be8e8c03' , '/detail/6d759189c4a14728927a26b23acf20f9' , '/detail/0198cc6a3014725288da9519cffcbdf9' , '/detail/e24c89c1b0f6408591d704097848c877' , '/detail/209c40b7b0e7417b8605840ffc63fcc6' , '/detail/0198cc5f36bf73dbbe059457768f9d58' , '/detail/4a405a49eb5f46f78af46f96ae0f3b8f' , '/detail/439a16f4359440db9c08b9807eb33d2d' , '/detail/2efae3acb5214167a91d5964473b6b7b' , '/detail/0198cc5e7148714cb32e7d48e67995d4' , '/detail/1ea1df93398741b19551b8656dc6c74c' , '/detail/3149eff74de640b985925942cea011b5' , '/detail/d84e73dc873c4386bd111e655cad11ce' , '/detail/9d2ac89a5e1a4315bac0412c2490da0d' , '/detail/189d81e129574c5e831ae08afca278de' , '/detail/4a2fb993d2114b938da5515c4620dbaf' , '/detail/6d2f3a4bc5cc4d42b1991533a98c93c0' , '/detail/c0cb14a9f82a44f38bc093a3362e09f0' , '/detail/ddc890050017413ab17f7452d67bb700' , '/detail/62dcd7185ba04b12803dc317f4327444' , '/detail/caf0d1a8a04e420e98a0468382f869a0' , '/detail/b7fe95c53ff24ddc8321bf596a086e3d' , '/detail/094062d5a06b4f258c793771a85e6d0e' , '/detail/8bea4ea004d8402dab1812f89a097fb9' , '/detail/ec7394c67ed249dab06f9cc44c9a2b09' , '/detail/62e31e0187ce4a7582577790e2481b2e' , '/detail/0e9a3fbff7044f44bdcd0f8044616838' , '/detail/f2b54279554649ec9fae8154f799e7b1' , '/detail/5c33aecb111b4514bfc1ea972cef897d' , '/detail/9bba97d60f4c447fa1452eb6e1da9a76' , '/detail/7f7401d272ea4ef7b5f5c747c69958d6' , '/detail/4ac3ae2c78bb4911877b1e75af22cfa0' , '/detail/240d06faf95e47bba7fda53ca0e394fe' , '/detail/b8afadd7274446f8a346fac96cff0d98' , '/detail/0198cc6a090670389229a7adb2bc049b' , '/detail/fbf48885af454151b05ef13af1a59b7e' , '/detail/1431a16e809d4c4da962d86c9b8d7fe3' , '/detail/9a10cbdb98f441b6ab4b95a14b1de64e' , '/detail/ec07675f237c4b6f88375f669f40c416' , '/detail/9e4d8ba0bc854c0f83401a6f1c653e82' , '/detail/55c375db204d4b8da285d1a44852dcfc' , '/detail/c748ea768366437cb2944218f422b5c6' , '/detail/c6add2c226dc49c28ed322602d6710e0' , '/detail/53e175fa529b4ad6b6e2f5b9d70b93d7' , '/detail/13385b1b57cc4054acdccdf8fad588be' , '/detail/a49e2c96d51e452a9c826326d0e7a35b' , '/detail/8386c89cada2400e9d3058c3e6c9c049' , '/detail/ce9d3f65442348a291d3ea1866260111' , '/detail/7cd50ee1670c4eae902c5bc838e1ecba' , '/detail/47bc81469e414437bf4e17eb65a9dc3f' , '/detail/4459b94bd6bf407a967f90d12f091c2b' , '/detail/9d86050731fa43209d2f20209835e424' , '/detail/32b9534f777f4d78aa54e6fcbe704792' , '/detail/cc3a6c37198b4653b8a6ec370130b625' , '/detail/16cee3ccd79b42a59dc5de8d4c242f35' , '/detail/08d7bb3ba90241b8b594f021c9d57984' , '/detail/595385791fcd4762bf22509a343ce5db' , '/detail/af6dbe923fe54ed3a4a8bd078210f6f9' , '/detail/ed292bd913954da894408a2a4f1ba262' , '/detail/a82938812529460196aaea9c4040dbd2' , '/detail/436a5b71a1d24ad2827d0b4831032082' , '/detail/8e7acf4d31b24bb389ef016a81b1d04b' , '/detail/23679a8704c0436bb1b0fa5aac717163' , '/detail/8ebf1e333e104c24a16c8b825566fc2c' , '/detail/80dfab55380844c4a9bb1149a9dce446' , '/detail/cdf27ebd62244782aaf73853a6371f20' , '/detail/4638b379ea2446f9a8e280020c65e763' , '/detail/93fa3fba27e84c909866fdc267717208' , '/detail/cffd568823ba4fc0b5d0cebdd1ce4c51' , '/detail/7b1cd1e8d51d4e59a73d04942aff8f22' , '/detail/97fe1c5c07184faa83ff24a3024e088c' , '/detail/747c60779f4d4da5b94d9a1491009880' , '/detail/cb7842846bc04fefb886d3d994bd3919' , '/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2' , '/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed' , '/detail/f14cc551ef044c6a90a80453db2e4ae4' , '/detail/b6a7c0058b4a449ea7ddcc08cd0f301c' , '/detail/5404693c697d485485de7de7e1ef2c01' , '/detail/d111a4ed259949168d6de0efc59a7d22' , '/detail/94f7496d2bb149d49c6c3209b422e208' , '/detail/86af7236f6cc4f90bd1635f05f17354f' , '/detail/f3411554c89d46728137d0c5a86f7878' , '/detail/e146914ccc0448eba1744b3c905a10d7' , '/detail/f164459a28dd40ccaf354de04a184554' , '/detail/c0df34c6367e4ab6b4e41c6b27e452c1' , '/detail/52441a8e191748ee96d0492c2fd7fd51' , '/detail/bed1331d6eb242abbf04b63630c8c4d2' , '/detail/e8c8c3fd9105421b81a59afc0ae3109a' , '/detail/a618705a9182432c94246e00cfede090' , '/detail/0198cc5dce75731c8a726b96ef07b9d8' , '/detail/4ab731a1be664130bfa5bef7b4057a73' , '/detail/98abbb4cf2134a918f666da5a2e96fe4' , '/detail/d3624f353e4b451da71497342e37f597' , '/detail/fb46804470654a8596c47f0a2c40179b' , '/detail/efe06e34b5924ba6aa5ceb36fe07dff1' , '/detail/889c3f1529e94cdf946d121c03e33e63' , '/detail/42557cd0550b42e387fc2cc53b9efc2e' , '/detail/4772ed5f211c46e3b858336a692fbcce' , '/detail/2666ae8e573045c5844e0ff2f01b09a6' , '/detail/9acb704d49be44e786a8c70e01baface' , '/detail/ceb5d8c872fc44bcb8c4853a0523fd17' , '/detail/0f2bc509943f425f88602389a7eceb65' , '/detail/30fe6da74e644fca9dafdcec94fef63d' , '/detail/98873d2c50454dfdbbe6f901dc8b8690' , '/detail/d0113785d82548c5bb57686200f85125' , '/detail/574372388cee4f2781f6c8ed30644d1a' , '/detail/2d862d31edde44c9867817a333b64a18' , '/detail/72fe7c5125414792b1c52f53f90699c8' , '/detail/d6d17618acae4dba9cb128ac2706af16' , '/detail/b26fd0510d574ee7b0c9591c98d9c61d' , '/detail/5f0a78d873a6453eb91f911136d47e3c' , '/detail/ec48344756b64dc8895ca0f39cc9afd1' , '/detail/531f2bb32991464ea5479343f2d9e577' , '/detail/d01c211313f64168bcc1c2f091e07894' , '/detail/0198cc696df771cabac7b15688f73699' , '/detail/8050cddf7ad24df68fb01d40a02ca55d' , '/detail/1ffa59e417c44abd8c403b421cd27872' , '/detail/2bb38224e14e40ad9a1fbe12c7969e0e' , '/detail/fb27462615b64401b36b3ae0c4709ebf' , '/detail/5422f85ed4414f27a8874d9fe97fab22' , '/detail/470e894ed6ce4d7387a3e5b6f6cb9308' , '/detail/6c72832ad69f468ea5a04c8f470a897e' , '/detail/d8b824abca80447087edc9c65be9daa3' , '/detail/b75a51b5075e495f8d4f31e043346928' , '/detail/e47d04e31b3d4a47bf25d0f5f545ba12' , '/detail/94a2b191ea5343e09ceecd0b5bf5442f' , '/detail/e8dfc7d9cbcb4768965c76a92d98d2d9' , '/detail/5b492eee32624e18a10ae00710171a51' , '/detail/3dda150f78bb400a90cbc7cbd15eba35' , '/detail/2021ed3b275149c2a7bbcebcea3e3e51' , '/detail/5ed5a77d39844b4783c6f4fa50b7d0f9' , '/detail/f7275334a23a4b5b86033b6d17ebf19f' , '/detail/5870801535e54876a6a694c03b2c643b' , '/detail/4d319b5273e04263b4f7261231b6ebe5' , '/detail/8cda064c1b2c4b92ad8acb3b9304a660' , '/detail/aa0633837d8044d2968e25cf48b70685' , '/detail/7604073c50704eff91c818a6dd0efd4f' , '/detail/64234ac24dd0480491f83700fe837ddb' , '/detail/1c5da60806ca4b2b90c57aed8c764e68' , '/detail/fa71c118f9ad4bd484f6b3a33163d138' , '/detail/8cd1ffadea924f1c8ee1b39abb8430d3' , '/detail/25dc72f7e5484c5bb24c272cf470536c' , '/detail/d6149c0c0abb40f6bcb547feaa0e1e72' , '/detail/955403cbeeee4de2996d2db415fed663' , '/detail/ec87571f6fa4427b9a981ffe261a279d' , '/detail/d7477a619b3b44a9a58756668ca215f7' , '/detail/ef80e55299b94d309d3c3cc8100c513f' , '/detail/30517dbfb2b54d7395d6a70ff90e7e8d' , '/detail/6d8dd0ad10704c33bb6a0953d63248dd' , '/detail/92d7f2ddea3a4703899d75f43cd17f05' , '/detail/c4de8a193f394ff6b5244e01bbb713b8' , '/detail/806c9dd1d06f49f1b144ea80165e960d' , '/detail/c330f8bc4a8b4a8f99a50e140637f1ec' , '/detail/4565e2509797459ca8f79fed8b816d5f' , '/detail/904066013a1048299eca7a3aa4badc8f' , '/detail/546dfe08a7504e63be3bddff8e4c3278' , '/detail/c3309e1a37934376b8fd8f0eab389e12' , '/detail/f3299586da83433fa100f10626713df9' , '/detail/44899da35ded444aaca68b0aea3bde6f' , '/detail/e0c4c4ecb8fd4f7ab8b09313c21bf444' , '/detail/4e45326e80244b48a83d81a7a7db1012' , '/detail/d618992a7d634a48a3f42bd47cb67f91' , '/detail/aa41f98868564d64a5da96e70dcfabb0' , '/detail/32680ccf8d434a4cbb1450cd988fe4b4' , '/detail/7c670e5cdb994ef68633c869d787df0a' , '/detail/a51da365ca21496191a003f88438a996' , '/detail/8213b54eb6be405cbe81367c216404d7' , '/detail/2ec3a10886154bc4a98888ef5de27c01' , '/detail/7a8a9478414846b1987edbdf4b11c1ec' , '/detail/a2bd922cfc12487bb8d6f9a1d358dcdf' , '/detail/b4f8ad5aaba14d52987da89603d9adfe' , '/detail/f474bedea62d4a53b963998157005ff3' , '/detail/0198cc5d6d137308a5fa90fa35f776ff' , '/detail/1f079c55774749418594c72abeccd336' , '/detail/363733c7ea8f4f998b5780d9360e98f6' , '/detail/3ddda00cc5284c32baab378964051add' , '/detail/c5bc52851db7466a87facec1a4a4cf9c' , '/detail/979a192bf30446f49f4c4b638b3417f9' , '/detail/e4f9a7846b8a4b8a89e86be3ae854ac4' , '/detail/95788781c1894e5ebec7d316a90e728e' , '/detail/1a97efb5769a4afc80dee626476bfb3e' , '/detail/7fee8b25719f4cf9b28d5c7e4fe14c81' , '/detail/dfd4011fbe3d4e328d6597636da5bb93' , '/detail/547dd6c7c4804374a8ea09705d2d6d29' , '/detail/9b8d82acf40e42bf8a28012be3053b04' , '/detail/af773ae6214b4121b82455a673cba897' , '/detail/f26ed72a78224e039e3c803b0fd76400' , '/detail/9eaacaa0a47942198afe1bb4b4771535' , '/detail/123c73c3ac77401d98bec14c58f356a2' , '/detail/2ec5267d10f848cc9b01c64e6576894a' , '/detail/a0825b70e375434096b4d350ee1b5769' , '/detail/a6b68354d89b4a9eb857e0b3213f6ce7' , '/detail/b5aa285f670f42849980d598ada23ef7' , '/detail/41621eefe91c41ef81ce2c209d85a388' , '/detail/d0f06e053b44458dbb2a0cf006e23683' , '/detail/62b5131476704746abf212a188f25c13' , '/detail/63524fbf43174f53b4aa1c7d60b2661e' , '/detail/c8d97a02aed8470aa8f605109d35fc08' , '/detail/60e83051bde745b8803da6f26b1cb437' , '/detail/dc5bf063dfd441b5a3f48d74ee985030' , '/detail/23804ee3290448aaabd125cb63cd9fec' , '/detail/ad8b04d5ae6e480fa06caf45282e1a13' , '/detail/47b92494b56e477d9f6f8b33e553ffb4' , '/detail/9fb345e9109145d5bf6fecc71fb12180' , '/detail/5089a2e869dc40b2a169de524c949a27' , '/detail/4d52a5e573ba4b46a8bf7aca1743da76' , '/detail/7f0071914a1b4de8b18ae3aa7c2a7880' , '/detail/dd3ce7cb10d143bb9d9aa4ee396e41f3' , '/detail/aaf458bdcc624edda1bdbf10089e3b3d' , '/detail/df0525197d7f441cb9fcd8b714b39f55' , '/detail/11eee5926ff645dba7f49f4c394e51d4' , '/detail/277c1ca3ac12482ab7e9fecd573040b6' , '/detail/7f575898cca44b77846d351643c356ec' , '/detail/9dc8b1cef16e48b1b369c66f3f079f0b' , '/detail/adb037322bee43e9bfbdaa19c04ceb0f' , '/detail/dbd660f43048485eaa18f15ba70e2daa' , '/detail/cf85821eedcb4e65b5882ee55daf5781' , '/detail/2fc7f6baf63e4fc28659c259098a1c9a' , '/detail/0198cc5f90ad7111b283e66216d0f253' , '/detail/41d688063de241efb6711cb85faca868' , '/detail/a6bdd777717742cbb24910f2445e005b' , '/detail/763d792a5dcb414fada4732cf4706ee1' , '/detail/cd501e5572f1447d8199647077d19ca4' , '/detail/40ffe83373e34d6fa88aa9b47e989539' , '/detail/87309abc6eb8424b90560a9b9a9cd054' , '/detail/f7b35e4c09c448ffa61893aea8050ead' , '/detail/da93f47604f64a8db09d293a26096ad8' , '/detail/d4c72aa2b4a2437086bdb2781a9a0906' , '/detail/9da1be09888447a48eef384588dd1702' , '/detail/1358220d13d241608290ae0d114b5b5a' , '/detail/a8ed34bd1387452a8e8c836d9241e570' , '/detail/2f89ab8d977a434f8a0192dca0bc5542' , '/detail/5b41febfbe574cefbad4e5cf574f9968' , '/detail/a9ef76f584c64e23b4332c7bfeafbf89' , '/detail/ed9c56d1e6b247869e3f15478158f167' , '/detail/fc32f232d3e746309fb49bfc683261af' , '/detail/11115a768a1a4896a53d74299d4ab281' , '/detail/9b84facbb65541e8941524cd31b9600e' , '/detail/c2ec54282f344f34b3d12f5c194f43e6' , '/detail/cfef3b0b7d9248c994f0d80d82fd6226' , '/detail/457441df0697420aacd2a8822cc9787c' , '/detail/d6a2d5d8f19b482b8b6126678687995c' , '/detail/0198cc689b6b7352a33c4f306f5e2fc4' , '/detail/656e774ba7b143c59a5097cebddcb0a7' , '/detail/31005dd2b74a410a9b0586efcba4b6bb' , '/detail/6d9714c4daf14e40b209c42bb455c6a5' , '/detail/c7d14920dbff43c885b2f8c81057c288' , '/detail/4050b387c2b245118fbd742f3a60cf12' , '/detail/388033cd3aeb4f7cbcb48a3bad57bc43' , '/detail/c5ade040a70d4f22b34caedc3d93c441' , '/detail/b69c189b29b14092a20f2a1166b95d0b' , '/detail/1f97fa2e53334dd7a7dda6bc39e46b9e' , '/detail/0198cc6dc6957282846b4b0906bee844' , '/detail/27ca355fa1134be9a8844e6abbfebbee' , '/detail/5aab08894a0f4b5a80ecf031bd2bde03' , '/detail/3dac7d9e55bb468cbbc72ab008443cbf' , '/detail/cdd375d755514fad8dc8b7d18e1d2731' , '/detail/a9cae2e475aa42228ae8682a8dde0d53' , '/detail/0581b1a7ed82414484eb48ea555b3f18' , '/detail/b5e7bc5a11674771937219faa177eb50' , '/detail/526a2e9ef8174e219b0095559127df2b' , '/detail/d034064cfa704468bc2c2d7035e2b0f7' , '/detail/609ba8d52a144632ae911c986394fe6b' , '/detail/aa2cff4f43ea45b8af20d545ea6e188a' , '/detail/a2c5e8d8d0a54abb8c3475fb1f2f1c6b' , '/detail/9243366d8f8c46f38f9625d54aa65880' , '/detail/0198cc5eab7e72b189a183835ba75af3' , '/detail/2a41ec16eb304af5b52103615066fe91' , '/detail/a5f9bfab0d5a40f888c15c0da47b8242' , '/detail/56c8ce10adeb4f28af64dcff620846a9' , '/detail/387d3840d338476a83d5c4f2dde4b35b' , '/detail/52af8ad28b1c4ee6a0e10470e4de88b4' , '/detail/be57b85860a84d41a778c879770b7984' , '/detail/cf85813f532e4972ac69189b9516a94f' , '/detail/1e8d8900f0ca42f8a7272611281e60f9' , '/detail/9c7d98d6eca043d1944fdceb07cf84de' , '/detail/d39f718577d4405691d7fbcadae27ab7' , '/detail/2722e11330be4aedb3d7c10de31c0b84' , '/detail/13240e7d85b3475ebdc20a465a4b52e3' , '/detail/3843575d9b3c42bea013318775f278db' , '/detail/c25a7a68ec6d49cebfd523d0ef3e1549' , '/detail/c16f388099234ec2ad7fddf84fd0e64b' , '/detail/4fbf7d7c8d13488e947d1e92b1bea87c' , '/detail/8f079cbe6e884c10a87a21295ab7a13b' , '/detail/15e00533a5f84a22b3558a03a0745e32' , '/detail/5e46fb396ca74260948fff4226b8309e' , '/detail/8bf846d629484cc68a95d8c83831bab8' , '/detail/c920c598dd6f47138f406165ef3f0eb7' , '/detail/e08d5535bd5b4ca593ae61b710b78113' , '/detail/72514b1532b64f73a9fbf47baf255ab4' , '/detail/4aa1d3295d2945caa5cdcb4118996401' , '/detail/adb42016585941a3982efe96f98dc6e9' , '/detail/8ef32c52394a4739bafdff844c3de15f' , '/detail/6cbf0a463c6145e29ebf658fdbc8a25a' , '/detail/d22f2c32bfd34cd8bd96416cd3015a48' , '/detail/da7fc2ed4a754ee092ca55348ac9a01f' , '/detail/7a115676360849f0813e298223877e8f' , '/detail/6293ef20cae84c7e90cce54b64c43a27' , '/detail/0198cc5f751570aca961ddd58919ad4c' , '/detail/d300794b6f364c6caf4ebb844c8e9e3e' , '/detail/95d08747f0ed44bdab07eb9d842f47a6' , '/detail/31f37d3f00634aec96d5e3697dc86bd8' , '/detail/d8387ce5a2d64967ac36d03a8cba86b6' , '/detail/2dd49dbaa57346909b2c79834adf3a7c' , '/detail/49917cbb019c408fae9594dcb7ff43dc' , '/detail/ef5a50bfb1f54cbba33ed83270179cfe' , '/detail/7bb03ef2ace546c393c388f94430c9c2' , '/detail/675b83ffabc64f3d8faf117cc3a7bb45' , '/detail/5476533db64b42c0826cb28c8e68fca3' , '/detail/abd09237da0c4d1682482fead8d56eb6' , '/detail/c6257fbcc39d4c0da84dad37a85035d4' , '/detail/91f592c5b88c4592a9bfcf8b2f59449a' , '/detail/ccd9066175b04394928dd9724466b232' , '/detail/2fe5e5214e9b418ca1495af1a0afba6f' , '/detail/2d8755344d0f435c829956e143465fcd' , '/detail/0198cc6d73717255be318ac447ffe284' , '/detail/232e99c9bbff4e84b0298ac38f8e99aa' , '/detail/b3d48b6971fd4f499d7daa733a498858' , '/detail/0198cc6d3cfd71a5bd9c29c11be32a0a' , '/detail/bb0c978cf3eb44aebf23ee1450072bf8' , '/detail/40862f57bdf243829637882fb0d586b3' , '/detail/43c2a96c8e304cb5a59c8d410ed696a4' , '/detail/3c2377ba6e294458bd1cafd08cfc2d56' , '/detail/62a0478d6ec649508428ce4575aaa586' , '/detail/8bf4c5103f9f4955b349cba2064169be' , '/detail/c13507df9f1749e5b16fb347fe4dbb0b' , '/detail/917368bbd8f241f3a17f34150daf3f61' , '/detail/5ce5e9fbf3294602b1219454a79dadf5' , '/detail/69fa34dd2af5429abb86901ee7221702' , '/detail/9f397e09862f4a7dbc50b1dfe340223c' , '/detail/1fed0cab3faa4b8695f59173e08be362' , '/detail/e73007481f8a40f68bbaf0293dd48037' , '/detail/6f81d53b655345829f930cb10c5449e6' , '/detail/95671acab1a74ad1b78d7f7918303ca6' , '/detail/fb88c0796aee4b11b3f28e8f5fe6fd8c' , '/detail/3bcf5590121f4e67bc81bce9a695dcaf' , '/detail/b90153bc6cc14eca83f48e7054dfde1f' , '/detail/f36ccf1decd24879b2f7d371ab3263df' , '/detail/273b0f09e8204e35b91078c37c6d9d87' , '/detail/d5319bee6b394119b778a132a553ade4' , '/detail/5fbe54d1a8704a95b6c5be3c3d64a27a' , '/detail/27cc92a4506042aa83fac90390f228b4' , '/detail/d541d75026894e119bc591c58869c8d9' , '/detail/90e1c8da1b1e4a62a3dd3c24aa302ba2' , '/detail/fb20575bd45449a38ae378e5bf08fac6' , '/detail/b78ef0ac8aca4e7b9bee99a153d2b447' , '/detail/7c6f17798a754c749f038bb588490847' , '/detail/760e3448dcbc45cb896720ae9dfc2a2d' , '/detail/ed47cc2ee9c7455599107775b9185b71' , '/detail/69aa107b8c8b4b9f83f6ec058eb8a0b6' , '/detail/ad4be1b3b5d94c82afb816f100d6a071' , '/detail/b575e87dfd214950a86b978bf268a955' , '/detail/5fb347f6832c4aea85dd26fb2819f3b9' , '/detail/f47e5cb929fe4bdeba060644800ff79e' , '/detail/95011edad50a4bfe904e2ff01be1ab11' , '/detail/92373671684d4c6599e470b45139dcf0' , '/detail/31e9e52f998e4ae0bab992ef13b76c2d' , '/detail/e9dc974193e947cebe057b7a3219d2e4' , '/detail/ff47575010874dd6b0d222de992a55db' , '/detail/f4c646a34a7047be9f567ef37e0071c5' , '/detail/dae677519f5f47d2ab6fe3e085036063' , '/detail/2314d7e634584b51b90c8255fe582db3' , '/detail/5d22a0bec8634139bbe89a12fe66b022' , '/detail/c5fc0999f6c34be3be06b6ad4ba126e8' , '/detail/e87398717cc4404a91dd72a1ca1bea4b' , '/detail/28d08e37d3f3444291184b5196e5a82c' , '/detail/83518446f56143df95dbcfd55271a173' , '/detail/a83fd9a654a9477fa8ba1f5e19cb7828' , '/detail/8df3c243b65241c78bcb534b6025f147' , '/detail/89c7c39b12ef4800af0649b3a826a1c2' , '/detail/ddb799f5b74c4c98ab8694f9d23d0073' , '/detail/0198cc682e0972f5b7eedd4db2e44e22' , '/detail/f308d25ab72d401a90661f497135736e' , '/detail/0198cc70ed8671cfb0150a9f19eba190' , '/detail/bdfac1517f8048668f6ef9f535572b9e' , '/detail/00a01c299ef74da5bcf5b5ebc7834a06' , '/detail/5d22d59ce064476a89112cbf924157b7' , '/detail/8a0834417c324b28a7f87fc3d2502016' , '/detail/72947c0213214597b5339601402088ff' , '/detail/a4bed51c41434299817a48acc8861251' , '/detail/406b6821eb634f1c8d8917a016d97019' , '/detail/b95493a45a9d48adb7dff89de23d1b11' , '/detail/7b56de47ad93488e9052b5509ad282d7' , '/detail/71b2f652eb364664a42b8fbd851dbf7c' , '/detail/6f93c260dd3f478ea9e1513be9e04d89' , '/detail/0198cc674f767345b4f60e77d83b00a9' , '/detail/0198cc6d21b27332ab9e350c390d58e7' , '/detail/4af5313c097844cabc8cade116493d04' , '/detail/eb634f58c92e47ba89779eb7b31bca31' , '/detail/a19adf095e6b46f4a800d0c68f5a3c44' , '/detail/8af094991b8246dbac56d95e73bb7798' , '/detail/3df51872cbdc48af886dbe2da5db7074' , '/detail/a659b6c559794e6fac54216774be99d2' , '/detail/6e0e3216b15343f295c69f1f0b37dfc9' , '/detail/ae5c748e31db47d881f8ec3825872bac' , '/detail/48623f74242e4556835be8fb7ea8e971' , '/detail/21a6d9f7c4da4ce2aa5182daa140479d' , '/detail/36745af7b97240989f7baac0fb9ba9e0' , '/detail/74da80176af94a41a1e564585fd5d4b6' , '/detail/0381562c1f7d4f26be6a922e3f7c7cec' , '/detail/0fcd4135a9e846b49cf849be143569ba' , '/detail/3a0a89dd653e4c438162d400fe4450e6' , '/detail/25cfd871b70546579654582382e68c0f' , '/detail/9221db64cbc54ff0be53254824aace1b' , '/detail/b068c8733e6d4375b4d47487242d4ad1' , '/detail/4335c5ab23ba4b14a31783c2079f4e75' , '/detail/8c13a50b7cde40a4900cd955e75ffc36' , '/detail/0c0ca6470c144dd8ac25ba892dec27de' , '/detail/046a73edcf054114a12a7d5993b944a1' , '/detail/06d9fcbef8a64198a063d3bacb31fe03' , '/detail/798bf61efaaa478b93cdbfbf892188e1' , '/detail/6e91fa8fc0e64d38a52867cf050be050' , '/detail/9d35225392f14a8a91fd3fe4d3e4b2e2' , '/detail/a036a1692b0a4a5b8d05e87213341a7f' , '/detail/93e012735e1f423f9c55286dc1f61059' , '/detail/2b50c32def0640a2944ccbe759895f3f' , '/detail/0e1db1394451456ab9d549e752caeabc' , '/detail/2eb87d46b25e4f23bee6826e5a53fb1f' , '/detail/d54539ebb0bb4eb59a7ee95af2c4baac' , '/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea' , '/detail/ec555bcae6bf4709829e2d5ef208806d' , '/detail/224b6987209f4bd4a5168ae1af0b7636' , '/detail/bd756dee9bba4d60b07d138dbdb64e4e' , '/detail/9d8094e327fe44a6844669eade9f4575' , '/detail/48e14782268f4de0887536c64e984595' , '/detail/97fb9a76859447c39e8c068a14d75df0' , '/detail/2797f31d3ccf405faf9d18587b2c2dca' , '/detail/72dbc5365a014fec883b5e2f977edbf3' , '/detail/68ca30f69f734903af9ee8c2e90ab4e1' , '/detail/8d8ac9480dd8417fb67735b100b9b615' , '/detail/19b16284b4254a62801915f48b57367a' , '/detail/e5c56d0dc3b44de7afebda421b454adb' , '/detail/a0b61197183240d899daccb9abd6cdb7' , '/detail/ec60ffa9ac17483db959660c378295c6' , '/detail/dc89f86b68614eb286014f5586fd82ea' , '/detail/c78ad41871f04c25a67e94928de20bbf' , '/detail/806fd3ba99de44aba2e44da12b6aa73b' , '/detail/0198cc6cf31a734690beba24d9749cf3' , '/detail/1611424e40b24266abe3613a12a7e306' , '/detail/d57f92a7bb7147a2899aa10333e95942' , '/detail/b4b64acc90c6411482fd9db6c8f96f49' , '/detail/cc0b9d31db3c49f0aeceadba1584b210' , '/detail/ae7560ce692246e0abc7769282270b4c' , '/detail/103eda8dc91c4e488343d49116cd82c9' , '/detail/484e0c21b86b4f4b8052439585b7d6cc' , '/detail/30b629dffbae4b4494951c2971d83b13' , '/detail/ec909e866cd443c09a61ac5437dd199a' , '/detail/6dd6fb4296e04d6da72e3eb70f644c98' , '/detail/0198cc6cc112708ea797f26e87bd3e2c' , '/detail/3496e7f621b340c68a41787b44404a37' , '/detail/be0bdffb40744bf9b51fdd0f5c588775' , '/detail/4fc4531edc004192a44e91c34437ed72' , '/detail/fcf13f0bedcc4acba1fbd449576256dc' , '/detail/32afc441745d4f7e92b5157e1ae930b2' , '/detail/f885ffeab5824e5994964c948d753148' , '/detail/1778ab2716bd45b29f775bd00b0c30ac' , '/detail/817655206b99448cbd68b3302a622981' , '/detail/0c54bc7beb2e476ca132a401f01a6d38' , '/detail/3c413ad45efe49f68052057d4bc92c7b' , '/detail/97cc482cf3ff4c4cbd5618ca026ad75e' , '/detail/34327be5dbb44895945339588a43b466' , '/detail/bf75c11103d845c8b59c9f9e09d77121' , '/detail/8f86f46aab394c2db6d7222af462170c' , '/detail/976294f11bad4985adb89f899918bdd4' , '/detail/dedd8bd364c14c2bbd27d0ade6534a9c' , '/detail/b191585d57ff41c7b510065aa4ca4675' , '/detail/4054b855538d431a97692c6e8145496c' , '/detail/59e8817c65644bfd8aead167cc0d4998' , '/detail/3ef49cdacead45f99aac44d4013403a3' , '/detail/cd95379199a5406d9c46add05f4c8bfa' , '/detail/f8f2ead30bdf49d4928cba9be742273a' , '/detail/9cb7f32a8ae54db9baee55861d5de426' , '/detail/fd23b9a0fba645699cca21b095960ffc' , '/detail/7ab4f209095f479daeb7052cda65a52a' , '/detail/4eff0540dbb748d3b39b989d37828734' , '/detail/0671b2874843435e80a5dd9a695d422c' , '/detail/142d001969d846cbbdf7d7d6bc0ff1e9' , '/detail/2c09d73bd90245b4a8c7778d55fb0d3c' , '/detail/2222da2443d64bfbb0b5fd68bb9aad53' , '/detail/13136a881abd4475bf7565b7d212080c' , '/detail/6bb759d26ac245f58aeaad794b0007fc' , '/detail/169ebae0493b405e8e0a77198a438e61' , '/detail/8f357a9d134e46d29e293ad00287b051' , '/detail/9b18e0f363e14a11af3db532ec513fa5' , '/detail/e1cb39471d1445bc92bcf4ba69124cf7' , '/detail/9fe592f5be094521add73dbcfd5ee2c9' , '/detail/26bda2ef57574767aef29dfda24a05bb' , '/detail/2333dadd776e46dbae0d879ca99f7ed4' , '/detail/9863ed19bfdb4a839683af93b164645c' , '/detail/87c6574bc8b44c33a696f1917c5f0834' , '/detail/0198cc6c6e4172d794ca283b0ec4b3cf' , '/detail/1bbf818f2aaf434fbba4c88a80c30013' , '/detail/fc2ae422462b43609b6cfc8ddadbef4b' , '/detail/c91b25fc051e458aa7d52a63cbceb487' , '/detail/fc5a03670cf94cde80a990eea0db8e18' , '/detail/a907ffeeafde4011a7d7a850ea4a4586' , '/detail/ccd925d7db2543e380285afc8d609e2b' , '/detail/f808ee6ab3e543ce823768b924a6094b' , '/detail/0198cc67c0e372e6817ddb7817ec1040' , '/detail/a1e5b3979ccf44aa869a4b0f4b7bf7c8' , '/detail/dc95209f3d89402c85102ba7d7527512' , '/detail/0198cc6c3336728eb05c231c55137f29' , '/detail/55c94acc7de74aeba67ef1aa0cd4131c' , '/detail/1f177ebea7a74a3589e30eed1a97752d' , '/detail/1352d672d9e04b89b0b9873f7e2ff9a1' , '/detail/cc4aad47be664cca85d59d0d3e04c370' , '/detail/1714866a7cad4fb98310dcf025a685d0' , '/detail/fd3ea27a9e9a4ccc86e657ebaa858e73' , '/detail/26d23b395798403c97c47d0e72c8e94a' , '/detail/ec0dc81d1b014a8eb7319aa4181bfa45' , '/detail/3b39a660ad3040fb80e91c57d5e453b0' , '/detail/849745f0b705433a8b1568db624872ac' , '/detail/a44e1f3ae89340b0b535365fcb8179be' , '/detail/93f3801f41c64dacb107541a2c0d0561' , '/detail/c039741f688f44aabddc82104bfed065' , '/detail/856532e1390f469186d69108dbadaad0' , '/detail/1ba2ef1ebfdd4325a78a0d17ac9449b9' , '/detail/a9ec3ab2a5424889a957974dc600babe' , '/detail/d7e8715d345f43e9bcb6071ac13f09e8' , '/detail/7e36e27d07e845b4b3e436352524e25d' , '/detail/90d2d49d95e244ca963853b5c550a967' , '/detail/fb881b050804476897098861e68d745e' , '/detail/15ab8fa97c774624932636eee2390dd4' , '/detail/c9473f029a1a4a78b4a89bcdcce13b77' , '/detail/5a88dab8596d436d889e560c822f6e26' , '/detail/5ea249fe86fb49289174c70ca229cb56' , '/detail/348e1d4026c7433d9ddb3d8d7b16b839' , '/detail/65139590dc384732a2c0a4330e2e1586' , '/detail/fab972d88179476e8cc8ac674308c14d' , '/detail/82059cff6192466cb463468863f2eb82' , '/detail/8d58b94168f74d86849c1e4f3c43aeb2' , '/detail/54e1be9835fc43faa84544bb68fb5942' , '/detail/9aa342d79fc246e7bf3fb88dd627458b' , '/detail/29968b24bd074462b00e75a9ee92f787' , '/detail/c6c244fecbb04c999bff987241025147' , '/detail/88a853f8d360444f89bd1a3d16e2b226' , '/detail/f57ab7ad5a5c411e8ee2494dad12d1ff' , '/detail/9fa306c764344cf2a08bf02d94840004' , '/detail/4b32977f21bc4737a8e5a594cd91f0fb' , '/detail/fc0059158e8849ee879ab9f775ca616f' , '/detail/33607d10bbed4a2f96337948f9f0dc95' , '/detail/3960cafa071045b6bbe38dc2f57ade85' , '/detail/0198cc6bf4d670659e057433fce2d1df' , '/detail/856bfb7659ba448dae9a5da237b9c408' , '/detail/676c00d88a754706aad1214db4c6ac0b' , '/detail/e2dc4c0becc24226bee305ee0f4c759a' , '/detail/b1a7190fba99439d91838c43cec2030a' , '/detail/5cc196e9757c463eaa185627b98bfe4d' , '/detail/f17c143e8030401fbb2cb3c31b7d2b1a' , '/detail/9af21c4c025849978170a5ffaf2b4e31' , '/detail/9ddde9c25d6649c5a976568c7b425fde' , '/detail/0af3b7e057754baf9f358b609c82dc86' , '/detail/8eb0bbc3367a4bf2885597f224668845' , '/detail/eaf6170a147f4be3ab6a80de18c942a1' , '/detail/5880b298bd1e40a691268b84f663b909' , '/detail/b26bef89a19a429bb704aa49cb916050' , '/detail/a5231cfed070466cae833594bdda8382' , '/detail/f061302ae2764217b219e4d20817b00f' , '/detail/7ff6f83f782d44b7a87021116a636a9e' , '/detail/a35f304ff6e6407a8167dc0c7ae2b3c0' , '/detail/0c8d01216caa443284ebd923b2e22621' , '/detail/88befda331cc4ebcb390202c12666c3b' , '/detail/86c2b59e49774c01b8cd112b8aa31989' , '/detail/cc22e1c4f19c4c29b72e89ee13aa2cbf' , '/detail/d799c0685ddb49d2ba6676b962505d04' , '/detail/2a2b04d344d6460f9595b2bca7648812' , '/detail/9ae4096eee4840d4b891a033cace4884' , '/detail/907ba621589b471086fce496439ff2ac' , '/detail/531f7bc86b8d4ad9950ad8d6a3003996' , '/detail/3c43930ef3db425b954fb7e1275071eb' , '/detail/769273a34844492d9146dfd0ec2a83b8' , '/detail/8a1dd4dc1e4a4ca8b537130dabb8cdc1' , '/detail/6e879e61928047a2a98d3bc88a0341ed' , '/detail/d406bf0a6af7456c979e62d617ba1816' , '/detail/b0e5a134c91c4ba8806a15f084543854' , '/detail/55245e02a4d74f40b2e979fa3885ece6' , '/detail/e6f69cf910b94fb998b603b76c75591e' , '/detail/4f9d3678b8b24b96a2621e82f46f9e22' , '/detail/92a6b0ffea4044e9ad4c1913c8d6be10' , '/detail/1ce345e3c4014396a6b3564605192d2d' , '/detail/119611c045894778978ea747d6024910' , '/detail/bd1af5f41cdc490d982253dc0cbbaace' , '/detail/8eed6b29670b4bb5b4c5237b6ea4987f' , '/detail/c5c833bf93274caea063a977d16b4f35' , '/detail/7101be3720bf40b883a1411a2c71f2aa' , '/detail/eb09a9fcda3f441393c86671ac4089be' , '/detail/e37e69837707433787f0d97a38b4a9ee' , '/detail/25f17203d7cc4827895f7100457bb86d' , '/detail/37f844d6147f4efab663d4ddd685d6ef' , '/detail/8a3273beb64e4069a195a9c764c2f170' , '/detail/21b3e9d9ef1f4170bbd61ca83d7b8583' , '/detail/81f16e5bd3d34661924d75465c0e288f' , '/detail/dd00f45b30a948d5961d61c7c70a69c7' , '/detail/3baf0e823a9d400f82332908b1f53931' , '/detail/60fb9a37738b4e4ea89d0f4f97f612d3' , '/detail/af198d32d5204150843c10ff8a22b706' , '/detail/310bf4912e894d46a41ab66554a51f38' , '/detail/a212a54a7d44409a9137a72a6bfeb9a9' , '/detail/fc4d9ec33a884805bbb7cf56ca8224fe' , '/detail/02d31b1efd4f40a88dc4a16db62f8d53' , '/detail/e3dd4dd858bf4fc49c79a77a0f9130e1' , '/detail/a52a2f4e9e674416ac44f05c77ed9b68' , '/detail/d8874386c4bd4f09809da326846b095a' , '/detail/7cd16fe9573d46598865807faaf70d2c' , '/detail/120fead30c264239b231a4069de4cadb' , '/detail/056b57a37f1b4ed78c89611b359d9125' , '/detail/02feab1c5417452a9722f3585b69d0e8' , '/detail/19334f69ecc140ac95fd285e763d9493' , '/detail/f8913ff5fcb745079560bae0f847d294' , '/detail/a1ac14fccb2644cf92796255e2a0933b' , '/detail/7cef399e923440d59dcf67aacdfd8bc8' , '/detail/fdc38725f4c74521af1dc2d270f701b4' , '/detail/7778275e001648a3956b8872647a70f2' , '/detail/18e90ed3e72c4296939176a88572ae8b' , '/detail/e18325546aae4f808b3b001c33db84eb' , '/detail/6a8ff06f10fb4045a70ef7f644bd213b' , '/detail/ce9d3cb479ac48cb90ca533c47c249e2' , '/detail/43204deef4c4458b96fc7aeadff0c295' , '/detail/3bfc577a36244d698b4754fa2c353364' , '/detail/de073c41058944f6b392306af0cc72b3' , '/detail/e26b858d15f240d785429d115d476e7e' , '/detail/4887303cfa76474497f5da371f320c3c' , '/detail/876b4948692c43929e017a4ed5bd5165' , '/detail/54e293b17b2e4fd3a33744e26a885a11' , '/detail/dd6699926c154aefb7a1924e9ed3d561' , '/detail/0360b95c51f142be8834329bc3afa6e0' , '/detail/9295c4900c1346c491cc126d7800f31f' , '/detail/5991995c41a341818105d7ad36872a57' , '/detail/7a03b45b8b334439a5f5edbb3dd80826' , '/detail/67c04b52d517432b9584c48d05ff56de' , '/detail/f070fa6d40ab402f9e93cf4704f0aff8' , '/detail/97c3e8b8ed0f49c4b347b90e20563da5' , '/detail/24c783c049d946f4986343488f67f8fd' , '/detail/e239b00563164e99a05e522aa1f550fd' , '/detail/68de096b0def4e588a861858d7ccf478' , '/detail/056f2b4a18734b51aa5cbac988c32d68' , '/detail/aa23bfbb89f44a5e88a0d88c3c4c628f' , '/detail/f545f35cefe3457785f622f33a7160f6' , '/detail/7675dc18674948d9a296b2e8abac8b0a' , '/detail/75a7a48c507f4a5787fb863825c370a9' , '/detail/866d723baf9344d19fff2e19ba5a9bcf' , '/detail/87e6b2602e254e68b77cf83cfa031a80' , '/detail/85be93051db044668e412868d445dc0a' , '/detail/4f91c82a3a434898983a92f0e6554b1b' , '/detail/75ad1c8a8c2b4a98a2550eb65852dc63' , '/detail/07a4ac78a0a442b7a5cba023f5fb6f31' , '/detail/582a3e5532a84baf8bfe1790b10a43c3' , '/detail/0e8e19f9f00c4397bcda44eeca5258a1' , '/detail/0f60f58a3f894fc8ac8ecaa8ffe02931' , '/detail/d60da055e3524a348ae7e6257115b8d9' , '/detail/8b4c960a6c744c7b9ebd699a31954c79' , '/detail/e8b3d773b0614d1bb68da34b30c65723' , '/detail/812a9dc2ea7148f78642ad3685650770' , '/detail/488627aaca9e4f7ea4b9bc663550ece8' , '/detail/74a80cf179b14312b5ef235f6fe9c789' , '/detail/f16eb61d445844d69951a30e9baa88d3' , '/detail/3d9bc37233ef4acca274e8c7d34c1440' , '/detail/9d31aa53c5b346c0ac563003547d704b' , '/detail/a9315f49813548e9beb8e9958f71a82a' , '/detail/fbabf9a543d54dd4a9812b30304aa4c1' , '/detail/fc19ffd651714d7dba3bce939431c42b' , '/detail/b5b52197b3234712938cec47012e98f8' , '/detail/ff61ad2f52b045e0b8e246b66950898a' , '/detail/f8ed3147244c4967a1139cbb577319ee' , '/detail/4a4dfdee4f384004b9d7d1c04efd0ffe' , '/detail/0af6affec65c4885b40767871088623f' , '/detail/ad4c5a3e33654eb4ba4b50f74574dc86' , '/detail/4541da5bca1d4a12aa9e7583a321bf3b' , '/detail/a90fce6933d94a6aa2eb2cb34aa18f8c' , '/detail/2fe2887286c14c9d9c90704a2c894307' , '/detail/c25e389d064942208e8756b80a502240' , '/detail/37cb6d0398244386bb879aa64ad6ce09' , '/detail/cc1fbc22f95240f78fe3725114414da9' , '/detail/c3998a73d01a47779fcf26bed4b63a8e' , '/detail/54e58573da0b4e8880f6feb770475307' , '/detail/fe9f6f62f3a64491b84e5d09c7bfba4c' , '/detail/6411ed60b64549d9876337bbab4b2991' , '/detail/bd011e1768c84db38a1f398daa9a6cb6' , '/detail/61e46e5e4ec740d5b6f85cdee7e9c2e2' , '/detail/7188846616de4917b528d9d1e36967bf' , '/detail/3ea8e7f628ef4d7394d4e14576ac19dd' , '/detail/917418843c57435ebe7006d0859b3f3d' , '/detail/8313bb31d269446aaf7093caad1dda1c' , '/detail/6b6736130967482eba80fdc137956296' , '/detail/6c702d8377284376ba46909caaefe664' , '/detail/9a666ae702c44924b22eb08093ed03ef' , '/detail/e4890ab8b7d846a9978ef6be1a03d9b3' , '/detail/241c5e0ea5ad428c8408129e46fcd09b' , '/detail/4c7c2f42876d4f9489d9a4b0475da0cc' , '/detail/ad6fef20a05942598a9a1339ef9986ab' , '/detail/7e1bc62fa8024588b885248480c3addd' , '/detail/25c6949f0ae141479143661642882b3b' , '/detail/24583058f96741679ab5268b478f92b3' , '/detail/480c3bde90d143d692a1dad020d84aa0' , '/detail/5bf65080070a4015bb6342c997295655' , '/detail/0bac1b6783534fd3b2753bd95a9d5ecc' , '/detail/f7c2881400fd41f2a364ec6f18875d7b' , '/detail/ee20a42d66ac4314a67ca8c25a10e628' , '/detail/9b0d71093c0b43d0a76ab6878fd5724e' , '/detail/8bf3d4e572624a54bf032256e0626c08' , '/detail/3f2935b7267c4fb0b80e50c7745c1345' , '/detail/6ee41ee1bf4a4d49b2da68843926509c' , '/detail/819f64b8ed59400ea6c95c72979d5aa4' , '/detail/aed896931f284531bbef9c0cbbf6910b' , '/detail/c352fd28052548f4b3c7fdf356c2000b' , '/detail/d67a024c5bc14d298eb9b37f57f0f384' , '/detail/62ae4990aeba411e9262e7657a2d1a0c' , '/detail/4a82b75297e249af835a7c9b6327f8c0' , '/detail/5f9b79f3f60947d3a8b8cae1b2ef0350' , '/detail/20272dc598de46b498c1bef937810b0a' , '/detail/a94619849a3545bbbcedc55fe9117e0e' , '/detail/5e5ada428035490b910484bc952f99df' , '/detail/e10d33cbf20d4255ba365224b30235d7' , '/detail/42f2e46f15f1412d81c4a1f0fabf9574' , '/detail/beaef5b7b5e4438698cb3cbdc8d4abb6' , '/detail/7424edefde124c299d55e48cb7b944c8' , '/detail/82684099dd6f49b49e889b6664fa210b' , '/detail/ed76a3d76d5b40768d1558a9291f7093' , '/detail/058176951f00484eaec8b4250fa889ae' , '/detail/44fd29b89c874bb09cb67738a9709250' , '/detail/7b8bda8f324c4d2eb7d797f18d7b23c4' , '/detail/40dc3a2441bb47d2ad154dc6053bf6ac' , '/detail/40d0fd6421ef49e4a2a7ff26fe38fd3b' , '/navigation/d1c8e7fd3f514b16a7c7c457c438b93f' , '/navigation/585d71242fa54b0fba56e331ed5adbe1' , '/navigation/0199576db2937bbe9a41fb6156449782' , '/navigation/08014c102bba43b09e93a823de238da1' , '/navigation/04ac33f9be48438ba185ce8585682c3c' , '/navigation/ba9f9e3fd094425392c838f151773526' , '/navigation/cda441a37060455fa34c8ce371928eb3' , '/navigation/52242d7c7a3349359001e1b7b2c3df80' , '/navigation/83586831f5bc43d6824ec80864e9314e' , '/navigation/0196d8a825c27a7e93a4b07323c246d6' , '/navigation/ccd140695dc643408838c39c838a0a51' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
118
0.38 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"†;orw>Jj²»Úï\x06 бQ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy