1
0.76 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.13 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.39 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.22 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.37 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.34 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/790-duke-2023-modelcode-F9603WN "
"ersatzteilfinder/790-duke-2023-modelcode-F9603WN/ "
]
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/790-duke-2023-modelcode-F9603WN' OR seo_path_info = 'ersatzteilfinder/790-duke-2023-modelcode-F9603WN/' ));
Copy
7
0.24 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/790-duke-2023-modelcode-F9603WN "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/790-duke-2023-modelcode-F9603WN' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.59 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.21 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.30 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"4ZveYK6ttRgApiJQoUx3RpfjGJ3L94V9 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = '4ZveYK6ttRgApiJQoUx3RpfjGJ3L94V9' ) 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.40 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.22 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.22 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.31 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.44 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.43 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.19 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.18 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"4ZveYK6ttRgApiJQoUx3RpfjGJ3L94V9 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '4ZveYK6ttRgApiJQoUx3RpfjGJ3L94V9' ;
Copy
25
0.23 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.40 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.24 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.44 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.22 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.38 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.20 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.32 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.21 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.72 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.50 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
3.22 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.30 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
39
0.49 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
40
0.48 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
41
0.72 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
42
0.40 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
43
0.29 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
44
0.30 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
45
0.31 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
46
2.16 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
47
1.12 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
48
0.73 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
49
0.47 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
50
0.77 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
51
0.48 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
52
0.79 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
53
0.28 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
54
0.23 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
55
0.26 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
56
0.20 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
57
0.35 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
58
0.60 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
59
0.33 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
60
0.49 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
61
0.63 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
62
0.67 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
63
0.33 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
64
0.32 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
65
0.85 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
66
633.44 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.75 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"+│?¶;Í·øø&Ý5+[;ü "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"qÙô\v XKû©¥gõÇfã?Í "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
b"\x04 :álYÑÉÿlö\x01 û^\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.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 (0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0xC8D276A6CFC2A9837DF2AB224C874372 , 0x043AE16C59D1C9FF6CF601FB5E1B9ABD ));
Copy
68
0.29 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"\x04 :álYÑÉÿlö\x01 û^\e š½ "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"+│?¶;Í·øø&Ý5+[;ü "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"qÙô\v XKû©¥gõÇfã?Í "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
]
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 (0x043AE16C59D1C9FF6CF601FB5E1B9ABD , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0xC8D276A6CFC2A9837DF2AB224C874372 )));
Copy
69
0.28 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.24 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.65 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"+│?¶;Í·øø&Ý5+[;ü "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"qÙô\v XKû©¥gõÇfã?Í "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
b"\x04 :álYÑÉÿlö\x01 û^\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` = 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 (0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0xC8D276A6CFC2A9837DF2AB224C874372 , 0x043AE16C59D1C9FF6CF601FB5E1B9ABD )) GROUP BY `product` . `id` ;
Copy
73
2.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.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"+│?¶;Í·øø&Ý5+[;ü "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"qÙô\v XKû©¥gõÇfã?Í "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
b"\x04 :álYÑÉÿlö\x01 û^\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.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 (0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0xC8D276A6CFC2A9837DF2AB224C874372 , 0x043AE16C59D1C9FF6CF601FB5E1B9ABD ));
Copy
74
0.37 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"\x04 :álYÑÉÿlö\x01 û^\e š½ "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"+│?¶;Í·øø&Ý5+[;ü "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"qÙô\v XKû©¥gõÇfã?Í "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
]
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 (0x043AE16C59D1C9FF6CF601FB5E1B9ABD , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0xC8D276A6CFC2A9837DF2AB224C874372 )));
Copy
75
0.40 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
2.34 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%F9603WN% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%F9603WN%' ;
Copy
77
27.21 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 :
[
1002340242
]
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 = 1002340242 ORDER BY `group` , sequence_number ASC ;
Copy
78
36.75 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (49900 , 49901 , 59412 , 59414 , 59415 , 59423 , 59428 , 59429 , 59439 , 59440 , 59441 , 59442 , 59444 , 59446 , 59447 , 59449 , 59450 , 59451 , 59452 , 59457 , 59458 , 59459 , 59460 , 59461 , 59463 , 59465 , 59467 , 59482 , 59483 , 59484 , 59486 , 59487 , 59490 , 59491 , 59492 , 59495 , 59498 , 59505 , 59507 , 59509 , 59510 , 59511 , 59512 , 59513 , 60038 ) ORDER BY number , part_type ASC
SELECT
*
FROM
hobaIT_sparepartfinder_groups
WHERE
id IN (
49900 , 49901 , 59412 , 59414 , 59415 , 59423 ,
59428 , 59429 , 59439 , 59440 , 59441 ,
59442 , 59444 , 59446 , 59447 , 59449 ,
59450 , 59451 , 59452 , 59457 , 59458 ,
59459 , 59460 , 59461 , 59463 , 59465 ,
59467 , 59482 , 59483 , 59484 , 59486 ,
59487 , 59490 , 59491 , 59492 , 59495 ,
59498 , 59505 , 59507 , 59509 , 59510 ,
59511 , 59512 , 59513 , 60038
)
ORDER BY
number ,
part_type ASC
Copy
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (49900 , 49901 , 59412 , 59414 , 59415 , 59423 , 59428 , 59429 , 59439 , 59440 , 59441 , 59442 , 59444 , 59446 , 59447 , 59449 , 59450 , 59451 , 59452 , 59457 , 59458 , 59459 , 59460 , 59461 , 59463 , 59465 , 59467 , 59482 , 59483 , 59484 , 59486 , 59487 , 59490 , 59491 , 59492 , 59495 , 59498 , 59505 , 59507 , 59509 , 59510 , 59511 , 59512 , 59513 , 60038 ) ORDER BY number , part_type ASC ;
Copy
79
67.11 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (49900 , 49901 , 59412 , 59414 , 59415 , 59423 , 59428 , 59429 , 59439 , 59440 , 59441 , 59442 , 59444 , 59446 , 59447 , 59449 , 59450 , 59451 , 59452 , 59457 , 59458 , 59459 , 59460 , 59461 , 59463 , 59465 , 59467 , 59482 , 59483 , 59484 , 59486 , 59487 , 59490 , 59491 , 59492 , 59495 , 59498 , 59505 , 59507 , 59509 , 59510 , 59511 , 59512 , 59513 , 60038 ) AND article_number IN ("43578098" , "43578176S2" , "43578195S1" , "R14042" , "R516" , "43578097S1" , "43578096S1" , "43578177S1" , "43578140S1" , "RP80002" , "43578135" , "95020004S" , "95020005S" , "0025080206" , "52000148" , "T511" , "48601166S1" , "46180064" , "R12012" , "46180007" , "46148166" , "RP80004" , "46148041" , "46148204" , "91020031" , "91020032" , "46148098" , "C05586R2601" , "C90701032032C1" , "C0000350803000" , "16181R54E" , "C0000250802500S" , "C90701044000C1" , "69008021080" , "C90701084000" , "C90701080000" , "C90701086000" , "C90701081010" , "C90701034032C1" , "C0000350802500S" , "0988253505" , "C90701036000C1" , "C90701039032C1" , "C0000351003500S" , "C90701038000C1" , "C0000250802500" , "C90103001000C1" , "C90703082000" , "C90708021160" , "54603048100" , "C90742041000" , "54603048200" , "C90707014000" , "C0000250601200S" , "C90703013000C1" , "C0145790805000S" , "C0000351006000S" , "C90742046000" , "C90706003060" , "C0000351006500S" , "54310086100" , "C90703034000" , "C90703034020" , "C90703035000" , "C90705062000" , "C0000351004000S" , "C0000351004500S" , "C90703039000C1" , "C90703038000C1" , "C90703041000" , "C90703040000" , "C90703044000" , "0799060003" , "C90703042000" , "C0000351008000S" , "C90703039001C1" , "0025050106S" , "C90703038001C1" , "C90703096000" , "64111059020" , "C90703088000" , "C90703092044" , "C9070300200624" , "C9070300200524" , "C90703002004C1" , "C0000250801800S" , "C90708000012" , "C90703002010" , "C0000351003000S" , "C90703048000C1" , "C0000250804500S" , "C90703049000C1" , "C90705068000" , "C90703152000" , "C90703050000" , "C90703052000" , "C90703051000" , "64103004100" , "C90706041050" , "C90706040050" , "C90708019050" , "C0000350803500S" , "C90708000015" , "C90703023000C1" , "61003024000" , "C90703027200" , "C90703028001" , "6410302610033" , "58605083014" , "C90703001099" , "0025050106" , "C90011076140" , "90103029000" , "93511045000" , "C01584R2601" , "C0000251205000S" , "C90704030044C1" , "C90704040100" , "58414030000" , "C0000250501200" , "C90704142000" , "C0760002532000" , "C90704034000" , "C0430002201200" , "C90704032000" , "C90703036000" , "C90704066000" , "C90704066050" , "C90704061000" , "C90704050000" , "C90704050010" , "C0000250502000" , "C90704030020" , "64104037000" , "C90704038000" , "C90704030010" , "C90705083000" , "C90705169000" , "C90705069000" , "C0000190805000" , "C90705011000" , "C90705011011" , "78105081010" , "54603048600" , "C90705005005" , "63605058000" , "C90705050100" , "C0000250803500S" , "C90705050065" , "C90705067000" , "C90705007000" , "51010086100" , "C90705005000" , "63505015000" , "C90742040020" , "0081050141" , "63541090000" , "63541190000" , "C90706001000" , "C90706026000" , "77236048000" , "C90706014000" , "C90706040000" , "C90706041000" , "C90706001050" , "C90706016000" , "C90706015000" , "C90706002000" , "C90706001030" , "0081050121" , "61041080000" , "0081050161" , "C90707013000CB" , "64107080200" , "0912050203" , "59007017000" , "C90715019735" , "C90711092000" , "54603048300" , "61342041100" , "C0000250602000" , "C90707080090" , "014579050166" , "C90707040000" , "C90706001021" , "C90707040041" , "C0000250804000S" , "0021080003" , "C90707046000" , "C90707049000" , "0900000601500S" , "C90707047033" , "C90712008000" , "0035080506S" , "C90707012000" , "C90707013040" , "64107088100" , "64107189000" , "64107092000" , "C90007116040" , "C00050157706" , "C90007128000" , "64107090000" , "C90708054000BS" , "C90708045000C1" , "014580060141" , "C90708070044" , "C90708071044" , "C90708070050" , "C90711068044" , "C90711068010" , "C90708064000" , "6410900103330" , "0760354771" , "0625069068" , "61009011000" , "0472047175" , "C90709076000" , "C90709062000" , "64109060000" , "C90742020000" , "61009081200" , "C90709013000" , "C90709012000" , "C90709082000" , "C90709015000" , "C90710001033C1" , "0760305271" , "0472052200" , "0625062052" , "60010011000" , "60010015000" , "C90742021000" , "64110060000" , "C90710013000" , "06923080003" , "C90710459000" , "C90710050044C1" , "C90710014000" , "C0410003001300" , "C90710016000" , "C90710012000" , "C90710051041" , "C0000190802600S" , "64110065116" , "C90710086000" , "C90710084000" , "69010181044" , "76910065118" , "76910066000" , "C90710015000" , "SPAB16G413M116E" , "63611075100" , "61111057000" , "75011087050" , "75011088010" , "61111018100" , "C90711197000" , "C90011096000" , "C90711097000" , "C90711059000" , "C90111076033" , "C90711059050" , "C90711058010" , "0738060101" , "C90711109030" , "76211058000" , "C90711060033" , "0024060106" , "60311034000" , "C0000250602000S" , "C90711093045" , "C90711076250" , "C0000250601200" , "58411098100" , "C0000250601600" , "C90711055000" , "C90111053000" , "C90711059060" , "C90711053050" , "C90711054000" , "A65413001033C1" , "64113002000C1" , "64113006000" , "64113008000" , "64113029044" , "64113031000" , "6411300500030" , "64113020000" , "C90142005000" , "62113020100" , "0603100141" , "64113069100" , "69013099050" , "C90713126000" , "58007017000" , "69013069001" , "6411306000030" , "64113061000" , "C90713050044C1" , "C90703060051" , "C0000250602500S" , "C0040170602000" , "C0009340600500" , "C0410000800700" , "C90703069200" , "C0009340600502" , "C90703068000" , "C0073800601800S" , "C90713052000" , "C90734031020" , "C0000190803000S" , "C90142002000" , "A65413115000" , "A65413116000" , "63613030000" , "63513019000" , "63613021000" , "64113017000" , "62513020000" , "C0000351005500S" , "C90142003000" , "A65413180000" , "64113075000" , "64113084000" , "64113083000" , "64113081000" , "64113085000" , "64113090000" , "63614001000" , "0081040253" , "0081030081" , "0081045121" , "C90714025000" , "C90714026000" , "0433100003" , "0797100003" , "64114040000" , "C90708015060" , "C90708015070" , "64111066044" , "64111067000" , "64111067010" , "64107050000" , "C90707051000" , "76011064200" , "0991060203" , "A65414069000" , "C90714069050C1" , "C90714069051" , "0738050202" , "C90715001000" , "C90715021000" , "C90715022000" , "78015019000" , "C90715028000" , "64115023000" , "78015119000" , "C90731082000" , "C90715026000" , "76015015000" , "C90703081044" , "64108070040" , "78015021000" , "C90015126000" , "00063004012" , "00063004106" , "00063004108" , "00063004202" , "00063004204" , "0081250181" , "C90708023010" , "C90708061050" , "C90712040000" , "C90712041000" , "C90712082000" , "C90712085000" , "C3214405EN-UK" , "C90129099000" , "76029063000" , "60012060032" , "60012060000" , "76029062000" , "75029072000" , "60029070100" , "C90703098003" , "C90707098000" , "C90703098000" , "C90704099000" , "C90703095000" , "C90707097000" , "C90703094000" , "LI22-A654-2A" , "C90708098000" , "C90708099100" , "C9003000024424" , "0906100100" , "59030019200" , "61030019050" , "0025080356" , "C0603082131" , "C90030063070" , "C90030024000" , "C90030010000" , "00002506030U0" , "00002506060U0" , "0025080906" , "00002508090U0" , "0025080656" , "0025080556" , "0025080456" , "00002508065U0" , "C90030099000" , "C9003010114441" , "C9003020114441" , "C90030025100" , "C90030020100" , "C0770191015" , "0025060356" , "0025060256" , "C90032048003" , "C90032049000" , "C0799090003" , "C0760122060" , "C90032048333" , "014580060206S" , "C90032052100" , "0025060166S" , "C90102090000" , "C0934080006" , "63530057144" , "63530057050" , "63530059200" , "0405151913" , "C90030059060" , "C90030059050" , "0984050123S" , "C90030107000" , "C90030131044" , "63530074000" , "C90030015000" , "C900300140001" , "C900300140002" , "63630013000" , "C90030018244" , "C0888040050" , "C900300820001" , "C900300820002" , "C900301820001" , "C900301820002" , "C90032048104" , "C0471120010" , "63532044000" , "63532006000" , "63532005000" , "63532041000" , "63532003000" , "63532011010" , "63532034000" , "0625060017" , "C90036073150" , "0252012103100" , "63532002000" , "63532021000" , "63532001044" , "C90038001232" , "0405263525" , "C90032020000" , "63532035000" , "C010642060166S" , "C90030068000" , "0625062280" , "63633001044" , "63533001030" , "0405242813G" , "63633005000" , "63533045000" , "0471026000" , "63633003000" , "63633006000" , "63533002000" , "63533032000" , "0625068911" , "C90033088000" , "63533011000" , "0405242813" , "63533034000" , "63633015000" , "0471029000" , "63533033000" , "63633014000" , "0405263013G" , "63633013000" , "63633016000" , "63533012000" , "63533010000" , "49030023000" , "C0770020220" , "C90033032011" , "0760003247000" , "C90033029116" , "C90033031000" , "C90033032300" , "C00050000992" , "0024060156S" , "C90034015000" , "C0625068070" , "0019050121S" , "C90034011200" , "63534012001" , "C0625068060" , "C90034012020" , "C90011023100" , "C90033022000" , "63534005033" , "56534013100" , "54634020000" , "61234014000" , "54634050000" , "C90032095000" , "C0760142460" , "C0007025241" , "C90034050000" , "63534050010" , "C0988142005" , "C0471140100" , "6413403000033" , "C90033041500" , "63534051000" , "C90034024000" , "C90034052000" , "C90034023000" , "63534002000" , "63534001100" , "C90034019100" , "C0402080200" , "C90734036044" , "0738060205S" , "0738060165S" , "C90734031044C1" , "C90734035000" , "C90734032100" , "C0047620604500S" , "C9003505200041" , "C90035053000" , "0024060136S" , "C90035055000" , "C90035055150" , "0760153459" , "C90036072020" , "C07700900151" , "0025060306S" , "C0025060126" , "C0603061001" , "63635010100" , "62535009000" , "41001052000" , "69035001000" , "C014580060126S" , "64135044033" , "63635042000" , "10001120000" , "C90735027000" , "C0310001229300" , "C90735026000" , "C0310001234500" , "C90735065033" , "C90735066044" , "C90707017000" , "64135032100" , "69004060150" , "C90735068000" , "C90703065000" , "0081040121" , "C90735067490" , "C90735067390" , "77236080000" , "C90036056000" , "63536060000" , "C0912050083" , "C90036035172" , "C90036035176" , "C90036035180" , "C90036035184" , "C90036035188" , "C90036035192" , "C90036035196" , "C90036035200" , "C90036035204" , "C90036035208" , "C90036035212" , "C90036035216" , "C90036035220" , "C90036035224" , "C90036035228" , "C90036035232" , "C90036035236" , "C90036035240" , "C90036035244" , "C90036035248" , "C90036035252" , "C90036035256" , "C90036035260" , "C90036032100" , "C90036033000" , "C90036027100" , "C90036036000" , "C90036030000" , "C90036031000" , "C90036056050" , "C90036028044" , "C90036009044" , "C90036010044" , "C90036080000" , "63536001000" , "63536002100" , "0035080256S" , "C90036002150" , "63536013100" , "63536005000" , "0025060206S" , "77036003100" , "C0770180020" , "C90036008200" , "C0770010010" , "C9003622000024" , "C0402050980" , "C90030063050" , "C90036052010" , "75036055000" , "0025060556" , "0025060405" , "61238091100" , "79435047000" , "C0770100020" , "0908120153" , "C90030036200" , "C90030014100" , "C90035117000" , "C90035019100" , "0025050166S" , "78630044000" , "C90036089010" , "C90036144000" , "61236048000" , "C0770298178" , "C90036075000" , "C90036075050" , "C90036053000" , "C9003605200033" , "C90036054160" , "77336054150" , "C0770012030" , "C90036081000" , "C90036082150" , "C00050198706" , "C90030387000" , "C90038016000" , "63641038000" , "0025080306" , "C90030065000" , "C90038051000" , "C90038050000" , "C90038035000" , "C90030086010" , "C90038003000" , "C90038001022" , "C0799080000" , "C90038007010" , "C90038001224" , "C90038008050" , "C90038009014" , "C90038002000" , "C0402041580" , "C0770120020" , "C90038012000" , "C0770140200" , "C0770020020" , "C90038128000" , "C90038026000" , "C90037073000" , "C90038010000" , "C90030086000" , "C9003008500024" , "61238021100" , "0770125015" , "0770170200" , "C90038015200" , "C07700390261" , "C90038041200" , "0025050166" , "0025060306" , "C0770060025" , "0025080166" , "C0770070025" , "C00050000068" , "C90039105000" , "60339003000" , "C90039004000" , "C90039040020" , "C90030040000" , "C9003010200041" , "C9003020200041" , "C07700240251" , "C90030094000" , "C90039034000" , "0025060166" , "C90039006100" , "77839093000" , "C90011038000" , "C90040001000" , "C0618101410" , "60340117200" , "C0625060016" , "C90040022000" , "C90040090000" , "C90040029000" , "63540020000" , "0618354220" , "C0770244031" , "A65441001000" , "63541013050" , "63541013044" , "63541013010" , "90841123000" , "63641085044" , "0912040163S" , "63541031100" , "C90741030010" , "C90741030000" , "C90741029000" , "63641099000" , "61614020010" , "C90708002000C1" , "C90708003000C1" , "C90708001000C1" , "C90714018030" , "C90706001022" , "C90714020000" , "C90712032010" , "0081250141" , "C90714010010" , "C90714019000" , "C90714010030" , "C90714010040" , "C90714010044" , "C90714014000" , "C90714017000" , "C90708010000C1" , "C90708011000" , "C90712084000" , "C90712083000" , "C90712080000" , "0081050181" , "C90708015020" , "C90708015010" , "C0000250601600S" , "C90708015050" , "C0000250501600S" , "C90708019000" , "C90708053000" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
49900 , 49901 , 59412 , 59414 , 59415 , 59423 ,
59428 , 59429 , 59439 , 59440 , 59441 ,
59442 , 59444 , 59446 , 59447 , 59449 ,
59450 , 59451 , 59452 , 59457 , 59458 ,
59459 , 59460 , 59461 , 59463 , 59465 ,
59467 , 59482 , 59483 , 59484 , 59486 ,
59487 , 59490 , 59491 , 59492 , 59495 ,
59498 , 59505 , 59507 , 59509 , 59510 ,
59511 , 59512 , 59513 , 60038
)
AND article_number IN (
"43578098" ,
"43578176S2" ,
"43578195S1" ,
"R14042" ,
"R516" ,
"43578097S1" ,
"43578096S1" ,
"43578177S1" ,
"43578140S1" ,
"RP80002" ,
"43578135" ,
"95020004S" ,
"95020005S" ,
"0025080206" ,
"52000148" ,
"T511" ,
"48601166S1" ,
"46180064" ,
"R12012" ,
"46180007" ,
"46148166" ,
"RP80004" ,
"46148041" ,
"46148204" ,
"91020031" ,
"91020032" ,
"46148098" ,
"C05586R2601" ,
"C90701032032C1" ,
"C0000350803000" ,
"16181R54E" ,
"C0000250802500S" ,
"C90701044000C1" ,
"69008021080" ,
"C90701084000" ,
"C90701080000" ,
"C90701086000" ,
"C90701081010" ,
"C90701034032C1" ,
"C0000350802500S" ,
"0988253505" ,
"C90701036000C1" ,
"C90701039032C1" ,
"C0000351003500S" ,
"C90701038000C1" ,
"C0000250802500" ,
"C90103001000C1" ,
"C90703082000" ,
"C90708021160" ,
"54603048100" ,
"C90742041000" ,
"54603048200" ,
"C90707014000" ,
"C0000250601200S" ,
"C90703013000C1" ,
"C0145790805000S" ,
"C0000351006000S" ,
"C90742046000" ,
"C90706003060" ,
"C0000351006500S" ,
"54310086100" ,
"C90703034000" ,
"C90703034020" ,
"C90703035000" ,
"C90705062000" ,
"C0000351004000S" ,
"C0000351004500S" ,
"C90703039000C1" ,
"C90703038000C1" ,
"C90703041000" ,
"C90703040000" ,
"C90703044000" ,
"0799060003" ,
"C90703042000" ,
"C0000351008000S" ,
"C90703039001C1" ,
"0025050106S" ,
"C90703038001C1" ,
"C90703096000" ,
"64111059020" ,
"C90703088000" ,
"C90703092044" ,
"C9070300200624" ,
"C9070300200524" ,
"C90703002004C1" ,
"C0000250801800S" ,
"C90708000012" ,
"C90703002010" ,
"C0000351003000S" ,
"C90703048000C1" ,
"C0000250804500S" ,
"C90703049000C1" ,
"C90705068000" ,
"C90703152000" ,
"C90703050000" ,
"C90703052000" ,
"C90703051000" ,
"64103004100" ,
"C90706041050" ,
"C90706040050" ,
"C90708019050" ,
"C0000350803500S" ,
"C90708000015" ,
"C90703023000C1" ,
"61003024000" ,
"C90703027200" ,
"C90703028001" ,
"6410302610033" ,
"58605083014" ,
"C90703001099" ,
"0025050106" ,
"C90011076140" ,
"90103029000" ,
"93511045000" ,
"C01584R2601" ,
"C0000251205000S" ,
"C90704030044C1" ,
"C90704040100" ,
"58414030000" ,
"C0000250501200" ,
"C90704142000" ,
"C0760002532000" ,
"C90704034000" ,
"C0430002201200" ,
"C90704032000" ,
"C90703036000" ,
"C90704066000" ,
"C90704066050" ,
"C90704061000" ,
"C90704050000" ,
"C90704050010" ,
"C0000250502000" ,
"C90704030020" ,
"64104037000" ,
"C90704038000" ,
"C90704030010" ,
"C90705083000" ,
"C90705169000" ,
"C90705069000" ,
"C0000190805000" ,
"C90705011000" ,
"C90705011011" ,
"78105081010" ,
"54603048600" ,
"C90705005005" ,
"63605058000" ,
"C90705050100" ,
"C0000250803500S" ,
"C90705050065" ,
"C90705067000" ,
"C90705007000" ,
"51010086100" ,
"C90705005000" ,
"63505015000" ,
"C90742040020" ,
"0081050141" ,
"63541090000" ,
"63541190000" ,
"C90706001000" ,
"C90706026000" ,
"77236048000" ,
"C90706014000" ,
"C90706040000" ,
"C90706041000" ,
"C90706001050" ,
"C90706016000" ,
"C90706015000" ,
"C90706002000" ,
"C90706001030" ,
"0081050121" ,
"61041080000" ,
"0081050161" ,
"C90707013000CB" ,
"64107080200" ,
"0912050203" ,
"59007017000" ,
"C90715019735" ,
"C90711092000" ,
"54603048300" ,
"61342041100" ,
"C0000250602000" ,
"C90707080090" ,
"014579050166" ,
"C90707040000" ,
"C90706001021" ,
"C90707040041" ,
"C0000250804000S" ,
"0021080003" ,
"C90707046000" ,
"C90707049000" ,
"0900000601500S" ,
"C90707047033" ,
"C90712008000" ,
"0035080506S" ,
"C90707012000" ,
"C90707013040" ,
"64107088100" ,
"64107189000" ,
"64107092000" ,
"C90007116040" ,
"C00050157706" ,
"C90007128000" ,
"64107090000" ,
"C90708054000BS" ,
"C90708045000C1" ,
"014580060141" ,
"C90708070044" ,
"C90708071044" ,
"C90708070050" ,
"C90711068044" ,
"C90711068010" ,
"C90708064000" ,
"6410900103330" ,
"0760354771" ,
"0625069068" ,
"61009011000" ,
"0472047175" ,
"C90709076000" ,
"C90709062000" ,
"64109060000" ,
"C90742020000" ,
"61009081200" ,
"C90709013000" ,
"C90709012000" ,
"C90709082000" ,
"C90709015000" ,
"C90710001033C1" ,
"0760305271" ,
"0472052200" ,
"0625062052" ,
"60010011000" ,
"60010015000" ,
"C90742021000" ,
"64110060000" ,
"C90710013000" ,
"06923080003" ,
"C90710459000" ,
"C90710050044C1" ,
"C90710014000" ,
"C0410003001300" ,
"C90710016000" ,
"C90710012000" ,
"C90710051041" ,
"C0000190802600S" ,
"64110065116" ,
"C90710086000" ,
"C90710084000" ,
"69010181044" ,
"76910065118" ,
"76910066000" ,
"C90710015000" ,
"SPAB16G413M116E" ,
"63611075100" ,
"61111057000" ,
"75011087050" ,
"75011088010" ,
"61111018100" ,
"C90711197000" ,
"C90011096000" ,
"C90711097000" ,
"C90711059000" ,
"C90111076033" ,
"C90711059050" ,
"C90711058010" ,
"0738060101" ,
"C90711109030" ,
"76211058000" ,
"C90711060033" ,
"0024060106" ,
"60311034000" ,
"C0000250602000S" ,
"C90711093045" ,
"C90711076250" ,
"C0000250601200" ,
"58411098100" ,
"C0000250601600" ,
"C90711055000" ,
"C90111053000" ,
"C90711059060" ,
"C90711053050" ,
"C90711054000" ,
"A65413001033C1" ,
"64113002000C1" ,
"64113006000" ,
"64113008000" ,
"64113029044" ,
"64113031000" ,
"6411300500030" ,
"64113020000" ,
"C90142005000" ,
"62113020100" ,
"0603100141" ,
"64113069100" ,
"69013099050" ,
"C90713126000" ,
"58007017000" ,
"69013069001" ,
"6411306000030" ,
"64113061000" ,
"C90713050044C1" ,
"C90703060051" ,
"C0000250602500S" ,
"C0040170602000" ,
"C0009340600500" ,
"C0410000800700" ,
"C90703069200" ,
"C0009340600502" ,
"C90703068000" ,
"C0073800601800S" ,
"C90713052000" ,
"C90734031020" ,
"C0000190803000S" ,
"C90142002000" ,
"A65413115000" ,
"A65413116000" ,
"63613030000" ,
"63513019000" ,
"63613021000" ,
"64113017000" ,
"62513020000" ,
"C0000351005500S" ,
"C90142003000" ,
"A65413180000" ,
"64113075000" ,
"64113084000" ,
"64113083000" ,
"64113081000" ,
"64113085000" ,
"64113090000" ,
"63614001000" ,
"0081040253" ,
"0081030081" ,
"0081045121" ,
"C90714025000" ,
"C90714026000" ,
"0433100003" ,
"0797100003" ,
"64114040000" ,
"C90708015060" ,
"C90708015070" ,
"64111066044" ,
"64111067000" ,
"64111067010" ,
"64107050000" ,
"C90707051000" ,
"76011064200" ,
"0991060203" ,
"A65414069000" ,
"C90714069050C1" ,
"C90714069051" ,
"0738050202" ,
"C90715001000" ,
"C90715021000" ,
"C90715022000" ,
"78015019000" ,
"C90715028000" ,
"64115023000" ,
"78015119000" ,
"C90731082000" ,
"C90715026000" ,
"76015015000" ,
"C90703081044" ,
"64108070040" ,
"78015021000" ,
"C90015126000" ,
"00063004012" ,
"00063004106" ,
"00063004108" ,
"00063004202" ,
"00063004204" ,
"0081250181" ,
"C90708023010" ,
"C90708061050" ,
"C90712040000" ,
"C90712041000" ,
"C90712082000" ,
"C90712085000" ,
"C3214405EN-UK" ,
"C90129099000" ,
"76029063000" ,
"60012060032" ,
"60012060000" ,
"76029062000" ,
"75029072000" ,
"60029070100" ,
"C90703098003" ,
"C90707098000" ,
"C90703098000" ,
"C90704099000" ,
"C90703095000" ,
"C90707097000" ,
"C90703094000" ,
"LI22-A654-2A" ,
"C90708098000" ,
"C90708099100" ,
"C9003000024424" ,
"0906100100" ,
"59030019200" ,
"61030019050" ,
"0025080356" ,
"C0603082131" ,
"C90030063070" ,
"C90030024000" ,
"C90030010000" ,
"00002506030U0" ,
"00002506060U0" ,
"0025080906" ,
"00002508090U0" ,
"0025080656" ,
"0025080556" ,
"0025080456" ,
"00002508065U0" ,
"C90030099000" ,
"C9003010114441" ,
"C9003020114441" ,
"C90030025100" ,
"C90030020100" ,
"C0770191015" ,
"0025060356" ,
"0025060256" ,
"C90032048003" ,
"C90032049000" ,
"C0799090003" ,
"C0760122060" ,
"C90032048333" ,
"014580060206S" ,
"C90032052100" ,
"0025060166S" ,
"C90102090000" ,
"C0934080006" ,
"63530057144" ,
"63530057050" ,
"63530059200" ,
"0405151913" ,
"C90030059060" ,
"C90030059050" ,
"0984050123S" ,
"C90030107000" ,
"C90030131044" ,
"63530074000" ,
"C90030015000" ,
"C900300140001" ,
"C900300140002" ,
"63630013000" ,
"C90030018244" ,
"C0888040050" ,
"C900300820001" ,
"C900300820002" ,
"C900301820001" ,
"C900301820002" ,
"C90032048104" ,
"C0471120010" ,
"63532044000" ,
"63532006000" ,
"63532005000" ,
"63532041000" ,
"63532003000" ,
"63532011010" ,
"63532034000" ,
"0625060017" ,
"C90036073150" ,
"0252012103100" ,
"63532002000" ,
"63532021000" ,
"63532001044" ,
"C90038001232" ,
"0405263525" ,
"C90032020000" ,
"63532035000" ,
"C010642060166S" ,
"C90030068000" ,
"0625062280" ,
"63633001044" ,
"63533001030" ,
"0405242813G" ,
"63633005000" ,
"63533045000" ,
"0471026000" ,
"63633003000" ,
"63633006000" ,
"63533002000" ,
"63533032000" ,
"0625068911" ,
"C90033088000" ,
"63533011000" ,
"0405242813" ,
"63533034000" ,
"63633015000" ,
"0471029000" ,
"63533033000" ,
"63633014000" ,
"0405263013G" ,
"63633013000" ,
"63633016000" ,
"63533012000" ,
"63533010000" ,
"49030023000" ,
"C0770020220" ,
"C90033032011" ,
"0760003247000" ,
"C90033029116" ,
"C90033031000" ,
"C90033032300" ,
"C00050000992" ,
"0024060156S" ,
"C90034015000" ,
"C0625068070" ,
"0019050121S" ,
"C90034011200" ,
"63534012001" ,
"C0625068060" ,
"C90034012020" ,
"C90011023100" ,
"C90033022000" ,
"63534005033" ,
"56534013100" ,
"54634020000" ,
"61234014000" ,
"54634050000" ,
"C90032095000" ,
"C0760142460" ,
"C0007025241" ,
"C90034050000" ,
"63534050010" ,
"C0988142005" ,
"C0471140100" ,
"6413403000033" ,
"C90033041500" ,
"63534051000" ,
"C90034024000" ,
"C90034052000" ,
"C90034023000" ,
"63534002000" ,
"63534001100" ,
"C90034019100" ,
"C0402080200" ,
"C90734036044" ,
"0738060205S" ,
"0738060165S" ,
"C90734031044C1" ,
"C90734035000" ,
"C90734032100" ,
"C0047620604500S" ,
"C9003505200041" ,
"C90035053000" ,
"0024060136S" ,
"C90035055000" ,
"C90035055150" ,
"0760153459" ,
"C90036072020" ,
"C07700900151" ,
"0025060306S" ,
"C0025060126" ,
"C0603061001" ,
"63635010100" ,
"62535009000" ,
"41001052000" ,
"69035001000" ,
"C014580060126S" ,
"64135044033" ,
"63635042000" ,
"10001120000" ,
"C90735027000" ,
"C0310001229300" ,
"C90735026000" ,
"C0310001234500" ,
"C90735065033" ,
"C90735066044" ,
"C90707017000" ,
"64135032100" ,
"69004060150" ,
"C90735068000" ,
"C90703065000" ,
"0081040121" ,
"C90735067490" ,
"C90735067390" ,
"77236080000" ,
"C90036056000" ,
"63536060000" ,
"C0912050083" ,
"C90036035172" ,
"C90036035176" ,
"C90036035180" ,
"C90036035184" ,
"C90036035188" ,
"C90036035192" ,
"C90036035196" ,
"C90036035200" ,
"C90036035204" ,
"C90036035208" ,
"C90036035212" ,
"C90036035216" ,
"C90036035220" ,
"C90036035224" ,
"C90036035228" ,
"C90036035232" ,
"C90036035236" ,
"C90036035240" ,
"C90036035244" ,
"C90036035248" ,
"C90036035252" ,
"C90036035256" ,
"C90036035260" ,
"C90036032100" ,
"C90036033000" ,
"C90036027100" ,
"C90036036000" ,
"C90036030000" ,
"C90036031000" ,
"C90036056050" ,
"C90036028044" ,
"C90036009044" ,
"C90036010044" ,
"C90036080000" ,
"63536001000" ,
"63536002100" ,
"0035080256S" ,
"C90036002150" ,
"63536013100" ,
"63536005000" ,
"0025060206S" ,
"77036003100" ,
"C0770180020" ,
"C90036008200" ,
"C0770010010" ,
"C9003622000024" ,
"C0402050980" ,
"C90030063050" ,
"C90036052010" ,
"75036055000" ,
"0025060556" ,
"0025060405" ,
"61238091100" ,
"79435047000" ,
"C0770100020" ,
"0908120153" ,
"C90030036200" ,
"C90030014100" ,
"C90035117000" ,
"C90035019100" ,
"0025050166S" ,
"78630044000" ,
"C90036089010" ,
"C90036144000" ,
"61236048000" ,
"C0770298178" ,
"C90036075000" ,
"C90036075050" ,
"C90036053000" ,
"C9003605200033" ,
"C90036054160" ,
"77336054150" ,
"C0770012030" ,
"C90036081000" ,
"C90036082150" ,
"C00050198706" ,
"C90030387000" ,
"C90038016000" ,
"63641038000" ,
"0025080306" ,
"C90030065000" ,
"C90038051000" ,
"C90038050000" ,
"C90038035000" ,
"C90030086010" ,
"C90038003000" ,
"C90038001022" ,
"C0799080000" ,
"C90038007010" ,
"C90038001224" ,
"C90038008050" ,
"C90038009014" ,
"C90038002000" ,
"C0402041580" ,
"C0770120020" ,
"C90038012000" ,
"C0770140200" ,
"C0770020020" ,
"C90038128000" ,
"C90038026000" ,
"C90037073000" ,
"C90038010000" ,
"C90030086000" ,
"C9003008500024" ,
"61238021100" ,
"0770125015" ,
"0770170200" ,
"C90038015200" ,
"C07700390261" ,
"C90038041200" ,
"0025050166" ,
"0025060306" ,
"C0770060025" ,
"0025080166" ,
"C0770070025" ,
"C00050000068" ,
"C90039105000" ,
"60339003000" ,
"C90039004000" ,
"C90039040020" ,
"C90030040000" ,
"C9003010200041" ,
"C9003020200041" ,
"C07700240251" ,
"C90030094000" ,
"C90039034000" ,
"0025060166" ,
"C90039006100" ,
"77839093000" ,
"C90011038000" ,
"C90040001000" ,
"C0618101410" ,
"60340117200" ,
"C0625060016" ,
"C90040022000" ,
"C90040090000" ,
"C90040029000" ,
"63540020000" ,
"0618354220" ,
"C0770244031" ,
"A65441001000" ,
"63541013050" ,
"63541013044" ,
"63541013010" ,
"90841123000" ,
"63641085044" ,
"0912040163S" ,
"63541031100" ,
"C90741030010" ,
"C90741030000" ,
"C90741029000" ,
"63641099000" ,
"61614020010" ,
"C90708002000C1" ,
"C90708003000C1" ,
"C90708001000C1" ,
"C90714018030" ,
"C90706001022" ,
"C90714020000" ,
"C90712032010" ,
"0081250141" ,
"C90714010010" ,
"C90714019000" ,
"C90714010030" ,
"C90714010040" ,
"C90714010044" ,
"C90714014000" ,
"C90714017000" ,
"C90708010000C1" ,
"C90708011000" ,
"C90712084000" ,
"C90712083000" ,
"C90712080000" ,
"0081050181" ,
"C90708015020" ,
"C90708015010" ,
"C0000250601600S" ,
"C90708015050" ,
"C0000250501600S" ,
"C90708019000" ,
"C90708053000"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (49900 , 49901 , 59412 , 59414 , 59415 , 59423 , 59428 , 59429 , 59439 , 59440 , 59441 , 59442 , 59444 , 59446 , 59447 , 59449 , 59450 , 59451 , 59452 , 59457 , 59458 , 59459 , 59460 , 59461 , 59463 , 59465 , 59467 , 59482 , 59483 , 59484 , 59486 , 59487 , 59490 , 59491 , 59492 , 59495 , 59498 , 59505 , 59507 , 59509 , 59510 , 59511 , 59512 , 59513 , 60038 ) AND article_number IN ("43578098" , "43578176S2" , "43578195S1" , "R14042" , "R516" , "43578097S1" , "43578096S1" , "43578177S1" , "43578140S1" , "RP80002" , "43578135" , "95020004S" , "95020005S" , "0025080206" , "52000148" , "T511" , "48601166S1" , "46180064" , "R12012" , "46180007" , "46148166" , "RP80004" , "46148041" , "46148204" , "91020031" , "91020032" , "46148098" , "C05586R2601" , "C90701032032C1" , "C0000350803000" , "16181R54E" , "C0000250802500S" , "C90701044000C1" , "69008021080" , "C90701084000" , "C90701080000" , "C90701086000" , "C90701081010" , "C90701034032C1" , "C0000350802500S" , "0988253505" , "C90701036000C1" , "C90701039032C1" , "C0000351003500S" , "C90701038000C1" , "C0000250802500" , "C90103001000C1" , "C90703082000" , "C90708021160" , "54603048100" , "C90742041000" , "54603048200" , "C90707014000" , "C0000250601200S" , "C90703013000C1" , "C0145790805000S" , "C0000351006000S" , "C90742046000" , "C90706003060" , "C0000351006500S" , "54310086100" , "C90703034000" , "C90703034020" , "C90703035000" , "C90705062000" , "C0000351004000S" , "C0000351004500S" , "C90703039000C1" , "C90703038000C1" , "C90703041000" , "C90703040000" , "C90703044000" , "0799060003" , "C90703042000" , "C0000351008000S" , "C90703039001C1" , "0025050106S" , "C90703038001C1" , "C90703096000" , "64111059020" , "C90703088000" , "C90703092044" , "C9070300200624" , "C9070300200524" , "C90703002004C1" , "C0000250801800S" , "C90708000012" , "C90703002010" , "C0000351003000S" , "C90703048000C1" , "C0000250804500S" , "C90703049000C1" , "C90705068000" , "C90703152000" , "C90703050000" , "C90703052000" , "C90703051000" , "64103004100" , "C90706041050" , "C90706040050" , "C90708019050" , "C0000350803500S" , "C90708000015" , "C90703023000C1" , "61003024000" , "C90703027200" , "C90703028001" , "6410302610033" , "58605083014" , "C90703001099" , "0025050106" , "C90011076140" , "90103029000" , "93511045000" , "C01584R2601" , "C0000251205000S" , "C90704030044C1" , "C90704040100" , "58414030000" , "C0000250501200" , "C90704142000" , "C0760002532000" , "C90704034000" , "C0430002201200" , "C90704032000" , "C90703036000" , "C90704066000" , "C90704066050" , "C90704061000" , "C90704050000" , "C90704050010" , "C0000250502000" , "C90704030020" , "64104037000" , "C90704038000" , "C90704030010" , "C90705083000" , "C90705169000" , "C90705069000" , "C0000190805000" , "C90705011000" , "C90705011011" , "78105081010" , "54603048600" , "C90705005005" , "63605058000" , "C90705050100" , "C0000250803500S" , "C90705050065" , "C90705067000" , "C90705007000" , "51010086100" , "C90705005000" , "63505015000" , "C90742040020" , "0081050141" , "63541090000" , "63541190000" , "C90706001000" , "C90706026000" , "77236048000" , "C90706014000" , "C90706040000" , "C90706041000" , "C90706001050" , "C90706016000" , "C90706015000" , "C90706002000" , "C90706001030" , "0081050121" , "61041080000" , "0081050161" , "C90707013000CB" , "64107080200" , "0912050203" , "59007017000" , "C90715019735" , "C90711092000" , "54603048300" , "61342041100" , "C0000250602000" , "C90707080090" , "014579050166" , "C90707040000" , "C90706001021" , "C90707040041" , "C0000250804000S" , "0021080003" , "C90707046000" , "C90707049000" , "0900000601500S" , "C90707047033" , "C90712008000" , "0035080506S" , "C90707012000" , "C90707013040" , "64107088100" , "64107189000" , "64107092000" , "C90007116040" , "C00050157706" , "C90007128000" , "64107090000" , "C90708054000BS" , "C90708045000C1" , "014580060141" , "C90708070044" , "C90708071044" , "C90708070050" , "C90711068044" , "C90711068010" , "C90708064000" , "6410900103330" , "0760354771" , "0625069068" , "61009011000" , "0472047175" , "C90709076000" , "C90709062000" , "64109060000" , "C90742020000" , "61009081200" , "C90709013000" , "C90709012000" , "C90709082000" , "C90709015000" , "C90710001033C1" , "0760305271" , "0472052200" , "0625062052" , "60010011000" , "60010015000" , "C90742021000" , "64110060000" , "C90710013000" , "06923080003" , "C90710459000" , "C90710050044C1" , "C90710014000" , "C0410003001300" , "C90710016000" , "C90710012000" , "C90710051041" , "C0000190802600S" , "64110065116" , "C90710086000" , "C90710084000" , "69010181044" , "76910065118" , "76910066000" , "C90710015000" , "SPAB16G413M116E" , "63611075100" , "61111057000" , "75011087050" , "75011088010" , "61111018100" , "C90711197000" , "C90011096000" , "C90711097000" , "C90711059000" , "C90111076033" , "C90711059050" , "C90711058010" , "0738060101" , "C90711109030" , "76211058000" , "C90711060033" , "0024060106" , "60311034000" , "C0000250602000S" , "C90711093045" , "C90711076250" , "C0000250601200" , "58411098100" , "C0000250601600" , "C90711055000" , "C90111053000" , "C90711059060" , "C90711053050" , "C90711054000" , "A65413001033C1" , "64113002000C1" , "64113006000" , "64113008000" , "64113029044" , "64113031000" , "6411300500030" , "64113020000" , "C90142005000" , "62113020100" , "0603100141" , "64113069100" , "69013099050" , "C90713126000" , "58007017000" , "69013069001" , "6411306000030" , "64113061000" , "C90713050044C1" , "C90703060051" , "C0000250602500S" , "C0040170602000" , "C0009340600500" , "C0410000800700" , "C90703069200" , "C0009340600502" , "C90703068000" , "C0073800601800S" , "C90713052000" , "C90734031020" , "C0000190803000S" , "C90142002000" , "A65413115000" , "A65413116000" , "63613030000" , "63513019000" , "63613021000" , "64113017000" , "62513020000" , "C0000351005500S" , "C90142003000" , "A65413180000" , "64113075000" , "64113084000" , "64113083000" , "64113081000" , "64113085000" , "64113090000" , "63614001000" , "0081040253" , "0081030081" , "0081045121" , "C90714025000" , "C90714026000" , "0433100003" , "0797100003" , "64114040000" , "C90708015060" , "C90708015070" , "64111066044" , "64111067000" , "64111067010" , "64107050000" , "C90707051000" , "76011064200" , "0991060203" , "A65414069000" , "C90714069050C1" , "C90714069051" , "0738050202" , "C90715001000" , "C90715021000" , "C90715022000" , "78015019000" , "C90715028000" , "64115023000" , "78015119000" , "C90731082000" , "C90715026000" , "76015015000" , "C90703081044" , "64108070040" , "78015021000" , "C90015126000" , "00063004012" , "00063004106" , "00063004108" , "00063004202" , "00063004204" , "0081250181" , "C90708023010" , "C90708061050" , "C90712040000" , "C90712041000" , "C90712082000" , "C90712085000" , "C3214405EN-UK" , "C90129099000" , "76029063000" , "60012060032" , "60012060000" , "76029062000" , "75029072000" , "60029070100" , "C90703098003" , "C90707098000" , "C90703098000" , "C90704099000" , "C90703095000" , "C90707097000" , "C90703094000" , "LI22-A654-2A" , "C90708098000" , "C90708099100" , "C9003000024424" , "0906100100" , "59030019200" , "61030019050" , "0025080356" , "C0603082131" , "C90030063070" , "C90030024000" , "C90030010000" , "00002506030U0" , "00002506060U0" , "0025080906" , "00002508090U0" , "0025080656" , "0025080556" , "0025080456" , "00002508065U0" , "C90030099000" , "C9003010114441" , "C9003020114441" , "C90030025100" , "C90030020100" , "C0770191015" , "0025060356" , "0025060256" , "C90032048003" , "C90032049000" , "C0799090003" , "C0760122060" , "C90032048333" , "014580060206S" , "C90032052100" , "0025060166S" , "C90102090000" , "C0934080006" , "63530057144" , "63530057050" , "63530059200" , "0405151913" , "C90030059060" , "C90030059050" , "0984050123S" , "C90030107000" , "C90030131044" , "63530074000" , "C90030015000" , "C900300140001" , "C900300140002" , "63630013000" , "C90030018244" , "C0888040050" , "C900300820001" , "C900300820002" , "C900301820001" , "C900301820002" , "C90032048104" , "C0471120010" , "63532044000" , "63532006000" , "63532005000" , "63532041000" , "63532003000" , "63532011010" , "63532034000" , "0625060017" , "C90036073150" , "0252012103100" , "63532002000" , "63532021000" , "63532001044" , "C90038001232" , "0405263525" , "C90032020000" , "63532035000" , "C010642060166S" , "C90030068000" , "0625062280" , "63633001044" , "63533001030" , "0405242813G" , "63633005000" , "63533045000" , "0471026000" , "63633003000" , "63633006000" , "63533002000" , "63533032000" , "0625068911" , "C90033088000" , "63533011000" , "0405242813" , "63533034000" , "63633015000" , "0471029000" , "63533033000" , "63633014000" , "0405263013G" , "63633013000" , "63633016000" , "63533012000" , "63533010000" , "49030023000" , "C0770020220" , "C90033032011" , "0760003247000" , "C90033029116" , "C90033031000" , "C90033032300" , "C00050000992" , "0024060156S" , "C90034015000" , "C0625068070" , "0019050121S" , "C90034011200" , "63534012001" , "C0625068060" , "C90034012020" , "C90011023100" , "C90033022000" , "63534005033" , "56534013100" , "54634020000" , "61234014000" , "54634050000" , "C90032095000" , "C0760142460" , "C0007025241" , "C90034050000" , "63534050010" , "C0988142005" , "C0471140100" , "6413403000033" , "C90033041500" , "63534051000" , "C90034024000" , "C90034052000" , "C90034023000" , "63534002000" , "63534001100" , "C90034019100" , "C0402080200" , "C90734036044" , "0738060205S" , "0738060165S" , "C90734031044C1" , "C90734035000" , "C90734032100" , "C0047620604500S" , "C9003505200041" , "C90035053000" , "0024060136S" , "C90035055000" , "C90035055150" , "0760153459" , "C90036072020" , "C07700900151" , "0025060306S" , "C0025060126" , "C0603061001" , "63635010100" , "62535009000" , "41001052000" , "69035001000" , "C014580060126S" , "64135044033" , "63635042000" , "10001120000" , "C90735027000" , "C0310001229300" , "C90735026000" , "C0310001234500" , "C90735065033" , "C90735066044" , "C90707017000" , "64135032100" , "69004060150" , "C90735068000" , "C90703065000" , "0081040121" , "C90735067490" , "C90735067390" , "77236080000" , "C90036056000" , "63536060000" , "C0912050083" , "C90036035172" , "C90036035176" , "C90036035180" , "C90036035184" , "C90036035188" , "C90036035192" , "C90036035196" , "C90036035200" , "C90036035204" , "C90036035208" , "C90036035212" , "C90036035216" , "C90036035220" , "C90036035224" , "C90036035228" , "C90036035232" , "C90036035236" , "C90036035240" , "C90036035244" , "C90036035248" , "C90036035252" , "C90036035256" , "C90036035260" , "C90036032100" , "C90036033000" , "C90036027100" , "C90036036000" , "C90036030000" , "C90036031000" , "C90036056050" , "C90036028044" , "C90036009044" , "C90036010044" , "C90036080000" , "63536001000" , "63536002100" , "0035080256S" , "C90036002150" , "63536013100" , "63536005000" , "0025060206S" , "77036003100" , "C0770180020" , "C90036008200" , "C0770010010" , "C9003622000024" , "C0402050980" , "C90030063050" , "C90036052010" , "75036055000" , "0025060556" , "0025060405" , "61238091100" , "79435047000" , "C0770100020" , "0908120153" , "C90030036200" , "C90030014100" , "C90035117000" , "C90035019100" , "0025050166S" , "78630044000" , "C90036089010" , "C90036144000" , "61236048000" , "C0770298178" , "C90036075000" , "C90036075050" , "C90036053000" , "C9003605200033" , "C90036054160" , "77336054150" , "C0770012030" , "C90036081000" , "C90036082150" , "C00050198706" , "C90030387000" , "C90038016000" , "63641038000" , "0025080306" , "C90030065000" , "C90038051000" , "C90038050000" , "C90038035000" , "C90030086010" , "C90038003000" , "C90038001022" , "C0799080000" , "C90038007010" , "C90038001224" , "C90038008050" , "C90038009014" , "C90038002000" , "C0402041580" , "C0770120020" , "C90038012000" , "C0770140200" , "C0770020020" , "C90038128000" , "C90038026000" , "C90037073000" , "C90038010000" , "C90030086000" , "C9003008500024" , "61238021100" , "0770125015" , "0770170200" , "C90038015200" , "C07700390261" , "C90038041200" , "0025050166" , "0025060306" , "C0770060025" , "0025080166" , "C0770070025" , "C00050000068" , "C90039105000" , "60339003000" , "C90039004000" , "C90039040020" , "C90030040000" , "C9003010200041" , "C9003020200041" , "C07700240251" , "C90030094000" , "C90039034000" , "0025060166" , "C90039006100" , "77839093000" , "C90011038000" , "C90040001000" , "C0618101410" , "60340117200" , "C0625060016" , "C90040022000" , "C90040090000" , "C90040029000" , "63540020000" , "0618354220" , "C0770244031" , "A65441001000" , "63541013050" , "63541013044" , "63541013010" , "90841123000" , "63641085044" , "0912040163S" , "63541031100" , "C90741030010" , "C90741030000" , "C90741029000" , "63641099000" , "61614020010" , "C90708002000C1" , "C90708003000C1" , "C90708001000C1" , "C90714018030" , "C90706001022" , "C90714020000" , "C90712032010" , "0081250141" , "C90714010010" , "C90714019000" , "C90714010030" , "C90714010040" , "C90714010044" , "C90714014000" , "C90714017000" , "C90708010000C1" , "C90708011000" , "C90712084000" , "C90712083000" , "C90712080000" , "0081050181" , "C90708015020" , "C90708015010" , "C0000250601600S" , "C90708015050" , "C0000250501600S" , "C90708019000" , "C90708053000" );
Copy
80
0.27 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1002340242
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1002340242 ;
Copy
81
0.24 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 :
[
"1002340242 "
]
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 = '1002340242' ;
Copy
82
15.63 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"ïÍZÅ¡bE╝åv(±ªø<Ú "
b"/¶Q\x7F ‚ G\x11 ¡w\x1C ›HA\x11 â "
b"ܸT6#™M%¦`—D0˜zO "
b" @(Ç\x17 MG\x18 Ž\x03 ó\x03 žü‘¼ "
b"ˆ¼óÄjI@\r £™Z¿„}Œ] "
b"á \x13 ýNýC\r ¶tH¹³CQ§ "
b"y§†\x00 QŸBXµäõW\x19 K$C "
b"ru\x19 åê™E¼³…Vdž°F/ "
b"ë2/§1¶G=¥äQ\r €¯‰” "
b"G\x17 ·‚Ø\x1F Jɱó‹ Üu÷B "
b"÷;0─C?A·æÄÇÅ\x05 Öë╩ "
b"÷¤ß×9þCX¬á┘}>ì4╚ "
b"1*»CŠ…E¼šßù|IÜU5 "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"vþRˆ\r õK/’›j0 SU© "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"zßòc™\x19 B⿽°>«<„ö "
b"ú9\x03 ¨üæL\x07 ö\x18 G\x1C kuIÞ "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"¾*‹W–N‡°Ü mUM¶÷ "
b"³H¿Ú>íAßü┴Ñû■m\x05\x1E "
b"f¤▓\x1A ƒ░Cô®^¾dü▀ÔÉ "
b"\x1A ÒŸhqâC\x0E ¨È\x18 ÏX¢Û- "
b""Qõ«XpFy¤5_áí\x0F ÿ\x18 "
b"V’g¶fvE§‘1b\x18 ÄöFí "
b"ßü=\x19 S├M3░┘▓~ıç8å "
b"$°+\x07 ““Nd†qû%)ÿ<- "
b";·ë½Ÿ\x14 NZ„7ð\x06 V‹¸T "
b"„Q\x11 S|YC®•ô˜Äâ¿Sß "
b"Ã\x19 Ê)ÍÁBՄǶ\x12 s\x11 ¼g "
b"nJÉÐ\x7F RE┬º\x7F vµ\x05 iíà "
b"¯\x04 …\x10 FÏAÕ¾ã17ÏU“¦ "
b"7"þ\x14 oÂIvˆx\x07 Ñ×òf\x00 "
b"╬9ü¢âÂOÏ»ÛW┬ïÏ$n "
b"¢#¹"AbIäöÂÊìM\x14 lõ "
b"J% ó\x01 $OÄ“‚’ÓÆï·Þ "
b"\x1C ¥\x00 v]\x07 F╠ùÎP9îÌÓü "
b"Þ]¥qB½Hº©^åPÓÀøù "
b"å\x14 Pª`üKšµt”Qå¹ý5 "
b"5†º¢I\v E•¤\f ´EK§ïr "
b"y!Ù\x10 ‚H²…’ÁÄ^GF— "
b"mnÉ!¿µA׹ůJ4ž\x15 ¯ "
b"´“RÄÉîLΨ\x1C\x1C ØD{‹` "
b"_´\v Ñn¤M¡╗zòÅ‗nı╣ "
b"aá5█ß╣Kî®ìb¾┴v¯À "
b"K\x04 …ã—KH\x05 ‹’³\x7F NŠŠ¾ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"|J|H\x06 ,J'ƒTõ=ó\x05 ßÀ "
b"©Œf9,nL‘‡ñ\x18 ¸\x02 g‰M "
b"ˆìÝË•Ct—ðR„í;\x0E f "
b"È\x10 Ã\x13 ú–B_¹\x0E ‹ê¾øR¤ "
b"„ÀsÆ \v A9˜/ñþZóŠa "
b"\x7F \Æü\e ®K\v ü\x18 \÷└╗FC "
b"Xî«ûT\x01 Aò”7Æ– 쯹 "
b"¦█Àwì£K╔©·qE±l\x01 / "
b"\x10 š@½…ÐHš¢°º\x18 °ÎK™ "
b"…‘m<<ØG÷´û¼\x02 ¬µpM "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"†ë瞣O@‚µÅHÕ˜Q½‘ "
b"è¤ÁÉ15H‗ò\x12\x02\x18\x05 ò╬± "
b"¨Ù˜Ö"‘BoœM#h,Á©o "
b"Âùá©Îö@›—ߥã\x1D\x7F ñ^ "
b"AÝÂ%eÊDö¥Íá2Ç´‰C "
b"C&Øm¨kJŸ®\x14 º$d‡1\x14 "
b"û®\x10 ƒmØC2¥"aýܾ┌1 "
b"{,Œ„{BMN–"Ïrõ£¡‰ "
b"§ Ñ\x1D ?\f N\x01 ¢PÐ\x0E Zcé! "
b"\e $`W{½H\x0F ¬z|'5Ø*Ø "
b"\x15 \\x1A i÷╝IüùXÚ\x02 Õ·╝┼ "
b"\x13 ]~:(HýÉ■L\x0F £‗PÐ "
b"<²vkܸD‹)ãR¯\r È/ "
b"\x19 ║<ß\nIéáâü±\x13\x18\x18 J "
b"vå\x1A ö]\x02 N\x00 ‰Û¤\f E\f 0* "
b"þ\x12 ‡!N^B‚‡_e\x03 !»„½ "
b"@Iô}j\x18 K·…Øöõc„bh "
b"m,,=\t +EÆ’X®XÈ4É\x10 "
b"xïl䈵FÛ¡¯ìfÔ™ÙŸ "
b"½à\x03\v\x02 /K=ɰS.\x10 äÖ£ "
b"E¨¯\x00 †_A8šÞ^´\x1A „\x13 Ð "
b"Ò5¿‹S^E࣒\x7F Â\x00 È{l "
b"´C\x16\v 'b@}Š4]Á\x0F V\x10 É "
b"\x04\x1F Ivü×@š‹•ûôÕPÜØ "
b"'¿B\x01 /ÜB罫#¢¯x’ "
b"AB…2é\x00 AΪw†%\x07 !(û "
b"ª\x1A j~JwLF³«ãe…\x07 ¹\x04 "
b"Ƭƒ\x08 »IJ▓Ç\x01 z¹■ìÇ= "
b"ÿ™!\x07 m\r J‡’YE\x19 ¹ß¸S "
b";òñköÂJ4º=©¤õÅ@C "
b"\x1A\x0E ‚,hMõ¯Éj’¡\r ’á "
b"Rv€oºWJɰ®8o\x19 ¬DŽ "
b"¡q’VT…D9¤ë¦•F˜R¹ "
b"V\x02 (‡þzIÿŽ©ù45\x18\x1F Š "
b"fdæÕ:lLϳ\x15 ~¬þÀ}\x13 "
b"¼\e IÏÁzB\x15 Œz%b\x16 ¢8‡ "
b"Ç]ÜÁ…nKЯ×\x05 \r \x0F ³î "
b"›\x19 ”èS…@£¥Áëžõ…\x07 ¢ "
b"þ█»"\x00 rEdÉføÌµ■QÏ "
b"Q2\x11 àÚ»IkŃÏÛ╠¨|î "
b"á5ý݇ûJ¾ˆA\x0F VŠt®L "
b"±´BŽc=G$¶\x1D eSr÷€\x11 "
b"u\x1E ´ðØúC£¥ÁJ┼Í'oü "
b"\x10 iPÚ©ÛGþŒjI^õXpË "
b"\x02 s(WÔãKG║Óß╝üP\x03 Ò "
b"™NPM‰ÞOô³–³=\f yŸ` "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"¨Þ…çhæK+‚;épóÛ\x15\x1F "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"ôU‚\x0E ³ÊNn«V1)ÿ \x06 "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"KÜ:s[WNG˜€\t aé½âD "
b"=k\x1C ûO\x14 M'†˜°!Õ¥ÇÒ "
b"Â{ªà0²E\x03 ÿ˜z1–AR "
b"ë)/´\x0E ¢Ocœ\x12 ‹c˜uÏ\x19 "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"`édEØ%B*éDÄâåuå¨ "
b"F\r xâZ9D\x00 …\x01 ³ßüQ<ø "
b"ü4w\v rFB\x06 ‰rÔG¹žÝ( "
b"ó™¼VÕ¨DL¡R«š×\x01 «z "
b"b¤Ö:×▄DÕÇ|ÌöÈ'/É "
b"ÿ¼jÒÂÜO}ª¬»8éì" "
b"\x1A '\x01\x05 nIM¨¾b$¥\x06 @ö— "
b"Cùÿ4¬¡O=¸G¢/=Óõ "
b"│\x14 »╬\x11\x1A OÉïu±$܃ÎB "
b".\x7F\x06 Öõ·L3«\r Ø£ñ]Ï\x1D "
b"\x1D ”p>ý_HÛˆj%nßnÃ\x11 "
b"ØE█Ù¬9Jâ╣ߨ^õÖ╬Ò "
b"]\x16 ¢\x17 Ø\r Oƪ•à^«®‚ "
b"(\x0E Rä4ÇJ%Žô Ý«$7J "
b"}VÓ!ÖƒJ$£Q\x14 ½É§^Ê "
b"ª6ØÜöBÉè~╩\x04 _╗¾÷ "
b"„7+†3AHó®F\x13 O R÷X "
b"cÑèm\x14 8Gn·•tô;Hac "
b"\f Ž#fíÞOM‹áë<„\t Æ– "
b"˜LMÎùžLN˜þÅÍZO\x08 Ó "
b"›\x06 ¼ÖÄ-L\t ®ïÁF”ô:ÿ "
b"n½’B§\x03 Eð‹åÀ\x1C\x1A Û¾þ "
b"ô•Î0æ†Mê›d¾Â\x0E Aï× "
b"ã3\x00 æÑ½M|ž£›eGÁgy "
b"#\v „\v Ý\e Oÿ—æpFqÄÓv "
b"àpM7ÓJM3üÀðó D║; "
b"\x14 ßèr\x12 üGÌ‹i%áx´%# "
b"‹Ó#ÿÇ[A÷‘*Ö0$Æ\r © "
b"+u¥g\x1F 8CHíà\x1F öj┼Å\x07 "
b"èP\x04\x1C Å_OsÅsï█Q─╗ý "
b"ô_\x10 QZFH\x05 ¨¶(Ô‰\x15 Õá "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"TM>A"ìu©.ôÄJ─ "
b"Ðx‰Fr¿Aù»¯õ‰nJ{j "
b"╚êIØ\x08 xE└Ü\x1C §‗äå\x16 ~ "
b"\x0E -ƒ½nÞK~®ç,\x04 #ŸµÁ "
b"y\t\x11 *XçE\x15 »-M\x01 <?Éu "
b"\x10 ‰bYÈ(B\x1D ¯GÕ`dú߯ "
b"®äWÐw\x1D G¯Æ\x7F ܧCì_ä "
b"%\x06\t ?S\x1C M\©’1£]íé; "
b"¶N\x05 7ùŸJ|ƒÊÑ¿Ó%<d "
b"å%qÒ┼ZBż^½t█Í\x18 ù "
b"'P4ê¦\e Lƺ¿pÃí›’á "
b"ê\x17 s¸¢A@å¹Â¤¹\x14 èØŠ "
b"ñH©╠0!Ip▓d±\f T'\Ø "
b"±╬Ï«■\x04 C┘»üxLlß\x03 / "
b"î÷‘\x1A X\x02 N µJ\x02\x0F Ù[~Ý "
b"¼│¸\t :AGÖ¼f\x1D ¥¾üÜ· "
b"%D©®Ì,AŸbîˆ\x00 £çi "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"Ûµ\x18\x05 ÛED\x07 žßª}}X)Î "
b"·õQ\x16 fàL³°1•A,¬· "
b"#{,\x04 8yNÁ¾"6CWM¸ô "
b"""
Tp~(;\n
C€’à…T\x15 ǵ/
"""
b"Bõ+\x1A _'InÉ╠ÿI*K╩┌ "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"5qgF,©L\x11 ¿?Ø┐=\x13 :Ð "
b"B\x1E\x01 %QUI׃Óß´·fnz "
b"""
Xj›Ï¬MGà€ù~\n
C\x03 4'
"""
b"╦ü\x07 Ü`5O0ò£¢│¬ ┴\ "
b"Áhñp÷‚Eùƒ\x0E íïè6ôÖ "
b"»sàðïØHÓ²\x0F Ô#’m}L "
b"IÏi1h¢NÜØà&┐Â╬╦¹ "
b"lÞöG9ÌD\x01 ¿¿á«+ôÕ\x00 "
b"\x12 qR\e µüG\x04 ë╣Ãà╚à▄Ù "
b"ÍUíB¢¢Bê§gäUñ‚\x08 \r "
b"à\x1F ç-\x00 ³B\x00 °äW:yn\x18 / "
b"ð_4\x1E\x05 ÄJ\f š5O»¤/bê "
b"\v µÿ¤Ò"KŸ‡¡Îå÷U\R "
b"\x00 Û\x12 n╗\x17 AKìÔïè█ï|ƒ "
b"km=Iì³F}¢ùd\x04\x00 ‰Š¡ "
b"ê¶äù·üA\x1D µ1ç¼n/"ü "
b"\x05 *Ò0\x04 þ@\x12 ·S2 ÿP\å "
b"╣a>Ø1ìJ$ÉÀ\x7F L\x10\v 8¶ "
b"pXª˜bgCÖ²í^0.@ÜÄ "
b"Åýc\e 9kJ?ºÆqÁ£n§Ð "
b"»ŒÛ\e î{Oȧ\x17 ¸¶\v Ôiþ "
b"_Òs\x19 .K@|•œÑ\x01 nË×2 "
b"ÎÝ|˜NëI’™¶ÔW?½Ó¦ "
b"žvÝq¹lGf’à·4‚iíº "
b"▄ÎF\x17\x04\x14 EX▒í½█\x02\x7F Øb "
b"¼Ê«’nÝD,¯¯ñ\r Rpƒš "
b"Iæ\x00 +fVC5¾ü‡¿Wû~> "
b"ÓYÅ®U)Fƺ\x03 íµÓ┘ðë "
b"å\x18 Àóü®AË┤├íFã\x13 uø "
b"óîQ\x17 'ÏGGÅzs±t\e âá "
b"œ‚”é˜ÞHõšfMŸ\x1C ÷´Å "
b"¹xÇgÝ*Fj¯\x1A x\x0E ¯\x1F Öœ "
b"ÌÃ\x16 ]‹gK‚ŠzœüH2QU "
b"è!Ó·ü▀MKƒ5E\x05 úD?1 "
b"\x05 ÔÅ+;─M_¥÷pÜ┬\x03 ±´ "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"_'¯\x01 ê@\x15 ”¨þïŸÞ¤Ù "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"HÓõÿ.@DާnïÐïå¬ "
b"°+§ì6SF\x1D ┐7H\x01 NY9l "
b"!\x05 ‘*\x04 pF§£˜@Ò\x18 º+\t "
b"ü΂#\x12 ïJ6©aº›ïØ]Ì "
b"ûÒ\x07 ¡ÏFj´{l½#Ÿ«· "
b"|©\x1A èìžDÇŽN\x05 ´¿ƒ\v û "
b"m—\x04 ‹:\x18 Hå˜BYÑEÆN© "
b"„\e £x—CG×µl‰\t\v .Vø "
b"+K‘§õ-I?»ˆL\x16\x11\x1F Ü\x0E "
b"1†’\x1E *ÓE‹½ðÎF¢åÔô "
b"JU!À¡ðOd„\x18 Ø4¼B\x0E M "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"▀üï\t úÌGv¢%╩hY\x7F 8‗ "
b"ì5ãfL@Sû╠Ø\x07\e ç!@ "
b"¾3~–+ÓAˆ˜·9àíØ¬× "
b"ÁbÉQ;\x1D BPŒMI´\x7F ´Üq "
b"\x13 µ^¬è÷O\x00 ¯je»b¿ë& "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"""
\n
™¶¥Ä»C0¸j'ç€j\x07 ³
"""
b"\x12 ?qDB›|È\x1E %¸¥* "
b"s=Ç£ ÁN׈`D±RIʘ "
b"s \x1E C¸HHš¬D¦¢¼5Í© "
b"oÌØA`ÃJQåøZÄ┘ r\x7F "
b"£F"«1¾F>ŸDöáš3ÆÑ "
b"oÒ\x0F u\x17 ÂH\x1F ¾•`³¡§n… "
b"t▀&\x13 ®=G┐Ä─ؤÅóÎþ "
b"\x1A\t kK]´DR¯H´ðºˆo€ "
b"–YлÔtF¶¢ö\x02 (*=\x02 ° "
b"iï$/²\r C«ìÖ║\x19\x1C q,\x14 "
b"vì7¬m&M└«3Õu½µQÁ "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b">Ë÷=–÷N£±Üº`„ø®† "
b"0ÿ§\x1C G\t Mò©\x0E ÇØíÆ\x13 ± "
b"c\´jƒ°Gãü8\x14 «æ-Âs "
b"Ìâ7rŒšD0•Õ¬¬%XÊ+ "
b"µç/\x08 à}L´¨\x14 2\f è~Úz "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"õ\x1E ÷ÅH┬F╠Ü]■£X7·% "
b"vx\r ì\x04\x18 K└║\x11 y═©\v ìþ "
b"œ«nÇ‘zF ¤;žCÔaé2 "
b"Ù縯\x14 `O>ƒS8‰6tÒ1 "
b"û/33‗íL`Å\e 4Gªmë, "
b"ôv3\x13 ¯›C”°\x02 Ň\x10 IÇ¢ "
b"äãJeôUA€½2:\x0E ùùeÏ "
b"b˜å¸ÿ0Kù´\x17 ©b$RcÏ "
b"*Òk_ö E¬°\x18 ËrwQ™\x11 "
b"ì¡5>\x18 C\x0E »▄\v Á\x0F ®‗2 "
b"0í\x19 \“·Fz‘‡ðwsˆšŸ "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"|:ÐD¨QI}”rE¹Ð)^ï "
b"–Ð.lR·JóŽ7™xÏ7ˆ/ "
b"Ù0à)Å\x0F Kæä9í\e '?=% "
b"ì²û8¶2Hh×G\x12 µò[Á╬ "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"î«öIüzChÖRzik0"¯ "
b"J\x04 ü¤(7A_ÖJ&█0-£± "
b"ój4\x19\x08 WF▀ºbyIèìr‗ "
b"SüÇ▒Õ▄IJ░\x02 ûñ\x17 t¡µ "
b"äí"ºµÍN»¶\f\x1E ¹\x17 »GÜ "
b"-\x19 gu}MÒš¡g…£y\e d "
b"˧ð–õ®H¶’a-\x03 ×\x06 ”˜ "
b"¯ág\x0F SõBýˆ¢²),ÿ8y "
b"ºáö¯b¶GP┐└ô«ÉÃch "
b"\x1D ╦z Z[I|ø\x01 $\x0F ü\x13 ┘2 "
b"\x12 ÆÏ\x17 ].A_’\x02 òo\x7F ^¢g "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"\x1A Fl^;£O×€-¿¬.è;ž "
b"ÁCcTy»MЫ/+Eïò™\x06 "
b"à\e ‘ØJïD׆Ñy\x17 I¯"í "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"Þ}¸»ý9M0›À\x02 „|ù“ô "
b"³░b\x7F ╩\x08 CÚ║┐I¦ÀØø\x17 "
b"ï’MƼ£Cˆ“…UÛd›X½ "
b"ÌLÎØü\x13 L"ªètºÞ"\x0F * "
b"Y\x7F ˜\e 'BY ~^°ÑÂ5Œ "
b"\x1E ┤▒öìUO\x13 »¸ ▓\x00 ╠u¡ "
b"\x18 ÓìÂÁfMÿIü–ê¥2_ "
b"O\x06 x{¼ÕH\x14 ˆa…êQ;\x15 ¢ "
b"GÍÆi ÓAǘ±nÔ=sÛú "
b"ÊõíM¸÷Eµ€_$ïn}ú\x08 "
b"GŠxu›µJuµ®öù¬–de "
b"¤▓5E\x11 ═I(æT>XØo!ø "
b"æZ°ÿÖXLVÉ\x06 û~¬ÚÙy "
b"\x15 ‚ÃŒAäOy…þ²õ"Dúj "
b"""
\x16 —¯=ê\x1E J\x7F ˜Qü)\n
\x02 U%
"""
b"2LOæÊ‘G¤™ºd)xKml "
b"á™ÍÃf\x10 CY…–,’h5\x00 ¿ "
b"SÔÒÓ\x12 _KmŽ\x1F\v ¥¥ù-\x10 "
b";ÒH“›‡G¤»g¢ò\x04\x0F ¦© "
b"Rª6@¨3FFžôóÃÕGvI "
b"~ñMº´ÄC „”\x15 U¿¯Jð "
b"ø£¤═BÓEm®\x0F ü÷2hÕÕ "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"_…\t ŒBƒIP¼¤Ûõ\e 6̇ "
b",ÖÙµÓ@À®\v þšMÏ\x13\x01 "
b"”F©ƒ…«N£§§†ö'ø•à "
b".\x1D z$Ã~MM–²Ýui=%L "
b"\▒ú\x11 Ü■Nëºoí┐gÅ\x10 "
b"¼•ëÆç¤EH«ö=ó²o„œ "
b"T4ô\x16 _\x0E F\f ‰ø\x06 b[Þê7 "
b"“Œ[’%ÚL\x18 —Ú\x16 Ç>YŸÙ "
b"óyÆ·bÑDb…ƒ$óVŽ·g "
b"Î\x15 „\x0E æ3G”¾™\x00\x11 „ô{d "
b"\x14 Š}·¹\x17 Fwšñ9›û\x14 ·I "
b"·T’ˆ±îN\°\x11 -=à-fX "
b"‚þÍ2Ë+AùŽ\x06\x08 G³·ô\x1E "
b">Î\x1D œíªE\x13 ž›ü$¼lñc "
b"ü\x10 Øm\╗D%ë@\x1E T'!,³ "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"""
║îÄ╩$ÒNçå@`¹æ\n
Åç
"""
b"|\x04 {\t ¾pI pr-œ»®Ñ "
b"k¨p\x1D ‚·J®‹ê0˜Ïw§v "
b"þìŠñK9N1Ž,é†.c'Ù "
b"õ”RŽ–KJ\x0F ºÞáXµmʤ "
b"# ñ·\x17 mAâ‡$5œ±|Il "
b"BêsØ\r TKj‘µýš˜€<ï "
b"}ä:Y'cH¤šC%3îèçƒ "
b"Ú<3\x01 ƒ°NB¦c[.]0CŠ "
b"/\f ù\x03 [=MÔ”Û\x11 øgÆW "
b"ßô£âž\x1D IëµAó®u\x0E _\x05 "
b"Ý^╚°U░Mü»Û╗0#ë┼║ "
b"ªŠe\t S(BØ•\x02 ˜\x12 Á "
b"ÞB›p\x18 ×FЈˆ¦ü\v é‚( "
b"–l©È`VG¡¸\x13\x14 €\x03 Ü'ò "
b"·æºÊ6KGó’0ÊÌ\x13 æ-| "
b"’›Õ>\x18 ŒL婈t5˜î¢¿ "
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"èL‡Ò4;LŒ´2ßÙévT¨ "
b"qý\v 3£-G4ÉW█?7ÿ¦f "
b"\x01 €1צPLp¼–\x11 ïü¥Ë‡ "
b"È\e %S©XJ\x07 šøízÈj(\v "
b"Fi²═4]@ÓÉQ\x1D ÷\x0F ÒGG "
b"Ó\x13 ªfý*Lv®¹Íë]\x19 uc "
b".´\x02\x06 5I®™·‰˜b\x04 ¢ž "
b"\x1E ›'á\x11 ZN\x03 …ð7,\x13 þ—P "
b"db6ebQN\ŒÜÌE£&S "
b"-_ÜéqUIô¨\v ŽÒœl{Ë "
b"GÉ=~\n \x00 Dá„d\x05 úQ×OÖ "
b"ÉŠáä9¸FÊ¢à‘g}D\v "
b"¶┴Ø3ñ7O ©\x1F\x0E o\x11 ÓQ\x06 "
b"÷\x00 ÌøÑ›Læšwm+Ž\x03 ü¿ "
b"F¾ÐíæòMˆ©’ÀæGF“Ê "
b"m££\x17 ”âCÖ´[/‰Ÿ`ì\ "
b"îûž¢ÏHE§¢ †’¬ñF} "
b"ia…ÈøCHt®}O\x02 Y¢\v | "
b"k¸Ã\x03 žÞJI”WÌv\x1D °£ "
b"–dÀ#Å*J; YÎ@óª€I "
b"┤\x18\x1D îþ8HáòÓÉ\x10\x04 ╩¯¤ "
b"<€)\x08 ‡|EK½\x14 þÉ·\x03\x1E ‰ "
b"õÈ¡\v ┤rHfÉ\x1C +\x00\x01 wmp "
b"Ò5o„±\x05 IưEÁ©¾LÝË "
b"¾»û¦ï\x05 @\x1D ž{çéÅ>¦” "
b"\v Å®£p‗Jòƒ\x02 ÃF┼î█\x15 "
b"/è˜Ö¢þM\x1F ÉXe¦%¨¢ "
b"""
\x12 g\f \n
ISDv¤b~ߨ¨¦@
"""
b"×r¶\x01 %ÖO\x15 ›äl\x03 {"\x1F , "
b"±½û\x15 ┴Å@Êó.½u¤╚mã "
b"ê#Pxq\x00 @Ò²ˆ>ß[†¾ˆ "
b"\x14 NTê\x0E ýK¦ú¾ù¿\x11 ðÉß "
b"¾G\x10 ¾\x17 =Hÿ¾ÔeŸ{\x06 ªÃ "
b"˜/ßÌ\x11 ”B\x07 ©^Ò¯£~¤Ò "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"ÏvEÂ\x18 ┼Oþ┤ÕCØwØ"[ "
b"Éë)äý.D7 W(UÚÊ5N "
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"ıU¥y±(M\x01 Ø\x0F ║é\x1A ¥âZ "
b"à'¹rM└KhÉ@£OVÁR\x10 "
b"È;ì█\x12 âJ\x7F ¼F\x1D Ýe¾‗< "
b"""
I,\n
•#KE\x18 ¬\x08 ¸¿nÜ\x03 /
"""
b"sï³ÉøƒGe¯‹Ÿš¼t{i "
b"\x05 á£\x16 ÎýNZ©\x14 É#Tb║u "
b"╗░\x11 eôLE\x12 Øÿ\x06 ÔA─┴\x18 "
b"çÌM*Á;A]┤\xmîÕÉ· "
b"êÕëü\r ª@É—`eÓeÆd "
b"¦o94£ÉG?åo7f┬{æy "
b"úÀ\e )^\x04 KXœ¤ø²Ì²†Š "
b"ìK\x14 ¿I\x13 @P║±µ\x13\x15\x14 ³I "
b"ù5Þ\x11 ]]C¬–k\x10 žÏ5Ôõ "
b"Ý6║Ï\!Eæü\îïôeæ{ "
b"A»y•\x1D ZC.‰zþÎÎ~G¹ "
b"\x7F š›´äVGø´\x0E äÒHVq\r "
b"Þ?ú\x06 S\x1C D¹Œ2Ÿý:F• "
b"r×\f gæGMܱû©e±.ÍŠ "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b")jP┼*ëB╔Ø╝█ñ\x01 È?O "
b"""
þO+@æ\x17 IÁ‘sO÷\x0E \n
EÀ
"""
b"ys8PòøJ©´-\x1C a¨ˆ?¨ "
b"ÄË«È\x18 `L¾”&3®ýwz¦ "
b"ë▄ÎÅ\x1C ÉB;»Èë‗Æ‗Ì░ "
b"\x1E !‰q\x14 }J\x04 ¼\x1D vµuÎþ\x00 "
b"ëU/ìØõD¹á/═Ù‗&té "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"2¥Ãí8[HüòÜhƒpn\x06 ^ "
b"Y«|éÉÔO7äê║j1\x14 _┼ "
b"""
»║ÚE²+E±è.1I;\n
øÅ
"""
b"ñAðñ—cJû”k{kšPv\x18 "
b"\x0E c\x19 ┼:LL*ÉÅn\x1A ╦\x1A (P "
b"!“xÒO`F€·[fazœÃð "
b"+º┌╠øìA}ĺ\x04 ┐¯ÜªK "
b"¿\x16 ·Ù;ñL\x0F Ødø\x1D ║7\t ) "
b"ˆ2„\e XšOÞ¶UmúG%B› "
b"21skGu@6Åû\x1E C¶╚¼ı "
b"iã÷\r þ]H¾°™k-WÝA2 "
b" \x12\x16 ·\x1D ¾G<‚\x07 ‡\x03 n&ƒî "
b"╝wG╠mÂIOüÜ┘âÏÛ9N "
b"ø¯,™,9I>†ä h÷Yñ6 "
b"X³ÐÓZ”O~©ô¢®U\x1D `o "
b".┐6╝]sJwî}ÂD═Å1* "
b"}ÑÜdb\x18 F®¿[Ep+½C¥ "
b"""
Ìp\r ¸oÌA╝ƒüâ\n
z║£\x1A
"""
b"\x12 C‘£r¥GI¸‹Ñè~£'\x06 "
b"¦Ø1¶*3Lv›ÓHz''Î" "
b"Z`\x1E ~Ï\x06 D¹«\x11 Æ\x01 E3ŸÆ "
b"""
=ÍC\x17 æŠA»ŽNE€\n
ée+
"""
b"!\x1F ¯¼†ñ@?—QO[ímV "
b"ø£w^xnC-œ\r íû8õÍõ "
b"\x13 4\x03 R~9HÙ‹û-Ü¢"JO "
b"ʦË\e\x15 ùE\x06 ºî”«m«Û/ "
b"\x12\x10 ïs).H4»\x02 Gz ™Zç "
b"\x14 †Œáb¼M<¿Vþ\x07 ½áþ½ "
b"zÖÅL›ãO\x03 ´EÓ\x1D i'íþ "
b"ô,°G"¨B\r ░■ü║Gû\x11 ÷ "
b"”9\x1E TI’J¶ƒWÊ÷2iuÍ "
b"\x13 W&òdÀBt«\x10 ‹<rÔ9\x1E "
b"¤ÈÆëÔID”†»‹ïÈ\x0F x” "
b"y+F\x12 fÍGL®#Vª{*m\x0F "
b"""
Ñ\n
_¤OÊIu¿\x01 OC/\n
QÓ
"""
b"–—\x19\e ÷{IÖ†®\£\pú\v "
b"O\x1A ,ŒZäO«¡¿“@À€˜” "
b"5®▄\x07 k┌OgØ õjAM¬\x02 "
b"Ð$└£ÛÉBýîÔ¯ñƒq\x05 ▓ "
b"¡V¹k(¾E?·8ßÕv¿3\t "
b"úgf[ô\x0E AÒ“:¸çí\x0F\x16\x02 "
b"±„sä\x01 ÆC"¼¤\x00 1õz3o "
b"hþ7™‘øMÕ£wæH1è`í "
b"«æ¿'ì¸O“–o,fgT\x17 } "
b"(g\x1C ýd^A ¢$þ\x02 0d“W "
b"å\x1E á7Ë\r N:‚vg0#©\x04 v "
b"ÏÖÜšõôK;“5GGokˆ¦ "
b"®├ ï&yK\x11 ؽÐB▓f_É "
b"ÓÈì\x16 ╔╗I\x10 ªJ╝âb¢█Ì "
b"|\x14 \Ë:ÐIü¢Äì─ù©\x14\x06 "
b"ÆPCâ\v AC®»│¡ù(,\x07 Ø "
b"┐Ükê¹ÃJÿع¢V¬¸Þ▓ "
b"𲂫âÿKQ¾ y`C´\x04 ` "
b"+É0\x1E \r ¦O³ö\x13 £%áƒç+ "
b"‰í¥œŠ²HQˆ`?á„Kùý "
b"\x1D O÷¾ú6C&ª¬S\x07 —\e U³ "
b"çGïƒVþM¹°\x03 ¶oòå\x06\v "
b"û‚ÝêŠ(L ¤}ÖÃÜöÚS "
b"?%TI\r ™AÇ”»qõ÷dÌÍ "
b"Á%¸╗» OGÀb"ÅN¤ð½ "
b"kP0¦8)Jç°aJí.i5D "
b"tÂ=ï/(BAŠñ`d§}Å\x0E "
b"""
un\x14 a/\n
Dø’š\n
\r ¨\n
\x06 P
"""
b"ñjØ\\ìI.•M”¯tÎ__ "
b"ǰ}E\r ’LÞ©@Û®^kY\x16 "
b"\v X\r M▒»C{Á*µü\x04 _úÏ "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"t\f IÞ\x0E ›D¨‡ßosê¤\v p "
b"¸0\v _YºL\x0F –©\x04 àü\x14 k\x0E "
b"àœd‘U\x14 H)¸\x15 F\x05 óSÞc "
b"""
\x06\x12 @3ZäK ˆ¦\n
%5o\x02 ‹
"""
b"ÙoAŽ@ïNf££,IF\x19 Âo "
b"├Jò+ƒbK>Å┘s║¨°ßÁ "
b"\x17 ¢%^WÉEà║èê\x14 Ø i\x1A "
b"\ŒÌy«óJ˺cîã?4Sb "
b"65üÇ|NDj©+¼®Í£¡\x02 "
b"D\x1A ë»AôI\e Å\x1F ßãé\x02\x12\x11 "
b"\x04 JÃäÊÉH\x13 ²¬,éÄ\x06 œÚ "
b"░\x16 ┌+X└J▄쫨╝u\x03 F╦ "
b"çíÔk\x1E C<ƒÍö£à´ŒL "
b"ŽVÔ6\x18 VHe—±¥æÓÚ†P "
b" \x06 £ê€JOöš\x07 pÚl›\x15 , "
b"¬‚\x1C &K‡@ô´©åoÓ%Æ` "
b"«\x1A WeY»A=”˜zØ:9Åò "
b"Yü5▓¡\x05 Kıæ+i\)Âîz "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"Bg‹ëºXM\x12 ¶CçÑÓk½Ú "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"Ñ\e\x1E └²@¿ðÈæ\x1F 9ü; "
b"ÿ\ªu\x0E ZNÖµ4K²a_YÛ "
b".\e ó¢\f ÔMn¹Ê²\x19 ¬Ýx< "
b"M\x19 Õ¨\x14 %A¼‰\x1D\x0E\x11 Ú\x03 ˜Q "
b";þ\x1D ]\r ¤L»╗\x02 )ÀWÙíì "
b"Å\x15 -\x08 €'O:‘ßaÝ,ðí5 "
b"´,àÀ zJpîÉ┼´k┼8× "
b"ÜÑWšWïBé÷kšü¢\v Ù "
b"\x03 “•ûËNAÓžo¯à‡òkH "
b"s.A$CWFÁ¯à9OÑõ½Q "
b"£øØk7‡K®“ªy’ýzõÔ "
b"»~"ÊNõA(É╚î5y¹Í9 "
b"?#Œ"žæFŸ¡+;cJƒl\x1E "
b"-\t 6RA1BߴމMµ=ª& "
b"\f Q\x13\x0F ×qBà˜\x06 Z±a«Ÿ< "
b"òÁõ(¯À@?âE6└%ع¦ "
b"""
lñ ¦l\x1D D\n
´³ò\x11 Ê^Ôç
"""
b"=¿┐\x19 j;IÇÅ╬&e,╠ı╣ "
b"-3Å`¿bK\x08 á░vª¢®¢ë "
b"\x0E „`z÷XA¨¯’BáBÓ,\e "
b"\x02 õ7m´ÜD\x7F §žk”K-\\e "
b"ªÝ\x01 tÉECPö╗9=S!e¤ "
b"R! /„€DV«áÞ6ï)R¼ "
b"MHt‘Á˜O‘ŽE÷Y¦q·x "
b"͸¤Ø¬ìFãóe8úµ¸\x7F\x05 "
b"Dî/¶\x01 ²F³´\x18 :~˜Ô@\n "
b"xô─└èzN®ÜØúåu\x1A Ô1 "
b"¹]$³ŽüF€£\x1A 2\x1A m¥\x01 Ë "
b"\e ˜èÁ~ÊMb§èD˜~\x00 ûn "
b"醴€"\f Eªž‰Uá±\x14\x7F\x13 "
b"ÜF+(\v\x17 IÚ›\x04 ¸|«\x06\x04 H "
b"µØé\ËI\x04 ëñ·ïjÂØË "
b"ÁY–ôK¸Nf—à×ña’'& "
b"–îs¯I2Oä—išu±¶\x02 " "
b"Nê\x08 zž]@’æ›°mF7c "
b"ºæiÅ\x06\x07 @ýüç%a´p╗4 "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"""
*\n
ý\e\x06 ═O\x1C «ÞeØI\x02 É>
"""
b"¢¡˜ ‚OJ€¦~ôü±…Eq "
b"dúæH˜ÈM\x0F ¯Í0ùëñíŒ "
b"£x£ÓZžM\x10 B3ÖIg "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"ÚUèôŽ,DÊ”=Ñ\x1D iƨ‚ "
b"4,"¹GÔKÓˆBR±â†ºº "
b" \x19 š*¾wOI‡\e gÜÑùO= "
b"ÕW£Ø¬‡H„ƒ[\x1D\x19 ®á`\n "
b"\x00 cÙŸ”øJä¦$]þ2rƒG "
b"D!ûTQ│G┘╣Ű┼¨£d¶ "
b"3#_¡'H@ÿ»\x13 ÍÓ²´¾ "
b"Ä(\x11\x19 °/L\x18 Â?ªØ\x15 └0a "
b"dªM]>ÈH[ƒúËÍ™8ÎA "
b"ƒ5$Ô÷Å@›‘]!pÏâg4 "
b"ÅGnUØJH\v ¼¼ÚYJsMn "
b"\x00 Å6\x16\x1E ÒB´ªædÐä)z3 "
b"n\e Ú™}PE‹¨Õ;Zñ*sÆ "
b"¡ý0&:ŠK߆šÝ÷”Ò7» "
b"K3Œ\v ú£AN»þ¥F‚Ó\f ý "
b";NbgÞ¿G'¼I«8.æ³x "
b"K:\x07 É\x18 „D9¾y|‚¼ù?] "
b"†k³†Þ\v E\x0F «ªž§DÝêU "
b"\x03 wFg═aCË╗h}\x01 Õ‗ØP "
b"ÒJ0ëh`N6šR\x13 Y²DI\x1A "
b"ïyü\x07 ãJIWƺ\x0E\x7F ┐x2\x07 "
b"X\x10 Vµ¹€C¸¬l[\x1E ÿÀ0” "
b"ý3\x0E\x1A i\x19 H‡“wÐ8\x0E .\x12\x11 "
b"PS\x05 çw\x11 IŒœuBÞe2Þè "
b" ýã\x1F Ï^J\x1C “kÝ`ƒp}) "
b"ß7a‘æ{FÓ³‹_GtÞ\x02 $ "
b"G┐░ÇYxC╚ÖØ\x13 Ò%G▒ÿ "
b"""
†[S·„\n
E\x11 —\x0F –™ê|a4
"""
b"åiß%░\x04 A\x12 ô\t -ب┐4┼ "
b"\x1F ¦žÝª¿Mõ—\x1E #²Ç\x18 ÕÝ "
b"¥0åË¿èKc†Œ\x03 ¿×ö»Á "
b"•\x11 :\x15 ÔGD\t ²cŒX½Õü“ "
b"╚ÖèÚMØHØ╗Q4▒îo_┤ "
b"Ÿ\x06 ôÏU'@7ÕÖ‹,%\t † "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"hÜaTZ£O<¥\x0F Ã\r i|ù& "
b"\x07 è\x05 LZGø®øç×2E\x1F ÷ "
b"ÿ±Ž.«\x11 I(š¿ÖÏ\x07\x03 Ì" "
b"|\x13\x15 Xz*B·Ø▓ËÄ0J£Ì "
b"“ÊÞ\x02 dú@u´EË%×óq\n "
b"¥ûAo6–Ha‘Ìdb‰÷j\x1A "
b"\x06 ºÅý\x04\x01 HÜ´ñĹ@Î^$ "
b"tPÖ‰\x15 ÀJï’iFl\x03\x00 JŽ "
b"}f ük³CÕú]§\x04 ¤Ò▓ "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"på/Ô’:B‘ž•‚˜\x02 MÍó "
b"\x1C †wœIjB\x06 †ù¼\x1E Ž~¬‹ "
b"c»å¨Á™K$‰\x07 ‹P7wÌ” "
b"¥ˆZ×áËK\x00 ½;ß\x1D ɉž@ "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"\x13 Lo’$fJÌ›'t‰\x07\x15 Ú¥ "
b"""
v\n
!á}ŒM~¯z#\x07 2‚s¯
"""
b"ê(m6┤õD\x17 ç\x0F bÍÉǯ^ "
b"à\x1C\x1E Åú2@\x11 €#_Ýô\x17 ‚? "
b"¢zx╝RËG2ìÕ]æ%\x01 ▓Á "
b"28{ˆ¡aBB¹\x1E Ç¢q\x7F é½ "
b"Éı©ÉÖoFjÖõJ\x06 Å.^u "
b"~Rú»2ýLW”?]åü#Ÿû "
b"\x17 ┐ÏaÉ£GcÁ΃╠þ┼){ "
b">ÍJ\"ªD¥»uÜÕªl;ô "
b"P;ÒGÅ¡HB’Âu#}b_\x0F "
b"a\x1E\f ¨\x13 øO+É\x06 o¹▒E\x12 l "
b"""
\n
´█Ù\x11 dMQë╦═hÎ?Å╗
"""
b"¯│┼▓├¬L\áWüAkæ\x02 M "
b"ǶT¯™>Nγ4¨\x1D\x19 ö‡õ "
b"£QÄÔ4;F†’ÔÁ<üÕ›a "
b"+Åþ\x1D i®EÏâ%û\x0F ð×\x07 R "
b"ueÁ\x1C ║üM\x1C ╝ÌXòýÀý╝ "
b"Z\x1C\x15 \r þAK”‡ä\x05 »)‹›; "
b"\v b]ä\x01\v EÄ¥.(œÉñ¦R "
b"ªÒZ¢6ýE ¢„¥³ÍTƒÊ "
b"Ì\x06 Å`VRLl¡FL÷$«\x1F ┐ "
b"ÝÃâ╠─ÜB4Â║¼ì\x06 ┌ì┤ "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"÷Û[—=\x16 Kœ•°ð8\x12 \x05 G "
b"¹¢ÃãQÈFã•#†L7¾å\x1A "
b"‰\x14 r@t\x03 B•ˆ’,¯°¨£\x05 "
b"\x14\f œò\x04 ¥KȈÈÃj\x1E 3‰F "
b"¿\e þ6It@R“ïC•\t rVø "
b"ÛEC\x07 @mG\x06 …îßF\x01 ‘oO "
b"\x13 ,\x19 ”³Há—:\x02 &¥(d¿ "
b"d3R\e vîG\x05 «fDû2¿}w "
b"ü~PÍLüDöí┼½N▒¹n "
b"»Ó\x06\x10\x06 ¦G†Ž£0¶„…u[ "
b"Rü¿C¾ïM6›ïY½\x03 hý\x10 "
b"ŠÊ)sQ\x04 CÑ4Àì\x18 Ë\x1F\x7F "
b"ªc¸çt$J£¬£uÎè;\x18 ¦ "
b"¼Ž,”Ù)Eû›\v\x13 ¢Ñ\x01 ûž "
b"iÆ=èìÕKÚôXD¤\x1A ß!ú "
b"ˆ#-ôÃ?K\x17 ¥\x0F q¢ÑàŒA "
b"`╔Å¿¶\x7F Eƒ©²&üÁë\x16 ö "
b"=\x1F î¢\t ?B ·i–ã¡OûI "
b"#ü~,N©AƒÉ├©\x00 cø\e Á "
b"\x06 Sè`¦´HÃÑ<åÄÉP_N "
b"DtV\x02 r«Ig‘ÕNøI˜ðZ "
b"\x03 j&»¾KO\x01 ®¨\r 9»ÉÈm "
b"”ðåÄ·\x1D DT…<©L\x14 ø³\x13 "
b"Hñˆ\x00 €ûN}¼¶›ÀØZV« "
b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14 ² "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b" x!£\x19 ¡Mø‘±ÚRËc;Õ "
b"\x06 &aÑRÐJÝ£g\x14 ªÉ¡«F "
b"é૥Ť@\x14 ‚\x05 ŸD\x1C •œ\x05 "
b":³\x15\e TDD©»a\x01\x11 uÔ\x07 Ú "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"\x0E ”®B²éF$·@\x10 Dt?¡ò "
b"̃~Ë+yB\v áàßÅSX\e 8 "
b"Y\x01 àÆ;\x02 O •Oå…Ю\x08 _ "
b"\x1E VIH¦:Jª·\'\x10 v›É\x19 "
b"\x10 ™\v 4r”L"™\x01 C\v 6Ä´¬ "
b"\x08 «lë˜lOãŠèå¦-\x07 hk "
b"Ã\x12 €\x19 ÌNöˆ'\x08 ¦6vªþ "
b"àÇ¥eoýH±„ü\x1C Ž_®…ì "
b"""
ŽÎß\n
íÏHÚ“CÇq£K\x19 Ä
"""
b"?ê\x01 WbÇJÓê\x1D\x15 ü┬)ú╔ "
b"s&#è¹½L¢´ýi õÿÙ´ "
b"¸-M…)ŽJ]©U¸\f ¡V{\x13 "
b"Ëy麴Ž@ä†`Ò\°\e Á\x11 "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"yÅc§0\x02 G\x16 Â7(\x13 y'Ñw "
b"Ì.\f —:¶J™¨¤Ã6‹y\x0F æ "
b"■¼TÅü!DÛç7I|\x05 ▒│û "
b"œS2Ë£ÄO\x0F Œ¬.¨…\x14 ñB "
b"""
\n
U´éTXE²ì&ðI÷·én
"""
b"\x13 z°@$[FAœ]\x19 æ\e UGv "
b"Äç¬\r ┼ïBØ╗úäð\x17 Hµn "
b"d\x1A ìa‚ÿNñ»Ù¥ - ðÇ "
b"+C ´;oO¢¯¿iAƒ¸k© "
b"µ\x7F @\x0E dMGX‰/ŸaPÇ`P "
b"¥g‘ÈþdA—†\x12 üãã52V "
b"yy‰56(LÕ¦ý*ÞWÌ´\x06 "
b"áî{ê\x1F ûN~¦†LÍ,Jþ´ "
b"KÒOë\f rN¬‰\x12 p TÅ\x1C "
b"G¬»\x18 XÝFaªX\x10 ×ðÊ.t "
b"\ë\t Á\x1D\t OÍ„Û\x18 G8ÒЃ "
b"„Ðx“\x14 EG#£çÙãC(ýO "
b"«€ô~\x13 r@²¸Ÿé‡ƒâç, "
b"e\t #$ÒîLX….\x11 Ô¬9ws "
b"ÉÓÈ)Ò`H®×p>3F~Î\x07 "
b"¤sƒþ\x1F º@\ìíõT─■Ét "
b"¾\r “‰$&FߊxϽ6% ä "
b"§v…JhDïŸpH\x11 ޳ƒ¹ "
b"Ùÿe\x1C ·XJoøgü\f ú1╚p "
b"ˆ÷ëù\e \Ky¡´áÇ¢ÑÊ' "
b"—ñ‡•â\r L/‡tÄËÝ9xÞ "
b"«YZ\x10 R±L‘»Ôo›dk#9 "
b"\x1D Ö"OrÂDb 6ý–Î0oV "
b"jê7¼MpL&¡\x0E ┘F½Â.ì "
b"uö║\x16 óıB'óurM±zbÅ "
b"\x03 ƒÄ█%½F,üe\x10 ùôÖ3¯ "
b"*ìÕC¹xLíìe│╚M5f¤ "
b"╗´{█-tJ¤üÛÒù\r h(. "
b"ØšI:£öJI‚Éåû‚V¤\x10 "
b"2ÔíÅŒ¤G#Œ!X‡ÎŸÃÙ "
b"®~Ëè\x1D ÛJFè║‗*+ÊØ[ "
b"\x14 ║q\x07 ╩5MÄ░ßÝi1ü\x1E { "
b"äõ-ÝýæI\x13 éÉ9Ö÷iå7 "
b"\x17 M#€rãFD“ÐZ6—{\e 6 "
b"\x0E Ü2²F\x12 M¤¥·ŸA`ª0 "
b"3æ¸ßsÕF%™ªÍœ¤a\x02 Ó "
b"\x02 ‘+wö\x18 Hx…*6,HŽ\x1D õ "
b"]\r \x7F <F^D\x1E ¶Ð%7‡QËe "
b"\\x05\x1E Ø"\x04 Kŵ\x1D o \x17 ¤\f\x1F "
b"\x11 Lô9X÷M3¡¸\x12 #\x01\x08 êL "
b"ƒº\x19 ÄŠÍA…¾ØŠBúÒ¢\x02 "
b"oÁ\x07 Ö¡âI\x12 œÆ.9½=µ³ "
b"D}¹+ƘC\x13 ¬\x14 dµšTd\v "
b"\x1A îvGS\x1A J\x04 ôìÚ¬ñWè■ "
b"¶Ï‰”ž+C¥ˆSÎþ©áɯ "
b"’‰y¼ûÀK¥“¾u=ë¾RG "
b"\r Ø#ý\x14 EI¯¿¿oˆ´\x15 ¨| "
b"§¸®ð«\x13 CÛ½7\x04 4e’ìj "
b"y¸wGÅ\x01 LQŠñÓî^iöz "
]
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 (0x8BD65A8FAD6245BC867628F1A69B3CE9 , 0x2FB6517F82A04711A1771C9B484111E2 , 0xDCB8543623994D25A660974430987A4F , 0xA04028C7174D47188E03F3039EFC91BC , 0x88BCF3C46A49400DA3995ABF847D8C5D , 0xE1A013FD4EFD430DB67448B9B34351A7 , 0x79A78600519F4258B5E4F557194B2443 , 0x727519E5EA9945BCB38556C786B0462F , 0xEB322FA731B6473DA5E4510D80AF8994 , 0x4717B782D81F4AC9B1F38BA0DC75F742 , 0xF63B30C4433F41FA918E808F059989CA , 0xF6CFE19E39E74358AAA0D97D3E8D34C8 , 0x312ABB438A8545BC9ADFF97C49DC5535 , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0x76FE52880DF54B2F929B6A30205355A9 , 0xDF6258B4B02845A592C304FE986AE052 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0xA33903F981914C079418471C6B7549E8 , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0x4570100A52C74FB0B920361946661659 , 0xBE2A8B5796AD4E87B0DCA06D554DB6F7 , 0xFC48A8E93EA141E181C1A596FE6D051E , 0x66CFB21A9FB04393A95EF36481DFE290 , 0x1AD29F6871E2430EA8C818CF58A2DB2D , 0x2251F5AB58704679A4355FE1ED0FFF18 , 0x569267B6667645A791316218C4F646ED , 0xE1813D1953C34D33B0D9B27ED5873886 , 0x24B02B0793934E648671FB2529FF3C2D , 0x3BB7EBBD9F144E5A8437F006568BB854 , 0x845111537C5943AE95F498C4E2BF53DF , 0xC319CA29CDC142D584C7B6127311BC67 , 0x6E4A90D17F5245C2A77F76E60569A1C7 , 0xAF04851046CF41D5BEE33137CF5593A6 , 0x3722FE146FC24976887807D1D7F26600 , 0xCE3981BD83B64FD8AFEA57C28BD8246E , 0xBD23FB224162498494B6D28D4D146CE4 , 0x4A2520F301244FC4938292D3C6EFB7DE , 0x1CBE00765D0746CC97D750398CDEE081 , 0xDE5DA57142BD48BAA95EE550D3C0F8F9 , 0xE51450AA60FC4B9AB5749451E5B9FD35 , 0x3586BAA2490B4595A40CB4454BA7EF72 , 0x7921ADD9108248B28592C1C45E474697 , 0x6D6EC921BFB541D7B9C5AF4A349E15AF , 0xB49352C4C9EE4CCEA81C1CD8447B8B60 , 0x5FEF0BA56ECF4DADBB7A958FF26ED5B9 , 0x61A035DBE1B94B8CA98D62F3C176EEB7 , 0x4B0485E3974B48058B92B37F4E8A8ABE , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0x7C4A7C48062C4A278354F53DF305DFC0 , 0xA98C66392C6E4C9187F118B80267894D , 0x88ADECDDCB95437497F05284ED3B0E66 , 0xC810C313FA96425FB90E8BEABEF852A4 , 0x84C073C6200B4139982FF1FE5AF38A61 , 0x7F5C92811BA94B0B81185CF6C0BB4643 , 0x58EEABFB540141F29437C69620ECAFB9 , 0xDDDBB7778D9C4BC9B8FA7145F16C012F , 0x109A40BD85D0489AA2B0BA18B0CE4B99 , 0x85916D3C3CD847F7B4FBBC02ACB5704D , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x86EBE79EA34F4082B5C548D59851BD91 , 0x8ACFB590313548F2951202180595CEF1 , 0xA8D998D62291426F9C4D23682CC1A96F , 0xC2F9E1A9CEF6409B97DFA5E31D7FF15E , 0x41DDC22565CA44F6A5CDE132C7B48943 , 0x4326D86DA86B4A9FAE14BA2464873114 , 0x96A9109F6D9D4332BE2261EC9AF3DA31 , 0x7B2C8C847B424D4E9622CF72F5A3A189 , 0xA7A0D11D3F0C4E01A250D00E5A63E921 , 0x1B2460577BBD480FAC7A7C2735D82AD8 , 0x155C1A69F6BC49819758E902E5FABCC5 , 0x135D7E3A28F048EC90FE4C0F9CF250D1 , 0x3CB2766BDCB844C28B29E352AF0DC82F , 0x19BA3CE15C6E4982A08381F11318184A , 0x76E51AF65D024E0089DBA40C450C302A , 0xFE1287214E5E4282875F650321BB84BD , 0x4049F47D6A184BB785D8F6F563846268 , 0x6D2C2C3D092B45C69258AE58C834C910 , 0x78EF6CE488B546DBA1AFEC66D499D99F , 0xAB85030B022F4B3D90F8532E1084999C , 0x45A8AF00865F41389ADE5EB41A8413D0 , 0xD235BF8B535E45E0A3927FC200C87B6C , 0xB443160B2762407D8A345DC10F5610C9 , 0x041F4976FCD7409A8B95FBF4D550DCD8 , 0x27BF42012FDC42E7BDAB23A2AF7892A0 , 0x41428532E90041CEAA778625072128FB , 0xAA1A6A7E4A774C46B3ABE3658507B904 , 0x92AA9F08AF494AB280017AFBFE8D803D , 0xFF9921076D0D4A8792594519B9DFB853 , 0x3B95A46B94B64A34A73DB8CFE48F4043 , 0x1A0EA0822C684DF5AFC96A92A10D92E1 , 0x5276806FBA574AC9B0AE386F19AC448E , 0xA171925654854439A4EBA695469852B9 , 0x56022887FE7A49FF8EA9F93435181F8A , 0x6664E6D53A6C4CCFB3157EACFEC07D13 , 0xBC1B49CFC17A42158C7A256216A23887 , 0xC75DDCC1856E4BD0AFD7050D0FB3EEC2 , 0x9B1994E8538540A3A5C1EB9EF58507A2 , 0xE7DBAF220072456490669BDEE6FE51D8 , 0x51321185E9AF496B8F9FD8EACCF97C8C , 0xE135FDDD87FB4ABE88410F568A74AE4C , 0xB1B4428E633D4724B61D655372F78011 , 0x751EEFD09DA3439CBEB54AC5D6276F81 , 0x106950DAA9DB47FE8C6A495EF55870CB , 0x02732857E2C64B47BAE0E1BC815003E3 , 0x994E504D89DE4FF4B396B33D0C799F60 , 0xD97333CA46504A8389743BADBC47D068 , 0xA8DE85E768E64B2B823BE970F3DB151F , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0xF455820EB3CA4E6EAB563129FF20AD06 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x4BDC3A735B574E4798800961E9BDE244 , 0x3D6B1CFB4F144D278698B021D5A5C7D2 , 0xC27BAAE030B24503A0FF987A31964152 , 0xEB292FB40EA24F639C128B639875CF19 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x608264459D25422A82448E83867586F9 , 0x460D78E25A3944008501B3DFFC513CF8 , 0xFC34770B724642068972D447B99EDD28 , 0xF399BC56D5A8444CA152AB9AD701AB7A , 0x62CF993A9EDC44E5807CDE94D4272F90 , 0x98AC6AE3B69A4F7DA6AAAF38828D22FF , 0x1A2701056E494DA8BE6224A50640F697 , 0x43F9FF34ACA14F3DB847ADA22F3DD3F5 , 0xB314AFCE111A4F908B75F1249A9FD742 , 0x2E7F0699E4FA4C33AE0D9D9CA45DD81D , 0x1D94703EFD5F48DB886A256EDF6EC311 , 0x9D45DBEBAA394A83B9E19D5EE499CEE3 , 0x5D16A217D80D4FC6AA95E05EC2ABAE82 , 0x280E52E434C74A258EF4A0DDAB24374A , 0x7D56D321D6834A24A35114BDC9A75ECA , 0xA6369D9A94F042908A7ECA045FBBF3F6 , 0x84372B86334148F3AE46134FA052F758 , 0x63D1E86D1438476EB79574F43B486163 , 0x0C8E2366EDDE4F4D8BE1EB3C8409C696 , 0x984C4DCEF99E4C4E98FEC5CD5A4F08D3 , 0x9B06BCD6C42D4C09AEEFC14694F43AFF , 0x6EBD9242A70345F08BE5C01C1ADBBEFE , 0xF495CE30E6864DEA9B64BEC20E41EFD7 , 0xE33300E6D1BD4D7C9EA39B6547C16779 , 0x230B840BDD1B4FFF97E6704671C4D376 , 0x85704D37E04A4D3381B7D0A22044BA3B , 0x14DFE87212FC47CC8B6925E178B42523 , 0x8BD323FFC75B41F7912AD63024C60DA9 , 0x2B75BE671F384348A1851F946AC58F07 , 0x8A50041C8F5F4F738F738BDB51C4BBEC , 0xF45F10515A464805A8B628D48915D5E1 , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0x544D3E8CA79F41228D75B82E938E4AC4 , 0xD078894672BF41F9BBAFF5896E4A7B6A , 0xC888499D087845C09A1CF5F28486167E , 0x0E2D83BD6EDE4B7EAEE72C04239FB5C1 , 0x7909112A58E74515BB2D4D013C3FC975 , 0x10896259C828421DAF47D56064FADFC6 , 0xA98457D1771D47EE927F9AF5438D5F84 , 0x2506093F531C4D5CA99231A35DEDE93B , 0xB64E0537F99F4A7C83CAD1BFD3253C64 , 0x862571E3C55A428FAC5EAB74DBD61897 , 0x275034EAA61B4CC6BABF70C3ED9B92E1 , 0xEA1773B8A24140E5B9C2A4B914E8D88A , 0xA448B8CC30214970B264F10C54275C9D , 0xF1CED8AEFE0443D9AF81784C6CE1032F , 0xEEF7911A58024E20B54A020FD95B7EDD , 0xACB3F7093A414799AC661DBEF3819AFA , 0x2544A9AECC2C41AD9F62EE8800A3E769 , 0x65D37E8611A24D6A81A53A335F092210 , 0xDBB51805DB4544079EDFAA7D7D5829CE , 0xB7F5511666E04CB3B03195412CACB7AD , 0x237B2C0438794EC1BE223643574DB8F4 , 0x54707E283B0A438092E0855415C7B52F , 0x42E42B1A5F27496E90CC98492A4BCADA , 0xCBCD83969A784F79A80CF7C950700D16 , 0x357167462CB84C11A83F9DBF3D133AD1 , 0x421E0125515549D783D3DFB4B7666E7A , 0x586A9BCFAC4D47E080F97E0A43033427 , 0xCB81079A60354F30959CBDB3AA20C15C , 0xC168F170F78245F9830EEDEFE836F4D6 , 0xBB73E0F0EFD848D3B20FD423926D7D4C , 0x49D8693168BD4E9A9D8526BFB6CECBFB , 0x6CDEF64739CC4401BFBFE1AB2BF4D500 , 0x1271521BE681470489B9C785C885DCEB , 0xCD55ED42A2A242EAA767E455F182080D , 0xE01FE72D00B34200B0E4573A796E182F , 0xF05F341E05C44A0C9A354FBBA42F62EA , 0x0BB5FFA4D2224B9F87A1CEE5F7555C52 , 0x00EA126EBB17414B8DE28B8ADB8B7C9F , 0x6B6D3D49ECB3467DA2F9640400898AA1 , 0xEAB6E4F9B7FC411DB531E7BC6E2F22FC , 0x052AD23004FE4012B75332A0FF505CE5 , 0xB9613E9D318D4A2490B77F4C100B38F4 , 0x7058AA98626743D6B2ED5E302E40DCC4 , 0x8FEC631B396B4A3FA79271B59C6EF5D1 , 0xBB8CDB1BEE7B4FC8A717B8B60BD469FE , 0x5FD273192E4B407C959CD1016ECBD732 , 0xCEDD7C984EEB499299B6D4573FBDD3A6 , 0x9E76DD71B96C476692E0B7348269EDBA , 0xDCD7461704144558B1A1ABDB027F9D62 , 0xBCCAAB926EDD442CAFAFF10D5270839A , 0x49E6002B66564335BEFC87BF57FB7E3E , 0xE0598FA955294692A703A1E6E0D9D089 , 0x8618B7A281A941D3B4C3A146C613759B , 0xA28C511727D847478F7A73F1741B83A0 , 0x9C8294E998DE48F59A664D9F1CF7B4C5 , 0xB978C767DD2A466AAF1A780EAF1FD69C , 0xCCC3165D8B674B828A7A9CFC48325155 , 0x8A21E0FA81DF4D4B9F354505A3443F31 , 0x05E28F2B3BC44D5FBEF6709AC203F1EF , 0x8F1332EB43334D159175A80ED6E45057 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x5F27C2AF01EA401594A8FEEF9FDEA4D9 , 0x513AB9793DD541E6A6DFF9033F99756F , 0x48D3F5FF2E40448EA76EEFADD0EFE5AC , 0xF82BF58D3653461DBF3748014E59396C , 0x2105912A047046A7A39840D218BA2B09 , 0xFCCE822312EF4A36A961BA9BEFD85DCC , 0xFBD207A1CFAD466AB47B6CBD239FABB7 , 0x7CA91AE8EC9E44C78E4E05B4BF830BFB , 0x6D97048B3A1848E5984259D145C64EA9 , 0x841BA378974347D7B56C89090B2E56F8 , 0x2B4B91A7F52D493FBB884C16111FDC0E , 0x3186921E2AD3458BBDF0CE46A2E5D4F4 , 0x4A5521C0A1F04F648418D834BC420E4D , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0x978648C238AF48D3B655595F0883865A , 0xDF818B09A3DE4776BD25CA68597F38F2 , 0x8D35F0C6664C405396CC9D071B872140 , 0xBE337E962BD3418898B739E0EDD8ACD7 , 0xC162C9513B1D42508C4D49B47FB4DC71 , 0x13B55EACE8F74F00AF6A65BB62BFEB26 , 0xC7C27C6EB6D54599839A560978452979 , 0x0A99B6A5C4BB4330B86A27E7806A07B3 , 0xEF8084123F7144429B7CC81E25B8A52A , 0x733DC7A320C14ED7886044B15249CA98 , 0x73A01E43B848489AAC44A6A2BC35CDA9 , 0x6FDE9D4160C74A51869B5A8ED920727F , 0xA34622AB31BE463E9F44F6E19A33C6D1 , 0x6FD20F7517C2481FBE9560B3A1A76E85 , 0x74DF2613A93D47BF8EC49DCF8FA2D7E7 , 0x1A096B4B5DB44452AF48B4F0BA886F80 , 0x9659D0BBD47446B6A2F602282A3D02B0 , 0x698B242FFD0D43AE8D99BA191C712C14 , 0x768D37AA6D264DC0AE33E575ABE651B5 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x3ECBF73D96F74EA3B1DCBA6084F8AE86 , 0x30FFA71C47094DF2A90EC7D8EDC613B1 , 0x635CEF6A9FF847C6813814AE912DB673 , 0xCCE237728C9A443095D5ACAC2558CA2B , 0xB5E72F08E07D4CB4A814320CE87EDA7A , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0xE41EF68F48C246CC9A5DFE9C5837FA25 , 0x76780D8D04184BC0BA1179CDB80B8DE7 , 0x9CAB6EC7917A46A0A43B9E43D461E932 , 0xD9E7B8AF14604F3E835338893674D231 , 0x962F3333F2A14C608F1B3447A66D892C , 0xF4763313AF9B4394B002C5871049C7A2 , 0xE4E34A65F4554180BD323A0EF9F965CF , 0x6298E5B8FF304BF9B417A962245263CF , 0x2AD26B5FF62045ACB018CB7277519911 , 0x8DAD35F03E18430EAFDC0BB50FA9F232 , 0x30ED195C93B7467A9187F07773889A9F , 0x0A38581650A342BB97478E5552350B97 , 0x7C3AD044A851497D947245B9D0295EEF , 0x96D02E6C52B74AF38E379978CF37882F , 0xEB3085298F0F4B918439A11B273F3D25 , 0x8DFD9638F43248689E4712E6955BB5CE , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0x8CAE9449817A436899527A696B3022EE , 0x4A0481CF2837415F994A26DB302D9CF1 , 0xA26A3419085746DFA76279498A8D72F2 , 0x538180B1E5DC494AB00296A41774ADE6 , 0xE4ED22BAB5CD4EBBB60C1EB917BB47DC , 0x2D19AD67757D4DD29AA16785A3791B64 , 0xCBA7F096F5AE48B692612D03D7069498 , 0xAFE1670F53F542FD88A2B2292CFF3879 , 0xA7A094EE62F44750BFC093AE90C76368 , 0x1DCB7AFF5A5B497C9B01240F8113D932 , 0x12C6CF175D2E415F9202F26F7F5EA267 , 0x29424506F7C34F70A500C369ECDEA554 , 0x1A466C5E3BA34FD7802DBFAC2EE83B9E , 0xC143635479BB4DD0AB2F2B45EFF29906 , 0xE01B91D84AEF44D786D1791749AF22ED , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0xDE7DB8BBFD394D309BC002847CF993F4 , 0xFCB0627FCA0843E9BABF49DDB79D9B17 , 0xEF924DC6BCA34388938555DB649B58BD , 0xDE4CD79D81134C22A68A74A7E8220F2A , 0x597F981BAD274259A07E5EB0D1C2358C , 0x1EB4B1948D554F13AFF7FFB200CC75AD , 0x18D3ECC2C1664DC3BF49FC96EAA5325F , 0x4F06787BBCD54814886185EA513B15A2 , 0x47CDC669A0D341C798B16ED43D73DBFA , 0xCAF5ED4DB8F745B5805F24EF6E7DFA08 , 0x478A78759BB54A75B5AEF6F9AC966465 , 0xCFB2354511CD492891543E589D6F219B , 0x915AF89899584C569006967EAAE9EB79 , 0x1582C38C41E44F7985FEB2F52244FA6A , 0x1697AF3DEA1E4A7F9851FC290A025525 , 0x324C4FE6CA9147A499BA6429784B6D6C , 0xE199CDC36610435985962C92683500BF , 0x53D4D2D3125F4B6D8E1F0BA5A5F92D10 , 0x3BD248939B8747A4BB67A2F2040FA6A9 , 0x52AA3640A83346469EF4F3C3D5477649 , 0x7EF14DBAB4C443A084941555BFAF4AF0 , 0x9B9CCFCD42E0456DA90F81F63268E5E5 , 0x7A768155A21E446DB594B41749495D52 , 0x5F85098C42834950BCA4DBF51B36CC87 , 0x2CD6ADD9B5D340C0AE0BFE9A4DCF1301 , 0x9446A98385AB4EA3A7A786F627F895E0 , 0x2E1D7A24C37E4D4D96B2DD75693D254C , 0x5CB1A3119AFE4E89B6A76FA1BF678F10 , 0xBC95EBC6E7A44548ABF63DF3B26F849C , 0x5434F4165F0E460C89F806625BDEEA37 , 0x938C5B9225DA4C1897DA16C73E599FD9 , 0xF379C6B762D14462858324F3568EB767 , 0xCE15840EE6334794BE99001184F47B64 , 0x148A7DB7B91746779AF1399BFB14B749 , 0xB7549288B1EE4E5CB0112D3DE02D6658 , 0x82FECD32CB2B41F98E060847B3B7F41E , 0x3ECE1D9CEDAA45139E9BFC24BC6CF163 , 0x81109D6D5CBB442589401E5427212CFC , 0x329849610CF643A8973EC27B03DE6BEA , 0xBA8C8ECA24E34E87864060FB910A8F87 , 0x7C047B09BE704920AD70722D9CBBAED1 , 0x6BA8701D82B74AAE8BEA3098CF77A776 , 0xFEEC8AF14B394E318E2CE9862E6327D9 , 0xF594528E964B4A0FBADEE158B56DCAA4 , 0x2320F1B7176D41E28724359CB17C496C , 0x42EA73D80D544B6A91B5FD9A98803CEF , 0x7DE43A59276348A49A432533EEE8E783 , 0xDA3C330183B04E42A6635B2E5D30438A , 0x2F0CF9035B3D4DD494DB11F867C657A0 , 0xDFF4A3E29E1D49EBB541F3AE750E5F05 , 0xED5EC8F855B04D81AFEABB302389C5BA , 0xAA8A6509532842D89502EEACA59812C1 , 0xDE429B7018D746D08888A6FC0BE98228 , 0x966CA9C8605647A1B813148003DC27F2 , 0xB7E6BACA364B47F39230CACC13E62D7C , 0x929BD53E188C4CE5A988743598EEA2BF , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0xE84C87D2343B4C8CB432DFD9E97654A8 , 0x71EC0B339C2D47349057DB3F3798DD66 , 0x018031D7A6504C70BC9611EFFCA5CB87 , 0xC81B2553A9584A079AF8ED7AC86A280B , 0x4669FDCD345D40E090511DF60FE34747 , 0xD313AA66FD2A4C76AEB9CDEB5D197563 , 0x2EB40206A03549AE99B789986204A29E , 0x1E9B27E1115A4E0385F0372C13FE9750 , 0x6462366562514E5C8CDCCC45A32653C2 , 0x2D5FDCE9715549F4A80B8ED29C6C7BCB , 0x47C93D7E0A0044E1846405FA51D74FD6 , 0xC98AE1E439B846CAA2E091677D440BAD , 0xF4C19D33A4374F20B81F0E6F11E05106 , 0xF700CCF8D19B4CE69A776D2B8E03FCBF , 0x46BED0EDE6F24D88A992C0E6474693CA , 0x6DA3A31794E243D6B45B2F899F60EC5C , 0xEEFB9EA2CF4845A7A2A08692ACF1467D , 0x696185C8F8434874AE7D4F0259A20B7C , 0x6BB8C3039EDE4A499457CC761DA0B0A3 , 0x9664C023C52A4A3BA059CE40F3AA8049 , 0xB4181D8CE73848A095E0901004CAEECF , 0x3C802908877C454BBD14FEC9B7031E89 , 0xE4D4AD0BB4724866901C2B0001776D70 , 0xD2356F84B10549C6B045C1A9BE4CDDCB , 0xBEBBFBA6EF05401D9E7BE7E9C53EA694 , 0x0B8FA99C70F24A959F02C746C58CDB15 , 0x2FE898D6A2FE4D1FA0C95865A625A8A2 , 0x12670C0A49534476A4627EDFA8A8A640 , 0xD772B60125D64F159BE46C037B221F2C , 0xF1AB9615C18F40D2A22EAB75CFC86DC6 , 0xEA235078710040D2B2883EDF5B86BE88 , 0x144E54880EEC4BDDA3F397A811D090E1 , 0xBE4710BE173D48FFBED4659F7B06AAC3 , 0x982FDFCC11944207A95ED2AFA37EA4D2 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xD87645B618C54FE7B4E5439D779D225B , 0xC9EB29E4FD2E4437A0572855DACA354E , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0xD555BE79F1284D019D0FBA821ABE835A , 0x8527FB724DC04B6890409C4F56B55210 , 0xD43B8DDB12834A7FAC461DED65F3F23C , 0x492C0A95234B4518AC08B8BF6EDC032F , 0x73EFB3C9F8834765AF8B9F9ABC747B69 , 0x05A09C16D7EC4E5AB81490235462BA75 , 0xBBB01165934C45129D9806E241C4C118 , 0x87DE4D2AB53B415DB45C786D8CE590FA , 0xEAD5EBFC0DAA40C9976065D365C664AD , 0xDD6F39349C90473F866F3766C27B9179 , 0xFAC01B295E044B589CA4F8B2CCB2868A , 0x8D4B14A849134050BAF1E6131514FC49 , 0xF935DE115D5D43AC966B109ECF35D4F5 , 0xED36BAD85C214591815C8C8B9365917B , 0x41BB79951D5A432E897AFECECE7E47B9 , 0x7F9A9BB4E45647F8B40EE4D24856710D , 0xDE3FFA06531C44ADB98C329FFD3A4695 , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x296A50C52A8942C99DBCDBA401D43F4F , 0xFE4F2B40E61749C191734FF70E0A45C0 , 0x79733850F2F84AA9B42D1C61A8883FA8 , 0xC4CBABC818604CBE942633AEFD777AA6 , 0x89DCD78F1C90423BAFD489F292F2DEB0 , 0x1E218971147D4A04BC1D76B575CEFE00 , 0x89552F8D9DE444FBA02FCDEBF2267482 , 0x084D8960A47C43DF8721E404766BCA3F , 0x32BEC7A1385B4881959A689F706E065E , 0x59AE7C8290E24F378488BA6A31145FC5 , 0xAFBAE945FD2B45F18A2E31493B0A9B8F , 0xF141F0F197634AFB946B7B6B9A507618 , 0x0E6319C53A4C4C2A908F6E1ACB1A2850 , 0x219378D24F604680B75B66617A9CC3F0 , 0x2BA7DACC9B8D417D8EA704BFEE9AA64B , 0xA816FAEB3BA44C0F9D649B1DBA370929 , 0x8832841B589A4FDEB6556DFA4725429B , 0x3231736B477540368F961E43F4C8ACD5 , 0x69E3F70DFE5D48BEB0996B2D57DD4132 , 0xA01216B71DBE473C820787036E2683EE , 0xBC7747CC6DB6494F819AD983D8EA394E , 0xF8AF2C992C39493E86E4A068F759F136 , 0x58B3D0D35A944F7EA9F4A2AE551D606F , 0x2EBF36BC5D734A778C7DB644CD8F312A , 0x7DD1DC64621846AEBF5B45702BBD43A5 , 0xDE700DF76FDE41BC9F81830A7ABA9C1A , 0x124391A372A54749B88BD1E87EA32706 , 0xA6D831B62A334C769BD3487A2727CE22 , 0x5A601E7ECF0644B9AB11C60145339FC6 , 0x3DCD4317E68A41BB8E4E45800AE9652B , 0x211FAFBC86F1403F97AD514F5BED6D56 , 0xF8A3775E786E432D9C0DEDFB38F5CDF5 , 0x133403527E3948D98BFB2DDCA2224A4F , 0xCAA6CB1B15F94506BAEE94AB6DABDB2F , 0x1210EF73292E4834BB02477A20995AE7 , 0x14868CE162BC4D3CBF56FE07BDE1FEBD , 0x7AD6C54C9BE34F03B445D31D6927EDFE , 0x932CF84722F9420DB0FE81BA479611F6 , 0x94391E5449924AB68357CAF7326975CD , 0x135726F264C04274AB108B3C72D4391E , 0xA4C8C6EBD449449486BB8BEFC80F7894 , 0x792B461266CD474CAE2356AA7B2A6D0F , 0xD10A5FA44FCA4975BF014F432F0A51D3 , 0x9697191BF77B49D686AE5CA35C70FA0B , 0x4F1A2C8C5AE44FABA1BF9340C0809894 , 0x35A9DC076BDA4F679D20E46A414DAA02 , 0xD124C09CEA9042EC8CE2EEA49F7105B2 , 0xA156B96B28BE453FB738DFD576BF3309 , 0xFA67665BF40E41D2933AB8E7ED0F1602 , 0xB18473E401C64322BCA40031F57A336F , 0x68FE379991F84DD5A377E64831E860ED , 0xABE6BF27ECB84F93966F2C666754177D , 0x28671CFD645E4120A224FE0230649357 , 0xE51EE137CB0D4E3A8276673023A90476 , 0xCFD6DC9AF5F44B3B933547476F6B88A6 , 0xA9C3208B26794B119DABD142B2665F90 , 0xE0D48D16C9BB4910A64ABC8362BDDBDE , 0x7C145CD33AD14981BD8E8DC497B81406 , 0x925043830B4143A9AFB3AD97282C079D , 0xBF9A6B88FBC74A989DFBBD56AAF7E8B2 , 0xF0B282ABE2FF4B51BE20796043B40460 , 0x2B90301E0DDD4FFC94139C25A09F872B , 0x89EDA59C8AB2485188603FE1844BF9FD , 0x1D4FF7BEFA364326AAAC5307971B55B3 , 0xE747EF8356FE4DB9B003B66FF2E5060B , 0xFB82DDEA8A284CA0A47DD6C3DCF6DA53 , 0x3F2554490D9941C794BB71F5F764CCCD , 0xB525F7BBAF204F47B762228F4ECFD0AB , 0x6B5030A638294AE7B0614AED2E693544 , 0x74C23DEF2F2842418AF16064A77DC50E , 0x756E14612F0A44F8929A0A0DA80A0650 , 0xF16AD85C5CEC492E954D94AF74CE5F5F , 0xC7B07D450D924CDEA940DBAE5E6B5916 , 0x0B580D4DB1AF437BB52AE681045FA3D8 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x740C49DE0E9B44A887DF6F73EAA40B70 , 0xB8300B5F59BA4C0F96A904E0FC146B0E , 0xE09C649155144829B8154605F353DE63 , 0x061240335AE44BA088A60A25356F028B , 0xD96F418E40EF4E66A3A32C494619C26F , 0xC34A952B9F624B3E8FD973BAF9F8E1B5 , 0x17BD255E57904585BA8A88149DFF691A , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x3635FCC77C4E446AA92BBCAECDA3A102 , 0x441A89AF4193491B8F1FE1C682021211 , 0x044AC3E4CAC94813B2AC2CE9C4069CDA , 0xB016DA2B58C04ADC8DAEF9BC750346CB , 0xE7ADEDD46B1E433C83CDF6A3E0B48C4C , 0x8E56D4361856486597B1A5E6D3DA8650 , 0x2006A3EA804A4FF69A0770DA6C9B152C , 0xAC821C264B8740F4B4A9E56FD325C660 , 0xAB1A576559BB413D94987AD83A39C5F2 , 0x598135B2AD054BD5912B695C29B68C7A , 0xA4A8C86177954121A5C1D21756B47A2B , 0x302C26630EE74FF28738A844ED269886 , 0x42678BEBBA584D12B643E7D1D36BBDDA , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0xA55C651EC0FD40F0A8D0D4911F39813B , 0xFF5CAA750E5A4ED6B5344BB2615F59DB , 0x2E1BF3A20CD44D6EB9CAB219ACDD783C , 0x4D19D5A8142541BC891D0E11DA039851 , 0x3BE71D5D0DCF4CAFBB0229B757EBA18D , 0xC5152D0880274F3A91DF61DD2CF0ED35 , 0xEF2C85B7FF7A4A708C90C5EF6BC5389E , 0xDCD1579A57EF42C3A9F76B9AFCA20BD9 , 0x039395FBCB4E41D39E6FAFE087F26B48 , 0x732E4124435746C1AFE0394FD1F5BD51 , 0xA3F8D86B37874BAE93AA7992FD7AF5D4 , 0xAF7E22D24EE4412890C88C3579FBD639 , 0x3F238C229EE6469FA12B3B634A836C1E , 0x2D093652413142DFB48E894DB53DAA26 , 0x0C51130FD77142E098065AB161AB9F3C , 0x95B5E428EEB7403F834536C0259DFBDD , 0x6CF120A66C1D440AB4B3F211CA5ED4E7 , 0x3DA8BF196A3B49808FCE26652CCCD5B9 , 0x2D338F60A8624B08A0B076A6BDA9BD89 , 0x0E84607AF75841A8AF9242E142D32C1B , 0x02F5376DB4DC447FA79E6B944B2D5C1B , 0xA6ED01749045435094BB393D532165CF , 0x5221A02F84804456ABE1DE36EF2952BC , 0x4D487491C1984F918E45F759A671B778 , 0xD6F7CF9DAA8D46C6A26538A3E6F77F05 , 0x44EE2FB601B246B3B4183A7E98D4400A , 0x7893C4C08A7A4EA99A9DA386751AE231 , 0xB95D24B38EFC4680A31A321A6DA501CB , 0x1B98E8C17ECA4D62A7E844987E00FB6E , 0xE986B480220C45AA9E8955E1B1147F13 , 0xDC462B280B1749DA9B04B87CAB060448 , 0xE69D82F05CD3490489A4FA8B6AB69DD3 , 0xC15996F44BB84E6697E0D7F161922726 , 0x96EE73AF49324FE497699A75B1B60222 , 0x4EEA087A9E5D40AD92E69BB06D463763 , 0xA791698F060740EC81872561EF70BB34 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x2A0AEC1B06CD4F1CAEE8659D4902903E , 0xA2A198A0824F4A80A67EF4FCB1854571 , 0x64FAE64898C84D0FAFCD30F9EBF1ED8C , 0xA378A3D35A9E4DEEBDAF104233D64967 , 0xA821025B13F0464C84E855512A64902E , 0xDA55E8F48E2C44CA943DD11D69C6A882 , 0x342C22B947D44BD3884252B1E286BABA , 0xA0199A2ABE774F49871B67DCD1F94F3D , 0xD557A3D8AC874884835B1D19AEE1600A , 0x0063D99F94F84AE4A6245DFE32728347 , 0x4421965451B347D9B98FF8C5F99C64F4 , 0x33235FA1274840FFBB13CDD3B2B4BEAD , 0x8E281119F82F4C18B63FA69D15C03061 , 0x64AA4D5D3EC8485B83FACBCD9938CE41 , 0x833524D4F7C5409B915D2170CFE26734 , 0x8F476E559D4A480BACACE9594A734D6E , 0x008F36161EE342EFA69164D184297A33 , 0x6E1BDA997D50458BA8D53B5AF12A73C6 , 0xA1FD30263A8A4BDF869ADDF794D237BB , 0x4B338C0BFAA3414EBBFEA54682D30CFD , 0x3B4E6267DEBF4727BC49AB382EE6B378 , 0x4B3A07C918844439BE797C82BCF93F5D , 0x866BB386DE0B450FABAA9EA744DDEA55 , 0x03774667CD6143D3BB687D01E5F29D50 , 0xD24A30EB68604E369A521359B244491A , 0x8B798107C64A495792A70E7FBF783207 , 0x581056B5B98043B8AC6C5B1EFFC03094 , 0xFD330E1A691948879377D0380E2E1211 , 0x505305E77711498C9C7542DE6532DEE8 , 0xA0FDE31FCF5E4A1C936BDD6083707D29 , 0xDF376191E67B46D3B38B5F4774DE0224 , 0x47BFB080597843C8999D13E32547B198 , 0x865B53B7840A4511970F9699EA7C6134 , 0x8669E125B004411293092D9DF9BF34C5 , 0x1FA69EDDAABF4DF5971E23B2C718D5DD , 0xA530E5CBBFE84B63868C03BFD7F6BBC1 , 0x95113A15D4474409B2638C58BDD5FC93 , 0xC8998AE94D9D489DBB5134B18C6F5FB4 , 0x9F06F4CF55274037ADD5D68B2C250986 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x68DC61545AA34F3CA50FC30D697CF926 , 0xAD07E8054C5A47F8AEF8E7D732451FF7 , 0xFFB18E2EAB1149289ABFD6CF0703CC22 , 0x7C1315587A2A42FA9DB2D38E304A9CDE , 0x93CADE0264FA4075B445CB25D7F3710A , 0xA5FB416F3696486191CC646289F76A1A , 0x06BAC5FD040148DCB4F1C4B940CE5E24 , 0x7450D68915C04AEF9269466C03004A8E , 0x7D66FF816BFC43E5A35DF0F504CFE3B2 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x70E52FD4923A42919E958298024DCDF3 , 0x1C86779C496A420686F9BC1E8E7EAC8B , 0x63BBE5A8C1994B2489078B503777CC94 , 0xA5885AD7E1CB4B00BD3BDF1DC9899E40 , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0x134C6F9224664ACC9B2774890715DAA5 , 0x760A21E17D8C4D7EAF7A2307328273AF , 0x88286D36B4E44417870F62D69080EE5E , 0xE01C1EC5FA32401180235FDDF417823F , 0xBD7A78BC52D347328DE55D912501B2B5 , 0x32387B88A1614242B91EC7A2717FE9BD , 0x90D5B890996F466A99E44A068F2E5E75 , 0x7E52FABB32FD4C57943F5DE5FC239FFB , 0x17BFD861909C4763B5D79FCCE7C5297B , 0x3ECD4A5C22AA44A5BB75DCD5AA6C3BF4 , 0x503BD247C5A1484292C275237D625F0F , 0x611E0CF9139B4F2B90066FFBB145126C , 0x0AEFDBEB11644D5189CBCD68D73F8FBB , 0xEEB3C5B2C3AA4C5CA05781416B91024D , 0xC7B654AF993E4ECEB334A81D19F687F5 , 0xA351C4D4343B468692D4C13CFCD59B61 , 0x2B8FE71D69A945D88325960FD09E0752 , 0x7565B51CBA814D1CBCDE5895ECB7ECBC , 0x5A1C150DFE414B9487E405BB298B9B3B , 0x0B625DE4010B45C4A52E289CC9F1A652 , 0xAAD25AA236FD45A0A284A5B3CD5483CA , 0xDE068F6056524C6CAD464CF624AE1FBF , 0xEDC783CCC49A4234B6BAAC8D06DA8DB4 , 0x02049224C56347179FA4C013E2CFCD8F , 0xF7DB5B973D164B9C95B0F03812AD0547 , 0xB9A2C3E351C846E39523864C37BEE51A , 0x891472407403429588922CAFB0A8A305 , 0x140C9CF204A54BC888C8C36A1E338946 , 0xBF1BFE364974405293EF4395097256F8 , 0xDB454307406D470685EEDF4601916F4F , 0x132C192094B348E1973A0226A52864BF , 0x6433521B76EE4705AB6644FB32BF7D77 , 0x817E50D64C814494A1F0C5AB4EB1FB6E , 0xBBD3061006A647868EA330B68485755B , 0x52FCBF43BEEF4D369BEF59BD0368FD10 , 0x8ACA2973510443D1AD34C0EC18CB1F7F , 0xAA63B8E774244AA3ACA375CEE83B18A6 , 0xBC8E2C94D92945FB9B0B13A2D101FB9E , 0x69923D8A8DE54BE9935844CF1AE121A3 , 0x88232DF4C33F4B17A50F71A2D1E08C41 , 0x60C98FA8F47F459FB8FD2681B5891694 , 0x3D1FEEA2093F42A0B76996E3A14FFB49 , 0x23817E2C4EB8419F90C3B800639B1BB5 , 0x06538A60DDEF48C7A53C868E90505F4E , 0x4474560272AB496791D54EF84998F05A , 0x036A26BBBE4B4F01AEA80D39BBC9C86D , 0x94F0E5C4B71D4454853CA94C14F8B313 , 0x48F1880080FB4E7DBCB69BC0D85A56AB , 0x9084F1FD2F964A89A5B9E79C0F0F14FD , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x207821A319A14DF891B1DA52CB633BD5 , 0x062661D152D04ADDA36714AAC9A1AB46 , 0xE9E0ABA5C5A4401482059F441C959C05 , 0x3AB3151B544444A9BB61011175D407DA , 0xC5AB144F495C45D1AF742173EB811222 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0x0E94AE42B2E94624B7401044743FA1F2 , 0xDE9F7ED32B79420BA085E18F53581B38 , 0x5901E0C63B024F20954FE585D0AE085F , 0x1E564948A63A4AAAB75C2710769BC919 , 0x10990B3472944C229901430B36C4B4AC , 0x08AB6CEB986C4FE38AE8E5A62D07686B , 0xC312AD8019CC4EF6882708A63676AAFE , 0xE0C7A5656FFD48B184FC1C8E5FAE85EC , 0x8ECEDF0AEDCF48DA9343C771A34B19C4 , 0x3F88015762804AE0881D1581C229A3C9 , 0x732623E8B9BD4CA2B4FD69A0F5FFD9B4 , 0xB82D4D85298E4A5DA955B80CA1567B13 , 0xCB79E9BAB48E40E48660D25CB01BC111 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x798F63F530024716B63728137927A577 , 0xCC2E0C973AB64A99A8A4C3368B790FE6 , 0xFEAC548F812144EA8737497C05B1B396 , 0x9C5332CBA3C44F0F8CAC2EA88514F142 , 0x0A55EF82545845FD8D26D049F6FA826E , 0x137AB040245B46419C5D19E61B554776 , 0x8E87AA0DC58B429DBBA384D01748E66E , 0x641AEC6182FF4EF1BBD9A5202D20F0C7 , 0x2B43A0B43B6F4FA2AFBF694183B86BA9 , 0xB57F400E644D4758892F9F6150C76050 , 0xA56791C8FE6441978612FCE3E3353256 , 0x7979893536284CD5A6FD2ADE57CCB406 , 0xE1EE7BEA1FFB4E7EA6864CCD2C4AFEB4 , 0x4BD24FEB0C724EAC8912702054C51C20 , 0x47ACBB1858DD4661AA5810D7F0CA2E74 , 0x5CEB09C11D094FCD84DB184738D2D083 , 0x84D0789314454723A3E7D9E34328FD4F , 0xAB80F47E137240B2B89FE98783E2E72C , 0x65092324D2EE4C58852E11D4AC397773 , 0x90E0D429E36048A99E703E33467ED707 , 0xCF739FE71FA7405C8DA1E454C4FE9074 , 0xBE0D9389242646DF8A78CFBD362520E4 , 0xA776AD854A6844EF9F7048118EB383B9 , 0xEB98651CFA584A6F9B67810CA331C870 , 0x88F7EBF91B5C4B79A1B4E1C7A2D1CA27 , 0x97F18795E20D4C2F8774C4CBDD3978DE , 0xAB595A1052B14C91BBD46F9B646B2339 , 0x1DD6224F72C24462A036FD96CE306F56 , 0x6A8837AC4D704C26AD0ED946ABB62E8D , 0x7594BA16A2D54227A275724DF17A628F , 0x039F8EDB25AB462C81651097939933EE , 0x2A8DE543FB784CA18D65B3C84D3566CF , 0xBBEF7BDB2D744ACF81EAE3970D68282E , 0xD89A493AA3F64A4982C9E5FB8256A410 , 0x32D4EDC58CA447238C215887CE9FC3D9 , 0xA97ED38A1DEA4A468ABAF22A2BD29D5B , 0x14BA7107CA354D8EB0E1ED6931811E7B , 0x84E42DEDEC91491382903999F6698637 , 0x174D238072E3464493D05A36977B1B36 , 0x0EDC32B246124DA4ADA5B79F4160AA30 , 0x33E6B8DF73D5462599AACD9CA46102D3 , 0x02912B77F6184878852A362C488E1DF5 , 0x5D0D7F3C465E441EB6D025378751CB65 , 0x5C051ED822044BC5B51D6F2017A40C1F , 0x114CF43958F74D33A1B812230108EA4C , 0x83BA19C48ACD4185BED88A42FAD2A202 , 0x6FC107D6A1E249129CC62E39BD3DB5B3 , 0x447DB92BC6984313AC1464B59A54640B , 0x1A8C7647531A4A04938DE9AAA4578AFE , 0xB6CF89949E2B43A58853CEFEA9E1C9AF , 0x928979BCFBC04BA593BE753DEBBE5247 , 0x0DD823FD144549AFBFBF6F88B415A87C , 0xA7B8AEF0AB1343DBBD3704346592EC6A , 0x79B87747C5014C518AF1D3EE5E69F67A )) GROUP BY `product` . `id` ;
Copy
83
31.33 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"ïÍZÅ¡bE╝åv(±ªø<Ú "
b"/¶Q\x7F ‚ G\x11 ¡w\x1C ›HA\x11 â "
b"ܸT6#™M%¦`—D0˜zO "
b" @(Ç\x17 MG\x18 Ž\x03 ó\x03 žü‘¼ "
b"ˆ¼óÄjI@\r £™Z¿„}Œ] "
b"á \x13 ýNýC\r ¶tH¹³CQ§ "
b"y§†\x00 QŸBXµäõW\x19 K$C "
b"ru\x19 åê™E¼³…Vdž°F/ "
b"ë2/§1¶G=¥äQ\r €¯‰” "
b"G\x17 ·‚Ø\x1F Jɱó‹ Üu÷B "
b"÷;0─C?A·æÄÇÅ\x05 Öë╩ "
b"÷¤ß×9þCX¬á┘}>ì4╚ "
b"1*»CŠ…E¼šßù|IÜU5 "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"vþRˆ\r õK/’›j0 SU© "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"zßòc™\x19 B⿽°>«<„ö "
b"ú9\x03 ¨üæL\x07 ö\x18 G\x1C kuIÞ "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"¾*‹W–N‡°Ü mUM¶÷ "
b"³H¿Ú>íAßü┴Ñû■m\x05\x1E "
b"f¤▓\x1A ƒ░Cô®^¾dü▀ÔÉ "
b"\x1A ÒŸhqâC\x0E ¨È\x18 ÏX¢Û- "
b""Qõ«XpFy¤5_áí\x0F ÿ\x18 "
b"V’g¶fvE§‘1b\x18 ÄöFí "
b"ßü=\x19 S├M3░┘▓~ıç8å "
b"$°+\x07 ““Nd†qû%)ÿ<- "
b";·ë½Ÿ\x14 NZ„7ð\x06 V‹¸T "
b"„Q\x11 S|YC®•ô˜Äâ¿Sß "
b"Ã\x19 Ê)ÍÁBՄǶ\x12 s\x11 ¼g "
b"nJÉÐ\x7F RE┬º\x7F vµ\x05 iíà "
b"¯\x04 …\x10 FÏAÕ¾ã17ÏU“¦ "
b"7"þ\x14 oÂIvˆx\x07 Ñ×òf\x00 "
b"╬9ü¢âÂOÏ»ÛW┬ïÏ$n "
b"¢#¹"AbIäöÂÊìM\x14 lõ "
b"J% ó\x01 $OÄ“‚’ÓÆï·Þ "
b"\x1C ¥\x00 v]\x07 F╠ùÎP9îÌÓü "
b"Þ]¥qB½Hº©^åPÓÀøù "
b"å\x14 Pª`üKšµt”Qå¹ý5 "
b"5†º¢I\v E•¤\f ´EK§ïr "
b"y!Ù\x10 ‚H²…’ÁÄ^GF— "
b"mnÉ!¿µA׹ůJ4ž\x15 ¯ "
b"´“RÄÉîLΨ\x1C\x1C ØD{‹` "
b"_´\v Ñn¤M¡╗zòÅ‗nı╣ "
b"aá5█ß╣Kî®ìb¾┴v¯À "
b"K\x04 …ã—KH\x05 ‹’³\x7F NŠŠ¾ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"|J|H\x06 ,J'ƒTõ=ó\x05 ßÀ "
b"©Œf9,nL‘‡ñ\x18 ¸\x02 g‰M "
b"ˆìÝË•Ct—ðR„í;\x0E f "
b"È\x10 Ã\x13 ú–B_¹\x0E ‹ê¾øR¤ "
b"„ÀsÆ \v A9˜/ñþZóŠa "
b"\x7F \Æü\e ®K\v ü\x18 \÷└╗FC "
b"Xî«ûT\x01 Aò”7Æ– 쯹 "
b"¦█Àwì£K╔©·qE±l\x01 / "
b"\x10 š@½…ÐHš¢°º\x18 °ÎK™ "
b"…‘m<<ØG÷´û¼\x02 ¬µpM "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"†ë瞣O@‚µÅHÕ˜Q½‘ "
b"è¤ÁÉ15H‗ò\x12\x02\x18\x05 ò╬± "
b"¨Ù˜Ö"‘BoœM#h,Á©o "
b"Âùá©Îö@›—ߥã\x1D\x7F ñ^ "
b"AÝÂ%eÊDö¥Íá2Ç´‰C "
b"C&Øm¨kJŸ®\x14 º$d‡1\x14 "
b"û®\x10 ƒmØC2¥"aýܾ┌1 "
b"{,Œ„{BMN–"Ïrõ£¡‰ "
b"§ Ñ\x1D ?\f N\x01 ¢PÐ\x0E Zcé! "
b"\e $`W{½H\x0F ¬z|'5Ø*Ø "
b"\x15 \\x1A i÷╝IüùXÚ\x02 Õ·╝┼ "
b"\x13 ]~:(HýÉ■L\x0F £‗PÐ "
b"<²vkܸD‹)ãR¯\r È/ "
b"\x19 ║<ß\nIéáâü±\x13\x18\x18 J "
b"vå\x1A ö]\x02 N\x00 ‰Û¤\f E\f 0* "
b"þ\x12 ‡!N^B‚‡_e\x03 !»„½ "
b"@Iô}j\x18 K·…Øöõc„bh "
b"m,,=\t +EÆ’X®XÈ4É\x10 "
b"xïl䈵FÛ¡¯ìfÔ™ÙŸ "
b"½à\x03\v\x02 /K=ɰS.\x10 äÖ£ "
b"E¨¯\x00 †_A8šÞ^´\x1A „\x13 Ð "
b"Ò5¿‹S^E࣒\x7F Â\x00 È{l "
b"´C\x16\v 'b@}Š4]Á\x0F V\x10 É "
b"\x04\x1F Ivü×@š‹•ûôÕPÜØ "
b"'¿B\x01 /ÜB罫#¢¯x’ "
b"AB…2é\x00 AΪw†%\x07 !(û "
b"ª\x1A j~JwLF³«ãe…\x07 ¹\x04 "
b"Ƭƒ\x08 »IJ▓Ç\x01 z¹■ìÇ= "
b"ÿ™!\x07 m\r J‡’YE\x19 ¹ß¸S "
b";òñköÂJ4º=©¤õÅ@C "
b"\x1A\x0E ‚,hMõ¯Éj’¡\r ’á "
b"Rv€oºWJɰ®8o\x19 ¬DŽ "
b"¡q’VT…D9¤ë¦•F˜R¹ "
b"V\x02 (‡þzIÿŽ©ù45\x18\x1F Š "
b"fdæÕ:lLϳ\x15 ~¬þÀ}\x13 "
b"¼\e IÏÁzB\x15 Œz%b\x16 ¢8‡ "
b"Ç]ÜÁ…nKЯ×\x05 \r \x0F ³î "
b"›\x19 ”èS…@£¥Áëžõ…\x07 ¢ "
b"þ█»"\x00 rEdÉføÌµ■QÏ "
b"Q2\x11 àÚ»IkŃÏÛ╠¨|î "
b"á5ý݇ûJ¾ˆA\x0F VŠt®L "
b"±´BŽc=G$¶\x1D eSr÷€\x11 "
b"u\x1E ´ðØúC£¥ÁJ┼Í'oü "
b"\x10 iPÚ©ÛGþŒjI^õXpË "
b"\x02 s(WÔãKG║Óß╝üP\x03 Ò "
b"™NPM‰ÞOô³–³=\f yŸ` "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"¨Þ…çhæK+‚;épóÛ\x15\x1F "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"ôU‚\x0E ³ÊNn«V1)ÿ \x06 "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"KÜ:s[WNG˜€\t aé½âD "
b"=k\x1C ûO\x14 M'†˜°!Õ¥ÇÒ "
b"Â{ªà0²E\x03 ÿ˜z1–AR "
b"ë)/´\x0E ¢Ocœ\x12 ‹c˜uÏ\x19 "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"`édEØ%B*éDÄâåuå¨ "
b"F\r xâZ9D\x00 …\x01 ³ßüQ<ø "
b"ü4w\v rFB\x06 ‰rÔG¹žÝ( "
b"ó™¼VÕ¨DL¡R«š×\x01 «z "
b"b¤Ö:×▄DÕÇ|ÌöÈ'/É "
b"ÿ¼jÒÂÜO}ª¬»8éì" "
b"\x1A '\x01\x05 nIM¨¾b$¥\x06 @ö— "
b"Cùÿ4¬¡O=¸G¢/=Óõ "
b"│\x14 »╬\x11\x1A OÉïu±$܃ÎB "
b".\x7F\x06 Öõ·L3«\r Ø£ñ]Ï\x1D "
b"\x1D ”p>ý_HÛˆj%nßnÃ\x11 "
b"ØE█Ù¬9Jâ╣ߨ^õÖ╬Ò "
b"]\x16 ¢\x17 Ø\r Oƪ•à^«®‚ "
b"(\x0E Rä4ÇJ%Žô Ý«$7J "
b"}VÓ!ÖƒJ$£Q\x14 ½É§^Ê "
b"ª6ØÜöBÉè~╩\x04 _╗¾÷ "
b"„7+†3AHó®F\x13 O R÷X "
b"cÑèm\x14 8Gn·•tô;Hac "
b"\f Ž#fíÞOM‹áë<„\t Æ– "
b"˜LMÎùžLN˜þÅÍZO\x08 Ó "
b"›\x06 ¼ÖÄ-L\t ®ïÁF”ô:ÿ "
b"n½’B§\x03 Eð‹åÀ\x1C\x1A Û¾þ "
b"ô•Î0æ†Mê›d¾Â\x0E Aï× "
b"ã3\x00 æÑ½M|ž£›eGÁgy "
b"#\v „\v Ý\e Oÿ—æpFqÄÓv "
b"àpM7ÓJM3üÀðó D║; "
b"\x14 ßèr\x12 üGÌ‹i%áx´%# "
b"‹Ó#ÿÇ[A÷‘*Ö0$Æ\r © "
b"+u¥g\x1F 8CHíà\x1F öj┼Å\x07 "
b"èP\x04\x1C Å_OsÅsï█Q─╗ý "
b"ô_\x10 QZFH\x05 ¨¶(Ô‰\x15 Õá "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"TM>A"ìu©.ôÄJ─ "
b"Ðx‰Fr¿Aù»¯õ‰nJ{j "
b"╚êIØ\x08 xE└Ü\x1C §‗äå\x16 ~ "
b"\x0E -ƒ½nÞK~®ç,\x04 #ŸµÁ "
b"y\t\x11 *XçE\x15 »-M\x01 <?Éu "
b"\x10 ‰bYÈ(B\x1D ¯GÕ`dú߯ "
b"®äWÐw\x1D G¯Æ\x7F ܧCì_ä "
b"%\x06\t ?S\x1C M\©’1£]íé; "
b"¶N\x05 7ùŸJ|ƒÊÑ¿Ó%<d "
b"å%qÒ┼ZBż^½t█Í\x18 ù "
b"'P4ê¦\e Lƺ¿pÃí›’á "
b"ê\x17 s¸¢A@å¹Â¤¹\x14 èØŠ "
b"ñH©╠0!Ip▓d±\f T'\Ø "
b"±╬Ï«■\x04 C┘»üxLlß\x03 / "
b"î÷‘\x1A X\x02 N µJ\x02\x0F Ù[~Ý "
b"¼│¸\t :AGÖ¼f\x1D ¥¾üÜ· "
b"%D©®Ì,AŸbîˆ\x00 £çi "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"Ûµ\x18\x05 ÛED\x07 žßª}}X)Î "
b"·õQ\x16 fàL³°1•A,¬· "
b"#{,\x04 8yNÁ¾"6CWM¸ô "
b"""
Tp~(;\n
C€’à…T\x15 ǵ/
"""
b"Bõ+\x1A _'InÉ╠ÿI*K╩┌ "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"5qgF,©L\x11 ¿?Ø┐=\x13 :Ð "
b"B\x1E\x01 %QUI׃Óß´·fnz "
b"""
Xj›Ï¬MGà€ù~\n
C\x03 4'
"""
b"╦ü\x07 Ü`5O0ò£¢│¬ ┴\ "
b"Áhñp÷‚Eùƒ\x0E íïè6ôÖ "
b"»sàðïØHÓ²\x0F Ô#’m}L "
b"IÏi1h¢NÜØà&┐Â╬╦¹ "
b"lÞöG9ÌD\x01 ¿¿á«+ôÕ\x00 "
b"\x12 qR\e µüG\x04 ë╣Ãà╚à▄Ù "
b"ÍUíB¢¢Bê§gäUñ‚\x08 \r "
b"à\x1F ç-\x00 ³B\x00 °äW:yn\x18 / "
b"ð_4\x1E\x05 ÄJ\f š5O»¤/bê "
b"\v µÿ¤Ò"KŸ‡¡Îå÷U\R "
b"\x00 Û\x12 n╗\x17 AKìÔïè█ï|ƒ "
b"km=Iì³F}¢ùd\x04\x00 ‰Š¡ "
b"ê¶äù·üA\x1D µ1ç¼n/"ü "
b"\x05 *Ò0\x04 þ@\x12 ·S2 ÿP\å "
b"╣a>Ø1ìJ$ÉÀ\x7F L\x10\v 8¶ "
b"pXª˜bgCÖ²í^0.@ÜÄ "
b"Åýc\e 9kJ?ºÆqÁ£n§Ð "
b"»ŒÛ\e î{Oȧ\x17 ¸¶\v Ôiþ "
b"_Òs\x19 .K@|•œÑ\x01 nË×2 "
b"ÎÝ|˜NëI’™¶ÔW?½Ó¦ "
b"žvÝq¹lGf’à·4‚iíº "
b"▄ÎF\x17\x04\x14 EX▒í½█\x02\x7F Øb "
b"¼Ê«’nÝD,¯¯ñ\r Rpƒš "
b"Iæ\x00 +fVC5¾ü‡¿Wû~> "
b"ÓYÅ®U)Fƺ\x03 íµÓ┘ðë "
b"å\x18 Àóü®AË┤├íFã\x13 uø "
b"óîQ\x17 'ÏGGÅzs±t\e âá "
b"œ‚”é˜ÞHõšfMŸ\x1C ÷´Å "
b"¹xÇgÝ*Fj¯\x1A x\x0E ¯\x1F Öœ "
b"ÌÃ\x16 ]‹gK‚ŠzœüH2QU "
b"è!Ó·ü▀MKƒ5E\x05 úD?1 "
b"\x05 ÔÅ+;─M_¥÷pÜ┬\x03 ±´ "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"_'¯\x01 ê@\x15 ”¨þïŸÞ¤Ù "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"HÓõÿ.@DާnïÐïå¬ "
b"°+§ì6SF\x1D ┐7H\x01 NY9l "
b"!\x05 ‘*\x04 pF§£˜@Ò\x18 º+\t "
b"ü΂#\x12 ïJ6©aº›ïØ]Ì "
b"ûÒ\x07 ¡ÏFj´{l½#Ÿ«· "
b"|©\x1A èìžDÇŽN\x05 ´¿ƒ\v û "
b"m—\x04 ‹:\x18 Hå˜BYÑEÆN© "
b"„\e £x—CG×µl‰\t\v .Vø "
b"+K‘§õ-I?»ˆL\x16\x11\x1F Ü\x0E "
b"1†’\x1E *ÓE‹½ðÎF¢åÔô "
b"JU!À¡ðOd„\x18 Ø4¼B\x0E M "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"▀üï\t úÌGv¢%╩hY\x7F 8‗ "
b"ì5ãfL@Sû╠Ø\x07\e ç!@ "
b"¾3~–+ÓAˆ˜·9àíØ¬× "
b"ÁbÉQ;\x1D BPŒMI´\x7F ´Üq "
b"\x13 µ^¬è÷O\x00 ¯je»b¿ë& "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"""
\n
™¶¥Ä»C0¸j'ç€j\x07 ³
"""
b"\x12 ?qDB›|È\x1E %¸¥* "
b"s=Ç£ ÁN׈`D±RIʘ "
b"s \x1E C¸HHš¬D¦¢¼5Í© "
b"oÌØA`ÃJQåøZÄ┘ r\x7F "
b"£F"«1¾F>ŸDöáš3ÆÑ "
b"oÒ\x0F u\x17 ÂH\x1F ¾•`³¡§n… "
b"t▀&\x13 ®=G┐Ä─ؤÅóÎþ "
b"\x1A\t kK]´DR¯H´ðºˆo€ "
b"–YлÔtF¶¢ö\x02 (*=\x02 ° "
b"iï$/²\r C«ìÖ║\x19\x1C q,\x14 "
b"vì7¬m&M└«3Õu½µQÁ "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b">Ë÷=–÷N£±Üº`„ø®† "
b"0ÿ§\x1C G\t Mò©\x0E ÇØíÆ\x13 ± "
b"c\´jƒ°Gãü8\x14 «æ-Âs "
b"Ìâ7rŒšD0•Õ¬¬%XÊ+ "
b"µç/\x08 à}L´¨\x14 2\f è~Úz "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"õ\x1E ÷ÅH┬F╠Ü]■£X7·% "
b"vx\r ì\x04\x18 K└║\x11 y═©\v ìþ "
b"œ«nÇ‘zF ¤;žCÔaé2 "
b"Ù縯\x14 `O>ƒS8‰6tÒ1 "
b"û/33‗íL`Å\e 4Gªmë, "
b"ôv3\x13 ¯›C”°\x02 Ň\x10 IÇ¢ "
b"äãJeôUA€½2:\x0E ùùeÏ "
b"b˜å¸ÿ0Kù´\x17 ©b$RcÏ "
b"*Òk_ö E¬°\x18 ËrwQ™\x11 "
b"ì¡5>\x18 C\x0E »▄\v Á\x0F ®‗2 "
b"0í\x19 \“·Fz‘‡ðwsˆšŸ "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"|:ÐD¨QI}”rE¹Ð)^ï "
b"–Ð.lR·JóŽ7™xÏ7ˆ/ "
b"Ù0à)Å\x0F Kæä9í\e '?=% "
b"ì²û8¶2Hh×G\x12 µò[Á╬ "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"î«öIüzChÖRzik0"¯ "
b"J\x04 ü¤(7A_ÖJ&█0-£± "
b"ój4\x19\x08 WF▀ºbyIèìr‗ "
b"SüÇ▒Õ▄IJ░\x02 ûñ\x17 t¡µ "
b"äí"ºµÍN»¶\f\x1E ¹\x17 »GÜ "
b"-\x19 gu}MÒš¡g…£y\e d "
b"˧ð–õ®H¶’a-\x03 ×\x06 ”˜ "
b"¯ág\x0F SõBýˆ¢²),ÿ8y "
b"ºáö¯b¶GP┐└ô«ÉÃch "
b"\x1D ╦z Z[I|ø\x01 $\x0F ü\x13 ┘2 "
b"\x12 ÆÏ\x17 ].A_’\x02 òo\x7F ^¢g "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"\x1A Fl^;£O×€-¿¬.è;ž "
b"ÁCcTy»MЫ/+Eïò™\x06 "
b"à\e ‘ØJïD׆Ñy\x17 I¯"í "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"Þ}¸»ý9M0›À\x02 „|ù“ô "
b"³░b\x7F ╩\x08 CÚ║┐I¦ÀØø\x17 "
b"ï’MƼ£Cˆ“…UÛd›X½ "
b"ÌLÎØü\x13 L"ªètºÞ"\x0F * "
b"Y\x7F ˜\e 'BY ~^°ÑÂ5Œ "
b"\x1E ┤▒öìUO\x13 »¸ ▓\x00 ╠u¡ "
b"\x18 ÓìÂÁfMÿIü–ê¥2_ "
b"O\x06 x{¼ÕH\x14 ˆa…êQ;\x15 ¢ "
b"GÍÆi ÓAǘ±nÔ=sÛú "
b"ÊõíM¸÷Eµ€_$ïn}ú\x08 "
b"GŠxu›µJuµ®öù¬–de "
b"¤▓5E\x11 ═I(æT>XØo!ø "
b"æZ°ÿÖXLVÉ\x06 û~¬ÚÙy "
b"\x15 ‚ÃŒAäOy…þ²õ"Dúj "
b"""
\x16 —¯=ê\x1E J\x7F ˜Qü)\n
\x02 U%
"""
b"2LOæÊ‘G¤™ºd)xKml "
b"á™ÍÃf\x10 CY…–,’h5\x00 ¿ "
b"SÔÒÓ\x12 _KmŽ\x1F\v ¥¥ù-\x10 "
b";ÒH“›‡G¤»g¢ò\x04\x0F ¦© "
b"Rª6@¨3FFžôóÃÕGvI "
b"~ñMº´ÄC „”\x15 U¿¯Jð "
b"ø£¤═BÓEm®\x0F ü÷2hÕÕ "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"_…\t ŒBƒIP¼¤Ûõ\e 6̇ "
b",ÖÙµÓ@À®\v þšMÏ\x13\x01 "
b"”F©ƒ…«N£§§†ö'ø•à "
b".\x1D z$Ã~MM–²Ýui=%L "
b"\▒ú\x11 Ü■Nëºoí┐gÅ\x10 "
b"¼•ëÆç¤EH«ö=ó²o„œ "
b"T4ô\x16 _\x0E F\f ‰ø\x06 b[Þê7 "
b"“Œ[’%ÚL\x18 —Ú\x16 Ç>YŸÙ "
b"óyÆ·bÑDb…ƒ$óVŽ·g "
b"Î\x15 „\x0E æ3G”¾™\x00\x11 „ô{d "
b"\x14 Š}·¹\x17 Fwšñ9›û\x14 ·I "
b"·T’ˆ±îN\°\x11 -=à-fX "
b"‚þÍ2Ë+AùŽ\x06\x08 G³·ô\x1E "
b">Î\x1D œíªE\x13 ž›ü$¼lñc "
b"ü\x10 Øm\╗D%ë@\x1E T'!,³ "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"""
║îÄ╩$ÒNçå@`¹æ\n
Åç
"""
b"|\x04 {\t ¾pI pr-œ»®Ñ "
b"k¨p\x1D ‚·J®‹ê0˜Ïw§v "
b"þìŠñK9N1Ž,é†.c'Ù "
b"õ”RŽ–KJ\x0F ºÞáXµmʤ "
b"# ñ·\x17 mAâ‡$5œ±|Il "
b"BêsØ\r TKj‘µýš˜€<ï "
b"}ä:Y'cH¤šC%3îèçƒ "
b"Ú<3\x01 ƒ°NB¦c[.]0CŠ "
b"/\f ù\x03 [=MÔ”Û\x11 øgÆW "
b"ßô£âž\x1D IëµAó®u\x0E _\x05 "
b"Ý^╚°U░Mü»Û╗0#ë┼║ "
b"ªŠe\t S(BØ•\x02 ˜\x12 Á "
b"ÞB›p\x18 ×FЈˆ¦ü\v é‚( "
b"–l©È`VG¡¸\x13\x14 €\x03 Ü'ò "
b"·æºÊ6KGó’0ÊÌ\x13 æ-| "
b"’›Õ>\x18 ŒL婈t5˜î¢¿ "
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"èL‡Ò4;LŒ´2ßÙévT¨ "
b"qý\v 3£-G4ÉW█?7ÿ¦f "
b"\x01 €1צPLp¼–\x11 ïü¥Ë‡ "
b"È\e %S©XJ\x07 šøízÈj(\v "
b"Fi²═4]@ÓÉQ\x1D ÷\x0F ÒGG "
b"Ó\x13 ªfý*Lv®¹Íë]\x19 uc "
b".´\x02\x06 5I®™·‰˜b\x04 ¢ž "
b"\x1E ›'á\x11 ZN\x03 …ð7,\x13 þ—P "
b"db6ebQN\ŒÜÌE£&S "
b"-_ÜéqUIô¨\v ŽÒœl{Ë "
b"GÉ=~\n \x00 Dá„d\x05 úQ×OÖ "
b"ÉŠáä9¸FÊ¢à‘g}D\v "
b"¶┴Ø3ñ7O ©\x1F\x0E o\x11 ÓQ\x06 "
b"÷\x00 ÌøÑ›Læšwm+Ž\x03 ü¿ "
b"F¾ÐíæòMˆ©’ÀæGF“Ê "
b"m££\x17 ”âCÖ´[/‰Ÿ`ì\ "
b"îûž¢ÏHE§¢ †’¬ñF} "
b"ia…ÈøCHt®}O\x02 Y¢\v | "
b"k¸Ã\x03 žÞJI”WÌv\x1D °£ "
b"–dÀ#Å*J; YÎ@óª€I "
b"┤\x18\x1D îþ8HáòÓÉ\x10\x04 ╩¯¤ "
b"<€)\x08 ‡|EK½\x14 þÉ·\x03\x1E ‰ "
b"õÈ¡\v ┤rHfÉ\x1C +\x00\x01 wmp "
b"Ò5o„±\x05 IưEÁ©¾LÝË "
b"¾»û¦ï\x05 @\x1D ž{çéÅ>¦” "
b"\v Å®£p‗Jòƒ\x02 ÃF┼î█\x15 "
b"/è˜Ö¢þM\x1F ÉXe¦%¨¢ "
b"""
\x12 g\f \n
ISDv¤b~ߨ¨¦@
"""
b"×r¶\x01 %ÖO\x15 ›äl\x03 {"\x1F , "
b"±½û\x15 ┴Å@Êó.½u¤╚mã "
b"ê#Pxq\x00 @Ò²ˆ>ß[†¾ˆ "
b"\x14 NTê\x0E ýK¦ú¾ù¿\x11 ðÉß "
b"¾G\x10 ¾\x17 =Hÿ¾ÔeŸ{\x06 ªÃ "
b"˜/ßÌ\x11 ”B\x07 ©^Ò¯£~¤Ò "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"ÏvEÂ\x18 ┼Oþ┤ÕCØwØ"[ "
b"Éë)äý.D7 W(UÚÊ5N "
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"ıU¥y±(M\x01 Ø\x0F ║é\x1A ¥âZ "
b"à'¹rM└KhÉ@£OVÁR\x10 "
b"È;ì█\x12 âJ\x7F ¼F\x1D Ýe¾‗< "
b"""
I,\n
•#KE\x18 ¬\x08 ¸¿nÜ\x03 /
"""
b"sï³ÉøƒGe¯‹Ÿš¼t{i "
b"\x05 á£\x16 ÎýNZ©\x14 É#Tb║u "
b"╗░\x11 eôLE\x12 Øÿ\x06 ÔA─┴\x18 "
b"çÌM*Á;A]┤\xmîÕÉ· "
b"êÕëü\r ª@É—`eÓeÆd "
b"¦o94£ÉG?åo7f┬{æy "
b"úÀ\e )^\x04 KXœ¤ø²Ì²†Š "
b"ìK\x14 ¿I\x13 @P║±µ\x13\x15\x14 ³I "
b"ù5Þ\x11 ]]C¬–k\x10 žÏ5Ôõ "
b"Ý6║Ï\!Eæü\îïôeæ{ "
b"A»y•\x1D ZC.‰zþÎÎ~G¹ "
b"\x7F š›´äVGø´\x0E äÒHVq\r "
b"Þ?ú\x06 S\x1C D¹Œ2Ÿý:F• "
b"r×\f gæGMܱû©e±.ÍŠ "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b")jP┼*ëB╔Ø╝█ñ\x01 È?O "
b"""
þO+@æ\x17 IÁ‘sO÷\x0E \n
EÀ
"""
b"ys8PòøJ©´-\x1C a¨ˆ?¨ "
b"ÄË«È\x18 `L¾”&3®ýwz¦ "
b"ë▄ÎÅ\x1C ÉB;»Èë‗Æ‗Ì░ "
b"\x1E !‰q\x14 }J\x04 ¼\x1D vµuÎþ\x00 "
b"ëU/ìØõD¹á/═Ù‗&té "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"2¥Ãí8[HüòÜhƒpn\x06 ^ "
b"Y«|éÉÔO7äê║j1\x14 _┼ "
b"""
»║ÚE²+E±è.1I;\n
øÅ
"""
b"ñAðñ—cJû”k{kšPv\x18 "
b"\x0E c\x19 ┼:LL*ÉÅn\x1A ╦\x1A (P "
b"!“xÒO`F€·[fazœÃð "
b"+º┌╠øìA}ĺ\x04 ┐¯ÜªK "
b"¿\x16 ·Ù;ñL\x0F Ødø\x1D ║7\t ) "
b"ˆ2„\e XšOÞ¶UmúG%B› "
b"21skGu@6Åû\x1E C¶╚¼ı "
b"iã÷\r þ]H¾°™k-WÝA2 "
b" \x12\x16 ·\x1D ¾G<‚\x07 ‡\x03 n&ƒî "
b"╝wG╠mÂIOüÜ┘âÏÛ9N "
b"ø¯,™,9I>†ä h÷Yñ6 "
b"X³ÐÓZ”O~©ô¢®U\x1D `o "
b".┐6╝]sJwî}ÂD═Å1* "
b"}ÑÜdb\x18 F®¿[Ep+½C¥ "
b"""
Ìp\r ¸oÌA╝ƒüâ\n
z║£\x1A
"""
b"\x12 C‘£r¥GI¸‹Ñè~£'\x06 "
b"¦Ø1¶*3Lv›ÓHz''Î" "
b"Z`\x1E ~Ï\x06 D¹«\x11 Æ\x01 E3ŸÆ "
b"""
=ÍC\x17 æŠA»ŽNE€\n
ée+
"""
b"!\x1F ¯¼†ñ@?—QO[ímV "
b"ø£w^xnC-œ\r íû8õÍõ "
b"\x13 4\x03 R~9HÙ‹û-Ü¢"JO "
b"ʦË\e\x15 ùE\x06 ºî”«m«Û/ "
b"\x12\x10 ïs).H4»\x02 Gz ™Zç "
b"\x14 †Œáb¼M<¿Vþ\x07 ½áþ½ "
b"zÖÅL›ãO\x03 ´EÓ\x1D i'íþ "
b"ô,°G"¨B\r ░■ü║Gû\x11 ÷ "
b"”9\x1E TI’J¶ƒWÊ÷2iuÍ "
b"\x13 W&òdÀBt«\x10 ‹<rÔ9\x1E "
b"¤ÈÆëÔID”†»‹ïÈ\x0F x” "
b"y+F\x12 fÍGL®#Vª{*m\x0F "
b"""
Ñ\n
_¤OÊIu¿\x01 OC/\n
QÓ
"""
b"–—\x19\e ÷{IÖ†®\£\pú\v "
b"O\x1A ,ŒZäO«¡¿“@À€˜” "
b"5®▄\x07 k┌OgØ õjAM¬\x02 "
b"Ð$└£ÛÉBýîÔ¯ñƒq\x05 ▓ "
b"¡V¹k(¾E?·8ßÕv¿3\t "
b"úgf[ô\x0E AÒ“:¸çí\x0F\x16\x02 "
b"±„sä\x01 ÆC"¼¤\x00 1õz3o "
b"hþ7™‘øMÕ£wæH1è`í "
b"«æ¿'ì¸O“–o,fgT\x17 } "
b"(g\x1C ýd^A ¢$þ\x02 0d“W "
b"å\x1E á7Ë\r N:‚vg0#©\x04 v "
b"ÏÖÜšõôK;“5GGokˆ¦ "
b"®├ ï&yK\x11 ؽÐB▓f_É "
b"ÓÈì\x16 ╔╗I\x10 ªJ╝âb¢█Ì "
b"|\x14 \Ë:ÐIü¢Äì─ù©\x14\x06 "
b"ÆPCâ\v AC®»│¡ù(,\x07 Ø "
b"┐Ükê¹ÃJÿع¢V¬¸Þ▓ "
b"𲂫âÿKQ¾ y`C´\x04 ` "
b"+É0\x1E \r ¦O³ö\x13 £%áƒç+ "
b"‰í¥œŠ²HQˆ`?á„Kùý "
b"\x1D O÷¾ú6C&ª¬S\x07 —\e U³ "
b"çGïƒVþM¹°\x03 ¶oòå\x06\v "
b"û‚ÝêŠ(L ¤}ÖÃÜöÚS "
b"?%TI\r ™AÇ”»qõ÷dÌÍ "
b"Á%¸╗» OGÀb"ÅN¤ð½ "
b"kP0¦8)Jç°aJí.i5D "
b"tÂ=ï/(BAŠñ`d§}Å\x0E "
b"""
un\x14 a/\n
Dø’š\n
\r ¨\n
\x06 P
"""
b"ñjØ\\ìI.•M”¯tÎ__ "
b"ǰ}E\r ’LÞ©@Û®^kY\x16 "
b"\v X\r M▒»C{Á*µü\x04 _úÏ "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"t\f IÞ\x0E ›D¨‡ßosê¤\v p "
b"¸0\v _YºL\x0F –©\x04 àü\x14 k\x0E "
b"àœd‘U\x14 H)¸\x15 F\x05 óSÞc "
b"""
\x06\x12 @3ZäK ˆ¦\n
%5o\x02 ‹
"""
b"ÙoAŽ@ïNf££,IF\x19 Âo "
b"├Jò+ƒbK>Å┘s║¨°ßÁ "
b"\x17 ¢%^WÉEà║èê\x14 Ø i\x1A "
b"\ŒÌy«óJ˺cîã?4Sb "
b"65üÇ|NDj©+¼®Í£¡\x02 "
b"D\x1A ë»AôI\e Å\x1F ßãé\x02\x12\x11 "
b"\x04 JÃäÊÉH\x13 ²¬,éÄ\x06 œÚ "
b"░\x16 ┌+X└J▄쫨╝u\x03 F╦ "
b"çíÔk\x1E C<ƒÍö£à´ŒL "
b"ŽVÔ6\x18 VHe—±¥æÓÚ†P "
b" \x06 £ê€JOöš\x07 pÚl›\x15 , "
b"¬‚\x1C &K‡@ô´©åoÓ%Æ` "
b"«\x1A WeY»A=”˜zØ:9Åò "
b"Yü5▓¡\x05 Kıæ+i\)Âîz "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"Bg‹ëºXM\x12 ¶CçÑÓk½Ú "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"Ñ\e\x1E └²@¿ðÈæ\x1F 9ü; "
b"ÿ\ªu\x0E ZNÖµ4K²a_YÛ "
b".\e ó¢\f ÔMn¹Ê²\x19 ¬Ýx< "
b"M\x19 Õ¨\x14 %A¼‰\x1D\x0E\x11 Ú\x03 ˜Q "
b";þ\x1D ]\r ¤L»╗\x02 )ÀWÙíì "
b"Å\x15 -\x08 €'O:‘ßaÝ,ðí5 "
b"´,àÀ zJpîÉ┼´k┼8× "
b"ÜÑWšWïBé÷kšü¢\v Ù "
b"\x03 “•ûËNAÓžo¯à‡òkH "
b"s.A$CWFÁ¯à9OÑõ½Q "
b"£øØk7‡K®“ªy’ýzõÔ "
b"»~"ÊNõA(É╚î5y¹Í9 "
b"?#Œ"žæFŸ¡+;cJƒl\x1E "
b"-\t 6RA1BߴމMµ=ª& "
b"\f Q\x13\x0F ×qBà˜\x06 Z±a«Ÿ< "
b"òÁõ(¯À@?âE6└%ع¦ "
b"""
lñ ¦l\x1D D\n
´³ò\x11 Ê^Ôç
"""
b"=¿┐\x19 j;IÇÅ╬&e,╠ı╣ "
b"-3Å`¿bK\x08 á░vª¢®¢ë "
b"\x0E „`z÷XA¨¯’BáBÓ,\e "
b"\x02 õ7m´ÜD\x7F §žk”K-\\e "
b"ªÝ\x01 tÉECPö╗9=S!e¤ "
b"R! /„€DV«áÞ6ï)R¼ "
b"MHt‘Á˜O‘ŽE÷Y¦q·x "
b"͸¤Ø¬ìFãóe8úµ¸\x7F\x05 "
b"Dî/¶\x01 ²F³´\x18 :~˜Ô@\n "
b"xô─└èzN®ÜØúåu\x1A Ô1 "
b"¹]$³ŽüF€£\x1A 2\x1A m¥\x01 Ë "
b"\e ˜èÁ~ÊMb§èD˜~\x00 ûn "
b"醴€"\f Eªž‰Uá±\x14\x7F\x13 "
b"ÜF+(\v\x17 IÚ›\x04 ¸|«\x06\x04 H "
b"µØé\ËI\x04 ëñ·ïjÂØË "
b"ÁY–ôK¸Nf—à×ña’'& "
b"–îs¯I2Oä—išu±¶\x02 " "
b"Nê\x08 zž]@’æ›°mF7c "
b"ºæiÅ\x06\x07 @ýüç%a´p╗4 "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"""
*\n
ý\e\x06 ═O\x1C «ÞeØI\x02 É>
"""
b"¢¡˜ ‚OJ€¦~ôü±…Eq "
b"dúæH˜ÈM\x0F ¯Í0ùëñíŒ "
b"£x£ÓZžM\x10 B3ÖIg "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"ÚUèôŽ,DÊ”=Ñ\x1D iƨ‚ "
b"4,"¹GÔKÓˆBR±â†ºº "
b" \x19 š*¾wOI‡\e gÜÑùO= "
b"ÕW£Ø¬‡H„ƒ[\x1D\x19 ®á`\n "
b"\x00 cÙŸ”øJä¦$]þ2rƒG "
b"D!ûTQ│G┘╣Ű┼¨£d¶ "
b"3#_¡'H@ÿ»\x13 ÍÓ²´¾ "
b"Ä(\x11\x19 °/L\x18 Â?ªØ\x15 └0a "
b"dªM]>ÈH[ƒúËÍ™8ÎA "
b"ƒ5$Ô÷Å@›‘]!pÏâg4 "
b"ÅGnUØJH\v ¼¼ÚYJsMn "
b"\x00 Å6\x16\x1E ÒB´ªædÐä)z3 "
b"n\e Ú™}PE‹¨Õ;Zñ*sÆ "
b"¡ý0&:ŠK߆šÝ÷”Ò7» "
b"K3Œ\v ú£AN»þ¥F‚Ó\f ý "
b";NbgÞ¿G'¼I«8.æ³x "
b"K:\x07 É\x18 „D9¾y|‚¼ù?] "
b"†k³†Þ\v E\x0F «ªž§DÝêU "
b"\x03 wFg═aCË╗h}\x01 Õ‗ØP "
b"ÒJ0ëh`N6šR\x13 Y²DI\x1A "
b"ïyü\x07 ãJIWƺ\x0E\x7F ┐x2\x07 "
b"X\x10 Vµ¹€C¸¬l[\x1E ÿÀ0” "
b"ý3\x0E\x1A i\x19 H‡“wÐ8\x0E .\x12\x11 "
b"PS\x05 çw\x11 IŒœuBÞe2Þè "
b" ýã\x1F Ï^J\x1C “kÝ`ƒp}) "
b"ß7a‘æ{FÓ³‹_GtÞ\x02 $ "
b"G┐░ÇYxC╚ÖØ\x13 Ò%G▒ÿ "
b"""
†[S·„\n
E\x11 —\x0F –™ê|a4
"""
b"åiß%░\x04 A\x12 ô\t -ب┐4┼ "
b"\x1F ¦žÝª¿Mõ—\x1E #²Ç\x18 ÕÝ "
b"¥0åË¿èKc†Œ\x03 ¿×ö»Á "
b"•\x11 :\x15 ÔGD\t ²cŒX½Õü“ "
b"╚ÖèÚMØHØ╗Q4▒îo_┤ "
b"Ÿ\x06 ôÏU'@7ÕÖ‹,%\t † "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"hÜaTZ£O<¥\x0F Ã\r i|ù& "
b"\x07 è\x05 LZGø®øç×2E\x1F ÷ "
b"ÿ±Ž.«\x11 I(š¿ÖÏ\x07\x03 Ì" "
b"|\x13\x15 Xz*B·Ø▓ËÄ0J£Ì "
b"“ÊÞ\x02 dú@u´EË%×óq\n "
b"¥ûAo6–Ha‘Ìdb‰÷j\x1A "
b"\x06 ºÅý\x04\x01 HÜ´ñĹ@Î^$ "
b"tPÖ‰\x15 ÀJï’iFl\x03\x00 JŽ "
b"}f ük³CÕú]§\x04 ¤Ò▓ "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"på/Ô’:B‘ž•‚˜\x02 MÍó "
b"\x1C †wœIjB\x06 †ù¼\x1E Ž~¬‹ "
b"c»å¨Á™K$‰\x07 ‹P7wÌ” "
b"¥ˆZ×áËK\x00 ½;ß\x1D ɉž@ "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"\x13 Lo’$fJÌ›'t‰\x07\x15 Ú¥ "
b"""
v\n
!á}ŒM~¯z#\x07 2‚s¯
"""
b"ê(m6┤õD\x17 ç\x0F bÍÉǯ^ "
b"à\x1C\x1E Åú2@\x11 €#_Ýô\x17 ‚? "
b"¢zx╝RËG2ìÕ]æ%\x01 ▓Á "
b"28{ˆ¡aBB¹\x1E Ç¢q\x7F é½ "
b"Éı©ÉÖoFjÖõJ\x06 Å.^u "
b"~Rú»2ýLW”?]åü#Ÿû "
b"\x17 ┐ÏaÉ£GcÁ΃╠þ┼){ "
b">ÍJ\"ªD¥»uÜÕªl;ô "
b"P;ÒGÅ¡HB’Âu#}b_\x0F "
b"a\x1E\f ¨\x13 øO+É\x06 o¹▒E\x12 l "
b"""
\n
´█Ù\x11 dMQë╦═hÎ?Å╗
"""
b"¯│┼▓├¬L\áWüAkæ\x02 M "
b"ǶT¯™>Nγ4¨\x1D\x19 ö‡õ "
b"£QÄÔ4;F†’ÔÁ<üÕ›a "
b"+Åþ\x1D i®EÏâ%û\x0F ð×\x07 R "
b"ueÁ\x1C ║üM\x1C ╝ÌXòýÀý╝ "
b"Z\x1C\x15 \r þAK”‡ä\x05 »)‹›; "
b"\v b]ä\x01\v EÄ¥.(œÉñ¦R "
b"ªÒZ¢6ýE ¢„¥³ÍTƒÊ "
b"Ì\x06 Å`VRLl¡FL÷$«\x1F ┐ "
b"ÝÃâ╠─ÜB4Â║¼ì\x06 ┌ì┤ "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"÷Û[—=\x16 Kœ•°ð8\x12 \x05 G "
b"¹¢ÃãQÈFã•#†L7¾å\x1A "
b"‰\x14 r@t\x03 B•ˆ’,¯°¨£\x05 "
b"\x14\f œò\x04 ¥KȈÈÃj\x1E 3‰F "
b"¿\e þ6It@R“ïC•\t rVø "
b"ÛEC\x07 @mG\x06 …îßF\x01 ‘oO "
b"\x13 ,\x19 ”³Há—:\x02 &¥(d¿ "
b"d3R\e vîG\x05 «fDû2¿}w "
b"ü~PÍLüDöí┼½N▒¹n "
b"»Ó\x06\x10\x06 ¦G†Ž£0¶„…u[ "
b"Rü¿C¾ïM6›ïY½\x03 hý\x10 "
b"ŠÊ)sQ\x04 CÑ4Àì\x18 Ë\x1F\x7F "
b"ªc¸çt$J£¬£uÎè;\x18 ¦ "
b"¼Ž,”Ù)Eû›\v\x13 ¢Ñ\x01 ûž "
b"iÆ=èìÕKÚôXD¤\x1A ß!ú "
b"ˆ#-ôÃ?K\x17 ¥\x0F q¢ÑàŒA "
b"`╔Å¿¶\x7F Eƒ©²&üÁë\x16 ö "
b"=\x1F î¢\t ?B ·i–ã¡OûI "
b"#ü~,N©AƒÉ├©\x00 cø\e Á "
b"\x06 Sè`¦´HÃÑ<åÄÉP_N "
b"DtV\x02 r«Ig‘ÕNøI˜ðZ "
b"\x03 j&»¾KO\x01 ®¨\r 9»ÉÈm "
b"”ðåÄ·\x1D DT…<©L\x14 ø³\x13 "
b"Hñˆ\x00 €ûN}¼¶›ÀØZV« "
b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14 ² "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b" x!£\x19 ¡Mø‘±ÚRËc;Õ "
b"\x06 &aÑRÐJÝ£g\x14 ªÉ¡«F "
b"é૥Ť@\x14 ‚\x05 ŸD\x1C •œ\x05 "
b":³\x15\e TDD©»a\x01\x11 uÔ\x07 Ú "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"\x0E ”®B²éF$·@\x10 Dt?¡ò "
b"̃~Ë+yB\v áàßÅSX\e 8 "
b"Y\x01 àÆ;\x02 O •Oå…Ю\x08 _ "
b"\x1E VIH¦:Jª·\'\x10 v›É\x19 "
b"\x10 ™\v 4r”L"™\x01 C\v 6Ä´¬ "
b"\x08 «lë˜lOãŠèå¦-\x07 hk "
b"Ã\x12 €\x19 ÌNöˆ'\x08 ¦6vªþ "
b"àÇ¥eoýH±„ü\x1C Ž_®…ì "
b"""
ŽÎß\n
íÏHÚ“CÇq£K\x19 Ä
"""
b"?ê\x01 WbÇJÓê\x1D\x15 ü┬)ú╔ "
b"s&#è¹½L¢´ýi õÿÙ´ "
b"¸-M…)ŽJ]©U¸\f ¡V{\x13 "
b"Ëy麴Ž@ä†`Ò\°\e Á\x11 "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"yÅc§0\x02 G\x16 Â7(\x13 y'Ñw "
b"Ì.\f —:¶J™¨¤Ã6‹y\x0F æ "
b"■¼TÅü!DÛç7I|\x05 ▒│û "
b"œS2Ë£ÄO\x0F Œ¬.¨…\x14 ñB "
b"""
\n
U´éTXE²ì&ðI÷·én
"""
b"\x13 z°@$[FAœ]\x19 æ\e UGv "
b"Äç¬\r ┼ïBØ╗úäð\x17 Hµn "
b"d\x1A ìa‚ÿNñ»Ù¥ - ðÇ "
b"+C ´;oO¢¯¿iAƒ¸k© "
b"µ\x7F @\x0E dMGX‰/ŸaPÇ`P "
b"¥g‘ÈþdA—†\x12 üãã52V "
b"yy‰56(LÕ¦ý*ÞWÌ´\x06 "
b"áî{ê\x1F ûN~¦†LÍ,Jþ´ "
b"KÒOë\f rN¬‰\x12 p TÅ\x1C "
b"G¬»\x18 XÝFaªX\x10 ×ðÊ.t "
b"\ë\t Á\x1D\t OÍ„Û\x18 G8ÒЃ "
b"„Ðx“\x14 EG#£çÙãC(ýO "
b"«€ô~\x13 r@²¸Ÿé‡ƒâç, "
b"e\t #$ÒîLX….\x11 Ô¬9ws "
b"ÉÓÈ)Ò`H®×p>3F~Î\x07 "
b"¤sƒþ\x1F º@\ìíõT─■Ét "
b"¾\r “‰$&FߊxϽ6% ä "
b"§v…JhDïŸpH\x11 ޳ƒ¹ "
b"Ùÿe\x1C ·XJoøgü\f ú1╚p "
b"ˆ÷ëù\e \Ky¡´áÇ¢ÑÊ' "
b"—ñ‡•â\r L/‡tÄËÝ9xÞ "
b"«YZ\x10 R±L‘»Ôo›dk#9 "
b"\x1D Ö"OrÂDb 6ý–Î0oV "
b"jê7¼MpL&¡\x0E ┘F½Â.ì "
b"uö║\x16 óıB'óurM±zbÅ "
b"\x03 ƒÄ█%½F,üe\x10 ùôÖ3¯ "
b"*ìÕC¹xLíìe│╚M5f¤ "
b"╗´{█-tJ¤üÛÒù\r h(. "
b"ØšI:£öJI‚Éåû‚V¤\x10 "
b"2ÔíÅŒ¤G#Œ!X‡ÎŸÃÙ "
b"®~Ëè\x1D ÛJFè║‗*+ÊØ[ "
b"\x14 ║q\x07 ╩5MÄ░ßÝi1ü\x1E { "
b"äõ-ÝýæI\x13 éÉ9Ö÷iå7 "
b"\x17 M#€rãFD“ÐZ6—{\e 6 "
b"\x0E Ü2²F\x12 M¤¥·ŸA`ª0 "
b"3æ¸ßsÕF%™ªÍœ¤a\x02 Ó "
b"\x02 ‘+wö\x18 Hx…*6,HŽ\x1D õ "
b"]\r \x7F <F^D\x1E ¶Ð%7‡QËe "
b"\\x05\x1E Ø"\x04 Kŵ\x1D o \x17 ¤\f\x1F "
b"\x11 Lô9X÷M3¡¸\x12 #\x01\x08 êL "
b"ƒº\x19 ÄŠÍA…¾ØŠBúÒ¢\x02 "
b"oÁ\x07 Ö¡âI\x12 œÆ.9½=µ³ "
b"D}¹+ƘC\x13 ¬\x14 dµšTd\v "
b"\x1A îvGS\x1A J\x04 ôìÚ¬ñWè■ "
b"¶Ï‰”ž+C¥ˆSÎþ©áɯ "
b"’‰y¼ûÀK¥“¾u=ë¾RG "
b"\r Ø#ý\x14 EI¯¿¿oˆ´\x15 ¨| "
b"§¸®ð«\x13 CÛ½7\x04 4e’ìj "
b"y¸wGÅ\x01 LQŠñÓî^iöz "
]
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 (0x8BD65A8FAD6245BC867628F1A69B3CE9 , 0x2FB6517F82A04711A1771C9B484111E2 , 0xDCB8543623994D25A660974430987A4F , 0xA04028C7174D47188E03F3039EFC91BC , 0x88BCF3C46A49400DA3995ABF847D8C5D , 0xE1A013FD4EFD430DB67448B9B34351A7 , 0x79A78600519F4258B5E4F557194B2443 , 0x727519E5EA9945BCB38556C786B0462F , 0xEB322FA731B6473DA5E4510D80AF8994 , 0x4717B782D81F4AC9B1F38BA0DC75F742 , 0xF63B30C4433F41FA918E808F059989CA , 0xF6CFE19E39E74358AAA0D97D3E8D34C8 , 0x312ABB438A8545BC9ADFF97C49DC5535 , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0x76FE52880DF54B2F929B6A30205355A9 , 0xDF6258B4B02845A592C304FE986AE052 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0xA33903F981914C079418471C6B7549E8 , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0x4570100A52C74FB0B920361946661659 , 0xBE2A8B5796AD4E87B0DCA06D554DB6F7 , 0xFC48A8E93EA141E181C1A596FE6D051E , 0x66CFB21A9FB04393A95EF36481DFE290 , 0x1AD29F6871E2430EA8C818CF58A2DB2D , 0x2251F5AB58704679A4355FE1ED0FFF18 , 0x569267B6667645A791316218C4F646ED , 0xE1813D1953C34D33B0D9B27ED5873886 , 0x24B02B0793934E648671FB2529FF3C2D , 0x3BB7EBBD9F144E5A8437F006568BB854 , 0x845111537C5943AE95F498C4E2BF53DF , 0xC319CA29CDC142D584C7B6127311BC67 , 0x6E4A90D17F5245C2A77F76E60569A1C7 , 0xAF04851046CF41D5BEE33137CF5593A6 , 0x3722FE146FC24976887807D1D7F26600 , 0xCE3981BD83B64FD8AFEA57C28BD8246E , 0xBD23FB224162498494B6D28D4D146CE4 , 0x4A2520F301244FC4938292D3C6EFB7DE , 0x1CBE00765D0746CC97D750398CDEE081 , 0xDE5DA57142BD48BAA95EE550D3C0F8F9 , 0xE51450AA60FC4B9AB5749451E5B9FD35 , 0x3586BAA2490B4595A40CB4454BA7EF72 , 0x7921ADD9108248B28592C1C45E474697 , 0x6D6EC921BFB541D7B9C5AF4A349E15AF , 0xB49352C4C9EE4CCEA81C1CD8447B8B60 , 0x5FEF0BA56ECF4DADBB7A958FF26ED5B9 , 0x61A035DBE1B94B8CA98D62F3C176EEB7 , 0x4B0485E3974B48058B92B37F4E8A8ABE , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0x7C4A7C48062C4A278354F53DF305DFC0 , 0xA98C66392C6E4C9187F118B80267894D , 0x88ADECDDCB95437497F05284ED3B0E66 , 0xC810C313FA96425FB90E8BEABEF852A4 , 0x84C073C6200B4139982FF1FE5AF38A61 , 0x7F5C92811BA94B0B81185CF6C0BB4643 , 0x58EEABFB540141F29437C69620ECAFB9 , 0xDDDBB7778D9C4BC9B8FA7145F16C012F , 0x109A40BD85D0489AA2B0BA18B0CE4B99 , 0x85916D3C3CD847F7B4FBBC02ACB5704D , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x86EBE79EA34F4082B5C548D59851BD91 , 0x8ACFB590313548F2951202180595CEF1 , 0xA8D998D62291426F9C4D23682CC1A96F , 0xC2F9E1A9CEF6409B97DFA5E31D7FF15E , 0x41DDC22565CA44F6A5CDE132C7B48943 , 0x4326D86DA86B4A9FAE14BA2464873114 , 0x96A9109F6D9D4332BE2261EC9AF3DA31 , 0x7B2C8C847B424D4E9622CF72F5A3A189 , 0xA7A0D11D3F0C4E01A250D00E5A63E921 , 0x1B2460577BBD480FAC7A7C2735D82AD8 , 0x155C1A69F6BC49819758E902E5FABCC5 , 0x135D7E3A28F048EC90FE4C0F9CF250D1 , 0x3CB2766BDCB844C28B29E352AF0DC82F , 0x19BA3CE15C6E4982A08381F11318184A , 0x76E51AF65D024E0089DBA40C450C302A , 0xFE1287214E5E4282875F650321BB84BD , 0x4049F47D6A184BB785D8F6F563846268 , 0x6D2C2C3D092B45C69258AE58C834C910 , 0x78EF6CE488B546DBA1AFEC66D499D99F , 0xAB85030B022F4B3D90F8532E1084999C , 0x45A8AF00865F41389ADE5EB41A8413D0 , 0xD235BF8B535E45E0A3927FC200C87B6C , 0xB443160B2762407D8A345DC10F5610C9 , 0x041F4976FCD7409A8B95FBF4D550DCD8 , 0x27BF42012FDC42E7BDAB23A2AF7892A0 , 0x41428532E90041CEAA778625072128FB , 0xAA1A6A7E4A774C46B3ABE3658507B904 , 0x92AA9F08AF494AB280017AFBFE8D803D , 0xFF9921076D0D4A8792594519B9DFB853 , 0x3B95A46B94B64A34A73DB8CFE48F4043 , 0x1A0EA0822C684DF5AFC96A92A10D92E1 , 0x5276806FBA574AC9B0AE386F19AC448E , 0xA171925654854439A4EBA695469852B9 , 0x56022887FE7A49FF8EA9F93435181F8A , 0x6664E6D53A6C4CCFB3157EACFEC07D13 , 0xBC1B49CFC17A42158C7A256216A23887 , 0xC75DDCC1856E4BD0AFD7050D0FB3EEC2 , 0x9B1994E8538540A3A5C1EB9EF58507A2 , 0xE7DBAF220072456490669BDEE6FE51D8 , 0x51321185E9AF496B8F9FD8EACCF97C8C , 0xE135FDDD87FB4ABE88410F568A74AE4C , 0xB1B4428E633D4724B61D655372F78011 , 0x751EEFD09DA3439CBEB54AC5D6276F81 , 0x106950DAA9DB47FE8C6A495EF55870CB , 0x02732857E2C64B47BAE0E1BC815003E3 , 0x994E504D89DE4FF4B396B33D0C799F60 , 0xD97333CA46504A8389743BADBC47D068 , 0xA8DE85E768E64B2B823BE970F3DB151F , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0xF455820EB3CA4E6EAB563129FF20AD06 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x4BDC3A735B574E4798800961E9BDE244 , 0x3D6B1CFB4F144D278698B021D5A5C7D2 , 0xC27BAAE030B24503A0FF987A31964152 , 0xEB292FB40EA24F639C128B639875CF19 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x608264459D25422A82448E83867586F9 , 0x460D78E25A3944008501B3DFFC513CF8 , 0xFC34770B724642068972D447B99EDD28 , 0xF399BC56D5A8444CA152AB9AD701AB7A , 0x62CF993A9EDC44E5807CDE94D4272F90 , 0x98AC6AE3B69A4F7DA6AAAF38828D22FF , 0x1A2701056E494DA8BE6224A50640F697 , 0x43F9FF34ACA14F3DB847ADA22F3DD3F5 , 0xB314AFCE111A4F908B75F1249A9FD742 , 0x2E7F0699E4FA4C33AE0D9D9CA45DD81D , 0x1D94703EFD5F48DB886A256EDF6EC311 , 0x9D45DBEBAA394A83B9E19D5EE499CEE3 , 0x5D16A217D80D4FC6AA95E05EC2ABAE82 , 0x280E52E434C74A258EF4A0DDAB24374A , 0x7D56D321D6834A24A35114BDC9A75ECA , 0xA6369D9A94F042908A7ECA045FBBF3F6 , 0x84372B86334148F3AE46134FA052F758 , 0x63D1E86D1438476EB79574F43B486163 , 0x0C8E2366EDDE4F4D8BE1EB3C8409C696 , 0x984C4DCEF99E4C4E98FEC5CD5A4F08D3 , 0x9B06BCD6C42D4C09AEEFC14694F43AFF , 0x6EBD9242A70345F08BE5C01C1ADBBEFE , 0xF495CE30E6864DEA9B64BEC20E41EFD7 , 0xE33300E6D1BD4D7C9EA39B6547C16779 , 0x230B840BDD1B4FFF97E6704671C4D376 , 0x85704D37E04A4D3381B7D0A22044BA3B , 0x14DFE87212FC47CC8B6925E178B42523 , 0x8BD323FFC75B41F7912AD63024C60DA9 , 0x2B75BE671F384348A1851F946AC58F07 , 0x8A50041C8F5F4F738F738BDB51C4BBEC , 0xF45F10515A464805A8B628D48915D5E1 , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0x544D3E8CA79F41228D75B82E938E4AC4 , 0xD078894672BF41F9BBAFF5896E4A7B6A , 0xC888499D087845C09A1CF5F28486167E , 0x0E2D83BD6EDE4B7EAEE72C04239FB5C1 , 0x7909112A58E74515BB2D4D013C3FC975 , 0x10896259C828421DAF47D56064FADFC6 , 0xA98457D1771D47EE927F9AF5438D5F84 , 0x2506093F531C4D5CA99231A35DEDE93B , 0xB64E0537F99F4A7C83CAD1BFD3253C64 , 0x862571E3C55A428FAC5EAB74DBD61897 , 0x275034EAA61B4CC6BABF70C3ED9B92E1 , 0xEA1773B8A24140E5B9C2A4B914E8D88A , 0xA448B8CC30214970B264F10C54275C9D , 0xF1CED8AEFE0443D9AF81784C6CE1032F , 0xEEF7911A58024E20B54A020FD95B7EDD , 0xACB3F7093A414799AC661DBEF3819AFA , 0x2544A9AECC2C41AD9F62EE8800A3E769 , 0x65D37E8611A24D6A81A53A335F092210 , 0xDBB51805DB4544079EDFAA7D7D5829CE , 0xB7F5511666E04CB3B03195412CACB7AD , 0x237B2C0438794EC1BE223643574DB8F4 , 0x54707E283B0A438092E0855415C7B52F , 0x42E42B1A5F27496E90CC98492A4BCADA , 0xCBCD83969A784F79A80CF7C950700D16 , 0x357167462CB84C11A83F9DBF3D133AD1 , 0x421E0125515549D783D3DFB4B7666E7A , 0x586A9BCFAC4D47E080F97E0A43033427 , 0xCB81079A60354F30959CBDB3AA20C15C , 0xC168F170F78245F9830EEDEFE836F4D6 , 0xBB73E0F0EFD848D3B20FD423926D7D4C , 0x49D8693168BD4E9A9D8526BFB6CECBFB , 0x6CDEF64739CC4401BFBFE1AB2BF4D500 , 0x1271521BE681470489B9C785C885DCEB , 0xCD55ED42A2A242EAA767E455F182080D , 0xE01FE72D00B34200B0E4573A796E182F , 0xF05F341E05C44A0C9A354FBBA42F62EA , 0x0BB5FFA4D2224B9F87A1CEE5F7555C52 , 0x00EA126EBB17414B8DE28B8ADB8B7C9F , 0x6B6D3D49ECB3467DA2F9640400898AA1 , 0xEAB6E4F9B7FC411DB531E7BC6E2F22FC , 0x052AD23004FE4012B75332A0FF505CE5 , 0xB9613E9D318D4A2490B77F4C100B38F4 , 0x7058AA98626743D6B2ED5E302E40DCC4 , 0x8FEC631B396B4A3FA79271B59C6EF5D1 , 0xBB8CDB1BEE7B4FC8A717B8B60BD469FE , 0x5FD273192E4B407C959CD1016ECBD732 , 0xCEDD7C984EEB499299B6D4573FBDD3A6 , 0x9E76DD71B96C476692E0B7348269EDBA , 0xDCD7461704144558B1A1ABDB027F9D62 , 0xBCCAAB926EDD442CAFAFF10D5270839A , 0x49E6002B66564335BEFC87BF57FB7E3E , 0xE0598FA955294692A703A1E6E0D9D089 , 0x8618B7A281A941D3B4C3A146C613759B , 0xA28C511727D847478F7A73F1741B83A0 , 0x9C8294E998DE48F59A664D9F1CF7B4C5 , 0xB978C767DD2A466AAF1A780EAF1FD69C , 0xCCC3165D8B674B828A7A9CFC48325155 , 0x8A21E0FA81DF4D4B9F354505A3443F31 , 0x05E28F2B3BC44D5FBEF6709AC203F1EF , 0x8F1332EB43334D159175A80ED6E45057 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x5F27C2AF01EA401594A8FEEF9FDEA4D9 , 0x513AB9793DD541E6A6DFF9033F99756F , 0x48D3F5FF2E40448EA76EEFADD0EFE5AC , 0xF82BF58D3653461DBF3748014E59396C , 0x2105912A047046A7A39840D218BA2B09 , 0xFCCE822312EF4A36A961BA9BEFD85DCC , 0xFBD207A1CFAD466AB47B6CBD239FABB7 , 0x7CA91AE8EC9E44C78E4E05B4BF830BFB , 0x6D97048B3A1848E5984259D145C64EA9 , 0x841BA378974347D7B56C89090B2E56F8 , 0x2B4B91A7F52D493FBB884C16111FDC0E , 0x3186921E2AD3458BBDF0CE46A2E5D4F4 , 0x4A5521C0A1F04F648418D834BC420E4D , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0x978648C238AF48D3B655595F0883865A , 0xDF818B09A3DE4776BD25CA68597F38F2 , 0x8D35F0C6664C405396CC9D071B872140 , 0xBE337E962BD3418898B739E0EDD8ACD7 , 0xC162C9513B1D42508C4D49B47FB4DC71 , 0x13B55EACE8F74F00AF6A65BB62BFEB26 , 0xC7C27C6EB6D54599839A560978452979 , 0x0A99B6A5C4BB4330B86A27E7806A07B3 , 0xEF8084123F7144429B7CC81E25B8A52A , 0x733DC7A320C14ED7886044B15249CA98 , 0x73A01E43B848489AAC44A6A2BC35CDA9 , 0x6FDE9D4160C74A51869B5A8ED920727F , 0xA34622AB31BE463E9F44F6E19A33C6D1 , 0x6FD20F7517C2481FBE9560B3A1A76E85 , 0x74DF2613A93D47BF8EC49DCF8FA2D7E7 , 0x1A096B4B5DB44452AF48B4F0BA886F80 , 0x9659D0BBD47446B6A2F602282A3D02B0 , 0x698B242FFD0D43AE8D99BA191C712C14 , 0x768D37AA6D264DC0AE33E575ABE651B5 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x3ECBF73D96F74EA3B1DCBA6084F8AE86 , 0x30FFA71C47094DF2A90EC7D8EDC613B1 , 0x635CEF6A9FF847C6813814AE912DB673 , 0xCCE237728C9A443095D5ACAC2558CA2B , 0xB5E72F08E07D4CB4A814320CE87EDA7A , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0xE41EF68F48C246CC9A5DFE9C5837FA25 , 0x76780D8D04184BC0BA1179CDB80B8DE7 , 0x9CAB6EC7917A46A0A43B9E43D461E932 , 0xD9E7B8AF14604F3E835338893674D231 , 0x962F3333F2A14C608F1B3447A66D892C , 0xF4763313AF9B4394B002C5871049C7A2 , 0xE4E34A65F4554180BD323A0EF9F965CF , 0x6298E5B8FF304BF9B417A962245263CF , 0x2AD26B5FF62045ACB018CB7277519911 , 0x8DAD35F03E18430EAFDC0BB50FA9F232 , 0x30ED195C93B7467A9187F07773889A9F , 0x0A38581650A342BB97478E5552350B97 , 0x7C3AD044A851497D947245B9D0295EEF , 0x96D02E6C52B74AF38E379978CF37882F , 0xEB3085298F0F4B918439A11B273F3D25 , 0x8DFD9638F43248689E4712E6955BB5CE , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0x8CAE9449817A436899527A696B3022EE , 0x4A0481CF2837415F994A26DB302D9CF1 , 0xA26A3419085746DFA76279498A8D72F2 , 0x538180B1E5DC494AB00296A41774ADE6 , 0xE4ED22BAB5CD4EBBB60C1EB917BB47DC , 0x2D19AD67757D4DD29AA16785A3791B64 , 0xCBA7F096F5AE48B692612D03D7069498 , 0xAFE1670F53F542FD88A2B2292CFF3879 , 0xA7A094EE62F44750BFC093AE90C76368 , 0x1DCB7AFF5A5B497C9B01240F8113D932 , 0x12C6CF175D2E415F9202F26F7F5EA267 , 0x29424506F7C34F70A500C369ECDEA554 , 0x1A466C5E3BA34FD7802DBFAC2EE83B9E , 0xC143635479BB4DD0AB2F2B45EFF29906 , 0xE01B91D84AEF44D786D1791749AF22ED , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0xDE7DB8BBFD394D309BC002847CF993F4 , 0xFCB0627FCA0843E9BABF49DDB79D9B17 , 0xEF924DC6BCA34388938555DB649B58BD , 0xDE4CD79D81134C22A68A74A7E8220F2A , 0x597F981BAD274259A07E5EB0D1C2358C , 0x1EB4B1948D554F13AFF7FFB200CC75AD , 0x18D3ECC2C1664DC3BF49FC96EAA5325F , 0x4F06787BBCD54814886185EA513B15A2 , 0x47CDC669A0D341C798B16ED43D73DBFA , 0xCAF5ED4DB8F745B5805F24EF6E7DFA08 , 0x478A78759BB54A75B5AEF6F9AC966465 , 0xCFB2354511CD492891543E589D6F219B , 0x915AF89899584C569006967EAAE9EB79 , 0x1582C38C41E44F7985FEB2F52244FA6A , 0x1697AF3DEA1E4A7F9851FC290A025525 , 0x324C4FE6CA9147A499BA6429784B6D6C , 0xE199CDC36610435985962C92683500BF , 0x53D4D2D3125F4B6D8E1F0BA5A5F92D10 , 0x3BD248939B8747A4BB67A2F2040FA6A9 , 0x52AA3640A83346469EF4F3C3D5477649 , 0x7EF14DBAB4C443A084941555BFAF4AF0 , 0x9B9CCFCD42E0456DA90F81F63268E5E5 , 0x7A768155A21E446DB594B41749495D52 , 0x5F85098C42834950BCA4DBF51B36CC87 , 0x2CD6ADD9B5D340C0AE0BFE9A4DCF1301 , 0x9446A98385AB4EA3A7A786F627F895E0 , 0x2E1D7A24C37E4D4D96B2DD75693D254C , 0x5CB1A3119AFE4E89B6A76FA1BF678F10 , 0xBC95EBC6E7A44548ABF63DF3B26F849C , 0x5434F4165F0E460C89F806625BDEEA37 , 0x938C5B9225DA4C1897DA16C73E599FD9 , 0xF379C6B762D14462858324F3568EB767 , 0xCE15840EE6334794BE99001184F47B64 , 0x148A7DB7B91746779AF1399BFB14B749 , 0xB7549288B1EE4E5CB0112D3DE02D6658 , 0x82FECD32CB2B41F98E060847B3B7F41E , 0x3ECE1D9CEDAA45139E9BFC24BC6CF163 , 0x81109D6D5CBB442589401E5427212CFC , 0x329849610CF643A8973EC27B03DE6BEA , 0xBA8C8ECA24E34E87864060FB910A8F87 , 0x7C047B09BE704920AD70722D9CBBAED1 , 0x6BA8701D82B74AAE8BEA3098CF77A776 , 0xFEEC8AF14B394E318E2CE9862E6327D9 , 0xF594528E964B4A0FBADEE158B56DCAA4 , 0x2320F1B7176D41E28724359CB17C496C , 0x42EA73D80D544B6A91B5FD9A98803CEF , 0x7DE43A59276348A49A432533EEE8E783 , 0xDA3C330183B04E42A6635B2E5D30438A , 0x2F0CF9035B3D4DD494DB11F867C657A0 , 0xDFF4A3E29E1D49EBB541F3AE750E5F05 , 0xED5EC8F855B04D81AFEABB302389C5BA , 0xAA8A6509532842D89502EEACA59812C1 , 0xDE429B7018D746D08888A6FC0BE98228 , 0x966CA9C8605647A1B813148003DC27F2 , 0xB7E6BACA364B47F39230CACC13E62D7C , 0x929BD53E188C4CE5A988743598EEA2BF , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0xE84C87D2343B4C8CB432DFD9E97654A8 , 0x71EC0B339C2D47349057DB3F3798DD66 , 0x018031D7A6504C70BC9611EFFCA5CB87 , 0xC81B2553A9584A079AF8ED7AC86A280B , 0x4669FDCD345D40E090511DF60FE34747 , 0xD313AA66FD2A4C76AEB9CDEB5D197563 , 0x2EB40206A03549AE99B789986204A29E , 0x1E9B27E1115A4E0385F0372C13FE9750 , 0x6462366562514E5C8CDCCC45A32653C2 , 0x2D5FDCE9715549F4A80B8ED29C6C7BCB , 0x47C93D7E0A0044E1846405FA51D74FD6 , 0xC98AE1E439B846CAA2E091677D440BAD , 0xF4C19D33A4374F20B81F0E6F11E05106 , 0xF700CCF8D19B4CE69A776D2B8E03FCBF , 0x46BED0EDE6F24D88A992C0E6474693CA , 0x6DA3A31794E243D6B45B2F899F60EC5C , 0xEEFB9EA2CF4845A7A2A08692ACF1467D , 0x696185C8F8434874AE7D4F0259A20B7C , 0x6BB8C3039EDE4A499457CC761DA0B0A3 , 0x9664C023C52A4A3BA059CE40F3AA8049 , 0xB4181D8CE73848A095E0901004CAEECF , 0x3C802908877C454BBD14FEC9B7031E89 , 0xE4D4AD0BB4724866901C2B0001776D70 , 0xD2356F84B10549C6B045C1A9BE4CDDCB , 0xBEBBFBA6EF05401D9E7BE7E9C53EA694 , 0x0B8FA99C70F24A959F02C746C58CDB15 , 0x2FE898D6A2FE4D1FA0C95865A625A8A2 , 0x12670C0A49534476A4627EDFA8A8A640 , 0xD772B60125D64F159BE46C037B221F2C , 0xF1AB9615C18F40D2A22EAB75CFC86DC6 , 0xEA235078710040D2B2883EDF5B86BE88 , 0x144E54880EEC4BDDA3F397A811D090E1 , 0xBE4710BE173D48FFBED4659F7B06AAC3 , 0x982FDFCC11944207A95ED2AFA37EA4D2 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xD87645B618C54FE7B4E5439D779D225B , 0xC9EB29E4FD2E4437A0572855DACA354E , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0xD555BE79F1284D019D0FBA821ABE835A , 0x8527FB724DC04B6890409C4F56B55210 , 0xD43B8DDB12834A7FAC461DED65F3F23C , 0x492C0A95234B4518AC08B8BF6EDC032F , 0x73EFB3C9F8834765AF8B9F9ABC747B69 , 0x05A09C16D7EC4E5AB81490235462BA75 , 0xBBB01165934C45129D9806E241C4C118 , 0x87DE4D2AB53B415DB45C786D8CE590FA , 0xEAD5EBFC0DAA40C9976065D365C664AD , 0xDD6F39349C90473F866F3766C27B9179 , 0xFAC01B295E044B589CA4F8B2CCB2868A , 0x8D4B14A849134050BAF1E6131514FC49 , 0xF935DE115D5D43AC966B109ECF35D4F5 , 0xED36BAD85C214591815C8C8B9365917B , 0x41BB79951D5A432E897AFECECE7E47B9 , 0x7F9A9BB4E45647F8B40EE4D24856710D , 0xDE3FFA06531C44ADB98C329FFD3A4695 , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x296A50C52A8942C99DBCDBA401D43F4F , 0xFE4F2B40E61749C191734FF70E0A45C0 , 0x79733850F2F84AA9B42D1C61A8883FA8 , 0xC4CBABC818604CBE942633AEFD777AA6 , 0x89DCD78F1C90423BAFD489F292F2DEB0 , 0x1E218971147D4A04BC1D76B575CEFE00 , 0x89552F8D9DE444FBA02FCDEBF2267482 , 0x084D8960A47C43DF8721E404766BCA3F , 0x32BEC7A1385B4881959A689F706E065E , 0x59AE7C8290E24F378488BA6A31145FC5 , 0xAFBAE945FD2B45F18A2E31493B0A9B8F , 0xF141F0F197634AFB946B7B6B9A507618 , 0x0E6319C53A4C4C2A908F6E1ACB1A2850 , 0x219378D24F604680B75B66617A9CC3F0 , 0x2BA7DACC9B8D417D8EA704BFEE9AA64B , 0xA816FAEB3BA44C0F9D649B1DBA370929 , 0x8832841B589A4FDEB6556DFA4725429B , 0x3231736B477540368F961E43F4C8ACD5 , 0x69E3F70DFE5D48BEB0996B2D57DD4132 , 0xA01216B71DBE473C820787036E2683EE , 0xBC7747CC6DB6494F819AD983D8EA394E , 0xF8AF2C992C39493E86E4A068F759F136 , 0x58B3D0D35A944F7EA9F4A2AE551D606F , 0x2EBF36BC5D734A778C7DB644CD8F312A , 0x7DD1DC64621846AEBF5B45702BBD43A5 , 0xDE700DF76FDE41BC9F81830A7ABA9C1A , 0x124391A372A54749B88BD1E87EA32706 , 0xA6D831B62A334C769BD3487A2727CE22 , 0x5A601E7ECF0644B9AB11C60145339FC6 , 0x3DCD4317E68A41BB8E4E45800AE9652B , 0x211FAFBC86F1403F97AD514F5BED6D56 , 0xF8A3775E786E432D9C0DEDFB38F5CDF5 , 0x133403527E3948D98BFB2DDCA2224A4F , 0xCAA6CB1B15F94506BAEE94AB6DABDB2F , 0x1210EF73292E4834BB02477A20995AE7 , 0x14868CE162BC4D3CBF56FE07BDE1FEBD , 0x7AD6C54C9BE34F03B445D31D6927EDFE , 0x932CF84722F9420DB0FE81BA479611F6 , 0x94391E5449924AB68357CAF7326975CD , 0x135726F264C04274AB108B3C72D4391E , 0xA4C8C6EBD449449486BB8BEFC80F7894 , 0x792B461266CD474CAE2356AA7B2A6D0F , 0xD10A5FA44FCA4975BF014F432F0A51D3 , 0x9697191BF77B49D686AE5CA35C70FA0B , 0x4F1A2C8C5AE44FABA1BF9340C0809894 , 0x35A9DC076BDA4F679D20E46A414DAA02 , 0xD124C09CEA9042EC8CE2EEA49F7105B2 , 0xA156B96B28BE453FB738DFD576BF3309 , 0xFA67665BF40E41D2933AB8E7ED0F1602 , 0xB18473E401C64322BCA40031F57A336F , 0x68FE379991F84DD5A377E64831E860ED , 0xABE6BF27ECB84F93966F2C666754177D , 0x28671CFD645E4120A224FE0230649357 , 0xE51EE137CB0D4E3A8276673023A90476 , 0xCFD6DC9AF5F44B3B933547476F6B88A6 , 0xA9C3208B26794B119DABD142B2665F90 , 0xE0D48D16C9BB4910A64ABC8362BDDBDE , 0x7C145CD33AD14981BD8E8DC497B81406 , 0x925043830B4143A9AFB3AD97282C079D , 0xBF9A6B88FBC74A989DFBBD56AAF7E8B2 , 0xF0B282ABE2FF4B51BE20796043B40460 , 0x2B90301E0DDD4FFC94139C25A09F872B , 0x89EDA59C8AB2485188603FE1844BF9FD , 0x1D4FF7BEFA364326AAAC5307971B55B3 , 0xE747EF8356FE4DB9B003B66FF2E5060B , 0xFB82DDEA8A284CA0A47DD6C3DCF6DA53 , 0x3F2554490D9941C794BB71F5F764CCCD , 0xB525F7BBAF204F47B762228F4ECFD0AB , 0x6B5030A638294AE7B0614AED2E693544 , 0x74C23DEF2F2842418AF16064A77DC50E , 0x756E14612F0A44F8929A0A0DA80A0650 , 0xF16AD85C5CEC492E954D94AF74CE5F5F , 0xC7B07D450D924CDEA940DBAE5E6B5916 , 0x0B580D4DB1AF437BB52AE681045FA3D8 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x740C49DE0E9B44A887DF6F73EAA40B70 , 0xB8300B5F59BA4C0F96A904E0FC146B0E , 0xE09C649155144829B8154605F353DE63 , 0x061240335AE44BA088A60A25356F028B , 0xD96F418E40EF4E66A3A32C494619C26F , 0xC34A952B9F624B3E8FD973BAF9F8E1B5 , 0x17BD255E57904585BA8A88149DFF691A , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x3635FCC77C4E446AA92BBCAECDA3A102 , 0x441A89AF4193491B8F1FE1C682021211 , 0x044AC3E4CAC94813B2AC2CE9C4069CDA , 0xB016DA2B58C04ADC8DAEF9BC750346CB , 0xE7ADEDD46B1E433C83CDF6A3E0B48C4C , 0x8E56D4361856486597B1A5E6D3DA8650 , 0x2006A3EA804A4FF69A0770DA6C9B152C , 0xAC821C264B8740F4B4A9E56FD325C660 , 0xAB1A576559BB413D94987AD83A39C5F2 , 0x598135B2AD054BD5912B695C29B68C7A , 0xA4A8C86177954121A5C1D21756B47A2B , 0x302C26630EE74FF28738A844ED269886 , 0x42678BEBBA584D12B643E7D1D36BBDDA , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0xA55C651EC0FD40F0A8D0D4911F39813B , 0xFF5CAA750E5A4ED6B5344BB2615F59DB , 0x2E1BF3A20CD44D6EB9CAB219ACDD783C , 0x4D19D5A8142541BC891D0E11DA039851 , 0x3BE71D5D0DCF4CAFBB0229B757EBA18D , 0xC5152D0880274F3A91DF61DD2CF0ED35 , 0xEF2C85B7FF7A4A708C90C5EF6BC5389E , 0xDCD1579A57EF42C3A9F76B9AFCA20BD9 , 0x039395FBCB4E41D39E6FAFE087F26B48 , 0x732E4124435746C1AFE0394FD1F5BD51 , 0xA3F8D86B37874BAE93AA7992FD7AF5D4 , 0xAF7E22D24EE4412890C88C3579FBD639 , 0x3F238C229EE6469FA12B3B634A836C1E , 0x2D093652413142DFB48E894DB53DAA26 , 0x0C51130FD77142E098065AB161AB9F3C , 0x95B5E428EEB7403F834536C0259DFBDD , 0x6CF120A66C1D440AB4B3F211CA5ED4E7 , 0x3DA8BF196A3B49808FCE26652CCCD5B9 , 0x2D338F60A8624B08A0B076A6BDA9BD89 , 0x0E84607AF75841A8AF9242E142D32C1B , 0x02F5376DB4DC447FA79E6B944B2D5C1B , 0xA6ED01749045435094BB393D532165CF , 0x5221A02F84804456ABE1DE36EF2952BC , 0x4D487491C1984F918E45F759A671B778 , 0xD6F7CF9DAA8D46C6A26538A3E6F77F05 , 0x44EE2FB601B246B3B4183A7E98D4400A , 0x7893C4C08A7A4EA99A9DA386751AE231 , 0xB95D24B38EFC4680A31A321A6DA501CB , 0x1B98E8C17ECA4D62A7E844987E00FB6E , 0xE986B480220C45AA9E8955E1B1147F13 , 0xDC462B280B1749DA9B04B87CAB060448 , 0xE69D82F05CD3490489A4FA8B6AB69DD3 , 0xC15996F44BB84E6697E0D7F161922726 , 0x96EE73AF49324FE497699A75B1B60222 , 0x4EEA087A9E5D40AD92E69BB06D463763 , 0xA791698F060740EC81872561EF70BB34 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x2A0AEC1B06CD4F1CAEE8659D4902903E , 0xA2A198A0824F4A80A67EF4FCB1854571 , 0x64FAE64898C84D0FAFCD30F9EBF1ED8C , 0xA378A3D35A9E4DEEBDAF104233D64967 , 0xA821025B13F0464C84E855512A64902E , 0xDA55E8F48E2C44CA943DD11D69C6A882 , 0x342C22B947D44BD3884252B1E286BABA , 0xA0199A2ABE774F49871B67DCD1F94F3D , 0xD557A3D8AC874884835B1D19AEE1600A , 0x0063D99F94F84AE4A6245DFE32728347 , 0x4421965451B347D9B98FF8C5F99C64F4 , 0x33235FA1274840FFBB13CDD3B2B4BEAD , 0x8E281119F82F4C18B63FA69D15C03061 , 0x64AA4D5D3EC8485B83FACBCD9938CE41 , 0x833524D4F7C5409B915D2170CFE26734 , 0x8F476E559D4A480BACACE9594A734D6E , 0x008F36161EE342EFA69164D184297A33 , 0x6E1BDA997D50458BA8D53B5AF12A73C6 , 0xA1FD30263A8A4BDF869ADDF794D237BB , 0x4B338C0BFAA3414EBBFEA54682D30CFD , 0x3B4E6267DEBF4727BC49AB382EE6B378 , 0x4B3A07C918844439BE797C82BCF93F5D , 0x866BB386DE0B450FABAA9EA744DDEA55 , 0x03774667CD6143D3BB687D01E5F29D50 , 0xD24A30EB68604E369A521359B244491A , 0x8B798107C64A495792A70E7FBF783207 , 0x581056B5B98043B8AC6C5B1EFFC03094 , 0xFD330E1A691948879377D0380E2E1211 , 0x505305E77711498C9C7542DE6532DEE8 , 0xA0FDE31FCF5E4A1C936BDD6083707D29 , 0xDF376191E67B46D3B38B5F4774DE0224 , 0x47BFB080597843C8999D13E32547B198 , 0x865B53B7840A4511970F9699EA7C6134 , 0x8669E125B004411293092D9DF9BF34C5 , 0x1FA69EDDAABF4DF5971E23B2C718D5DD , 0xA530E5CBBFE84B63868C03BFD7F6BBC1 , 0x95113A15D4474409B2638C58BDD5FC93 , 0xC8998AE94D9D489DBB5134B18C6F5FB4 , 0x9F06F4CF55274037ADD5D68B2C250986 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x68DC61545AA34F3CA50FC30D697CF926 , 0xAD07E8054C5A47F8AEF8E7D732451FF7 , 0xFFB18E2EAB1149289ABFD6CF0703CC22 , 0x7C1315587A2A42FA9DB2D38E304A9CDE , 0x93CADE0264FA4075B445CB25D7F3710A , 0xA5FB416F3696486191CC646289F76A1A , 0x06BAC5FD040148DCB4F1C4B940CE5E24 , 0x7450D68915C04AEF9269466C03004A8E , 0x7D66FF816BFC43E5A35DF0F504CFE3B2 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x70E52FD4923A42919E958298024DCDF3 , 0x1C86779C496A420686F9BC1E8E7EAC8B , 0x63BBE5A8C1994B2489078B503777CC94 , 0xA5885AD7E1CB4B00BD3BDF1DC9899E40 , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0x134C6F9224664ACC9B2774890715DAA5 , 0x760A21E17D8C4D7EAF7A2307328273AF , 0x88286D36B4E44417870F62D69080EE5E , 0xE01C1EC5FA32401180235FDDF417823F , 0xBD7A78BC52D347328DE55D912501B2B5 , 0x32387B88A1614242B91EC7A2717FE9BD , 0x90D5B890996F466A99E44A068F2E5E75 , 0x7E52FABB32FD4C57943F5DE5FC239FFB , 0x17BFD861909C4763B5D79FCCE7C5297B , 0x3ECD4A5C22AA44A5BB75DCD5AA6C3BF4 , 0x503BD247C5A1484292C275237D625F0F , 0x611E0CF9139B4F2B90066FFBB145126C , 0x0AEFDBEB11644D5189CBCD68D73F8FBB , 0xEEB3C5B2C3AA4C5CA05781416B91024D , 0xC7B654AF993E4ECEB334A81D19F687F5 , 0xA351C4D4343B468692D4C13CFCD59B61 , 0x2B8FE71D69A945D88325960FD09E0752 , 0x7565B51CBA814D1CBCDE5895ECB7ECBC , 0x5A1C150DFE414B9487E405BB298B9B3B , 0x0B625DE4010B45C4A52E289CC9F1A652 , 0xAAD25AA236FD45A0A284A5B3CD5483CA , 0xDE068F6056524C6CAD464CF624AE1FBF , 0xEDC783CCC49A4234B6BAAC8D06DA8DB4 , 0x02049224C56347179FA4C013E2CFCD8F , 0xF7DB5B973D164B9C95B0F03812AD0547 , 0xB9A2C3E351C846E39523864C37BEE51A , 0x891472407403429588922CAFB0A8A305 , 0x140C9CF204A54BC888C8C36A1E338946 , 0xBF1BFE364974405293EF4395097256F8 , 0xDB454307406D470685EEDF4601916F4F , 0x132C192094B348E1973A0226A52864BF , 0x6433521B76EE4705AB6644FB32BF7D77 , 0x817E50D64C814494A1F0C5AB4EB1FB6E , 0xBBD3061006A647868EA330B68485755B , 0x52FCBF43BEEF4D369BEF59BD0368FD10 , 0x8ACA2973510443D1AD34C0EC18CB1F7F , 0xAA63B8E774244AA3ACA375CEE83B18A6 , 0xBC8E2C94D92945FB9B0B13A2D101FB9E , 0x69923D8A8DE54BE9935844CF1AE121A3 , 0x88232DF4C33F4B17A50F71A2D1E08C41 , 0x60C98FA8F47F459FB8FD2681B5891694 , 0x3D1FEEA2093F42A0B76996E3A14FFB49 , 0x23817E2C4EB8419F90C3B800639B1BB5 , 0x06538A60DDEF48C7A53C868E90505F4E , 0x4474560272AB496791D54EF84998F05A , 0x036A26BBBE4B4F01AEA80D39BBC9C86D , 0x94F0E5C4B71D4454853CA94C14F8B313 , 0x48F1880080FB4E7DBCB69BC0D85A56AB , 0x9084F1FD2F964A89A5B9E79C0F0F14FD , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x207821A319A14DF891B1DA52CB633BD5 , 0x062661D152D04ADDA36714AAC9A1AB46 , 0xE9E0ABA5C5A4401482059F441C959C05 , 0x3AB3151B544444A9BB61011175D407DA , 0xC5AB144F495C45D1AF742173EB811222 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0x0E94AE42B2E94624B7401044743FA1F2 , 0xDE9F7ED32B79420BA085E18F53581B38 , 0x5901E0C63B024F20954FE585D0AE085F , 0x1E564948A63A4AAAB75C2710769BC919 , 0x10990B3472944C229901430B36C4B4AC , 0x08AB6CEB986C4FE38AE8E5A62D07686B , 0xC312AD8019CC4EF6882708A63676AAFE , 0xE0C7A5656FFD48B184FC1C8E5FAE85EC , 0x8ECEDF0AEDCF48DA9343C771A34B19C4 , 0x3F88015762804AE0881D1581C229A3C9 , 0x732623E8B9BD4CA2B4FD69A0F5FFD9B4 , 0xB82D4D85298E4A5DA955B80CA1567B13 , 0xCB79E9BAB48E40E48660D25CB01BC111 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x798F63F530024716B63728137927A577 , 0xCC2E0C973AB64A99A8A4C3368B790FE6 , 0xFEAC548F812144EA8737497C05B1B396 , 0x9C5332CBA3C44F0F8CAC2EA88514F142 , 0x0A55EF82545845FD8D26D049F6FA826E , 0x137AB040245B46419C5D19E61B554776 , 0x8E87AA0DC58B429DBBA384D01748E66E , 0x641AEC6182FF4EF1BBD9A5202D20F0C7 , 0x2B43A0B43B6F4FA2AFBF694183B86BA9 , 0xB57F400E644D4758892F9F6150C76050 , 0xA56791C8FE6441978612FCE3E3353256 , 0x7979893536284CD5A6FD2ADE57CCB406 , 0xE1EE7BEA1FFB4E7EA6864CCD2C4AFEB4 , 0x4BD24FEB0C724EAC8912702054C51C20 , 0x47ACBB1858DD4661AA5810D7F0CA2E74 , 0x5CEB09C11D094FCD84DB184738D2D083 , 0x84D0789314454723A3E7D9E34328FD4F , 0xAB80F47E137240B2B89FE98783E2E72C , 0x65092324D2EE4C58852E11D4AC397773 , 0x90E0D429E36048A99E703E33467ED707 , 0xCF739FE71FA7405C8DA1E454C4FE9074 , 0xBE0D9389242646DF8A78CFBD362520E4 , 0xA776AD854A6844EF9F7048118EB383B9 , 0xEB98651CFA584A6F9B67810CA331C870 , 0x88F7EBF91B5C4B79A1B4E1C7A2D1CA27 , 0x97F18795E20D4C2F8774C4CBDD3978DE , 0xAB595A1052B14C91BBD46F9B646B2339 , 0x1DD6224F72C24462A036FD96CE306F56 , 0x6A8837AC4D704C26AD0ED946ABB62E8D , 0x7594BA16A2D54227A275724DF17A628F , 0x039F8EDB25AB462C81651097939933EE , 0x2A8DE543FB784CA18D65B3C84D3566CF , 0xBBEF7BDB2D744ACF81EAE3970D68282E , 0xD89A493AA3F64A4982C9E5FB8256A410 , 0x32D4EDC58CA447238C215887CE9FC3D9 , 0xA97ED38A1DEA4A468ABAF22A2BD29D5B , 0x14BA7107CA354D8EB0E1ED6931811E7B , 0x84E42DEDEC91491382903999F6698637 , 0x174D238072E3464493D05A36977B1B36 , 0x0EDC32B246124DA4ADA5B79F4160AA30 , 0x33E6B8DF73D5462599AACD9CA46102D3 , 0x02912B77F6184878852A362C488E1DF5 , 0x5D0D7F3C465E441EB6D025378751CB65 , 0x5C051ED822044BC5B51D6F2017A40C1F , 0x114CF43958F74D33A1B812230108EA4C , 0x83BA19C48ACD4185BED88A42FAD2A202 , 0x6FC107D6A1E249129CC62E39BD3DB5B3 , 0x447DB92BC6984313AC1464B59A54640B , 0x1A8C7647531A4A04938DE9AAA4578AFE , 0xB6CF89949E2B43A58853CEFEA9E1C9AF , 0x928979BCFBC04BA593BE753DEBBE5247 , 0x0DD823FD144549AFBFBF6F88B415A87C , 0xA7B8AEF0AB1343DBBD3704346592EC6A , 0x79B87747C5014C518AF1D3EE5E69F67A ));
Copy
84
3.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 cÙŸ”øJä¦$]þ2rƒG "
b"\x00 Å6\x16\x1E ÒB´ªædÐä)z3 "
b"\x00 Û\x12 n╗\x17 AKìÔïè█ï|ƒ "
b"\x01 €1צPLp¼–\x11 ïü¥Ë‡ "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x02 s(WÔãKG║Óß╝üP\x03 Ò "
b"\x02 ‘+wö\x18 Hx…*6,HŽ\x1D õ "
b"\x02 õ7m´ÜD\x7F §žk”K-\\e "
b"\x03 j&»¾KO\x01 ®¨\r 9»ÉÈm "
b"\x03 wFg═aCË╗h}\x01 Õ‗ØP "
b"\x03 “•ûËNAÓžo¯à‡òkH "
b"\x03 ƒÄ█%½F,üe\x10 ùôÖ3¯ "
b"\x04\x1F Ivü×@š‹•ûôÕPÜØ "
b"\x04 JÃäÊÉH\x13 ²¬,éÄ\x06 œÚ "
b"\x05 *Ò0\x04 þ@\x12 ·S2 ÿP\å "
b"\x05 á£\x16 ÎýNZ©\x14 É#Tb║u "
b"\x05 ÔÅ+;─M_¥÷pÜ┬\x03 ±´ "
b"""
\x06\x12 @3ZäK ˆ¦\n
%5o\x02 ‹
"""
b"\x06 &aÑRÐJÝ£g\x14 ªÉ¡«F "
b"\x06 Sè`¦´HÃÑ<åÄÉP_N "
b"\x06 ºÅý\x04\x01 HÜ´ñĹ@Î^$ "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"\x08 «lë˜lOãŠèå¦-\x07 hk "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\n
U´éTXE²ì&ðI÷·én
"""
b"""
\n
™¶¥Ä»C0¸j'ç€j\x07 ³
"""
b"""
\n
´█Ù\x11 dMQë╦═hÎ?Å╗
"""
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"\v X\r M▒»C{Á*µü\x04 _úÏ "
b"\v b]ä\x01\v EÄ¥.(œÉñ¦R "
b"\v Å®£p‗Jòƒ\x02 ÃF┼î█\x15 "
b"\v µÿ¤Ò"KŸ‡¡Îå÷U\R "
b"\f Q\x13\x0F ×qBà˜\x06 Z±a«Ÿ< "
b"\f Ž#fíÞOM‹áë<„\t Æ– "
b"\r Ø#ý\x14 EI¯¿¿oˆ´\x15 ¨| "
b"\x0E -ƒ½nÞK~®ç,\x04 #ŸµÁ "
b"\x0E c\x19 ┼:LL*ÉÅn\x1A ╦\x1A (P "
b"\x0E „`z÷XA¨¯’BáBÓ,\e "
b"\x0E ”®B²éF$·@\x10 Dt?¡ò "
b"\x0E Ü2²F\x12 M¤¥·ŸA`ª0 "
b"\x10 iPÚ©ÛGþŒjI^õXpË "
b"\x10 ‰bYÈ(B\x1D ¯GÕ`dú߯ "
b"\x10 ™\v 4r”L"™\x01 C\v 6Ä´¬ "
b"\x10 š@½…ÐHš¢°º\x18 °ÎK™ "
b"\x11 Lô9X÷M3¡¸\x12 #\x01\x08 êL "
b"\x12\x10 ïs).H4»\x02 Gz ™Zç "
b"\x12 C‘£r¥GI¸‹Ñè~£'\x06 "
b"""
\x12 g\f \n
ISDv¤b~ߨ¨¦@
"""
b"\x12 qR\e µüG\x04 ë╣Ãà╚à▄Ù "
b"\x12 ÆÏ\x17 ].A_’\x02 òo\x7F ^¢g "
b"\x13 ,\x19 ”³Há—:\x02 &¥(d¿ "
b"\x13 4\x03 R~9HÙ‹û-Ü¢"JO "
b"\x13 Lo’$fJÌ›'t‰\x07\x15 Ú¥ "
b"\x13 W&òdÀBt«\x10 ‹<rÔ9\x1E "
b"\x13 ]~:(HýÉ■L\x0F £‗PÐ "
b"\x13 z°@$[FAœ]\x19 æ\e UGv "
b"\x13 µ^¬è÷O\x00 ¯je»b¿ë& "
b"\x14\f œò\x04 ¥KȈÈÃj\x1E 3‰F "
b"\x14 NTê\x0E ýK¦ú¾ù¿\x11 ðÉß "
b"\x14 †Œáb¼M<¿Vþ\x07 ½áþ½ "
b"\x14 Š}·¹\x17 Fwšñ9›û\x14 ·I "
b"\x14 ║q\x07 ╩5MÄ░ßÝi1ü\x1E { "
b"\x14 ßèr\x12 üGÌ‹i%áx´%# "
b"\x15 \\x1A i÷╝IüùXÚ\x02 Õ·╝┼ "
b"\x15 ‚ÃŒAäOy…þ²õ"Dúj "
b"""
\x16 —¯=ê\x1E J\x7F ˜Qü)\n
\x02 U%
"""
b"\x17 M#€rãFD“ÐZ6—{\e 6 "
b"\x17 ¢%^WÉEà║èê\x14 Ø i\x1A "
b"\x17 ┐ÏaÉ£GcÁ΃╠þ┼){ "
b"\x18 ÓìÂÁfMÿIü–ê¥2_ "
b"\x19 ║<ß\nIéáâü±\x13\x18\x18 J "
b"\x1A\t kK]´DR¯H´ðºˆo€ "
b"\x1A\x0E ‚,hMõ¯Éj’¡\r ’á "
b"\x1A '\x01\x05 nIM¨¾b$¥\x06 @ö— "
b"\x1A Fl^;£O×€-¿¬.è;ž "
b"\x1A îvGS\x1A J\x04 ôìÚ¬ñWè■ "
b"\x1A ÒŸhqâC\x0E ¨È\x18 ÏX¢Û- "
b"\e $`W{½H\x0F ¬z|'5Ø*Ø "
b"\e ˜èÁ~ÊMb§èD˜~\x00 ûn "
b"\x1C †wœIjB\x06 †ù¼\x1E Ž~¬‹ "
b"\x1C ¥\x00 v]\x07 F╠ùÎP9îÌÓü "
b"\x1D O÷¾ú6C&ª¬S\x07 —\e U³ "
b"\x1D ”p>ý_HÛˆj%nßnÃ\x11 "
b"\x1D ╦z Z[I|ø\x01 $\x0F ü\x13 ┘2 "
b"\x1D Ö"OrÂDb 6ý–Î0oV "
b"\x1E !‰q\x14 }J\x04 ¼\x1D vµuÎþ\x00 "
b"\x1E VIH¦:Jª·\'\x10 v›É\x19 "
b"\x1E ›'á\x11 ZN\x03 …ð7,\x13 þ—P "
b"\x1E ┤▒öìUO\x13 »¸ ▓\x00 ╠u¡ "
b"\x1F ¦žÝª¿Mõ—\x1E #²Ç\x18 ÕÝ "
b" \x06 £ê€JOöš\x07 pÚl›\x15 , "
b" x!£\x19 ¡Mø‘±ÚRËc;Õ "
b"!\x05 ‘*\x04 pF§£˜@Ò\x18 º+\t "
b"!\x1F ¯¼†ñ@?—QO[ímV "
b"!“xÒO`F€·[fazœÃð "
b""Qõ«XpFy¤5_áí\x0F ÿ\x18 "
b"#\v „\v Ý\e Oÿ—æpFqÄÓv "
b"# ñ·\x17 mAâ‡$5œ±|Il "
b"#{,\x04 8yNÁ¾"6CWM¸ô "
b"#ü~,N©AƒÉ├©\x00 cø\e Á "
b"$°+\x07 ““Nd†qû%)ÿ<- "
b"%\x06\t ?S\x1C M\©’1£]íé; "
b"%D©®Ì,AŸbîˆ\x00 £çi "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"'P4ê¦\e Lƺ¿pÃí›’á "
b"'¿B\x01 /ÜB罫#¢¯x’ "
b"(\x0E Rä4ÇJ%Žô Ý«$7J "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"(g\x1C ýd^A ¢$þ\x02 0d“W "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b")jP┼*ëB╔Ø╝█ñ\x01 È?O "
b"""
*\n
ý\e\x06 ═O\x1C «ÞeØI\x02 É>
"""
b"*ìÕC¹xLíìe│╚M5f¤ "
b"*Òk_ö E¬°\x18 ËrwQ™\x11 "
b"+C ´;oO¢¯¿iAƒ¸k© "
b"+K‘§õ-I?»ˆL\x16\x11\x1F Ü\x0E "
b"+u¥g\x1F 8CHíà\x1F öj┼Å\x07 "
b"+Åþ\x1D i®EÏâ%û\x0F ð×\x07 R "
b"+É0\x1E \r ¦O³ö\x13 £%áƒç+ "
b"+º┌╠øìA}ĺ\x04 ┐¯ÜªK "
b",ÖÙµÓ@À®\v þšMÏ\x13\x01 "
b"-\t 6RA1BߴމMµ=ª& "
b"-\x19 gu}MÒš¡g…£y\e d "
b"-3Å`¿bK\x08 á░vª¢®¢ë "
b"-_ÜéqUIô¨\v ŽÒœl{Ë "
b".\e ó¢\f ÔMn¹Ê²\x19 ¬Ýx< "
b".\x1D z$Ã~MM–²Ýui=%L "
b".\x7F\x06 Öõ·L3«\r Ø£ñ]Ï\x1D "
b".´\x02\x06 5I®™·‰˜b\x04 ¢ž "
b".┐6╝]sJwî}ÂD═Å1* "
b"/\f ù\x03 [=MÔ”Û\x11 øgÆW "
b"/¶Q\x7F ‚ G\x11 ¡w\x1C ›HA\x11 â "
b"/è˜Ö¢þM\x1F ÉXe¦%¨¢ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0í\x19 \“·Fz‘‡ðwsˆšŸ "
b"0ÿ§\x1C G\t Mò©\x0E ÇØíÆ\x13 ± "
b"1*»CŠ…E¼šßù|IÜU5 "
b"1†’\x1E *ÓE‹½ðÎF¢åÔô "
b"21skGu@6Åû\x1E C¶╚¼ı "
b"28{ˆ¡aBB¹\x1E Ç¢q\x7F é½ "
b"2LOæÊ‘G¤™ºd)xKml "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"2¥Ãí8[HüòÜhƒpn\x06 ^ "
b"2ÔíÅŒ¤G#Œ!X‡ÎŸÃÙ "
b"3#_¡'H@ÿ»\x13 ÍÓ²´¾ "
b"3æ¸ßsÕF%™ªÍœ¤a\x02 Ó "
b"4,"¹GÔKÓˆBR±â†ºº "
b"5qgF,©L\x11 ¿?Ø┐=\x13 :Ð "
b"5†º¢I\v E•¤\f ´EK§ïr "
b"5®▄\x07 k┌OgØ õjAM¬\x02 "
b"65üÇ|NDj©+¼®Í£¡\x02 "
b"7"þ\x14 oÂIvˆx\x07 Ñ×òf\x00 "
b":³\x15\e TDD©»a\x01\x11 uÔ\x07 Ú "
b";NbgÞ¿G'¼I«8.æ³x "
b";òñköÂJ4º=©¤õÅ@C "
b";·ë½Ÿ\x14 NZ„7ð\x06 V‹¸T "
b";ÒH“›‡G¤»g¢ò\x04\x0F ¦© "
b";þ\x1D ]\r ¤L»╗\x02 )ÀWÙíì "
b"<€)\x08 ‡|EK½\x14 þÉ·\x03\x1E ‰ "
b"<²vkܸD‹)ãR¯\r È/ "
b"=\x1F î¢\t ?B ·i–ã¡OûI "
b"=k\x1C ûO\x14 M'†˜°!Õ¥ÇÒ "
b"=¿┐\x19 j;IÇÅ╬&e,╠ı╣ "
b"""
=ÍC\x17 æŠA»ŽNE€\n
ée+
"""
b">Ë÷=–÷N£±Üº`„ø®† "
b">ÍJ\"ªD¥»uÜÕªl;ô "
b">Î\x1D œíªE\x13 ž›ü$¼lñc "
b"?#Œ"žæFŸ¡+;cJƒl\x1E "
b"?%TI\r ™AÇ”»qõ÷dÌÍ "
b"?ê\x01 WbÇJÓê\x1D\x15 ü┬)ú╔ "
b"@Iô}j\x18 K·…Øöõc„bh "
b"AB…2é\x00 AΪw†%\x07 !(û "
b"A»y•\x1D ZC.‰zþÎÎ~G¹ "
b"AÝÂ%eÊDö¥Íá2Ç´‰C "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B\x1E\x01 %QUI׃Óß´·fnz "
b"Bg‹ëºXM\x12 ¶CçÑÓk½Ú "
b"Bõ+\x1A _'InÉ╠ÿI*K╩┌ "
b"BêsØ\r TKj‘µýš˜€<ï "
b"C&Øm¨kJŸ®\x14 º$d‡1\x14 "
b"Cùÿ4¬¡O=¸G¢/=Óõ "
b"D\x1A ë»AôI\e Å\x1F ßãé\x02\x12\x11 "
b"D!ûTQ│G┘╣Ű┼¨£d¶ "
b"DtV\x02 r«Ig‘ÕNøI˜ðZ "
b"D}¹+ƘC\x13 ¬\x14 dµšTd\v "
b"Dî/¶\x01 ²F³´\x18 :~˜Ô@\n "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"E¨¯\x00 †_A8šÞ^´\x1A „\x13 Ð "
b"F\r xâZ9D\x00 …\x01 ³ßüQ<ø "
b"Fi²═4]@ÓÉQ\x1D ÷\x0F ÒGG "
b"F¾ÐíæòMˆ©’ÀæGF“Ê "
b"G\x17 ·‚Ø\x1F Jɱó‹ Üu÷B "
b"GŠxu›µJuµ®öù¬–de "
b"G¬»\x18 XÝFaªX\x10 ×ðÊ.t "
b"G┐░ÇYxC╚ÖØ\x13 Ò%G▒ÿ "
b"GÉ=~\n \x00 Dá„d\x05 úQ×OÖ "
b"GÍÆi ÓAǘ±nÔ=sÛú "
b"HÓõÿ.@DާnïÐïå¬ "
b"Hñˆ\x00 €ûN}¼¶›ÀØZV« "
b"""
I,\n
•#KE\x18 ¬\x08 ¸¿nÜ\x03 /
"""
b"IÏi1h¢NÜØà&┐Â╬╦¹ "
b"Iæ\x00 +fVC5¾ü‡¿Wû~> "
b"J\x04 ü¤(7A_ÖJ&█0-£± "
b"J% ó\x01 $OÄ“‚’ÓÆï·Þ "
b"JU!À¡ðOd„\x18 Ø4¼B\x0E M "
b"K\x04 …ã—KH\x05 ‹’³\x7F NŠŠ¾ "
b"K3Œ\v ú£AN»þ¥F‚Ó\f ý "
b"K:\x07 É\x18 „D9¾y|‚¼ù?] "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"KÒOë\f rN¬‰\x12 p TÅ\x1C "
b"KÜ:s[WNG˜€\t aé½âD "
b"M\x19 Õ¨\x14 %A¼‰\x1D\x0E\x11 Ú\x03 ˜Q "
b"MHt‘Á˜O‘ŽE÷Y¦q·x "
b"Nê\x08 zž]@’æ›°mF7c "
b"O\x06 x{¼ÕH\x14 ˆa…êQ;\x15 ¢ "
b"O\x1A ,ŒZäO«¡¿“@À€˜” "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"P;ÒGÅ¡HB’Âu#}b_\x0F "
b"PS\x05 çw\x11 IŒœuBÞe2Þè "
b"Q2\x11 àÚ»IkŃÏÛ╠¨|î "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"R! /„€DV«áÞ6ï)R¼ "
b"Rv€oºWJɰ®8o\x19 ¬DŽ "
b"Rª6@¨3FFžôóÃÕGvI "
b"Rü¿C¾ïM6›ïY½\x03 hý\x10 "
b"SüÇ▒Õ▄IJ░\x02 ûñ\x17 t¡µ "
b"SÔÒÓ\x12 _KmŽ\x1F\v ¥¥ù-\x10 "
b"T4ô\x16 _\x0E F\f ‰ø\x06 b[Þê7 "
b"TM>A"ìu©.ôÄJ─ "
b"""
Tp~(;\n
C€’à…T\x15 ǵ/
"""
b"V\x02 (‡þzIÿŽ©ù45\x18\x1F Š "
b"V’g¶fvE§‘1b\x18 ÄöFí "
b"X\x10 Vµ¹€C¸¬l[\x1E ÿÀ0” "
b"""
Xj›Ï¬MGà€ù~\n
C\x03 4'
"""
b"X³ÐÓZ”O~©ô¢®U\x1D `o "
b"Xî«ûT\x01 Aò”7Æ– 쯹 "
b"Y\x01 àÆ;\x02 O •Oå…Ю\x08 _ "
b"Y\x7F ˜\e 'BY ~^°ÑÂ5Œ "
b"Yü5▓¡\x05 Kıæ+i\)Âîz "
b"Y«|éÉÔO7äê║j1\x14 _┼ "
b"Z\x1C\x15 \r þAK”‡ä\x05 »)‹›; "
b"Z`\x1E ~Ï\x06 D¹«\x11 Æ\x01 E3ŸÆ "
b"\\x05\x1E Ø"\x04 Kŵ\x1D o \x17 ¤\f\x1F "
b"\ŒÌy«óJ˺cîã?4Sb "
b"\▒ú\x11 Ü■Nëºoí┐gÅ\x10 "
b"\ë\t Á\x1D\t OÍ„Û\x18 G8ÒЃ "
b"]\r \x7F <F^D\x1E ¶Ð%7‡QËe "
b"]\x16 ¢\x17 Ø\r Oƪ•à^«®‚ "
b"_'¯\x01 ê@\x15 ”¨þïŸÞ¤Ù "
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"_…\t ŒBƒIP¼¤Ûõ\e 6̇ "
b"_Òs\x19 .K@|•œÑ\x01 nË×2 "
b"_´\v Ñn¤M¡╗zòÅ‗nı╣ "
b"`édEØ%B*éDÄâåuå¨ "
b"`╔Å¿¶\x7F Eƒ©²&üÁë\x16 ö "
b"a\x1E\f ¨\x13 øO+É\x06 o¹▒E\x12 l "
b"aá5█ß╣Kî®ìb¾┴v¯À "
b"b˜å¸ÿ0Kù´\x17 ©b$RcÏ "
b"b¤Ö:×▄DÕÇ|ÌöÈ'/É "
b"c\´jƒ°Gãü8\x14 «æ-Âs "
b"c»å¨Á™K$‰\x07 ‹P7wÌ” "
b"cÑèm\x14 8Gn·•tô;Hac "
b"d\x1A ìa‚ÿNñ»Ù¥ - ðÇ "
b"d3R\e vîG\x05 «fDû2¿}w "
b"db6ebQN\ŒÜÌE£&S "
b"dªM]>ÈH[ƒúËÍ™8ÎA "
b"dúæH˜ÈM\x0F ¯Í0ùëñíŒ "
b"e\t #$ÒîLX….\x11 Ô¬9ws "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"fdæÕ:lLϳ\x15 ~¬þÀ}\x13 "
b"f¤▓\x1A ƒ░Cô®^¾dü▀ÔÉ "
b"hÜaTZ£O<¥\x0F Ã\r i|ù& "
b"hþ7™‘øMÕ£wæH1è`í "
b"ia…ÈøCHt®}O\x02 Y¢\v | "
b"iï$/²\r C«ìÖ║\x19\x1C q,\x14 "
b"iÆ=èìÕKÚôXD¤\x1A ß!ú "
b"iã÷\r þ]H¾°™k-WÝA2 "
b"jê7¼MpL&¡\x0E ┘F½Â.ì "
b"kP0¦8)Jç°aJí.i5D "
b"km=Iì³F}¢ùd\x04\x00 ‰Š¡ "
b"k¨p\x1D ‚·J®‹ê0˜Ïw§v "
b"k¸Ã\x03 žÞJI”WÌv\x1D °£ "
b"lÞöG9ÌD\x01 ¿¿á«+ôÕ\x00 "
b"""
lñ ¦l\x1D D\n
´³ò\x11 Ê^Ôç
"""
b"m,,=\t +EÆ’X®XÈ4É\x10 "
b"mnÉ!¿µA׹ůJ4ž\x15 ¯ "
b"m—\x04 ‹:\x18 Hå˜BYÑEÆN© "
b"m££\x17 ”âCÖ´[/‰Ÿ`ì\ "
b"n\e Ú™}PE‹¨Õ;Zñ*sÆ "
b"nJÉÐ\x7F RE┬º\x7F vµ\x05 iíà "
b"n½’B§\x03 Eð‹åÀ\x1C\x1A Û¾þ "
b"oÁ\x07 Ö¡âI\x12 œÆ.9½=µ³ "
b"oÒ\x0F u\x17 ÂH\x1F ¾•`³¡§n… "
b"oÌØA`ÃJQåøZÄ┘ r\x7F "
b"pXª˜bgCÖ²í^0.@ÜÄ "
b"på/Ô’:B‘ž•‚˜\x02 MÍó "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"qý\v 3£-G4ÉW█?7ÿ¦f "
b"ru\x19 åê™E¼³…Vdž°F/ "
b"r×\f gæGMܱû©e±.ÍŠ "
b"s&#è¹½L¢´ýi õÿÙ´ "
b"s.A$CWFÁ¯à9OÑõ½Q "
b"s=Ç£ ÁN׈`D±RIʘ "
b"s \x1E C¸HHš¬D¦¢¼5Í© "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"sï³ÉøƒGe¯‹Ÿš¼t{i "
b"t\f IÞ\x0E ›D¨‡ßosê¤\v p "
b"tPÖ‰\x15 ÀJï’iFl\x03\x00 JŽ "
b"tÂ=ï/(BAŠñ`d§}Å\x0E "
b"t▀&\x13 ®=G┐Ä─ؤÅóÎþ "
b"u\x1E ´ðØúC£¥ÁJ┼Í'oü "
b"ueÁ\x1C ║üM\x1C ╝ÌXòýÀý╝ "
b"""
un\x14 a/\n
Dø’š\n
\r ¨\n
\x06 P
"""
b"uö║\x16 óıB'óurM±zbÅ "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"""
v\n
!á}ŒM~¯z#\x07 2‚s¯
"""
b"vx\r ì\x04\x18 K└║\x11 y═©\v ìþ "
b"vì7¬m&M└«3Õu½µQÁ "
b"vå\x1A ö]\x02 N\x00 ‰Û¤\f E\f 0* "
b"vþRˆ\r õK/’›j0 SU© "
b"xô─└èzN®ÜØúåu\x1A Ô1 "
b"xïl䈵FÛ¡¯ìfÔ™ÙŸ "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"y\t\x11 *XçE\x15 »-M\x01 <?Éu "
b"y!Ù\x10 ‚H²…’ÁÄ^GF— "
b"y+F\x12 fÍGL®#Vª{*m\x0F "
b"ys8PòøJ©´-\x1C a¨ˆ?¨ "
b"yy‰56(LÕ¦ý*ÞWÌ´\x06 "
b"yÅc§0\x02 G\x16 Â7(\x13 y'Ñw "
b"y§†\x00 QŸBXµäõW\x19 K$C "
b"y¸wGÅ\x01 LQŠñÓî^iöz "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"zÖÅL›ãO\x03 ´EÓ\x1D i'íþ "
b"zßòc™\x19 B⿽°>«<„ö "
b"{,Œ„{BMN–"Ïrõ£¡‰ "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b"|\x04 {\t ¾pI pr-œ»®Ñ "
b"|\x13\x15 Xz*B·Ø▓ËÄ0J£Ì "
b"|\x14 \Ë:ÐIü¢Äì─ù©\x14\x06 "
b"|:ÐD¨QI}”rE¹Ð)^ï "
b"|J|H\x06 ,J'ƒTõ=ó\x05 ßÀ "
b"|©\x1A èìžDÇŽN\x05 ´¿ƒ\v û "
b"}VÓ!ÖƒJ$£Q\x14 ½É§^Ê "
b"}f ük³CÕú]§\x04 ¤Ò▓ "
b"}ÑÜdb\x18 F®¿[Ep+½C¥ "
b"}ä:Y'cH¤šC%3îèçƒ "
b"~Rú»2ýLW”?]åü#Ÿû "
b"~ñMº´ÄC „”\x15 U¿¯Jð "
b"\x7F \Æü\e ®K\v ü\x18 \÷└╗FC "
b"\x7F š›´äVGø´\x0E äÒHVq\r "
b"ü\x10 Øm\╗D%ë@\x1E T'!,³ "
b"ü~PÍLüDöí┼½N▒¹n "
b"‚þÍ2Ë+AùŽ\x06\x08 G³·ô\x1E "
b"ƒ5$Ô÷Å@›‘]!pÏâg4 "
b"ƒº\x19 ÄŠÍA…¾ØŠBúÒ¢\x02 "
b"„\e £x—CG×µl‰\t\v .Vø "
b"„7+†3AHó®F\x13 O R÷X "
b"„Q\x11 S|YC®•ô˜Äâ¿Sß "
b"„ÀsÆ \v A9˜/ñþZóŠa "
b"„Ðx“\x14 EG#£çÙãC(ýO "
b"äõ-ÝýæI\x13 éÉ9Ö÷iå7 "
b"à'¹rM└KhÉ@£OVÁR\x10 "
b"àpM7ÓJM3üÀðó D║; "
b"…‘m<<ØG÷´û¼\x02 ¬µpM "
b"å\x18 Àóü®AË┤├íFã\x13 uø "
b"å%qÒ┼ZBż^½t█Í\x18 ù "
b"""
†[S·„\n
E\x11 —\x0F –™ê|a4
"""
b"åiß%░\x04 A\x12 ô\t -ب┐4┼ "
b"†k³†Þ\v E\x0F «ªž§DÝêU "
b"†ë瞣O@‚µÅHÕ˜Q½‘ "
b"çÌM*Á;A]┤\xmîÕÉ· "
b"ˆ#-ôÃ?K\x17 ¥\x0F q¢ÑàŒA "
b"ê(m6┤õD\x17 ç\x0F bÍÉǯ^ "
b"ˆ2„\e XšOÞ¶UmúG%B› "
b"ˆìÝË•Ct—ðR„í;\x0E f "
b"ˆ¼óÄjI@\r £™Z¿„}Œ] "
b"ˆ÷ëù\e \Ky¡´áÇ¢ÑÊ' "
b"‰\x14 r@t\x03 B•ˆ’,¯°¨£\x05 "
b"ëU/ìØõD¹á/═Ù‗&té "
b"ë▄ÎÅ\x1C ÉB;»Èë‗Æ‗Ì░ "
b"‰í¥œŠ²HQˆ`?á„Kùý "
b"è!Ó·ü▀MKƒ5E\x05 úD?1 "
b"èP\x04\x1C Å_OsÅsï█Q─╗ý "
b"ŠÊ)sQ\x04 CÑ4Àì\x18 Ë\x1F\x7F "
b"è¤ÁÉ15H‗ò\x12\x02\x18\x05 ò╬± "
b"ïyü\x07 ãJIWƺ\x0E\x7F ┐x2\x07 "
b"‹Ó#ÿÇ[A÷‘*Ö0$Æ\r © "
b"ïÍZÅ¡bE╝åv(±ªø<Ú "
b"î«öIüzChÖRzik0"¯ "
b"ì5ãfL@Sû╠Ø\x07\e ç!@ "
b"ìK\x14 ¿I\x13 @P║±µ\x13\x15\x14 ³I "
b"ì¡5>\x18 C\x0E »▄\v Á\x0F ®‗2 "
b"ì²û8¶2Hh×G\x12 µò[Á╬ "
b"Ä(\x11\x19 °/L\x18 Â?ªØ\x15 └0a "
b"ŽVÔ6\x18 VHe—±¥æÓÚ†P "
b"Äç¬\r ┼ïBØ╗úäð\x17 Hµn "
b"""
ŽÎß\n
íÏHÚ“CÇq£K\x19 Ä
"""
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"ÅGnUØJH\v ¼¼ÚYJsMn "
b"Åýc\e 9kJ?ºÆqÁ£n§Ð "
b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14 ² "
b"Éı©ÉÖoFjÖõJ\x06 Å.^u "
b"ÉÓÈ)Ò`H®×p>3F~Î\x07 "
b"æZ°ÿÖXLVÉ\x06 û~¬ÚÙy "
b"ÆPCâ\v AC®»│¡ù(,\x07 Ø "
b"’‰y¼ûÀK¥“¾u=ë¾RG "
b"’›Õ>\x18 ŒL婈t5˜î¢¿ "
b"Ƭƒ\x08 »IJ▓Ç\x01 z¹■ìÇ= "
b"ô,°G"¨B\r ░■ü║Gû\x11 ÷ "
b"“Œ[’%ÚL\x18 —Ú\x16 Ç>YŸÙ "
b"“ÊÞ\x02 dú@u´EË%×óq\n "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"”9\x1E TI’J¶ƒWÊ÷2iuÍ "
b"”F©ƒ…«N£§§†ö'ø•à "
b"”ðåÄ·\x1D DT…<©L\x14 ø³\x13 "
b"•\x11 :\x15 ÔGD\t ²cŒX½Õü“ "
b"òÁõ(¯À@?âE6└%ع¦ "
b"û/33‗íL`Å\e 4Gªmë, "
b"–YлÔtF¶¢ö\x02 (*=\x02 ° "
b"–dÀ#Å*J; YÎ@óª€I "
b"–l©È`VG¡¸\x13\x14 €\x03 Ü'ò "
b"–—\x19\e ÷{IÖ†®\£\pú\v "
b"û®\x10 ƒmØC2¥"aýܾ┌1 "
b"–Ð.lR·JóŽ7™xÏ7ˆ/ "
b"–îs¯I2Oä—išu±¶\x02 " "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"—ñ‡•â\r L/‡tÄËÝ9xÞ "
b"˜/ßÌ\x11 ”B\x07 ©^Ò¯£~¤Ò "
b"˜LMÎùžLN˜þÅÍZO\x08 Ó "
b"ÿ¼jÒÂÜO}ª¬»8éì" "
b"™NPM‰ÞOô³–³=\f yŸ` "
b"›\x06 ¼ÖÄ-L\t ®ïÁF”ô:ÿ "
b"›\x19 ”èS…@£¥Áëžõ…\x07 ¢ "
b"ø£¤═BÓEm®\x0F ü÷2hÕÕ "
b"œS2Ë£ÄO\x0F Œ¬.¨…\x14 ñB "
b"œ‚”é˜ÞHõšfMŸ\x1C ÷´Å "
b"œ«nÇ‘zF ¤;žCÔaé2 "
b"ØE█Ù¬9Jâ╣ߨ^õÖ╬Ò "
b"žvÝq¹lGf’à·4‚iíº "
b"Ÿ\x06 ôÏU'@7ÕÖ‹,%\t † "
b" \x12\x16 ·\x1D ¾G<‚\x07 ‡\x03 n&ƒî "
b" \x19 š*¾wOI‡\e gÜÑùO= "
b" @(Ç\x17 MG\x18 Ž\x03 ó\x03 žü‘¼ "
b" ýã\x1F Ï^J\x1C “kÝ`ƒp}) "
b"¡V¹k(¾E?·8ßÕv¿3\t "
b"¡q’VT…D9¤ë¦•F˜R¹ "
b"¡ý0&:ŠK߆šÝ÷”Ò7» "
b"ój4\x19\x08 WF▀ºbyIèìr‗ "
b"óîQ\x17 'ÏGGÅzs±t\e âá "
b"¢¡˜ ‚OJ€¦~ôü±…Eq "
b"ú9\x03 ¨üæL\x07 ö\x18 G\x1C kuIÞ "
b"£F"«1¾F>ŸDöáš3ÆÑ "
b"£QÄÔ4;F†’ÔÁ<üÕ›a "
b"£x£ÓZžM\x10 B3ÖIg "
b"£øØk7‡K®“ªy’ýzõÔ "
b"ñH©╠0!Ip▓d±\f T'\Ø "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¤ÈÆëÔID”†»‹ïÈ\x0F x” "
b"¥0åË¿èKc†Œ\x03 ¿×ö»Á "
b"Ñ\e\x1E └²@¿ðÈæ\x1F 9ü; "
b"¥g‘ÈþdA—†\x12 üãã52V "
b"¥ˆZ×áËK\x00 ½;ß\x1D ɉž@ "
b"¥ûAo6–Ha‘Ìdb‰÷j\x1A "
b"ª6ØÜöBÉè~╩\x04 _╗¾÷ "
b"¦Ø1¶*3Lv›ÓHz''Î" "
b"ªÝ\x01 tÉECPö╗9=S!e¤ "
b"§v…JhDïŸpH\x11 ޳ƒ¹ "
b"ºæiÅ\x06\x07 @ýüç%a´p╗4 "
b"ºáö¯b¶GP┐└ô«ÉÃch "
b"§ Ñ\x1D ?\f N\x01 ¢PÐ\x0E Zcé! "
b"§¸®ð«\x13 CÛ½7\x04 4e’ìj "
b"¿\x16 ·Ù;ñL\x0F Ødø\x1D ║7\t ) "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"¨Ù˜Ö"‘BoœM#h,Á©o "
b"¨Þ…çhæK+‚;épóÛ\x15\x1F "
b"®~Ëè\x1D ÛJFè║‗*+ÊØ[ "
b"®äWÐw\x1D G¯Æ\x7F ܧCì_ä "
b"©Œf9,nL‘‡ñ\x18 ¸\x02 g‰M "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"®├ ï&yK\x11 ؽÐB▓f_É "
b"ª\x1A j~JwLF³«ãe…\x07 ¹\x04 "
b"ªc¸çt$J£¬£uÎè;\x18 ¦ "
b"ªŠe\t S(BØ•\x02 ˜\x12 Á "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"ªÒZ¢6ýE ¢„¥³ÍTƒÊ "
b"«\x1A WeY»A=”˜zØ:9Åò "
b"«YZ\x10 R±L‘»Ôo›dk#9 "
b"«€ô~\x13 r@²¸Ÿé‡ƒâç, "
b"½à\x03\v\x02 /K=ɰS.\x10 äÖ£ "
b"«æ¿'ì¸O“–o,fgT\x17 } "
b"¬‚\x1C &K‡@ô´©åoÓ%Æ` "
b"¼│¸\t :AGÖ¼f\x1D ¥¾üÜ· "
b"\x07 è\x05 LZGø®øç×2E\x1F ÷ "
b"¯\x04 …\x10 FÏAÕ¾ã17ÏU“¦ "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"»~"ÊNõA(É╚î5y¹Í9 "
b"""
»║ÚE²+E±è.1I;\n
øÅ
"""
b"¯ág\x0F SõBýˆ¢²),ÿ8y "
b"░\x16 ┌+X└J▄쫨╝u\x03 F╦ "
b"±„sä\x01 ÆC"¼¤\x00 1õz3o "
b"±´BŽc=G$¶\x1D eSr÷€\x11 "
b"│\x14 »╬\x11\x1A OÉïu±$܃ÎB "
b"┤\x18\x1D îþ8HáòÓÉ\x10\x04 ╩¯¤ "
b"´C\x16\v 'b@}Š4]Á\x0F V\x10 É "
b"´“RÄÉîLΨ\x1C\x1C ØD{‹` "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"Á%¸╗» OGÀb"ÅN¤ð½ "
b"µ\x7F @\x0E dMGX‰/ŸaPÇ`P "
b"µç/\x08 à}L´¨\x14 2\f è~Úz "
b"¶N\x05 7ùŸJ|ƒÊÑ¿Ó%<d "
b"¶Ï‰”ž+C¥ˆSÎþ©áɯ "
b"·T’ˆ±îN\°\x11 -=à-fX "
b"·æºÊ6KGó’0ÊÌ\x13 æ-| "
b"·õQ\x16 fàL³°1•A,¬· "
b"¸-M…)ŽJ]©U¸\f ¡V{\x13 "
b"¸0\v _YºL\x0F –©\x04 àü\x14 k\x0E "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"¹]$³ŽüF€£\x1A 2\x1A m¥\x01 Ë "
b"╣a>Ø1ìJ$ÉÀ\x7F L\x10\v 8¶ "
b"¹xÇgÝ*Fj¯\x1A x\x0E ¯\x1F Öœ "
b"¹¢ÃãQÈFã•#†L7¾å\x1A "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"""
║îÄ╩$ÒNçå@`¹æ\n
Åç
"""
b"»sàðïØHÓ²\x0F Ô#’m}L "
b"»ŒÛ\e î{Oȧ\x17 ¸¶\v Ôiþ "
b"╗░\x11 eôLE\x12 Øÿ\x06 ÔA─┴\x18 "
b"»Ó\x06\x10\x06 ¦G†Ž£0¶„…u[ "
b"╗´{█-tJ¤üÛÒù\r h(. "
b"¼\e IÏÁzB\x15 Œz%b\x16 ¢8‡ "
b"╝wG╠mÂIOüÜ┘âÏÛ9N "
b"¼Ž,”Ù)Eû›\v\x13 ¢Ñ\x01 ûž "
b"¼•ëÆç¤EH«ö=ó²o„œ "
b"¼Ê«’nÝD,¯¯ñ\r Rpƒš "
b"¢#¹"AbIäöÂÊìM\x14 lõ "
b"¢zx╝RËG2ìÕ]æ%\x01 ▓Á "
b"¾\r “‰$&FߊxϽ6% ä "
b"¾*‹W–N‡°Ü mUM¶÷ "
b"¾3~–+ÓAˆ˜·9àíØ¬× "
b"¾G\x10 ¾\x17 =Hÿ¾ÔeŸ{\x06 ªÃ "
b"¾»û¦ï\x05 @\x1D ž{çéÅ>¦” "
b"¿\e þ6It@R“ïC•\t rVø "
b"┐Ükê¹ÃJÿع¢V¬¸Þ▓ "
b"ÁCcTy»MЫ/+Eïò™\x06 "
b"ÁY–ôK¸Nf—à×ña’'& "
b"ÁbÉQ;\x1D BPŒMI´\x7F ´Üq "
b"Áhñp÷‚Eùƒ\x0E íïè6ôÖ "
b"Â{ªà0²E\x03 ÿ˜z1–AR "
b"Âùá©Îö@›—ߥã\x1D\x7F ñ^ "
b"Ã\x12 €\x19 ÌNöˆ'\x08 ¦6vªþ "
b"Ã\x19 Ê)ÍÁBՄǶ\x12 s\x11 ¼g "
b"├Jò+ƒbK>Å┘s║¨°ßÁ "
b"ÄË«È\x18 `L¾”&3®ýwz¦ "
b"Å\x15 -\x08 €'O:‘ßaÝ,ðí5 "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"Ç]ÜÁ…nKЯ×\x05 \r \x0F ³î "
b"ǰ}E\r ’LÞ©@Û®^kY\x16 "
b"ǶT¯™>Nγ4¨\x1D\x19 ö‡õ "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"È\x10 Ã\x13 ú–B_¹\x0E ‹ê¾øR¤ "
b"È\e %S©XJ\x07 šøízÈj(\v "
b"╚êIØ\x08 xE└Ü\x1C §‗äå\x16 ~ "
b"╚ÖèÚMØHØ╗Q4▒îo_┤ "
b"ÉŠáä9¸FÊ¢à‘g}D\v "
b"Éë)äý.D7 W(UÚÊ5N "
b"ʦË\e\x15 ùE\x06 ºî”«m«Û/ "
b"ÊõíM¸÷Eµ€_$ïn}ú\x08 "
b"Ëy麴Ž@ä†`Ò\°\e Á\x11 "
b"╦ü\x07 Ü`5O0ò£¢│¬ ┴\ "
b"˧ð–õ®H¶’a-\x03 ×\x06 ”˜ "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"Ì.\f —:¶J™¨¤Ã6‹y\x0F æ "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"ÌÃ\x16 ]‹gK‚ŠzœüH2QU "
b"Ìâ7rŒšD0•Õ¬¬%XÊ+ "
b"ÍUíB¢¢Bê§gäUñ‚\x08 \r "
b"Î\x15 „\x0E æ3G”¾™\x00\x11 „ô{d "
b"╬9ü¢âÂOÏ»ÛW┬ïÏ$n "
b"ÎÝ|˜NëI’™¶ÔW?½Ó¦ "
b"¤sƒþ\x1F º@\ìíõT─■Ét "
b"¤▓5E\x11 ═I(æT>XØo!ø "
b"ÏÖÜšõôK;“5GGokˆ¦ "
b"Ðx‰Fr¿Aù»¯õ‰nJ{j "
b"""
Ñ\n
_¤OÊIu¿\x01 OC/\n
QÓ
"""
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Ð$└£ÛÉBýîÔ¯ñƒq\x05 ▓ "
b"Ò5o„±\x05 IưEÁ©¾LÝË "
b"Ò5¿‹S^E࣒\x7F Â\x00 È{l "
b"ÒJ0ëh`N6šR\x13 Y²DI\x1A "
b"Ó\x13 ªfý*Lv®¹Íë]\x19 uc "
b"È;ì█\x12 âJ\x7F ¼F\x1D Ýe¾‗< "
b"ıU¥y±(M\x01 Ø\x0F ║é\x1A ¥âZ "
b"ÕW£Ø¬‡H„ƒ[\x1D\x19 ®á`\n "
b"͸¤Ø¬ìFãóe8úµ¸\x7F\x05 "
b"×r¶\x01 %ÖO\x15 ›äl\x03 {"\x1F , "
b"ÏvEÂ\x18 ┼Oþ┤ÕCØwØ"[ "
b"ØšI:£öJI‚Éåû‚V¤\x10 "
b"ÙoAŽ@ïNf££,IF\x19 Âo "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"Ù縯\x14 `O>ƒS8‰6tÒ1 "
b"Ú<3\x01 ƒ°NB¦c[.]0CŠ "
b"ÚUèôŽ,DÊ”=Ñ\x1D iƨ‚ "
b"ÛEC\x07 @mG\x06 …îßF\x01 ‘oO "
b"Ûµ\x18\x05 ÛED\x07 žßª}}X)Î "
b"ÜF+(\v\x17 IÚ›\x04 ¸|«\x06\x04 H "
b"ܸT6#™M%¦`—D0˜zO "
b"ÜÑWšWïBé÷kšü¢\v Ù "
b"▄ÎF\x17\x04\x14 EX▒í½█\x02\x7F Øb "
b"¦o94£ÉG?åo7f┬{æy "
b"¦█Àwì£K╔©·qE±l\x01 / "
b"Ì\x06 Å`VRLl¡FL÷$«\x1F ┐ "
b"Þ?ú\x06 S\x1C D¹Œ2Ÿý:F• "
b"ÞB›p\x18 ×FЈˆ¦ü\v é‚( "
b"ÌLÎØü\x13 L"ªètºÞ"\x0F * "
b"Þ]¥qB½Hº©^åPÓÀøù "
b"""
Ìp\r ¸oÌA╝ƒüâ\n
z║£\x1A
"""
b"Þ}¸»ý9M0›À\x02 „|ù“ô "
b"̃~Ë+yB\v áàßÅSX\e 8 "
b"ß7a‘æ{FÓ³‹_GtÞ\x02 $ "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"▀üï\t úÌGv¢%╩hY\x7F 8‗ "
b"ßô£âž\x1D IëµAó®u\x0E _\x05 "
b"à\e ‘ØJïD׆Ñy\x17 I¯"í "
b"à\x1C\x1E Åú2@\x11 €#_Ýô\x17 ‚? "
b"à\x1F ç-\x00 ³B\x00 °äW:yn\x18 / "
b"ÓYÅ®U)Fƺ\x03 íµÓ┘ðë "
b"àœd‘U\x14 H)¸\x15 F\x05 óSÞc "
b"àÇ¥eoýH±„ü\x1C Ž_®…ì "
b"ÓÈì\x16 ╔╗I\x10 ªJ╝âb¢█Ì "
b"á5ý݇ûJ¾ˆA\x0F VŠt®L "
b"ßü=\x19 S├M3░┘▓~ıç8å "
b"á™ÍÃf\x10 CY…–,’h5\x00 ¿ "
b"á \x13 ýNýC\r ¶tH¹³CQ§ "
b"áî{ê\x1F ûN~¦†LÍ,Jþ´ "
b"ã3\x00 æÑ½M|ž£›eGÁgy "
b"õ\x1E ÷ÅH┬F╠Ü]■£X7·% "
b"õÈ¡\v ┤rHfÉ\x1C +\x00\x01 wmp "
b"äãJeôUA€½2:\x0E ùùeÏ "
b"äí"ºµÍN»¶\f\x1E ¹\x17 »GÜ "
b"å\x14 Pª`üKšµt”Qå¹ý5 "
b"å\x1E á7Ë\r N:‚vg0#©\x04 v "
b"µØé\ËI\x04 ëñ·ïjÂØË "
b"çGïƒVþM¹°\x03 ¶oòå\x06\v "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"çíÔk\x1E C<ƒÍö£à´ŒL "
b"þ█»"\x00 rEdÉføÌµ■QÏ "
b"èL‡Ò4;LŒ´2ßÙévT¨ "
b"醴€"\f Eªž‰Uá±\x14\x7F\x13 "
b"é૥Ť@\x14 ‚\x05 ŸD\x1C •œ\x05 "
b"ê\x17 s¸¢A@å¹Â¤¹\x14 èØŠ "
b"ê#Pxq\x00 @Ò²ˆ>ß[†¾ˆ "
b"ê¶äù·üA\x1D µ1ç¼n/"ü "
b"êÕëü\r ª@É—`eÓeÆd "
b"ë)/´\x0E ¢Ocœ\x12 ‹c˜uÏ\x19 "
b"Ù0à)Å\x0F Kæä9í\e '?=% "
b"ë2/§1¶G=¥äQ\r €¯‰” "
b"Ùÿe\x1C ·XJoøgü\f ú1╚p "
b"Ý6║Ï\!Eæü\îïôeæ{ "
b"Ý^╚°U░Mü»Û╗0#ë┼║ "
b"ÝÃâ╠─ÜB4Â║¼ì\x06 ┌ì┤ "
b"¯│┼▓├¬L\áWüAkæ\x02 M "
b"î÷‘\x1A X\x02 N µJ\x02\x0F Ù[~Ý "
b"îûž¢ÏHE§¢ †’¬ñF} "
b"´,àÀ zJpîÉ┼´k┼8× "
b"\x12 ?qDB›|È\x1E %¸¥* "
b"ï’MƼ£Cˆ“…UÛd›X½ "
b"ð_4\x1E\x05 ÄJ\f š5O»¤/bê "
b"𲂫âÿKQ¾ y`C´\x04 ` "
b"ñAðñ—cJû”k{kšPv\x18 "
b"ñjØ\\ìI.•M”¯tÎ__ "
b"±½û\x15 ┴Å@Êó.½u¤╚mã "
b"±╬Ï«■\x04 C┘»üxLlß\x03 / "
b"óyÆ·bÑDb…ƒ$óVŽ·g "
b"ó™¼VÕ¨DL¡R«š×\x01 «z "
b"ôU‚\x0E ³ÊNn«V1)ÿ \x06 "
b"ô_\x10 QZFH\x05 ¨¶(Ô‰\x15 Õá "
b"ôv3\x13 ¯›C”°\x02 Ň\x10 IÇ¢ "
b"ô•Î0æ†Mê›d¾Â\x0E Aï× "
b"¶┴Ø3ñ7O ©\x1F\x0E o\x11 ÓQ\x06 "
b"õ”RŽ–KJ\x0F ºÞáXµmʤ "
b"÷;0─C?A·æÄÇÅ\x05 Öë╩ "
b"÷¤ß×9þCX¬á┘}>ì4╚ "
b"÷\x00 ÌøÑ›Læšwm+Ž\x03 ü¿ "
b"÷Û[—=\x16 Kœ•°ð8\x12 \x05 G "
b"°+§ì6SF\x1D ┐7H\x01 NY9l "
b"ø£w^xnC-œ\r íû8õÍõ "
b"ø¯,™,9I>†ä h÷Yñ6 "
b"ù5Þ\x11 ]]C¬–k\x10 žÏ5Ôõ "
b"úgf[ô\x0E AÒ“:¸çí\x0F\x16\x02 "
b"úÀ\e )^\x04 KXœ¤ø²Ì²†Š "
b"û‚ÝêŠ(L ¤}ÖÃÜöÚS "
b"ûÒ\x07 ¡ÏFj´{l½#Ÿ«· "
b"ü4w\v rFB\x06 ‰rÔG¹žÝ( "
b"³H¿Ú>íAßü┴Ñû■m\x05\x1E "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"³░b\x7F ╩\x08 CÚ║┐I¦ÀØø\x17 "
b"ü΂#\x12 ïJ6©aº›ïØ]Ì "
b"ý3\x0E\x1A i\x19 H‡“wÐ8\x0E .\x12\x11 "
b"þ\x12 ‡!N^B‚‡_e\x03 !»„½ "
b"""
þO+@æ\x17 IÁ‘sO÷\x0E \n
EÀ
"""
b"■¼TÅü!DÛç7I|\x05 ▒│û "
b"þìŠñK9N1Ž,é†.c'Ù "
b"ÿ\ªu\x0E ZNÖµ4K²a_YÛ "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿ™!\x07 m\r J‡’YE\x19 ¹ß¸S "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b"ÿ±Ž.«\x11 I(š¿ÖÏ\x07\x03 Ì" "
b".‰`ú\x17 ýD\x19 ª«9[¦§H¤ "
]
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 (0x0063D99F94F84AE4A6245DFE32728347 , 0x008F36161EE342EFA69164D184297A33 , 0x00EA126EBB17414B8DE28B8ADB8B7C9F , 0x018031D7A6504C70BC9611EFFCA5CB87 , 0x02049224C56347179FA4C013E2CFCD8F , 0x02732857E2C64B47BAE0E1BC815003E3 , 0x02912B77F6184878852A362C488E1DF5 , 0x02F5376DB4DC447FA79E6B944B2D5C1B , 0x036A26BBBE4B4F01AEA80D39BBC9C86D , 0x03774667CD6143D3BB687D01E5F29D50 , 0x039395FBCB4E41D39E6FAFE087F26B48 , 0x039F8EDB25AB462C81651097939933EE , 0x041F4976FCD7409A8B95FBF4D550DCD8 , 0x044AC3E4CAC94813B2AC2CE9C4069CDA , 0x052AD23004FE4012B75332A0FF505CE5 , 0x05A09C16D7EC4E5AB81490235462BA75 , 0x05E28F2B3BC44D5FBEF6709AC203F1EF , 0x061240335AE44BA088A60A25356F028B , 0x062661D152D04ADDA36714AAC9A1AB46 , 0x06538A60DDEF48C7A53C868E90505F4E , 0x06BAC5FD040148DCB4F1C4B940CE5E24 , 0x084D8960A47C43DF8721E404766BCA3F , 0x08AB6CEB986C4FE38AE8E5A62D07686B , 0x0A38581650A342BB97478E5552350B97 , 0x0A55EF82545845FD8D26D049F6FA826E , 0x0A99B6A5C4BB4330B86A27E7806A07B3 , 0x0AEFDBEB11644D5189CBCD68D73F8FBB , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0x0B580D4DB1AF437BB52AE681045FA3D8 , 0x0B625DE4010B45C4A52E289CC9F1A652 , 0x0B8FA99C70F24A959F02C746C58CDB15 , 0x0BB5FFA4D2224B9F87A1CEE5F7555C52 , 0x0C51130FD77142E098065AB161AB9F3C , 0x0C8E2366EDDE4F4D8BE1EB3C8409C696 , 0x0DD823FD144549AFBFBF6F88B415A87C , 0x0E2D83BD6EDE4B7EAEE72C04239FB5C1 , 0x0E6319C53A4C4C2A908F6E1ACB1A2850 , 0x0E84607AF75841A8AF9242E142D32C1B , 0x0E94AE42B2E94624B7401044743FA1F2 , 0x0EDC32B246124DA4ADA5B79F4160AA30 , 0x106950DAA9DB47FE8C6A495EF55870CB , 0x10896259C828421DAF47D56064FADFC6 , 0x10990B3472944C229901430B36C4B4AC , 0x109A40BD85D0489AA2B0BA18B0CE4B99 , 0x114CF43958F74D33A1B812230108EA4C , 0x1210EF73292E4834BB02477A20995AE7 , 0x124391A372A54749B88BD1E87EA32706 , 0x12670C0A49534476A4627EDFA8A8A640 , 0x1271521BE681470489B9C785C885DCEB , 0x12C6CF175D2E415F9202F26F7F5EA267 , 0x132C192094B348E1973A0226A52864BF , 0x133403527E3948D98BFB2DDCA2224A4F , 0x134C6F9224664ACC9B2774890715DAA5 , 0x135726F264C04274AB108B3C72D4391E , 0x135D7E3A28F048EC90FE4C0F9CF250D1 , 0x137AB040245B46419C5D19E61B554776 , 0x13B55EACE8F74F00AF6A65BB62BFEB26 , 0x140C9CF204A54BC888C8C36A1E338946 , 0x144E54880EEC4BDDA3F397A811D090E1 , 0x14868CE162BC4D3CBF56FE07BDE1FEBD , 0x148A7DB7B91746779AF1399BFB14B749 , 0x14BA7107CA354D8EB0E1ED6931811E7B , 0x14DFE87212FC47CC8B6925E178B42523 , 0x155C1A69F6BC49819758E902E5FABCC5 , 0x1582C38C41E44F7985FEB2F52244FA6A , 0x1697AF3DEA1E4A7F9851FC290A025525 , 0x174D238072E3464493D05A36977B1B36 , 0x17BD255E57904585BA8A88149DFF691A , 0x17BFD861909C4763B5D79FCCE7C5297B , 0x18D3ECC2C1664DC3BF49FC96EAA5325F , 0x19BA3CE15C6E4982A08381F11318184A , 0x1A096B4B5DB44452AF48B4F0BA886F80 , 0x1A0EA0822C684DF5AFC96A92A10D92E1 , 0x1A2701056E494DA8BE6224A50640F697 , 0x1A466C5E3BA34FD7802DBFAC2EE83B9E , 0x1A8C7647531A4A04938DE9AAA4578AFE , 0x1AD29F6871E2430EA8C818CF58A2DB2D , 0x1B2460577BBD480FAC7A7C2735D82AD8 , 0x1B98E8C17ECA4D62A7E844987E00FB6E , 0x1C86779C496A420686F9BC1E8E7EAC8B , 0x1CBE00765D0746CC97D750398CDEE081 , 0x1D4FF7BEFA364326AAAC5307971B55B3 , 0x1D94703EFD5F48DB886A256EDF6EC311 , 0x1DCB7AFF5A5B497C9B01240F8113D932 , 0x1DD6224F72C24462A036FD96CE306F56 , 0x1E218971147D4A04BC1D76B575CEFE00 , 0x1E564948A63A4AAAB75C2710769BC919 , 0x1E9B27E1115A4E0385F0372C13FE9750 , 0x1EB4B1948D554F13AFF7FFB200CC75AD , 0x1FA69EDDAABF4DF5971E23B2C718D5DD , 0x2006A3EA804A4FF69A0770DA6C9B152C , 0x207821A319A14DF891B1DA52CB633BD5 , 0x2105912A047046A7A39840D218BA2B09 , 0x211FAFBC86F1403F97AD514F5BED6D56 , 0x219378D24F604680B75B66617A9CC3F0 , 0x2251F5AB58704679A4355FE1ED0FFF18 , 0x230B840BDD1B4FFF97E6704671C4D376 , 0x2320F1B7176D41E28724359CB17C496C , 0x237B2C0438794EC1BE223643574DB8F4 , 0x23817E2C4EB8419F90C3B800639B1BB5 , 0x24B02B0793934E648671FB2529FF3C2D , 0x2506093F531C4D5CA99231A35DEDE93B , 0x2544A9AECC2C41AD9F62EE8800A3E769 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x275034EAA61B4CC6BABF70C3ED9B92E1 , 0x27BF42012FDC42E7BDAB23A2AF7892A0 , 0x280E52E434C74A258EF4A0DDAB24374A , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x28671CFD645E4120A224FE0230649357 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x29424506F7C34F70A500C369ECDEA554 , 0x296A50C52A8942C99DBCDBA401D43F4F , 0x2A0AEC1B06CD4F1CAEE8659D4902903E , 0x2A8DE543FB784CA18D65B3C84D3566CF , 0x2AD26B5FF62045ACB018CB7277519911 , 0x2B43A0B43B6F4FA2AFBF694183B86BA9 , 0x2B4B91A7F52D493FBB884C16111FDC0E , 0x2B75BE671F384348A1851F946AC58F07 , 0x2B8FE71D69A945D88325960FD09E0752 , 0x2B90301E0DDD4FFC94139C25A09F872B , 0x2BA7DACC9B8D417D8EA704BFEE9AA64B , 0x2CD6ADD9B5D340C0AE0BFE9A4DCF1301 , 0x2D093652413142DFB48E894DB53DAA26 , 0x2D19AD67757D4DD29AA16785A3791B64 , 0x2D338F60A8624B08A0B076A6BDA9BD89 , 0x2D5FDCE9715549F4A80B8ED29C6C7BCB , 0x2E1BF3A20CD44D6EB9CAB219ACDD783C , 0x2E1D7A24C37E4D4D96B2DD75693D254C , 0x2E7F0699E4FA4C33AE0D9D9CA45DD81D , 0x2EB40206A03549AE99B789986204A29E , 0x2EBF36BC5D734A778C7DB644CD8F312A , 0x2F0CF9035B3D4DD494DB11F867C657A0 , 0x2FB6517F82A04711A1771C9B484111E2 , 0x2FE898D6A2FE4D1FA0C95865A625A8A2 , 0x302C26630EE74FF28738A844ED269886 , 0x30ED195C93B7467A9187F07773889A9F , 0x30FFA71C47094DF2A90EC7D8EDC613B1 , 0x312ABB438A8545BC9ADFF97C49DC5535 , 0x3186921E2AD3458BBDF0CE46A2E5D4F4 , 0x3231736B477540368F961E43F4C8ACD5 , 0x32387B88A1614242B91EC7A2717FE9BD , 0x324C4FE6CA9147A499BA6429784B6D6C , 0x329849610CF643A8973EC27B03DE6BEA , 0x32BEC7A1385B4881959A689F706E065E , 0x32D4EDC58CA447238C215887CE9FC3D9 , 0x33235FA1274840FFBB13CDD3B2B4BEAD , 0x33E6B8DF73D5462599AACD9CA46102D3 , 0x342C22B947D44BD3884252B1E286BABA , 0x357167462CB84C11A83F9DBF3D133AD1 , 0x3586BAA2490B4595A40CB4454BA7EF72 , 0x35A9DC076BDA4F679D20E46A414DAA02 , 0x3635FCC77C4E446AA92BBCAECDA3A102 , 0x3722FE146FC24976887807D1D7F26600 , 0x3AB3151B544444A9BB61011175D407DA , 0x3B4E6267DEBF4727BC49AB382EE6B378 , 0x3B95A46B94B64A34A73DB8CFE48F4043 , 0x3BB7EBBD9F144E5A8437F006568BB854 , 0x3BD248939B8747A4BB67A2F2040FA6A9 , 0x3BE71D5D0DCF4CAFBB0229B757EBA18D , 0x3C802908877C454BBD14FEC9B7031E89 , 0x3CB2766BDCB844C28B29E352AF0DC82F , 0x3D1FEEA2093F42A0B76996E3A14FFB49 , 0x3D6B1CFB4F144D278698B021D5A5C7D2 , 0x3DA8BF196A3B49808FCE26652CCCD5B9 , 0x3DCD4317E68A41BB8E4E45800AE9652B , 0x3ECBF73D96F74EA3B1DCBA6084F8AE86 , 0x3ECD4A5C22AA44A5BB75DCD5AA6C3BF4 , 0x3ECE1D9CEDAA45139E9BFC24BC6CF163 , 0x3F238C229EE6469FA12B3B634A836C1E , 0x3F2554490D9941C794BB71F5F764CCCD , 0x3F88015762804AE0881D1581C229A3C9 , 0x4049F47D6A184BB785D8F6F563846268 , 0x41428532E90041CEAA778625072128FB , 0x41BB79951D5A432E897AFECECE7E47B9 , 0x41DDC22565CA44F6A5CDE132C7B48943 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x421E0125515549D783D3DFB4B7666E7A , 0x42678BEBBA584D12B643E7D1D36BBDDA , 0x42E42B1A5F27496E90CC98492A4BCADA , 0x42EA73D80D544B6A91B5FD9A98803CEF , 0x4326D86DA86B4A9FAE14BA2464873114 , 0x43F9FF34ACA14F3DB847ADA22F3DD3F5 , 0x441A89AF4193491B8F1FE1C682021211 , 0x4421965451B347D9B98FF8C5F99C64F4 , 0x4474560272AB496791D54EF84998F05A , 0x447DB92BC6984313AC1464B59A54640B , 0x44EE2FB601B246B3B4183A7E98D4400A , 0x4570100A52C74FB0B920361946661659 , 0x45A8AF00865F41389ADE5EB41A8413D0 , 0x460D78E25A3944008501B3DFFC513CF8 , 0x4669FDCD345D40E090511DF60FE34747 , 0x46BED0EDE6F24D88A992C0E6474693CA , 0x4717B782D81F4AC9B1F38BA0DC75F742 , 0x478A78759BB54A75B5AEF6F9AC966465 , 0x47ACBB1858DD4661AA5810D7F0CA2E74 , 0x47BFB080597843C8999D13E32547B198 , 0x47C93D7E0A0044E1846405FA51D74FD6 , 0x47CDC669A0D341C798B16ED43D73DBFA , 0x48D3F5FF2E40448EA76EEFADD0EFE5AC , 0x48F1880080FB4E7DBCB69BC0D85A56AB , 0x492C0A95234B4518AC08B8BF6EDC032F , 0x49D8693168BD4E9A9D8526BFB6CECBFB , 0x49E6002B66564335BEFC87BF57FB7E3E , 0x4A0481CF2837415F994A26DB302D9CF1 , 0x4A2520F301244FC4938292D3C6EFB7DE , 0x4A5521C0A1F04F648418D834BC420E4D , 0x4B0485E3974B48058B92B37F4E8A8ABE , 0x4B338C0BFAA3414EBBFEA54682D30CFD , 0x4B3A07C918844439BE797C82BCF93F5D , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x4BD24FEB0C724EAC8912702054C51C20 , 0x4BDC3A735B574E4798800961E9BDE244 , 0x4D19D5A8142541BC891D0E11DA039851 , 0x4D487491C1984F918E45F759A671B778 , 0x4EEA087A9E5D40AD92E69BB06D463763 , 0x4F06787BBCD54814886185EA513B15A2 , 0x4F1A2C8C5AE44FABA1BF9340C0809894 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x503BD247C5A1484292C275237D625F0F , 0x505305E77711498C9C7542DE6532DEE8 , 0x51321185E9AF496B8F9FD8EACCF97C8C , 0x513AB9793DD541E6A6DFF9033F99756F , 0x5221A02F84804456ABE1DE36EF2952BC , 0x5276806FBA574AC9B0AE386F19AC448E , 0x52AA3640A83346469EF4F3C3D5477649 , 0x52FCBF43BEEF4D369BEF59BD0368FD10 , 0x538180B1E5DC494AB00296A41774ADE6 , 0x53D4D2D3125F4B6D8E1F0BA5A5F92D10 , 0x5434F4165F0E460C89F806625BDEEA37 , 0x544D3E8CA79F41228D75B82E938E4AC4 , 0x54707E283B0A438092E0855415C7B52F , 0x56022887FE7A49FF8EA9F93435181F8A , 0x569267B6667645A791316218C4F646ED , 0x581056B5B98043B8AC6C5B1EFFC03094 , 0x586A9BCFAC4D47E080F97E0A43033427 , 0x58B3D0D35A944F7EA9F4A2AE551D606F , 0x58EEABFB540141F29437C69620ECAFB9 , 0x5901E0C63B024F20954FE585D0AE085F , 0x597F981BAD274259A07E5EB0D1C2358C , 0x598135B2AD054BD5912B695C29B68C7A , 0x59AE7C8290E24F378488BA6A31145FC5 , 0x5A1C150DFE414B9487E405BB298B9B3B , 0x5A601E7ECF0644B9AB11C60145339FC6 , 0x5C051ED822044BC5B51D6F2017A40C1F , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x5CB1A3119AFE4E89B6A76FA1BF678F10 , 0x5CEB09C11D094FCD84DB184738D2D083 , 0x5D0D7F3C465E441EB6D025378751CB65 , 0x5D16A217D80D4FC6AA95E05EC2ABAE82 , 0x5F27C2AF01EA401594A8FEEF9FDEA4D9 , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x5F85098C42834950BCA4DBF51B36CC87 , 0x5FD273192E4B407C959CD1016ECBD732 , 0x5FEF0BA56ECF4DADBB7A958FF26ED5B9 , 0x608264459D25422A82448E83867586F9 , 0x60C98FA8F47F459FB8FD2681B5891694 , 0x611E0CF9139B4F2B90066FFBB145126C , 0x61A035DBE1B94B8CA98D62F3C176EEB7 , 0x6298E5B8FF304BF9B417A962245263CF , 0x62CF993A9EDC44E5807CDE94D4272F90 , 0x635CEF6A9FF847C6813814AE912DB673 , 0x63BBE5A8C1994B2489078B503777CC94 , 0x63D1E86D1438476EB79574F43B486163 , 0x641AEC6182FF4EF1BBD9A5202D20F0C7 , 0x6433521B76EE4705AB6644FB32BF7D77 , 0x6462366562514E5C8CDCCC45A32653C2 , 0x64AA4D5D3EC8485B83FACBCD9938CE41 , 0x64FAE64898C84D0FAFCD30F9EBF1ED8C , 0x65092324D2EE4C58852E11D4AC397773 , 0x65D37E8611A24D6A81A53A335F092210 , 0x6664E6D53A6C4CCFB3157EACFEC07D13 , 0x66CFB21A9FB04393A95EF36481DFE290 , 0x68DC61545AA34F3CA50FC30D697CF926 , 0x68FE379991F84DD5A377E64831E860ED , 0x696185C8F8434874AE7D4F0259A20B7C , 0x698B242FFD0D43AE8D99BA191C712C14 , 0x69923D8A8DE54BE9935844CF1AE121A3 , 0x69E3F70DFE5D48BEB0996B2D57DD4132 , 0x6A8837AC4D704C26AD0ED946ABB62E8D , 0x6B5030A638294AE7B0614AED2E693544 , 0x6B6D3D49ECB3467DA2F9640400898AA1 , 0x6BA8701D82B74AAE8BEA3098CF77A776 , 0x6BB8C3039EDE4A499457CC761DA0B0A3 , 0x6CDEF64739CC4401BFBFE1AB2BF4D500 , 0x6CF120A66C1D440AB4B3F211CA5ED4E7 , 0x6D2C2C3D092B45C69258AE58C834C910 , 0x6D6EC921BFB541D7B9C5AF4A349E15AF , 0x6D97048B3A1848E5984259D145C64EA9 , 0x6DA3A31794E243D6B45B2F899F60EC5C , 0x6E1BDA997D50458BA8D53B5AF12A73C6 , 0x6E4A90D17F5245C2A77F76E60569A1C7 , 0x6EBD9242A70345F08BE5C01C1ADBBEFE , 0x6FC107D6A1E249129CC62E39BD3DB5B3 , 0x6FD20F7517C2481FBE9560B3A1A76E85 , 0x6FDE9D4160C74A51869B5A8ED920727F , 0x7058AA98626743D6B2ED5E302E40DCC4 , 0x70E52FD4923A42919E958298024DCDF3 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x71EC0B339C2D47349057DB3F3798DD66 , 0x727519E5EA9945BCB38556C786B0462F , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x732623E8B9BD4CA2B4FD69A0F5FFD9B4 , 0x732E4124435746C1AFE0394FD1F5BD51 , 0x733DC7A320C14ED7886044B15249CA98 , 0x73A01E43B848489AAC44A6A2BC35CDA9 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x73EFB3C9F8834765AF8B9F9ABC747B69 , 0x740C49DE0E9B44A887DF6F73EAA40B70 , 0x7450D68915C04AEF9269466C03004A8E , 0x74C23DEF2F2842418AF16064A77DC50E , 0x74DF2613A93D47BF8EC49DCF8FA2D7E7 , 0x751EEFD09DA3439CBEB54AC5D6276F81 , 0x7565B51CBA814D1CBCDE5895ECB7ECBC , 0x756E14612F0A44F8929A0A0DA80A0650 , 0x7594BA16A2D54227A275724DF17A628F , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0x760A21E17D8C4D7EAF7A2307328273AF , 0x76780D8D04184BC0BA1179CDB80B8DE7 , 0x768D37AA6D264DC0AE33E575ABE651B5 , 0x76E51AF65D024E0089DBA40C450C302A , 0x76FE52880DF54B2F929B6A30205355A9 , 0x7893C4C08A7A4EA99A9DA386751AE231 , 0x78EF6CE488B546DBA1AFEC66D499D99F , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x7909112A58E74515BB2D4D013C3FC975 , 0x7921ADD9108248B28592C1C45E474697 , 0x792B461266CD474CAE2356AA7B2A6D0F , 0x79733850F2F84AA9B42D1C61A8883FA8 , 0x7979893536284CD5A6FD2ADE57CCB406 , 0x798F63F530024716B63728137927A577 , 0x79A78600519F4258B5E4F557194B2443 , 0x79B87747C5014C518AF1D3EE5E69F67A , 0x7A768155A21E446DB594B41749495D52 , 0x7AD6C54C9BE34F03B445D31D6927EDFE , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7B2C8C847B424D4E9622CF72F5A3A189 , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x7C047B09BE704920AD70722D9CBBAED1 , 0x7C1315587A2A42FA9DB2D38E304A9CDE , 0x7C145CD33AD14981BD8E8DC497B81406 , 0x7C3AD044A851497D947245B9D0295EEF , 0x7C4A7C48062C4A278354F53DF305DFC0 , 0x7CA91AE8EC9E44C78E4E05B4BF830BFB , 0x7D56D321D6834A24A35114BDC9A75ECA , 0x7D66FF816BFC43E5A35DF0F504CFE3B2 , 0x7DD1DC64621846AEBF5B45702BBD43A5 , 0x7DE43A59276348A49A432533EEE8E783 , 0x7E52FABB32FD4C57943F5DE5FC239FFB , 0x7EF14DBAB4C443A084941555BFAF4AF0 , 0x7F5C92811BA94B0B81185CF6C0BB4643 , 0x7F9A9BB4E45647F8B40EE4D24856710D , 0x81109D6D5CBB442589401E5427212CFC , 0x817E50D64C814494A1F0C5AB4EB1FB6E , 0x82FECD32CB2B41F98E060847B3B7F41E , 0x833524D4F7C5409B915D2170CFE26734 , 0x83BA19C48ACD4185BED88A42FAD2A202 , 0x841BA378974347D7B56C89090B2E56F8 , 0x84372B86334148F3AE46134FA052F758 , 0x845111537C5943AE95F498C4E2BF53DF , 0x84C073C6200B4139982FF1FE5AF38A61 , 0x84D0789314454723A3E7D9E34328FD4F , 0x84E42DEDEC91491382903999F6698637 , 0x8527FB724DC04B6890409C4F56B55210 , 0x85704D37E04A4D3381B7D0A22044BA3B , 0x85916D3C3CD847F7B4FBBC02ACB5704D , 0x8618B7A281A941D3B4C3A146C613759B , 0x862571E3C55A428FAC5EAB74DBD61897 , 0x865B53B7840A4511970F9699EA7C6134 , 0x8669E125B004411293092D9DF9BF34C5 , 0x866BB386DE0B450FABAA9EA744DDEA55 , 0x86EBE79EA34F4082B5C548D59851BD91 , 0x87DE4D2AB53B415DB45C786D8CE590FA , 0x88232DF4C33F4B17A50F71A2D1E08C41 , 0x88286D36B4E44417870F62D69080EE5E , 0x8832841B589A4FDEB6556DFA4725429B , 0x88ADECDDCB95437497F05284ED3B0E66 , 0x88BCF3C46A49400DA3995ABF847D8C5D , 0x88F7EBF91B5C4B79A1B4E1C7A2D1CA27 , 0x891472407403429588922CAFB0A8A305 , 0x89552F8D9DE444FBA02FCDEBF2267482 , 0x89DCD78F1C90423BAFD489F292F2DEB0 , 0x89EDA59C8AB2485188603FE1844BF9FD , 0x8A21E0FA81DF4D4B9F354505A3443F31 , 0x8A50041C8F5F4F738F738BDB51C4BBEC , 0x8ACA2973510443D1AD34C0EC18CB1F7F , 0x8ACFB590313548F2951202180595CEF1 , 0x8B798107C64A495792A70E7FBF783207 , 0x8BD323FFC75B41F7912AD63024C60DA9 , 0x8BD65A8FAD6245BC867628F1A69B3CE9 , 0x8CAE9449817A436899527A696B3022EE , 0x8D35F0C6664C405396CC9D071B872140 , 0x8D4B14A849134050BAF1E6131514FC49 , 0x8DAD35F03E18430EAFDC0BB50FA9F232 , 0x8DFD9638F43248689E4712E6955BB5CE , 0x8E281119F82F4C18B63FA69D15C03061 , 0x8E56D4361856486597B1A5E6D3DA8650 , 0x8E87AA0DC58B429DBBA384D01748E66E , 0x8ECEDF0AEDCF48DA9343C771A34B19C4 , 0x8F1332EB43334D159175A80ED6E45057 , 0x8F476E559D4A480BACACE9594A734D6E , 0x8FEC631B396B4A3FA79271B59C6EF5D1 , 0x9084F1FD2F964A89A5B9E79C0F0F14FD , 0x90D5B890996F466A99E44A068F2E5E75 , 0x90E0D429E36048A99E703E33467ED707 , 0x915AF89899584C569006967EAAE9EB79 , 0x925043830B4143A9AFB3AD97282C079D , 0x928979BCFBC04BA593BE753DEBBE5247 , 0x929BD53E188C4CE5A988743598EEA2BF , 0x92AA9F08AF494AB280017AFBFE8D803D , 0x932CF84722F9420DB0FE81BA479611F6 , 0x938C5B9225DA4C1897DA16C73E599FD9 , 0x93CADE0264FA4075B445CB25D7F3710A , 0x940DE9504E2B4067BB89E8DE2687044F , 0x94391E5449924AB68357CAF7326975CD , 0x9446A98385AB4EA3A7A786F627F895E0 , 0x94F0E5C4B71D4454853CA94C14F8B313 , 0x95113A15D4474409B2638C58BDD5FC93 , 0x95B5E428EEB7403F834536C0259DFBDD , 0x962F3333F2A14C608F1B3447A66D892C , 0x9659D0BBD47446B6A2F602282A3D02B0 , 0x9664C023C52A4A3BA059CE40F3AA8049 , 0x966CA9C8605647A1B813148003DC27F2 , 0x9697191BF77B49D686AE5CA35C70FA0B , 0x96A9109F6D9D4332BE2261EC9AF3DA31 , 0x96D02E6C52B74AF38E379978CF37882F , 0x96EE73AF49324FE497699A75B1B60222 , 0x978648C238AF48D3B655595F0883865A , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x97F18795E20D4C2F8774C4CBDD3978DE , 0x982FDFCC11944207A95ED2AFA37EA4D2 , 0x984C4DCEF99E4C4E98FEC5CD5A4F08D3 , 0x98AC6AE3B69A4F7DA6AAAF38828D22FF , 0x994E504D89DE4FF4B396B33D0C799F60 , 0x9B06BCD6C42D4C09AEEFC14694F43AFF , 0x9B1994E8538540A3A5C1EB9EF58507A2 , 0x9B9CCFCD42E0456DA90F81F63268E5E5 , 0x9C5332CBA3C44F0F8CAC2EA88514F142 , 0x9C8294E998DE48F59A664D9F1CF7B4C5 , 0x9CAB6EC7917A46A0A43B9E43D461E932 , 0x9D45DBEBAA394A83B9E19D5EE499CEE3 , 0x9E76DD71B96C476692E0B7348269EDBA , 0x9F06F4CF55274037ADD5D68B2C250986 , 0xA01216B71DBE473C820787036E2683EE , 0xA0199A2ABE774F49871B67DCD1F94F3D , 0xA04028C7174D47188E03F3039EFC91BC , 0xA0FDE31FCF5E4A1C936BDD6083707D29 , 0xA156B96B28BE453FB738DFD576BF3309 , 0xA171925654854439A4EBA695469852B9 , 0xA1FD30263A8A4BDF869ADDF794D237BB , 0xA26A3419085746DFA76279498A8D72F2 , 0xA28C511727D847478F7A73F1741B83A0 , 0xA2A198A0824F4A80A67EF4FCB1854571 , 0xA33903F981914C079418471C6B7549E8 , 0xA34622AB31BE463E9F44F6E19A33C6D1 , 0xA351C4D4343B468692D4C13CFCD59B61 , 0xA378A3D35A9E4DEEBDAF104233D64967 , 0xA3F8D86B37874BAE93AA7992FD7AF5D4 , 0xA448B8CC30214970B264F10C54275C9D , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4C8C6EBD449449486BB8BEFC80F7894 , 0xA530E5CBBFE84B63868C03BFD7F6BBC1 , 0xA55C651EC0FD40F0A8D0D4911F39813B , 0xA56791C8FE6441978612FCE3E3353256 , 0xA5885AD7E1CB4B00BD3BDF1DC9899E40 , 0xA5FB416F3696486191CC646289F76A1A , 0xA6369D9A94F042908A7ECA045FBBF3F6 , 0xA6D831B62A334C769BD3487A2727CE22 , 0xA6ED01749045435094BB393D532165CF , 0xA776AD854A6844EF9F7048118EB383B9 , 0xA791698F060740EC81872561EF70BB34 , 0xA7A094EE62F44750BFC093AE90C76368 , 0xA7A0D11D3F0C4E01A250D00E5A63E921 , 0xA7B8AEF0AB1343DBBD3704346592EC6A , 0xA816FAEB3BA44C0F9D649B1DBA370929 , 0xA821025B13F0464C84E855512A64902E , 0xA8D998D62291426F9C4D23682CC1A96F , 0xA8DE85E768E64B2B823BE970F3DB151F , 0xA97ED38A1DEA4A468ABAF22A2BD29D5B , 0xA98457D1771D47EE927F9AF5438D5F84 , 0xA98C66392C6E4C9187F118B80267894D , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xA9C3208B26794B119DABD142B2665F90 , 0xAA1A6A7E4A774C46B3ABE3658507B904 , 0xAA63B8E774244AA3ACA375CEE83B18A6 , 0xAA8A6509532842D89502EEACA59812C1 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xAAD25AA236FD45A0A284A5B3CD5483CA , 0xAB1A576559BB413D94987AD83A39C5F2 , 0xAB595A1052B14C91BBD46F9B646B2339 , 0xAB80F47E137240B2B89FE98783E2E72C , 0xAB85030B022F4B3D90F8532E1084999C , 0xABE6BF27ECB84F93966F2C666754177D , 0xAC821C264B8740F4B4A9E56FD325C660 , 0xACB3F7093A414799AC661DBEF3819AFA , 0xAD07E8054C5A47F8AEF8E7D732451FF7 , 0xAF04851046CF41D5BEE33137CF5593A6 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xAF7E22D24EE4412890C88C3579FBD639 , 0xAFBAE945FD2B45F18A2E31493B0A9B8F , 0xAFE1670F53F542FD88A2B2292CFF3879 , 0xB016DA2B58C04ADC8DAEF9BC750346CB , 0xB18473E401C64322BCA40031F57A336F , 0xB1B4428E633D4724B61D655372F78011 , 0xB314AFCE111A4F908B75F1249A9FD742 , 0xB4181D8CE73848A095E0901004CAEECF , 0xB443160B2762407D8A345DC10F5610C9 , 0xB49352C4C9EE4CCEA81C1CD8447B8B60 , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xB525F7BBAF204F47B762228F4ECFD0AB , 0xB57F400E644D4758892F9F6150C76050 , 0xB5E72F08E07D4CB4A814320CE87EDA7A , 0xB64E0537F99F4A7C83CAD1BFD3253C64 , 0xB6CF89949E2B43A58853CEFEA9E1C9AF , 0xB7549288B1EE4E5CB0112D3DE02D6658 , 0xB7E6BACA364B47F39230CACC13E62D7C , 0xB7F5511666E04CB3B03195412CACB7AD , 0xB82D4D85298E4A5DA955B80CA1567B13 , 0xB8300B5F59BA4C0F96A904E0FC146B0E , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0xB95D24B38EFC4680A31A321A6DA501CB , 0xB9613E9D318D4A2490B77F4C100B38F4 , 0xB978C767DD2A466AAF1A780EAF1FD69C , 0xB9A2C3E351C846E39523864C37BEE51A , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0xBA8C8ECA24E34E87864060FB910A8F87 , 0xBB73E0F0EFD848D3B20FD423926D7D4C , 0xBB8CDB1BEE7B4FC8A717B8B60BD469FE , 0xBBB01165934C45129D9806E241C4C118 , 0xBBD3061006A647868EA330B68485755B , 0xBBEF7BDB2D744ACF81EAE3970D68282E , 0xBC1B49CFC17A42158C7A256216A23887 , 0xBC7747CC6DB6494F819AD983D8EA394E , 0xBC8E2C94D92945FB9B0B13A2D101FB9E , 0xBC95EBC6E7A44548ABF63DF3B26F849C , 0xBCCAAB926EDD442CAFAFF10D5270839A , 0xBD23FB224162498494B6D28D4D146CE4 , 0xBD7A78BC52D347328DE55D912501B2B5 , 0xBE0D9389242646DF8A78CFBD362520E4 , 0xBE2A8B5796AD4E87B0DCA06D554DB6F7 , 0xBE337E962BD3418898B739E0EDD8ACD7 , 0xBE4710BE173D48FFBED4659F7B06AAC3 , 0xBEBBFBA6EF05401D9E7BE7E9C53EA694 , 0xBF1BFE364974405293EF4395097256F8 , 0xBF9A6B88FBC74A989DFBBD56AAF7E8B2 , 0xC143635479BB4DD0AB2F2B45EFF29906 , 0xC15996F44BB84E6697E0D7F161922726 , 0xC162C9513B1D42508C4D49B47FB4DC71 , 0xC168F170F78245F9830EEDEFE836F4D6 , 0xC27BAAE030B24503A0FF987A31964152 , 0xC2F9E1A9CEF6409B97DFA5E31D7FF15E , 0xC312AD8019CC4EF6882708A63676AAFE , 0xC319CA29CDC142D584C7B6127311BC67 , 0xC34A952B9F624B3E8FD973BAF9F8E1B5 , 0xC4CBABC818604CBE942633AEFD777AA6 , 0xC5152D0880274F3A91DF61DD2CF0ED35 , 0xC5AB144F495C45D1AF742173EB811222 , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0xC75DDCC1856E4BD0AFD7050D0FB3EEC2 , 0xC7B07D450D924CDEA940DBAE5E6B5916 , 0xC7B654AF993E4ECEB334A81D19F687F5 , 0xC7C27C6EB6D54599839A560978452979 , 0xC810C313FA96425FB90E8BEABEF852A4 , 0xC81B2553A9584A079AF8ED7AC86A280B , 0xC888499D087845C09A1CF5F28486167E , 0xC8998AE94D9D489DBB5134B18C6F5FB4 , 0xC98AE1E439B846CAA2E091677D440BAD , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xCAA6CB1B15F94506BAEE94AB6DABDB2F , 0xCAF5ED4DB8F745B5805F24EF6E7DFA08 , 0xCB79E9BAB48E40E48660D25CB01BC111 , 0xCB81079A60354F30959CBDB3AA20C15C , 0xCBA7F096F5AE48B692612D03D7069498 , 0xCBCD83969A784F79A80CF7C950700D16 , 0xCC2E0C973AB64A99A8A4C3368B790FE6 , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0xCCC3165D8B674B828A7A9CFC48325155 , 0xCCE237728C9A443095D5ACAC2558CA2B , 0xCD55ED42A2A242EAA767E455F182080D , 0xCE15840EE6334794BE99001184F47B64 , 0xCE3981BD83B64FD8AFEA57C28BD8246E , 0xCEDD7C984EEB499299B6D4573FBDD3A6 , 0xCF739FE71FA7405C8DA1E454C4FE9074 , 0xCFB2354511CD492891543E589D6F219B , 0xCFD6DC9AF5F44B3B933547476F6B88A6 , 0xD078894672BF41F9BBAFF5896E4A7B6A , 0xD10A5FA44FCA4975BF014F432F0A51D3 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD124C09CEA9042EC8CE2EEA49F7105B2 , 0xD2356F84B10549C6B045C1A9BE4CDDCB , 0xD235BF8B535E45E0A3927FC200C87B6C , 0xD24A30EB68604E369A521359B244491A , 0xD313AA66FD2A4C76AEB9CDEB5D197563 , 0xD43B8DDB12834A7FAC461DED65F3F23C , 0xD555BE79F1284D019D0FBA821ABE835A , 0xD557A3D8AC874884835B1D19AEE1600A , 0xD6F7CF9DAA8D46C6A26538A3E6F77F05 , 0xD772B60125D64F159BE46C037B221F2C , 0xD87645B618C54FE7B4E5439D779D225B , 0xD89A493AA3F64A4982C9E5FB8256A410 , 0xD96F418E40EF4E66A3A32C494619C26F , 0xD97333CA46504A8389743BADBC47D068 , 0xD9E7B8AF14604F3E835338893674D231 , 0xDA3C330183B04E42A6635B2E5D30438A , 0xDA55E8F48E2C44CA943DD11D69C6A882 , 0xDB454307406D470685EEDF4601916F4F , 0xDBB51805DB4544079EDFAA7D7D5829CE , 0xDC462B280B1749DA9B04B87CAB060448 , 0xDCB8543623994D25A660974430987A4F , 0xDCD1579A57EF42C3A9F76B9AFCA20BD9 , 0xDCD7461704144558B1A1ABDB027F9D62 , 0xDD6F39349C90473F866F3766C27B9179 , 0xDDDBB7778D9C4BC9B8FA7145F16C012F , 0xDE068F6056524C6CAD464CF624AE1FBF , 0xDE3FFA06531C44ADB98C329FFD3A4695 , 0xDE429B7018D746D08888A6FC0BE98228 , 0xDE4CD79D81134C22A68A74A7E8220F2A , 0xDE5DA57142BD48BAA95EE550D3C0F8F9 , 0xDE700DF76FDE41BC9F81830A7ABA9C1A , 0xDE7DB8BBFD394D309BC002847CF993F4 , 0xDE9F7ED32B79420BA085E18F53581B38 , 0xDF376191E67B46D3B38B5F4774DE0224 , 0xDF6258B4B02845A592C304FE986AE052 , 0xDF818B09A3DE4776BD25CA68597F38F2 , 0xDFF4A3E29E1D49EBB541F3AE750E5F05 , 0xE01B91D84AEF44D786D1791749AF22ED , 0xE01C1EC5FA32401180235FDDF417823F , 0xE01FE72D00B34200B0E4573A796E182F , 0xE0598FA955294692A703A1E6E0D9D089 , 0xE09C649155144829B8154605F353DE63 , 0xE0C7A5656FFD48B184FC1C8E5FAE85EC , 0xE0D48D16C9BB4910A64ABC8362BDDBDE , 0xE135FDDD87FB4ABE88410F568A74AE4C , 0xE1813D1953C34D33B0D9B27ED5873886 , 0xE199CDC36610435985962C92683500BF , 0xE1A013FD4EFD430DB67448B9B34351A7 , 0xE1EE7BEA1FFB4E7EA6864CCD2C4AFEB4 , 0xE33300E6D1BD4D7C9EA39B6547C16779 , 0xE41EF68F48C246CC9A5DFE9C5837FA25 , 0xE4D4AD0BB4724866901C2B0001776D70 , 0xE4E34A65F4554180BD323A0EF9F965CF , 0xE4ED22BAB5CD4EBBB60C1EB917BB47DC , 0xE51450AA60FC4B9AB5749451E5B9FD35 , 0xE51EE137CB0D4E3A8276673023A90476 , 0xE69D82F05CD3490489A4FA8B6AB69DD3 , 0xE747EF8356FE4DB9B003B66FF2E5060B , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE7ADEDD46B1E433C83CDF6A3E0B48C4C , 0xE7DBAF220072456490669BDEE6FE51D8 , 0xE84C87D2343B4C8CB432DFD9E97654A8 , 0xE986B480220C45AA9E8955E1B1147F13 , 0xE9E0ABA5C5A4401482059F441C959C05 , 0xEA1773B8A24140E5B9C2A4B914E8D88A , 0xEA235078710040D2B2883EDF5B86BE88 , 0xEAB6E4F9B7FC411DB531E7BC6E2F22FC , 0xEAD5EBFC0DAA40C9976065D365C664AD , 0xEB292FB40EA24F639C128B639875CF19 , 0xEB3085298F0F4B918439A11B273F3D25 , 0xEB322FA731B6473DA5E4510D80AF8994 , 0xEB98651CFA584A6F9B67810CA331C870 , 0xED36BAD85C214591815C8C8B9365917B , 0xED5EC8F855B04D81AFEABB302389C5BA , 0xEDC783CCC49A4234B6BAAC8D06DA8DB4 , 0xEEB3C5B2C3AA4C5CA05781416B91024D , 0xEEF7911A58024E20B54A020FD95B7EDD , 0xEEFB9EA2CF4845A7A2A08692ACF1467D , 0xEF2C85B7FF7A4A708C90C5EF6BC5389E , 0xEF8084123F7144429B7CC81E25B8A52A , 0xEF924DC6BCA34388938555DB649B58BD , 0xF05F341E05C44A0C9A354FBBA42F62EA , 0xF0B282ABE2FF4B51BE20796043B40460 , 0xF141F0F197634AFB946B7B6B9A507618 , 0xF16AD85C5CEC492E954D94AF74CE5F5F , 0xF1AB9615C18F40D2A22EAB75CFC86DC6 , 0xF1CED8AEFE0443D9AF81784C6CE1032F , 0xF379C6B762D14462858324F3568EB767 , 0xF399BC56D5A8444CA152AB9AD701AB7A , 0xF455820EB3CA4E6EAB563129FF20AD06 , 0xF45F10515A464805A8B628D48915D5E1 , 0xF4763313AF9B4394B002C5871049C7A2 , 0xF495CE30E6864DEA9B64BEC20E41EFD7 , 0xF4C19D33A4374F20B81F0E6F11E05106 , 0xF594528E964B4A0FBADEE158B56DCAA4 , 0xF63B30C4433F41FA918E808F059989CA , 0xF6CFE19E39E74358AAA0D97D3E8D34C8 , 0xF700CCF8D19B4CE69A776D2B8E03FCBF , 0xF7DB5B973D164B9C95B0F03812AD0547 , 0xF82BF58D3653461DBF3748014E59396C , 0xF8A3775E786E432D9C0DEDFB38F5CDF5 , 0xF8AF2C992C39493E86E4A068F759F136 , 0xF935DE115D5D43AC966B109ECF35D4F5 , 0xFA67665BF40E41D2933AB8E7ED0F1602 , 0xFAC01B295E044B589CA4F8B2CCB2868A , 0xFB82DDEA8A284CA0A47DD6C3DCF6DA53 , 0xFBD207A1CFAD466AB47B6CBD239FABB7 , 0xFC34770B724642068972D447B99EDD28 , 0xFC48A8E93EA141E181C1A596FE6D051E , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFCB0627FCA0843E9BABF49DDB79D9B17 , 0xFCCE822312EF4A36A961BA9BEFD85DCC , 0xFD330E1A691948879377D0380E2E1211 , 0xFE1287214E5E4282875F650321BB84BD , 0xFE4F2B40E61749C191734FF70E0A45C0 , 0xFEAC548F812144EA8737497C05B1B396 , 0xFEEC8AF14B394E318E2CE9862E6327D9 , 0xFF5CAA750E5A4ED6B5344BB2615F59DB , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFF9921076D0D4A8792594519B9DFB853 , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0xFFB18E2EAB1149289ABFD6CF0703CC22 , 0x2E8960FA17FD4419AAAB395BA6A748A4 )));
Copy
85
2.31 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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
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"õ•"¨‡ù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"õ•"¨‡ù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"¶\x13 ¼ê\x17 ÙLÖŒ\x0F\e\x01 Éj„? "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"o═6\x1A ¯\x14 AßçUû¶®3+ì "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"¶\x13 ¼ê\x17 ÙLÖŒ\x0F\e\x01 Éj„? "
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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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"õ•"¨‡ù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 "
]
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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xB613BCEA17D94CD68C0F1B01C96A843F , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6FCD361AEE1441E1875596F4A9332B8D , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB613BCEA17D94CD68C0F1B01C96A843F , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
10.32 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 cÙŸ”øJä¦$]þ2rƒG "
b"\x00 Å6\x16\x1E ÒB´ªædÐä)z3 "
b"\x00 Û\x12 n╗\x17 AKìÔïè█ï|ƒ "
b"\x01 €1צPLp¼–\x11 ïü¥Ë‡ "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x02 s(WÔãKG║Óß╝üP\x03 Ò "
b"\x02 ‘+wö\x18 Hx…*6,HŽ\x1D õ "
b"\x02 õ7m´ÜD\x7F §žk”K-\\e "
b"\x03 j&»¾KO\x01 ®¨\r 9»ÉÈm "
b"\x03 wFg═aCË╗h}\x01 Õ‗ØP "
b"\x03 “•ûËNAÓžo¯à‡òkH "
b"\x03 ƒÄ█%½F,üe\x10 ùôÖ3¯ "
b"\x04\x1F Ivü×@š‹•ûôÕPÜØ "
b"\x04 JÃäÊÉH\x13 ²¬,éÄ\x06 œÚ "
b"\x05 *Ò0\x04 þ@\x12 ·S2 ÿP\å "
b"\x05 á£\x16 ÎýNZ©\x14 É#Tb║u "
b"\x05 ÔÅ+;─M_¥÷pÜ┬\x03 ±´ "
b"""
\x06\x12 @3ZäK ˆ¦\n
%5o\x02 ‹
"""
b"\x06 &aÑRÐJÝ£g\x14 ªÉ¡«F "
b"\x06 Sè`¦´HÃÑ<åÄÉP_N "
b"\x06 ºÅý\x04\x01 HÜ´ñĹ@Î^$ "
b"\x08 M‰`¤|C߇!ä\x04 vkÊ? "
b"\x08 «lë˜lOãŠèå¦-\x07 hk "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\n
U´éTXE²ì&ðI÷·én
"""
b"""
\n
™¶¥Ä»C0¸j'ç€j\x07 ³
"""
b"""
\n
´█Ù\x11 dMQë╦═hÎ?Å╗
"""
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"\v X\r M▒»C{Á*µü\x04 _úÏ "
b"\v b]ä\x01\v EÄ¥.(œÉñ¦R "
b"\v Å®£p‗Jòƒ\x02 ÃF┼î█\x15 "
b"\v µÿ¤Ò"KŸ‡¡Îå÷U\R "
b"\f Q\x13\x0F ×qBà˜\x06 Z±a«Ÿ< "
b"\f Ž#fíÞOM‹áë<„\t Æ– "
b"\r Ø#ý\x14 EI¯¿¿oˆ´\x15 ¨| "
b"\x0E -ƒ½nÞK~®ç,\x04 #ŸµÁ "
b"\x0E c\x19 ┼:LL*ÉÅn\x1A ╦\x1A (P "
b"\x0E „`z÷XA¨¯’BáBÓ,\e "
b"\x0E ”®B²éF$·@\x10 Dt?¡ò "
b"\x0E Ü2²F\x12 M¤¥·ŸA`ª0 "
b"\x10 iPÚ©ÛGþŒjI^õXpË "
b"\x10 ‰bYÈ(B\x1D ¯GÕ`dú߯ "
b"\x10 ™\v 4r”L"™\x01 C\v 6Ä´¬ "
b"\x10 š@½…ÐHš¢°º\x18 °ÎK™ "
b"\x11 Lô9X÷M3¡¸\x12 #\x01\x08 êL "
b"\x12\x10 ïs).H4»\x02 Gz ™Zç "
b"\x12 C‘£r¥GI¸‹Ñè~£'\x06 "
b"""
\x12 g\f \n
ISDv¤b~ߨ¨¦@
"""
b"\x12 qR\e µüG\x04 ë╣Ãà╚à▄Ù "
b"\x12 ÆÏ\x17 ].A_’\x02 òo\x7F ^¢g "
b"\x13 ,\x19 ”³Há—:\x02 &¥(d¿ "
b"\x13 4\x03 R~9HÙ‹û-Ü¢"JO "
b"\x13 Lo’$fJÌ›'t‰\x07\x15 Ú¥ "
b"\x13 W&òdÀBt«\x10 ‹<rÔ9\x1E "
b"\x13 ]~:(HýÉ■L\x0F £‗PÐ "
b"\x13 z°@$[FAœ]\x19 æ\e UGv "
b"\x13 µ^¬è÷O\x00 ¯je»b¿ë& "
b"\x14\f œò\x04 ¥KȈÈÃj\x1E 3‰F "
b"\x14 NTê\x0E ýK¦ú¾ù¿\x11 ðÉß "
b"\x14 †Œáb¼M<¿Vþ\x07 ½áþ½ "
b"\x14 Š}·¹\x17 Fwšñ9›û\x14 ·I "
b"\x14 ║q\x07 ╩5MÄ░ßÝi1ü\x1E { "
b"\x14 ßèr\x12 üGÌ‹i%áx´%# "
b"\x15 \\x1A i÷╝IüùXÚ\x02 Õ·╝┼ "
b"\x15 ‚ÃŒAäOy…þ²õ"Dúj "
b"""
\x16 —¯=ê\x1E J\x7F ˜Qü)\n
\x02 U%
"""
b"\x17 M#€rãFD“ÐZ6—{\e 6 "
b"\x17 ¢%^WÉEà║èê\x14 Ø i\x1A "
b"\x17 ┐ÏaÉ£GcÁ΃╠þ┼){ "
b"\x18 ÓìÂÁfMÿIü–ê¥2_ "
b"\x19 ║<ß\nIéáâü±\x13\x18\x18 J "
b"\x1A\t kK]´DR¯H´ðºˆo€ "
b"\x1A\x0E ‚,hMõ¯Éj’¡\r ’á "
b"\x1A '\x01\x05 nIM¨¾b$¥\x06 @ö— "
b"\x1A Fl^;£O×€-¿¬.è;ž "
b"\x1A îvGS\x1A J\x04 ôìÚ¬ñWè■ "
b"\x1A ÒŸhqâC\x0E ¨È\x18 ÏX¢Û- "
b"\e $`W{½H\x0F ¬z|'5Ø*Ø "
b"\e ˜èÁ~ÊMb§èD˜~\x00 ûn "
b"\x1C †wœIjB\x06 †ù¼\x1E Ž~¬‹ "
b"\x1C ¥\x00 v]\x07 F╠ùÎP9îÌÓü "
b"\x1D O÷¾ú6C&ª¬S\x07 —\e U³ "
b"\x1D ”p>ý_HÛˆj%nßnÃ\x11 "
b"\x1D ╦z Z[I|ø\x01 $\x0F ü\x13 ┘2 "
b"\x1D Ö"OrÂDb 6ý–Î0oV "
b"\x1E !‰q\x14 }J\x04 ¼\x1D vµuÎþ\x00 "
b"\x1E VIH¦:Jª·\'\x10 v›É\x19 "
b"\x1E ›'á\x11 ZN\x03 …ð7,\x13 þ—P "
b"\x1E ┤▒öìUO\x13 »¸ ▓\x00 ╠u¡ "
b"\x1F ¦žÝª¿Mõ—\x1E #²Ç\x18 ÕÝ "
b" \x06 £ê€JOöš\x07 pÚl›\x15 , "
b" x!£\x19 ¡Mø‘±ÚRËc;Õ "
b"!\x05 ‘*\x04 pF§£˜@Ò\x18 º+\t "
b"!\x1F ¯¼†ñ@?—QO[ímV "
b"!“xÒO`F€·[fazœÃð "
b""Qõ«XpFy¤5_áí\x0F ÿ\x18 "
b"#\v „\v Ý\e Oÿ—æpFqÄÓv "
b"# ñ·\x17 mAâ‡$5œ±|Il "
b"#{,\x04 8yNÁ¾"6CWM¸ô "
b"#ü~,N©AƒÉ├©\x00 cø\e Á "
b"$°+\x07 ““Nd†qû%)ÿ<- "
b"%\x06\t ?S\x1C M\©’1£]íé; "
b"%D©®Ì,AŸbîˆ\x00 £çi "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"'P4ê¦\e Lƺ¿pÃí›’á "
b"'¿B\x01 /ÜB罫#¢¯x’ "
b"(\x0E Rä4ÇJ%Žô Ý«$7J "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"(g\x1C ýd^A ¢$þ\x02 0d“W "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b")jP┼*ëB╔Ø╝█ñ\x01 È?O "
b"""
*\n
ý\e\x06 ═O\x1C «ÞeØI\x02 É>
"""
b"*ìÕC¹xLíìe│╚M5f¤ "
b"*Òk_ö E¬°\x18 ËrwQ™\x11 "
b"+C ´;oO¢¯¿iAƒ¸k© "
b"+K‘§õ-I?»ˆL\x16\x11\x1F Ü\x0E "
b"+u¥g\x1F 8CHíà\x1F öj┼Å\x07 "
b"+Åþ\x1D i®EÏâ%û\x0F ð×\x07 R "
b"+É0\x1E \r ¦O³ö\x13 £%áƒç+ "
b"+º┌╠øìA}ĺ\x04 ┐¯ÜªK "
b",ÖÙµÓ@À®\v þšMÏ\x13\x01 "
b"-\t 6RA1BߴމMµ=ª& "
b"-\x19 gu}MÒš¡g…£y\e d "
b"-3Å`¿bK\x08 á░vª¢®¢ë "
b"-_ÜéqUIô¨\v ŽÒœl{Ë "
b".\e ó¢\f ÔMn¹Ê²\x19 ¬Ýx< "
b".\x1D z$Ã~MM–²Ýui=%L "
b".\x7F\x06 Öõ·L3«\r Ø£ñ]Ï\x1D "
b".´\x02\x06 5I®™·‰˜b\x04 ¢ž "
b".┐6╝]sJwî}ÂD═Å1* "
b"/\f ù\x03 [=MÔ”Û\x11 øgÆW "
b"/¶Q\x7F ‚ G\x11 ¡w\x1C ›HA\x11 â "
b"/è˜Ö¢þM\x1F ÉXe¦%¨¢ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0í\x19 \“·Fz‘‡ðwsˆšŸ "
b"0ÿ§\x1C G\t Mò©\x0E ÇØíÆ\x13 ± "
b"1*»CŠ…E¼šßù|IÜU5 "
b"1†’\x1E *ÓE‹½ðÎF¢åÔô "
b"21skGu@6Åû\x1E C¶╚¼ı "
b"28{ˆ¡aBB¹\x1E Ç¢q\x7F é½ "
b"2LOæÊ‘G¤™ºd)xKml "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"2¥Ãí8[HüòÜhƒpn\x06 ^ "
b"2ÔíÅŒ¤G#Œ!X‡ÎŸÃÙ "
b"3#_¡'H@ÿ»\x13 ÍÓ²´¾ "
b"3æ¸ßsÕF%™ªÍœ¤a\x02 Ó "
b"4,"¹GÔKÓˆBR±â†ºº "
b"5qgF,©L\x11 ¿?Ø┐=\x13 :Ð "
b"5†º¢I\v E•¤\f ´EK§ïr "
b"5®▄\x07 k┌OgØ õjAM¬\x02 "
b"65üÇ|NDj©+¼®Í£¡\x02 "
b"7"þ\x14 oÂIvˆx\x07 Ñ×òf\x00 "
b":³\x15\e TDD©»a\x01\x11 uÔ\x07 Ú "
b";NbgÞ¿G'¼I«8.æ³x "
b";òñköÂJ4º=©¤õÅ@C "
b";·ë½Ÿ\x14 NZ„7ð\x06 V‹¸T "
b";ÒH“›‡G¤»g¢ò\x04\x0F ¦© "
b";þ\x1D ]\r ¤L»╗\x02 )ÀWÙíì "
b"<€)\x08 ‡|EK½\x14 þÉ·\x03\x1E ‰ "
b"<²vkܸD‹)ãR¯\r È/ "
b"=\x1F î¢\t ?B ·i–ã¡OûI "
b"=k\x1C ûO\x14 M'†˜°!Õ¥ÇÒ "
b"=¿┐\x19 j;IÇÅ╬&e,╠ı╣ "
b"""
=ÍC\x17 æŠA»ŽNE€\n
ée+
"""
b">Ë÷=–÷N£±Üº`„ø®† "
b">ÍJ\"ªD¥»uÜÕªl;ô "
b">Î\x1D œíªE\x13 ž›ü$¼lñc "
b"?#Œ"žæFŸ¡+;cJƒl\x1E "
b"?%TI\r ™AÇ”»qõ÷dÌÍ "
b"?ê\x01 WbÇJÓê\x1D\x15 ü┬)ú╔ "
b"@Iô}j\x18 K·…Øöõc„bh "
b"AB…2é\x00 AΪw†%\x07 !(û "
b"A»y•\x1D ZC.‰zþÎÎ~G¹ "
b"AÝÂ%eÊDö¥Íá2Ç´‰C "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B\x1E\x01 %QUI׃Óß´·fnz "
b"Bg‹ëºXM\x12 ¶CçÑÓk½Ú "
b"Bõ+\x1A _'InÉ╠ÿI*K╩┌ "
b"BêsØ\r TKj‘µýš˜€<ï "
b"C&Øm¨kJŸ®\x14 º$d‡1\x14 "
b"Cùÿ4¬¡O=¸G¢/=Óõ "
b"D\x1A ë»AôI\e Å\x1F ßãé\x02\x12\x11 "
b"D!ûTQ│G┘╣Ű┼¨£d¶ "
b"DtV\x02 r«Ig‘ÕNøI˜ðZ "
b"D}¹+ƘC\x13 ¬\x14 dµšTd\v "
b"Dî/¶\x01 ²F³´\x18 :~˜Ô@\n "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"E¨¯\x00 †_A8šÞ^´\x1A „\x13 Ð "
b"F\r xâZ9D\x00 …\x01 ³ßüQ<ø "
b"Fi²═4]@ÓÉQ\x1D ÷\x0F ÒGG "
b"F¾ÐíæòMˆ©’ÀæGF“Ê "
b"G\x17 ·‚Ø\x1F Jɱó‹ Üu÷B "
b"GŠxu›µJuµ®öù¬–de "
b"G¬»\x18 XÝFaªX\x10 ×ðÊ.t "
b"G┐░ÇYxC╚ÖØ\x13 Ò%G▒ÿ "
b"GÉ=~\n \x00 Dá„d\x05 úQ×OÖ "
b"GÍÆi ÓAǘ±nÔ=sÛú "
b"HÓõÿ.@DާnïÐïå¬ "
b"Hñˆ\x00 €ûN}¼¶›ÀØZV« "
b"""
I,\n
•#KE\x18 ¬\x08 ¸¿nÜ\x03 /
"""
b"IÏi1h¢NÜØà&┐Â╬╦¹ "
b"Iæ\x00 +fVC5¾ü‡¿Wû~> "
b"J\x04 ü¤(7A_ÖJ&█0-£± "
b"J% ó\x01 $OÄ“‚’ÓÆï·Þ "
b"JU!À¡ðOd„\x18 Ø4¼B\x0E M "
b"K\x04 …ã—KH\x05 ‹’³\x7F NŠŠ¾ "
b"K3Œ\v ú£AN»þ¥F‚Ó\f ý "
b"K:\x07 É\x18 „D9¾y|‚¼ù?] "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"KÒOë\f rN¬‰\x12 p TÅ\x1C "
b"KÜ:s[WNG˜€\t aé½âD "
b"M\x19 Õ¨\x14 %A¼‰\x1D\x0E\x11 Ú\x03 ˜Q "
b"MHt‘Á˜O‘ŽE÷Y¦q·x "
b"Nê\x08 zž]@’æ›°mF7c "
b"O\x06 x{¼ÕH\x14 ˆa…êQ;\x15 ¢ "
b"O\x1A ,ŒZäO«¡¿“@À€˜” "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"P;ÒGÅ¡HB’Âu#}b_\x0F "
b"PS\x05 çw\x11 IŒœuBÞe2Þè "
b"Q2\x11 àÚ»IkŃÏÛ╠¨|î "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"R! /„€DV«áÞ6ï)R¼ "
b"Rv€oºWJɰ®8o\x19 ¬DŽ "
b"Rª6@¨3FFžôóÃÕGvI "
b"Rü¿C¾ïM6›ïY½\x03 hý\x10 "
b"SüÇ▒Õ▄IJ░\x02 ûñ\x17 t¡µ "
b"SÔÒÓ\x12 _KmŽ\x1F\v ¥¥ù-\x10 "
b"T4ô\x16 _\x0E F\f ‰ø\x06 b[Þê7 "
b"TM>A"ìu©.ôÄJ─ "
b"""
Tp~(;\n
C€’à…T\x15 ǵ/
"""
b"V\x02 (‡þzIÿŽ©ù45\x18\x1F Š "
b"V’g¶fvE§‘1b\x18 ÄöFí "
b"X\x10 Vµ¹€C¸¬l[\x1E ÿÀ0” "
b"""
Xj›Ï¬MGà€ù~\n
C\x03 4'
"""
b"X³ÐÓZ”O~©ô¢®U\x1D `o "
b"Xî«ûT\x01 Aò”7Æ– 쯹 "
b"Y\x01 àÆ;\x02 O •Oå…Ю\x08 _ "
b"Y\x7F ˜\e 'BY ~^°ÑÂ5Œ "
b"Yü5▓¡\x05 Kıæ+i\)Âîz "
b"Y«|éÉÔO7äê║j1\x14 _┼ "
b"Z\x1C\x15 \r þAK”‡ä\x05 »)‹›; "
b"Z`\x1E ~Ï\x06 D¹«\x11 Æ\x01 E3ŸÆ "
b"\\x05\x1E Ø"\x04 Kŵ\x1D o \x17 ¤\f\x1F "
b"\ŒÌy«óJ˺cîã?4Sb "
b"\▒ú\x11 Ü■Nëºoí┐gÅ\x10 "
b"\ë\t Á\x1D\t OÍ„Û\x18 G8ÒЃ "
b"]\r \x7F <F^D\x1E ¶Ð%7‡QËe "
b"]\x16 ¢\x17 Ø\r Oƪ•à^«®‚ "
b"_'¯\x01 ê@\x15 ”¨þïŸÞ¤Ù "
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"_…\t ŒBƒIP¼¤Ûõ\e 6̇ "
b"_Òs\x19 .K@|•œÑ\x01 nË×2 "
b"_´\v Ñn¤M¡╗zòÅ‗nı╣ "
b"`édEØ%B*éDÄâåuå¨ "
b"`╔Å¿¶\x7F Eƒ©²&üÁë\x16 ö "
b"a\x1E\f ¨\x13 øO+É\x06 o¹▒E\x12 l "
b"aá5█ß╣Kî®ìb¾┴v¯À "
b"b˜å¸ÿ0Kù´\x17 ©b$RcÏ "
b"b¤Ö:×▄DÕÇ|ÌöÈ'/É "
b"c\´jƒ°Gãü8\x14 «æ-Âs "
b"c»å¨Á™K$‰\x07 ‹P7wÌ” "
b"cÑèm\x14 8Gn·•tô;Hac "
b"d\x1A ìa‚ÿNñ»Ù¥ - ðÇ "
b"d3R\e vîG\x05 «fDû2¿}w "
b"db6ebQN\ŒÜÌE£&S "
b"dªM]>ÈH[ƒúËÍ™8ÎA "
b"dúæH˜ÈM\x0F ¯Í0ùëñíŒ "
b"e\t #$ÒîLX….\x11 Ô¬9ws "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"fdæÕ:lLϳ\x15 ~¬þÀ}\x13 "
b"f¤▓\x1A ƒ░Cô®^¾dü▀ÔÉ "
b"hÜaTZ£O<¥\x0F Ã\r i|ù& "
b"hþ7™‘øMÕ£wæH1è`í "
b"ia…ÈøCHt®}O\x02 Y¢\v | "
b"iï$/²\r C«ìÖ║\x19\x1C q,\x14 "
b"iÆ=èìÕKÚôXD¤\x1A ß!ú "
b"iã÷\r þ]H¾°™k-WÝA2 "
b"jê7¼MpL&¡\x0E ┘F½Â.ì "
b"kP0¦8)Jç°aJí.i5D "
b"km=Iì³F}¢ùd\x04\x00 ‰Š¡ "
b"k¨p\x1D ‚·J®‹ê0˜Ïw§v "
b"k¸Ã\x03 žÞJI”WÌv\x1D °£ "
b"lÞöG9ÌD\x01 ¿¿á«+ôÕ\x00 "
b"""
lñ ¦l\x1D D\n
´³ò\x11 Ê^Ôç
"""
b"m,,=\t +EÆ’X®XÈ4É\x10 "
b"mnÉ!¿µA׹ůJ4ž\x15 ¯ "
b"m—\x04 ‹:\x18 Hå˜BYÑEÆN© "
b"m££\x17 ”âCÖ´[/‰Ÿ`ì\ "
b"n\e Ú™}PE‹¨Õ;Zñ*sÆ "
b"nJÉÐ\x7F RE┬º\x7F vµ\x05 iíà "
b"n½’B§\x03 Eð‹åÀ\x1C\x1A Û¾þ "
b"oÁ\x07 Ö¡âI\x12 œÆ.9½=µ³ "
b"oÒ\x0F u\x17 ÂH\x1F ¾•`³¡§n… "
b"oÌØA`ÃJQåøZÄ┘ r\x7F "
b"pXª˜bgCÖ²í^0.@ÜÄ "
b"på/Ô’:B‘ž•‚˜\x02 MÍó "
b"q&ÃòÙÆB\x03 ˜®I/ðôeþ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"qý\v 3£-G4ÉW█?7ÿ¦f "
b"ru\x19 åê™E¼³…Vdž°F/ "
b"r×\f gæGMܱû©e±.ÍŠ "
b"s&#è¹½L¢´ýi õÿÙ´ "
b"s.A$CWFÁ¯à9OÑõ½Q "
b"s=Ç£ ÁN׈`D±RIʘ "
b"s \x1E C¸HHš¬D¦¢¼5Í© "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"sï³ÉøƒGe¯‹Ÿš¼t{i "
b"t\f IÞ\x0E ›D¨‡ßosê¤\v p "
b"tPÖ‰\x15 ÀJï’iFl\x03\x00 JŽ "
b"tÂ=ï/(BAŠñ`d§}Å\x0E "
b"t▀&\x13 ®=G┐Ä─ؤÅóÎþ "
b"u\x1E ´ðØúC£¥ÁJ┼Í'oü "
b"ueÁ\x1C ║üM\x1C ╝ÌXòýÀý╝ "
b"""
un\x14 a/\n
Dø’š\n
\r ¨\n
\x06 P
"""
b"uö║\x16 óıB'óurM±zbÅ "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"""
v\n
!á}ŒM~¯z#\x07 2‚s¯
"""
b"vx\r ì\x04\x18 K└║\x11 y═©\v ìþ "
b"vì7¬m&M└«3Õu½µQÁ "
b"vå\x1A ö]\x02 N\x00 ‰Û¤\f E\f 0* "
b"vþRˆ\r õK/’›j0 SU© "
b"xô─└èzN®ÜØúåu\x1A Ô1 "
b"xïl䈵FÛ¡¯ìfÔ™ÙŸ "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"y\t\x11 *XçE\x15 »-M\x01 <?Éu "
b"y!Ù\x10 ‚H²…’ÁÄ^GF— "
b"y+F\x12 fÍGL®#Vª{*m\x0F "
b"ys8PòøJ©´-\x1C a¨ˆ?¨ "
b"yy‰56(LÕ¦ý*ÞWÌ´\x06 "
b"yÅc§0\x02 G\x16 Â7(\x13 y'Ñw "
b"y§†\x00 QŸBXµäõW\x19 K$C "
b"y¸wGÅ\x01 LQŠñÓî^iöz "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"zÖÅL›ãO\x03 ´EÓ\x1D i'íþ "
b"zßòc™\x19 B⿽°>«<„ö "
b"{,Œ„{BMN–"Ïrõ£¡‰ "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b"|\x04 {\t ¾pI pr-œ»®Ñ "
b"|\x13\x15 Xz*B·Ø▓ËÄ0J£Ì "
b"|\x14 \Ë:ÐIü¢Äì─ù©\x14\x06 "
b"|:ÐD¨QI}”rE¹Ð)^ï "
b"|J|H\x06 ,J'ƒTõ=ó\x05 ßÀ "
b"|©\x1A èìžDÇŽN\x05 ´¿ƒ\v û "
b"}VÓ!ÖƒJ$£Q\x14 ½É§^Ê "
b"}f ük³CÕú]§\x04 ¤Ò▓ "
b"}ÑÜdb\x18 F®¿[Ep+½C¥ "
b"}ä:Y'cH¤šC%3îèçƒ "
b"~Rú»2ýLW”?]åü#Ÿû "
b"~ñMº´ÄC „”\x15 U¿¯Jð "
b"\x7F \Æü\e ®K\v ü\x18 \÷└╗FC "
b"\x7F š›´äVGø´\x0E äÒHVq\r "
b"ü\x10 Øm\╗D%ë@\x1E T'!,³ "
b"ü~PÍLüDöí┼½N▒¹n "
b"‚þÍ2Ë+AùŽ\x06\x08 G³·ô\x1E "
b"ƒ5$Ô÷Å@›‘]!pÏâg4 "
b"ƒº\x19 ÄŠÍA…¾ØŠBúÒ¢\x02 "
b"„\e £x—CG×µl‰\t\v .Vø "
b"„7+†3AHó®F\x13 O R÷X "
b"„Q\x11 S|YC®•ô˜Äâ¿Sß "
b"„ÀsÆ \v A9˜/ñþZóŠa "
b"„Ðx“\x14 EG#£çÙãC(ýO "
b"äõ-ÝýæI\x13 éÉ9Ö÷iå7 "
b"à'¹rM└KhÉ@£OVÁR\x10 "
b"àpM7ÓJM3üÀðó D║; "
b"…‘m<<ØG÷´û¼\x02 ¬µpM "
b"å\x18 Àóü®AË┤├íFã\x13 uø "
b"å%qÒ┼ZBż^½t█Í\x18 ù "
b"""
†[S·„\n
E\x11 —\x0F –™ê|a4
"""
b"åiß%░\x04 A\x12 ô\t -ب┐4┼ "
b"†k³†Þ\v E\x0F «ªž§DÝêU "
b"†ë瞣O@‚µÅHÕ˜Q½‘ "
b"çÌM*Á;A]┤\xmîÕÉ· "
b"ˆ#-ôÃ?K\x17 ¥\x0F q¢ÑàŒA "
b"ê(m6┤õD\x17 ç\x0F bÍÉǯ^ "
b"ˆ2„\e XšOÞ¶UmúG%B› "
b"ˆìÝË•Ct—ðR„í;\x0E f "
b"ˆ¼óÄjI@\r £™Z¿„}Œ] "
b"ˆ÷ëù\e \Ky¡´áÇ¢ÑÊ' "
b"‰\x14 r@t\x03 B•ˆ’,¯°¨£\x05 "
b"ëU/ìØõD¹á/═Ù‗&té "
b"ë▄ÎÅ\x1C ÉB;»Èë‗Æ‗Ì░ "
b"‰í¥œŠ²HQˆ`?á„Kùý "
b"è!Ó·ü▀MKƒ5E\x05 úD?1 "
b"èP\x04\x1C Å_OsÅsï█Q─╗ý "
b"ŠÊ)sQ\x04 CÑ4Àì\x18 Ë\x1F\x7F "
b"è¤ÁÉ15H‗ò\x12\x02\x18\x05 ò╬± "
b"ïyü\x07 ãJIWƺ\x0E\x7F ┐x2\x07 "
b"‹Ó#ÿÇ[A÷‘*Ö0$Æ\r © "
b"ïÍZÅ¡bE╝åv(±ªø<Ú "
b"î«öIüzChÖRzik0"¯ "
b"ì5ãfL@Sû╠Ø\x07\e ç!@ "
b"ìK\x14 ¿I\x13 @P║±µ\x13\x15\x14 ³I "
b"ì¡5>\x18 C\x0E »▄\v Á\x0F ®‗2 "
b"ì²û8¶2Hh×G\x12 µò[Á╬ "
b"Ä(\x11\x19 °/L\x18 Â?ªØ\x15 └0a "
b"ŽVÔ6\x18 VHe—±¥æÓÚ†P "
b"Äç¬\r ┼ïBØ╗úäð\x17 Hµn "
b"""
ŽÎß\n
íÏHÚ“CÇq£K\x19 Ä
"""
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"ÅGnUØJH\v ¼¼ÚYJsMn "
b"Åýc\e 9kJ?ºÆqÁ£n§Ð "
b"Éä±²/ûJëÑ╣þ£\x0F\x0F\x14 ² "
b"Éı©ÉÖoFjÖõJ\x06 Å.^u "
b"ÉÓÈ)Ò`H®×p>3F~Î\x07 "
b"æZ°ÿÖXLVÉ\x06 û~¬ÚÙy "
b"ÆPCâ\v AC®»│¡ù(,\x07 Ø "
b"’‰y¼ûÀK¥“¾u=ë¾RG "
b"’›Õ>\x18 ŒL婈t5˜î¢¿ "
b"Ƭƒ\x08 »IJ▓Ç\x01 z¹■ìÇ= "
b"ô,°G"¨B\r ░■ü║Gû\x11 ÷ "
b"“Œ[’%ÚL\x18 —Ú\x16 Ç>YŸÙ "
b"“ÊÞ\x02 dú@u´EË%×óq\n "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"”9\x1E TI’J¶ƒWÊ÷2iuÍ "
b"”F©ƒ…«N£§§†ö'ø•à "
b"”ðåÄ·\x1D DT…<©L\x14 ø³\x13 "
b"•\x11 :\x15 ÔGD\t ²cŒX½Õü“ "
b"òÁõ(¯À@?âE6└%ع¦ "
b"û/33‗íL`Å\e 4Gªmë, "
b"–YлÔtF¶¢ö\x02 (*=\x02 ° "
b"–dÀ#Å*J; YÎ@óª€I "
b"–l©È`VG¡¸\x13\x14 €\x03 Ü'ò "
b"–—\x19\e ÷{IÖ†®\£\pú\v "
b"û®\x10 ƒmØC2¥"aýܾ┌1 "
b"–Ð.lR·JóŽ7™xÏ7ˆ/ "
b"–îs¯I2Oä—išu±¶\x02 " "
b"—†HÂ8¯HÓ¶UY_\x08 ƒ†Z "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"—ñ‡•â\r L/‡tÄËÝ9xÞ "
b"˜/ßÌ\x11 ”B\x07 ©^Ò¯£~¤Ò "
b"˜LMÎùžLN˜þÅÍZO\x08 Ó "
b"ÿ¼jÒÂÜO}ª¬»8éì" "
b"™NPM‰ÞOô³–³=\f yŸ` "
b"›\x06 ¼ÖÄ-L\t ®ïÁF”ô:ÿ "
b"›\x19 ”èS…@£¥Áëžõ…\x07 ¢ "
b"ø£¤═BÓEm®\x0F ü÷2hÕÕ "
b"œS2Ë£ÄO\x0F Œ¬.¨…\x14 ñB "
b"œ‚”é˜ÞHõšfMŸ\x1C ÷´Å "
b"œ«nÇ‘zF ¤;žCÔaé2 "
b"ØE█Ù¬9Jâ╣ߨ^õÖ╬Ò "
b"žvÝq¹lGf’à·4‚iíº "
b"Ÿ\x06 ôÏU'@7ÕÖ‹,%\t † "
b" \x12\x16 ·\x1D ¾G<‚\x07 ‡\x03 n&ƒî "
b" \x19 š*¾wOI‡\e gÜÑùO= "
b" @(Ç\x17 MG\x18 Ž\x03 ó\x03 žü‘¼ "
b" ýã\x1F Ï^J\x1C “kÝ`ƒp}) "
b"¡V¹k(¾E?·8ßÕv¿3\t "
b"¡q’VT…D9¤ë¦•F˜R¹ "
b"¡ý0&:ŠK߆šÝ÷”Ò7» "
b"ój4\x19\x08 WF▀ºbyIèìr‗ "
b"óîQ\x17 'ÏGGÅzs±t\e âá "
b"¢¡˜ ‚OJ€¦~ôü±…Eq "
b"ú9\x03 ¨üæL\x07 ö\x18 G\x1C kuIÞ "
b"£F"«1¾F>ŸDöáš3ÆÑ "
b"£QÄÔ4;F†’ÔÁ<üÕ›a "
b"£x£ÓZžM\x10 B3ÖIg "
b"£øØk7‡K®“ªy’ýzõÔ "
b"ñH©╠0!Ip▓d±\f T'\Ø "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¤ÈÆëÔID”†»‹ïÈ\x0F x” "
b"¥0åË¿èKc†Œ\x03 ¿×ö»Á "
b"Ñ\e\x1E └²@¿ðÈæ\x1F 9ü; "
b"¥g‘ÈþdA—†\x12 üãã52V "
b"¥ˆZ×áËK\x00 ½;ß\x1D ɉž@ "
b"¥ûAo6–Ha‘Ìdb‰÷j\x1A "
b"ª6ØÜöBÉè~╩\x04 _╗¾÷ "
b"¦Ø1¶*3Lv›ÓHz''Î" "
b"ªÝ\x01 tÉECPö╗9=S!e¤ "
b"§v…JhDïŸpH\x11 ޳ƒ¹ "
b"ºæiÅ\x06\x07 @ýüç%a´p╗4 "
b"ºáö¯b¶GP┐└ô«ÉÃch "
b"§ Ñ\x1D ?\f N\x01 ¢PÐ\x0E Zcé! "
b"§¸®ð«\x13 CÛ½7\x04 4e’ìj "
b"¿\x16 ·Ù;ñL\x0F Ødø\x1D ║7\t ) "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"¨Ù˜Ö"‘BoœM#h,Á©o "
b"¨Þ…çhæK+‚;épóÛ\x15\x1F "
b"®~Ëè\x1D ÛJFè║‗*+ÊØ[ "
b"®äWÐw\x1D G¯Æ\x7F ܧCì_ä "
b"©Œf9,nL‘‡ñ\x18 ¸\x02 g‰M "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"®├ ï&yK\x11 ؽÐB▓f_É "
b"ª\x1A j~JwLF³«ãe…\x07 ¹\x04 "
b"ªc¸çt$J£¬£uÎè;\x18 ¦ "
b"ªŠe\t S(BØ•\x02 ˜\x12 Á "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"ªÒZ¢6ýE ¢„¥³ÍTƒÊ "
b"«\x1A WeY»A=”˜zØ:9Åò "
b"«YZ\x10 R±L‘»Ôo›dk#9 "
b"«€ô~\x13 r@²¸Ÿé‡ƒâç, "
b"½à\x03\v\x02 /K=ɰS.\x10 äÖ£ "
b"«æ¿'ì¸O“–o,fgT\x17 } "
b"¬‚\x1C &K‡@ô´©åoÓ%Æ` "
b"¼│¸\t :AGÖ¼f\x1D ¥¾üÜ· "
b"\x07 è\x05 LZGø®øç×2E\x1F ÷ "
b"¯\x04 …\x10 FÏAÕ¾ã17ÏU“¦ "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"»~"ÊNõA(É╚î5y¹Í9 "
b"""
»║ÚE²+E±è.1I;\n
øÅ
"""
b"¯ág\x0F SõBýˆ¢²),ÿ8y "
b"░\x16 ┌+X└J▄쫨╝u\x03 F╦ "
b"±„sä\x01 ÆC"¼¤\x00 1õz3o "
b"±´BŽc=G$¶\x1D eSr÷€\x11 "
b"│\x14 »╬\x11\x1A OÉïu±$܃ÎB "
b"┤\x18\x1D îþ8HáòÓÉ\x10\x04 ╩¯¤ "
b"´C\x16\v 'b@}Š4]Á\x0F V\x10 É "
b"´“RÄÉîLΨ\x1C\x1C ØD{‹` "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"Á%¸╗» OGÀb"ÅN¤ð½ "
b"µ\x7F @\x0E dMGX‰/ŸaPÇ`P "
b"µç/\x08 à}L´¨\x14 2\f è~Úz "
b"¶N\x05 7ùŸJ|ƒÊÑ¿Ó%<d "
b"¶Ï‰”ž+C¥ˆSÎþ©áɯ "
b"·T’ˆ±îN\°\x11 -=à-fX "
b"·æºÊ6KGó’0ÊÌ\x13 æ-| "
b"·õQ\x16 fàL³°1•A,¬· "
b"¸-M…)ŽJ]©U¸\f ¡V{\x13 "
b"¸0\v _YºL\x0F –©\x04 àü\x14 k\x0E "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"¹]$³ŽüF€£\x1A 2\x1A m¥\x01 Ë "
b"╣a>Ø1ìJ$ÉÀ\x7F L\x10\v 8¶ "
b"¹xÇgÝ*Fj¯\x1A x\x0E ¯\x1F Öœ "
b"¹¢ÃãQÈFã•#†L7¾å\x1A "
b"║dbß╬ØI ▒ÈD;§┤┤S "
b"""
║îÄ╩$ÒNçå@`¹æ\n
Åç
"""
b"»sàðïØHÓ²\x0F Ô#’m}L "
b"»ŒÛ\e î{Oȧ\x17 ¸¶\v Ôiþ "
b"╗░\x11 eôLE\x12 Øÿ\x06 ÔA─┴\x18 "
b"»Ó\x06\x10\x06 ¦G†Ž£0¶„…u[ "
b"╗´{█-tJ¤üÛÒù\r h(. "
b"¼\e IÏÁzB\x15 Œz%b\x16 ¢8‡ "
b"╝wG╠mÂIOüÜ┘âÏÛ9N "
b"¼Ž,”Ù)Eû›\v\x13 ¢Ñ\x01 ûž "
b"¼•ëÆç¤EH«ö=ó²o„œ "
b"¼Ê«’nÝD,¯¯ñ\r Rpƒš "
b"¢#¹"AbIäöÂÊìM\x14 lõ "
b"¢zx╝RËG2ìÕ]æ%\x01 ▓Á "
b"¾\r “‰$&FߊxϽ6% ä "
b"¾*‹W–N‡°Ü mUM¶÷ "
b"¾3~–+ÓAˆ˜·9àíØ¬× "
b"¾G\x10 ¾\x17 =Hÿ¾ÔeŸ{\x06 ªÃ "
b"¾»û¦ï\x05 @\x1D ž{çéÅ>¦” "
b"¿\e þ6It@R“ïC•\t rVø "
b"┐Ükê¹ÃJÿع¢V¬¸Þ▓ "
b"ÁCcTy»MЫ/+Eïò™\x06 "
b"ÁY–ôK¸Nf—à×ña’'& "
b"ÁbÉQ;\x1D BPŒMI´\x7F ´Üq "
b"Áhñp÷‚Eùƒ\x0E íïè6ôÖ "
b"Â{ªà0²E\x03 ÿ˜z1–AR "
b"Âùá©Îö@›—ߥã\x1D\x7F ñ^ "
b"Ã\x12 €\x19 ÌNöˆ'\x08 ¦6vªþ "
b"Ã\x19 Ê)ÍÁBՄǶ\x12 s\x11 ¼g "
b"├Jò+ƒbK>Å┘s║¨°ßÁ "
b"ÄË«È\x18 `L¾”&3®ýwz¦ "
b"Å\x15 -\x08 €'O:‘ßaÝ,ðí5 "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"ÆÜ‹êœ#Ff¼\x03 žvB\x1D Ëo "
b"Ç]ÜÁ…nKЯ×\x05 \r \x0F ³î "
b"ǰ}E\r ’LÞ©@Û®^kY\x16 "
b"ǶT¯™>Nγ4¨\x1D\x19 ö‡õ "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"È\x10 Ã\x13 ú–B_¹\x0E ‹ê¾øR¤ "
b"È\e %S©XJ\x07 šøízÈj(\v "
b"╚êIØ\x08 xE└Ü\x1C §‗äå\x16 ~ "
b"╚ÖèÚMØHØ╗Q4▒îo_┤ "
b"ÉŠáä9¸FÊ¢à‘g}D\v "
b"Éë)äý.D7 W(UÚÊ5N "
b"ʦË\e\x15 ùE\x06 ºî”«m«Û/ "
b"ÊõíM¸÷Eµ€_$ïn}ú\x08 "
b"Ëy麴Ž@ä†`Ò\°\e Á\x11 "
b"╦ü\x07 Ü`5O0ò£¢│¬ ┴\ "
b"˧ð–õ®H¶’a-\x03 ×\x06 ”˜ "
b"Ë̓–šxOy¨\f ÷ÉPp\r \x16 "
b"Ì.\f —:¶J™¨¤Ã6‹y\x0F æ "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"ÌÃ\x16 ]‹gK‚ŠzœüH2QU "
b"Ìâ7rŒšD0•Õ¬¬%XÊ+ "
b"ÍUíB¢¢Bê§gäUñ‚\x08 \r "
b"Î\x15 „\x0E æ3G”¾™\x00\x11 „ô{d "
b"╬9ü¢âÂOÏ»ÛW┬ïÏ$n "
b"ÎÝ|˜NëI’™¶ÔW?½Ó¦ "
b"¤sƒþ\x1F º@\ìíõT─■Ét "
b"¤▓5E\x11 ═I(æT>XØo!ø "
b"ÏÖÜšõôK;“5GGokˆ¦ "
b"Ðx‰Fr¿Aù»¯õ‰nJ{j "
b"""
Ñ\n
_¤OÊIu¿\x01 OC/\n
QÓ
"""
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Ð$└£ÛÉBýîÔ¯ñƒq\x05 ▓ "
b"Ò5o„±\x05 IưEÁ©¾LÝË "
b"Ò5¿‹S^E࣒\x7F Â\x00 È{l "
b"ÒJ0ëh`N6šR\x13 Y²DI\x1A "
b"Ó\x13 ªfý*Lv®¹Íë]\x19 uc "
b"È;ì█\x12 âJ\x7F ¼F\x1D Ýe¾‗< "
b"ıU¥y±(M\x01 Ø\x0F ║é\x1A ¥âZ "
b"ÕW£Ø¬‡H„ƒ[\x1D\x19 ®á`\n "
b"͸¤Ø¬ìFãóe8úµ¸\x7F\x05 "
b"×r¶\x01 %ÖO\x15 ›äl\x03 {"\x1F , "
b"ÏvEÂ\x18 ┼Oþ┤ÕCØwØ"[ "
b"ØšI:£öJI‚Éåû‚V¤\x10 "
b"ÙoAŽ@ïNf££,IF\x19 Âo "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"Ù縯\x14 `O>ƒS8‰6tÒ1 "
b"Ú<3\x01 ƒ°NB¦c[.]0CŠ "
b"ÚUèôŽ,DÊ”=Ñ\x1D iƨ‚ "
b"ÛEC\x07 @mG\x06 …îßF\x01 ‘oO "
b"Ûµ\x18\x05 ÛED\x07 žßª}}X)Î "
b"ÜF+(\v\x17 IÚ›\x04 ¸|«\x06\x04 H "
b"ܸT6#™M%¦`—D0˜zO "
b"ÜÑWšWïBé÷kšü¢\v Ù "
b"▄ÎF\x17\x04\x14 EX▒í½█\x02\x7F Øb "
b"¦o94£ÉG?åo7f┬{æy "
b"¦█Àwì£K╔©·qE±l\x01 / "
b"Ì\x06 Å`VRLl¡FL÷$«\x1F ┐ "
b"Þ?ú\x06 S\x1C D¹Œ2Ÿý:F• "
b"ÞB›p\x18 ×FЈˆ¦ü\v é‚( "
b"ÌLÎØü\x13 L"ªètºÞ"\x0F * "
b"Þ]¥qB½Hº©^åPÓÀøù "
b"""
Ìp\r ¸oÌA╝ƒüâ\n
z║£\x1A
"""
b"Þ}¸»ý9M0›À\x02 „|ù“ô "
b"̃~Ë+yB\v áàßÅSX\e 8 "
b"ß7a‘æ{FÓ³‹_GtÞ\x02 $ "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"▀üï\t úÌGv¢%╩hY\x7F 8‗ "
b"ßô£âž\x1D IëµAó®u\x0E _\x05 "
b"à\e ‘ØJïD׆Ñy\x17 I¯"í "
b"à\x1C\x1E Åú2@\x11 €#_Ýô\x17 ‚? "
b"à\x1F ç-\x00 ³B\x00 °äW:yn\x18 / "
b"ÓYÅ®U)Fƺ\x03 íµÓ┘ðë "
b"àœd‘U\x14 H)¸\x15 F\x05 óSÞc "
b"àÇ¥eoýH±„ü\x1C Ž_®…ì "
b"ÓÈì\x16 ╔╗I\x10 ªJ╝âb¢█Ì "
b"á5ý݇ûJ¾ˆA\x0F VŠt®L "
b"ßü=\x19 S├M3░┘▓~ıç8å "
b"á™ÍÃf\x10 CY…–,’h5\x00 ¿ "
b"á \x13 ýNýC\r ¶tH¹³CQ§ "
b"áî{ê\x1F ûN~¦†LÍ,Jþ´ "
b"ã3\x00 æÑ½M|ž£›eGÁgy "
b"õ\x1E ÷ÅH┬F╠Ü]■£X7·% "
b"õÈ¡\v ┤rHfÉ\x1C +\x00\x01 wmp "
b"äãJeôUA€½2:\x0E ùùeÏ "
b"äí"ºµÍN»¶\f\x1E ¹\x17 »GÜ "
b"å\x14 Pª`üKšµt”Qå¹ý5 "
b"å\x1E á7Ë\r N:‚vg0#©\x04 v "
b"µØé\ËI\x04 ëñ·ïjÂØË "
b"çGïƒVþM¹°\x03 ¶oòå\x06\v "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"çíÔk\x1E C<ƒÍö£à´ŒL "
b"þ█»"\x00 rEdÉføÌµ■QÏ "
b"èL‡Ò4;LŒ´2ßÙévT¨ "
b"醴€"\f Eªž‰Uá±\x14\x7F\x13 "
b"é૥Ť@\x14 ‚\x05 ŸD\x1C •œ\x05 "
b"ê\x17 s¸¢A@å¹Â¤¹\x14 èØŠ "
b"ê#Pxq\x00 @Ò²ˆ>ß[†¾ˆ "
b"ê¶äù·üA\x1D µ1ç¼n/"ü "
b"êÕëü\r ª@É—`eÓeÆd "
b"ë)/´\x0E ¢Ocœ\x12 ‹c˜uÏ\x19 "
b"Ù0à)Å\x0F Kæä9í\e '?=% "
b"ë2/§1¶G=¥äQ\r €¯‰” "
b"Ùÿe\x1C ·XJoøgü\f ú1╚p "
b"Ý6║Ï\!Eæü\îïôeæ{ "
b"Ý^╚°U░Mü»Û╗0#ë┼║ "
b"ÝÃâ╠─ÜB4Â║¼ì\x06 ┌ì┤ "
b"¯│┼▓├¬L\áWüAkæ\x02 M "
b"î÷‘\x1A X\x02 N µJ\x02\x0F Ù[~Ý "
b"îûž¢ÏHE§¢ †’¬ñF} "
b"´,àÀ zJpîÉ┼´k┼8× "
b"\x12 ?qDB›|È\x1E %¸¥* "
b"ï’MƼ£Cˆ“…UÛd›X½ "
b"ð_4\x1E\x05 ÄJ\f š5O»¤/bê "
b"𲂫âÿKQ¾ y`C´\x04 ` "
b"ñAðñ—cJû”k{kšPv\x18 "
b"ñjØ\\ìI.•M”¯tÎ__ "
b"±½û\x15 ┴Å@Êó.½u¤╚mã "
b"±╬Ï«■\x04 C┘»üxLlß\x03 / "
b"óyÆ·bÑDb…ƒ$óVŽ·g "
b"ó™¼VÕ¨DL¡R«š×\x01 «z "
b"ôU‚\x0E ³ÊNn«V1)ÿ \x06 "
b"ô_\x10 QZFH\x05 ¨¶(Ô‰\x15 Õá "
b"ôv3\x13 ¯›C”°\x02 Ň\x10 IÇ¢ "
b"ô•Î0æ†Mê›d¾Â\x0E Aï× "
b"¶┴Ø3ñ7O ©\x1F\x0E o\x11 ÓQ\x06 "
b"õ”RŽ–KJ\x0F ºÞáXµmʤ "
b"÷;0─C?A·æÄÇÅ\x05 Öë╩ "
b"÷¤ß×9þCX¬á┘}>ì4╚ "
b"÷\x00 ÌøÑ›Læšwm+Ž\x03 ü¿ "
b"÷Û[—=\x16 Kœ•°ð8\x12 \x05 G "
b"°+§ì6SF\x1D ┐7H\x01 NY9l "
b"ø£w^xnC-œ\r íû8õÍõ "
b"ø¯,™,9I>†ä h÷Yñ6 "
b"ù5Þ\x11 ]]C¬–k\x10 žÏ5Ôõ "
b"úgf[ô\x0E AÒ“:¸çí\x0F\x16\x02 "
b"úÀ\e )^\x04 KXœ¤ø²Ì²†Š "
b"û‚ÝêŠ(L ¤}ÖÃÜöÚS "
b"ûÒ\x07 ¡ÏFj´{l½#Ÿ«· "
b"ü4w\v rFB\x06 ‰rÔG¹žÝ( "
b"³H¿Ú>íAßü┴Ñû■m\x05\x1E "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"³░b\x7F ╩\x08 CÚ║┐I¦ÀØø\x17 "
b"ü΂#\x12 ïJ6©aº›ïØ]Ì "
b"ý3\x0E\x1A i\x19 H‡“wÐ8\x0E .\x12\x11 "
b"þ\x12 ‡!N^B‚‡_e\x03 !»„½ "
b"""
þO+@æ\x17 IÁ‘sO÷\x0E \n
EÀ
"""
b"■¼TÅü!DÛç7I|\x05 ▒│û "
b"þìŠñK9N1Ž,é†.c'Ù "
b"ÿ\ªu\x0E ZNÖµ4K²a_YÛ "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿ™!\x07 m\r J‡’YE\x19 ¹ß¸S "
b"ÿ™È¯ókDê°áÎ`£ÌÓ› "
b"ÿ±Ž.«\x11 I(š¿ÖÏ\x07\x03 Ì" "
b".‰`ú\x17 ýD\x19 ª«9[¦§H¤ "
]
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 (0x0063D99F94F84AE4A6245DFE32728347 , 0x008F36161EE342EFA69164D184297A33 , 0x00EA126EBB17414B8DE28B8ADB8B7C9F , 0x018031D7A6504C70BC9611EFFCA5CB87 , 0x02049224C56347179FA4C013E2CFCD8F , 0x02732857E2C64B47BAE0E1BC815003E3 , 0x02912B77F6184878852A362C488E1DF5 , 0x02F5376DB4DC447FA79E6B944B2D5C1B , 0x036A26BBBE4B4F01AEA80D39BBC9C86D , 0x03774667CD6143D3BB687D01E5F29D50 , 0x039395FBCB4E41D39E6FAFE087F26B48 , 0x039F8EDB25AB462C81651097939933EE , 0x041F4976FCD7409A8B95FBF4D550DCD8 , 0x044AC3E4CAC94813B2AC2CE9C4069CDA , 0x052AD23004FE4012B75332A0FF505CE5 , 0x05A09C16D7EC4E5AB81490235462BA75 , 0x05E28F2B3BC44D5FBEF6709AC203F1EF , 0x061240335AE44BA088A60A25356F028B , 0x062661D152D04ADDA36714AAC9A1AB46 , 0x06538A60DDEF48C7A53C868E90505F4E , 0x06BAC5FD040148DCB4F1C4B940CE5E24 , 0x084D8960A47C43DF8721E404766BCA3F , 0x08AB6CEB986C4FE38AE8E5A62D07686B , 0x0A38581650A342BB97478E5552350B97 , 0x0A55EF82545845FD8D26D049F6FA826E , 0x0A99B6A5C4BB4330B86A27E7806A07B3 , 0x0AEFDBEB11644D5189CBCD68D73F8FBB , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0x0B580D4DB1AF437BB52AE681045FA3D8 , 0x0B625DE4010B45C4A52E289CC9F1A652 , 0x0B8FA99C70F24A959F02C746C58CDB15 , 0x0BB5FFA4D2224B9F87A1CEE5F7555C52 , 0x0C51130FD77142E098065AB161AB9F3C , 0x0C8E2366EDDE4F4D8BE1EB3C8409C696 , 0x0DD823FD144549AFBFBF6F88B415A87C , 0x0E2D83BD6EDE4B7EAEE72C04239FB5C1 , 0x0E6319C53A4C4C2A908F6E1ACB1A2850 , 0x0E84607AF75841A8AF9242E142D32C1B , 0x0E94AE42B2E94624B7401044743FA1F2 , 0x0EDC32B246124DA4ADA5B79F4160AA30 , 0x106950DAA9DB47FE8C6A495EF55870CB , 0x10896259C828421DAF47D56064FADFC6 , 0x10990B3472944C229901430B36C4B4AC , 0x109A40BD85D0489AA2B0BA18B0CE4B99 , 0x114CF43958F74D33A1B812230108EA4C , 0x1210EF73292E4834BB02477A20995AE7 , 0x124391A372A54749B88BD1E87EA32706 , 0x12670C0A49534476A4627EDFA8A8A640 , 0x1271521BE681470489B9C785C885DCEB , 0x12C6CF175D2E415F9202F26F7F5EA267 , 0x132C192094B348E1973A0226A52864BF , 0x133403527E3948D98BFB2DDCA2224A4F , 0x134C6F9224664ACC9B2774890715DAA5 , 0x135726F264C04274AB108B3C72D4391E , 0x135D7E3A28F048EC90FE4C0F9CF250D1 , 0x137AB040245B46419C5D19E61B554776 , 0x13B55EACE8F74F00AF6A65BB62BFEB26 , 0x140C9CF204A54BC888C8C36A1E338946 , 0x144E54880EEC4BDDA3F397A811D090E1 , 0x14868CE162BC4D3CBF56FE07BDE1FEBD , 0x148A7DB7B91746779AF1399BFB14B749 , 0x14BA7107CA354D8EB0E1ED6931811E7B , 0x14DFE87212FC47CC8B6925E178B42523 , 0x155C1A69F6BC49819758E902E5FABCC5 , 0x1582C38C41E44F7985FEB2F52244FA6A , 0x1697AF3DEA1E4A7F9851FC290A025525 , 0x174D238072E3464493D05A36977B1B36 , 0x17BD255E57904585BA8A88149DFF691A , 0x17BFD861909C4763B5D79FCCE7C5297B , 0x18D3ECC2C1664DC3BF49FC96EAA5325F , 0x19BA3CE15C6E4982A08381F11318184A , 0x1A096B4B5DB44452AF48B4F0BA886F80 , 0x1A0EA0822C684DF5AFC96A92A10D92E1 , 0x1A2701056E494DA8BE6224A50640F697 , 0x1A466C5E3BA34FD7802DBFAC2EE83B9E , 0x1A8C7647531A4A04938DE9AAA4578AFE , 0x1AD29F6871E2430EA8C818CF58A2DB2D , 0x1B2460577BBD480FAC7A7C2735D82AD8 , 0x1B98E8C17ECA4D62A7E844987E00FB6E , 0x1C86779C496A420686F9BC1E8E7EAC8B , 0x1CBE00765D0746CC97D750398CDEE081 , 0x1D4FF7BEFA364326AAAC5307971B55B3 , 0x1D94703EFD5F48DB886A256EDF6EC311 , 0x1DCB7AFF5A5B497C9B01240F8113D932 , 0x1DD6224F72C24462A036FD96CE306F56 , 0x1E218971147D4A04BC1D76B575CEFE00 , 0x1E564948A63A4AAAB75C2710769BC919 , 0x1E9B27E1115A4E0385F0372C13FE9750 , 0x1EB4B1948D554F13AFF7FFB200CC75AD , 0x1FA69EDDAABF4DF5971E23B2C718D5DD , 0x2006A3EA804A4FF69A0770DA6C9B152C , 0x207821A319A14DF891B1DA52CB633BD5 , 0x2105912A047046A7A39840D218BA2B09 , 0x211FAFBC86F1403F97AD514F5BED6D56 , 0x219378D24F604680B75B66617A9CC3F0 , 0x2251F5AB58704679A4355FE1ED0FFF18 , 0x230B840BDD1B4FFF97E6704671C4D376 , 0x2320F1B7176D41E28724359CB17C496C , 0x237B2C0438794EC1BE223643574DB8F4 , 0x23817E2C4EB8419F90C3B800639B1BB5 , 0x24B02B0793934E648671FB2529FF3C2D , 0x2506093F531C4D5CA99231A35DEDE93B , 0x2544A9AECC2C41AD9F62EE8800A3E769 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x275034EAA61B4CC6BABF70C3ED9B92E1 , 0x27BF42012FDC42E7BDAB23A2AF7892A0 , 0x280E52E434C74A258EF4A0DDAB24374A , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x28671CFD645E4120A224FE0230649357 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x29424506F7C34F70A500C369ECDEA554 , 0x296A50C52A8942C99DBCDBA401D43F4F , 0x2A0AEC1B06CD4F1CAEE8659D4902903E , 0x2A8DE543FB784CA18D65B3C84D3566CF , 0x2AD26B5FF62045ACB018CB7277519911 , 0x2B43A0B43B6F4FA2AFBF694183B86BA9 , 0x2B4B91A7F52D493FBB884C16111FDC0E , 0x2B75BE671F384348A1851F946AC58F07 , 0x2B8FE71D69A945D88325960FD09E0752 , 0x2B90301E0DDD4FFC94139C25A09F872B , 0x2BA7DACC9B8D417D8EA704BFEE9AA64B , 0x2CD6ADD9B5D340C0AE0BFE9A4DCF1301 , 0x2D093652413142DFB48E894DB53DAA26 , 0x2D19AD67757D4DD29AA16785A3791B64 , 0x2D338F60A8624B08A0B076A6BDA9BD89 , 0x2D5FDCE9715549F4A80B8ED29C6C7BCB , 0x2E1BF3A20CD44D6EB9CAB219ACDD783C , 0x2E1D7A24C37E4D4D96B2DD75693D254C , 0x2E7F0699E4FA4C33AE0D9D9CA45DD81D , 0x2EB40206A03549AE99B789986204A29E , 0x2EBF36BC5D734A778C7DB644CD8F312A , 0x2F0CF9035B3D4DD494DB11F867C657A0 , 0x2FB6517F82A04711A1771C9B484111E2 , 0x2FE898D6A2FE4D1FA0C95865A625A8A2 , 0x302C26630EE74FF28738A844ED269886 , 0x30ED195C93B7467A9187F07773889A9F , 0x30FFA71C47094DF2A90EC7D8EDC613B1 , 0x312ABB438A8545BC9ADFF97C49DC5535 , 0x3186921E2AD3458BBDF0CE46A2E5D4F4 , 0x3231736B477540368F961E43F4C8ACD5 , 0x32387B88A1614242B91EC7A2717FE9BD , 0x324C4FE6CA9147A499BA6429784B6D6C , 0x329849610CF643A8973EC27B03DE6BEA , 0x32BEC7A1385B4881959A689F706E065E , 0x32D4EDC58CA447238C215887CE9FC3D9 , 0x33235FA1274840FFBB13CDD3B2B4BEAD , 0x33E6B8DF73D5462599AACD9CA46102D3 , 0x342C22B947D44BD3884252B1E286BABA , 0x357167462CB84C11A83F9DBF3D133AD1 , 0x3586BAA2490B4595A40CB4454BA7EF72 , 0x35A9DC076BDA4F679D20E46A414DAA02 , 0x3635FCC77C4E446AA92BBCAECDA3A102 , 0x3722FE146FC24976887807D1D7F26600 , 0x3AB3151B544444A9BB61011175D407DA , 0x3B4E6267DEBF4727BC49AB382EE6B378 , 0x3B95A46B94B64A34A73DB8CFE48F4043 , 0x3BB7EBBD9F144E5A8437F006568BB854 , 0x3BD248939B8747A4BB67A2F2040FA6A9 , 0x3BE71D5D0DCF4CAFBB0229B757EBA18D , 0x3C802908877C454BBD14FEC9B7031E89 , 0x3CB2766BDCB844C28B29E352AF0DC82F , 0x3D1FEEA2093F42A0B76996E3A14FFB49 , 0x3D6B1CFB4F144D278698B021D5A5C7D2 , 0x3DA8BF196A3B49808FCE26652CCCD5B9 , 0x3DCD4317E68A41BB8E4E45800AE9652B , 0x3ECBF73D96F74EA3B1DCBA6084F8AE86 , 0x3ECD4A5C22AA44A5BB75DCD5AA6C3BF4 , 0x3ECE1D9CEDAA45139E9BFC24BC6CF163 , 0x3F238C229EE6469FA12B3B634A836C1E , 0x3F2554490D9941C794BB71F5F764CCCD , 0x3F88015762804AE0881D1581C229A3C9 , 0x4049F47D6A184BB785D8F6F563846268 , 0x41428532E90041CEAA778625072128FB , 0x41BB79951D5A432E897AFECECE7E47B9 , 0x41DDC22565CA44F6A5CDE132C7B48943 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x421E0125515549D783D3DFB4B7666E7A , 0x42678BEBBA584D12B643E7D1D36BBDDA , 0x42E42B1A5F27496E90CC98492A4BCADA , 0x42EA73D80D544B6A91B5FD9A98803CEF , 0x4326D86DA86B4A9FAE14BA2464873114 , 0x43F9FF34ACA14F3DB847ADA22F3DD3F5 , 0x441A89AF4193491B8F1FE1C682021211 , 0x4421965451B347D9B98FF8C5F99C64F4 , 0x4474560272AB496791D54EF84998F05A , 0x447DB92BC6984313AC1464B59A54640B , 0x44EE2FB601B246B3B4183A7E98D4400A , 0x4570100A52C74FB0B920361946661659 , 0x45A8AF00865F41389ADE5EB41A8413D0 , 0x460D78E25A3944008501B3DFFC513CF8 , 0x4669FDCD345D40E090511DF60FE34747 , 0x46BED0EDE6F24D88A992C0E6474693CA , 0x4717B782D81F4AC9B1F38BA0DC75F742 , 0x478A78759BB54A75B5AEF6F9AC966465 , 0x47ACBB1858DD4661AA5810D7F0CA2E74 , 0x47BFB080597843C8999D13E32547B198 , 0x47C93D7E0A0044E1846405FA51D74FD6 , 0x47CDC669A0D341C798B16ED43D73DBFA , 0x48D3F5FF2E40448EA76EEFADD0EFE5AC , 0x48F1880080FB4E7DBCB69BC0D85A56AB , 0x492C0A95234B4518AC08B8BF6EDC032F , 0x49D8693168BD4E9A9D8526BFB6CECBFB , 0x49E6002B66564335BEFC87BF57FB7E3E , 0x4A0481CF2837415F994A26DB302D9CF1 , 0x4A2520F301244FC4938292D3C6EFB7DE , 0x4A5521C0A1F04F648418D834BC420E4D , 0x4B0485E3974B48058B92B37F4E8A8ABE , 0x4B338C0BFAA3414EBBFEA54682D30CFD , 0x4B3A07C918844439BE797C82BCF93F5D , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x4BD24FEB0C724EAC8912702054C51C20 , 0x4BDC3A735B574E4798800961E9BDE244 , 0x4D19D5A8142541BC891D0E11DA039851 , 0x4D487491C1984F918E45F759A671B778 , 0x4EEA087A9E5D40AD92E69BB06D463763 , 0x4F06787BBCD54814886185EA513B15A2 , 0x4F1A2C8C5AE44FABA1BF9340C0809894 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x503BD247C5A1484292C275237D625F0F , 0x505305E77711498C9C7542DE6532DEE8 , 0x51321185E9AF496B8F9FD8EACCF97C8C , 0x513AB9793DD541E6A6DFF9033F99756F , 0x5221A02F84804456ABE1DE36EF2952BC , 0x5276806FBA574AC9B0AE386F19AC448E , 0x52AA3640A83346469EF4F3C3D5477649 , 0x52FCBF43BEEF4D369BEF59BD0368FD10 , 0x538180B1E5DC494AB00296A41774ADE6 , 0x53D4D2D3125F4B6D8E1F0BA5A5F92D10 , 0x5434F4165F0E460C89F806625BDEEA37 , 0x544D3E8CA79F41228D75B82E938E4AC4 , 0x54707E283B0A438092E0855415C7B52F , 0x56022887FE7A49FF8EA9F93435181F8A , 0x569267B6667645A791316218C4F646ED , 0x581056B5B98043B8AC6C5B1EFFC03094 , 0x586A9BCFAC4D47E080F97E0A43033427 , 0x58B3D0D35A944F7EA9F4A2AE551D606F , 0x58EEABFB540141F29437C69620ECAFB9 , 0x5901E0C63B024F20954FE585D0AE085F , 0x597F981BAD274259A07E5EB0D1C2358C , 0x598135B2AD054BD5912B695C29B68C7A , 0x59AE7C8290E24F378488BA6A31145FC5 , 0x5A1C150DFE414B9487E405BB298B9B3B , 0x5A601E7ECF0644B9AB11C60145339FC6 , 0x5C051ED822044BC5B51D6F2017A40C1F , 0x5C8CCC79ABF34ACBBA63EEE33F345362 , 0x5CB1A3119AFE4E89B6A76FA1BF678F10 , 0x5CEB09C11D094FCD84DB184738D2D083 , 0x5D0D7F3C465E441EB6D025378751CB65 , 0x5D16A217D80D4FC6AA95E05EC2ABAE82 , 0x5F27C2AF01EA401594A8FEEF9FDEA4D9 , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x5F85098C42834950BCA4DBF51B36CC87 , 0x5FD273192E4B407C959CD1016ECBD732 , 0x5FEF0BA56ECF4DADBB7A958FF26ED5B9 , 0x608264459D25422A82448E83867586F9 , 0x60C98FA8F47F459FB8FD2681B5891694 , 0x611E0CF9139B4F2B90066FFBB145126C , 0x61A035DBE1B94B8CA98D62F3C176EEB7 , 0x6298E5B8FF304BF9B417A962245263CF , 0x62CF993A9EDC44E5807CDE94D4272F90 , 0x635CEF6A9FF847C6813814AE912DB673 , 0x63BBE5A8C1994B2489078B503777CC94 , 0x63D1E86D1438476EB79574F43B486163 , 0x641AEC6182FF4EF1BBD9A5202D20F0C7 , 0x6433521B76EE4705AB6644FB32BF7D77 , 0x6462366562514E5C8CDCCC45A32653C2 , 0x64AA4D5D3EC8485B83FACBCD9938CE41 , 0x64FAE64898C84D0FAFCD30F9EBF1ED8C , 0x65092324D2EE4C58852E11D4AC397773 , 0x65D37E8611A24D6A81A53A335F092210 , 0x6664E6D53A6C4CCFB3157EACFEC07D13 , 0x66CFB21A9FB04393A95EF36481DFE290 , 0x68DC61545AA34F3CA50FC30D697CF926 , 0x68FE379991F84DD5A377E64831E860ED , 0x696185C8F8434874AE7D4F0259A20B7C , 0x698B242FFD0D43AE8D99BA191C712C14 , 0x69923D8A8DE54BE9935844CF1AE121A3 , 0x69E3F70DFE5D48BEB0996B2D57DD4132 , 0x6A8837AC4D704C26AD0ED946ABB62E8D , 0x6B5030A638294AE7B0614AED2E693544 , 0x6B6D3D49ECB3467DA2F9640400898AA1 , 0x6BA8701D82B74AAE8BEA3098CF77A776 , 0x6BB8C3039EDE4A499457CC761DA0B0A3 , 0x6CDEF64739CC4401BFBFE1AB2BF4D500 , 0x6CF120A66C1D440AB4B3F211CA5ED4E7 , 0x6D2C2C3D092B45C69258AE58C834C910 , 0x6D6EC921BFB541D7B9C5AF4A349E15AF , 0x6D97048B3A1848E5984259D145C64EA9 , 0x6DA3A31794E243D6B45B2F899F60EC5C , 0x6E1BDA997D50458BA8D53B5AF12A73C6 , 0x6E4A90D17F5245C2A77F76E60569A1C7 , 0x6EBD9242A70345F08BE5C01C1ADBBEFE , 0x6FC107D6A1E249129CC62E39BD3DB5B3 , 0x6FD20F7517C2481FBE9560B3A1A76E85 , 0x6FDE9D4160C74A51869B5A8ED920727F , 0x7058AA98626743D6B2ED5E302E40DCC4 , 0x70E52FD4923A42919E958298024DCDF3 , 0x7126C3F2D9C6420398AE492FF0F465FE , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x71EC0B339C2D47349057DB3F3798DD66 , 0x727519E5EA9945BCB38556C786B0462F , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x732623E8B9BD4CA2B4FD69A0F5FFD9B4 , 0x732E4124435746C1AFE0394FD1F5BD51 , 0x733DC7A320C14ED7886044B15249CA98 , 0x73A01E43B848489AAC44A6A2BC35CDA9 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x73EFB3C9F8834765AF8B9F9ABC747B69 , 0x740C49DE0E9B44A887DF6F73EAA40B70 , 0x7450D68915C04AEF9269466C03004A8E , 0x74C23DEF2F2842418AF16064A77DC50E , 0x74DF2613A93D47BF8EC49DCF8FA2D7E7 , 0x751EEFD09DA3439CBEB54AC5D6276F81 , 0x7565B51CBA814D1CBCDE5895ECB7ECBC , 0x756E14612F0A44F8929A0A0DA80A0650 , 0x7594BA16A2D54227A275724DF17A628F , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0x760A21E17D8C4D7EAF7A2307328273AF , 0x76780D8D04184BC0BA1179CDB80B8DE7 , 0x768D37AA6D264DC0AE33E575ABE651B5 , 0x76E51AF65D024E0089DBA40C450C302A , 0x76FE52880DF54B2F929B6A30205355A9 , 0x7893C4C08A7A4EA99A9DA386751AE231 , 0x78EF6CE488B546DBA1AFEC66D499D99F , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x7909112A58E74515BB2D4D013C3FC975 , 0x7921ADD9108248B28592C1C45E474697 , 0x792B461266CD474CAE2356AA7B2A6D0F , 0x79733850F2F84AA9B42D1C61A8883FA8 , 0x7979893536284CD5A6FD2ADE57CCB406 , 0x798F63F530024716B63728137927A577 , 0x79A78600519F4258B5E4F557194B2443 , 0x79B87747C5014C518AF1D3EE5E69F67A , 0x7A768155A21E446DB594B41749495D52 , 0x7AD6C54C9BE34F03B445D31D6927EDFE , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7B2C8C847B424D4E9622CF72F5A3A189 , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x7C047B09BE704920AD70722D9CBBAED1 , 0x7C1315587A2A42FA9DB2D38E304A9CDE , 0x7C145CD33AD14981BD8E8DC497B81406 , 0x7C3AD044A851497D947245B9D0295EEF , 0x7C4A7C48062C4A278354F53DF305DFC0 , 0x7CA91AE8EC9E44C78E4E05B4BF830BFB , 0x7D56D321D6834A24A35114BDC9A75ECA , 0x7D66FF816BFC43E5A35DF0F504CFE3B2 , 0x7DD1DC64621846AEBF5B45702BBD43A5 , 0x7DE43A59276348A49A432533EEE8E783 , 0x7E52FABB32FD4C57943F5DE5FC239FFB , 0x7EF14DBAB4C443A084941555BFAF4AF0 , 0x7F5C92811BA94B0B81185CF6C0BB4643 , 0x7F9A9BB4E45647F8B40EE4D24856710D , 0x81109D6D5CBB442589401E5427212CFC , 0x817E50D64C814494A1F0C5AB4EB1FB6E , 0x82FECD32CB2B41F98E060847B3B7F41E , 0x833524D4F7C5409B915D2170CFE26734 , 0x83BA19C48ACD4185BED88A42FAD2A202 , 0x841BA378974347D7B56C89090B2E56F8 , 0x84372B86334148F3AE46134FA052F758 , 0x845111537C5943AE95F498C4E2BF53DF , 0x84C073C6200B4139982FF1FE5AF38A61 , 0x84D0789314454723A3E7D9E34328FD4F , 0x84E42DEDEC91491382903999F6698637 , 0x8527FB724DC04B6890409C4F56B55210 , 0x85704D37E04A4D3381B7D0A22044BA3B , 0x85916D3C3CD847F7B4FBBC02ACB5704D , 0x8618B7A281A941D3B4C3A146C613759B , 0x862571E3C55A428FAC5EAB74DBD61897 , 0x865B53B7840A4511970F9699EA7C6134 , 0x8669E125B004411293092D9DF9BF34C5 , 0x866BB386DE0B450FABAA9EA744DDEA55 , 0x86EBE79EA34F4082B5C548D59851BD91 , 0x87DE4D2AB53B415DB45C786D8CE590FA , 0x88232DF4C33F4B17A50F71A2D1E08C41 , 0x88286D36B4E44417870F62D69080EE5E , 0x8832841B589A4FDEB6556DFA4725429B , 0x88ADECDDCB95437497F05284ED3B0E66 , 0x88BCF3C46A49400DA3995ABF847D8C5D , 0x88F7EBF91B5C4B79A1B4E1C7A2D1CA27 , 0x891472407403429588922CAFB0A8A305 , 0x89552F8D9DE444FBA02FCDEBF2267482 , 0x89DCD78F1C90423BAFD489F292F2DEB0 , 0x89EDA59C8AB2485188603FE1844BF9FD , 0x8A21E0FA81DF4D4B9F354505A3443F31 , 0x8A50041C8F5F4F738F738BDB51C4BBEC , 0x8ACA2973510443D1AD34C0EC18CB1F7F , 0x8ACFB590313548F2951202180595CEF1 , 0x8B798107C64A495792A70E7FBF783207 , 0x8BD323FFC75B41F7912AD63024C60DA9 , 0x8BD65A8FAD6245BC867628F1A69B3CE9 , 0x8CAE9449817A436899527A696B3022EE , 0x8D35F0C6664C405396CC9D071B872140 , 0x8D4B14A849134050BAF1E6131514FC49 , 0x8DAD35F03E18430EAFDC0BB50FA9F232 , 0x8DFD9638F43248689E4712E6955BB5CE , 0x8E281119F82F4C18B63FA69D15C03061 , 0x8E56D4361856486597B1A5E6D3DA8650 , 0x8E87AA0DC58B429DBBA384D01748E66E , 0x8ECEDF0AEDCF48DA9343C771A34B19C4 , 0x8F1332EB43334D159175A80ED6E45057 , 0x8F476E559D4A480BACACE9594A734D6E , 0x8FEC631B396B4A3FA79271B59C6EF5D1 , 0x9084F1FD2F964A89A5B9E79C0F0F14FD , 0x90D5B890996F466A99E44A068F2E5E75 , 0x90E0D429E36048A99E703E33467ED707 , 0x915AF89899584C569006967EAAE9EB79 , 0x925043830B4143A9AFB3AD97282C079D , 0x928979BCFBC04BA593BE753DEBBE5247 , 0x929BD53E188C4CE5A988743598EEA2BF , 0x92AA9F08AF494AB280017AFBFE8D803D , 0x932CF84722F9420DB0FE81BA479611F6 , 0x938C5B9225DA4C1897DA16C73E599FD9 , 0x93CADE0264FA4075B445CB25D7F3710A , 0x940DE9504E2B4067BB89E8DE2687044F , 0x94391E5449924AB68357CAF7326975CD , 0x9446A98385AB4EA3A7A786F627F895E0 , 0x94F0E5C4B71D4454853CA94C14F8B313 , 0x95113A15D4474409B2638C58BDD5FC93 , 0x95B5E428EEB7403F834536C0259DFBDD , 0x962F3333F2A14C608F1B3447A66D892C , 0x9659D0BBD47446B6A2F602282A3D02B0 , 0x9664C023C52A4A3BA059CE40F3AA8049 , 0x966CA9C8605647A1B813148003DC27F2 , 0x9697191BF77B49D686AE5CA35C70FA0B , 0x96A9109F6D9D4332BE2261EC9AF3DA31 , 0x96D02E6C52B74AF38E379978CF37882F , 0x96EE73AF49324FE497699A75B1B60222 , 0x978648C238AF48D3B655595F0883865A , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x97F18795E20D4C2F8774C4CBDD3978DE , 0x982FDFCC11944207A95ED2AFA37EA4D2 , 0x984C4DCEF99E4C4E98FEC5CD5A4F08D3 , 0x98AC6AE3B69A4F7DA6AAAF38828D22FF , 0x994E504D89DE4FF4B396B33D0C799F60 , 0x9B06BCD6C42D4C09AEEFC14694F43AFF , 0x9B1994E8538540A3A5C1EB9EF58507A2 , 0x9B9CCFCD42E0456DA90F81F63268E5E5 , 0x9C5332CBA3C44F0F8CAC2EA88514F142 , 0x9C8294E998DE48F59A664D9F1CF7B4C5 , 0x9CAB6EC7917A46A0A43B9E43D461E932 , 0x9D45DBEBAA394A83B9E19D5EE499CEE3 , 0x9E76DD71B96C476692E0B7348269EDBA , 0x9F06F4CF55274037ADD5D68B2C250986 , 0xA01216B71DBE473C820787036E2683EE , 0xA0199A2ABE774F49871B67DCD1F94F3D , 0xA04028C7174D47188E03F3039EFC91BC , 0xA0FDE31FCF5E4A1C936BDD6083707D29 , 0xA156B96B28BE453FB738DFD576BF3309 , 0xA171925654854439A4EBA695469852B9 , 0xA1FD30263A8A4BDF869ADDF794D237BB , 0xA26A3419085746DFA76279498A8D72F2 , 0xA28C511727D847478F7A73F1741B83A0 , 0xA2A198A0824F4A80A67EF4FCB1854571 , 0xA33903F981914C079418471C6B7549E8 , 0xA34622AB31BE463E9F44F6E19A33C6D1 , 0xA351C4D4343B468692D4C13CFCD59B61 , 0xA378A3D35A9E4DEEBDAF104233D64967 , 0xA3F8D86B37874BAE93AA7992FD7AF5D4 , 0xA448B8CC30214970B264F10C54275C9D , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4C8C6EBD449449486BB8BEFC80F7894 , 0xA530E5CBBFE84B63868C03BFD7F6BBC1 , 0xA55C651EC0FD40F0A8D0D4911F39813B , 0xA56791C8FE6441978612FCE3E3353256 , 0xA5885AD7E1CB4B00BD3BDF1DC9899E40 , 0xA5FB416F3696486191CC646289F76A1A , 0xA6369D9A94F042908A7ECA045FBBF3F6 , 0xA6D831B62A334C769BD3487A2727CE22 , 0xA6ED01749045435094BB393D532165CF , 0xA776AD854A6844EF9F7048118EB383B9 , 0xA791698F060740EC81872561EF70BB34 , 0xA7A094EE62F44750BFC093AE90C76368 , 0xA7A0D11D3F0C4E01A250D00E5A63E921 , 0xA7B8AEF0AB1343DBBD3704346592EC6A , 0xA816FAEB3BA44C0F9D649B1DBA370929 , 0xA821025B13F0464C84E855512A64902E , 0xA8D998D62291426F9C4D23682CC1A96F , 0xA8DE85E768E64B2B823BE970F3DB151F , 0xA97ED38A1DEA4A468ABAF22A2BD29D5B , 0xA98457D1771D47EE927F9AF5438D5F84 , 0xA98C66392C6E4C9187F118B80267894D , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xA9C3208B26794B119DABD142B2665F90 , 0xAA1A6A7E4A774C46B3ABE3658507B904 , 0xAA63B8E774244AA3ACA375CEE83B18A6 , 0xAA8A6509532842D89502EEACA59812C1 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xAAD25AA236FD45A0A284A5B3CD5483CA , 0xAB1A576559BB413D94987AD83A39C5F2 , 0xAB595A1052B14C91BBD46F9B646B2339 , 0xAB80F47E137240B2B89FE98783E2E72C , 0xAB85030B022F4B3D90F8532E1084999C , 0xABE6BF27ECB84F93966F2C666754177D , 0xAC821C264B8740F4B4A9E56FD325C660 , 0xACB3F7093A414799AC661DBEF3819AFA , 0xAD07E8054C5A47F8AEF8E7D732451FF7 , 0xAF04851046CF41D5BEE33137CF5593A6 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xAF7E22D24EE4412890C88C3579FBD639 , 0xAFBAE945FD2B45F18A2E31493B0A9B8F , 0xAFE1670F53F542FD88A2B2292CFF3879 , 0xB016DA2B58C04ADC8DAEF9BC750346CB , 0xB18473E401C64322BCA40031F57A336F , 0xB1B4428E633D4724B61D655372F78011 , 0xB314AFCE111A4F908B75F1249A9FD742 , 0xB4181D8CE73848A095E0901004CAEECF , 0xB443160B2762407D8A345DC10F5610C9 , 0xB49352C4C9EE4CCEA81C1CD8447B8B60 , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xB525F7BBAF204F47B762228F4ECFD0AB , 0xB57F400E644D4758892F9F6150C76050 , 0xB5E72F08E07D4CB4A814320CE87EDA7A , 0xB64E0537F99F4A7C83CAD1BFD3253C64 , 0xB6CF89949E2B43A58853CEFEA9E1C9AF , 0xB7549288B1EE4E5CB0112D3DE02D6658 , 0xB7E6BACA364B47F39230CACC13E62D7C , 0xB7F5511666E04CB3B03195412CACB7AD , 0xB82D4D85298E4A5DA955B80CA1567B13 , 0xB8300B5F59BA4C0F96A904E0FC146B0E , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0xB95D24B38EFC4680A31A321A6DA501CB , 0xB9613E9D318D4A2490B77F4C100B38F4 , 0xB978C767DD2A466AAF1A780EAF1FD69C , 0xB9A2C3E351C846E39523864C37BEE51A , 0xBA6462E1CE9D4920B1D4443BF5B4B453 , 0xBA8C8ECA24E34E87864060FB910A8F87 , 0xBB73E0F0EFD848D3B20FD423926D7D4C , 0xBB8CDB1BEE7B4FC8A717B8B60BD469FE , 0xBBB01165934C45129D9806E241C4C118 , 0xBBD3061006A647868EA330B68485755B , 0xBBEF7BDB2D744ACF81EAE3970D68282E , 0xBC1B49CFC17A42158C7A256216A23887 , 0xBC7747CC6DB6494F819AD983D8EA394E , 0xBC8E2C94D92945FB9B0B13A2D101FB9E , 0xBC95EBC6E7A44548ABF63DF3B26F849C , 0xBCCAAB926EDD442CAFAFF10D5270839A , 0xBD23FB224162498494B6D28D4D146CE4 , 0xBD7A78BC52D347328DE55D912501B2B5 , 0xBE0D9389242646DF8A78CFBD362520E4 , 0xBE2A8B5796AD4E87B0DCA06D554DB6F7 , 0xBE337E962BD3418898B739E0EDD8ACD7 , 0xBE4710BE173D48FFBED4659F7B06AAC3 , 0xBEBBFBA6EF05401D9E7BE7E9C53EA694 , 0xBF1BFE364974405293EF4395097256F8 , 0xBF9A6B88FBC74A989DFBBD56AAF7E8B2 , 0xC143635479BB4DD0AB2F2B45EFF29906 , 0xC15996F44BB84E6697E0D7F161922726 , 0xC162C9513B1D42508C4D49B47FB4DC71 , 0xC168F170F78245F9830EEDEFE836F4D6 , 0xC27BAAE030B24503A0FF987A31964152 , 0xC2F9E1A9CEF6409B97DFA5E31D7FF15E , 0xC312AD8019CC4EF6882708A63676AAFE , 0xC319CA29CDC142D584C7B6127311BC67 , 0xC34A952B9F624B3E8FD973BAF9F8E1B5 , 0xC4CBABC818604CBE942633AEFD777AA6 , 0xC5152D0880274F3A91DF61DD2CF0ED35 , 0xC5AB144F495C45D1AF742173EB811222 , 0xC6DC8BEA9C234666BC039E76421DCB6F , 0xC75DDCC1856E4BD0AFD7050D0FB3EEC2 , 0xC7B07D450D924CDEA940DBAE5E6B5916 , 0xC7B654AF993E4ECEB334A81D19F687F5 , 0xC7C27C6EB6D54599839A560978452979 , 0xC810C313FA96425FB90E8BEABEF852A4 , 0xC81B2553A9584A079AF8ED7AC86A280B , 0xC888499D087845C09A1CF5F28486167E , 0xC8998AE94D9D489DBB5134B18C6F5FB4 , 0xC98AE1E439B846CAA2E091677D440BAD , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xCAA6CB1B15F94506BAEE94AB6DABDB2F , 0xCAF5ED4DB8F745B5805F24EF6E7DFA08 , 0xCB79E9BAB48E40E48660D25CB01BC111 , 0xCB81079A60354F30959CBDB3AA20C15C , 0xCBA7F096F5AE48B692612D03D7069498 , 0xCBCD83969A784F79A80CF7C950700D16 , 0xCC2E0C973AB64A99A8A4C3368B790FE6 , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0xCCC3165D8B674B828A7A9CFC48325155 , 0xCCE237728C9A443095D5ACAC2558CA2B , 0xCD55ED42A2A242EAA767E455F182080D , 0xCE15840EE6334794BE99001184F47B64 , 0xCE3981BD83B64FD8AFEA57C28BD8246E , 0xCEDD7C984EEB499299B6D4573FBDD3A6 , 0xCF739FE71FA7405C8DA1E454C4FE9074 , 0xCFB2354511CD492891543E589D6F219B , 0xCFD6DC9AF5F44B3B933547476F6B88A6 , 0xD078894672BF41F9BBAFF5896E4A7B6A , 0xD10A5FA44FCA4975BF014F432F0A51D3 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD124C09CEA9042EC8CE2EEA49F7105B2 , 0xD2356F84B10549C6B045C1A9BE4CDDCB , 0xD235BF8B535E45E0A3927FC200C87B6C , 0xD24A30EB68604E369A521359B244491A , 0xD313AA66FD2A4C76AEB9CDEB5D197563 , 0xD43B8DDB12834A7FAC461DED65F3F23C , 0xD555BE79F1284D019D0FBA821ABE835A , 0xD557A3D8AC874884835B1D19AEE1600A , 0xD6F7CF9DAA8D46C6A26538A3E6F77F05 , 0xD772B60125D64F159BE46C037B221F2C , 0xD87645B618C54FE7B4E5439D779D225B , 0xD89A493AA3F64A4982C9E5FB8256A410 , 0xD96F418E40EF4E66A3A32C494619C26F , 0xD97333CA46504A8389743BADBC47D068 , 0xD9E7B8AF14604F3E835338893674D231 , 0xDA3C330183B04E42A6635B2E5D30438A , 0xDA55E8F48E2C44CA943DD11D69C6A882 , 0xDB454307406D470685EEDF4601916F4F , 0xDBB51805DB4544079EDFAA7D7D5829CE , 0xDC462B280B1749DA9B04B87CAB060448 , 0xDCB8543623994D25A660974430987A4F , 0xDCD1579A57EF42C3A9F76B9AFCA20BD9 , 0xDCD7461704144558B1A1ABDB027F9D62 , 0xDD6F39349C90473F866F3766C27B9179 , 0xDDDBB7778D9C4BC9B8FA7145F16C012F , 0xDE068F6056524C6CAD464CF624AE1FBF , 0xDE3FFA06531C44ADB98C329FFD3A4695 , 0xDE429B7018D746D08888A6FC0BE98228 , 0xDE4CD79D81134C22A68A74A7E8220F2A , 0xDE5DA57142BD48BAA95EE550D3C0F8F9 , 0xDE700DF76FDE41BC9F81830A7ABA9C1A , 0xDE7DB8BBFD394D309BC002847CF993F4 , 0xDE9F7ED32B79420BA085E18F53581B38 , 0xDF376191E67B46D3B38B5F4774DE0224 , 0xDF6258B4B02845A592C304FE986AE052 , 0xDF818B09A3DE4776BD25CA68597F38F2 , 0xDFF4A3E29E1D49EBB541F3AE750E5F05 , 0xE01B91D84AEF44D786D1791749AF22ED , 0xE01C1EC5FA32401180235FDDF417823F , 0xE01FE72D00B34200B0E4573A796E182F , 0xE0598FA955294692A703A1E6E0D9D089 , 0xE09C649155144829B8154605F353DE63 , 0xE0C7A5656FFD48B184FC1C8E5FAE85EC , 0xE0D48D16C9BB4910A64ABC8362BDDBDE , 0xE135FDDD87FB4ABE88410F568A74AE4C , 0xE1813D1953C34D33B0D9B27ED5873886 , 0xE199CDC36610435985962C92683500BF , 0xE1A013FD4EFD430DB67448B9B34351A7 , 0xE1EE7BEA1FFB4E7EA6864CCD2C4AFEB4 , 0xE33300E6D1BD4D7C9EA39B6547C16779 , 0xE41EF68F48C246CC9A5DFE9C5837FA25 , 0xE4D4AD0BB4724866901C2B0001776D70 , 0xE4E34A65F4554180BD323A0EF9F965CF , 0xE4ED22BAB5CD4EBBB60C1EB917BB47DC , 0xE51450AA60FC4B9AB5749451E5B9FD35 , 0xE51EE137CB0D4E3A8276673023A90476 , 0xE69D82F05CD3490489A4FA8B6AB69DD3 , 0xE747EF8356FE4DB9B003B66FF2E5060B , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE7ADEDD46B1E433C83CDF6A3E0B48C4C , 0xE7DBAF220072456490669BDEE6FE51D8 , 0xE84C87D2343B4C8CB432DFD9E97654A8 , 0xE986B480220C45AA9E8955E1B1147F13 , 0xE9E0ABA5C5A4401482059F441C959C05 , 0xEA1773B8A24140E5B9C2A4B914E8D88A , 0xEA235078710040D2B2883EDF5B86BE88 , 0xEAB6E4F9B7FC411DB531E7BC6E2F22FC , 0xEAD5EBFC0DAA40C9976065D365C664AD , 0xEB292FB40EA24F639C128B639875CF19 , 0xEB3085298F0F4B918439A11B273F3D25 , 0xEB322FA731B6473DA5E4510D80AF8994 , 0xEB98651CFA584A6F9B67810CA331C870 , 0xED36BAD85C214591815C8C8B9365917B , 0xED5EC8F855B04D81AFEABB302389C5BA , 0xEDC783CCC49A4234B6BAAC8D06DA8DB4 , 0xEEB3C5B2C3AA4C5CA05781416B91024D , 0xEEF7911A58024E20B54A020FD95B7EDD , 0xEEFB9EA2CF4845A7A2A08692ACF1467D , 0xEF2C85B7FF7A4A708C90C5EF6BC5389E , 0xEF8084123F7144429B7CC81E25B8A52A , 0xEF924DC6BCA34388938555DB649B58BD , 0xF05F341E05C44A0C9A354FBBA42F62EA , 0xF0B282ABE2FF4B51BE20796043B40460 , 0xF141F0F197634AFB946B7B6B9A507618 , 0xF16AD85C5CEC492E954D94AF74CE5F5F , 0xF1AB9615C18F40D2A22EAB75CFC86DC6 , 0xF1CED8AEFE0443D9AF81784C6CE1032F , 0xF379C6B762D14462858324F3568EB767 , 0xF399BC56D5A8444CA152AB9AD701AB7A , 0xF455820EB3CA4E6EAB563129FF20AD06 , 0xF45F10515A464805A8B628D48915D5E1 , 0xF4763313AF9B4394B002C5871049C7A2 , 0xF495CE30E6864DEA9B64BEC20E41EFD7 , 0xF4C19D33A4374F20B81F0E6F11E05106 , 0xF594528E964B4A0FBADEE158B56DCAA4 , 0xF63B30C4433F41FA918E808F059989CA , 0xF6CFE19E39E74358AAA0D97D3E8D34C8 , 0xF700CCF8D19B4CE69A776D2B8E03FCBF , 0xF7DB5B973D164B9C95B0F03812AD0547 , 0xF82BF58D3653461DBF3748014E59396C , 0xF8A3775E786E432D9C0DEDFB38F5CDF5 , 0xF8AF2C992C39493E86E4A068F759F136 , 0xF935DE115D5D43AC966B109ECF35D4F5 , 0xFA67665BF40E41D2933AB8E7ED0F1602 , 0xFAC01B295E044B589CA4F8B2CCB2868A , 0xFB82DDEA8A284CA0A47DD6C3DCF6DA53 , 0xFBD207A1CFAD466AB47B6CBD239FABB7 , 0xFC34770B724642068972D447B99EDD28 , 0xFC48A8E93EA141E181C1A596FE6D051E , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFCB0627FCA0843E9BABF49DDB79D9B17 , 0xFCCE822312EF4A36A961BA9BEFD85DCC , 0xFD330E1A691948879377D0380E2E1211 , 0xFE1287214E5E4282875F650321BB84BD , 0xFE4F2B40E61749C191734FF70E0A45C0 , 0xFEAC548F812144EA8737497C05B1B396 , 0xFEEC8AF14B394E318E2CE9862E6327D9 , 0xFF5CAA750E5A4ED6B5344BB2615F59DB , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFF9921076D0D4A8792594519B9DFB853 , 0xFF99C8AFF36B44EAB0E1CE60A3CCD39B , 0xFFB18E2EAB1149289ABFD6CF0703CC22 , 0x2E8960FA17FD4419AAAB395BA6A748A4 )));
Copy
87
0.43 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
88
0.32 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
89
0.36 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/790-duke-2023-modelcode-F9603WN "
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/790-duke-2023-modelcode-F9603WN' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.50 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
91
0.27 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
92
0.24 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
93
0.33 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
94
0.29 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
95
0.20 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
0.18 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
97
0.24 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
98
0.48 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
99
0.46 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
100
0.19 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.59 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
102
0.28 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
103
0.25 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT path FROM category WHERE id = 0x79A36140A28A4CE6AC6D0E2CED062741 ;
Copy
104
0.18 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
105
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`
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
106
0.51 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
107
0.89 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
108
0.71 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
109
0.57 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
110
0.51 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
111
0.46 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
112
30.02 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/019fd61188597109b4eae657cf2de774 "
"/navigation/075251ee45644d14bfeae2fce50073a0 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/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/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/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/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/49f823826b384871aec230ae7ee2f154 "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/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/24b02b0793934e648671fb2529ff3c2d "
"/detail/3bb7ebbd9f144e5a8437f006568bb854 "
"/detail/845111537c5943ae95f498c4e2bf53df "
"/detail/c319ca29cdc142d584c7b6127311bc67 "
"/detail/6e4a90d17f5245c2a77f76e60569a1c7 "
"/detail/af04851046cf41d5bee33137cf5593a6 "
"/detail/3722fe146fc24976887807d1d7f26600 "
"/detail/ce3981bd83b64fd8afea57c28bd8246e "
"/detail/bd23fb224162498494b6d28d4d146ce4 "
"/detail/4a2520f301244fc4938292d3c6efb7de "
"/detail/1cbe00765d0746cc97d750398cdee081 "
"/detail/de5da57142bd48baa95ee550d3c0f8f9 "
"/detail/e51450aa60fc4b9ab5749451e5b9fd35 "
"/detail/3586baa2490b4595a40cb4454ba7ef72 "
"/detail/7921add9108248b28592c1c45e474697 "
"/detail/6d6ec921bfb541d7b9c5af4a349e15af "
"/detail/b49352c4c9ee4ccea81c1cd8447b8b60 "
"/detail/8bd65a8fad6245bc867628f1a69b3ce9 "
"/detail/2fb6517f82a04711a1771c9b484111e2 "
"/detail/dcb8543623994d25a660974430987a4f "
"/detail/a04028c7174d47188e03f3039efc91bc "
"/detail/88bcf3c46a49400da3995abf847d8c5d "
"/detail/e1a013fd4efd430db67448b9b34351a7 "
"/detail/79a78600519f4258b5e4f557194b2443 "
"/detail/727519e5ea9945bcb38556c786b0462f "
"/detail/eb322fa731b6473da5e4510d80af8994 "
"/detail/4717b782d81f4ac9b1f38ba0dc75f742 "
"/detail/f63b30c4433f41fa918e808f059989ca "
"/detail/f6cfe19e39e74358aaa0d97d3e8d34c8 "
"/detail/312abb438a8545bc9adff97c49dc5535 "
"/detail/b842e53bd9334206acec3cb3f9dea93c "
"/detail/76fe52880df54b2f929b6a30205355a9 "
"/detail/df6258b4b02845a592c304fe986ae052 "
"/detail/7adff263991942e2bfbdb03eab3c84f6 "
"/detail/5fef0ba56ecf4dadbb7a958ff26ed5b9 "
"/detail/61a035dbe1b94b8ca98d62f3c176eeb7 "
"/detail/4b0485e3974b48058b92b37f4e8a8abe "
"/detail/e794fca7a9f5459a9503de5a4fd3ae10 "
"/detail/7c4a7c48062c4a278354f53df305dfc0 "
"/detail/a98c66392c6e4c9187f118b80267894d "
"/detail/88adecddcb95437497f05284ed3b0e66 "
"/detail/c810c313fa96425fb90e8beabef852a4 "
"/detail/84c073c6200b4139982ff1fe5af38a61 "
"/detail/7f5c92811ba94b0b81185cf6c0bb4643 "
"/detail/58eeabfb540141f29437c69620ecafb9 "
"/detail/dddbb7778d9c4bc9b8fa7145f16c012f "
"/detail/109a40bd85d0489aa2b0ba18b0ce4b99 "
"/detail/85916d3c3cd847f7b4fbbc02acb5704d "
"/detail/ff5f7e5baeba4fda98a4c1abd9171bce "
"/detail/86ebe79ea34f4082b5c548d59851bd91 "
"/detail/8acfb590313548f2951202180595cef1 "
"/detail/a8d998d62291426f9c4d23682cc1a96f "
"/detail/c2f9e1a9cef6409b97dfa5e31d7ff15e "
"/detail/41ddc22565ca44f6a5cde132c7b48943 "
"/detail/4326d86da86b4a9fae14ba2464873114 "
"/detail/96a9109f6d9d4332be2261ec9af3da31 "
"/detail/7b2c8c847b424d4e9622cf72f5a3a189 "
"/detail/a7a0d11d3f0c4e01a250d00e5a63e921 "
"/detail/1b2460577bbd480fac7a7c2735d82ad8 "
"/detail/155c1a69f6bc49819758e902e5fabcc5 "
"/detail/135d7e3a28f048ec90fe4c0f9cf250d1 "
"/detail/3cb2766bdcb844c28b29e352af0dc82f "
"/detail/19ba3ce15c6e4982a08381f11318184a "
"/detail/76e51af65d024e0089dba40c450c302a "
"/detail/fe1287214e5e4282875f650321bb84bd "
"/detail/4049f47d6a184bb785d8f6f563846268 "
"/detail/6d2c2c3d092b45c69258ae58c834c910 "
"/detail/78ef6ce488b546dba1afec66d499d99f "
"/detail/ab85030b022f4b3d90f8532e1084999c "
"/detail/45a8af00865f41389ade5eb41a8413d0 "
"/detail/d235bf8b535e45e0a3927fc200c87b6c "
"/detail/b443160b2762407d8a345dc10f5610c9 "
"/detail/041f4976fcd7409a8b95fbf4d550dcd8 "
"/detail/27bf42012fdc42e7bdab23a2af7892a0 "
"/detail/41428532e90041ceaa778625072128fb "
"/detail/aa1a6a7e4a774c46b3abe3658507b904 "
"/detail/92aa9f08af494ab280017afbfe8d803d "
"/detail/ff9921076d0d4a8792594519b9dfb853 "
"/detail/3b95a46b94b64a34a73db8cfe48f4043 "
"/detail/1a0ea0822c684df5afc96a92a10d92e1 "
"/detail/5276806fba574ac9b0ae386f19ac448e "
"/detail/a171925654854439a4eba695469852b9 "
"/detail/56022887fe7a49ff8ea9f93435181f8a "
"/detail/6664e6d53a6c4ccfb3157eacfec07d13 "
"/detail/bc1b49cfc17a42158c7a256216a23887 "
"/detail/c75ddcc1856e4bd0afd7050d0fb3eec2 "
"/detail/9b1994e8538540a3a5c1eb9ef58507a2 "
"/detail/e7dbaf220072456490669bdee6fe51d8 "
"/detail/51321185e9af496b8f9fd8eaccf97c8c "
"/detail/e135fddd87fb4abe88410f568a74ae4c "
"/detail/b1b4428e633d4724b61d655372f78011 "
"/detail/751eefd09da3439cbeb54ac5d6276f81 "
"/detail/106950daa9db47fe8c6a495ef55870cb "
"/detail/02732857e2c64b47bae0e1bc815003e3 "
"/detail/994e504d89de4ff4b396b33d0c799f60 "
"/detail/d97333ca46504a8389743badbc47d068 "
"/detail/a8de85e768e64b2b823be970f3db151f "
"/detail/cc7f17b545b443259d7b3b91bdb635e9 "
"/detail/f455820eb3ca4e6eab563129ff20ad06 "
"/detail/7126c3f2d9c6420398ae492ff0f465fe "
"/detail/28320a2ba675413ba7955c0dba8eeba8 "
"/detail/a33903f981914c079418471c6b7549e8 "
"/detail/b49a3e6547784f1fb5d822d52cc9a507 "
"/detail/4570100a52c74fb0b920361946661659 "
"/detail/be2a8b5796ad4e87b0dca06d554db6f7 "
"/detail/fc48a8e93ea141e181c1a596fe6d051e "
"/detail/66cfb21a9fb04393a95ef36481dfe290 "
"/detail/1ad29f6871e2430ea8c818cf58a2db2d "
"/detail/2251f5ab58704679a4355fe1ed0fff18 "
"/detail/569267b6667645a791316218c4f646ed "
"/detail/e1813d1953c34d33b0d9b27ed5873886 "
"/detail/4bdc3a735b574e4798800961e9bde244 "
"/detail/3d6b1cfb4f144d278698b021d5a5c7d2 "
"/detail/c27baae030b24503a0ff987a31964152 "
"/detail/eb292fb40ea24f639c128b639875cf19 "
"/detail/fca1613aa50444608ef93a7ca5d619ea "
"/detail/608264459d25422a82448e83867586f9 "
"/detail/460d78e25a3944008501b3dffc513cf8 "
"/detail/fc34770b724642068972d447b99edd28 "
"/detail/f399bc56d5a8444ca152ab9ad701ab7a "
"/detail/62cf993a9edc44e5807cde94d4272f90 "
"/detail/98ac6ae3b69a4f7da6aaaf38828d22ff "
"/detail/1a2701056e494da8be6224a50640f697 "
"/detail/43f9ff34aca14f3db847ada22f3dd3f5 "
"/detail/b314afce111a4f908b75f1249a9fd742 "
"/detail/2e7f0699e4fa4c33ae0d9d9ca45dd81d "
"/detail/1d94703efd5f48db886a256edf6ec311 "
"/detail/9d45dbebaa394a83b9e19d5ee499cee3 "
"/detail/5d16a217d80d4fc6aa95e05ec2abae82 "
"/detail/280e52e434c74a258ef4a0ddab24374a "
"/detail/7d56d321d6834a24a35114bdc9a75eca "
"/detail/a6369d9a94f042908a7eca045fbbf3f6 "
"/detail/84372b86334148f3ae46134fa052f758 "
"/detail/63d1e86d1438476eb79574f43b486163 "
"/detail/0c8e2366edde4f4d8be1eb3c8409c696 "
"/detail/984c4dcef99e4c4e98fec5cd5a4f08d3 "
"/detail/9b06bcd6c42d4c09aeefc14694f43aff "
"/detail/6ebd9242a70345f08be5c01c1adbbefe "
"/detail/f495ce30e6864dea9b64bec20e41efd7 "
"/detail/e33300e6d1bd4d7c9ea39b6547c16779 "
"/detail/230b840bdd1b4fff97e6704671c4d376 "
"/detail/85704d37e04a4d3381b7d0a22044ba3b "
"/detail/14dfe87212fc47cc8b6925e178b42523 "
"/detail/8bd323ffc75b41f7912ad63024c60da9 "
"/detail/2b75be671f384348a1851f946ac58f07 "
"/detail/8a50041c8f5f4f738f738bdb51c4bbec "
"/detail/f45f10515a464805a8b628d48915d5e1 "
"/detail/ba6462e1ce9d4920b1d4443bf5b4b453 "
"/detail/544d3e8ca79f41228d75b82e938e4ac4 "
"/detail/d078894672bf41f9bbaff5896e4a7b6a "
"/detail/c888499d087845c09a1cf5f28486167e "
"/detail/0e2d83bd6ede4b7eaee72c04239fb5c1 "
"/detail/7909112a58e74515bb2d4d013c3fc975 "
"/detail/10896259c828421daf47d56064fadfc6 "
"/detail/a98457d1771d47ee927f9af5438d5f84 "
"/detail/2506093f531c4d5ca99231a35dede93b "
"/detail/b64e0537f99f4a7c83cad1bfd3253c64 "
"/detail/862571e3c55a428fac5eab74dbd61897 "
"/detail/275034eaa61b4cc6babf70c3ed9b92e1 "
"/detail/ea1773b8a24140e5b9c2a4b914e8d88a "
"/detail/a448b8cc30214970b264f10c54275c9d "
"/detail/f1ced8aefe0443d9af81784c6ce1032f "
"/detail/eef7911a58024e20b54a020fd95b7edd "
"/detail/acb3f7093a414799ac661dbef3819afa "
"/detail/2544a9aecc2c41ad9f62ee8800a3e769 "
"/detail/65d37e8611a24d6a81a53a335f092210 "
"/detail/dbb51805db4544079edfaa7d7d5829ce "
"/detail/b7f5511666e04cb3b03195412cacb7ad "
"/detail/237b2c0438794ec1be223643574db8f4 "
"/detail/54707e283b0a438092e0855415c7b52f "
"/detail/42e42b1a5f27496e90cc98492a4bcada "
"/detail/cbcd83969a784f79a80cf7c950700d16 "
"/detail/357167462cb84c11a83f9dbf3d133ad1 "
"/detail/421e0125515549d783d3dfb4b7666e7a "
"/detail/586a9bcfac4d47e080f97e0a43033427 "
"/detail/cb81079a60354f30959cbdb3aa20c15c "
"/detail/c168f170f78245f9830eedefe836f4d6 "
"/detail/bb73e0f0efd848d3b20fd423926d7d4c "
"/detail/49d8693168bd4e9a9d8526bfb6cecbfb "
"/detail/6cdef64739cc4401bfbfe1ab2bf4d500 "
"/detail/1271521be681470489b9c785c885dceb "
"/detail/cd55ed42a2a242eaa767e455f182080d "
"/detail/e01fe72d00b34200b0e4573a796e182f "
"/detail/f05f341e05c44a0c9a354fbba42f62ea "
"/detail/0bb5ffa4d2224b9f87a1cee5f7555c52 "
"/detail/00ea126ebb17414b8de28b8adb8b7c9f "
"/detail/6b6d3d49ecb3467da2f9640400898aa1 "
"/detail/eab6e4f9b7fc411db531e7bc6e2f22fc "
"/detail/052ad23004fe4012b75332a0ff505ce5 "
"/detail/b9613e9d318d4a2490b77f4c100b38f4 "
"/detail/7058aa98626743d6b2ed5e302e40dcc4 "
"/detail/8fec631b396b4a3fa79271b59c6ef5d1 "
"/detail/bb8cdb1bee7b4fc8a717b8b60bd469fe "
"/detail/5fd273192e4b407c959cd1016ecbd732 "
"/detail/cedd7c984eeb499299b6d4573fbdd3a6 "
"/detail/9e76dd71b96c476692e0b7348269edba "
"/detail/dcd7461704144558b1a1abdb027f9d62 "
"/detail/bccaab926edd442cafaff10d5270839a "
"/detail/97f18795e20d4c2f8774c4cbdd3978de "
"/detail/ab595a1052b14c91bbd46f9b646b2339 "
"/detail/1dd6224f72c24462a036fd96ce306f56 "
"/detail/6a8837ac4d704c26ad0ed946abb62e8d "
"/detail/7594ba16a2d54227a275724df17a628f "
"/detail/039f8edb25ab462c81651097939933ee "
"/detail/2a8de543fb784ca18d65b3c84d3566cf "
"/detail/bbef7bdb2d744acf81eae3970d68282e "
"/detail/d89a493aa3f64a4982c9e5fb8256a410 "
"/detail/32d4edc58ca447238c215887ce9fc3d9 "
"/detail/a97ed38a1dea4a468abaf22a2bd29d5b "
"/detail/14ba7107ca354d8eb0e1ed6931811e7b "
"/detail/84e42dedec91491382903999f6698637 "
"/detail/174d238072e3464493d05a36977b1b36 "
"/detail/0edc32b246124da4ada5b79f4160aa30 "
"/detail/33e6b8df73d5462599aacd9ca46102d3 "
"/detail/02912b77f6184878852a362c488e1df5 "
"/detail/5d0d7f3c465e441eb6d025378751cb65 "
"/detail/5c051ed822044bc5b51d6f2017a40c1f "
"/detail/114cf43958f74d33a1b812230108ea4c "
"/detail/83ba19c48acd4185bed88a42fad2a202 "
"/detail/6fc107d6a1e249129cc62e39bd3db5b3 "
"/detail/447db92bc6984313ac1464b59a54640b "
"/detail/1a8c7647531a4a04938de9aaa4578afe "
"/detail/b6cf89949e2b43a58853cefea9e1c9af "
"/detail/7c047b09be704920ad70722d9cbbaed1 "
"/detail/6ba8701d82b74aae8bea3098cf77a776 "
"/detail/928979bcfbc04ba593be753debbe5247 "
"/detail/eefb9ea2cf4845a7a2a08692acf1467d "
"/detail/0dd823fd144549afbfbf6f88b415a87c "
"/detail/6da3a31794e243d6b45b2f899f60ec5c "
"/detail/c98ae1e439b846caa2e091677d440bad "
"/detail/a7b8aef0ab1343dbbd3704346592ec6a "
"/detail/79b87747c5014c518af1d3ee5e69f67a "
"/detail/144e54880eec4bdda3f397a811d090e1 "
"/detail/be4710be173d48ffbed4659f7b06aac3 "
"/detail/49e6002b66564335befc87bf57fb7e3e "
"/detail/e0598fa955294692a703a1e6e0d9d089 "
"/detail/8618b7a281a941d3b4c3a146c613759b "
"/detail/a28c511727d847478f7a73f1741b83a0 "
"/detail/9c8294e998de48f59a664d9f1cf7b4c5 "
"/detail/b978c767dd2a466aaf1a780eaf1fd69c "
"/detail/ccc3165d8b674b828a7a9cfc48325155 "
"/detail/8a21e0fa81df4d4b9f354505a3443f31 "
"/detail/05e28f2b3bc44d5fbef6709ac203f1ef "
"/detail/8f1332eb43334d159175a80ed6e45057 "
"/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e "
"/detail/5f27c2af01ea401594a8feef9fdea4d9 "
"/detail/513ab9793dd541e6a6dff9033f99756f "
"/detail/48d3f5ff2e40448ea76eefadd0efe5ac "
"/detail/f82bf58d3653461dbf3748014e59396c "
"/detail/2105912a047046a7a39840d218ba2b09 "
"/detail/fcce822312ef4a36a961ba9befd85dcc "
"/detail/fbd207a1cfad466ab47b6cbd239fabb7 "
"/detail/7ca91ae8ec9e44c78e4e05b4bf830bfb "
"/detail/6d97048b3a1848e5984259d145c64ea9 "
"/detail/841ba378974347d7b56c89090b2e56f8 "
"/detail/2b4b91a7f52d493fbb884c16111fdc0e "
"/detail/3186921e2ad3458bbdf0ce46a2e5d4f4 "
"/detail/4a5521c0a1f04f648418d834bc420e4d "
"/detail/ff99c8aff36b44eab0e1ce60a3ccd39b "
"/detail/978648c238af48d3b655595f0883865a "
"/detail/df818b09a3de4776bd25ca68597f38f2 "
"/detail/8d35f0c6664c405396cc9d071b872140 "
"/detail/be337e962bd3418898b739e0edd8acd7 "
"/detail/c162c9513b1d42508c4d49b47fb4dc71 "
"/detail/13b55eace8f74f00af6a65bb62bfeb26 "
"/detail/c7c27c6eb6d54599839a560978452979 "
"/detail/0a99b6a5c4bb4330b86a27e7806a07b3 "
"/detail/ef8084123f7144429b7cc81e25b8a52a "
"/detail/733dc7a320c14ed7886044b15249ca98 "
"/detail/73a01e43b848489aac44a6a2bc35cda9 "
"/detail/6fde9d4160c74a51869b5a8ed920727f "
"/detail/a34622ab31be463e9f44f6e19a33c6d1 "
"/detail/6fd20f7517c2481fbe9560b3a1a76e85 "
"/detail/74df2613a93d47bf8ec49dcf8fa2d7e7 "
"/detail/1a096b4b5db44452af48b4f0ba886f80 "
"/detail/9659d0bbd47446b6a2f602282a3d02b0 "
"/detail/698b242ffd0d43ae8d99ba191c712c14 "
"/detail/768d37aa6d264dc0ae33e575abe651b5 "
"/detail/d111a4ed259949168d6de0efc59a7d22 "
"/detail/71296ff2bb444c5787edc4a31aec1ad0 "
"/detail/3ecbf73d96f74ea3b1dcba6084f8ae86 "
"/detail/30ffa71c47094df2a90ec7d8edc613b1 "
"/detail/635cef6a9ff847c6813814ae912db673 "
"/detail/cce237728c9a443095d5acac2558ca2b "
"/detail/b5e72f08e07d4cb4a814320ce87eda7a "
"/detail/c6dc8bea9c234666bc039e76421dcb6f "
"/detail/e41ef68f48c246cc9a5dfe9c5837fa25 "
"/detail/76780d8d04184bc0ba1179cdb80b8de7 "
"/detail/9cab6ec7917a46a0a43b9e43d461e932 "
"/detail/d9e7b8af14604f3e835338893674d231 "
"/detail/962f3333f2a14c608f1b3447a66d892c "
"/detail/f4763313af9b4394b002c5871049c7a2 "
"/detail/e4e34a65f4554180bd323a0ef9f965cf "
"/detail/6298e5b8ff304bf9b417a962245263cf "
"/detail/2ad26b5ff62045acb018cb7277519911 "
"/detail/8dad35f03e18430eafdc0bb50fa9f232 "
"/detail/30ed195c93b7467a9187f07773889a9f "
"/detail/0a38581650a342bb97478e5552350b97 "
"/detail/7c3ad044a851497d947245b9d0295eef "
"/detail/96d02e6c52b74af38e379978cf37882f "
"/detail/eb3085298f0f4b918439a11b273f3d25 "
"/detail/8dfd9638f43248689e4712e6955bb5ce "
"/detail/a99552f6420149fe9b6fe71f1eb223c3 "
"/detail/8cae9449817a436899527a696b3022ee "
"/detail/4a0481cf2837415f994a26db302d9cf1 "
"/detail/a26a3419085746dfa76279498a8d72f2 "
"/detail/e199cdc36610435985962c92683500bf "
"/detail/53d4d2d3125f4b6d8e1f0ba5a5f92d10 "
"/detail/3bd248939b8747a4bb67a2f2040fa6a9 "
"/detail/52aa3640a83346469ef4f3c3d5477649 "
"/detail/7ef14dbab4c443a084941555bfaf4af0 "
"/detail/9b9ccfcd42e0456da90f81f63268e5e5 "
"/detail/29424506f7c34f70a500c369ecdea554 "
"/detail/7a768155a21e446db594b41749495d52 "
"/detail/5f85098c42834950bca4dbf51b36cc87 "
"/detail/538180b1e5dc494ab00296a41774ade6 "
"/detail/e4ed22bab5cd4ebbb60c1eb917bb47dc "
"/detail/2d19ad67757d4dd29aa16785a3791b64 "
"/detail/cba7f096f5ae48b692612d03d7069498 "
"/detail/afe1670f53f542fd88a2b2292cff3879 "
"/detail/a7a094ee62f44750bfc093ae90c76368 "
"/detail/1dcb7aff5a5b497c9b01240f8113d932 "
"/detail/12c6cf175d2e415f9202f26f7f5ea267 "
"/detail/1a466c5e3ba34fd7802dbfac2ee83b9e "
"/detail/c143635479bb4dd0ab2f2b45eff29906 "
"/detail/e01b91d84aef44d786d1791749af22ed "
"/detail/4bb1a177c3f441df91fe4db9a39338a2 "
"/detail/de7db8bbfd394d309bc002847cf993f4 "
"/detail/fcb0627fca0843e9babf49ddb79d9b17 "
"/detail/ef924dc6bca34388938555db649b58bd "
"/detail/de4cd79d81134c22a68a74a7e8220f2a "
"/detail/597f981bad274259a07e5eb0d1c2358c "
"/detail/1eb4b1948d554f13aff7ffb200cc75ad "
"/detail/18d3ecc2c1664dc3bf49fc96eaa5325f "
"/detail/4f06787bbcd54814886185ea513b15a2 "
"/detail/47cdc669a0d341c798b16ed43d73dbfa "
"/detail/caf5ed4db8f745b5805f24ef6e7dfa08 "
"/detail/478a78759bb54a75b5aef6f9ac966465 "
"/detail/cfb2354511cd492891543e589d6f219b "
"/detail/915af89899584c569006967eaae9eb79 "
"/detail/1582c38c41e44f7985feb2f52244fa6a "
"/detail/1697af3dea1e4a7f9851fc290a025525 "
"/detail/324c4fe6ca9147a499ba6429784b6d6c "
"/detail/2cd6add9b5d340c0ae0bfe9a4dcf1301 "
"/detail/9446a98385ab4ea3a7a786f627f895e0 "
"/detail/2e1d7a24c37e4d4d96b2dd75693d254c "
"/detail/5cb1a3119afe4e89b6a76fa1bf678f10 "
"/detail/bc95ebc6e7a44548abf63df3b26f849c "
"/detail/5434f4165f0e460c89f806625bdeea37 "
"/detail/938c5b9225da4c1897da16c73e599fd9 "
"/detail/feec8af14b394e318e2ce9862e6327d9 "
"/detail/f594528e964b4a0fbadee158b56dcaa4 "
"/detail/2320f1b7176d41e28724359cb17c496c "
"/detail/42ea73d80d544b6a91b5fd9a98803cef "
"/detail/7de43a59276348a49a432533eee8e783 "
"/detail/da3c330183b04e42a6635b2e5d30438a "
"/detail/2f0cf9035b3d4dd494db11f867c657a0 "
"/detail/dff4a3e29e1d49ebb541f3ae750e5f05 "
"/detail/ed5ec8f855b04d81afeabb302389c5ba "
"/detail/aa8a6509532842d89502eeaca59812c1 "
"/detail/de429b7018d746d08888a6fc0be98228 "
"/detail/f379c6b762d14462858324f3568eb767 "
"/detail/ce15840ee6334794be99001184f47b64 "
"/detail/148a7db7b91746779af1399bfb14b749 "
"/detail/b7549288b1ee4e5cb0112d3de02d6658 "
"/detail/82fecd32cb2b41f98e060847b3b7f41e "
"/detail/3ece1d9cedaa45139e9bfc24bc6cf163 "
"/detail/81109d6d5cbb442589401e5427212cfc "
"/detail/329849610cf643a8973ec27b03de6bea "
"/detail/ba8c8eca24e34e87864060fb910a8f87 "
"/detail/966ca9c8605647a1b813148003dc27f2 "
"/detail/b7e6baca364b47f39230cacc13e62d7c "
"/detail/929bd53e188c4ce5a988743598eea2bf "
"/detail/0b4e5cc4d6ab4ea8b8330862b728ba1a "
"/detail/e84c87d2343b4c8cb432dfd9e97654a8 "
"/detail/71ec0b339c2d47349057db3f3798dd66 "
"/detail/018031d7a6504c70bc9611effca5cb87 "
"/detail/c81b2553a9584a079af8ed7ac86a280b "
"/detail/4669fdcd345d40e090511df60fe34747 "
"/detail/d313aa66fd2a4c76aeb9cdeb5d197563 "
"/detail/2eb40206a03549ae99b789986204a29e "
"/detail/1e9b27e1115a4e0385f0372c13fe9750 "
"/detail/6462366562514e5c8cdccc45a32653c2 "
"/detail/2d5fdce9715549f4a80b8ed29c6c7bcb "
"/detail/47c93d7e0a0044e1846405fa51d74fd6 "
"/detail/f4c19d33a4374f20b81f0e6f11e05106 "
"/detail/f700ccf8d19b4ce69a776d2b8e03fcbf "
"/detail/46bed0ede6f24d88a992c0e6474693ca "
"/detail/696185c8f8434874ae7d4f0259a20b7c "
"/detail/6bb8c3039ede4a499457cc761da0b0a3 "
"/detail/9664c023c52a4a3ba059ce40f3aa8049 "
"/detail/b4181d8ce73848a095e0901004caeecf "
"/detail/3c802908877c454bbd14fec9b7031e89 "
"/detail/e4d4ad0bb4724866901c2b0001776d70 "
"/detail/d2356f84b10549c6b045c1a9be4cddcb "
"/detail/982fdfcc11944207a95ed2afa37ea4d2 "
"/detail/aacb8fdea6a249e18b0ed74239d6f0c1 "
"/detail/d87645b618c54fe7b4e5439d779d225b "
"/detail/c9eb29e4fd2e4437a0572855daca354e "
"/detail/5f7dd71082de4ff1825a3e4fc530b61b "
"/detail/d555be79f1284d019d0fba821abe835a "
"/detail/8527fb724dc04b6890409c4f56b55210 "
"/detail/d43b8ddb12834a7fac461ded65f3f23c "
"/detail/492c0a95234b4518ac08b8bf6edc032f "
"/detail/73efb3c9f8834765af8b9f9abc747b69 "
"/detail/05a09c16d7ec4e5ab81490235462ba75 "
"/detail/bbb01165934c45129d9806e241c4c118 "
"/detail/87de4d2ab53b415db45c786d8ce590fa "
"/detail/ead5ebfc0daa40c9976065d365c664ad "
"/detail/dd6f39349c90473f866f3766c27b9179 "
"/detail/fac01b295e044b589ca4f8b2ccb2868a "
"/detail/8d4b14a849134050baf1e6131514fc49 "
"/detail/f935de115d5d43ac966b109ecf35d4f5 "
"/detail/ed36bad85c214591815c8c8b9365917b "
"/detail/41bb79951d5a432e897afecece7e47b9 "
"/detail/7f9a9bb4e45647f8b40ee4d24856710d "
"/detail/de3ffa06531c44adb98c329ffd3a4695 "
"/detail/72d70c67e6474ddcb1fba965b12ecd8a "
"/detail/421a3fdfd0d5460ab528e3707ca11a78 "
"/detail/296a50c52a8942c99dbcdba401d43f4f "
"/detail/fe4f2b40e61749c191734ff70e0a45c0 "
"/detail/79733850f2f84aa9b42d1c61a8883fa8 "
"/detail/c4cbabc818604cbe942633aefd777aa6 "
"/detail/89dcd78f1c90423bafd489f292f2deb0 "
"/detail/1e218971147d4a04bc1d76b575cefe00 "
"/detail/89552f8d9de444fba02fcdebf2267482 "
"/detail/084d8960a47c43df8721e404766bca3f "
"/detail/32bec7a1385b4881959a689f706e065e "
"/detail/59ae7c8290e24f378488ba6a31145fc5 "
"/detail/afbae945fd2b45f18a2e31493b0a9b8f "
"/detail/f141f0f197634afb946b7b6b9a507618 "
"/detail/0e6319c53a4c4c2a908f6e1acb1a2850 "
"/detail/219378d24f604680b75b66617a9cc3f0 "
"/detail/2ba7dacc9b8d417d8ea704bfee9aa64b "
"/detail/a816faeb3ba44c0f9d649b1dba370929 "
"/detail/8832841b589a4fdeb6556dfa4725429b "
"/detail/3231736b477540368f961e43f4c8acd5 "
"/detail/69e3f70dfe5d48beb0996b2d57dd4132 "
"/detail/a01216b71dbe473c820787036e2683ee "
"/detail/bc7747cc6db6494f819ad983d8ea394e "
"/detail/f8af2c992c39493e86e4a068f759f136 "
"/detail/58b3d0d35a944f7ea9f4a2ae551d606f "
"/detail/2ebf36bc5d734a778c7db644cd8f312a "
"/detail/7dd1dc64621846aebf5b45702bbd43a5 "
"/detail/de700df76fde41bc9f81830a7aba9c1a "
"/detail/124391a372a54749b88bd1e87ea32706 "
"/detail/a6d831b62a334c769bd3487a2727ce22 "
"/detail/5a601e7ecf0644b9ab11c60145339fc6 "
"/detail/3dcd4317e68a41bb8e4e45800ae9652b "
"/detail/211fafbc86f1403f97ad514f5bed6d56 "
"/detail/f8a3775e786e432d9c0dedfb38f5cdf5 "
"/detail/133403527e3948d98bfb2ddca2224a4f "
"/detail/caa6cb1b15f94506baee94ab6dabdb2f "
"/detail/1210ef73292e4834bb02477a20995ae7 "
"/detail/14868ce162bc4d3cbf56fe07bde1febd "
"/detail/7ad6c54c9be34f03b445d31d6927edfe "
"/detail/932cf84722f9420db0fe81ba479611f6 "
"/detail/94391e5449924ab68357caf7326975cd "
"/detail/135726f264c04274ab108b3c72d4391e "
"/detail/a4c8c6ebd449449486bb8befc80f7894 "
"/detail/792b461266cd474cae2356aa7b2a6d0f "
"/detail/d10a5fa44fca4975bf014f432f0a51d3 "
"/detail/9697191bf77b49d686ae5ca35c70fa0b "
"/detail/4f1a2c8c5ae44faba1bf9340c0809894 "
"/detail/35a9dc076bda4f679d20e46a414daa02 "
"/detail/d124c09cea9042ec8ce2eea49f7105b2 "
"/detail/a156b96b28be453fb738dfd576bf3309 "
"/detail/fa67665bf40e41d2933ab8e7ed0f1602 "
"/detail/b18473e401c64322bca40031f57a336f "
"/detail/68fe379991f84dd5a377e64831e860ed "
"/detail/abe6bf27ecb84f93966f2c666754177d "
"/detail/28671cfd645e4120a224fe0230649357 "
"/detail/e51ee137cb0d4e3a8276673023a90476 "
"/detail/cfd6dc9af5f44b3b933547476f6b88a6 "
"/detail/a9c3208b26794b119dabd142b2665f90 "
"/detail/e0d48d16c9bb4910a64abc8362bddbde "
"/detail/7c145cd33ad14981bd8e8dc497b81406 "
"/detail/925043830b4143a9afb3ad97282c079d "
"/detail/bf9a6b88fbc74a989dfbbd56aaf7e8b2 "
"/detail/f0b282abe2ff4b51be20796043b40460 "
"/detail/2b90301e0ddd4ffc94139c25a09f872b "
"/detail/89eda59c8ab2485188603fe1844bf9fd "
"/detail/1d4ff7befa364326aaac5307971b55b3 "
"/detail/e747ef8356fe4db9b003b66ff2e5060b "
"/detail/fb82ddea8a284ca0a47dd6c3dcf6da53 "
"/detail/3f2554490d9941c794bb71f5f764cccd "
"/detail/b525f7bbaf204f47b762228f4ecfd0ab "
"/detail/6b5030a638294ae7b0614aed2e693544 "
"/detail/74c23def2f2842418af16064a77dc50e "
"/detail/756e14612f0a44f8929a0a0da80a0650 "
"/detail/f16ad85c5cec492e954d94af74ce5f5f "
"/detail/c7b07d450d924cdea940dbae5e6b5916 "
"/detail/0b580d4db1af437bb52ae681045fa3d8 "
"/detail/940de9504e2b4067bb89e8de2687044f "
"/detail/740c49de0e9b44a887df6f73eaa40b70 "
"/detail/b8300b5f59ba4c0f96a904e0fc146b0e "
"/detail/e09c649155144829b8154605f353de63 "
"/detail/061240335ae44ba088a60a25356f028b "
"/detail/d96f418e40ef4e66a3a32c494619c26f "
"/detail/c34a952b9f624b3e8fd973baf9f8e1b5 "
"/detail/17bd255e57904585ba8a88149dff691a "
"/detail/5c8ccc79abf34acbba63eee33f345362 "
"/detail/3635fcc77c4e446aa92bbcaecda3a102 "
"/detail/441a89af4193491b8f1fe1c682021211 "
"/detail/044ac3e4cac94813b2ac2ce9c4069cda "
"/detail/b016da2b58c04adc8daef9bc750346cb "
"/detail/e7adedd46b1e433c83cdf6a3e0b48c4c "
"/detail/8e56d4361856486597b1a5e6d3da8650 "
"/detail/2006a3ea804a4ff69a0770da6c9b152c "
"/detail/ac821c264b8740f4b4a9e56fd325c660 "
"/detail/ab1a576559bb413d94987ad83a39c5f2 "
"/detail/598135b2ad054bd5912b695c29b68c7a "
"/detail/a4a8c86177954121a5c1d21756b47a2b "
"/detail/302c26630ee74ff28738a844ed269886 "
"/detail/42678bebba584d12b643e7d1d36bbdda "
"/detail/97a8d0d52114451ebd70f2e5b619ce79 "
"/detail/a55c651ec0fd40f0a8d0d4911f39813b "
"/detail/ff5caa750e5a4ed6b5344bb2615f59db "
"/detail/2e1bf3a20cd44d6eb9cab219acdd783c "
"/detail/4d19d5a8142541bc891d0e11da039851 "
"/detail/3be71d5d0dcf4cafbb0229b757eba18d "
"/detail/c5152d0880274f3a91df61dd2cf0ed35 "
"/detail/ef2c85b7ff7a4a708c90c5ef6bc5389e "
"/detail/dcd1579a57ef42c3a9f76b9afca20bd9 "
"/detail/039395fbcb4e41d39e6fafe087f26b48 "
"/detail/732e4124435746c1afe0394fd1f5bd51 "
"/detail/a3f8d86b37874bae93aa7992fd7af5d4 "
"/detail/af7e22d24ee4412890c88c3579fbd639 "
"/detail/3f238c229ee6469fa12b3b634a836c1e "
"/detail/2d093652413142dfb48e894db53daa26 "
"/detail/0c51130fd77142e098065ab161ab9f3c "
"/detail/95b5e428eeb7403f834536c0259dfbdd "
"/detail/6cf120a66c1d440ab4b3f211ca5ed4e7 "
"/detail/3da8bf196a3b49808fce26652cccd5b9 "
"/detail/2d338f60a8624b08a0b076a6bda9bd89 "
"/detail/0e84607af75841a8af9242e142d32c1b "
"/detail/02f5376db4dc447fa79e6b944b2d5c1b "
"/detail/a6ed01749045435094bb393d532165cf "
"/detail/5221a02f84804456abe1de36ef2952bc "
"/detail/4d487491c1984f918e45f759a671b778 "
"/detail/d6f7cf9daa8d46c6a26538a3e6f77f05 "
"/detail/44ee2fb601b246b3b4183a7e98d4400a "
"/detail/7893c4c08a7a4ea99a9da386751ae231 "
"/detail/b95d24b38efc4680a31a321a6da501cb "
"/detail/1b98e8c17eca4d62a7e844987e00fb6e "
"/detail/e986b480220c45aa9e8955e1b1147f13 "
"/detail/dc462b280b1749da9b04b87cab060448 "
"/detail/e69d82f05cd3490489a4fa8b6ab69dd3 "
"/detail/c15996f44bb84e6697e0d7f161922726 "
"/detail/96ee73af49324fe497699a75b1b60222 "
"/detail/4eea087a9e5d40ad92e69bb06d463763 "
"/detail/a791698f060740ec81872561ef70bb34 "
"/detail/289e9338267a4f9f9c8acebb1c389498 "
"/detail/2a0aec1b06cd4f1caee8659d4902903e "
"/detail/a2a198a0824f4a80a67ef4fcb1854571 "
"/detail/64fae64898c84d0fafcd30f9ebf1ed8c "
"/detail/a378a3d35a9e4deebdaf104233d64967 "
"/detail/a821025b13f0464c84e855512a64902e "
"/detail/da55e8f48e2c44ca943dd11d69c6a882 "
"/detail/342c22b947d44bd3884252b1e286baba "
"/detail/a0199a2abe774f49871b67dcd1f94f3d "
"/detail/d557a3d8ac874884835b1d19aee1600a "
"/detail/0063d99f94f84ae4a6245dfe32728347 "
"/detail/4421965451b347d9b98ff8c5f99c64f4 "
"/detail/33235fa1274840ffbb13cdd3b2b4bead "
"/detail/8e281119f82f4c18b63fa69d15c03061 "
"/detail/64aa4d5d3ec8485b83facbcd9938ce41 "
"/detail/833524d4f7c5409b915d2170cfe26734 "
"/detail/8f476e559d4a480bacace9594a734d6e "
"/detail/008f36161ee342efa69164d184297a33 "
"/detail/6e1bda997d50458ba8d53b5af12a73c6 "
"/detail/a1fd30263a8a4bdf869addf794d237bb "
"/detail/4b338c0bfaa3414ebbfea54682d30cfd "
"/detail/3b4e6267debf4727bc49ab382ee6b378 "
"/detail/4b3a07c918844439be797c82bcf93f5d "
"/detail/866bb386de0b450fabaa9ea744ddea55 "
"/detail/03774667cd6143d3bb687d01e5f29d50 "
"/detail/d24a30eb68604e369a521359b244491a "
"/detail/8b798107c64a495792a70e7fbf783207 "
"/detail/581056b5b98043b8ac6c5b1effc03094 "
"/detail/fd330e1a691948879377d0380e2e1211 "
"/detail/505305e77711498c9c7542de6532dee8 "
"/detail/a0fde31fcf5e4a1c936bdd6083707d29 "
"/detail/df376191e67b46d3b38b5f4774de0224 "
"/detail/47bfb080597843c8999d13e32547b198 "
"/detail/865b53b7840a4511970f9699ea7c6134 "
"/detail/8669e125b004411293092d9df9bf34c5 "
"/detail/1fa69eddaabf4df5971e23b2c718d5dd "
"/detail/a530e5cbbfe84b63868c03bfd7f6bbc1 "
"/detail/95113a15d4474409b2638c58bdd5fc93 "
"/detail/c8998ae94d9d489dbb5134b18c6f5fb4 "
"/detail/9f06f4cf55274037add5d68b2c250986 "
"/detail/73d10eecad344599999fe4d9c0ea1fc0 "
"/detail/68dc61545aa34f3ca50fc30d697cf926 "
"/detail/ad07e8054c5a47f8aef8e7d732451ff7 "
"/detail/ffb18e2eab1149289abfd6cf0703cc22 "
"/detail/7c1315587a2a42fa9db2d38e304a9cde "
"/detail/93cade0264fa4075b445cb25d7f3710a "
"/detail/a5fb416f3696486191cc646289f76a1a "
"/detail/06bac5fd040148dcb4f1c4b940ce5e24 "
"/detail/7450d68915c04aef9269466c03004a8e "
"/detail/7d66ff816bfc43e5a35df0f504cfe3b2 "
"/detail/2627e9e8f6e2495ca9611aabcf11c9c2 "
"/detail/70e52fd4923a42919e958298024dcdf3 "
"/detail/1c86779c496a420686f9bc1e8e7eac8b "
"/detail/63bbe5a8c1994b2489078b503777cc94 "
"/detail/a5885ad7e1cb4b00bd3bdf1dc9899e40 "
"/detail/75c9c48fd41840fca0a70fc92efb21d3 "
"/detail/134c6f9224664acc9b2774890715daa5 "
"/detail/760a21e17d8c4d7eaf7a2307328273af "
"/detail/88286d36b4e44417870f62d69080ee5e "
"/detail/e01c1ec5fa32401180235fddf417823f "
"/detail/bd7a78bc52d347328de55d912501b2b5 "
"/detail/32387b88a1614242b91ec7a2717fe9bd "
"/detail/90d5b890996f466a99e44a068f2e5e75 "
"/detail/7e52fabb32fd4c57943f5de5fc239ffb "
"/detail/17bfd861909c4763b5d79fcce7c5297b "
"/detail/3ecd4a5c22aa44a5bb75dcd5aa6c3bf4 "
"/detail/503bd247c5a1484292c275237d625f0f "
"/detail/611e0cf9139b4f2b90066ffbb145126c "
"/detail/0aefdbeb11644d5189cbcd68d73f8fbb "
"/detail/eeb3c5b2c3aa4c5ca05781416b91024d "
"/detail/c7b654af993e4eceb334a81d19f687f5 "
"/detail/a351c4d4343b468692d4c13cfcd59b61 "
"/detail/2b8fe71d69a945d88325960fd09e0752 "
"/detail/7565b51cba814d1cbcde5895ecb7ecbc "
"/detail/5a1c150dfe414b9487e405bb298b9b3b "
"/detail/0b625de4010b45c4a52e289cc9f1a652 "
"/detail/aad25aa236fd45a0a284a5b3cd5483ca "
"/detail/de068f6056524c6cad464cf624ae1fbf "
"/detail/edc783ccc49a4234b6baac8d06da8db4 "
"/detail/02049224c56347179fa4c013e2cfcd8f "
"/detail/f7db5b973d164b9c95b0f03812ad0547 "
"/detail/b9a2c3e351c846e39523864c37bee51a "
"/detail/891472407403429588922cafb0a8a305 "
"/detail/140c9cf204a54bc888c8c36a1e338946 "
"/detail/bf1bfe364974405293ef4395097256f8 "
"/detail/db454307406d470685eedf4601916f4f "
"/detail/132c192094b348e1973a0226a52864bf "
"/detail/6433521b76ee4705ab6644fb32bf7d77 "
"/detail/817e50d64c814494a1f0c5ab4eb1fb6e "
"/detail/bbd3061006a647868ea330b68485755b "
"/detail/52fcbf43beef4d369bef59bd0368fd10 "
"/detail/8aca2973510443d1ad34c0ec18cb1f7f "
"/detail/aa63b8e774244aa3aca375cee83b18a6 "
"/detail/bc8e2c94d92945fb9b0b13a2d101fb9e "
"/detail/69923d8a8de54be9935844cf1ae121a3 "
"/detail/88232df4c33f4b17a50f71a2d1e08c41 "
"/detail/60c98fa8f47f459fb8fd2681b5891694 "
"/detail/3d1feea2093f42a0b76996e3a14ffb49 "
"/detail/23817e2c4eb8419f90c3b800639b1bb5 "
"/detail/06538a60ddef48c7a53c868e90505f4e "
"/detail/4474560272ab496791d54ef84998f05a "
"/detail/036a26bbbe4b4f01aea80d39bbc9c86d "
"/detail/94f0e5c4b71d4454853ca94c14f8b313 "
"/detail/48f1880080fb4e7dbcb69bc0d85a56ab "
"/detail/9084f1fd2f964a89a5b9e79c0f0f14fd "
"/detail/7b4caffabad04d4d90f412995e5d0790 "
"/detail/207821a319a14df891b1da52cb633bd5 "
"/detail/062661d152d04adda36714aac9a1ab46 "
"/detail/e9e0aba5c5a4401482059f441c959c05 "
"/detail/3ab3151b544444a9bb61011175d407da "
"/detail/c5ab144f495c45d1af742173eb811222 "
"/detail/af2d7e408fe24e3cadadbcbe89317fc6 "
"/detail/0e94ae42b2e94624b7401044743fa1f2 "
"/detail/de9f7ed32b79420ba085e18f53581b38 "
"/detail/5901e0c63b024f20954fe585d0ae085f "
"/detail/1e564948a63a4aaab75c2710769bc919 "
"/detail/10990b3472944c229901430b36c4b4ac "
"/detail/08ab6ceb986c4fe38ae8e5a62d07686b "
"/detail/c312ad8019cc4ef6882708a63676aafe "
"/detail/e0c7a5656ffd48b184fc1c8e5fae85ec "
"/detail/8ecedf0aedcf48da9343c771a34b19c4 "
"/detail/3f88015762804ae0881d1581c229a3c9 "
"/detail/732623e8b9bd4ca2b4fd69a0f5ffd9b4 "
"/detail/b82d4d85298e4a5da955b80ca1567b13 "
"/detail/cb79e9bab48e40e48660d25cb01bc111 "
"/detail/78f5e0f7431f46aba083791cf7ade7e2 "
"/detail/798f63f530024716b63728137927a577 "
"/detail/cc2e0c973ab64a99a8a4c3368b790fe6 "
"/detail/feac548f812144ea8737497c05b1b396 "
"/detail/9c5332cba3c44f0f8cac2ea88514f142 "
"/detail/0a55ef82545845fd8d26d049f6fa826e "
"/detail/137ab040245b46419c5d19e61b554776 "
"/detail/8e87aa0dc58b429dbba384d01748e66e "
"/detail/641aec6182ff4ef1bbd9a5202d20f0c7 "
"/detail/2b43a0b43b6f4fa2afbf694183b86ba9 "
"/detail/b57f400e644d4758892f9f6150c76050 "
"/detail/a56791c8fe6441978612fce3e3353256 "
"/detail/7979893536284cd5a6fd2ade57ccb406 "
"/detail/e1ee7bea1ffb4e7ea6864ccd2c4afeb4 "
"/detail/4bd24feb0c724eac8912702054c51c20 "
"/detail/47acbb1858dd4661aa5810d7f0ca2e74 "
"/detail/5ceb09c11d094fcd84db184738d2d083 "
"/detail/84d0789314454723a3e7d9e34328fd4f "
"/detail/ab80f47e137240b2b89fe98783e2e72c "
"/detail/65092324d2ee4c58852e11d4ac397773 "
"/detail/90e0d429e36048a99e703e33467ed707 "
"/detail/cf739fe71fa7405c8da1e454c4fe9074 "
"/detail/be0d9389242646df8a78cfbd362520e4 "
"/detail/a776ad854a6844ef9f7048118eb383b9 "
"/detail/eb98651cfa584a6f9b67810ca331c870 "
"/detail/88f7ebf91b5c4b79a1b4e1c7a2d1ca27 "
"/detail/bebbfba6ef05401d9e7be7e9c53ea694 "
"/detail/0b8fa99c70f24a959f02c746c58cdb15 "
"/detail/2fe898d6a2fe4d1fa0c95865a625a8a2 "
"/detail/12670c0a49534476a4627edfa8a8a640 "
"/detail/d772b60125d64f159be46c037b221f2c "
"/detail/f1ab9615c18f40d2a22eab75cfc86dc6 "
"/detail/ea235078710040d2b2883edf5b86be88 "
"/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/019fd61188597109b4eae657cf2de774' , '/navigation/075251ee45644d14bfeae2fce50073a0' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/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/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/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/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/49f823826b384871aec230ae7ee2f154' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/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/24b02b0793934e648671fb2529ff3c2d' , '/detail/3bb7ebbd9f144e5a8437f006568bb854' , '/detail/845111537c5943ae95f498c4e2bf53df' , '/detail/c319ca29cdc142d584c7b6127311bc67' , '/detail/6e4a90d17f5245c2a77f76e60569a1c7' , '/detail/af04851046cf41d5bee33137cf5593a6' , '/detail/3722fe146fc24976887807d1d7f26600' , '/detail/ce3981bd83b64fd8afea57c28bd8246e' , '/detail/bd23fb224162498494b6d28d4d146ce4' , '/detail/4a2520f301244fc4938292d3c6efb7de' , '/detail/1cbe00765d0746cc97d750398cdee081' , '/detail/de5da57142bd48baa95ee550d3c0f8f9' , '/detail/e51450aa60fc4b9ab5749451e5b9fd35' , '/detail/3586baa2490b4595a40cb4454ba7ef72' , '/detail/7921add9108248b28592c1c45e474697' , '/detail/6d6ec921bfb541d7b9c5af4a349e15af' , '/detail/b49352c4c9ee4ccea81c1cd8447b8b60' , '/detail/8bd65a8fad6245bc867628f1a69b3ce9' , '/detail/2fb6517f82a04711a1771c9b484111e2' , '/detail/dcb8543623994d25a660974430987a4f' , '/detail/a04028c7174d47188e03f3039efc91bc' , '/detail/88bcf3c46a49400da3995abf847d8c5d' , '/detail/e1a013fd4efd430db67448b9b34351a7' , '/detail/79a78600519f4258b5e4f557194b2443' , '/detail/727519e5ea9945bcb38556c786b0462f' , '/detail/eb322fa731b6473da5e4510d80af8994' , '/detail/4717b782d81f4ac9b1f38ba0dc75f742' , '/detail/f63b30c4433f41fa918e808f059989ca' , '/detail/f6cfe19e39e74358aaa0d97d3e8d34c8' , '/detail/312abb438a8545bc9adff97c49dc5535' , '/detail/b842e53bd9334206acec3cb3f9dea93c' , '/detail/76fe52880df54b2f929b6a30205355a9' , '/detail/df6258b4b02845a592c304fe986ae052' , '/detail/7adff263991942e2bfbdb03eab3c84f6' , '/detail/5fef0ba56ecf4dadbb7a958ff26ed5b9' , '/detail/61a035dbe1b94b8ca98d62f3c176eeb7' , '/detail/4b0485e3974b48058b92b37f4e8a8abe' , '/detail/e794fca7a9f5459a9503de5a4fd3ae10' , '/detail/7c4a7c48062c4a278354f53df305dfc0' , '/detail/a98c66392c6e4c9187f118b80267894d' , '/detail/88adecddcb95437497f05284ed3b0e66' , '/detail/c810c313fa96425fb90e8beabef852a4' , '/detail/84c073c6200b4139982ff1fe5af38a61' , '/detail/7f5c92811ba94b0b81185cf6c0bb4643' , '/detail/58eeabfb540141f29437c69620ecafb9' , '/detail/dddbb7778d9c4bc9b8fa7145f16c012f' , '/detail/109a40bd85d0489aa2b0ba18b0ce4b99' , '/detail/85916d3c3cd847f7b4fbbc02acb5704d' , '/detail/ff5f7e5baeba4fda98a4c1abd9171bce' , '/detail/86ebe79ea34f4082b5c548d59851bd91' , '/detail/8acfb590313548f2951202180595cef1' , '/detail/a8d998d62291426f9c4d23682cc1a96f' , '/detail/c2f9e1a9cef6409b97dfa5e31d7ff15e' , '/detail/41ddc22565ca44f6a5cde132c7b48943' , '/detail/4326d86da86b4a9fae14ba2464873114' , '/detail/96a9109f6d9d4332be2261ec9af3da31' , '/detail/7b2c8c847b424d4e9622cf72f5a3a189' , '/detail/a7a0d11d3f0c4e01a250d00e5a63e921' , '/detail/1b2460577bbd480fac7a7c2735d82ad8' , '/detail/155c1a69f6bc49819758e902e5fabcc5' , '/detail/135d7e3a28f048ec90fe4c0f9cf250d1' , '/detail/3cb2766bdcb844c28b29e352af0dc82f' , '/detail/19ba3ce15c6e4982a08381f11318184a' , '/detail/76e51af65d024e0089dba40c450c302a' , '/detail/fe1287214e5e4282875f650321bb84bd' , '/detail/4049f47d6a184bb785d8f6f563846268' , '/detail/6d2c2c3d092b45c69258ae58c834c910' , '/detail/78ef6ce488b546dba1afec66d499d99f' , '/detail/ab85030b022f4b3d90f8532e1084999c' , '/detail/45a8af00865f41389ade5eb41a8413d0' , '/detail/d235bf8b535e45e0a3927fc200c87b6c' , '/detail/b443160b2762407d8a345dc10f5610c9' , '/detail/041f4976fcd7409a8b95fbf4d550dcd8' , '/detail/27bf42012fdc42e7bdab23a2af7892a0' , '/detail/41428532e90041ceaa778625072128fb' , '/detail/aa1a6a7e4a774c46b3abe3658507b904' , '/detail/92aa9f08af494ab280017afbfe8d803d' , '/detail/ff9921076d0d4a8792594519b9dfb853' , '/detail/3b95a46b94b64a34a73db8cfe48f4043' , '/detail/1a0ea0822c684df5afc96a92a10d92e1' , '/detail/5276806fba574ac9b0ae386f19ac448e' , '/detail/a171925654854439a4eba695469852b9' , '/detail/56022887fe7a49ff8ea9f93435181f8a' , '/detail/6664e6d53a6c4ccfb3157eacfec07d13' , '/detail/bc1b49cfc17a42158c7a256216a23887' , '/detail/c75ddcc1856e4bd0afd7050d0fb3eec2' , '/detail/9b1994e8538540a3a5c1eb9ef58507a2' , '/detail/e7dbaf220072456490669bdee6fe51d8' , '/detail/51321185e9af496b8f9fd8eaccf97c8c' , '/detail/e135fddd87fb4abe88410f568a74ae4c' , '/detail/b1b4428e633d4724b61d655372f78011' , '/detail/751eefd09da3439cbeb54ac5d6276f81' , '/detail/106950daa9db47fe8c6a495ef55870cb' , '/detail/02732857e2c64b47bae0e1bc815003e3' , '/detail/994e504d89de4ff4b396b33d0c799f60' , '/detail/d97333ca46504a8389743badbc47d068' , '/detail/a8de85e768e64b2b823be970f3db151f' , '/detail/cc7f17b545b443259d7b3b91bdb635e9' , '/detail/f455820eb3ca4e6eab563129ff20ad06' , '/detail/7126c3f2d9c6420398ae492ff0f465fe' , '/detail/28320a2ba675413ba7955c0dba8eeba8' , '/detail/a33903f981914c079418471c6b7549e8' , '/detail/b49a3e6547784f1fb5d822d52cc9a507' , '/detail/4570100a52c74fb0b920361946661659' , '/detail/be2a8b5796ad4e87b0dca06d554db6f7' , '/detail/fc48a8e93ea141e181c1a596fe6d051e' , '/detail/66cfb21a9fb04393a95ef36481dfe290' , '/detail/1ad29f6871e2430ea8c818cf58a2db2d' , '/detail/2251f5ab58704679a4355fe1ed0fff18' , '/detail/569267b6667645a791316218c4f646ed' , '/detail/e1813d1953c34d33b0d9b27ed5873886' , '/detail/4bdc3a735b574e4798800961e9bde244' , '/detail/3d6b1cfb4f144d278698b021d5a5c7d2' , '/detail/c27baae030b24503a0ff987a31964152' , '/detail/eb292fb40ea24f639c128b639875cf19' , '/detail/fca1613aa50444608ef93a7ca5d619ea' , '/detail/608264459d25422a82448e83867586f9' , '/detail/460d78e25a3944008501b3dffc513cf8' , '/detail/fc34770b724642068972d447b99edd28' , '/detail/f399bc56d5a8444ca152ab9ad701ab7a' , '/detail/62cf993a9edc44e5807cde94d4272f90' , '/detail/98ac6ae3b69a4f7da6aaaf38828d22ff' , '/detail/1a2701056e494da8be6224a50640f697' , '/detail/43f9ff34aca14f3db847ada22f3dd3f5' , '/detail/b314afce111a4f908b75f1249a9fd742' , '/detail/2e7f0699e4fa4c33ae0d9d9ca45dd81d' , '/detail/1d94703efd5f48db886a256edf6ec311' , '/detail/9d45dbebaa394a83b9e19d5ee499cee3' , '/detail/5d16a217d80d4fc6aa95e05ec2abae82' , '/detail/280e52e434c74a258ef4a0ddab24374a' , '/detail/7d56d321d6834a24a35114bdc9a75eca' , '/detail/a6369d9a94f042908a7eca045fbbf3f6' , '/detail/84372b86334148f3ae46134fa052f758' , '/detail/63d1e86d1438476eb79574f43b486163' , '/detail/0c8e2366edde4f4d8be1eb3c8409c696' , '/detail/984c4dcef99e4c4e98fec5cd5a4f08d3' , '/detail/9b06bcd6c42d4c09aeefc14694f43aff' , '/detail/6ebd9242a70345f08be5c01c1adbbefe' , '/detail/f495ce30e6864dea9b64bec20e41efd7' , '/detail/e33300e6d1bd4d7c9ea39b6547c16779' , '/detail/230b840bdd1b4fff97e6704671c4d376' , '/detail/85704d37e04a4d3381b7d0a22044ba3b' , '/detail/14dfe87212fc47cc8b6925e178b42523' , '/detail/8bd323ffc75b41f7912ad63024c60da9' , '/detail/2b75be671f384348a1851f946ac58f07' , '/detail/8a50041c8f5f4f738f738bdb51c4bbec' , '/detail/f45f10515a464805a8b628d48915d5e1' , '/detail/ba6462e1ce9d4920b1d4443bf5b4b453' , '/detail/544d3e8ca79f41228d75b82e938e4ac4' , '/detail/d078894672bf41f9bbaff5896e4a7b6a' , '/detail/c888499d087845c09a1cf5f28486167e' , '/detail/0e2d83bd6ede4b7eaee72c04239fb5c1' , '/detail/7909112a58e74515bb2d4d013c3fc975' , '/detail/10896259c828421daf47d56064fadfc6' , '/detail/a98457d1771d47ee927f9af5438d5f84' , '/detail/2506093f531c4d5ca99231a35dede93b' , '/detail/b64e0537f99f4a7c83cad1bfd3253c64' , '/detail/862571e3c55a428fac5eab74dbd61897' , '/detail/275034eaa61b4cc6babf70c3ed9b92e1' , '/detail/ea1773b8a24140e5b9c2a4b914e8d88a' , '/detail/a448b8cc30214970b264f10c54275c9d' , '/detail/f1ced8aefe0443d9af81784c6ce1032f' , '/detail/eef7911a58024e20b54a020fd95b7edd' , '/detail/acb3f7093a414799ac661dbef3819afa' , '/detail/2544a9aecc2c41ad9f62ee8800a3e769' , '/detail/65d37e8611a24d6a81a53a335f092210' , '/detail/dbb51805db4544079edfaa7d7d5829ce' , '/detail/b7f5511666e04cb3b03195412cacb7ad' , '/detail/237b2c0438794ec1be223643574db8f4' , '/detail/54707e283b0a438092e0855415c7b52f' , '/detail/42e42b1a5f27496e90cc98492a4bcada' , '/detail/cbcd83969a784f79a80cf7c950700d16' , '/detail/357167462cb84c11a83f9dbf3d133ad1' , '/detail/421e0125515549d783d3dfb4b7666e7a' , '/detail/586a9bcfac4d47e080f97e0a43033427' , '/detail/cb81079a60354f30959cbdb3aa20c15c' , '/detail/c168f170f78245f9830eedefe836f4d6' , '/detail/bb73e0f0efd848d3b20fd423926d7d4c' , '/detail/49d8693168bd4e9a9d8526bfb6cecbfb' , '/detail/6cdef64739cc4401bfbfe1ab2bf4d500' , '/detail/1271521be681470489b9c785c885dceb' , '/detail/cd55ed42a2a242eaa767e455f182080d' , '/detail/e01fe72d00b34200b0e4573a796e182f' , '/detail/f05f341e05c44a0c9a354fbba42f62ea' , '/detail/0bb5ffa4d2224b9f87a1cee5f7555c52' , '/detail/00ea126ebb17414b8de28b8adb8b7c9f' , '/detail/6b6d3d49ecb3467da2f9640400898aa1' , '/detail/eab6e4f9b7fc411db531e7bc6e2f22fc' , '/detail/052ad23004fe4012b75332a0ff505ce5' , '/detail/b9613e9d318d4a2490b77f4c100b38f4' , '/detail/7058aa98626743d6b2ed5e302e40dcc4' , '/detail/8fec631b396b4a3fa79271b59c6ef5d1' , '/detail/bb8cdb1bee7b4fc8a717b8b60bd469fe' , '/detail/5fd273192e4b407c959cd1016ecbd732' , '/detail/cedd7c984eeb499299b6d4573fbdd3a6' , '/detail/9e76dd71b96c476692e0b7348269edba' , '/detail/dcd7461704144558b1a1abdb027f9d62' , '/detail/bccaab926edd442cafaff10d5270839a' , '/detail/97f18795e20d4c2f8774c4cbdd3978de' , '/detail/ab595a1052b14c91bbd46f9b646b2339' , '/detail/1dd6224f72c24462a036fd96ce306f56' , '/detail/6a8837ac4d704c26ad0ed946abb62e8d' , '/detail/7594ba16a2d54227a275724df17a628f' , '/detail/039f8edb25ab462c81651097939933ee' , '/detail/2a8de543fb784ca18d65b3c84d3566cf' , '/detail/bbef7bdb2d744acf81eae3970d68282e' , '/detail/d89a493aa3f64a4982c9e5fb8256a410' , '/detail/32d4edc58ca447238c215887ce9fc3d9' , '/detail/a97ed38a1dea4a468abaf22a2bd29d5b' , '/detail/14ba7107ca354d8eb0e1ed6931811e7b' , '/detail/84e42dedec91491382903999f6698637' , '/detail/174d238072e3464493d05a36977b1b36' , '/detail/0edc32b246124da4ada5b79f4160aa30' , '/detail/33e6b8df73d5462599aacd9ca46102d3' , '/detail/02912b77f6184878852a362c488e1df5' , '/detail/5d0d7f3c465e441eb6d025378751cb65' , '/detail/5c051ed822044bc5b51d6f2017a40c1f' , '/detail/114cf43958f74d33a1b812230108ea4c' , '/detail/83ba19c48acd4185bed88a42fad2a202' , '/detail/6fc107d6a1e249129cc62e39bd3db5b3' , '/detail/447db92bc6984313ac1464b59a54640b' , '/detail/1a8c7647531a4a04938de9aaa4578afe' , '/detail/b6cf89949e2b43a58853cefea9e1c9af' , '/detail/7c047b09be704920ad70722d9cbbaed1' , '/detail/6ba8701d82b74aae8bea3098cf77a776' , '/detail/928979bcfbc04ba593be753debbe5247' , '/detail/eefb9ea2cf4845a7a2a08692acf1467d' , '/detail/0dd823fd144549afbfbf6f88b415a87c' , '/detail/6da3a31794e243d6b45b2f899f60ec5c' , '/detail/c98ae1e439b846caa2e091677d440bad' , '/detail/a7b8aef0ab1343dbbd3704346592ec6a' , '/detail/79b87747c5014c518af1d3ee5e69f67a' , '/detail/144e54880eec4bdda3f397a811d090e1' , '/detail/be4710be173d48ffbed4659f7b06aac3' , '/detail/49e6002b66564335befc87bf57fb7e3e' , '/detail/e0598fa955294692a703a1e6e0d9d089' , '/detail/8618b7a281a941d3b4c3a146c613759b' , '/detail/a28c511727d847478f7a73f1741b83a0' , '/detail/9c8294e998de48f59a664d9f1cf7b4c5' , '/detail/b978c767dd2a466aaf1a780eaf1fd69c' , '/detail/ccc3165d8b674b828a7a9cfc48325155' , '/detail/8a21e0fa81df4d4b9f354505a3443f31' , '/detail/05e28f2b3bc44d5fbef6709ac203f1ef' , '/detail/8f1332eb43334d159175a80ed6e45057' , '/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e' , '/detail/5f27c2af01ea401594a8feef9fdea4d9' , '/detail/513ab9793dd541e6a6dff9033f99756f' , '/detail/48d3f5ff2e40448ea76eefadd0efe5ac' , '/detail/f82bf58d3653461dbf3748014e59396c' , '/detail/2105912a047046a7a39840d218ba2b09' , '/detail/fcce822312ef4a36a961ba9befd85dcc' , '/detail/fbd207a1cfad466ab47b6cbd239fabb7' , '/detail/7ca91ae8ec9e44c78e4e05b4bf830bfb' , '/detail/6d97048b3a1848e5984259d145c64ea9' , '/detail/841ba378974347d7b56c89090b2e56f8' , '/detail/2b4b91a7f52d493fbb884c16111fdc0e' , '/detail/3186921e2ad3458bbdf0ce46a2e5d4f4' , '/detail/4a5521c0a1f04f648418d834bc420e4d' , '/detail/ff99c8aff36b44eab0e1ce60a3ccd39b' , '/detail/978648c238af48d3b655595f0883865a' , '/detail/df818b09a3de4776bd25ca68597f38f2' , '/detail/8d35f0c6664c405396cc9d071b872140' , '/detail/be337e962bd3418898b739e0edd8acd7' , '/detail/c162c9513b1d42508c4d49b47fb4dc71' , '/detail/13b55eace8f74f00af6a65bb62bfeb26' , '/detail/c7c27c6eb6d54599839a560978452979' , '/detail/0a99b6a5c4bb4330b86a27e7806a07b3' , '/detail/ef8084123f7144429b7cc81e25b8a52a' , '/detail/733dc7a320c14ed7886044b15249ca98' , '/detail/73a01e43b848489aac44a6a2bc35cda9' , '/detail/6fde9d4160c74a51869b5a8ed920727f' , '/detail/a34622ab31be463e9f44f6e19a33c6d1' , '/detail/6fd20f7517c2481fbe9560b3a1a76e85' , '/detail/74df2613a93d47bf8ec49dcf8fa2d7e7' , '/detail/1a096b4b5db44452af48b4f0ba886f80' , '/detail/9659d0bbd47446b6a2f602282a3d02b0' , '/detail/698b242ffd0d43ae8d99ba191c712c14' , '/detail/768d37aa6d264dc0ae33e575abe651b5' , '/detail/d111a4ed259949168d6de0efc59a7d22' , '/detail/71296ff2bb444c5787edc4a31aec1ad0' , '/detail/3ecbf73d96f74ea3b1dcba6084f8ae86' , '/detail/30ffa71c47094df2a90ec7d8edc613b1' , '/detail/635cef6a9ff847c6813814ae912db673' , '/detail/cce237728c9a443095d5acac2558ca2b' , '/detail/b5e72f08e07d4cb4a814320ce87eda7a' , '/detail/c6dc8bea9c234666bc039e76421dcb6f' , '/detail/e41ef68f48c246cc9a5dfe9c5837fa25' , '/detail/76780d8d04184bc0ba1179cdb80b8de7' , '/detail/9cab6ec7917a46a0a43b9e43d461e932' , '/detail/d9e7b8af14604f3e835338893674d231' , '/detail/962f3333f2a14c608f1b3447a66d892c' , '/detail/f4763313af9b4394b002c5871049c7a2' , '/detail/e4e34a65f4554180bd323a0ef9f965cf' , '/detail/6298e5b8ff304bf9b417a962245263cf' , '/detail/2ad26b5ff62045acb018cb7277519911' , '/detail/8dad35f03e18430eafdc0bb50fa9f232' , '/detail/30ed195c93b7467a9187f07773889a9f' , '/detail/0a38581650a342bb97478e5552350b97' , '/detail/7c3ad044a851497d947245b9d0295eef' , '/detail/96d02e6c52b74af38e379978cf37882f' , '/detail/eb3085298f0f4b918439a11b273f3d25' , '/detail/8dfd9638f43248689e4712e6955bb5ce' , '/detail/a99552f6420149fe9b6fe71f1eb223c3' , '/detail/8cae9449817a436899527a696b3022ee' , '/detail/4a0481cf2837415f994a26db302d9cf1' , '/detail/a26a3419085746dfa76279498a8d72f2' , '/detail/e199cdc36610435985962c92683500bf' , '/detail/53d4d2d3125f4b6d8e1f0ba5a5f92d10' , '/detail/3bd248939b8747a4bb67a2f2040fa6a9' , '/detail/52aa3640a83346469ef4f3c3d5477649' , '/detail/7ef14dbab4c443a084941555bfaf4af0' , '/detail/9b9ccfcd42e0456da90f81f63268e5e5' , '/detail/29424506f7c34f70a500c369ecdea554' , '/detail/7a768155a21e446db594b41749495d52' , '/detail/5f85098c42834950bca4dbf51b36cc87' , '/detail/538180b1e5dc494ab00296a41774ade6' , '/detail/e4ed22bab5cd4ebbb60c1eb917bb47dc' , '/detail/2d19ad67757d4dd29aa16785a3791b64' , '/detail/cba7f096f5ae48b692612d03d7069498' , '/detail/afe1670f53f542fd88a2b2292cff3879' , '/detail/a7a094ee62f44750bfc093ae90c76368' , '/detail/1dcb7aff5a5b497c9b01240f8113d932' , '/detail/12c6cf175d2e415f9202f26f7f5ea267' , '/detail/1a466c5e3ba34fd7802dbfac2ee83b9e' , '/detail/c143635479bb4dd0ab2f2b45eff29906' , '/detail/e01b91d84aef44d786d1791749af22ed' , '/detail/4bb1a177c3f441df91fe4db9a39338a2' , '/detail/de7db8bbfd394d309bc002847cf993f4' , '/detail/fcb0627fca0843e9babf49ddb79d9b17' , '/detail/ef924dc6bca34388938555db649b58bd' , '/detail/de4cd79d81134c22a68a74a7e8220f2a' , '/detail/597f981bad274259a07e5eb0d1c2358c' , '/detail/1eb4b1948d554f13aff7ffb200cc75ad' , '/detail/18d3ecc2c1664dc3bf49fc96eaa5325f' , '/detail/4f06787bbcd54814886185ea513b15a2' , '/detail/47cdc669a0d341c798b16ed43d73dbfa' , '/detail/caf5ed4db8f745b5805f24ef6e7dfa08' , '/detail/478a78759bb54a75b5aef6f9ac966465' , '/detail/cfb2354511cd492891543e589d6f219b' , '/detail/915af89899584c569006967eaae9eb79' , '/detail/1582c38c41e44f7985feb2f52244fa6a' , '/detail/1697af3dea1e4a7f9851fc290a025525' , '/detail/324c4fe6ca9147a499ba6429784b6d6c' , '/detail/2cd6add9b5d340c0ae0bfe9a4dcf1301' , '/detail/9446a98385ab4ea3a7a786f627f895e0' , '/detail/2e1d7a24c37e4d4d96b2dd75693d254c' , '/detail/5cb1a3119afe4e89b6a76fa1bf678f10' , '/detail/bc95ebc6e7a44548abf63df3b26f849c' , '/detail/5434f4165f0e460c89f806625bdeea37' , '/detail/938c5b9225da4c1897da16c73e599fd9' , '/detail/feec8af14b394e318e2ce9862e6327d9' , '/detail/f594528e964b4a0fbadee158b56dcaa4' , '/detail/2320f1b7176d41e28724359cb17c496c' , '/detail/42ea73d80d544b6a91b5fd9a98803cef' , '/detail/7de43a59276348a49a432533eee8e783' , '/detail/da3c330183b04e42a6635b2e5d30438a' , '/detail/2f0cf9035b3d4dd494db11f867c657a0' , '/detail/dff4a3e29e1d49ebb541f3ae750e5f05' , '/detail/ed5ec8f855b04d81afeabb302389c5ba' , '/detail/aa8a6509532842d89502eeaca59812c1' , '/detail/de429b7018d746d08888a6fc0be98228' , '/detail/f379c6b762d14462858324f3568eb767' , '/detail/ce15840ee6334794be99001184f47b64' , '/detail/148a7db7b91746779af1399bfb14b749' , '/detail/b7549288b1ee4e5cb0112d3de02d6658' , '/detail/82fecd32cb2b41f98e060847b3b7f41e' , '/detail/3ece1d9cedaa45139e9bfc24bc6cf163' , '/detail/81109d6d5cbb442589401e5427212cfc' , '/detail/329849610cf643a8973ec27b03de6bea' , '/detail/ba8c8eca24e34e87864060fb910a8f87' , '/detail/966ca9c8605647a1b813148003dc27f2' , '/detail/b7e6baca364b47f39230cacc13e62d7c' , '/detail/929bd53e188c4ce5a988743598eea2bf' , '/detail/0b4e5cc4d6ab4ea8b8330862b728ba1a' , '/detail/e84c87d2343b4c8cb432dfd9e97654a8' , '/detail/71ec0b339c2d47349057db3f3798dd66' , '/detail/018031d7a6504c70bc9611effca5cb87' , '/detail/c81b2553a9584a079af8ed7ac86a280b' , '/detail/4669fdcd345d40e090511df60fe34747' , '/detail/d313aa66fd2a4c76aeb9cdeb5d197563' , '/detail/2eb40206a03549ae99b789986204a29e' , '/detail/1e9b27e1115a4e0385f0372c13fe9750' , '/detail/6462366562514e5c8cdccc45a32653c2' , '/detail/2d5fdce9715549f4a80b8ed29c6c7bcb' , '/detail/47c93d7e0a0044e1846405fa51d74fd6' , '/detail/f4c19d33a4374f20b81f0e6f11e05106' , '/detail/f700ccf8d19b4ce69a776d2b8e03fcbf' , '/detail/46bed0ede6f24d88a992c0e6474693ca' , '/detail/696185c8f8434874ae7d4f0259a20b7c' , '/detail/6bb8c3039ede4a499457cc761da0b0a3' , '/detail/9664c023c52a4a3ba059ce40f3aa8049' , '/detail/b4181d8ce73848a095e0901004caeecf' , '/detail/3c802908877c454bbd14fec9b7031e89' , '/detail/e4d4ad0bb4724866901c2b0001776d70' , '/detail/d2356f84b10549c6b045c1a9be4cddcb' , '/detail/982fdfcc11944207a95ed2afa37ea4d2' , '/detail/aacb8fdea6a249e18b0ed74239d6f0c1' , '/detail/d87645b618c54fe7b4e5439d779d225b' , '/detail/c9eb29e4fd2e4437a0572855daca354e' , '/detail/5f7dd71082de4ff1825a3e4fc530b61b' , '/detail/d555be79f1284d019d0fba821abe835a' , '/detail/8527fb724dc04b6890409c4f56b55210' , '/detail/d43b8ddb12834a7fac461ded65f3f23c' , '/detail/492c0a95234b4518ac08b8bf6edc032f' , '/detail/73efb3c9f8834765af8b9f9abc747b69' , '/detail/05a09c16d7ec4e5ab81490235462ba75' , '/detail/bbb01165934c45129d9806e241c4c118' , '/detail/87de4d2ab53b415db45c786d8ce590fa' , '/detail/ead5ebfc0daa40c9976065d365c664ad' , '/detail/dd6f39349c90473f866f3766c27b9179' , '/detail/fac01b295e044b589ca4f8b2ccb2868a' , '/detail/8d4b14a849134050baf1e6131514fc49' , '/detail/f935de115d5d43ac966b109ecf35d4f5' , '/detail/ed36bad85c214591815c8c8b9365917b' , '/detail/41bb79951d5a432e897afecece7e47b9' , '/detail/7f9a9bb4e45647f8b40ee4d24856710d' , '/detail/de3ffa06531c44adb98c329ffd3a4695' , '/detail/72d70c67e6474ddcb1fba965b12ecd8a' , '/detail/421a3fdfd0d5460ab528e3707ca11a78' , '/detail/296a50c52a8942c99dbcdba401d43f4f' , '/detail/fe4f2b40e61749c191734ff70e0a45c0' , '/detail/79733850f2f84aa9b42d1c61a8883fa8' , '/detail/c4cbabc818604cbe942633aefd777aa6' , '/detail/89dcd78f1c90423bafd489f292f2deb0' , '/detail/1e218971147d4a04bc1d76b575cefe00' , '/detail/89552f8d9de444fba02fcdebf2267482' , '/detail/084d8960a47c43df8721e404766bca3f' , '/detail/32bec7a1385b4881959a689f706e065e' , '/detail/59ae7c8290e24f378488ba6a31145fc5' , '/detail/afbae945fd2b45f18a2e31493b0a9b8f' , '/detail/f141f0f197634afb946b7b6b9a507618' , '/detail/0e6319c53a4c4c2a908f6e1acb1a2850' , '/detail/219378d24f604680b75b66617a9cc3f0' , '/detail/2ba7dacc9b8d417d8ea704bfee9aa64b' , '/detail/a816faeb3ba44c0f9d649b1dba370929' , '/detail/8832841b589a4fdeb6556dfa4725429b' , '/detail/3231736b477540368f961e43f4c8acd5' , '/detail/69e3f70dfe5d48beb0996b2d57dd4132' , '/detail/a01216b71dbe473c820787036e2683ee' , '/detail/bc7747cc6db6494f819ad983d8ea394e' , '/detail/f8af2c992c39493e86e4a068f759f136' , '/detail/58b3d0d35a944f7ea9f4a2ae551d606f' , '/detail/2ebf36bc5d734a778c7db644cd8f312a' , '/detail/7dd1dc64621846aebf5b45702bbd43a5' , '/detail/de700df76fde41bc9f81830a7aba9c1a' , '/detail/124391a372a54749b88bd1e87ea32706' , '/detail/a6d831b62a334c769bd3487a2727ce22' , '/detail/5a601e7ecf0644b9ab11c60145339fc6' , '/detail/3dcd4317e68a41bb8e4e45800ae9652b' , '/detail/211fafbc86f1403f97ad514f5bed6d56' , '/detail/f8a3775e786e432d9c0dedfb38f5cdf5' , '/detail/133403527e3948d98bfb2ddca2224a4f' , '/detail/caa6cb1b15f94506baee94ab6dabdb2f' , '/detail/1210ef73292e4834bb02477a20995ae7' , '/detail/14868ce162bc4d3cbf56fe07bde1febd' , '/detail/7ad6c54c9be34f03b445d31d6927edfe' , '/detail/932cf84722f9420db0fe81ba479611f6' , '/detail/94391e5449924ab68357caf7326975cd' , '/detail/135726f264c04274ab108b3c72d4391e' , '/detail/a4c8c6ebd449449486bb8befc80f7894' , '/detail/792b461266cd474cae2356aa7b2a6d0f' , '/detail/d10a5fa44fca4975bf014f432f0a51d3' , '/detail/9697191bf77b49d686ae5ca35c70fa0b' , '/detail/4f1a2c8c5ae44faba1bf9340c0809894' , '/detail/35a9dc076bda4f679d20e46a414daa02' , '/detail/d124c09cea9042ec8ce2eea49f7105b2' , '/detail/a156b96b28be453fb738dfd576bf3309' , '/detail/fa67665bf40e41d2933ab8e7ed0f1602' , '/detail/b18473e401c64322bca40031f57a336f' , '/detail/68fe379991f84dd5a377e64831e860ed' , '/detail/abe6bf27ecb84f93966f2c666754177d' , '/detail/28671cfd645e4120a224fe0230649357' , '/detail/e51ee137cb0d4e3a8276673023a90476' , '/detail/cfd6dc9af5f44b3b933547476f6b88a6' , '/detail/a9c3208b26794b119dabd142b2665f90' , '/detail/e0d48d16c9bb4910a64abc8362bddbde' , '/detail/7c145cd33ad14981bd8e8dc497b81406' , '/detail/925043830b4143a9afb3ad97282c079d' , '/detail/bf9a6b88fbc74a989dfbbd56aaf7e8b2' , '/detail/f0b282abe2ff4b51be20796043b40460' , '/detail/2b90301e0ddd4ffc94139c25a09f872b' , '/detail/89eda59c8ab2485188603fe1844bf9fd' , '/detail/1d4ff7befa364326aaac5307971b55b3' , '/detail/e747ef8356fe4db9b003b66ff2e5060b' , '/detail/fb82ddea8a284ca0a47dd6c3dcf6da53' , '/detail/3f2554490d9941c794bb71f5f764cccd' , '/detail/b525f7bbaf204f47b762228f4ecfd0ab' , '/detail/6b5030a638294ae7b0614aed2e693544' , '/detail/74c23def2f2842418af16064a77dc50e' , '/detail/756e14612f0a44f8929a0a0da80a0650' , '/detail/f16ad85c5cec492e954d94af74ce5f5f' , '/detail/c7b07d450d924cdea940dbae5e6b5916' , '/detail/0b580d4db1af437bb52ae681045fa3d8' , '/detail/940de9504e2b4067bb89e8de2687044f' , '/detail/740c49de0e9b44a887df6f73eaa40b70' , '/detail/b8300b5f59ba4c0f96a904e0fc146b0e' , '/detail/e09c649155144829b8154605f353de63' , '/detail/061240335ae44ba088a60a25356f028b' , '/detail/d96f418e40ef4e66a3a32c494619c26f' , '/detail/c34a952b9f624b3e8fd973baf9f8e1b5' , '/detail/17bd255e57904585ba8a88149dff691a' , '/detail/5c8ccc79abf34acbba63eee33f345362' , '/detail/3635fcc77c4e446aa92bbcaecda3a102' , '/detail/441a89af4193491b8f1fe1c682021211' , '/detail/044ac3e4cac94813b2ac2ce9c4069cda' , '/detail/b016da2b58c04adc8daef9bc750346cb' , '/detail/e7adedd46b1e433c83cdf6a3e0b48c4c' , '/detail/8e56d4361856486597b1a5e6d3da8650' , '/detail/2006a3ea804a4ff69a0770da6c9b152c' , '/detail/ac821c264b8740f4b4a9e56fd325c660' , '/detail/ab1a576559bb413d94987ad83a39c5f2' , '/detail/598135b2ad054bd5912b695c29b68c7a' , '/detail/a4a8c86177954121a5c1d21756b47a2b' , '/detail/302c26630ee74ff28738a844ed269886' , '/detail/42678bebba584d12b643e7d1d36bbdda' , '/detail/97a8d0d52114451ebd70f2e5b619ce79' , '/detail/a55c651ec0fd40f0a8d0d4911f39813b' , '/detail/ff5caa750e5a4ed6b5344bb2615f59db' , '/detail/2e1bf3a20cd44d6eb9cab219acdd783c' , '/detail/4d19d5a8142541bc891d0e11da039851' , '/detail/3be71d5d0dcf4cafbb0229b757eba18d' , '/detail/c5152d0880274f3a91df61dd2cf0ed35' , '/detail/ef2c85b7ff7a4a708c90c5ef6bc5389e' , '/detail/dcd1579a57ef42c3a9f76b9afca20bd9' , '/detail/039395fbcb4e41d39e6fafe087f26b48' , '/detail/732e4124435746c1afe0394fd1f5bd51' , '/detail/a3f8d86b37874bae93aa7992fd7af5d4' , '/detail/af7e22d24ee4412890c88c3579fbd639' , '/detail/3f238c229ee6469fa12b3b634a836c1e' , '/detail/2d093652413142dfb48e894db53daa26' , '/detail/0c51130fd77142e098065ab161ab9f3c' , '/detail/95b5e428eeb7403f834536c0259dfbdd' , '/detail/6cf120a66c1d440ab4b3f211ca5ed4e7' , '/detail/3da8bf196a3b49808fce26652cccd5b9' , '/detail/2d338f60a8624b08a0b076a6bda9bd89' , '/detail/0e84607af75841a8af9242e142d32c1b' , '/detail/02f5376db4dc447fa79e6b944b2d5c1b' , '/detail/a6ed01749045435094bb393d532165cf' , '/detail/5221a02f84804456abe1de36ef2952bc' , '/detail/4d487491c1984f918e45f759a671b778' , '/detail/d6f7cf9daa8d46c6a26538a3e6f77f05' , '/detail/44ee2fb601b246b3b4183a7e98d4400a' , '/detail/7893c4c08a7a4ea99a9da386751ae231' , '/detail/b95d24b38efc4680a31a321a6da501cb' , '/detail/1b98e8c17eca4d62a7e844987e00fb6e' , '/detail/e986b480220c45aa9e8955e1b1147f13' , '/detail/dc462b280b1749da9b04b87cab060448' , '/detail/e69d82f05cd3490489a4fa8b6ab69dd3' , '/detail/c15996f44bb84e6697e0d7f161922726' , '/detail/96ee73af49324fe497699a75b1b60222' , '/detail/4eea087a9e5d40ad92e69bb06d463763' , '/detail/a791698f060740ec81872561ef70bb34' , '/detail/289e9338267a4f9f9c8acebb1c389498' , '/detail/2a0aec1b06cd4f1caee8659d4902903e' , '/detail/a2a198a0824f4a80a67ef4fcb1854571' , '/detail/64fae64898c84d0fafcd30f9ebf1ed8c' , '/detail/a378a3d35a9e4deebdaf104233d64967' , '/detail/a821025b13f0464c84e855512a64902e' , '/detail/da55e8f48e2c44ca943dd11d69c6a882' , '/detail/342c22b947d44bd3884252b1e286baba' , '/detail/a0199a2abe774f49871b67dcd1f94f3d' , '/detail/d557a3d8ac874884835b1d19aee1600a' , '/detail/0063d99f94f84ae4a6245dfe32728347' , '/detail/4421965451b347d9b98ff8c5f99c64f4' , '/detail/33235fa1274840ffbb13cdd3b2b4bead' , '/detail/8e281119f82f4c18b63fa69d15c03061' , '/detail/64aa4d5d3ec8485b83facbcd9938ce41' , '/detail/833524d4f7c5409b915d2170cfe26734' , '/detail/8f476e559d4a480bacace9594a734d6e' , '/detail/008f36161ee342efa69164d184297a33' , '/detail/6e1bda997d50458ba8d53b5af12a73c6' , '/detail/a1fd30263a8a4bdf869addf794d237bb' , '/detail/4b338c0bfaa3414ebbfea54682d30cfd' , '/detail/3b4e6267debf4727bc49ab382ee6b378' , '/detail/4b3a07c918844439be797c82bcf93f5d' , '/detail/866bb386de0b450fabaa9ea744ddea55' , '/detail/03774667cd6143d3bb687d01e5f29d50' , '/detail/d24a30eb68604e369a521359b244491a' , '/detail/8b798107c64a495792a70e7fbf783207' , '/detail/581056b5b98043b8ac6c5b1effc03094' , '/detail/fd330e1a691948879377d0380e2e1211' , '/detail/505305e77711498c9c7542de6532dee8' , '/detail/a0fde31fcf5e4a1c936bdd6083707d29' , '/detail/df376191e67b46d3b38b5f4774de0224' , '/detail/47bfb080597843c8999d13e32547b198' , '/detail/865b53b7840a4511970f9699ea7c6134' , '/detail/8669e125b004411293092d9df9bf34c5' , '/detail/1fa69eddaabf4df5971e23b2c718d5dd' , '/detail/a530e5cbbfe84b63868c03bfd7f6bbc1' , '/detail/95113a15d4474409b2638c58bdd5fc93' , '/detail/c8998ae94d9d489dbb5134b18c6f5fb4' , '/detail/9f06f4cf55274037add5d68b2c250986' , '/detail/73d10eecad344599999fe4d9c0ea1fc0' , '/detail/68dc61545aa34f3ca50fc30d697cf926' , '/detail/ad07e8054c5a47f8aef8e7d732451ff7' , '/detail/ffb18e2eab1149289abfd6cf0703cc22' , '/detail/7c1315587a2a42fa9db2d38e304a9cde' , '/detail/93cade0264fa4075b445cb25d7f3710a' , '/detail/a5fb416f3696486191cc646289f76a1a' , '/detail/06bac5fd040148dcb4f1c4b940ce5e24' , '/detail/7450d68915c04aef9269466c03004a8e' , '/detail/7d66ff816bfc43e5a35df0f504cfe3b2' , '/detail/2627e9e8f6e2495ca9611aabcf11c9c2' , '/detail/70e52fd4923a42919e958298024dcdf3' , '/detail/1c86779c496a420686f9bc1e8e7eac8b' , '/detail/63bbe5a8c1994b2489078b503777cc94' , '/detail/a5885ad7e1cb4b00bd3bdf1dc9899e40' , '/detail/75c9c48fd41840fca0a70fc92efb21d3' , '/detail/134c6f9224664acc9b2774890715daa5' , '/detail/760a21e17d8c4d7eaf7a2307328273af' , '/detail/88286d36b4e44417870f62d69080ee5e' , '/detail/e01c1ec5fa32401180235fddf417823f' , '/detail/bd7a78bc52d347328de55d912501b2b5' , '/detail/32387b88a1614242b91ec7a2717fe9bd' , '/detail/90d5b890996f466a99e44a068f2e5e75' , '/detail/7e52fabb32fd4c57943f5de5fc239ffb' , '/detail/17bfd861909c4763b5d79fcce7c5297b' , '/detail/3ecd4a5c22aa44a5bb75dcd5aa6c3bf4' , '/detail/503bd247c5a1484292c275237d625f0f' , '/detail/611e0cf9139b4f2b90066ffbb145126c' , '/detail/0aefdbeb11644d5189cbcd68d73f8fbb' , '/detail/eeb3c5b2c3aa4c5ca05781416b91024d' , '/detail/c7b654af993e4eceb334a81d19f687f5' , '/detail/a351c4d4343b468692d4c13cfcd59b61' , '/detail/2b8fe71d69a945d88325960fd09e0752' , '/detail/7565b51cba814d1cbcde5895ecb7ecbc' , '/detail/5a1c150dfe414b9487e405bb298b9b3b' , '/detail/0b625de4010b45c4a52e289cc9f1a652' , '/detail/aad25aa236fd45a0a284a5b3cd5483ca' , '/detail/de068f6056524c6cad464cf624ae1fbf' , '/detail/edc783ccc49a4234b6baac8d06da8db4' , '/detail/02049224c56347179fa4c013e2cfcd8f' , '/detail/f7db5b973d164b9c95b0f03812ad0547' , '/detail/b9a2c3e351c846e39523864c37bee51a' , '/detail/891472407403429588922cafb0a8a305' , '/detail/140c9cf204a54bc888c8c36a1e338946' , '/detail/bf1bfe364974405293ef4395097256f8' , '/detail/db454307406d470685eedf4601916f4f' , '/detail/132c192094b348e1973a0226a52864bf' , '/detail/6433521b76ee4705ab6644fb32bf7d77' , '/detail/817e50d64c814494a1f0c5ab4eb1fb6e' , '/detail/bbd3061006a647868ea330b68485755b' , '/detail/52fcbf43beef4d369bef59bd0368fd10' , '/detail/8aca2973510443d1ad34c0ec18cb1f7f' , '/detail/aa63b8e774244aa3aca375cee83b18a6' , '/detail/bc8e2c94d92945fb9b0b13a2d101fb9e' , '/detail/69923d8a8de54be9935844cf1ae121a3' , '/detail/88232df4c33f4b17a50f71a2d1e08c41' , '/detail/60c98fa8f47f459fb8fd2681b5891694' , '/detail/3d1feea2093f42a0b76996e3a14ffb49' , '/detail/23817e2c4eb8419f90c3b800639b1bb5' , '/detail/06538a60ddef48c7a53c868e90505f4e' , '/detail/4474560272ab496791d54ef84998f05a' , '/detail/036a26bbbe4b4f01aea80d39bbc9c86d' , '/detail/94f0e5c4b71d4454853ca94c14f8b313' , '/detail/48f1880080fb4e7dbcb69bc0d85a56ab' , '/detail/9084f1fd2f964a89a5b9e79c0f0f14fd' , '/detail/7b4caffabad04d4d90f412995e5d0790' , '/detail/207821a319a14df891b1da52cb633bd5' , '/detail/062661d152d04adda36714aac9a1ab46' , '/detail/e9e0aba5c5a4401482059f441c959c05' , '/detail/3ab3151b544444a9bb61011175d407da' , '/detail/c5ab144f495c45d1af742173eb811222' , '/detail/af2d7e408fe24e3cadadbcbe89317fc6' , '/detail/0e94ae42b2e94624b7401044743fa1f2' , '/detail/de9f7ed32b79420ba085e18f53581b38' , '/detail/5901e0c63b024f20954fe585d0ae085f' , '/detail/1e564948a63a4aaab75c2710769bc919' , '/detail/10990b3472944c229901430b36c4b4ac' , '/detail/08ab6ceb986c4fe38ae8e5a62d07686b' , '/detail/c312ad8019cc4ef6882708a63676aafe' , '/detail/e0c7a5656ffd48b184fc1c8e5fae85ec' , '/detail/8ecedf0aedcf48da9343c771a34b19c4' , '/detail/3f88015762804ae0881d1581c229a3c9' , '/detail/732623e8b9bd4ca2b4fd69a0f5ffd9b4' , '/detail/b82d4d85298e4a5da955b80ca1567b13' , '/detail/cb79e9bab48e40e48660d25cb01bc111' , '/detail/78f5e0f7431f46aba083791cf7ade7e2' , '/detail/798f63f530024716b63728137927a577' , '/detail/cc2e0c973ab64a99a8a4c3368b790fe6' , '/detail/feac548f812144ea8737497c05b1b396' , '/detail/9c5332cba3c44f0f8cac2ea88514f142' , '/detail/0a55ef82545845fd8d26d049f6fa826e' , '/detail/137ab040245b46419c5d19e61b554776' , '/detail/8e87aa0dc58b429dbba384d01748e66e' , '/detail/641aec6182ff4ef1bbd9a5202d20f0c7' , '/detail/2b43a0b43b6f4fa2afbf694183b86ba9' , '/detail/b57f400e644d4758892f9f6150c76050' , '/detail/a56791c8fe6441978612fce3e3353256' , '/detail/7979893536284cd5a6fd2ade57ccb406' , '/detail/e1ee7bea1ffb4e7ea6864ccd2c4afeb4' , '/detail/4bd24feb0c724eac8912702054c51c20' , '/detail/47acbb1858dd4661aa5810d7f0ca2e74' , '/detail/5ceb09c11d094fcd84db184738d2d083' , '/detail/84d0789314454723a3e7d9e34328fd4f' , '/detail/ab80f47e137240b2b89fe98783e2e72c' , '/detail/65092324d2ee4c58852e11d4ac397773' , '/detail/90e0d429e36048a99e703e33467ed707' , '/detail/cf739fe71fa7405c8da1e454c4fe9074' , '/detail/be0d9389242646df8a78cfbd362520e4' , '/detail/a776ad854a6844ef9f7048118eb383b9' , '/detail/eb98651cfa584a6f9b67810ca331c870' , '/detail/88f7ebf91b5c4b79a1b4e1c7a2d1ca27' , '/detail/bebbfba6ef05401d9e7be7e9c53ea694' , '/detail/0b8fa99c70f24a959f02c746c58cdb15' , '/detail/2fe898d6a2fe4d1fa0c95865a625a8a2' , '/detail/12670c0a49534476a4627edfa8a8a640' , '/detail/d772b60125d64f159be46c037b221f2c' , '/detail/f1ab9615c18f40d2a22eab75cfc86dc6' , '/detail/ea235078710040d2b2883edf5b86be88' , '/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
113
0.51 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