1
0.69 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.19 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
3
0.47 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.34 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.45 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.38 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/390-adventure-2020-modelcode-F5303TA "
"ersatzteilfinder/390-adventure-2020-modelcode-F5303TA/ "
]
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/390-adventure-2020-modelcode-F5303TA' OR seo_path_info = 'ersatzteilfinder/390-adventure-2020-modelcode-F5303TA/' ));
Copy
7
0.25 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/390-adventure-2020-modelcode-F5303TA "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/390-adventure-2020-modelcode-F5303TA' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.56 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.42 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.23 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"7J3j6rB2LionPyuxCShws4TYExaZRxa1 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = '7J3j6rB2LionPyuxCShws4TYExaZRxa1' ) LIMIT 1 ;
Copy
11
0.29 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.66 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.28 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.26 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.36 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.25 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
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.27 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.15 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.44 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.56 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.66 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.22 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.37 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"7J3j6rB2LionPyuxCShws4TYExaZRxa1 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '7J3j6rB2LionPyuxCShws4TYExaZRxa1' ;
Copy
25
0.32 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.42 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.43 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.56 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.27 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.57 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.26 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.34 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.22 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.18 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.77 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.49 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `parent_id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `id` = 0x79A36140A28A4CE6AC6D0E2CED062741
;
Copy
37
4.86 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.43 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
12
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND `category` . `level` = 12 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
39
0.65 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
40
0.73 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
41
0.47 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
42
0.34 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `currency` . `id` ;
Copy
43
0.34 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
44
0.36 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `parent_id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B
;
Copy
45
2.20 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
46
1.18 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
47
0.61 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDDA3EC5FDB8042ACB8F8C841F70EFE8B ));
Copy
48
0.46 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
49
0.81 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
b"$)v‹Ì\x04 Eüƒð?·Í2\x02 % "
b"=\x16 uıã;O\x13 ©1\e ì}:\x1D × "
b"E;|™\x7F VO¾¼HZ4ä(r¡ "
b"iŒØ\e ’•Hæ³JkΧ¸v‘ "
b"”ú_›Ž¬JgŒÕ\x13 ð½ß\x1E r "
b"W}╗p/ìG\r ®x\x12\x1D 7╔B- "
b"\x1F äÀ\x13\x1F ¦BÓªLƒ\v ³ž¯A "
b"±¶ƒi‹\x11 @E±¢¿T½\x16 Õ, "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF , 0x2429768BCC0445FC83F03FB7CD320225 , 0x3D1675D5C63B4F13B8311B8D7D3A1D9E , 0x453B7C997F564FBEBC485A34E42872A1 , 0x698CD81B929548E6B34A6BCEA7B87691 , 0x94FA5F9B8EAC4A678CD513F0BDDF1E72 , 0x577DBB702F8D470DA978121D37C9422D , 0x1FE4C0131FA642D3AA4C830BB39EAF41 , 0xB1B683698B114045B1A2BF54BD16D52C );
Copy
50
0.52 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
51
0.78 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÇÑ6îÚ\v HtŸc{l9ØPÉ "
b"ùD\x14 Îm¨NÖ³PÑŸ‹"âÎ "
b"•t`\x05 zaJ<“@½¸ô\*ø "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xC7D136EEDA0B48749F637B6C39D850C9 , 0xF94414CE6DA84ED6B350D19F8B22E2CE , 0x957460057A614A3C9340BDB8F45C2AF8 , 0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
52
0.30 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
53
0.25 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
54
0.27 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x707FEF2F724A4547A0249D181B4679DF AND
pm . `active` = 1 ;
Copy
55
0.22 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
56
0.38 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
57
0.62 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
58
0.36 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x695477E02EF643E5A016B83ED4CDF63A ));
Copy
59
0.48 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x695477E02EF643E5A016B83ED4CDF63A )));
Copy
60
0.60 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 ˜¬”\x08 Jraº\n
2‚Xó\x7F £
"""
b"\x01 ™âxˆ\x18\x7F I½ûb\x04\x16 xæä "
b"\x01 šÅp\x7F ÂzT˜«¡óP|\x1A Ñ "
b"""
\n
$Epê6B® }4•¢a`\x13
"""
b"\x1E Î[¢H'M\x1F ·ãæfÂi®" "
b"6ìyyYRGWš<l\x11 |‘+æ "
b"tÃNêP&@»ƒ\x19 ¸\x13 vpÂÕ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0198AC94084A7261BA0A328258F37FA3 , 0x0199E27888187F49BDFB62041678E6E4 , 0x019AC5707FC27A5498ABA1F3507C1AD1 , 0x0A244570EA3642AEA07D3495A2616013 , 0x1ECE5BA248274D1FB7E3E666C269AE22 , 0x36EC7979595247579A3C6C117C912BE6 , 0x74C34EEA502640BB8319B8137670C2D5 )));
Copy
61
0.71 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÿ¼öDfs\x0F ر‗:ª¦┬± "
b"\x01 ™âÅâìv\x05 \x06 ¥ÚÉÌ\x1D ® "
b"\x01 šÅ‡+>{ߣ‹aÀVÆÕê "
b"±ìM\x04\x1C ÷G)œºböç_|± "
b"D\x0E 1\x08 uªAê“\x10 ÑòÑ<VÎ "
b"Z±ŒØÍ}IR¶™cï)\x1E \• "
b"påi¾ÿQEÁ¬øíê—Â\x04 É "
b"19\x15 ,ªŸH%˜\x14 õ\x05 8ŸœC "
b"“Á…eƒ¡EÒšÙy:„ö*\x03 "
b"▀'É#dãC3åTë<IÍ\x7F » "
b"᯽[+\x15 Gƒ¯‹è¿‰…\x1A Ò "
b"æáìlIC\x04 ‘ײ…Žão™ "
b".Ö╗x\x01 èDì¿G(RP¥|½ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x0198AC944466730F9DF1F23AA6DDC2F1 , 0x0199E2C5E2EC7605AD06A5DAC9CC1DAE , 0x019AC5872B3E7BDFA38B61C056C6D5EA , 0xB1EC4D041CF747299CBA62F6E75F7CB1 , 0x440E310875AA41EA9310D1F2D13C56CE , 0x5AB18CD8CD7D4952B69963EF291E5C95 , 0x70E569BEFF5145C1ACF8EDEA97C204C9 , 0x3139152CAA9F48259814F505389F9C43 , 0x93C1856583A145D29AD9793A84F62A03 , 0xDF27902364C643338654893C49D67FAF , 0xE1AFBD5B2B154783AF8BE8BF89851AD2 , 0xE6ADE1EC6C49430491D7B2858EE36F99 , 0x2E99BB78018A448DA847285250BE7CAB )));
Copy
62
0.36 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ð"±&‰¬C]›¸\v\x02 ý—ûŸ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xF022B12689AC435D9BB80B02FD97FB9F );
Copy
63
0.36 ms
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = ? ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™\x0F A<X]ˆ1Ñ×[Ž›VÐv "
]
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (0x990F413C585D8831D1D75B8E9B56D076 );
Copy
64
0.81 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 šÅ–ó–wYŠ\x12 5h}oÝ, "
b"\x01 Üm¬Ùz╚×ÍÉX▒0tÚ "
b"y4èà\x03 DD*¥\x13 yøhLs "
b"\x13 ë¾p£—F…¥º ……+Øï "
b"u=$YCÆG«—šÂJÙ\x19 Çß "
b"""
>ú×¼T█K\n
ì>ÊÚrà6¬
"""
b"""
£#uñÝ\t J‚ŸPå\n
†k¯t
"""
b"ÚèfŽ\x15 §N4€+L$dW>b "
b"Û¨w\t %\x00 A߬†´$£æ¦] "
b"\x01 ÿ§AF\x16 }Öɽ┘░£*¦^ "
b"\x01 ˜õBï{u\x12 º–IM_àNS "
b"¹_ŒÃLöO–‡Ji\x1E •)\x05\x19 "
b"’Û¹&œ÷D;£\x16 |[^ðÁG "
b"}U\h¼)@òŽ('Ók¡Ä\e "
b"\x1A \┤ksYCÓïÙ┴ØÅAÜþ "
b"ÏÚDTF\@\x12 Œ\x1C ZO€rÀG "
b"\x01 šSk•0z~¼îbÊ0µ”\x00 "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.title` ,
`media.translation.title` as `media.title` ,
`media.translation.alt` ,
`media.translation.alt` as `media.alt` ,
`media.translation.customFields` ,
`media.translation.customFields` as `media.customFields`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . `media_id` ,
`media.translation` . `alt` as `media.translation.alt` ,
`media.translation` . `title` as `media.translation.title` ,
`media.translation` . `custom_fields` as `media.translation.customFields`
FROM
`media_translation` `media.translation`
WHERE
`media.translation` . `language_id` = ?
) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id`
WHERE
(
(
(
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
)
AND (
`media` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x019AC596F39677598A1235687D6FDD2C , 0x019A6DB6AAEB7AC89ED69058B13074E9 , 0x7934E8E00344442AA51379F868AD4C73 , 0x13EBBE70A3974685A5BAA085852BD8EF , 0x753D245943C647AB979AC24AD919C7DF , 0x3EA39EAC54DB4B0A8D3ED2E9728536AA , 0xA32375F1DD094A829F50E50A866BAF74 , 0xDAE8668E15A74E34802B4C2464573E62 , 0xDBA87709250041DFAC86B424A3E6A65D , 0x0198F54146167D9990ABD9B09C2ADD5E , 0x0198F542EF7B7512BA96494D5FE04E53 , 0xB95F8CC34CF64F96874A691E95290519 , 0x92DBB9269CF7443BA3167C5B5EF0C147 , 0x7D555C68BC2940F28E2827D36BA1C41B , 0x1A5CB46B735943E08BEBC19D8F419AE7 , 0xCFDA4454465C40128C1C5A4F8072C047 , 0x019A536B95307A7EBCEE62CA30B59400 ));
Copy
65
0.24 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
66
641.66 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
2.24 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
68
0.40 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
69
0.42 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.48 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
1.07 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.98 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA )) GROUP BY `product` . `id` ;
Copy
73
2.20 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
74
0.25 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
75
0.49 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.54 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%F5303TA% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%F5303TA%' ;
Copy
77
16.94 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 :
[
1002264096
]
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 = 1002264096 ORDER BY `group` , sequence_number ASC ;
Copy
78
36.03 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (18448 , 18454 , 18459 , 18479 , 18557 , 18563 , 18956 , 49081 , 49550 , 49551 , 49957 , 49971 , 52002 , 52259 , 52777 , 52778 , 52780 , 53492 , 54147 , 54148 , 54150 , 54152 , 54153 , 54154 , 55896 ) ORDER BY number , part_type ASC
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (18448 , 18454 , 18459 , 18479 , 18557 , 18563 , 18956 , 49081 , 49550 , 49551 , 49957 , 49971 , 52002 , 52259 , 52777 , 52778 , 52780 , 53492 , 54147 , 54148 , 54150 , 54152 , 54153 , 54154 , 55896 ) ORDER BY number , part_type ASC ;
Copy
79
30.76 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (18448 , 18454 , 18459 , 18479 , 18557 , 18563 , 18956 , 49081 , 49550 , 49551 , 49957 , 49971 , 52002 , 52259 , 52777 , 52778 , 52780 , 53492 , 54147 , 54148 , 54150 , 54152 , 54153 , 54154 , 55896 ) AND article_number IN ("95805083000" , "28105050044" , "94305007031" , "90103097000" , "90205086001" , "90205068000" , "90105000002" , "J027081053" , "90105084000" , "90105068100" , "J926080003" , "94305051000" , "95805051010" , "94305050071" , "94305050072" , "94341090000" , "J031060103" , "95805090033" , "93805011003" , "J025080353" , "90105004000" , "93805095000" , "93805096000" , "J692080006" , "95813050144" , "95813051000" , "J031050106" , "J625060800" , "J025060203" , "J934060001" , "90534031020" , "90534034300" , "90113057000" , "J094020153" , "J500000700100" , "95813060044" , "93013068000" , "93013068010" , "93035065020" , "J025050103" , "J025060181" , "90130059000" , "J125070001" , "95814001000" , "63514040000" , "91214025000" , "91214026000" , "95814026000" , "95814025000" , "95814011090" , "95814010090" , "J06797100183" , "J934100006" , "J125100009" , "J926100003" , "J005050121" , "J900000401200" , "J934050003" , "93014017000" , "95814069000" , "93014062010" , "90507040001" , "93308015010" , "J031060183" , "95814062000" , "J031050206" , "95814062020" , "95814062010" , "95811066044" , "21011066000" , "63507008000" , "95811066010" , "90107050050" , "95807050000" , "93007051000" , "90107050151" , "J900000602001" , "90111067000" , "90111067100" , "95815001000" , "95815002000" , "95815022105" , "90207016004" , "95815000660" , "95815000218" , "95815000312" , "90607830000" , "93008020060" , "95815000790" , "90507015000" , "95815000240" , "90515011000" , "90507017000" , "90607017003" , "J300000801000" , "J926060006" , "90107018011" , "95813046000" , "95815046000" , "95803002044C1" , "J900000803500" , "93007047033" , "J912080251" , "93011068010" , "93003054000" , "93003052000" , "93003053000" , "J094018250" , "93003151033" , "93003150033" , "95805089000" , "95805088000" , "95803049000" , "95803048000" , "J047620804000S" , "95803056000" , "90134098000" , "95805084000" , "90511006100" , "95803002070" , "J690000801500" , "J770009015" , "J125080005" , "95842031044" , "90113026000" , "90113013000" , "28111051000" , "95842003000" , "95842004000" , "95842002000" , "95842001000" , "93042020000" , "90142125000" , "90110062000" , "90142021001" , "90142021000" , "J000150601200" , "93813024000" , "J025060209" , "93813035000" , "93813147000" , "93041030020" , "90135001001" , "J025060109" , "J025060082" , "J926060000" , "94306001000" , "93006015000" , "93006020050" , "93006002000" , "93006039000" , "93006001060" , "95806040000" , "93006001080" , "90141071000" , "93030087050" , "90130087001" , "93030089000" , "93006001015" , "93006021000" , "90106001007" , "J025080246" , "90508006001" , "93030088050" , "J025060122" , "95803002021" , "J125060004" , "93306026000" , "90241002010" , "90607017000" , "95802001000" , "95802010044" , "95811070000" , "90802039000" , "95802080052" , "J900000603500" , "95802081000CA" , "95802080000CA" , "95802031000" , "93502031100" , "90111149000" , "93012041000" , "93012040000" , "93702010033" , "95802090000" , "93802016000" , "J000150603000" , "J910000600900" , "95802081010" , "95802080010" , "95802080020" , "95832060050" , "J031050121" , "90108050001" , "95802080051" , "95803001086" , "90232014002" , "95808020010" , "95808020000" , "95808020050" , "90508006003" , "93008028050" , "95808020030" , "93035065030" , "90502012001" , "J125060006" , "95808020025" , "J031060256" , "95808001020" , "95808001010" , "95808004000" , "95808003000" , "95808108000" , "95808008050" , "95812181000" , "90514044000" , "J912080306" , "95814011000" , "95814010000" , "95814013020" , "95814011080" , "95814010080" , "J031050101" , "93008084010" , "90102031010" , "J005050123" , "95814013010" , "J650001000200" , "93814050000" , "95814010020" , "93008083010" , "95811048000" , "J031060101" , "95814011020" , "95803001088" , "95812009000" , "95812008000" , "95812008030" , "95814012010" , "9581401200056" , "95808010000" , "95808010070" , "J900000601200" , "95811042050" , "J650001200500" , "95808015000" , "J900000601601S" , "93008037000" , "90514045000" , "J06923050053" , "J031050136" , "95803023000" , "95803026000" , "J011050133" , "90103027000" , "95803027000" , "93011045110" , "93511045000" , "93003034000" , "J982101253" , "90111040100" , "90603024000" , "93503029000" , "95803023010" , "95804030044" , "90104034000" , "90104034001" , "90104036000" , "90104031000" , "90104032000" , "90104046000" , "93004042000" , "90104010002" , "90104040000" , "90104037000" , "90104038000" , "J025060169" , "90604062000" , "90104040100" , "90904070020" , "93004051000" , "J025060081" , "93013047000" , "J912050102" , "93004060100" , "93004065000" , "93004064000" , "90113047000" , "90504067000" , "90104230010" , "90104066210" , "95811075000" , "95811078000" , "95811097000" , "93811099000" , "93041080050" , "93038091000" , "93511084000" , "90611057000" , "93011058000" , "95811058050" , "95811042033" , "95842090000" , "95811060100" , "J025080123" , "J025060167" , "28111096000" , "90611053000" , "95811055010" , "90808073000" , "90511034000" , "J025060303" , "90511030000" , "95811031000" , "95811055000" , "95811055070" , "95811055060" , "93511088000" , "75011088015" , "95811059000" , "93042033000" , "28513001033" , "93713002033" , "90111050000" , "93713015000" , "90113021000" , "90113018000" , "90113017000" , "90813030000" , "J01008060S" , "90113080000" , "90113121000" , "90113090000" , "90113075000" , "95803001044C1" , "95803039000" , "95803038000" , "95803139050" , "95803138040" , "95803041133" , "95803040050" , "J094020186" , "90103038002" , "95803038010" , "95804070000" , "95803001072" , "95803001071" , "95803001081" , "95803001082" , "95803040010" , "95803041010" , "95803044010" , "J910000800500" , "J910001001000" , "J900001013500" , "93303006000" , "93303005000" , "95808005000" , "95808006000" , "J031080146" , "J025102656" , "95807012000" , "90103007000" , "95803039010" , "90103042000" , "90808043000" , "95814010040" , "90108023100" , "J125080006" , "J125100002" , "95807013000EB" , "95807008050" , "90508018001" , "J912050303" , "J912050106" , "95807058000" , "J900000501201" , "90607017002" , "95807011000" , "95807012020" , "95807013070" , "95807013060" , "J125060005" , "95807008052" , "69007027000" , "95807013040" , "95807013015" , "95807028000" , "J025080256" , "95807013025" , "90108060002" , "95842091000" , "95807040000" , "95807047000" , "90107029000" , "95807013030" , "95807027000" , "95807012010" , "95815000680" , "J031060253" , "95829099000" , "J800000701500" , "95808023020" , "95808051000CAA" , "95808050000CAA" , "95808026000" , "95808025000" , "90108060003" , "93008040000" , "J031060166" , "93009059000" , "95808042000" , "95808041000" , "J025060196" , "95808041010" , "95808041020" , "95808019000" , "95808013000CAA" , "95808019010" , "95808023000" , "95808023010" , "95801001200" , "95801002200" , "95801034033" , "93001032133" , "90101080044" , "90101086000" , "90101036100" , "90501044000" , "95801070000" , "95801038000" , "J912100303" , "95801039041" , "J912080293" , "90512082000" , "95801071000" , "93013055000" , "95812084000" , "95812083000" , "43578014" , "48600765S1" , "43570623" , "90113055010" , "J021060156" , "95812084100" , "95812083100" , "90501045000" , "43578044" , "43570624" , "43578219" , "90201025000" , "43578016" , "93014015000" , "RP10021" , "95804010200" , "90104010003" , "93004016100" , "J020100806" , "95809101044C1" , "J760223508" , "J625062023" , "90109011001" , "90109011000" , "J472035150" , "90109076000" , "95809060000" , "93009081000" , "90209083000" , "90109082000" , "90109015100" , "95810101044C1" , "90210086000" , "90610087000" , "90110084000" , "90110013000" , "90110060000" , "J760264208" , "J625063021" , "90110011000" , "90610054000" , "90210059100" , "90210050000" , "90810052000" , "95810051045" , "J625062050" , "J760295207" , "J472042170" , "90510052000" , "90210085000" , "76910065118" , "90110053000" , "76910066000" , "00050002114" , "00050002115" , "95807088000" , "J031060186" , "90107018000" , "28107028000" , "95807016050" , "93007089000" , "95807013050" , "00050148706" , "J600000626600" , "95807088020" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
18448 , 18454 , 18459 , 18479 , 18557 , 18563 ,
18956 , 49081 , 49550 , 49551 , 49957 ,
49971 , 52002 , 52259 , 52777 , 52778 ,
52780 , 53492 , 54147 , 54148 , 54150 ,
54152 , 54153 , 54154 , 55896
)
AND article_number IN (
"95805083000" ,
"28105050044" ,
"94305007031" ,
"90103097000" ,
"90205086001" ,
"90205068000" ,
"90105000002" ,
"J027081053" ,
"90105084000" ,
"90105068100" ,
"J926080003" ,
"94305051000" ,
"95805051010" ,
"94305050071" ,
"94305050072" ,
"94341090000" ,
"J031060103" ,
"95805090033" ,
"93805011003" ,
"J025080353" ,
"90105004000" ,
"93805095000" ,
"93805096000" ,
"J692080006" ,
"95813050144" ,
"95813051000" ,
"J031050106" ,
"J625060800" ,
"J025060203" ,
"J934060001" ,
"90534031020" ,
"90534034300" ,
"90113057000" ,
"J094020153" ,
"J500000700100" ,
"95813060044" ,
"93013068000" ,
"93013068010" ,
"93035065020" ,
"J025050103" ,
"J025060181" ,
"90130059000" ,
"J125070001" ,
"95814001000" ,
"63514040000" ,
"91214025000" ,
"91214026000" ,
"95814026000" ,
"95814025000" ,
"95814011090" ,
"95814010090" ,
"J06797100183" ,
"J934100006" ,
"J125100009" ,
"J926100003" ,
"J005050121" ,
"J900000401200" ,
"J934050003" ,
"93014017000" ,
"95814069000" ,
"93014062010" ,
"90507040001" ,
"93308015010" ,
"J031060183" ,
"95814062000" ,
"J031050206" ,
"95814062020" ,
"95814062010" ,
"95811066044" ,
"21011066000" ,
"63507008000" ,
"95811066010" ,
"90107050050" ,
"95807050000" ,
"93007051000" ,
"90107050151" ,
"J900000602001" ,
"90111067000" ,
"90111067100" ,
"95815001000" ,
"95815002000" ,
"95815022105" ,
"90207016004" ,
"95815000660" ,
"95815000218" ,
"95815000312" ,
"90607830000" ,
"93008020060" ,
"95815000790" ,
"90507015000" ,
"95815000240" ,
"90515011000" ,
"90507017000" ,
"90607017003" ,
"J300000801000" ,
"J926060006" ,
"90107018011" ,
"95813046000" ,
"95815046000" ,
"95803002044C1" ,
"J900000803500" ,
"93007047033" ,
"J912080251" ,
"93011068010" ,
"93003054000" ,
"93003052000" ,
"93003053000" ,
"J094018250" ,
"93003151033" ,
"93003150033" ,
"95805089000" ,
"95805088000" ,
"95803049000" ,
"95803048000" ,
"J047620804000S" ,
"95803056000" ,
"90134098000" ,
"95805084000" ,
"90511006100" ,
"95803002070" ,
"J690000801500" ,
"J770009015" ,
"J125080005" ,
"95842031044" ,
"90113026000" ,
"90113013000" ,
"28111051000" ,
"95842003000" ,
"95842004000" ,
"95842002000" ,
"95842001000" ,
"93042020000" ,
"90142125000" ,
"90110062000" ,
"90142021001" ,
"90142021000" ,
"J000150601200" ,
"93813024000" ,
"J025060209" ,
"93813035000" ,
"93813147000" ,
"93041030020" ,
"90135001001" ,
"J025060109" ,
"J025060082" ,
"J926060000" ,
"94306001000" ,
"93006015000" ,
"93006020050" ,
"93006002000" ,
"93006039000" ,
"93006001060" ,
"95806040000" ,
"93006001080" ,
"90141071000" ,
"93030087050" ,
"90130087001" ,
"93030089000" ,
"93006001015" ,
"93006021000" ,
"90106001007" ,
"J025080246" ,
"90508006001" ,
"93030088050" ,
"J025060122" ,
"95803002021" ,
"J125060004" ,
"93306026000" ,
"90241002010" ,
"90607017000" ,
"95802001000" ,
"95802010044" ,
"95811070000" ,
"90802039000" ,
"95802080052" ,
"J900000603500" ,
"95802081000CA" ,
"95802080000CA" ,
"95802031000" ,
"93502031100" ,
"90111149000" ,
"93012041000" ,
"93012040000" ,
"93702010033" ,
"95802090000" ,
"93802016000" ,
"J000150603000" ,
"J910000600900" ,
"95802081010" ,
"95802080010" ,
"95802080020" ,
"95832060050" ,
"J031050121" ,
"90108050001" ,
"95802080051" ,
"95803001086" ,
"90232014002" ,
"95808020010" ,
"95808020000" ,
"95808020050" ,
"90508006003" ,
"93008028050" ,
"95808020030" ,
"93035065030" ,
"90502012001" ,
"J125060006" ,
"95808020025" ,
"J031060256" ,
"95808001020" ,
"95808001010" ,
"95808004000" ,
"95808003000" ,
"95808108000" ,
"95808008050" ,
"95812181000" ,
"90514044000" ,
"J912080306" ,
"95814011000" ,
"95814010000" ,
"95814013020" ,
"95814011080" ,
"95814010080" ,
"J031050101" ,
"93008084010" ,
"90102031010" ,
"J005050123" ,
"95814013010" ,
"J650001000200" ,
"93814050000" ,
"95814010020" ,
"93008083010" ,
"95811048000" ,
"J031060101" ,
"95814011020" ,
"95803001088" ,
"95812009000" ,
"95812008000" ,
"95812008030" ,
"95814012010" ,
"9581401200056" ,
"95808010000" ,
"95808010070" ,
"J900000601200" ,
"95811042050" ,
"J650001200500" ,
"95808015000" ,
"J900000601601S" ,
"93008037000" ,
"90514045000" ,
"J06923050053" ,
"J031050136" ,
"95803023000" ,
"95803026000" ,
"J011050133" ,
"90103027000" ,
"95803027000" ,
"93011045110" ,
"93511045000" ,
"93003034000" ,
"J982101253" ,
"90111040100" ,
"90603024000" ,
"93503029000" ,
"95803023010" ,
"95804030044" ,
"90104034000" ,
"90104034001" ,
"90104036000" ,
"90104031000" ,
"90104032000" ,
"90104046000" ,
"93004042000" ,
"90104010002" ,
"90104040000" ,
"90104037000" ,
"90104038000" ,
"J025060169" ,
"90604062000" ,
"90104040100" ,
"90904070020" ,
"93004051000" ,
"J025060081" ,
"93013047000" ,
"J912050102" ,
"93004060100" ,
"93004065000" ,
"93004064000" ,
"90113047000" ,
"90504067000" ,
"90104230010" ,
"90104066210" ,
"95811075000" ,
"95811078000" ,
"95811097000" ,
"93811099000" ,
"93041080050" ,
"93038091000" ,
"93511084000" ,
"90611057000" ,
"93011058000" ,
"95811058050" ,
"95811042033" ,
"95842090000" ,
"95811060100" ,
"J025080123" ,
"J025060167" ,
"28111096000" ,
"90611053000" ,
"95811055010" ,
"90808073000" ,
"90511034000" ,
"J025060303" ,
"90511030000" ,
"95811031000" ,
"95811055000" ,
"95811055070" ,
"95811055060" ,
"93511088000" ,
"75011088015" ,
"95811059000" ,
"93042033000" ,
"28513001033" ,
"93713002033" ,
"90111050000" ,
"93713015000" ,
"90113021000" ,
"90113018000" ,
"90113017000" ,
"90813030000" ,
"J01008060S" ,
"90113080000" ,
"90113121000" ,
"90113090000" ,
"90113075000" ,
"95803001044C1" ,
"95803039000" ,
"95803038000" ,
"95803139050" ,
"95803138040" ,
"95803041133" ,
"95803040050" ,
"J094020186" ,
"90103038002" ,
"95803038010" ,
"95804070000" ,
"95803001072" ,
"95803001071" ,
"95803001081" ,
"95803001082" ,
"95803040010" ,
"95803041010" ,
"95803044010" ,
"J910000800500" ,
"J910001001000" ,
"J900001013500" ,
"93303006000" ,
"93303005000" ,
"95808005000" ,
"95808006000" ,
"J031080146" ,
"J025102656" ,
"95807012000" ,
"90103007000" ,
"95803039010" ,
"90103042000" ,
"90808043000" ,
"95814010040" ,
"90108023100" ,
"J125080006" ,
"J125100002" ,
"95807013000EB" ,
"95807008050" ,
"90508018001" ,
"J912050303" ,
"J912050106" ,
"95807058000" ,
"J900000501201" ,
"90607017002" ,
"95807011000" ,
"95807012020" ,
"95807013070" ,
"95807013060" ,
"J125060005" ,
"95807008052" ,
"69007027000" ,
"95807013040" ,
"95807013015" ,
"95807028000" ,
"J025080256" ,
"95807013025" ,
"90108060002" ,
"95842091000" ,
"95807040000" ,
"95807047000" ,
"90107029000" ,
"95807013030" ,
"95807027000" ,
"95807012010" ,
"95815000680" ,
"J031060253" ,
"95829099000" ,
"J800000701500" ,
"95808023020" ,
"95808051000CAA" ,
"95808050000CAA" ,
"95808026000" ,
"95808025000" ,
"90108060003" ,
"93008040000" ,
"J031060166" ,
"93009059000" ,
"95808042000" ,
"95808041000" ,
"J025060196" ,
"95808041010" ,
"95808041020" ,
"95808019000" ,
"95808013000CAA" ,
"95808019010" ,
"95808023000" ,
"95808023010" ,
"95801001200" ,
"95801002200" ,
"95801034033" ,
"93001032133" ,
"90101080044" ,
"90101086000" ,
"90101036100" ,
"90501044000" ,
"95801070000" ,
"95801038000" ,
"J912100303" ,
"95801039041" ,
"J912080293" ,
"90512082000" ,
"95801071000" ,
"93013055000" ,
"95812084000" ,
"95812083000" ,
"43578014" ,
"48600765S1" ,
"43570623" ,
"90113055010" ,
"J021060156" ,
"95812084100" ,
"95812083100" ,
"90501045000" ,
"43578044" ,
"43570624" ,
"43578219" ,
"90201025000" ,
"43578016" ,
"93014015000" ,
"RP10021" ,
"95804010200" ,
"90104010003" ,
"93004016100" ,
"J020100806" ,
"95809101044C1" ,
"J760223508" ,
"J625062023" ,
"90109011001" ,
"90109011000" ,
"J472035150" ,
"90109076000" ,
"95809060000" ,
"93009081000" ,
"90209083000" ,
"90109082000" ,
"90109015100" ,
"95810101044C1" ,
"90210086000" ,
"90610087000" ,
"90110084000" ,
"90110013000" ,
"90110060000" ,
"J760264208" ,
"J625063021" ,
"90110011000" ,
"90610054000" ,
"90210059100" ,
"90210050000" ,
"90810052000" ,
"95810051045" ,
"J625062050" ,
"J760295207" ,
"J472042170" ,
"90510052000" ,
"90210085000" ,
"76910065118" ,
"90110053000" ,
"76910066000" ,
"00050002114" ,
"00050002115" ,
"95807088000" ,
"J031060186" ,
"90107018000" ,
"28107028000" ,
"95807016050" ,
"93007089000" ,
"95807013050" ,
"00050148706" ,
"J600000626600" ,
"95807088020"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (18448 , 18454 , 18459 , 18479 , 18557 , 18563 , 18956 , 49081 , 49550 , 49551 , 49957 , 49971 , 52002 , 52259 , 52777 , 52778 , 52780 , 53492 , 54147 , 54148 , 54150 , 54152 , 54153 , 54154 , 55896 ) AND article_number IN ("95805083000" , "28105050044" , "94305007031" , "90103097000" , "90205086001" , "90205068000" , "90105000002" , "J027081053" , "90105084000" , "90105068100" , "J926080003" , "94305051000" , "95805051010" , "94305050071" , "94305050072" , "94341090000" , "J031060103" , "95805090033" , "93805011003" , "J025080353" , "90105004000" , "93805095000" , "93805096000" , "J692080006" , "95813050144" , "95813051000" , "J031050106" , "J625060800" , "J025060203" , "J934060001" , "90534031020" , "90534034300" , "90113057000" , "J094020153" , "J500000700100" , "95813060044" , "93013068000" , "93013068010" , "93035065020" , "J025050103" , "J025060181" , "90130059000" , "J125070001" , "95814001000" , "63514040000" , "91214025000" , "91214026000" , "95814026000" , "95814025000" , "95814011090" , "95814010090" , "J06797100183" , "J934100006" , "J125100009" , "J926100003" , "J005050121" , "J900000401200" , "J934050003" , "93014017000" , "95814069000" , "93014062010" , "90507040001" , "93308015010" , "J031060183" , "95814062000" , "J031050206" , "95814062020" , "95814062010" , "95811066044" , "21011066000" , "63507008000" , "95811066010" , "90107050050" , "95807050000" , "93007051000" , "90107050151" , "J900000602001" , "90111067000" , "90111067100" , "95815001000" , "95815002000" , "95815022105" , "90207016004" , "95815000660" , "95815000218" , "95815000312" , "90607830000" , "93008020060" , "95815000790" , "90507015000" , "95815000240" , "90515011000" , "90507017000" , "90607017003" , "J300000801000" , "J926060006" , "90107018011" , "95813046000" , "95815046000" , "95803002044C1" , "J900000803500" , "93007047033" , "J912080251" , "93011068010" , "93003054000" , "93003052000" , "93003053000" , "J094018250" , "93003151033" , "93003150033" , "95805089000" , "95805088000" , "95803049000" , "95803048000" , "J047620804000S" , "95803056000" , "90134098000" , "95805084000" , "90511006100" , "95803002070" , "J690000801500" , "J770009015" , "J125080005" , "95842031044" , "90113026000" , "90113013000" , "28111051000" , "95842003000" , "95842004000" , "95842002000" , "95842001000" , "93042020000" , "90142125000" , "90110062000" , "90142021001" , "90142021000" , "J000150601200" , "93813024000" , "J025060209" , "93813035000" , "93813147000" , "93041030020" , "90135001001" , "J025060109" , "J025060082" , "J926060000" , "94306001000" , "93006015000" , "93006020050" , "93006002000" , "93006039000" , "93006001060" , "95806040000" , "93006001080" , "90141071000" , "93030087050" , "90130087001" , "93030089000" , "93006001015" , "93006021000" , "90106001007" , "J025080246" , "90508006001" , "93030088050" , "J025060122" , "95803002021" , "J125060004" , "93306026000" , "90241002010" , "90607017000" , "95802001000" , "95802010044" , "95811070000" , "90802039000" , "95802080052" , "J900000603500" , "95802081000CA" , "95802080000CA" , "95802031000" , "93502031100" , "90111149000" , "93012041000" , "93012040000" , "93702010033" , "95802090000" , "93802016000" , "J000150603000" , "J910000600900" , "95802081010" , "95802080010" , "95802080020" , "95832060050" , "J031050121" , "90108050001" , "95802080051" , "95803001086" , "90232014002" , "95808020010" , "95808020000" , "95808020050" , "90508006003" , "93008028050" , "95808020030" , "93035065030" , "90502012001" , "J125060006" , "95808020025" , "J031060256" , "95808001020" , "95808001010" , "95808004000" , "95808003000" , "95808108000" , "95808008050" , "95812181000" , "90514044000" , "J912080306" , "95814011000" , "95814010000" , "95814013020" , "95814011080" , "95814010080" , "J031050101" , "93008084010" , "90102031010" , "J005050123" , "95814013010" , "J650001000200" , "93814050000" , "95814010020" , "93008083010" , "95811048000" , "J031060101" , "95814011020" , "95803001088" , "95812009000" , "95812008000" , "95812008030" , "95814012010" , "9581401200056" , "95808010000" , "95808010070" , "J900000601200" , "95811042050" , "J650001200500" , "95808015000" , "J900000601601S" , "93008037000" , "90514045000" , "J06923050053" , "J031050136" , "95803023000" , "95803026000" , "J011050133" , "90103027000" , "95803027000" , "93011045110" , "93511045000" , "93003034000" , "J982101253" , "90111040100" , "90603024000" , "93503029000" , "95803023010" , "95804030044" , "90104034000" , "90104034001" , "90104036000" , "90104031000" , "90104032000" , "90104046000" , "93004042000" , "90104010002" , "90104040000" , "90104037000" , "90104038000" , "J025060169" , "90604062000" , "90104040100" , "90904070020" , "93004051000" , "J025060081" , "93013047000" , "J912050102" , "93004060100" , "93004065000" , "93004064000" , "90113047000" , "90504067000" , "90104230010" , "90104066210" , "95811075000" , "95811078000" , "95811097000" , "93811099000" , "93041080050" , "93038091000" , "93511084000" , "90611057000" , "93011058000" , "95811058050" , "95811042033" , "95842090000" , "95811060100" , "J025080123" , "J025060167" , "28111096000" , "90611053000" , "95811055010" , "90808073000" , "90511034000" , "J025060303" , "90511030000" , "95811031000" , "95811055000" , "95811055070" , "95811055060" , "93511088000" , "75011088015" , "95811059000" , "93042033000" , "28513001033" , "93713002033" , "90111050000" , "93713015000" , "90113021000" , "90113018000" , "90113017000" , "90813030000" , "J01008060S" , "90113080000" , "90113121000" , "90113090000" , "90113075000" , "95803001044C1" , "95803039000" , "95803038000" , "95803139050" , "95803138040" , "95803041133" , "95803040050" , "J094020186" , "90103038002" , "95803038010" , "95804070000" , "95803001072" , "95803001071" , "95803001081" , "95803001082" , "95803040010" , "95803041010" , "95803044010" , "J910000800500" , "J910001001000" , "J900001013500" , "93303006000" , "93303005000" , "95808005000" , "95808006000" , "J031080146" , "J025102656" , "95807012000" , "90103007000" , "95803039010" , "90103042000" , "90808043000" , "95814010040" , "90108023100" , "J125080006" , "J125100002" , "95807013000EB" , "95807008050" , "90508018001" , "J912050303" , "J912050106" , "95807058000" , "J900000501201" , "90607017002" , "95807011000" , "95807012020" , "95807013070" , "95807013060" , "J125060005" , "95807008052" , "69007027000" , "95807013040" , "95807013015" , "95807028000" , "J025080256" , "95807013025" , "90108060002" , "95842091000" , "95807040000" , "95807047000" , "90107029000" , "95807013030" , "95807027000" , "95807012010" , "95815000680" , "J031060253" , "95829099000" , "J800000701500" , "95808023020" , "95808051000CAA" , "95808050000CAA" , "95808026000" , "95808025000" , "90108060003" , "93008040000" , "J031060166" , "93009059000" , "95808042000" , "95808041000" , "J025060196" , "95808041010" , "95808041020" , "95808019000" , "95808013000CAA" , "95808019010" , "95808023000" , "95808023010" , "95801001200" , "95801002200" , "95801034033" , "93001032133" , "90101080044" , "90101086000" , "90101036100" , "90501044000" , "95801070000" , "95801038000" , "J912100303" , "95801039041" , "J912080293" , "90512082000" , "95801071000" , "93013055000" , "95812084000" , "95812083000" , "43578014" , "48600765S1" , "43570623" , "90113055010" , "J021060156" , "95812084100" , "95812083100" , "90501045000" , "43578044" , "43570624" , "43578219" , "90201025000" , "43578016" , "93014015000" , "RP10021" , "95804010200" , "90104010003" , "93004016100" , "J020100806" , "95809101044C1" , "J760223508" , "J625062023" , "90109011001" , "90109011000" , "J472035150" , "90109076000" , "95809060000" , "93009081000" , "90209083000" , "90109082000" , "90109015100" , "95810101044C1" , "90210086000" , "90610087000" , "90110084000" , "90110013000" , "90110060000" , "J760264208" , "J625063021" , "90110011000" , "90610054000" , "90210059100" , "90210050000" , "90810052000" , "95810051045" , "J625062050" , "J760295207" , "J472042170" , "90510052000" , "90210085000" , "76910065118" , "90110053000" , "76910066000" , "00050002114" , "00050002115" , "95807088000" , "J031060186" , "90107018000" , "28107028000" , "95807016050" , "93007089000" , "95807013050" , "00050148706" , "J600000626600" , "95807088020" );
Copy
80
0.31 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1002264096
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1002264096 ;
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 :
[
"1002264096 "
]
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 = '1002264096' ;
Copy
82
11.33 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"8o\x0F ‘g\x19 Lº™N‘Å\x1A .ƒè "
b"/┘\x19 XáeG9çÏñ\x1A ¹2ü{ "
b"Åb\x07 ÊÞïEΪ~)%5ßÖð "
b"\f 3—ôD˜Ge›œ\v Á\x17\x18 Ù) "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"UÛb`xbCYº!?¹±4šò "
b"""
×{¶u7¸Aÿ¹>¥\n
A¬¸l
"""
b"░Õ;ƒ©*C\x10 ½ÖRàË\x06 ì┬ "
b"\v «°,ÌåOSØgz\x17 î«:\x18 "
b"QçàǯvFc“\f ‹Õ\r `¬ó "
b"³\x00 ÛÉxoEÒÉPÚ÷uìåà "
b"›Z\x17 ÚfoKï±©ÕøPÉ÷2 "
b"\x00 \r ™ÌyQIØ·cø³Ö@\t ô "
b"íÏoX(\x1D F\e œ£\x16 ,Ô1ˆ "
b"ê;F|r˜CEõ#\e\x04 êÅ\x7F "
b",ÂÓ“¶½G¿µ}r¥)ƒöb "
b"û2rR;!C\x11 ¥\x16 ¡uXcHè "
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"Ò†pé\<D¥²ß*nÛ˜Þy "
b"঑èЙH\x1C ¼çãä!{\x19 E "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"#\x04 ƒéx¿@FÉÂ;Q▀┐╝¦ "
b"šÚ\óXFJŠJï\x0E <:\x1E ^ "
b"—MD4•"L\x08 ¤ÚqbYç†á "
b"n╩╦ð¹^@´öïµ2É]îó "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"""
\x16 )Ùé0\n
Mýމ\n
Ö—J\x04 Ã
"""
b"Ê\x7F —œ£\x00 L\x07 ¥ùM\x1C á\n Ñ® "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"p¯\r ‘M¥Lÿƒ\TÓúEÊÑ "
b" !í;'QI§»Î¼ê>>Q "
b"L═")î┼A®©®È\x01 Ø‗5= "
b"(Áò÷ª]M\x18 ¹)•™ì×5‹ "
b"r╚║É═÷C╬£┐▒M^bîÌ "
b"ÕÖ%8WvH\x1F ¨õFX\x11 Q4 "
b"úqÁ\x18 ùKÔ„ö³£1cÑ8 "
b"^Ý\x10\x02 PuJÞºHŒ „“;\x05 "
b"‹\x12 â¥KïD!’·+I4ƒ¡) "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b"÷'S4¢:K[†\x03 ;m\x17 ëñŸ "
b"ÿòLV\x0E QKf¢ˆEŽ*X'Y "
b"Èmt«¹hL¸°uäjz\x13 b” "
b"x2*6Î\x14 K¹‰><>£\x17 ä¡ "
b"€ˆ(\x0E HœN\x06 ½7òÏ—D_õ "
b"\x01 ¼àùÔ²FØ¿¸Ù³ãÐI£ "
b"\x14 0Mzë&G]¨M½Ë^Íï "
b"+.ðz>ÍEå†.\x00 X‹\x04 ±¡ "
b"ûkÇ%\x04 XO¡Å{°c0f¥· "
b"´øZ«¡MR˜}¨–\x03 Ùþ "
b"T}ÖÇÄ€Ct¨ê\t p]-m) "
b"¶t¥Ìª-JS╣cÖüW\x00 _¾ "
b"ÚMœ±†ï@L‚†~§<!\x1F À "
b"gã¸<'æK9°MÊn—å3\e "
b"gÒ=,K@Hÿ¨\t Ê +Ù\x17\x02 "
b" ¢\x1F ™ë˜Mæ‘á¥Ü\x06 Ó\x1A "
b"\t @bÕ kO%Œy7q¨^m\x0E "
b">WçŸDDB5¾.¦Bç\x1E ¥* "
b"0Q}┐▓ÁMsòͺ\x0F ¨\x0E ~ì "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"ÆÎ‗¦Û:G\x03 ëØu¶<Ð\x7F\x05 "
b"ÄÞŠ\x19 ?9Oöµ$N\x01 »·\x13 ¸ "
b"""
€ªœN0jM(®,}\x10 \n
½Hv
"""
b"\x06 ZD´\x1D éGº ïÕq£0´w "
b"ðC═õWTGGÂá5\x17 4"üÒ "
b"*rY¨\x13\x18 HŒ´b .1º|ù "
b":(k\x03 )5G\x12 ®\x13 ÐUöS¢v "
b"c_öÒG?@™¢ý?\x14 q/Zé "
b"cÛE´\x05 µI©±\x13 –({~ù: "
b"""
R9^•Œ?N9¾\x18 ]\n
Ô¦•
"""
b"\x0F\x00 f~—jO¡“?ÕÝ\x1A ½41 "
b"P"ÊÌ\x17 Ÿ@ÁŠHŽøX¼ú2 "
b"Œ\r ט\x11 vF8¨ø½à(䨱 "
b"\x07 Ø]\x1E l├B‗ì\x0E n■é'¹Ý "
b"d#7┼ü\v G?Áé5NVVK\x19 "
b"Æ(õ™T%Ib¼\x11 ‘z³(ÒÙ "
b"&¤Áì\x13 èEB«R»ÐÒY:o "
b"s\x08 å\x11 ¹©B\x02 ¡JFð)\e y© "
b"\x1A q─ðm\x05 LRùU\x0E ÅK\x1C zß "
b"cÊ5^EüB\x0E ¦ïìr\r ¬\x1F Œ "
b"^/Å3\x07 êGÉü3VÏk¹l\x7F "
b"ûúü\f ™C`•Â\x10 é…æ–_ "
b"ÝÚ¨ýx=EQ¯‰wã\v ¡#© "
b"{\x17 ¾úùiLÀ‡'\x0E ¶Ûñê\x08 "
b"'|\x1C £¬\x12 H*·éþÍW0@¶ "
b"{[„\x13 ä¯D\x07 €Ô\x1A Aš—(b "
b"Î/\Â\x04 ”D0¢5#òFQê— "
b"øDŒUF–C´‚—NëV×9| "
b"¿H~¬Ñ±J,É"«XÝ▒S2 "
b"/Çöºö>O†YÂY\t Š\x1C š "
b"¤àé\x1E Ý╦NeÁê.Õ]»Wü "
b"\\x04 Bø¼±B;ü¨\v\x06 !\x17 ã "
b"ÛÖ`ô0HH^ª\x18 ñ[§\x0E -ª "
b"""
°ýc*\x0E c@C™3\x06 [‹\r\n
R
"""
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"¾ÒÐü\v\x01 D\x10 ¥ï]fF\t ü\r "
b"s‘†šž«GÍ¢\x04 Ò| `µ± "
b"\x1E ‡Õ^ ŽHD¢ƒÖ)lÝSæ "
b".PòrþI½¨’\t\x02 >™\x1A\x00 "
b"ã\x1D –d±\t O1Ÿy]³2‘!0 "
b"ã°ÍÌ8}Aâ¹Ó“ö{ßðy "
b"\3®Ë\x11\e E\x14 ¿Áê—,ï‰} "
b"BÐ\x07 ~2ðJå×þ┬QÉìñ³ "
b"QÊ«\x10 È\x7F Gÿ¢nO¦HÊ«í "
b"╩ûåQ2ÞCñâ┼Ü\x14 üO?Õ "
b"\v yn\f {ÄF®º7mýËËÒæ "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"÷\x02 ƒ¥~4Av·ÝÞ’x·ïÞ "
b"çÿr\x12 °€H\v ŸE-\x11\x12 ß|\x1E "
b"\x02 `ÎCØy@¦Øüùæ5▓KR "
b"│Ó┤│A¡K/Å·GæG\x1E 7Ê "
b"\x00 ╝üÈ\x1C └B│Ñå\x17 ┐┘¨\n I "
b"ëFü í\x02 L'–£¡ñ2U”„ "
b"(G\x11 .Ó™Iü«÷jìO›\x03 O "
b"‚«ã0€½Mþ€—ߛܕ\x08 # "
b" ™‚_ë}C¹¥\x03 Ÿv:\e\x1F\x10 "
b"\x0E 4^C÷ðG¶Ž´\x19 ^Æ“b\x0F "
b"¥p™Ý IF4‹WØü\x05\x13 ªf "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"r—ª[N\x0F Hg…©É¡+ì~\x01 "
b"ÈpIT8öC\x1A ¡Ûp5ö,ï "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"àk¹vY║Dì«Ü]ó7╣─\x08 "
b"Mgô▒²ÐAÂÂ\x03 ¼KpØ®È "
b"—ësؾPH¿¼\x05 $\x0E è/´› "
b"Ö³\t\x03 kpB░▓┴®6\x02 ØH "
b"±\x08 ráÅıB\x03 äo+uÐ‗Ì\x05 "
b"\v ‹µþQzF€¢¼\x00 ª]r¢± "
b"•Óq@t\x08 L;¦‚îùM|‹… "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"Þ12¹ıÆKÂØ(\x18 ^8¾\x19 "
b"xh¦ÿ\x13 ²Mc†\x0E àÄÛ)\x04 o "
b"Û┼!Ú `@Óü®\x03 !\Ün= "
b"êýè<¹éIxâÅbï\v Tàï "
b"î\v ð;ôFD°„J\x04\x19 Ý\x10 öº "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"""
¤ðÉÕ\x17 xA$Ü¡\n
åè*¥~
"""
b"„T?\x01 .§E,‘\x15 Zª@ò`Y "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"í£%µ¹@C─ø\x14 TüDö└┌ "
b"\x10 ÷¢¸©sA_‰Í‘Ü)zâÖ "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"\x0E pî\x1A\f mE,╗¶.}Å╣░\x08 "
b"\x01 X\x07 4¡AI9ª\êáTT>Ç "
b"É█¢©\t sN-ô▀x\x12 ═┤õê "
b"""
JŠ\e X+\n
O¡©JñèŒQX
"""
b"ÉM’åÛ\x15 OC§Ÿüßln—þ "
b"’²€]ï§By§ã¹j9m³½ "
b"Ê╔]ý×\x03 DؽƒÌý│yn¾ "
b"«\x1F ┤bɲCÛì{<KsÓr█ "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"WÏsY■\x10 M¶Åµ;´ur°Ù "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"óÞ+\r ŸðK+°\x15 LAKD\3 "
b"íÛ‡\x18 u¯Kz‰Pêµ»˜H\e "
b"p¨*ñ³#MÙ▒Í\x04 Ã\x14 2LÉ "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"█╩\x05 ¿*`JHÅðMõ█lPƒ "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"ÁO‰Ï¡µGÕˆÎ1t9!cç "
b"ÇP═▀zÊM÷Å░\x1D @á,Ñ] "
b"uÕ\x11 ä└ÅE\x1E ÄÿKÔ³1±\x18 "
b"Ø}▓╗\x17\x16 J*¢a?6<Åw\x02 "
b"ÞÁB¤õE»ü\v ÁîÅMí» "
b"\v\e ™\%ÀKn²l\x1C Šñ)Ýö "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"³;?\x00 \r O.“¹¨Âû„\x15 ª "
b"║\x7F öÖÓ{Ma┤\x03 Å>{¿úx "
b"E?╦ÐO\x05 J¥«½ìÛB,x\x16 "
b"{ߊÞ81I\x7F ¦N[(1•\x01 œ "
b"FÐßÌE\x1A Gï”K\x1F <¹à¾€ "
b"¼Ž¨©–þNk“×,€/F, "
b"cq?}\x0F ┬IÛáÔź|mØ) "
b"U:Ïê( Ié░zíÅM¡░% "
b"Á'0ÈcŸK‰™Ã诓ô!} "
b"ħOÈ▀K{▓önýh\x15 Ø┐ "
b"‰&ü«ÌqC6¸›ŸT\x1F ²/= "
b"""
<\f ¢,'sJ?ü]µ<\n
\x16 ®ì
"""
b"åü$\x1A )ZN▀ÆRl┌\f é║ "
b"rA5áÐ(I †Î“+]‡‚v "
b"&—ŽË‹+O§¾\x06 cijJ9· "
b"ù‰ÞÎØKO(“&ÅTŸc²6 "
b"ÝN¢´`¡I¹ˆˆ©øÊçï¸ "
b"5N%î~ýOÔhõ_\x02 óO\x10 "
b"oׯ†yƒL\Ž)\x06 <TÒ˜/ "
b"Æw©jo&O+ìÿ7=░¸¢\x02 "
b"/d†,¬,FÕ©pÑ¢\e W5˜ "
b"иÿã}\x02 MrŠÅ”šqÔ–£ "
b"_'<\x02 î\x1C Ce│TʸǿÅT "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"S¥“†A\e KN·}Ÿðì¼¾‘ "
b"\x02 {\x00 ÉJ┬EjºÌ\╠╦mJ╣ "
b"-\x02\x02\x03 Û¸H›‡\x04 “ŒM'\x01 ; "
b"""
-]nªÃmO~’CÌ\x1A \n
†½#
"""
b"€¯\x1C ÆòBJ^‰àÁKp9ð "
b"ü²;(—\x14 I§²0“;ìE/Ó "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"0Jím>ÅKÅ»™xeCÃsW "
b"Éß\x04 g,„Eâ¹èûé#\x19 úa "
b"Û›ÑA<ïO\x12 µ$¼_™ä¼E "
b"ÐL”F¾FLŸ›~Õ«ìf]{ "
b"\x1E Q‚Á„\x0E Dö£CI–\x17 nï5 "
b"f\x01 7{èùK\x01 Â¥═ü\v Í"T "
b"I\x15 Gæû╣E2│\x10 [ìS¶kX "
b"Üù\x06 ‰„Eѧû»mxþç/ "
b"ÑR×ë┌╗D~üO±Æ┌çRþ "
b"Û# è<ŠBy—йµ\v k8 "
b"f<kÅ╝¡B}¬d@╔¬L ü "
b"„Ì‹xìŽNõœ6?߀R\x08 C "
b"\x18 ¿\t áÂNOت+Ó\x0E\x15 »═Ó "
b"\x17 9§ÄS\v NÅëÍ‗²3°I\x12 "
b"Âß›ÅÀuEñ‡S^cÏÅBæ "
b"¤\x0E îyGf@¼¾Jùq,\x17 Zà "
b"[ì_\x18 gêH╔»·\r C\x00 ³RO "
b"=\x13\t\x05 EïG®Éüí\x1E |[øi "
b"Õ‗c\x0F HÇAüâZÓ\x07 eºm* "
b"È¢‡ltwHÕŠ…íÉC\x1E £: "
b"OîøíƒWN\x0E ÅeþN¸Ì¼U "
b"ËAY\x18 ÌAÁƒ£C\v §\x16 a¼ "
b"R·³\x1A ;ïA~·Zø¸[ì\x7F 3 "
b"\x07 ╣┘ú▀¹AÉá▄S\x1A X\¼\x14 "
b"\x04 €Ïl\x01 ´Kw‘›ü\Œ\x10 ° "
b"""
°VÅ~\n
âBØÁ>!îÂXâ³
"""
b"áw¢z9Nñ‘Ò[tñ†”$ "
b"c\x1C Q¬\x15 qIe‹Ê%šuœ…< "
b"\x0F p¹ôþžLPž±´ùx—ò\e "
b",Ô³\x17 ╔_IèáOügM┬i╝ "
b"Rj¿—ï"GŽŒ÷ÃLl.\x1D ã "
b"ƒ\x13 ïwÉ;N¥ˆ‘N`°¨& "
b"Ü9\x16 |elDj”«\x06 ;?ŠM— "
b"hªInÎh@p»–§àtï)\x1A "
b"\{\f &\t ìJ ²¯\x03 ~\x1A ·ˆp "
b"""
㦼k HG=•\n
\x11 ¯Õ|\r \x11
"""
b"x[OÅð▒M^ô¦vhÊ¢ § "
b"C\x0F ‹Hé\x0E LO¿\x1E ³\f •gà9 "
b"\x07\e éÍ\x17 |Né‘Ë(Þ\x12 nžÅ "
b"õ\x1F ÉWC<Ecä%À:ö "
b"EB¨œ\·@¤ Rí_¯ÒÙ\x13 "
b"~ª\x16 r{aM£ª$éýî\x0E Có "
b"ò.â\x15 êGIÖžob2ÛÖ¥O "
b"▄þ\x14 )¢/Fɺ{\x03 Ò~²¶u "
b"ß kЇÐF7¸“¦\x1C “ší5 "
b"ƒÅ…æì\x13 G\x16 ¡¶\x15 g<Þ\f Ï "
b"¸ÿ\r Ë)fFJ¸8ÝHÄÿØß "
b"›;\x15 ²ø\x08 DÑ»TZ\x13 W\x16\x16 b "
b"▄[c▀ÈAÁú¶ìt¯ÿP0 "
b"\x06 ¼…5z´KNš^Mòâ}!\x1F "
b"X╝│â▄}EB¢=Ãí\x1E $§Å "
b"¥Ã–ÜŽtG\x18 ””HUÄøí3 "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"•D`!¼ìL\e Ž/“û>2\x12 | "
b"\t\x02 j\x18 ÂUAŒŽr\x16 Æ·“\x08 , "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"§/UQS•A·œÍµ¸dZyñ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"tž\x03 ŸŒ\x10 Eu®\x7F ¹ÆDª<Ñ "
b"”i°*TžDA›žÝÛ1]PÆ "
b"¢®ÖÚQyH埗Å,¼µ\r „ "
b"üQ¦IÄ\r OMÆßD║L╠Õ "
b"Õp\x03 ┴èîE3É\x13 ╗\x15 ¯÷\x08 Ø "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"Dož&ÎJFf‹Õ×1¼7â\x7F "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b">Œá”÷OMœÄ_«¿Þn— "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"µmwK¼ŒKc°ŸA\x1D VæË\x02 "
b"!4"N‚Bä¯~5\x00 cs–Ó "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"åQ(&\x11 V@\x03 ¸è\x0F\x1E\v 1H¡ "
b"ý\x02 al8zL.µG„[ÿ«¶ "
b"\x7F ª\x0E 7^’A¡ŽÜIfÕ~Õá "
b"┤®Ò|ÌÜCìÉìç¶\x05 '\e "
b"¢=\x1A\x18 •¾D\x16 ”Ú9ëNü×" "
b"%£\x19 ã\x16 ?K丫ûÔhVN/ "
b"ZúqAôO<¦UyÞZ·\x01 t "
b"Ø1µ×?\x16 E4░ÿ°Á▒\x14 Òà "
b"¡U\x7F ¥³ÍE\x18 ŒpfZ\x0E ôÄ5 "
b"ú\x1C ‰MŒüB\x1A §®š ƒšõc "
b".W’ö©yJIƒ\x0E c2œ§ež "
b" \x13 Ø¥À\L\x17 žÕîgº)[\x05 "
b"'¤\x1D ôÚPD´Åe\x1C ¬┴Ð┐½ "
b"\x05 ›`jMRH™¼¨røÄ—\x15 "
b"–/¤j*‹JX§†ü E \x1A Œ "
b"ùõ‰n\x1E\x19 Oýž_±Ö'^–| "
b",Y:╗\x02 ▒H│ÄC╦\x00 âëì\f "
b"ìH4GV¶Mȉ\ óœÉ¯Ñ "
b"\x11 H@™NãL\x14 ´\x15 䟻5ƒÑ "
b"ë_7èç^Fg©¬4Ÿ "J0 "
b"\x0E }▄CõrG│ìü&¶bT\x0F ¯ "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"\x0F +Å\t ”?B_ˆ`#‰§ìëe "
b"*C\x02\x12 p$FpöwN.õ┐\x15 É "
b"\\x7F ¤æNqA\x05 ¦ã‰†åªJV "
b"yG>fû~Gå”FëæŸÎpõ "
b",.;9c9B'┤k%{ìb"ñ "
b" ZóÊÃãLßèü|òÌMz: "
b"""
\x7F Ô«o+\x16 JŒ–#³‰ö\n
#N
"""
b"ïàn4µ’K¦ª\ë6þ\x07 ßñ "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"ŽJ{ƒç¬I* Ü\v öM“ƒ… "
b"Ë╗ÀÜ¢èH.Ç▓TÉ╔©░Ý "
b"\e ¼7ôbéBÓ™nÇ?eÆ_; "
b"\f %P†ÜÓB¡½prôxŒúî "
b"í´Ð\x17 ;ÍBëü└Öð▀\x17 █¯ "
b"kã\x7F òKÎM\x12 ¿ç\x00 BøÒ#R "
b"Rî)ø\x10 oBœ‡o†t¬‰Wç "
b"£®\x19 !8ÐLʸ‘\x18 hƒ\x03\x01 # "
b"^¿‚uˆïD5®Ò6qÖws² "
b"rþ|Q%AG’±Å/Sù\x06 ™È "
b"' ▄\x05 ├ØJ`º"@░îæKd "
b"Ï┤\x18 g\f\x08 Gé╝╦Ë┴cæÉ\x0E "
b"óÔ▒ð\x01 CEöìT─°ô.M\x07 "
b"‰¼´˜ãLHwš2@‚\x1D nHö "
b"5ù±\x13\x18 PL×” !\x08 #—[r "
b"""
¼<\x0E\x1D „ËOèž\n
AP¦[¯w
"""
b"P±\x05 ±ä«H*†\v Fö³Š\ "
b"lÐ9nÑéFËÜìõÉ┬ø\x13 $ "
b"‘ƒbÇ[#I>¡Z B´2w¦ "
b"Í8´›U‚C\x07 ºd>†öŒ1] "
b"┴┬ÊÅ00Oå┤▒0\x7F Ã&ÝG "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"ïõ*É▒╬Iµ®7Î~3N¥ "
b""n\x15 ├×ÊH\x1A ì7@\x1E\x19\x13\x1D x "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"Ù+€*ǧLlŽ\x01 o œ\x14\x14 P "
b"\x1E\x13 üi€\x18 A|·7Î\x06\x18 m… "
b"ç\x06 \£¹<GÛ‹A0?ÛŒ\e — "
b"ð■(i¼JJªó\x02 Î ±Ò«É "
b"í6²D3„@»žJ½iâ/nK "
b")\x17 ¡ç┼cI+ëT\x05 Å>\x02 Å5 "
b"A™y°ÀàE‡¯6öŸï\x19 Ð? "
b"""
u+Áó\n
\x13 @”‰\x1D I“spZœ
"""
b"Èì.L\x06 .@!½|qfD(sñ "
b"iÕ\r _;ûOZšŸÎHF\f ݸ "
b"ÝtxùÜaFÕ¸ki‡±È§\x18 "
b"l¦½E]ÑO ì▄yJ3=X\x0E "
b"Îø\x15 ¼\x16\x13 BXózüDƒ¯~╔ "
b"´4ß\x14 ptJ\f ®>VA)X\x00 Þ "
b"j»ïÏRCD\x05 µ½Ã0\x13 ú0æ "
b"}\f iy.àJ.ùo^x\x07 øÅM "
b"Ó[ÌfÆ█J?îeLüp_aø "
b"Éù!\x0E ¿ùG¸┤│┴└íöù▀ "
b"áua½F‰It¡ À€=p1\n "
b" ÔtlËPO#·šÉsý g@ "
b"ßüþ┘«░Lí¿>æ┘t29u "
b"Ëßÿ\x19 ‰ZIã¯n\x19 –‚Q\x12 ’ "
b"ñ\x14 (_A“LĘr;\t ®VyÈ "
b"Ê\x14 ÅYA\x0F I\x7F Š:¼\x02\x07 Õïç "
b"üíx·░╦I|®\x12 ╗Y:9vO "
b"ü\f Àe\x00 EDž¢Lwó'îªm "
b"¢KcöZ]I¡‡í\t\x16\x07 6[\x04 "
b"$ÒÂÊ7ÇN6¾©TYkmúo "
b"\šª…V†M»®¨õº¯Ú\x02 V "
b"ìùç├âGE¿º5%ÌÜÜä "
b"jˆÞ¦\x0F A‹ šìHý\x04 b~ "
b"┐\┬\x14 A\t A$É═ás═?║Ê "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"Ôtc\f ãÂF\r ™z•S©Âü• "
b"▄ò,▀2ÊL\x10 Øê╣Üä1èã "
b"}¸\x06 òppDUÉWÛ6íÓ\x18 Ñ "
b"lmÖšô\f Gê‚€á\x14 r®\x14\x18 "
b"\x06 Â*c║=A╬ü╝Ê\x12 ¶3â\x1C "
b"VÒ¿ô£\t M\x00 Ÿ»\x7F ¯\x15 }¾ï "
b"H`õôU I®€òï\x12 œ®Á¼ "
b"ÏjðE\v ▒H¢ìg>╩êÇæn "
b"█m´┐9hLõÆì╝Ü8×├õ "
b"d;zá\f 4LZ±#U‹VãG« "
b"öDäìÒIO2¾•R\x03\x05 AÉc "
b"ïî\x1F ç╩¦F!Ø└}lË1▒Ô "
b"´yíLeíBѨ^\x1E ›&\x11 Î\x07 "
b"\x0E š?¿÷\x04 OD½Í\x0F €Dah8 "
b"\#\x00 ╬ÉON[âóı├@0úo "
b"Uê¹¼\x14 ZK\x1E ¾â‡’zøH£ "
b"O:üõ¹A\x06 …2²·V¡\x1A E "
b"""
Š \n
4qlC§ˆF)AÜ×Ã\v
"""
b"Á'«µ\r 'BŸ¢ÅhØAɦ9 "
b"\x1A ‚›Ù‰)BZ”3 ™\x1A\x15 'ö "
b"׌¿«ÆiL\x04 •\x11 5¶˜ÚOy "
b"zìš-càH/¨x\x04 ‚=–\x13 Ý "
b"8kS\x1A e!E›·=ö%ï"ûk "
b"Š\x1E ò\x14 f¯Nã©=$à÷Îb‡ "
b"▒q│£vVM\t ÉÃðÚê2&═ "
b"XK2\x11\x02 #Buƒ¦\x1D ç╗╠ü2 "
b"├qÉ×<1@uéJ(Tê\x7F ¸5 "
b"–‹Ô½í:E·®‘+Ÿœ[éy "
b"}ŠOÉûîHÌ¢*Ð\x1C S;°\x19 "
b"<ì×╔█6Líæ)çb\x1E %\x14 "
b"”—Ñ.žZE\x01 ½ð$%R¶Ù{ "
b"\x00 E\x15 A§¥J\x03 ‚/Ge|•[Á "
b"ÄpGNŠˆC§¤>\e ÿíTïþ "
b"ëð║Íñ└E*ÅÇS#©C¯« "
b"ú\e r\x1D ÁuFs°\x00 †ˆ\x00\x10 –Ô "
b"™\v r‡\x19 UNäµY8ša‡µù "
b"XdgœrRJE™óS\x01 ‡ù%H "
b"ÌŠF²ŸWBYª\x12\f `§-Dp "
b"ÜÀµSÛ‹@¢®Auʬüx‹ "
b"Ý\x14 cZ,íJ˜»&|xv0;¿ "
b"╗äªcÚòKTáÔ8áÅ═º\x16 "
b"\x14 ³\x19\x7F !×Fï¬ãoRí<æû "
b"▒´üGé┴KÀÑV\f ▀\f ûÞû "
b"map*‹B@L½9Û\x1F S];Ï "
b"«„_áý€Gøé,È¾ŽŒ\x03 "
b"Äx\x1E ޼XBPƒ³„î’Í\x1D œ "
b"¸ñ‡ºyaA´°ð•w¬\x1F Ž¥ "
b"ÿ?üê┴@▒£Éø¤█\r 1\x12 "
b"""
È#¬Â\ÇCÖ·©\n
y¼öY\x19
"""
b"<Ö*[\x12 <E˜¹)«\x02\x0F fÖY "
b" ´\x02\x03 ðoKbª©,\x02 IOÈ£ "
b"\x07 â¹#¯ÛK ╝ìÑ\x1D wúw+ "
b"{HÍ×,JG»†Òè{O™€. "
b"╝\v ïÙmüJáÑÛøÁCÇy¢ "
b"'÷ä[\x02 >BëØÞ!ë\x1D ÿ¼¼ "
b"ææò‘8ÅJU ^2=ùnÖØ "
b"Ý#\t V¢aO\x01 ìTÔX\x11 Qaõ "
b"×Ê\x00 ÁÞÅM^©,7\e Æych "
b"ÂÜ|¡-µDÙ‚ß{¿›(ä\x07 "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"Û\r }™d)OÀ¨Mšp˜P=q "
b"ùs¦îEpFë‹\x1E\x19 ǰ<î“ "
b"¾Oж½3H©Ÿªò\x18 a:v "
b"OF.@\x1E .LõÅD¢ç*╣Á¶ "
b"äÀØkþ'H\x01 ž±¤\x11 ‡9w\x06 "
b"~–+-ûkIè¿8Ý\x12 6rž "
b"cð%>L\x04 HýïɃýX\x17 └╝ "
b"p╔L;{\x1D F§Á5\x19 Ø░à½ä "
b"ç\x05\x18 yÞ)Dݺèq\x17 ì5ZÏ "
b"y$\r Š¿ŽAš¹ÍfCS\x18 /€ "
b"0éÁÎüqHÈ·+vïò\x02 r\x17 "
b"Óq\x06 ž{ O<¡*c±q Ðn "
b"S╠ıb\x05 UKSÉí├2ª\x06 jL "
b"ÇMc·n¼J\¿ÏõG»ØS\e "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"S\x14 ¯FmHå¸n·xÆû\e M "
b"\x04\x1C ŽÖ\x15 6AÊ«ïi.·YžB "
b"\x1C\v 1lzoL3†ŸÈÌzj*, "
b"y§\x19 F\x00 (C4¯ª ÙûÞ\f G "
b"└+\$æ\x06 AWáüG#E^\e o "
b"\x01 š\x08 ©e-CÞ¤+ÛGú\x15\x1E º "
b"æè·Ú\x02 jE.³#@šÐk™V "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"ÙòEŠ|\x04 KY¾ñÙ\x1F ·Âø\x14 "
b"ïı\x18 C°┌L▓Åi£ütW\x10 ▀ "
b"£Èm«»8E°¹\x1A ^E8Ï\f Ë "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"+NË85ıJ!Ø$,ýq+¶- "
b"WÉ\x19 yõXMº¶AÅôÙ·~z "
b"é\x1C Ü\x0F ?½O)¢-RÛÌG“\x15 "
b"\x1A APƒxcBü‘8\x03 ò3È-Ž "
b"ü7\x02 ºÏCCu▒K\x14 âæ[N1 "
b"Ëì/yIéA»\x04\x04 /╔YÐ┴ "
b"™£N0lƒFj—ºá\x00\e º^\e "
b"pî@TÊkHX¬q¨m¾ñ¦K "
b"S1J‰‰PO@³\x02\x04 ?\x16 šã* "
b"3 ‹m$ïEä±\x05 û,r¿\x14 ? "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"C\x13 8,úÑAyü~f\x15 µ%\r é "
b"Ñ:BP\x1D 0B‹“m\e ö\x14 \û. "
b"î³NøNÑ@ƒ¶8é^GMïW "
b"ùY´\x0F ÆjKÎØ&jà\x04\x11 ▄| "
b"¾Jÿû ŒA\f ˆÕjˆÅû¡ý "
b"ÔâP$'H\f Ÿ¤\f ;\x07 ý#à "
b"°Ù5s´ÀN\x08 ²˜Çj'-\x1E m "
b"÷î¯üöÃN,ÂÎòÿÅï│ó "
b"""
ùvÒ\x18 ÔÑC°¡i#“¯\n
‰°
"""
b"""
\n
ÅÕ\x0E Å╝Løà§ae\x04 !\x12 Æ
"""
b"±Ubòµ\x07 Nÿ“)JZ•Uc” "
b"~ù\x18 Åj\v O+ÄO¶sá╣\r D "
b"\x00 [¾äŽéKZƒË½ïÿü㢠"
b"íðd€\x19 +IN¾À¢íFö\x07\x0F "
b"o\x05 ¯˜_¾G—¨óÙ`-ö¥\t "
b"SL\x00 òmIKØ«,/ƒ/Íó® "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"&ızÉY±EÐ┐<"¾²@±% "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"^iï©Ø'MUù\x18 XÊ:8û[ "
b"t|`wŸMM¥¹Mš\x14 ‘\x00 ˜€ "
b"-]Å"|¡EÄàJ=ß═â+\x06 "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"öTD\r oDL÷€T°ÀñL›³ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"\x05 í\x0F ½3ïD„¥ãÔ\x11\x01 ìHÉ "
b"í/c÷È¢KÓØ╣C‗╗\x7F =■ "
b"F3(ØÀ─B\x0F À┴I└\x03 ┌\f å "
b"ªÃ»k\x01\x05 F\x1A «•\x15 (u\°r "
b"oíi(LÃOµ—\x12 Ë_\x0E ´\x1E ú "
b"ÂâKø²JOÅèßu[ø\x11 ã▒ "
b"""
\x0F ö’¯U&L\n
ˆè¯éÉLq+
"""
b"žÇ˜ê\x01 œEO•Y&zŽš‡æ "
b"÷)ê_ºI–…—òS–t\x1C l "
b"s㩓׌E¼¬V•v”ãÜa "
b"\x1A ð]‰‘–IဌVx‹*\x17 “ "
b"Ï52▀\x01 dJ¦è\x03 c4\x08 Z\x14 ü "
]
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 (0x386F0F9167194CBA994E91C51A2E83E8 , 0x2FD91958A065473987D8A41AFB32817B , 0x8F6207D2E88B45D7A67E292535E199D0 , 0x0C3397F4449847659B9C0BC11718D929 , 0x3410B846409243BA8F817BE282CB5A55 , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0x55DB626078624359BA213FB9B1349AF2 , 0xD77BB67537B841FFB93EA50A41ACB86C , 0xB0E53B9FB82A4310AB995285D3068DC2 , 0x0BAEF82CDE864F539D677A178CAE3A18 , 0x51E7E0C7AF764663930C8BD50D60ACF3 , 0xFC00EA90786F45E39050E9F6758D86C7 , 0x9B5A17DA666F4BEFB1A9D5F850C9F732 , 0x000D99CC795149D8B763F8B3D64009F4 , 0xEDCF6F58281D461BAD9CA3162CD43188 , 0xEA3B467C72984345ADF5231B04EAC57F , 0x2CC2D393B6BD47BFB57D72A52983F662 , 0xFB3272523B214311A516A175586348E8 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xD28670E95C3C44A5B2DF2A6EDB98DE79 , 0xE0A691E8D099481CBCE7E3E4217B1945 , 0x0217734EA93E4162ACFF209D83B739FB , 0x23049F8278A8404690B63B51DFBFBCDD , 0x9ADAAD5CF358464A8A4AEF0E3C3A1E5E , 0x974D443495224C08A4DA716259E786E1 , 0x6ECACBD0FB5E40EF948BE632905D8CA2 , 0xAA0633837D8044D2968E25CF48B70685 , 0x1629D9E9300A4DFD8E890AD6974A04C3 , 0xCA7F979CA3004C07A5F94D1CE10AD1AE , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0x70AF0D914DA54CFF835C54D3FA45CAD1 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x4CCD22298CC541A9B8A9D4019DF2353D , 0x28C1F2F7AA5D4D18B9299599ECD7358B , 0x72C8BA90CDF643CE9CBFB14D5E628CDE , 0xD5D625385776481FA8F546AD58115134 , 0xFA71C118F9AD4BD484F6B3A33163D138 , 0x5EDD100250754ADEBA488CA084933B05 , 0x8B12E2A54BEF442192B72B493483A129 , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0xF7275334A23A4B5B86033B6D17EBF19F , 0xFFF24C560E514B66A288458E2A582759 , 0xC86D74ABB9684CB8B075E46A7A136294 , 0x78322A36CE144BB9893E3C3EA317E4A1 , 0x8088280E489C4E06BD37F2CF97445FF5 , 0x01BCE0F9D4B246D8BFB8D9B3E3D049A3 , 0x14304D7AEB26475DA84DBDCB5ECDC3AF , 0x2B2EF07A3ECD45E5862E00588B04B1A1 , 0x966B802504584FAD8F7BF8633066BEFA , 0xB4F8AD5AABA14D52987DA89603D9ADFE , 0x547DD6C7C4804374A8EA09705D2D6D29 , 0xF474BEDEA62D4A53B963998157005FF3 , 0xDA4D9CB186EF404C82867EA73C211FC0 , 0x67E3B83C27E64B39B04DCA6E97E5331B , 0x67D23D2C4B4048FFA809CA202BD91702 , 0xA0A21F99EB984DC3A691E1A5DC06D31A , 0x094062D5A06B4F258C793771A85E6D0E , 0x3E57E79F44444235BE2EA642E71EA52A , 0x30517DBFB2B54D7395D6A70FF90E7E8D , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x92D7F2DDEA3A4703899D75F43CD17F05 , 0xC4DE8A193F394FF6B5244E01BBB713B8 , 0x80AA9C4E306A4D28AE2C7D100ABD4876 , 0x065A44B41DE947BAA0EFD571A330B477 , 0xD043CDE457544747B6A03517342281E3 , 0x2A7259A81318488CB462A02E31BA7CF9 , 0x3A286B0329354712AE13D055F653A276 , 0x635FF6D2473F4099A2FD3F14712F5AE9 , 0x63DB45B405B549A9B11396287B7EF93A , 0x52395E958C3F4E39BE185D0AC394A695 , 0x0F00667E976A4FA1933FD5DD1ABD3431 , 0x5022CACC179F40C18A488EF858BCFA32 , 0x8C0DD79811764638A8F8BDE028E4D8B1 , 0x079D5D1E6CC342F28D0E6EFE8227FBED , 0x642337C5810B473FB582354E56564B19 , 0xC628F59954254962BC11917AB328D2D9 , 0x26CFB58D138A4542AE52AFD1E3593A6F , 0x7308E511B9A94202A14A46F0291B79A9 , 0x1A71C4D06D054C5297550E8F4B1C7AE1 , 0x63CA355E45FC420EA6EFEC720DAC1F8C , 0x5E2F8F3307884790813356D86BFB6C7F , 0xFBFAFCAD0C99436095C210E985E6965F , 0xDDDAA8FD783D4551AF8977E30BA123A9 , 0x7B17BEFAF9694CC087270EB6DBF1EA08 , 0x277C1CA3AC12482AB7E9FECD573040B6 , 0x7B5B8413E4AF440780D41A419A972862 , 0xCE2F5CC204944430A23523F24651EA97 , 0xF8448C55469643B482974EEB56D7397C , 0xA8487EAAA5F14A2C9022AE58EDB15332 , 0x2FC7F6BAF63E4FC28659C259098A1C9A , 0xCF85821EEDCB4E65B5882EE55DAF5781 , 0x5C04429BACF1423B81F90B062117C6B6 , 0xDBD660F43048485EAA18F15BA70E2DAA , 0xB0FD632A0E6340439933065B8B0D0A52 , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0xBED2D0FC0B014410A5EF5D664609FC0D , 0x7391869A9EAB47CDA204D27C2060B5B1 , 0x1E87D55E208E4844A283D6296CDD53E6 , 0x2EAD50F272FE49BDA89209023E991A00 , 0xE31D9664B1094F319F795DB332912130 , 0xE3B0CDCC387D41E2B9D393F67BDFF079 , 0x5C33AECB111B4514BFC1EA972CEF897D , 0x42D1077E32D04A869EE7C251908DA4FC , 0x51CAAB10C87F47FFA26E4FA648CAABED , 0xCA96865132E843A483C59A14814F3FE5 , 0x0B796E0C7BC446AEBA376DFDCBCBD2E6 , 0xA16D92237AB9441AAB63138B567888AD , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0xF70283A57E344176B7DDDE9278B7EFDE , 0xE7FF7212B080480B9F452D1112DF7C1E , 0x0260D7439D7940DD9D81979135B24B52 , 0xB3E0B4B341AD4B2F8FFA4791471E37D2 , 0x00BC81D41CC042B3A58617BFD9F90A49 , 0xEB46FCA0ED024C2796A3A1F132559484 , 0x2847112ED39949FCABF76AEC4F9B034F , 0x82ABE33080BD4DFE8097DF9BDC950823 , 0xA099825FEB7D43B9A5039F763A1B1F10 , 0x0E345E43F7F047B68EB4195EC693620F , 0xA57099DDA04946348B57D8FC0513AA66 , 0x268FC412578B406F8945566B61785612 , 0x7297AA5B4E0F486785A9C9A12BEC7E01 , 0xC870495438F6431AA1DB7035F62CEFAD , 0xC6C244FECBB04C999BFF987241025147 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0x856BFB7659BA448DAE9A5DA237B9C408 , 0x4D6793B1FDD141B6B603AC4B709DA9D4 , 0x97EB73D8BE5048BFBC05240EE82FB49B , 0x99FC09036B7042F0B0B2C1A936029D48 , 0xF10872A08FD54203846F2B75D1F2DE05 , 0x0B8BB5FE517A4680A2BC00AA5D72A2B1 , 0x95D3714074084C3BA682EEF94D7C8B85 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0xE83132FBD5924BB69D28F0185E38F319 , 0x7868A6FF13B24D63860EE0C4DB29046F , 0xEAC521E9FF6040E081A903215C9A6E3D , 0x88EC8A3CFB824978838F628B0B54858B , 0xEE0BF03BF44644B0844A0419DD10F6BA , 0x9FA306C764344CF2A08BF02D94840004 , 0xCFD090E5177841249AAD0A868A2ABE7E , 0x84543F012EA7452C91155AAA40F26059 , 0x33607D10BBED4A2F96337948F9F0DC95 , 0xA19C25E6FB4043C49B1454814494C0DA , 0x10F7A2B8A973415F89CD91DC297AE2D6 , 0xADB42016585941A3982EFE96F98DC6E9 , 0x0E708C1A0C6D452CBBF42E7D8FB9B008 , 0x01580734A1414939AA5CEAE154543EC7 , 0x90DBBDB809734E2D93DF7812CDB4E488 , 0x4A8A1B582B0A4FA1A94AF1ADE88C5158 , 0xC94D92E5DB154F43A79FFCDF6C6E97FE , 0x92B2805DEFA74279A7E3B96A396DB3BD , 0xD2C95DEC9E03449DAB9FDEECB3796EF3 , 0xAE1FB46290FD43EA8D7B3C4B73E072DB , 0xBD964333BD904E599616C2DB42751180 , 0x57D87359FE104DF48FE63BEF7572F8EB , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0xF3DE2B0D9FF04B2BB0154C414B445C33 , 0xEDDB871875AF4B7A8950EAB5BB98481B , 0x70F92AA4FC234DEBB1D604C714324C90 , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0xDBCA05A82A604A488FD04DE4DB6C509F , 0x889C3F1529E94CDF946D121C03E33E63 , 0xC14F89CFA1B547D588CE3174392163E7 , 0x8050CDDF7AD24DF68FB01D40A02CA55D , 0x75E51184C08F451E8E984BE2FC31F118 , 0x9D7DB2BB17164A2ABD613F363C8F7702 , 0xE8B542B6CFE445AF810BB58C8F4DA1AF , 0x0B1B995C25C04B6EB26C1C8AF129DDF6 , 0xE12095AB0F044138985C335E2BE04ACE , 0xB33BAD3F000D4F2E93B9A8C2FB8415AA , 0xBA7F9499E07B4D61B4038F3E7BA8A378 , 0x453FCBD14F054ABEAEAB8DEA422C7816 , 0x7BDF8ADE3831497FA64E5B283195019C , 0x46D0DFCC451A47EF944B1F3CB9E0BE80 , 0xBC8EA8A996FE4E6B93D72C802F462CAD , 0x63713F7D0FC249EAA0E28FA77C6D9D29 , 0x553AD88828204982B07AA18F4DADB025 , 0xC12730C8639F4B8999C3E8AF93F4217D , 0x8EB6F54FD4DF4B7BB2946EEC68159DBF , 0x8926FCABCC714336B89B9F541FB22F3D , 0x3C0CBD2C27734A3F815DE63C0A16A98D , 0x8681241A295A4EDF92526CDA0C82F0BA , 0x724135E1D028492086CE932B5D878276 , 0x26978ECB8B2B4FA7BE0663696A4A39B7 , 0xF989DECED84B4F289326C5549F63B236 , 0xDD4EA2B460A149B98888A9F8CAE7EFB8 , 0x354E25EE7EFD4FC39468F55F02F34F10 , 0x6FD7C68679834C5C8E29063C54D2982F , 0x9277B86A6F264F2B8D98373DB0F7BD02 , 0x2F64862CAC2C46D5A970D1A21B573598 , 0xD0B8FFE37D024D728AC5949A71D496A3 , 0x5F273C028C1C4365B354D2F780A88F54 , 0x6D759189C4A14728927A26B23ACF20F9 , 0x53A59386411B4B4EB77D9FF0ECBCBE91 , 0x027B00904AC2456AA7DE5CCCCB6D4AB9 , 0x2D020203DBB8489B8704938C4D27013B , 0x2D5D6EAAC36D4F7E9243CC1A0A86BD23 , 0x80AF1CC6F2424A5E89E0C14B7039F0AD , 0xFCB23B28971449A7B230933BEC452FD3 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0x304AED6D3EC54BC5BB99786543C37357 , 0xC9DF04672C8445E2B9E8FBE92319FA61 , 0xDB9BD1413CEF4F12B524BC5F99E4BC45 , 0xD04C9446BE464C9F9B7ED5ABEC665D7B , 0x1E5182C1840E44F6A3434996176EEF35 , 0x6601377B8A974B01B6BECD810BD62254 , 0x4915479196B94532B3105B8D53F46B58 , 0xDCC3B906898445D1A7FBBB6D78FEE72F , 0xA5529E89DABB447E814FF192DA8752E7 , 0xDB2320E83C8A427997D0B9B50B6B38C2 , 0x663C6B8FBCAD427DAA6440C9AA4CFF81 , 0x84CC8B78EC8E4EF59C363FDF80520843 , 0x18A809A0B64E4F9DA62BE00E15AFCDE0 , 0x1739F58E530B4E8F89D6F2FD33F84912 , 0xC2DF9BC5C07545F187535E63CFC542E6 , 0xA40EEE79476640BCBE4AF9712C175AE0 , 0x5B8D5F18678848C9AFFA0D4300FC524F , 0x3D130905458B47A99081A11E7C5B9B69 , 0xE5F2630F48804181835AE00765A76D2A , 0xC8A2876C747748D58A85EDC9431EA33A , 0x4F8C9BA19F574E0E8F65E74EF7DEAC55 , 0xCB415918A0CC41C183A3430BA71661BC , 0x52B7B31A3BEF417EB75AF8B85BEC7F33 , 0x07B9D9A3DFFB4190A0DC531A585CAC14 , 0x0480CF6C01B44B77AD919BFC5C8C10B0 , 0xF8568F7E0A83429DB53E218CB65883FC , 0xE1AD77A27A394EF191D25B74F1869424 , 0x631C51AC157149658BCA259A759C853C , 0x0F70B9F4FE9E4C509EB1B4F97897F21B , 0x2CE2FC17C95F498AA04F81674DC269BC , 0x526ABF97EF22478E8CF7C34C6C2E1DE3 , 0x8313EF77C93B4EA588914E60B0A826C2 , 0xDC39167C656C446A94AB063B3F8A4D97 , 0x68AA496ECE684070BB96A7E074EF291A , 0x5C7B0C2609EC4AA0B2AF037E1AB78870 , 0xE3A6BC6BA048473D950A11AFD57C0D11 , 0x785B4F8FD0B14D5E93DD7668D2BDFFF5 , 0x430F8B48E90E4C4FBF1EB30C9567E039 , 0x071BE9CD177C4EE991CB28DE126E9EC5 , 0xE41F9057433C45638425B73A948CF7FB , 0x4542A89C5CB740A4A052ED5FAFD2D913 , 0x7EAA16727B614DA3AA24E9FDEE0E43F3 , 0xF22EE215EA4749D69E6F6232DBD6A54F , 0xDCE71429BD2F4690A77B03E37EFDF475 , 0xDF206BD087D04637B893A61C939AED35 , 0x83C585E6EC134716A1B615673CDE0CCF , 0xB8FF0DCB2966464AB838DD48C4FFD8DF , 0x9B3B15B2F80844D1BB545A1357161662 , 0xDC5BF063DFD441B5A3F48D74EE985030 , 0x06BC85357AB44B4E9A5E4DF2E27D211F , 0x58BCB383DC7D4542BD3DC7A11E24F58F , 0xA5C396DC8E74471894944855C4F8ED33 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0x95446021BCEC4C1B8E2F93FB3E32127C , 0x09026A18C255418C8E7216C6B793082C , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0xA72F5551539541B79CCDB5B8645A79F1 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0x749E039F8C104575AE7FB9C644AA3CD1 , 0x9469B02A549E44419B9EDDDB315D50C6 , 0xA2AED6DA517948E59F97C52CBCB50D84 , 0x8151DD498E0D4F4D92E144F0BA4CCCE5 , 0xE57003C18A8C45339013BB15EEF6089D , 0x5273F25E874942CB82DFADD5B054A179 , 0xA90319796686407B9795490FBC7029FE , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x446F9E26CE4A46668BD5D731BC37E27F , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x3E8CADE194F74F4D9CC45FABBFDE6E97 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xC702036A9BCF499BA4878FAB1225F73D , 0xB56D774BBC8C4B63B09F411D56E6CB02 , 0x213422AD4E8242E4AF7E3500637396D3 , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE551282611564003B8E80F1E0B3148A1 , 0xFD02616C387A4C2EB547845BFFABB6A0 , 0x7FAA0E375E9241A18EDC4966D57ED5E1 , 0xB4A9E37CDE9A43F08D908D87F405271B , 0xA23D1A1895BE441694DA39EB4EFCD722 , 0x25A319E3163F4BE4B8ABFBD468564E2F , 0x5AFA7141F4AD4F3CA65579DE5AB70174 , 0x9D31E69E3F164534B098F8B5B114E385 , 0xA1557FA5B3CD45188C70665A0EF4C435 , 0xFA1C894D8CFC421AA7AE9AA0839AF563 , 0x2E5792F6A9794A49830E63329CA7659E , 0xA013D8A5C05C4C179ED5EE67BA295B05 , 0x27CF1D93E95044EF8F651CAAC1D1BFAB , 0x059B606A4D524899ADBCA872F8C49715 , 0x962FA46A2A8B4A58A786FCA045201A8C , 0xF9F5896E1E194FFD9E5FB1D6275E967C , 0x2C593ABB02B148B38E43CB0083898D0C , 0xEC48344756B64DC8895CA0F39CC9AFD1 , 0x114840994EE34C14B415E49FBB3583D1 , 0xEB5F37E8E75E4667A9AC349FA0224A30 , 0x0E7DDC43E47247B38D8126F462540FEE , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x0F2BC509943F425F88602389A7ECEB65 , 0x2A4302127024467094774E2EE4BF1590 , 0x5C7FA4E64E714105A6E38986E5AA4A56 , 0x79473E66FB7E47E59446EBE69FCE70F5 , 0x2C2E3B3963394227B46B257B8D6222A4 , 0xFF5AA2D2C7C64CE18A817C95DE4D7A3A , 0x7FD4AB6F2B164A8C9623B389F60A234E , 0xEFE06E34B5924BA6AA5CEB36FE07DFF1 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0x8E4A7B83E7AC492AA0DC0BF64D938385 , 0xD3BBB79ABD8A482E80B25490C9B8B0ED , 0x1BBC37F462E942D3996EC73F65C65F3B , 0x0C255086DCD342A1BD7072F4788CFAEE , 0xA1EFD1173BD6428981C099D0DF17DBEE , 0x6BE37FF24BCE4D12BFE70042F8D22352 , 0x52EE29F8106F429C876F8674AC8957E7 , 0xA3AE192138D04CCAB891186883030123 , 0x5EBF827588EF4435AED23671D67773B2 , 0x72FE7C5125414792B1C52F53F90699C8 , 0x2720DC05C39D4A60A72240B08C914B64 , 0xD8B418670C084782BCCBD3C16391900E , 0xA2E2B1D0014345948D54C4F8932E4D07 , 0x89BCB498E34C48779A3240821D6E48F6 , 0x35F9B11318504CD79420210823975B72 , 0xBC3C0E1D84CB4FE89E0A4150A65BAF77 , 0x50B105B1E4AB482A860B46F6B38A5C20 , 0x6CD1396EA58246D39A8DE490C29B1324 , 0x918362C75B23493EA15AA042B43277A6 , 0xCD38B49B55824307BA643E86F68C315D , 0xC1C2D28F30304F86B4B1307FC726ED47 , 0xEC87571F6FA4427B9A981FFE261A279D , 0x8BE42A90B1CE49E6A937D77E33F04EBE , 0x226E15C39ED2481A8D37401E19131D78 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0xD92B802AC7A74C6C8E016FA09C141450 , 0x1E13FC698018417CB737CE06186D85AD , 0xE7065CA3B93C47DB8B41303FDB8C1B97 , 0xD0FE2869AC4A4AA6A202D7FFF1E3AE90 , 0xED36B244338440BB9E4ABD69E22F6E4B , 0x2917AD87C563492B8954058F3E028F35 , 0x419979B0C0E04587AF36F69FEF19D03F , 0x752BC1F30A134094891D499373705A9C , 0xC8EC2E4C062E4021BD7C7166442873F1 , 0x69D50D5F3BFB4F5A9A9FCE48460CDDB8 , 0xDD7478F9DC6146D5B86B6987B1C8A718 , 0x6CDDAB455DA54F208DDC794A333D580E , 0xD79B15AC16134258A27A81449FEE7EC9 , 0xB434DF1470744A0CAE3E5641295800DE , 0x6ABBEFCF52434405B5BDC33013FA30E6 , 0x7D0C69792E854A2E976F5E78079B8F4D , 0xE05BDE6692DB4A3F8C654C81705F619B , 0x9097210EA89747F7B4B3C1C0A19497DF , 0xE17561BD46894974A1A0C0803D70310A , 0xA0D4746CCB504F23B79AC973FDA06740 , 0xE181E7D9AEB04CA1A83E91D974323975 , 0xCBDFFF19895A49E3AF6E199682511292 , 0xF114285F41934CC498723B09AE5679C8 , 0xCA14C559410F497F8A3ABC0207D5EFE7 , 0x81A178FAB0CB497CA912BB593A39764F , 0xFC0CC0650045449EA24C77F327EEAA6D , 0xA24B63F65A5D49A187ED091607365B04 , 0x24D2C2CA37C74E36BEA954596B6DFA6F , 0x5C9AAA8556864DBBAEA8F5BAAFDA0256 , 0x8D9787C3834745A8A7F03525DE9A9A84 , 0x6A88DEC2A60F418BA09AEC48FD04627E , 0xBF5CC2144109412490CDA073CD3FBAD2 , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0xD474630CE3C2460D997A9553A9C2FC95 , 0xDC952CDF32D24C109D88B99A84318AC6 , 0x7DF70695707044559057EA36A1E018A5 , 0x6C6DD69AF40C47EA8280E11472AE1418 , 0x06B62A63BA3D41CE81BCD212F433831C , 0x56D2BFF4A3094D009FBB7FAF157DBEEF , 0x4860F5F455A049AE80F2EF129CAEC1BC , 0xD86AD0450BB148BD8D673ECA8880916E , 0xDB6DEFBF39684CE4928DBC9A389EC3E4 , 0x643B7AE10C344C5AB123558B56E347AB , 0xF644E4ECD2494F32BE9552030541C963 , 0x8B8C1F87CADD46219DC07D6CD331B1E2 , 0xB479ED4C65ED42D1A85E1E9B2611CE07 , 0x0E9A3FBFF7044F44BDCD0F8044616838 , 0x5C2300CE904F4E5B83A2D5C34030A36F , 0x55EAB9BC145A4B1EBEE287927AF848A3 , 0x4F3AFCF5C2B941068532B2B756A11A45 , 0x8A200A34716C43A788462941DCD7C30B , 0xC127ABB50D27429FA2C568D841C9A639 , 0x1A829BD98929425A9433A0991A1527F6 , 0xD78CBFABC6694C04951135B698DA4F79 , 0x7AEC9A2D63E0482FA87804823D9613DD , 0x386B531A6521459BB73DF625EF22FB6B , 0x8A1EF21466AF4EE3A93D24E0F7CE6287 , 0xB171B39C76564D0990C7D0E9883226CD , 0x584B3211022342759FDD1D87BBCC8132 , 0xC371909E3C314075824A2854887FF735 , 0x968BD4BDED3A45B7AE912B9F9C5BE979 , 0x7D8A4FC9FBEE48CCA22AD01C533BB019 , 0x3C8D9EC9DB364CA1912987621EF02514 , 0x9497D12E9E5A4501BDF0242552B6D97B , 0x00451541A7A54A03822F47657C955BC1 , 0xC470474E8A8843A7A43E1BFFED54EFFE , 0x89D0BAD6A4C0452A8F805323B843EEAE , 0xFA1B721DC1754673B0008688001096D4 , 0x990B728719554EE4B559389A6187B5F9 , 0x5864679C72524A4599F3530187F92548 , 0xCC8A46B29F574259AA120C60A72D4470 , 0xDCC0B553DB8B40A2AE4175CAACFC788B , 0xDD14635A2CED4A98BB267C7876303BBF , 0xBB84A663E9954B54A0E238A08FCDA716 , 0x14B3197F21D746EFACE36F52ED3CE6FB , 0xB1EF814782C14BB7A5560CDF0C96E896 , 0x6D61702A8B42404CBD39DB1F535D3BCF , 0xAB845FE1FD8047F8ADE92CC8BE8E8C03 , 0xC4781E8EBC58425083B384EE92CD1D9C , 0xB8F187BA796141B4B0F09577AC1F8EA5 , 0xF0983F8188C140B19C909BCFDB0D3112 , 0xC823ACC25CC743D6B7A90A79BCF65919 , 0x3CD62A5B123C4598B929AB020F66D659 , 0x20B40203F06F4B62AAA92C02494FC8A3 , 0x0783FB23EEEA4B20BC8DA51D77A3772B , 0x7B48CDD72C4A47BB86D2E87B4F99802E , 0xBC0B8BEB6D814AA0A5EA9BB5438079BD , 0x27F6845B023E42899DE821891D98ACAC , 0xE6E6F29138C54A55A05E323DF96ED6D8 , 0xED230956BD614F018D54E258115161E4 , 0x9ED200B5E88F4D5EB82C371B92796368 , 0xC2DC7CA12DB544D982DF7BBF9B28E407 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0xDB0D7D9964294FC0A84D9A7098503D71 , 0xF973A6EE457046EB8B1E19C7B03CEE93 , 0xBE4F8AB6BD3348A99FAAF21820613A76 , 0x4F462E401E2E4CE48F44BD872AB9B5F4 , 0xE4C0D86BFE2748019EB1A41187397706 , 0x7E962B2DFB6B49E8BF38DD123672AD9E , 0x63D0253E4C0448EC8B909FEC5817C0BC , 0x70C94C3B7B1D46F5B535199DB085AB84 , 0xE7051879DE2944DDBAE87117EC355ACF , 0x79240D8ABF8E419AB9CD664353182F80 , 0x30E9C1CEFC7148C8B72B76EFF2027217 , 0xD371069E7BA04F3CA12A63B17120D06E , 0x53CCD56205554B5390A1C332A6066A4C , 0xC74D63B76EBC4A5CBFCFF547BBD8531B , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0xAD5314AF466D48E5B86EB778C6FB1B4D , 0x041C8ED6153641CAABEF692EB7599E42 , 0x1C0B316C7A6F4C33869FC8CC7A6A2A2C , 0x79A7194600284334AFAA20D9FBDE0C47 , 0xC02B5C2491064157A0814723455E1B6F , 0x019A08A9652D43DEA42BDB47FA151EBA , 0xE6E8B7DA026A452EB323409AD06B9956 , 0xCA9C0B81264347A894630408AA3962C5 , 0xD9F2458A7C044B59BEF1D91FB7C2F814 , 0x8BD51843F8DA4CB28F699C81745710DF , 0xA3C86DABBB3845B0B91A5E4538CF0CCB , 0xE977F7820B97441ABCFE8FAB11EED316 , 0x2B4ED33835D54A219D242CEC712BF42D , 0x57C91979F5584DBAB641C5F4D9B77E7A , 0xE91CDC0F3FBD4F29A22D52DBCC479315 , 0x1A415083786342FC913803F233C82D8E , 0x813702A7D8434375B14B1483915B4E31 , 0xD38D2F79498241B6AF04042FC959D1C1 , 0x99A34E306C83466A97BAE1001BBA5E1B , 0x70EE4054CA6B4858AC71A86DBEF1A64B , 0x53314A8989504F40B302043F169AE32A , 0x33208B6D24EF45E4B105FB2C72BF143F , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x4313382CA3A54179817E6615E6250D82 , 0xD13A42501D30428B936D1BF6145CFB2E , 0xEEB34EF84ED14083B638E95E474DEF57 , 0x9759EF0F926A4BD79D266A850411DC7C , 0xBE4AFFFBA08C410C88D56A88C5FBA1FD , 0xD4E250AD2427480C9FA40C3B07FD23C3 , 0xB0D93573B4C04E08B298C76A272D1E6D , 0xF68CEE8194C74E2CB6D795988F8BB3A2 , 0xF976D218D4D143B0A1692393AF0A89B0 , 0x0A8FE50E8FBC4C9B85F5616504211292 , 0xB15562F2B5074EFF93294A5A95556394 , 0x7E97188F6A0B4F2B8E4FF473A0B90D44 , 0x005BBEE48EE94B5A83CBBDEFFFFCE3A2 , 0xEDF06480192B494EBEC0A2ED46F6070F , 0x6F05AF985FBE4797A8F3D9602DF6A509 , 0x534C00F26D494BD8AB2C2F832FCDF3AE , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0x26D57A9059F145D1BF3C22F3FD40F125 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x5E698BB89D274D55971858D23A38965B , 0x747C60779F4D4DA5B94D9A1491009880 , 0x2D5D8F227CAD458E854A3DE1CD832B06 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xF654440D6F444CF78054B0C0F14C9BB3 , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x05ED0FBD33EF4484A5E3D41101EC48C9 , 0xA12F63F6D4BD4BE09DB943F2BB7F3DFE , 0x4633289DB7C4420FB7C149C003DA0C86 , 0xAAC3BB6B0105461AAB951528755CB072 , 0x6FED69284CC34FB59712CB5F0EB41EFA , 0xB6834B9BFD4A4F8F8AE1755B9B11C6B1 , 0x0FF692AF55264C0A88E8AFE9C94C712B , 0x9EC798EA019C454F9559267A8E9A87E6 , 0xF729C3AA5FBA49968597F25396741C6C , 0x73E3A993D78C45BCAC56957694E3DC61 , 0x1AF05D89919649E1808C56788B2A1793 , 0xD83532DF01644ADD8A036334085A1481 )) GROUP BY `product` . `id` ;
Copy
83
24.09 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"8o\x0F ‘g\x19 Lº™N‘Å\x1A .ƒè "
b"/┘\x19 XáeG9çÏñ\x1A ¹2ü{ "
b"Åb\x07 ÊÞïEΪ~)%5ßÖð "
b"\f 3—ôD˜Ge›œ\v Á\x17\x18 Ù) "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"UÛb`xbCYº!?¹±4šò "
b"""
×{¶u7¸Aÿ¹>¥\n
A¬¸l
"""
b"░Õ;ƒ©*C\x10 ½ÖRàË\x06 ì┬ "
b"\v «°,ÌåOSØgz\x17 î«:\x18 "
b"QçàǯvFc“\f ‹Õ\r `¬ó "
b"³\x00 ÛÉxoEÒÉPÚ÷uìåà "
b"›Z\x17 ÚfoKï±©ÕøPÉ÷2 "
b"\x00 \r ™ÌyQIØ·cø³Ö@\t ô "
b"íÏoX(\x1D F\e œ£\x16 ,Ô1ˆ "
b"ê;F|r˜CEõ#\e\x04 êÅ\x7F "
b",ÂÓ“¶½G¿µ}r¥)ƒöb "
b"û2rR;!C\x11 ¥\x16 ¡uXcHè "
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"Ò†pé\<D¥²ß*nÛ˜Þy "
b"঑èЙH\x1C ¼çãä!{\x19 E "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"#\x04 ƒéx¿@FÉÂ;Q▀┐╝¦ "
b"šÚ\óXFJŠJï\x0E <:\x1E ^ "
b"—MD4•"L\x08 ¤ÚqbYç†á "
b"n╩╦ð¹^@´öïµ2É]îó "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"""
\x16 )Ùé0\n
Mýމ\n
Ö—J\x04 Ã
"""
b"Ê\x7F —œ£\x00 L\x07 ¥ùM\x1C á\n Ñ® "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"p¯\r ‘M¥Lÿƒ\TÓúEÊÑ "
b" !í;'QI§»Î¼ê>>Q "
b"L═")î┼A®©®È\x01 Ø‗5= "
b"(Áò÷ª]M\x18 ¹)•™ì×5‹ "
b"r╚║É═÷C╬£┐▒M^bîÌ "
b"ÕÖ%8WvH\x1F ¨õFX\x11 Q4 "
b"úqÁ\x18 ùKÔ„ö³£1cÑ8 "
b"^Ý\x10\x02 PuJÞºHŒ „“;\x05 "
b"‹\x12 â¥KïD!’·+I4ƒ¡) "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b"÷'S4¢:K[†\x03 ;m\x17 ëñŸ "
b"ÿòLV\x0E QKf¢ˆEŽ*X'Y "
b"Èmt«¹hL¸°uäjz\x13 b” "
b"x2*6Î\x14 K¹‰><>£\x17 ä¡ "
b"€ˆ(\x0E HœN\x06 ½7òÏ—D_õ "
b"\x01 ¼àùÔ²FØ¿¸Ù³ãÐI£ "
b"\x14 0Mzë&G]¨M½Ë^Íï "
b"+.ðz>ÍEå†.\x00 X‹\x04 ±¡ "
b"ûkÇ%\x04 XO¡Å{°c0f¥· "
b"´øZ«¡MR˜}¨–\x03 Ùþ "
b"T}ÖÇÄ€Ct¨ê\t p]-m) "
b"¶t¥Ìª-JS╣cÖüW\x00 _¾ "
b"ÚMœ±†ï@L‚†~§<!\x1F À "
b"gã¸<'æK9°MÊn—å3\e "
b"gÒ=,K@Hÿ¨\t Ê +Ù\x17\x02 "
b" ¢\x1F ™ë˜Mæ‘á¥Ü\x06 Ó\x1A "
b"\t @bÕ kO%Œy7q¨^m\x0E "
b">WçŸDDB5¾.¦Bç\x1E ¥* "
b"0Q}┐▓ÁMsòͺ\x0F ¨\x0E ~ì "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"ÆÎ‗¦Û:G\x03 ëØu¶<Ð\x7F\x05 "
b"ÄÞŠ\x19 ?9Oöµ$N\x01 »·\x13 ¸ "
b"""
€ªœN0jM(®,}\x10 \n
½Hv
"""
b"\x06 ZD´\x1D éGº ïÕq£0´w "
b"ðC═õWTGGÂá5\x17 4"üÒ "
b"*rY¨\x13\x18 HŒ´b .1º|ù "
b":(k\x03 )5G\x12 ®\x13 ÐUöS¢v "
b"c_öÒG?@™¢ý?\x14 q/Zé "
b"cÛE´\x05 µI©±\x13 –({~ù: "
b"""
R9^•Œ?N9¾\x18 ]\n
Ô¦•
"""
b"\x0F\x00 f~—jO¡“?ÕÝ\x1A ½41 "
b"P"ÊÌ\x17 Ÿ@ÁŠHŽøX¼ú2 "
b"Œ\r ט\x11 vF8¨ø½à(䨱 "
b"\x07 Ø]\x1E l├B‗ì\x0E n■é'¹Ý "
b"d#7┼ü\v G?Áé5NVVK\x19 "
b"Æ(õ™T%Ib¼\x11 ‘z³(ÒÙ "
b"&¤Áì\x13 èEB«R»ÐÒY:o "
b"s\x08 å\x11 ¹©B\x02 ¡JFð)\e y© "
b"\x1A q─ðm\x05 LRùU\x0E ÅK\x1C zß "
b"cÊ5^EüB\x0E ¦ïìr\r ¬\x1F Œ "
b"^/Å3\x07 êGÉü3VÏk¹l\x7F "
b"ûúü\f ™C`•Â\x10 é…æ–_ "
b"ÝÚ¨ýx=EQ¯‰wã\v ¡#© "
b"{\x17 ¾úùiLÀ‡'\x0E ¶Ûñê\x08 "
b"'|\x1C £¬\x12 H*·éþÍW0@¶ "
b"{[„\x13 ä¯D\x07 €Ô\x1A Aš—(b "
b"Î/\Â\x04 ”D0¢5#òFQê— "
b"øDŒUF–C´‚—NëV×9| "
b"¿H~¬Ñ±J,É"«XÝ▒S2 "
b"/Çöºö>O†YÂY\t Š\x1C š "
b"¤àé\x1E Ý╦NeÁê.Õ]»Wü "
b"\\x04 Bø¼±B;ü¨\v\x06 !\x17 ã "
b"ÛÖ`ô0HH^ª\x18 ñ[§\x0E -ª "
b"""
°ýc*\x0E c@C™3\x06 [‹\r\n
R
"""
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"¾ÒÐü\v\x01 D\x10 ¥ï]fF\t ü\r "
b"s‘†šž«GÍ¢\x04 Ò| `µ± "
b"\x1E ‡Õ^ ŽHD¢ƒÖ)lÝSæ "
b".PòrþI½¨’\t\x02 >™\x1A\x00 "
b"ã\x1D –d±\t O1Ÿy]³2‘!0 "
b"ã°ÍÌ8}Aâ¹Ó“ö{ßðy "
b"\3®Ë\x11\e E\x14 ¿Áê—,ï‰} "
b"BÐ\x07 ~2ðJå×þ┬QÉìñ³ "
b"QÊ«\x10 È\x7F Gÿ¢nO¦HÊ«í "
b"╩ûåQ2ÞCñâ┼Ü\x14 üO?Õ "
b"\v yn\f {ÄF®º7mýËËÒæ "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"÷\x02 ƒ¥~4Av·ÝÞ’x·ïÞ "
b"çÿr\x12 °€H\v ŸE-\x11\x12 ß|\x1E "
b"\x02 `ÎCØy@¦Øüùæ5▓KR "
b"│Ó┤│A¡K/Å·GæG\x1E 7Ê "
b"\x00 ╝üÈ\x1C └B│Ñå\x17 ┐┘¨\n I "
b"ëFü í\x02 L'–£¡ñ2U”„ "
b"(G\x11 .Ó™Iü«÷jìO›\x03 O "
b"‚«ã0€½Mþ€—ߛܕ\x08 # "
b" ™‚_ë}C¹¥\x03 Ÿv:\e\x1F\x10 "
b"\x0E 4^C÷ðG¶Ž´\x19 ^Æ“b\x0F "
b"¥p™Ý IF4‹WØü\x05\x13 ªf "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"r—ª[N\x0F Hg…©É¡+ì~\x01 "
b"ÈpIT8öC\x1A ¡Ûp5ö,ï "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"àk¹vY║Dì«Ü]ó7╣─\x08 "
b"Mgô▒²ÐAÂÂ\x03 ¼KpØ®È "
b"—ësؾPH¿¼\x05 $\x0E è/´› "
b"Ö³\t\x03 kpB░▓┴®6\x02 ØH "
b"±\x08 ráÅıB\x03 äo+uÐ‗Ì\x05 "
b"\v ‹µþQzF€¢¼\x00 ª]r¢± "
b"•Óq@t\x08 L;¦‚îùM|‹… "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"Þ12¹ıÆKÂØ(\x18 ^8¾\x19 "
b"xh¦ÿ\x13 ²Mc†\x0E àÄÛ)\x04 o "
b"Û┼!Ú `@Óü®\x03 !\Ün= "
b"êýè<¹éIxâÅbï\v Tàï "
b"î\v ð;ôFD°„J\x04\x19 Ý\x10 öº "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"""
¤ðÉÕ\x17 xA$Ü¡\n
åè*¥~
"""
b"„T?\x01 .§E,‘\x15 Zª@ò`Y "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"í£%µ¹@C─ø\x14 TüDö└┌ "
b"\x10 ÷¢¸©sA_‰Í‘Ü)zâÖ "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"\x0E pî\x1A\f mE,╗¶.}Å╣░\x08 "
b"\x01 X\x07 4¡AI9ª\êáTT>Ç "
b"É█¢©\t sN-ô▀x\x12 ═┤õê "
b"""
JŠ\e X+\n
O¡©JñèŒQX
"""
b"ÉM’åÛ\x15 OC§Ÿüßln—þ "
b"’²€]ï§By§ã¹j9m³½ "
b"Ê╔]ý×\x03 DؽƒÌý│yn¾ "
b"«\x1F ┤bɲCÛì{<KsÓr█ "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"WÏsY■\x10 M¶Åµ;´ur°Ù "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"óÞ+\r ŸðK+°\x15 LAKD\3 "
b"íÛ‡\x18 u¯Kz‰Pêµ»˜H\e "
b"p¨*ñ³#MÙ▒Í\x04 Ã\x14 2LÉ "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"█╩\x05 ¿*`JHÅðMõ█lPƒ "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"ÁO‰Ï¡µGÕˆÎ1t9!cç "
b"ÇP═▀zÊM÷Å░\x1D @á,Ñ] "
b"uÕ\x11 ä└ÅE\x1E ÄÿKÔ³1±\x18 "
b"Ø}▓╗\x17\x16 J*¢a?6<Åw\x02 "
b"ÞÁB¤õE»ü\v ÁîÅMí» "
b"\v\e ™\%ÀKn²l\x1C Šñ)Ýö "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"³;?\x00 \r O.“¹¨Âû„\x15 ª "
b"║\x7F öÖÓ{Ma┤\x03 Å>{¿úx "
b"E?╦ÐO\x05 J¥«½ìÛB,x\x16 "
b"{ߊÞ81I\x7F ¦N[(1•\x01 œ "
b"FÐßÌE\x1A Gï”K\x1F <¹à¾€ "
b"¼Ž¨©–þNk“×,€/F, "
b"cq?}\x0F ┬IÛáÔź|mØ) "
b"U:Ïê( Ié░zíÅM¡░% "
b"Á'0ÈcŸK‰™Ã诓ô!} "
b"ħOÈ▀K{▓önýh\x15 Ø┐ "
b"‰&ü«ÌqC6¸›ŸT\x1F ²/= "
b"""
<\f ¢,'sJ?ü]µ<\n
\x16 ®ì
"""
b"åü$\x1A )ZN▀ÆRl┌\f é║ "
b"rA5áÐ(I †Î“+]‡‚v "
b"&—ŽË‹+O§¾\x06 cijJ9· "
b"ù‰ÞÎØKO(“&ÅTŸc²6 "
b"ÝN¢´`¡I¹ˆˆ©øÊçï¸ "
b"5N%î~ýOÔhõ_\x02 óO\x10 "
b"oׯ†yƒL\Ž)\x06 <TÒ˜/ "
b"Æw©jo&O+ìÿ7=░¸¢\x02 "
b"/d†,¬,FÕ©pÑ¢\e W5˜ "
b"иÿã}\x02 MrŠÅ”šqÔ–£ "
b"_'<\x02 î\x1C Ce│TʸǿÅT "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"S¥“†A\e KN·}Ÿðì¼¾‘ "
b"\x02 {\x00 ÉJ┬EjºÌ\╠╦mJ╣ "
b"-\x02\x02\x03 Û¸H›‡\x04 “ŒM'\x01 ; "
b"""
-]nªÃmO~’CÌ\x1A \n
†½#
"""
b"€¯\x1C ÆòBJ^‰àÁKp9ð "
b"ü²;(—\x14 I§²0“;ìE/Ó "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"0Jím>ÅKÅ»™xeCÃsW "
b"Éß\x04 g,„Eâ¹èûé#\x19 úa "
b"Û›ÑA<ïO\x12 µ$¼_™ä¼E "
b"ÐL”F¾FLŸ›~Õ«ìf]{ "
b"\x1E Q‚Á„\x0E Dö£CI–\x17 nï5 "
b"f\x01 7{èùK\x01 Â¥═ü\v Í"T "
b"I\x15 Gæû╣E2│\x10 [ìS¶kX "
b"Üù\x06 ‰„Eѧû»mxþç/ "
b"ÑR×ë┌╗D~üO±Æ┌çRþ "
b"Û# è<ŠBy—йµ\v k8 "
b"f<kÅ╝¡B}¬d@╔¬L ü "
b"„Ì‹xìŽNõœ6?߀R\x08 C "
b"\x18 ¿\t áÂNOت+Ó\x0E\x15 »═Ó "
b"\x17 9§ÄS\v NÅëÍ‗²3°I\x12 "
b"Âß›ÅÀuEñ‡S^cÏÅBæ "
b"¤\x0E îyGf@¼¾Jùq,\x17 Zà "
b"[ì_\x18 gêH╔»·\r C\x00 ³RO "
b"=\x13\t\x05 EïG®Éüí\x1E |[øi "
b"Õ‗c\x0F HÇAüâZÓ\x07 eºm* "
b"È¢‡ltwHÕŠ…íÉC\x1E £: "
b"OîøíƒWN\x0E ÅeþN¸Ì¼U "
b"ËAY\x18 ÌAÁƒ£C\v §\x16 a¼ "
b"R·³\x1A ;ïA~·Zø¸[ì\x7F 3 "
b"\x07 ╣┘ú▀¹AÉá▄S\x1A X\¼\x14 "
b"\x04 €Ïl\x01 ´Kw‘›ü\Œ\x10 ° "
b"""
°VÅ~\n
âBØÁ>!îÂXâ³
"""
b"áw¢z9Nñ‘Ò[tñ†”$ "
b"c\x1C Q¬\x15 qIe‹Ê%šuœ…< "
b"\x0F p¹ôþžLPž±´ùx—ò\e "
b",Ô³\x17 ╔_IèáOügM┬i╝ "
b"Rj¿—ï"GŽŒ÷ÃLl.\x1D ã "
b"ƒ\x13 ïwÉ;N¥ˆ‘N`°¨& "
b"Ü9\x16 |elDj”«\x06 ;?ŠM— "
b"hªInÎh@p»–§àtï)\x1A "
b"\{\f &\t ìJ ²¯\x03 ~\x1A ·ˆp "
b"""
㦼k HG=•\n
\x11 ¯Õ|\r \x11
"""
b"x[OÅð▒M^ô¦vhÊ¢ § "
b"C\x0F ‹Hé\x0E LO¿\x1E ³\f •gà9 "
b"\x07\e éÍ\x17 |Né‘Ë(Þ\x12 nžÅ "
b"õ\x1F ÉWC<Ecä%À:ö "
b"EB¨œ\·@¤ Rí_¯ÒÙ\x13 "
b"~ª\x16 r{aM£ª$éýî\x0E Có "
b"ò.â\x15 êGIÖžob2ÛÖ¥O "
b"▄þ\x14 )¢/Fɺ{\x03 Ò~²¶u "
b"ß kЇÐF7¸“¦\x1C “ší5 "
b"ƒÅ…æì\x13 G\x16 ¡¶\x15 g<Þ\f Ï "
b"¸ÿ\r Ë)fFJ¸8ÝHÄÿØß "
b"›;\x15 ²ø\x08 DÑ»TZ\x13 W\x16\x16 b "
b"▄[c▀ÈAÁú¶ìt¯ÿP0 "
b"\x06 ¼…5z´KNš^Mòâ}!\x1F "
b"X╝│â▄}EB¢=Ãí\x1E $§Å "
b"¥Ã–ÜŽtG\x18 ””HUÄøí3 "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"•D`!¼ìL\e Ž/“û>2\x12 | "
b"\t\x02 j\x18 ÂUAŒŽr\x16 Æ·“\x08 , "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"§/UQS•A·œÍµ¸dZyñ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"tž\x03 ŸŒ\x10 Eu®\x7F ¹ÆDª<Ñ "
b"”i°*TžDA›žÝÛ1]PÆ "
b"¢®ÖÚQyH埗Å,¼µ\r „ "
b"üQ¦IÄ\r OMÆßD║L╠Õ "
b"Õp\x03 ┴èîE3É\x13 ╗\x15 ¯÷\x08 Ø "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"Dož&ÎJFf‹Õ×1¼7â\x7F "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b">Œá”÷OMœÄ_«¿Þn— "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"µmwK¼ŒKc°ŸA\x1D VæË\x02 "
b"!4"N‚Bä¯~5\x00 cs–Ó "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"åQ(&\x11 V@\x03 ¸è\x0F\x1E\v 1H¡ "
b"ý\x02 al8zL.µG„[ÿ«¶ "
b"\x7F ª\x0E 7^’A¡ŽÜIfÕ~Õá "
b"┤®Ò|ÌÜCìÉìç¶\x05 '\e "
b"¢=\x1A\x18 •¾D\x16 ”Ú9ëNü×" "
b"%£\x19 ã\x16 ?K丫ûÔhVN/ "
b"ZúqAôO<¦UyÞZ·\x01 t "
b"Ø1µ×?\x16 E4░ÿ°Á▒\x14 Òà "
b"¡U\x7F ¥³ÍE\x18 ŒpfZ\x0E ôÄ5 "
b"ú\x1C ‰MŒüB\x1A §®š ƒšõc "
b".W’ö©yJIƒ\x0E c2œ§ež "
b" \x13 Ø¥À\L\x17 žÕîgº)[\x05 "
b"'¤\x1D ôÚPD´Åe\x1C ¬┴Ð┐½ "
b"\x05 ›`jMRH™¼¨røÄ—\x15 "
b"–/¤j*‹JX§†ü E \x1A Œ "
b"ùõ‰n\x1E\x19 Oýž_±Ö'^–| "
b",Y:╗\x02 ▒H│ÄC╦\x00 âëì\f "
b"ìH4GV¶Mȉ\ óœÉ¯Ñ "
b"\x11 H@™NãL\x14 ´\x15 䟻5ƒÑ "
b"ë_7èç^Fg©¬4Ÿ "J0 "
b"\x0E }▄CõrG│ìü&¶bT\x0F ¯ "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"\x0F +Å\t ”?B_ˆ`#‰§ìëe "
b"*C\x02\x12 p$FpöwN.õ┐\x15 É "
b"\\x7F ¤æNqA\x05 ¦ã‰†åªJV "
b"yG>fû~Gå”FëæŸÎpõ "
b",.;9c9B'┤k%{ìb"ñ "
b" ZóÊÃãLßèü|òÌMz: "
b"""
\x7F Ô«o+\x16 JŒ–#³‰ö\n
#N
"""
b"ïàn4µ’K¦ª\ë6þ\x07 ßñ "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"ŽJ{ƒç¬I* Ü\v öM“ƒ… "
b"Ë╗ÀÜ¢èH.Ç▓TÉ╔©░Ý "
b"\e ¼7ôbéBÓ™nÇ?eÆ_; "
b"\f %P†ÜÓB¡½prôxŒúî "
b"í´Ð\x17 ;ÍBëü└Öð▀\x17 █¯ "
b"kã\x7F òKÎM\x12 ¿ç\x00 BøÒ#R "
b"Rî)ø\x10 oBœ‡o†t¬‰Wç "
b"£®\x19 !8ÐLʸ‘\x18 hƒ\x03\x01 # "
b"^¿‚uˆïD5®Ò6qÖws² "
b"rþ|Q%AG’±Å/Sù\x06 ™È "
b"' ▄\x05 ├ØJ`º"@░îæKd "
b"Ï┤\x18 g\f\x08 Gé╝╦Ë┴cæÉ\x0E "
b"óÔ▒ð\x01 CEöìT─°ô.M\x07 "
b"‰¼´˜ãLHwš2@‚\x1D nHö "
b"5ù±\x13\x18 PL×” !\x08 #—[r "
b"""
¼<\x0E\x1D „ËOèž\n
AP¦[¯w
"""
b"P±\x05 ±ä«H*†\v Fö³Š\ "
b"lÐ9nÑéFËÜìõÉ┬ø\x13 $ "
b"‘ƒbÇ[#I>¡Z B´2w¦ "
b"Í8´›U‚C\x07 ºd>†öŒ1] "
b"┴┬ÊÅ00Oå┤▒0\x7F Ã&ÝG "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"ïõ*É▒╬Iµ®7Î~3N¥ "
b""n\x15 ├×ÊH\x1A ì7@\x1E\x19\x13\x1D x "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"Ù+€*ǧLlŽ\x01 o œ\x14\x14 P "
b"\x1E\x13 üi€\x18 A|·7Î\x06\x18 m… "
b"ç\x06 \£¹<GÛ‹A0?ÛŒ\e — "
b"ð■(i¼JJªó\x02 Î ±Ò«É "
b"í6²D3„@»žJ½iâ/nK "
b")\x17 ¡ç┼cI+ëT\x05 Å>\x02 Å5 "
b"A™y°ÀàE‡¯6öŸï\x19 Ð? "
b"""
u+Áó\n
\x13 @”‰\x1D I“spZœ
"""
b"Èì.L\x06 .@!½|qfD(sñ "
b"iÕ\r _;ûOZšŸÎHF\f ݸ "
b"ÝtxùÜaFÕ¸ki‡±È§\x18 "
b"l¦½E]ÑO ì▄yJ3=X\x0E "
b"Îø\x15 ¼\x16\x13 BXózüDƒ¯~╔ "
b"´4ß\x14 ptJ\f ®>VA)X\x00 Þ "
b"j»ïÏRCD\x05 µ½Ã0\x13 ú0æ "
b"}\f iy.àJ.ùo^x\x07 øÅM "
b"Ó[ÌfÆ█J?îeLüp_aø "
b"Éù!\x0E ¿ùG¸┤│┴└íöù▀ "
b"áua½F‰It¡ À€=p1\n "
b" ÔtlËPO#·šÉsý g@ "
b"ßüþ┘«░Lí¿>æ┘t29u "
b"Ëßÿ\x19 ‰ZIã¯n\x19 –‚Q\x12 ’ "
b"ñ\x14 (_A“LĘr;\t ®VyÈ "
b"Ê\x14 ÅYA\x0F I\x7F Š:¼\x02\x07 Õïç "
b"üíx·░╦I|®\x12 ╗Y:9vO "
b"ü\f Àe\x00 EDž¢Lwó'îªm "
b"¢KcöZ]I¡‡í\t\x16\x07 6[\x04 "
b"$ÒÂÊ7ÇN6¾©TYkmúo "
b"\šª…V†M»®¨õº¯Ú\x02 V "
b"ìùç├âGE¿º5%ÌÜÜä "
b"jˆÞ¦\x0F A‹ šìHý\x04 b~ "
b"┐\┬\x14 A\t A$É═ás═?║Ê "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"Ôtc\f ãÂF\r ™z•S©Âü• "
b"▄ò,▀2ÊL\x10 Øê╣Üä1èã "
b"}¸\x06 òppDUÉWÛ6íÓ\x18 Ñ "
b"lmÖšô\f Gê‚€á\x14 r®\x14\x18 "
b"\x06 Â*c║=A╬ü╝Ê\x12 ¶3â\x1C "
b"VÒ¿ô£\t M\x00 Ÿ»\x7F ¯\x15 }¾ï "
b"H`õôU I®€òï\x12 œ®Á¼ "
b"ÏjðE\v ▒H¢ìg>╩êÇæn "
b"█m´┐9hLõÆì╝Ü8×├õ "
b"d;zá\f 4LZ±#U‹VãG« "
b"öDäìÒIO2¾•R\x03\x05 AÉc "
b"ïî\x1F ç╩¦F!Ø└}lË1▒Ô "
b"´yíLeíBѨ^\x1E ›&\x11 Î\x07 "
b"\x0E š?¿÷\x04 OD½Í\x0F €Dah8 "
b"\#\x00 ╬ÉON[âóı├@0úo "
b"Uê¹¼\x14 ZK\x1E ¾â‡’zøH£ "
b"O:üõ¹A\x06 …2²·V¡\x1A E "
b"""
Š \n
4qlC§ˆF)AÜ×Ã\v
"""
b"Á'«µ\r 'BŸ¢ÅhØAɦ9 "
b"\x1A ‚›Ù‰)BZ”3 ™\x1A\x15 'ö "
b"׌¿«ÆiL\x04 •\x11 5¶˜ÚOy "
b"zìš-càH/¨x\x04 ‚=–\x13 Ý "
b"8kS\x1A e!E›·=ö%ï"ûk "
b"Š\x1E ò\x14 f¯Nã©=$à÷Îb‡ "
b"▒q│£vVM\t ÉÃðÚê2&═ "
b"XK2\x11\x02 #Buƒ¦\x1D ç╗╠ü2 "
b"├qÉ×<1@uéJ(Tê\x7F ¸5 "
b"–‹Ô½í:E·®‘+Ÿœ[éy "
b"}ŠOÉûîHÌ¢*Ð\x1C S;°\x19 "
b"<ì×╔█6Líæ)çb\x1E %\x14 "
b"”—Ñ.žZE\x01 ½ð$%R¶Ù{ "
b"\x00 E\x15 A§¥J\x03 ‚/Ge|•[Á "
b"ÄpGNŠˆC§¤>\e ÿíTïþ "
b"ëð║Íñ└E*ÅÇS#©C¯« "
b"ú\e r\x1D ÁuFs°\x00 †ˆ\x00\x10 –Ô "
b"™\v r‡\x19 UNäµY8ša‡µù "
b"XdgœrRJE™óS\x01 ‡ù%H "
b"ÌŠF²ŸWBYª\x12\f `§-Dp "
b"ÜÀµSÛ‹@¢®Auʬüx‹ "
b"Ý\x14 cZ,íJ˜»&|xv0;¿ "
b"╗äªcÚòKTáÔ8áÅ═º\x16 "
b"\x14 ³\x19\x7F !×Fï¬ãoRí<æû "
b"▒´üGé┴KÀÑV\f ▀\f ûÞû "
b"map*‹B@L½9Û\x1F S];Ï "
b"«„_áý€Gøé,È¾ŽŒ\x03 "
b"Äx\x1E ޼XBPƒ³„î’Í\x1D œ "
b"¸ñ‡ºyaA´°ð•w¬\x1F Ž¥ "
b"ÿ?üê┴@▒£Éø¤█\r 1\x12 "
b"""
È#¬Â\ÇCÖ·©\n
y¼öY\x19
"""
b"<Ö*[\x12 <E˜¹)«\x02\x0F fÖY "
b" ´\x02\x03 ðoKbª©,\x02 IOÈ£ "
b"\x07 â¹#¯ÛK ╝ìÑ\x1D wúw+ "
b"{HÍ×,JG»†Òè{O™€. "
b"╝\v ïÙmüJáÑÛøÁCÇy¢ "
b"'÷ä[\x02 >BëØÞ!ë\x1D ÿ¼¼ "
b"ææò‘8ÅJU ^2=ùnÖØ "
b"Ý#\t V¢aO\x01 ìTÔX\x11 Qaõ "
b"×Ê\x00 ÁÞÅM^©,7\e Æych "
b"ÂÜ|¡-µDÙ‚ß{¿›(ä\x07 "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"Û\r }™d)OÀ¨Mšp˜P=q "
b"ùs¦îEpFë‹\x1E\x19 ǰ<î“ "
b"¾Oж½3H©Ÿªò\x18 a:v "
b"OF.@\x1E .LõÅD¢ç*╣Á¶ "
b"äÀØkþ'H\x01 ž±¤\x11 ‡9w\x06 "
b"~–+-ûkIè¿8Ý\x12 6rž "
b"cð%>L\x04 HýïɃýX\x17 └╝ "
b"p╔L;{\x1D F§Á5\x19 Ø░à½ä "
b"ç\x05\x18 yÞ)Dݺèq\x17 ì5ZÏ "
b"y$\r Š¿ŽAš¹ÍfCS\x18 /€ "
b"0éÁÎüqHÈ·+vïò\x02 r\x17 "
b"Óq\x06 ž{ O<¡*c±q Ðn "
b"S╠ıb\x05 UKSÉí├2ª\x06 jL "
b"ÇMc·n¼J\¿ÏõG»ØS\e "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"S\x14 ¯FmHå¸n·xÆû\e M "
b"\x04\x1C ŽÖ\x15 6AÊ«ïi.·YžB "
b"\x1C\v 1lzoL3†ŸÈÌzj*, "
b"y§\x19 F\x00 (C4¯ª ÙûÞ\f G "
b"└+\$æ\x06 AWáüG#E^\e o "
b"\x01 š\x08 ©e-CÞ¤+ÛGú\x15\x1E º "
b"æè·Ú\x02 jE.³#@šÐk™V "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"ÙòEŠ|\x04 KY¾ñÙ\x1F ·Âø\x14 "
b"ïı\x18 C°┌L▓Åi£ütW\x10 ▀ "
b"£Èm«»8E°¹\x1A ^E8Ï\f Ë "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"+NË85ıJ!Ø$,ýq+¶- "
b"WÉ\x19 yõXMº¶AÅôÙ·~z "
b"é\x1C Ü\x0F ?½O)¢-RÛÌG“\x15 "
b"\x1A APƒxcBü‘8\x03 ò3È-Ž "
b"ü7\x02 ºÏCCu▒K\x14 âæ[N1 "
b"Ëì/yIéA»\x04\x04 /╔YÐ┴ "
b"™£N0lƒFj—ºá\x00\e º^\e "
b"pî@TÊkHX¬q¨m¾ñ¦K "
b"S1J‰‰PO@³\x02\x04 ?\x16 šã* "
b"3 ‹m$ïEä±\x05 û,r¿\x14 ? "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"C\x13 8,úÑAyü~f\x15 µ%\r é "
b"Ñ:BP\x1D 0B‹“m\e ö\x14 \û. "
b"î³NøNÑ@ƒ¶8é^GMïW "
b"ùY´\x0F ÆjKÎØ&jà\x04\x11 ▄| "
b"¾Jÿû ŒA\f ˆÕjˆÅû¡ý "
b"ÔâP$'H\f Ÿ¤\f ;\x07 ý#à "
b"°Ù5s´ÀN\x08 ²˜Çj'-\x1E m "
b"÷î¯üöÃN,ÂÎòÿÅï│ó "
b"""
ùvÒ\x18 ÔÑC°¡i#“¯\n
‰°
"""
b"""
\n
ÅÕ\x0E Å╝Løà§ae\x04 !\x12 Æ
"""
b"±Ubòµ\x07 Nÿ“)JZ•Uc” "
b"~ù\x18 Åj\v O+ÄO¶sá╣\r D "
b"\x00 [¾äŽéKZƒË½ïÿü㢠"
b"íðd€\x19 +IN¾À¢íFö\x07\x0F "
b"o\x05 ¯˜_¾G—¨óÙ`-ö¥\t "
b"SL\x00 òmIKØ«,/ƒ/Íó® "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"&ızÉY±EÐ┐<"¾²@±% "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"^iï©Ø'MUù\x18 XÊ:8û[ "
b"t|`wŸMM¥¹Mš\x14 ‘\x00 ˜€ "
b"-]Å"|¡EÄàJ=ß═â+\x06 "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"öTD\r oDL÷€T°ÀñL›³ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"\x05 í\x0F ½3ïD„¥ãÔ\x11\x01 ìHÉ "
b"í/c÷È¢KÓØ╣C‗╗\x7F =■ "
b"F3(ØÀ─B\x0F À┴I└\x03 ┌\f å "
b"ªÃ»k\x01\x05 F\x1A «•\x15 (u\°r "
b"oíi(LÃOµ—\x12 Ë_\x0E ´\x1E ú "
b"ÂâKø²JOÅèßu[ø\x11 ã▒ "
b"""
\x0F ö’¯U&L\n
ˆè¯éÉLq+
"""
b"žÇ˜ê\x01 œEO•Y&zŽš‡æ "
b"÷)ê_ºI–…—òS–t\x1C l "
b"s㩓׌E¼¬V•v”ãÜa "
b"\x1A ð]‰‘–IဌVx‹*\x17 “ "
b"Ï52▀\x01 dJ¦è\x03 c4\x08 Z\x14 ü "
]
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 (0x386F0F9167194CBA994E91C51A2E83E8 , 0x2FD91958A065473987D8A41AFB32817B , 0x8F6207D2E88B45D7A67E292535E199D0 , 0x0C3397F4449847659B9C0BC11718D929 , 0x3410B846409243BA8F817BE282CB5A55 , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0x55DB626078624359BA213FB9B1349AF2 , 0xD77BB67537B841FFB93EA50A41ACB86C , 0xB0E53B9FB82A4310AB995285D3068DC2 , 0x0BAEF82CDE864F539D677A178CAE3A18 , 0x51E7E0C7AF764663930C8BD50D60ACF3 , 0xFC00EA90786F45E39050E9F6758D86C7 , 0x9B5A17DA666F4BEFB1A9D5F850C9F732 , 0x000D99CC795149D8B763F8B3D64009F4 , 0xEDCF6F58281D461BAD9CA3162CD43188 , 0xEA3B467C72984345ADF5231B04EAC57F , 0x2CC2D393B6BD47BFB57D72A52983F662 , 0xFB3272523B214311A516A175586348E8 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xD28670E95C3C44A5B2DF2A6EDB98DE79 , 0xE0A691E8D099481CBCE7E3E4217B1945 , 0x0217734EA93E4162ACFF209D83B739FB , 0x23049F8278A8404690B63B51DFBFBCDD , 0x9ADAAD5CF358464A8A4AEF0E3C3A1E5E , 0x974D443495224C08A4DA716259E786E1 , 0x6ECACBD0FB5E40EF948BE632905D8CA2 , 0xAA0633837D8044D2968E25CF48B70685 , 0x1629D9E9300A4DFD8E890AD6974A04C3 , 0xCA7F979CA3004C07A5F94D1CE10AD1AE , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0x70AF0D914DA54CFF835C54D3FA45CAD1 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x4CCD22298CC541A9B8A9D4019DF2353D , 0x28C1F2F7AA5D4D18B9299599ECD7358B , 0x72C8BA90CDF643CE9CBFB14D5E628CDE , 0xD5D625385776481FA8F546AD58115134 , 0xFA71C118F9AD4BD484F6B3A33163D138 , 0x5EDD100250754ADEBA488CA084933B05 , 0x8B12E2A54BEF442192B72B493483A129 , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0xF7275334A23A4B5B86033B6D17EBF19F , 0xFFF24C560E514B66A288458E2A582759 , 0xC86D74ABB9684CB8B075E46A7A136294 , 0x78322A36CE144BB9893E3C3EA317E4A1 , 0x8088280E489C4E06BD37F2CF97445FF5 , 0x01BCE0F9D4B246D8BFB8D9B3E3D049A3 , 0x14304D7AEB26475DA84DBDCB5ECDC3AF , 0x2B2EF07A3ECD45E5862E00588B04B1A1 , 0x966B802504584FAD8F7BF8633066BEFA , 0xB4F8AD5AABA14D52987DA89603D9ADFE , 0x547DD6C7C4804374A8EA09705D2D6D29 , 0xF474BEDEA62D4A53B963998157005FF3 , 0xDA4D9CB186EF404C82867EA73C211FC0 , 0x67E3B83C27E64B39B04DCA6E97E5331B , 0x67D23D2C4B4048FFA809CA202BD91702 , 0xA0A21F99EB984DC3A691E1A5DC06D31A , 0x094062D5A06B4F258C793771A85E6D0E , 0x3E57E79F44444235BE2EA642E71EA52A , 0x30517DBFB2B54D7395D6A70FF90E7E8D , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x92D7F2DDEA3A4703899D75F43CD17F05 , 0xC4DE8A193F394FF6B5244E01BBB713B8 , 0x80AA9C4E306A4D28AE2C7D100ABD4876 , 0x065A44B41DE947BAA0EFD571A330B477 , 0xD043CDE457544747B6A03517342281E3 , 0x2A7259A81318488CB462A02E31BA7CF9 , 0x3A286B0329354712AE13D055F653A276 , 0x635FF6D2473F4099A2FD3F14712F5AE9 , 0x63DB45B405B549A9B11396287B7EF93A , 0x52395E958C3F4E39BE185D0AC394A695 , 0x0F00667E976A4FA1933FD5DD1ABD3431 , 0x5022CACC179F40C18A488EF858BCFA32 , 0x8C0DD79811764638A8F8BDE028E4D8B1 , 0x079D5D1E6CC342F28D0E6EFE8227FBED , 0x642337C5810B473FB582354E56564B19 , 0xC628F59954254962BC11917AB328D2D9 , 0x26CFB58D138A4542AE52AFD1E3593A6F , 0x7308E511B9A94202A14A46F0291B79A9 , 0x1A71C4D06D054C5297550E8F4B1C7AE1 , 0x63CA355E45FC420EA6EFEC720DAC1F8C , 0x5E2F8F3307884790813356D86BFB6C7F , 0xFBFAFCAD0C99436095C210E985E6965F , 0xDDDAA8FD783D4551AF8977E30BA123A9 , 0x7B17BEFAF9694CC087270EB6DBF1EA08 , 0x277C1CA3AC12482AB7E9FECD573040B6 , 0x7B5B8413E4AF440780D41A419A972862 , 0xCE2F5CC204944430A23523F24651EA97 , 0xF8448C55469643B482974EEB56D7397C , 0xA8487EAAA5F14A2C9022AE58EDB15332 , 0x2FC7F6BAF63E4FC28659C259098A1C9A , 0xCF85821EEDCB4E65B5882EE55DAF5781 , 0x5C04429BACF1423B81F90B062117C6B6 , 0xDBD660F43048485EAA18F15BA70E2DAA , 0xB0FD632A0E6340439933065B8B0D0A52 , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0xBED2D0FC0B014410A5EF5D664609FC0D , 0x7391869A9EAB47CDA204D27C2060B5B1 , 0x1E87D55E208E4844A283D6296CDD53E6 , 0x2EAD50F272FE49BDA89209023E991A00 , 0xE31D9664B1094F319F795DB332912130 , 0xE3B0CDCC387D41E2B9D393F67BDFF079 , 0x5C33AECB111B4514BFC1EA972CEF897D , 0x42D1077E32D04A869EE7C251908DA4FC , 0x51CAAB10C87F47FFA26E4FA648CAABED , 0xCA96865132E843A483C59A14814F3FE5 , 0x0B796E0C7BC446AEBA376DFDCBCBD2E6 , 0xA16D92237AB9441AAB63138B567888AD , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0xF70283A57E344176B7DDDE9278B7EFDE , 0xE7FF7212B080480B9F452D1112DF7C1E , 0x0260D7439D7940DD9D81979135B24B52 , 0xB3E0B4B341AD4B2F8FFA4791471E37D2 , 0x00BC81D41CC042B3A58617BFD9F90A49 , 0xEB46FCA0ED024C2796A3A1F132559484 , 0x2847112ED39949FCABF76AEC4F9B034F , 0x82ABE33080BD4DFE8097DF9BDC950823 , 0xA099825FEB7D43B9A5039F763A1B1F10 , 0x0E345E43F7F047B68EB4195EC693620F , 0xA57099DDA04946348B57D8FC0513AA66 , 0x268FC412578B406F8945566B61785612 , 0x7297AA5B4E0F486785A9C9A12BEC7E01 , 0xC870495438F6431AA1DB7035F62CEFAD , 0xC6C244FECBB04C999BFF987241025147 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0x856BFB7659BA448DAE9A5DA237B9C408 , 0x4D6793B1FDD141B6B603AC4B709DA9D4 , 0x97EB73D8BE5048BFBC05240EE82FB49B , 0x99FC09036B7042F0B0B2C1A936029D48 , 0xF10872A08FD54203846F2B75D1F2DE05 , 0x0B8BB5FE517A4680A2BC00AA5D72A2B1 , 0x95D3714074084C3BA682EEF94D7C8B85 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0xE83132FBD5924BB69D28F0185E38F319 , 0x7868A6FF13B24D63860EE0C4DB29046F , 0xEAC521E9FF6040E081A903215C9A6E3D , 0x88EC8A3CFB824978838F628B0B54858B , 0xEE0BF03BF44644B0844A0419DD10F6BA , 0x9FA306C764344CF2A08BF02D94840004 , 0xCFD090E5177841249AAD0A868A2ABE7E , 0x84543F012EA7452C91155AAA40F26059 , 0x33607D10BBED4A2F96337948F9F0DC95 , 0xA19C25E6FB4043C49B1454814494C0DA , 0x10F7A2B8A973415F89CD91DC297AE2D6 , 0xADB42016585941A3982EFE96F98DC6E9 , 0x0E708C1A0C6D452CBBF42E7D8FB9B008 , 0x01580734A1414939AA5CEAE154543EC7 , 0x90DBBDB809734E2D93DF7812CDB4E488 , 0x4A8A1B582B0A4FA1A94AF1ADE88C5158 , 0xC94D92E5DB154F43A79FFCDF6C6E97FE , 0x92B2805DEFA74279A7E3B96A396DB3BD , 0xD2C95DEC9E03449DAB9FDEECB3796EF3 , 0xAE1FB46290FD43EA8D7B3C4B73E072DB , 0xBD964333BD904E599616C2DB42751180 , 0x57D87359FE104DF48FE63BEF7572F8EB , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0xF3DE2B0D9FF04B2BB0154C414B445C33 , 0xEDDB871875AF4B7A8950EAB5BB98481B , 0x70F92AA4FC234DEBB1D604C714324C90 , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0xDBCA05A82A604A488FD04DE4DB6C509F , 0x889C3F1529E94CDF946D121C03E33E63 , 0xC14F89CFA1B547D588CE3174392163E7 , 0x8050CDDF7AD24DF68FB01D40A02CA55D , 0x75E51184C08F451E8E984BE2FC31F118 , 0x9D7DB2BB17164A2ABD613F363C8F7702 , 0xE8B542B6CFE445AF810BB58C8F4DA1AF , 0x0B1B995C25C04B6EB26C1C8AF129DDF6 , 0xE12095AB0F044138985C335E2BE04ACE , 0xB33BAD3F000D4F2E93B9A8C2FB8415AA , 0xBA7F9499E07B4D61B4038F3E7BA8A378 , 0x453FCBD14F054ABEAEAB8DEA422C7816 , 0x7BDF8ADE3831497FA64E5B283195019C , 0x46D0DFCC451A47EF944B1F3CB9E0BE80 , 0xBC8EA8A996FE4E6B93D72C802F462CAD , 0x63713F7D0FC249EAA0E28FA77C6D9D29 , 0x553AD88828204982B07AA18F4DADB025 , 0xC12730C8639F4B8999C3E8AF93F4217D , 0x8EB6F54FD4DF4B7BB2946EEC68159DBF , 0x8926FCABCC714336B89B9F541FB22F3D , 0x3C0CBD2C27734A3F815DE63C0A16A98D , 0x8681241A295A4EDF92526CDA0C82F0BA , 0x724135E1D028492086CE932B5D878276 , 0x26978ECB8B2B4FA7BE0663696A4A39B7 , 0xF989DECED84B4F289326C5549F63B236 , 0xDD4EA2B460A149B98888A9F8CAE7EFB8 , 0x354E25EE7EFD4FC39468F55F02F34F10 , 0x6FD7C68679834C5C8E29063C54D2982F , 0x9277B86A6F264F2B8D98373DB0F7BD02 , 0x2F64862CAC2C46D5A970D1A21B573598 , 0xD0B8FFE37D024D728AC5949A71D496A3 , 0x5F273C028C1C4365B354D2F780A88F54 , 0x6D759189C4A14728927A26B23ACF20F9 , 0x53A59386411B4B4EB77D9FF0ECBCBE91 , 0x027B00904AC2456AA7DE5CCCCB6D4AB9 , 0x2D020203DBB8489B8704938C4D27013B , 0x2D5D6EAAC36D4F7E9243CC1A0A86BD23 , 0x80AF1CC6F2424A5E89E0C14B7039F0AD , 0xFCB23B28971449A7B230933BEC452FD3 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0x304AED6D3EC54BC5BB99786543C37357 , 0xC9DF04672C8445E2B9E8FBE92319FA61 , 0xDB9BD1413CEF4F12B524BC5F99E4BC45 , 0xD04C9446BE464C9F9B7ED5ABEC665D7B , 0x1E5182C1840E44F6A3434996176EEF35 , 0x6601377B8A974B01B6BECD810BD62254 , 0x4915479196B94532B3105B8D53F46B58 , 0xDCC3B906898445D1A7FBBB6D78FEE72F , 0xA5529E89DABB447E814FF192DA8752E7 , 0xDB2320E83C8A427997D0B9B50B6B38C2 , 0x663C6B8FBCAD427DAA6440C9AA4CFF81 , 0x84CC8B78EC8E4EF59C363FDF80520843 , 0x18A809A0B64E4F9DA62BE00E15AFCDE0 , 0x1739F58E530B4E8F89D6F2FD33F84912 , 0xC2DF9BC5C07545F187535E63CFC542E6 , 0xA40EEE79476640BCBE4AF9712C175AE0 , 0x5B8D5F18678848C9AFFA0D4300FC524F , 0x3D130905458B47A99081A11E7C5B9B69 , 0xE5F2630F48804181835AE00765A76D2A , 0xC8A2876C747748D58A85EDC9431EA33A , 0x4F8C9BA19F574E0E8F65E74EF7DEAC55 , 0xCB415918A0CC41C183A3430BA71661BC , 0x52B7B31A3BEF417EB75AF8B85BEC7F33 , 0x07B9D9A3DFFB4190A0DC531A585CAC14 , 0x0480CF6C01B44B77AD919BFC5C8C10B0 , 0xF8568F7E0A83429DB53E218CB65883FC , 0xE1AD77A27A394EF191D25B74F1869424 , 0x631C51AC157149658BCA259A759C853C , 0x0F70B9F4FE9E4C509EB1B4F97897F21B , 0x2CE2FC17C95F498AA04F81674DC269BC , 0x526ABF97EF22478E8CF7C34C6C2E1DE3 , 0x8313EF77C93B4EA588914E60B0A826C2 , 0xDC39167C656C446A94AB063B3F8A4D97 , 0x68AA496ECE684070BB96A7E074EF291A , 0x5C7B0C2609EC4AA0B2AF037E1AB78870 , 0xE3A6BC6BA048473D950A11AFD57C0D11 , 0x785B4F8FD0B14D5E93DD7668D2BDFFF5 , 0x430F8B48E90E4C4FBF1EB30C9567E039 , 0x071BE9CD177C4EE991CB28DE126E9EC5 , 0xE41F9057433C45638425B73A948CF7FB , 0x4542A89C5CB740A4A052ED5FAFD2D913 , 0x7EAA16727B614DA3AA24E9FDEE0E43F3 , 0xF22EE215EA4749D69E6F6232DBD6A54F , 0xDCE71429BD2F4690A77B03E37EFDF475 , 0xDF206BD087D04637B893A61C939AED35 , 0x83C585E6EC134716A1B615673CDE0CCF , 0xB8FF0DCB2966464AB838DD48C4FFD8DF , 0x9B3B15B2F80844D1BB545A1357161662 , 0xDC5BF063DFD441B5A3F48D74EE985030 , 0x06BC85357AB44B4E9A5E4DF2E27D211F , 0x58BCB383DC7D4542BD3DC7A11E24F58F , 0xA5C396DC8E74471894944855C4F8ED33 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0x95446021BCEC4C1B8E2F93FB3E32127C , 0x09026A18C255418C8E7216C6B793082C , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0xA72F5551539541B79CCDB5B8645A79F1 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0x749E039F8C104575AE7FB9C644AA3CD1 , 0x9469B02A549E44419B9EDDDB315D50C6 , 0xA2AED6DA517948E59F97C52CBCB50D84 , 0x8151DD498E0D4F4D92E144F0BA4CCCE5 , 0xE57003C18A8C45339013BB15EEF6089D , 0x5273F25E874942CB82DFADD5B054A179 , 0xA90319796686407B9795490FBC7029FE , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x446F9E26CE4A46668BD5D731BC37E27F , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x3E8CADE194F74F4D9CC45FABBFDE6E97 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xC702036A9BCF499BA4878FAB1225F73D , 0xB56D774BBC8C4B63B09F411D56E6CB02 , 0x213422AD4E8242E4AF7E3500637396D3 , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE551282611564003B8E80F1E0B3148A1 , 0xFD02616C387A4C2EB547845BFFABB6A0 , 0x7FAA0E375E9241A18EDC4966D57ED5E1 , 0xB4A9E37CDE9A43F08D908D87F405271B , 0xA23D1A1895BE441694DA39EB4EFCD722 , 0x25A319E3163F4BE4B8ABFBD468564E2F , 0x5AFA7141F4AD4F3CA65579DE5AB70174 , 0x9D31E69E3F164534B098F8B5B114E385 , 0xA1557FA5B3CD45188C70665A0EF4C435 , 0xFA1C894D8CFC421AA7AE9AA0839AF563 , 0x2E5792F6A9794A49830E63329CA7659E , 0xA013D8A5C05C4C179ED5EE67BA295B05 , 0x27CF1D93E95044EF8F651CAAC1D1BFAB , 0x059B606A4D524899ADBCA872F8C49715 , 0x962FA46A2A8B4A58A786FCA045201A8C , 0xF9F5896E1E194FFD9E5FB1D6275E967C , 0x2C593ABB02B148B38E43CB0083898D0C , 0xEC48344756B64DC8895CA0F39CC9AFD1 , 0x114840994EE34C14B415E49FBB3583D1 , 0xEB5F37E8E75E4667A9AC349FA0224A30 , 0x0E7DDC43E47247B38D8126F462540FEE , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x0F2BC509943F425F88602389A7ECEB65 , 0x2A4302127024467094774E2EE4BF1590 , 0x5C7FA4E64E714105A6E38986E5AA4A56 , 0x79473E66FB7E47E59446EBE69FCE70F5 , 0x2C2E3B3963394227B46B257B8D6222A4 , 0xFF5AA2D2C7C64CE18A817C95DE4D7A3A , 0x7FD4AB6F2B164A8C9623B389F60A234E , 0xEFE06E34B5924BA6AA5CEB36FE07DFF1 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0x8E4A7B83E7AC492AA0DC0BF64D938385 , 0xD3BBB79ABD8A482E80B25490C9B8B0ED , 0x1BBC37F462E942D3996EC73F65C65F3B , 0x0C255086DCD342A1BD7072F4788CFAEE , 0xA1EFD1173BD6428981C099D0DF17DBEE , 0x6BE37FF24BCE4D12BFE70042F8D22352 , 0x52EE29F8106F429C876F8674AC8957E7 , 0xA3AE192138D04CCAB891186883030123 , 0x5EBF827588EF4435AED23671D67773B2 , 0x72FE7C5125414792B1C52F53F90699C8 , 0x2720DC05C39D4A60A72240B08C914B64 , 0xD8B418670C084782BCCBD3C16391900E , 0xA2E2B1D0014345948D54C4F8932E4D07 , 0x89BCB498E34C48779A3240821D6E48F6 , 0x35F9B11318504CD79420210823975B72 , 0xBC3C0E1D84CB4FE89E0A4150A65BAF77 , 0x50B105B1E4AB482A860B46F6B38A5C20 , 0x6CD1396EA58246D39A8DE490C29B1324 , 0x918362C75B23493EA15AA042B43277A6 , 0xCD38B49B55824307BA643E86F68C315D , 0xC1C2D28F30304F86B4B1307FC726ED47 , 0xEC87571F6FA4427B9A981FFE261A279D , 0x8BE42A90B1CE49E6A937D77E33F04EBE , 0x226E15C39ED2481A8D37401E19131D78 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0xD92B802AC7A74C6C8E016FA09C141450 , 0x1E13FC698018417CB737CE06186D85AD , 0xE7065CA3B93C47DB8B41303FDB8C1B97 , 0xD0FE2869AC4A4AA6A202D7FFF1E3AE90 , 0xED36B244338440BB9E4ABD69E22F6E4B , 0x2917AD87C563492B8954058F3E028F35 , 0x419979B0C0E04587AF36F69FEF19D03F , 0x752BC1F30A134094891D499373705A9C , 0xC8EC2E4C062E4021BD7C7166442873F1 , 0x69D50D5F3BFB4F5A9A9FCE48460CDDB8 , 0xDD7478F9DC6146D5B86B6987B1C8A718 , 0x6CDDAB455DA54F208DDC794A333D580E , 0xD79B15AC16134258A27A81449FEE7EC9 , 0xB434DF1470744A0CAE3E5641295800DE , 0x6ABBEFCF52434405B5BDC33013FA30E6 , 0x7D0C69792E854A2E976F5E78079B8F4D , 0xE05BDE6692DB4A3F8C654C81705F619B , 0x9097210EA89747F7B4B3C1C0A19497DF , 0xE17561BD46894974A1A0C0803D70310A , 0xA0D4746CCB504F23B79AC973FDA06740 , 0xE181E7D9AEB04CA1A83E91D974323975 , 0xCBDFFF19895A49E3AF6E199682511292 , 0xF114285F41934CC498723B09AE5679C8 , 0xCA14C559410F497F8A3ABC0207D5EFE7 , 0x81A178FAB0CB497CA912BB593A39764F , 0xFC0CC0650045449EA24C77F327EEAA6D , 0xA24B63F65A5D49A187ED091607365B04 , 0x24D2C2CA37C74E36BEA954596B6DFA6F , 0x5C9AAA8556864DBBAEA8F5BAAFDA0256 , 0x8D9787C3834745A8A7F03525DE9A9A84 , 0x6A88DEC2A60F418BA09AEC48FD04627E , 0xBF5CC2144109412490CDA073CD3FBAD2 , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0xD474630CE3C2460D997A9553A9C2FC95 , 0xDC952CDF32D24C109D88B99A84318AC6 , 0x7DF70695707044559057EA36A1E018A5 , 0x6C6DD69AF40C47EA8280E11472AE1418 , 0x06B62A63BA3D41CE81BCD212F433831C , 0x56D2BFF4A3094D009FBB7FAF157DBEEF , 0x4860F5F455A049AE80F2EF129CAEC1BC , 0xD86AD0450BB148BD8D673ECA8880916E , 0xDB6DEFBF39684CE4928DBC9A389EC3E4 , 0x643B7AE10C344C5AB123558B56E347AB , 0xF644E4ECD2494F32BE9552030541C963 , 0x8B8C1F87CADD46219DC07D6CD331B1E2 , 0xB479ED4C65ED42D1A85E1E9B2611CE07 , 0x0E9A3FBFF7044F44BDCD0F8044616838 , 0x5C2300CE904F4E5B83A2D5C34030A36F , 0x55EAB9BC145A4B1EBEE287927AF848A3 , 0x4F3AFCF5C2B941068532B2B756A11A45 , 0x8A200A34716C43A788462941DCD7C30B , 0xC127ABB50D27429FA2C568D841C9A639 , 0x1A829BD98929425A9433A0991A1527F6 , 0xD78CBFABC6694C04951135B698DA4F79 , 0x7AEC9A2D63E0482FA87804823D9613DD , 0x386B531A6521459BB73DF625EF22FB6B , 0x8A1EF21466AF4EE3A93D24E0F7CE6287 , 0xB171B39C76564D0990C7D0E9883226CD , 0x584B3211022342759FDD1D87BBCC8132 , 0xC371909E3C314075824A2854887FF735 , 0x968BD4BDED3A45B7AE912B9F9C5BE979 , 0x7D8A4FC9FBEE48CCA22AD01C533BB019 , 0x3C8D9EC9DB364CA1912987621EF02514 , 0x9497D12E9E5A4501BDF0242552B6D97B , 0x00451541A7A54A03822F47657C955BC1 , 0xC470474E8A8843A7A43E1BFFED54EFFE , 0x89D0BAD6A4C0452A8F805323B843EEAE , 0xFA1B721DC1754673B0008688001096D4 , 0x990B728719554EE4B559389A6187B5F9 , 0x5864679C72524A4599F3530187F92548 , 0xCC8A46B29F574259AA120C60A72D4470 , 0xDCC0B553DB8B40A2AE4175CAACFC788B , 0xDD14635A2CED4A98BB267C7876303BBF , 0xBB84A663E9954B54A0E238A08FCDA716 , 0x14B3197F21D746EFACE36F52ED3CE6FB , 0xB1EF814782C14BB7A5560CDF0C96E896 , 0x6D61702A8B42404CBD39DB1F535D3BCF , 0xAB845FE1FD8047F8ADE92CC8BE8E8C03 , 0xC4781E8EBC58425083B384EE92CD1D9C , 0xB8F187BA796141B4B0F09577AC1F8EA5 , 0xF0983F8188C140B19C909BCFDB0D3112 , 0xC823ACC25CC743D6B7A90A79BCF65919 , 0x3CD62A5B123C4598B929AB020F66D659 , 0x20B40203F06F4B62AAA92C02494FC8A3 , 0x0783FB23EEEA4B20BC8DA51D77A3772B , 0x7B48CDD72C4A47BB86D2E87B4F99802E , 0xBC0B8BEB6D814AA0A5EA9BB5438079BD , 0x27F6845B023E42899DE821891D98ACAC , 0xE6E6F29138C54A55A05E323DF96ED6D8 , 0xED230956BD614F018D54E258115161E4 , 0x9ED200B5E88F4D5EB82C371B92796368 , 0xC2DC7CA12DB544D982DF7BBF9B28E407 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0xDB0D7D9964294FC0A84D9A7098503D71 , 0xF973A6EE457046EB8B1E19C7B03CEE93 , 0xBE4F8AB6BD3348A99FAAF21820613A76 , 0x4F462E401E2E4CE48F44BD872AB9B5F4 , 0xE4C0D86BFE2748019EB1A41187397706 , 0x7E962B2DFB6B49E8BF38DD123672AD9E , 0x63D0253E4C0448EC8B909FEC5817C0BC , 0x70C94C3B7B1D46F5B535199DB085AB84 , 0xE7051879DE2944DDBAE87117EC355ACF , 0x79240D8ABF8E419AB9CD664353182F80 , 0x30E9C1CEFC7148C8B72B76EFF2027217 , 0xD371069E7BA04F3CA12A63B17120D06E , 0x53CCD56205554B5390A1C332A6066A4C , 0xC74D63B76EBC4A5CBFCFF547BBD8531B , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0xAD5314AF466D48E5B86EB778C6FB1B4D , 0x041C8ED6153641CAABEF692EB7599E42 , 0x1C0B316C7A6F4C33869FC8CC7A6A2A2C , 0x79A7194600284334AFAA20D9FBDE0C47 , 0xC02B5C2491064157A0814723455E1B6F , 0x019A08A9652D43DEA42BDB47FA151EBA , 0xE6E8B7DA026A452EB323409AD06B9956 , 0xCA9C0B81264347A894630408AA3962C5 , 0xD9F2458A7C044B59BEF1D91FB7C2F814 , 0x8BD51843F8DA4CB28F699C81745710DF , 0xA3C86DABBB3845B0B91A5E4538CF0CCB , 0xE977F7820B97441ABCFE8FAB11EED316 , 0x2B4ED33835D54A219D242CEC712BF42D , 0x57C91979F5584DBAB641C5F4D9B77E7A , 0xE91CDC0F3FBD4F29A22D52DBCC479315 , 0x1A415083786342FC913803F233C82D8E , 0x813702A7D8434375B14B1483915B4E31 , 0xD38D2F79498241B6AF04042FC959D1C1 , 0x99A34E306C83466A97BAE1001BBA5E1B , 0x70EE4054CA6B4858AC71A86DBEF1A64B , 0x53314A8989504F40B302043F169AE32A , 0x33208B6D24EF45E4B105FB2C72BF143F , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x4313382CA3A54179817E6615E6250D82 , 0xD13A42501D30428B936D1BF6145CFB2E , 0xEEB34EF84ED14083B638E95E474DEF57 , 0x9759EF0F926A4BD79D266A850411DC7C , 0xBE4AFFFBA08C410C88D56A88C5FBA1FD , 0xD4E250AD2427480C9FA40C3B07FD23C3 , 0xB0D93573B4C04E08B298C76A272D1E6D , 0xF68CEE8194C74E2CB6D795988F8BB3A2 , 0xF976D218D4D143B0A1692393AF0A89B0 , 0x0A8FE50E8FBC4C9B85F5616504211292 , 0xB15562F2B5074EFF93294A5A95556394 , 0x7E97188F6A0B4F2B8E4FF473A0B90D44 , 0x005BBEE48EE94B5A83CBBDEFFFFCE3A2 , 0xEDF06480192B494EBEC0A2ED46F6070F , 0x6F05AF985FBE4797A8F3D9602DF6A509 , 0x534C00F26D494BD8AB2C2F832FCDF3AE , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0x26D57A9059F145D1BF3C22F3FD40F125 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x5E698BB89D274D55971858D23A38965B , 0x747C60779F4D4DA5B94D9A1491009880 , 0x2D5D8F227CAD458E854A3DE1CD832B06 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xF654440D6F444CF78054B0C0F14C9BB3 , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x05ED0FBD33EF4484A5E3D41101EC48C9 , 0xA12F63F6D4BD4BE09DB943F2BB7F3DFE , 0x4633289DB7C4420FB7C149C003DA0C86 , 0xAAC3BB6B0105461AAB951528755CB072 , 0x6FED69284CC34FB59712CB5F0EB41EFA , 0xB6834B9BFD4A4F8F8AE1755B9B11C6B1 , 0x0FF692AF55264C0A88E8AFE9C94C712B , 0x9EC798EA019C454F9559267A8E9A87E6 , 0xF729C3AA5FBA49968597F25396741C6C , 0x73E3A993D78C45BCAC56957694E3DC61 , 0x1AF05D89919649E1808C56788B2A1793 , 0xD83532DF01644ADD8A036334085A1481 ));
Copy
84
1.70 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 \r ™ÌyQIØ·cø³Ö@\t ô "
b"\x00 E\x15 A§¥J\x03 ‚/Ge|•[Á "
b"\x00 [¾äŽéKZƒË½ïÿü㢠"
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"\x00 ╝üÈ\x1C └B│Ñå\x17 ┐┘¨\n I "
b"\x01 X\x07 4¡AI9ª\êáTT>Ç "
b"\x01 š\x08 ©e-CÞ¤+ÛGú\x15\x1E º "
b"\x01 ¼àùÔ²FØ¿¸Ù³ãÐI£ "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"\x02 `ÎCØy@¦Øüùæ5▓KR "
b"\x02 {\x00 ÉJ┬EjºÌ\╠╦mJ╣ "
b"\x04\x1C ŽÖ\x15 6AÊ«ïi.·YžB "
b"\x04 €Ïl\x01 ´Kw‘›ü\Œ\x10 ° "
b"\x05 ›`jMRH™¼¨røÄ—\x15 "
b"\x05 í\x0F ½3ïD„¥ãÔ\x11\x01 ìHÉ "
b"\x06 ZD´\x1D éGº ïÕq£0´w "
b"\x06 Â*c║=A╬ü╝Ê\x12 ¶3â\x1C "
b"\x06 ¼…5z´KNš^Mòâ}!\x1F "
b"\x07\e éÍ\x17 |Né‘Ë(Þ\x12 nžÅ "
b"\x07 â¹#¯ÛK ╝ìÑ\x1D wúw+ "
b"\x07 Ø]\x1E l├B‗ì\x0E n■é'¹Ý "
b"\x07 ╣┘ú▀¹AÉá▄S\x1A X\¼\x14 "
b"\t\x02 j\x18 ÂUAŒŽr\x16 Æ·“\x08 , "
b"\t @bÕ kO%Œy7q¨^m\x0E "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"""
\n
ÅÕ\x0E Å╝Løà§ae\x04 !\x12 Æ
"""
b"\v\e ™\%ÀKn²l\x1C Šñ)Ýö "
b"\v yn\f {ÄF®º7mýËËÒæ "
b"\v ‹µþQzF€¢¼\x00 ª]r¢± "
b"\v «°,ÌåOSØgz\x17 î«:\x18 "
b"\f %P†ÜÓB¡½prôxŒúî "
b"\f 3—ôD˜Ge›œ\v Á\x17\x18 Ù) "
b"\x0E 4^C÷ðG¶Ž´\x19 ^Æ“b\x0F "
b"\x0E pî\x1A\f mE,╗¶.}Å╣░\x08 "
b"\x0E }▄CõrG│ìü&¶bT\x0F ¯ "
b"\x0E š?¿÷\x04 OD½Í\x0F €Dah8 "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"\x0F\x00 f~—jO¡“?ÕÝ\x1A ½41 "
b"\x0F +Å\t ”?B_ˆ`#‰§ìëe "
b"\x0F p¹ôþžLPž±´ùx—ò\e "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"""
\x0F ö’¯U&L\n
ˆè¯éÉLq+
"""
b"\x10 ÷¢¸©sA_‰Í‘Ü)zâÖ "
b"\x11 H@™NãL\x14 ´\x15 䟻5ƒÑ "
b"\x14 0Mzë&G]¨M½Ë^Íï "
b"\x14 ³\x19\x7F !×Fï¬ãoRí<æû "
b"""
\x16 )Ùé0\n
Mýމ\n
Ö—J\x04 Ã
"""
b"\x17 9§ÄS\v NÅëÍ‗²3°I\x12 "
b"\x18 ¿\t áÂNOت+Ó\x0E\x15 »═Ó "
b"\x1A APƒxcBü‘8\x03 ò3È-Ž "
b"\x1A q─ðm\x05 LRùU\x0E ÅK\x1C zß "
b"\x1A ‚›Ù‰)BZ”3 ™\x1A\x15 'ö "
b"\x1A ð]‰‘–IဌVx‹*\x17 “ "
b"\e ¼7ôbéBÓ™nÇ?eÆ_; "
b"\x1C\v 1lzoL3†ŸÈÌzj*, "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"\x1E\x13 üi€\x18 A|·7Î\x06\x18 m… "
b"\x1E Q‚Á„\x0E Dö£CI–\x17 nï5 "
b"\x1E ‡Õ^ ŽHD¢ƒÖ)lÝSæ "
b" !í;'QI§»Î¼ê>>Q "
b" ´\x02\x03 ðoKbª©,\x02 IOÈ£ "
b"!4"N‚Bä¯~5\x00 cs–Ó "
b""n\x15 ├×ÊH\x1A ì7@\x1E\x19\x13\x1D x "
b"#\x04 ƒéx¿@FÉÂ;Q▀┐╝¦ "
b"$ÒÂÊ7ÇN6¾©TYkmúo "
b"%£\x19 ã\x16 ?K丫ûÔhVN/ "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"&—ŽË‹+O§¾\x06 cijJ9· "
b"&¤Áì\x13 èEB«R»ÐÒY:o "
b"&ızÉY±EÐ┐<"¾²@±% "
b"' ▄\x05 ├ØJ`º"@░îæKd "
b"'|\x1C £¬\x12 H*·éþÍW0@¶ "
b"'¤\x1D ôÚPD´Åe\x1C ¬┴Ð┐½ "
b"'÷ä[\x02 >BëØÞ!ë\x1D ÿ¼¼ "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"(G\x11 .Ó™Iü«÷jìO›\x03 O "
b"(Áò÷ª]M\x18 ¹)•™ì×5‹ "
b")\x17 ¡ç┼cI+ëT\x05 Å>\x02 Å5 "
b"*C\x02\x12 p$FpöwN.õ┐\x15 É "
b"*rY¨\x13\x18 HŒ´b .1º|ù "
b"+.ðz>ÍEå†.\x00 X‹\x04 ±¡ "
b"+NË85ıJ!Ø$,ýq+¶- "
b",.;9c9B'┤k%{ìb"ñ "
b",Y:╗\x02 ▒H│ÄC╦\x00 âëì\f "
b",ÂÓ“¶½G¿µ}r¥)ƒöb "
b",Ô³\x17 ╔_IèáOügM┬i╝ "
b"-\x02\x02\x03 Û¸H›‡\x04 “ŒM'\x01 ; "
b"""
-]nªÃmO~’CÌ\x1A \n
†½#
"""
b"-]Å"|¡EÄàJ=ß═â+\x06 "
b".W’ö©yJIƒ\x0E c2œ§ež "
b".PòrþI½¨’\t\x02 >™\x1A\x00 "
b"/d†,¬,FÕ©pÑ¢\e W5˜ "
b"/Çöºö>O†YÂY\t Š\x1C š "
b"/┘\x19 XáeG9çÏñ\x1A ¹2ü{ "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"0Jím>ÅKÅ»™xeCÃsW "
b"0Q}┐▓ÁMsòͺ\x0F ¨\x0E ~ì "
b"0éÁÎüqHÈ·+vïò\x02 r\x17 "
b"3 ‹m$ïEä±\x05 û,r¿\x14 ? "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"5N%î~ýOÔhõ_\x02 óO\x10 "
b"5ù±\x13\x18 PL×” !\x08 #—[r "
b"8kS\x1A e!E›·=ö%ï"ûk "
b"8o\x0F ‘g\x19 Lº™N‘Å\x1A .ƒè "
b":(k\x03 )5G\x12 ®\x13 ÐUöS¢v "
b"""
<\f ¢,'sJ?ü]µ<\n
\x16 ®ì
"""
b"<ì×╔█6Líæ)çb\x1E %\x14 "
b"<Ö*[\x12 <E˜¹)«\x02\x0F fÖY "
b"=\x13\t\x05 EïG®Éüí\x1E |[øi "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b">WçŸDDB5¾.¦Bç\x1E ¥* "
b">Œá”÷OMœÄ_«¿Þn— "
b"A™y°ÀàE‡¯6öŸï\x19 Ð? "
b"BÐ\x07 ~2ðJå×þ┬QÉìñ³ "
b"C\x0F ‹Hé\x0E LO¿\x1E ³\f •gà9 "
b"C\x13 8,úÑAyü~f\x15 µ%\r é "
b"Dož&ÎJFf‹Õ×1¼7â\x7F "
b"E?╦ÐO\x05 J¥«½ìÛB,x\x16 "
b"EB¨œ\·@¤ Rí_¯ÒÙ\x13 "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"F3(ØÀ─B\x0F À┴I└\x03 ┌\f å "
b"FÐßÌE\x1A Gï”K\x1F <¹à¾€ "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"H`õôU I®€òï\x12 œ®Á¼ "
b"I\x15 Gæû╣E2│\x10 [ìS¶kX "
b"""
JŠ\e X+\n
O¡©JñèŒQX
"""
b"L═")î┼A®©®È\x01 Ø‗5= "
b"Mgô▒²ÐAÂÂ\x03 ¼KpØ®È "
b"O:üõ¹A\x06 …2²·V¡\x1A E "
b"OF.@\x1E .LõÅD¢ç*╣Á¶ "
b"OîøíƒWN\x0E ÅeþN¸Ì¼U "
b"P"ÊÌ\x17 Ÿ@ÁŠHŽøX¼ú2 "
b"P±\x05 ±ä«H*†\v Fö³Š\ "
b"QÊ«\x10 È\x7F Gÿ¢nO¦HÊ«í "
b"QçàǯvFc“\f ‹Õ\r `¬ó "
b"""
R9^•Œ?N9¾\x18 ]\n
Ô¦•
"""
b"Rj¿—ï"GŽŒ÷ÃLl.\x1D ã "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"R·³\x1A ;ïA~·Zø¸[ì\x7F 3 "
b"Rî)ø\x10 oBœ‡o†t¬‰Wç "
b"S1J‰‰PO@³\x02\x04 ?\x16 šã* "
b"SL\x00 òmIKØ«,/ƒ/Íó® "
b"S¥“†A\e KN·}Ÿðì¼¾‘ "
b"S╠ıb\x05 UKSÉí├2ª\x06 jL "
b"T}ÖÇÄ€Ct¨ê\t p]-m) "
b"U:Ïê( Ié░zíÅM¡░% "
b"UÛb`xbCYº!?¹±4šò "
b"Uê¹¼\x14 ZK\x1E ¾â‡’zøH£ "
b"VÒ¿ô£\t M\x00 Ÿ»\x7F ¯\x15 }¾ï "
b"WÉ\x19 yõXMº¶AÅôÙ·~z "
b"WÏsY■\x10 M¶Åµ;´ur°Ù "
b"XK2\x11\x02 #Buƒ¦\x1D ç╗╠ü2 "
b"XdgœrRJE™óS\x01 ‡ù%H "
b"X╝│â▄}EB¢=Ãí\x1E $§Å "
b"ZúqAôO<¦UyÞZ·\x01 t "
b"[ì_\x18 gêH╔»·\r C\x00 ³RO "
b"\\x04 Bø¼±B;ü¨\v\x06 !\x17 ã "
b"\#\x00 ╬ÉON[âóı├@0úo "
b"\3®Ë\x11\e E\x14 ¿Áê—,ï‰} "
b"\{\f &\t ìJ ²¯\x03 ~\x1A ·ˆp "
b"\\x7F ¤æNqA\x05 ¦ã‰†åªJV "
b"\šª…V†M»®¨õº¯Ú\x02 V "
b"^/Å3\x07 êGÉü3VÏk¹l\x7F "
b"^iï©Ø'MUù\x18 XÊ:8û[ "
b"^¿‚uˆïD5®Ò6qÖws² "
b"^Ý\x10\x02 PuJÞºHŒ „“;\x05 "
b"_'<\x02 î\x1C Ce│TʸǿÅT "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"c\x1C Q¬\x15 qIe‹Ê%šuœ…< "
b"c_öÒG?@™¢ý?\x14 q/Zé "
b"cq?}\x0F ┬IÛáÔź|mØ) "
b"cÊ5^EüB\x0E ¦ïìr\r ¬\x1F Œ "
b"cð%>L\x04 HýïɃýX\x17 └╝ "
b"cÛE´\x05 µI©±\x13 –({~ù: "
b"d#7┼ü\v G?Áé5NVVK\x19 "
b"d;zá\f 4LZ±#U‹VãG« "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"f\x01 7{èùK\x01 Â¥═ü\v Í"T "
b"f<kÅ╝¡B}¬d@╔¬L ü "
b"gÒ=,K@Hÿ¨\t Ê +Ù\x17\x02 "
b"gã¸<'æK9°MÊn—å3\e "
b"hªInÎh@p»–§àtï)\x1A "
b"iÕ\r _;ûOZšŸÎHF\f ݸ "
b"jˆÞ¦\x0F A‹ šìHý\x04 b~ "
b"j»ïÏRCD\x05 µ½Ã0\x13 ú0æ "
b"kã\x7F òKÎM\x12 ¿ç\x00 BøÒ#R "
b"lmÖšô\f Gê‚€á\x14 r®\x14\x18 "
b"lÐ9nÑéFËÜìõÉ┬ø\x13 $ "
b"l¦½E]ÑO ì▄yJ3=X\x0E "
b"map*‹B@L½9Û\x1F S];Ï "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"n╩╦ð¹^@´öïµ2É]îó "
b"o\x05 ¯˜_¾G—¨óÙ`-ö¥\t "
b"oׯ†yƒL\Ž)\x06 <TÒ˜/ "
b"oíi(LÃOµ—\x12 Ë_\x0E ´\x1E ú "
b"p¯\r ‘M¥Lÿƒ\TÓúEÊÑ "
b"p╔L;{\x1D F§Á5\x19 Ø░à½ä "
b"pî@TÊkHX¬q¨m¾ñ¦K "
b"p¨*ñ³#MÙ▒Í\x04 Ã\x14 2LÉ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"rA5áÐ(I †Î“+]‡‚v "
b"r—ª[N\x0F Hg…©É¡+ì~\x01 "
b"r╚║É═÷C╬£┐▒M^bîÌ "
b"rþ|Q%AG’±Å/Sù\x06 ™È "
b"s\x08 å\x11 ¹©B\x02 ¡JFð)\e y© "
b"s‘†šž«GÍ¢\x04 Ò| `µ± "
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b"s㩓׌E¼¬V•v”ãÜa "
b"t|`wŸMM¥¹Mš\x14 ‘\x00 ˜€ "
b"tž\x03 ŸŒ\x10 Eu®\x7F ¹ÆDª<Ñ "
b"""
u+Áó\n
\x13 @”‰\x1D I“spZœ
"""
b"uÕ\x11 ä└ÅE\x1E ÄÿKÔ³1±\x18 "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"x2*6Î\x14 K¹‰><>£\x17 ä¡ "
b"x[OÅð▒M^ô¦vhÊ¢ § "
b"xh¦ÿ\x13 ²Mc†\x0E àÄÛ)\x04 o "
b"y$\r Š¿ŽAš¹ÍfCS\x18 /€ "
b"yG>fû~Gå”FëæŸÎpõ "
b"y§\x19 F\x00 (C4¯ª ÙûÞ\f G "
b"zìš-càH/¨x\x04 ‚=–\x13 Ý "
b"{\x17 ¾úùiLÀ‡'\x0E ¶Ûñê\x08 "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"{HÍ×,JG»†Òè{O™€. "
b"{[„\x13 ä¯D\x07 €Ô\x1A Aš—(b "
b"{ߊÞ81I\x7F ¦N[(1•\x01 œ "
b"}\f iy.àJ.ùo^x\x07 øÅM "
b"}ŠOÉûîHÌ¢*Ð\x1C S;°\x19 "
b"}¸\x06 òppDUÉWÛ6íÓ\x18 Ñ "
b"~–+-ûkIè¿8Ý\x12 6rž "
b"~ù\x18 Åj\v O+ÄO¶sá╣\r D "
b"~ª\x16 r{aM£ª$éýî\x0E Có "
b"\x7F ª\x0E 7^’A¡ŽÜIfÕ~Õá "
b"""
\x7F Ô«o+\x16 JŒ–#³‰ö\n
#N
"""
b"ÇP═▀zÊM÷Å░\x1D @á,Ñ] "
b"€ˆ(\x0E HœN\x06 ½7òÏ—D_õ "
b"""
€ªœN0jM(®,}\x10 \n
½Hv
"""
b"€¯\x1C ÆòBJ^‰àÁKp9ð "
b"ü7\x02 ºÏCCu▒K\x14 âæ[N1 "
b"üQ¦IÄ\r OMÆßD║L╠Õ "
b"üíx·░╦I|®\x12 ╗Y:9vO "
b"‚«ã0€½Mþ€—ߛܕ\x08 # "
b"ƒ\x13 ïwÉ;N¥ˆ‘N`°¨& "
b"ƒÅ…æì\x13 G\x16 ¡¶\x15 g<Þ\f Ï "
b"„T?\x01 .§E,‘\x15 Zª@ò`Y "
b"„Ì‹xìŽNõœ6?߀R\x08 C "
b"àk¹vY║Dì«Ü]ó7╣─\x08 "
b"åü$\x1A )ZN▀ÆRl┌\f é║ "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"êýè<¹éIxâÅbï\v Tàï "
b"‰&ü«ÌqC6¸›ŸT\x1F ²/= "
b"‰¼´˜ãLHwš2@‚\x1D nHö "
b"ëð║Íñ└E*ÅÇS#©C¯« "
b"Š\x1E ò\x14 f¯Nã©=$à÷Îb‡ "
b"""
Š \n
4qlC§ˆF)AÜ×Ã\v
"""
b"‹\x12 â¥KïD!’·+I4ƒ¡) "
b"ïî\x1F ç╩¦F!Ø└}lË1▒Ô "
b"ïı\x18 C°┌L▓Åi£ütW\x10 ▀ "
b"ïõ*É▒╬Iµ®7Î~3N¥ "
b"Œ\r ט\x11 vF8¨ø½à(䨱 "
b"ìùç├âGE¿º5%ÌÜÜä "
b"ŽJ{ƒç¬I* Ü\v öM“ƒ… "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"ħOÈ▀K{▓önýh\x15 Ø┐ "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"Åb\x07 ÊÞïEΪ~)%5ßÖð "
b"Éù!\x0E ¿ùG¸┤│┴└íöù▀ "
b"É█¢©\t sN-ô▀x\x12 ═┤õê "
b"‘ƒbÇ[#I>¡Z B´2w¦ "
b"Æw©jo&O+ìÿ7=░¸¢\x02 "
b"’²€]ï§By§ã¹j9m³½ "
b"ÆÎ‗¦Û:G\x03 ëØu¶<Ð\x7F\x05 "
b"”i°*TžDA›žÝÛ1]PÆ "
b"”—Ñ.žZE\x01 ½ð$%R¶Ù{ "
b"•D`!¼ìL\e Ž/“û>2\x12 | "
b"•Óq@t\x08 L;¦‚îùM|‹… "
b"–/¤j*‹JX§†ü E \x1A Œ "
b"ûkÇ%\x04 XO¡Å{°c0f¥· "
b"–‹Ô½í:E·®‘+Ÿœ[éy "
b"—MD4•"L\x08 ¤ÚqbYç†á "
b"ùY´\x0F ÆjKÎØ&jà\x04\x11 ▄| "
b"—ësؾPH¿¼\x05 $\x0E è/´› "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"™\v r‡\x19 UNäµY8ša‡µù "
b"™£N0lƒFj—ºá\x00\e º^\e "
b"Ö³\t\x03 kpB░▓┴®6\x02 ØH "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"šÚ\óXFJŠJï\x0E <:\x1E ^ "
b"›;\x15 ²ø\x08 DÑ»TZ\x13 W\x16\x16 b "
b"›Z\x17 ÚfoKï±©ÕøPÉ÷2 "
b"Ø1µ×?\x16 E4░ÿ°Á▒\x14 Òà "
b"Ø}▓╗\x17\x16 J*¢a?6<Åw\x02 "
b"žÇ˜ê\x01 œEO•Y&zŽš‡æ "
b"×Ê\x00 ÁÞÅM^©,7\e Æych "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b" \x13 Ø¥À\L\x17 žÕîgº)[\x05 "
b" ™‚_ë}C¹¥\x03 Ÿv:\e\x1F\x10 "
b" ¢\x1F ™ë˜Mæ‘á¥Ü\x06 Ó\x1A "
b" ÔtlËPO#·šÉsý g@ "
b"í/c÷È¢KÓØ╣C‗╗\x7F =■ "
b"¡U\x7F ¥³ÍE\x18 ŒpfZ\x0E ôÄ5 "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"í£%µ¹@C─ø\x14 TüDö└┌ "
b"í´Ð\x17 ;ÍBëü└Öð▀\x17 █¯ "
b"¢=\x1A\x18 •¾D\x16 ”Ú9ëNü×" "
b"¢KcöZ]I¡‡í\t\x16\x07 6[\x04 "
b"¢®ÖÚQyH埗Å,¼µ\r „ "
b"óÔ▒ð\x01 CEöìT─°ô.M\x07 "
b"£®\x19 !8ÐLʸ‘\x18 hƒ\x03\x01 # "
b"£Èm«»8E°¹\x1A ^E8Ï\f Ë "
b"¤\x0E îyGf@¼¾Jùq,\x17 Zà "
b"ÑR×ë┌╗D~üO±Æ┌çRþ "
b"¥p™Ý IF4‹WØü\x05\x13 ªf "
b"¥Ã–ÜŽtG\x18 ””HUÄøí3 "
b"§/UQS•A·œÍµ¸dZyñ "
b"¿H~¬Ñ±J,É"«XÝ▒S2 "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"ªÃ»k\x01\x05 F\x1A «•\x15 (u\°r "
b"«„_áý€Gøé,È¾ŽŒ\x03 "
b"S\x14 ¯FmHå¸n·xÆû\e M "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"«\x1F ┤bɲCÛì{<KsÓr█ "
b"°Ù5s´ÀN\x08 ²˜Çj'-\x1E m "
b"░Õ;ƒ©*C\x10 ½ÖRàË\x06 ì┬ "
b"""
°ýc*\x0E c@C™3\x06 [‹\r\n
R
"""
b"±Ubòµ\x07 Nÿ“)JZ•Uc” "
b"▒q│£vVM\t ÉÃðÚê2&═ "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"▒´üGé┴KÀÑV\f ▀\f ûÞû "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"³;?\x00 \r O.“¹¨Âû„\x15 ª "
b"│Ó┤│A¡K/Å·GæG\x1E 7Ê "
b"´4ß\x14 ptJ\f ®>VA)X\x00 Þ "
b"´yíLeíBѨ^\x1E ›&\x11 Î\x07 "
b"┤®Ò|ÌÜCìÉìç¶\x05 '\e "
b"´øZ«¡MR˜}¨–\x03 Ùþ "
b"µmwK¼ŒKc°ŸA\x1D VæË\x02 "
b"ÂâKø²JOÅèßu[ø\x11 ã▒ "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"¸ñ‡ºyaA´°ð•w¬\x1F Ž¥ "
b"¸ÿ\r Ë)fFJ¸8ÝHÄÿØß "
b"║\x7F öÖÓ{Ma┤\x03 Å>{¿úx "
b"╗äªcÚòKTáÔ8áÅ═º\x16 "
b"╝\v ïÙmüJáÑÛøÁCÇy¢ "
b"""
¼<\x0E\x1D „ËOèž\n
AP¦[¯w
"""
b"¼Ž¨©–þNk“×,€/F, "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"¾Jÿû ŒA\f ˆÕjˆÅû¡ý "
b"¾Oж½3H©Ÿªò\x18 a:v "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"¾ÒÐü\v\x01 D\x10 ¥ï]fF\t ü\r "
b"┐\┬\x14 A\t A$É═ás═?║Ê "
b"└+\$æ\x06 AWáüG#E^\e o "
b"Á'0ÈcŸK‰™Ã诓ô!} "
b"Á'«µ\r 'BŸ¢ÅhØAɦ9 "
b"ÁO‰Ï¡µGÕˆÎ1t9!cç "
b"┴┬ÊÅ00Oå┤▒0\x7F Ã&ÝG "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"ÂÜ|¡-µDÙ‚ß{¿›(ä\x07 "
b"Âß›ÅÀuEñ‡S^cÏÅBæ "
b"├qÉ×<1@uéJ(Tê\x7F ¸5 "
b"ÄpGNŠˆC§¤>\e ÿíTïþ "
b"Äx\x1E ޼XBPƒ³„î’Í\x1D œ "
b"ÄÞŠ\x19 ?9Oöµ$N\x01 »·\x13 ¸ "
b"Æ(õ™T%Ib¼\x11 ‘z³(ÒÙ "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"ÇMc·n¼J\¿ÏõG»ØS\e "
b"""
È#¬Â\ÇCÖ·©\n
y¼öY\x19
"""
b"Èmt«¹hL¸°uäjz\x13 b” "
b"ÈpIT8öC\x1A ¡Ûp5ö,ï "
b"È¢‡ltwHÕŠ…íÉC\x1E £: "
b"Èì.L\x06 .@!½|qfD(sñ "
b"ÉM’åÛ\x15 OC§Ÿüßln—þ "
b"Éß\x04 g,„Eâ¹èûé#\x19 úa "
b"Ê\x14 ÅYA\x0F I\x7F Š:¼\x02\x07 Õïç "
b"Ê\x7F —œ£\x00 L\x07 ¥ùM\x1C á\n Ñ® "
b"╩ûåQ2ÞCñâ┼Ü\x14 üO?Õ "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"ËAY\x18 ÌAÁƒ£C\v §\x16 a¼ "
b"Ëßÿ\x19 ‰ZIã¯n\x19 –‚Q\x12 ’ "
b"ÌŠF²ŸWBYª\x12\f `§-Dp "
b"Í8´›U‚C\x07 ºd>†öŒ1] "
b"Î/\Â\x04 ”D0¢5#òFQê— "
b"¤àé\x1E Ý╦NeÁê.Õ]»Wü "
b"""
¤ðÉÕ\x17 xA$Ü¡\n
åè*¥~
"""
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"ðC═õWTGGÂá5\x17 4"üÒ "
b"ÐL”F¾FLŸ›~Õ«ìf]{ "
b"иÿã}\x02 MrŠÅ”šqÔ–£ "
b"ð■(i¼JJªó\x02 Î ±Ò«É "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Ñ:BP\x1D 0B‹“m\e ö\x14 \û. "
b"Ò†pé\<D¥²ß*nÛ˜Þy "
b"Ê╔]ý×\x03 DؽƒÌý│yn¾ "
b"Óq\x06 ž{ O<¡*c±q Ðn "
b"Ëì/yIéA»\x04\x04 /╔YÐ┴ "
b"Ë╗ÀÜ¢èH.Ç▓TÉ╔©░Ý "
b"Ôtc\f ãÂF\r ™z•S©Âü• "
b"ÔâP$'H\f Ÿ¤\f ;\x07 ý#à "
b"ÕÖ%8WvH\x1F ¨õFX\x11 Q4 "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"""
×{¶u7¸Aÿ¹>¥\n
A¬¸l
"""
b"׌¿«ÆiL\x04 •\x11 5¶˜ÚOy "
b"Îø\x15 ¼\x16\x13 BXózüDƒ¯~╔ "
b"Ï52▀\x01 dJ¦è\x03 c4\x08 Z\x14 ü "
b"ÏjðE\v ▒H¢ìg>╩êÇæn "
b"Ï┤\x18 g\f\x08 Gé╝╦Ë┴cæÉ\x0E "
b"Ù+€*ǧLlŽ\x01 o œ\x14\x14 P "
b"ÙòEŠ|\x04 KY¾ñÙ\x1F ·Âø\x14 "
b"ÚMœ±†ï@L‚†~§<!\x1F À "
b"Û\r }™d)OÀ¨Mšp˜P=q "
b"Û# è<ŠBy—йµ\v k8 "
b"█m´┐9hLõÆì╝Ü8×├õ "
b"Û›ÑA<ïO\x12 µ$¼_™ä¼E "
b"█╩\x05 ¿*`JHÅðMõ█lPƒ "
b"ÛÖ`ô0HH^ª\x18 ñ[§\x0E -ª "
b"Ü9\x16 |elDj”«\x06 ;?ŠM— "
b"▄[c▀ÈAÁú¶ìt¯ÿP0 "
b"▄ò,▀2ÊL\x10 Øê╣Üä1èã "
b"ÜÀµSÛ‹@¢®Auʬüx‹ "
b"Üù\x06 ‰„Eѧû»mxþç/ "
b"▄þ\x14 )¢/Fɺ{\x03 Ò~²¶u "
b"Ý\x14 cZ,íJ˜»&|xv0;¿ "
b"ÝN¢´`¡I¹ˆˆ©øÊçï¸ "
b"ÝtxùÜaFÕ¸ki‡±È§\x18 "
b"ÝÚ¨ýx=EQ¯‰wã\v ¡#© "
b"ß kЇÐF7¸“¦\x1C “ší5 "
b"Ó[ÌfÆ█J?îeLüp_aø "
b"঑èЙH\x1C ¼çãä!{\x19 E "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"áua½F‰It¡ À€=p1\n "
b"ßüþ┘«░Lí¿>æ┘t29u "
b"áw¢z9Nñ‘Ò[tñ†”$ "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"ã\x1D –d±\t O1Ÿy]³2‘!0 "
b"""
㦼k HG=•\n
\x11 ¯Õ|\r \x11
"""
b"ã°ÍÌ8}Aâ¹Ó“ö{ßðy "
b"õ\x1F ÉWC<Ecä%À:ö "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"äÀØkþ'H\x01 ž±¤\x11 ‡9w\x06 "
b"åQ(&\x11 V@\x03 ¸è\x0F\x1E\v 1H¡ "
b"Õp\x03 ┴èîE3É\x13 ╗\x15 ¯÷\x08 Ø "
b"Õ‗c\x0F HÇAüâZÓ\x07 eºm* "
b"ææò‘8ÅJU ^2=ùnÖØ "
b"æè·Ú\x02 jE.³#@šÐk™V "
b"ç\x05\x18 yÞ)Dݺèq\x17 ì5ZÏ "
b"ç\x06 \£¹<GÛ‹A0?ÛŒ\e — "
b"çÿr\x12 °€H\v ŸE-\x11\x12 ß|\x1E "
b"Þ12¹ıÆKÂØ(\x18 ^8¾\x19 "
b"ÞÁB¤õE»ü\v ÁîÅMí» "
b"é\x1C Ü\x0F ?½O)¢-RÛÌG“\x15 "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"ê;F|r˜CEõ#\e\x04 êÅ\x7F "
b"Û┼!Ú `@Óü®\x03 !\Ün= "
b"ëFü í\x02 L'–£¡ñ2U”„ "
b"ë_7èç^Fg©¬4Ÿ "J0 "
b"ìH4GV¶Mȉ\ óœÉ¯Ñ "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"Ý#\t V¢aO\x01 ìTÔX\x11 Qaõ "
b"í6²D3„@»žJ½iâ/nK "
b"íÏoX(\x1D F\e œ£\x16 ,Ô1ˆ "
b"íÛ‡\x18 u¯Kz‰Pêµ»˜H\e "
b"íðd€\x19 +IN¾À¢íFö\x07\x0F "
b"î\v ð;ôFD°„J\x04\x19 Ý\x10 öº "
b"î³NøNÑ@ƒ¶8é^GMïW "
b"ïàn4µ’K¦ª\ë6þ\x07 ßñ "
b"ÿ?üê┴@▒£Éø¤█\r 1\x12 "
b"±\x08 ráÅıB\x03 äo+uÐ‗Ì\x05 "
b"ñ\x14 (_A“LĘr;\t ®VyÈ "
b"ò.â\x15 êGIÖžob2ÛÖ¥O "
b"óÞ+\r ŸðK+°\x15 LAKD\3 "
b"¶t¥Ìª-JS╣cÖüW\x00 _¾ "
b"öDäìÒIO2¾•R\x03\x05 AÉc "
b"öTD\r oDL÷€T°ÀñL›³ "
b"÷î¯üöÃN,ÂÎòÿÅï│ó "
b"÷\x02 ƒ¥~4Av·ÝÞ’x·ïÞ "
b"÷'S4¢:K[†\x03 ;m\x17 ëñŸ "
b"÷)ê_ºI–…—òS–t\x1C l "
b"øDŒUF–C´‚—NëV×9| "
b"""
°VÅ~\n
âBØÁ>!îÂXâ³
"""
b"ùs¦îEpFë‹\x1E\x19 ǰ<î“ "
b"""
ùvÒ\x18 ÔÑC°¡i#“¯\n
‰°
"""
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"ù‰ÞÎØKO(“&ÅTŸc²6 "
b"ùõ‰n\x1E\x19 Oýž_±Ö'^–| "
b"ú\e r\x1D ÁuFs°\x00 †ˆ\x00\x10 –Ô "
b"ú\x1C ‰MŒüB\x1A §®š ƒšõc "
b"úqÁ\x18 ùKÔ„ö³£1cÑ8 "
b"û2rR;!C\x11 ¥\x16 ¡uXcHè "
b"ûúü\f ™C`•Â\x10 é…æ–_ "
b"³\x00 ÛÉxoEÒÉPÚ÷uìåà "
b"ü\f Àe\x00 EDž¢Lwó'îªm "
b"ü²;(—\x14 I§²0“;ìE/Ó "
b"ý\x02 al8zL.µG„[ÿ«¶ "
b" ZóÊÃãLßèü|òÌMz: "
b"ÿòLV\x0E QKf¢ˆEŽ*X'Y "
]
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 (0x000D99CC795149D8B763F8B3D64009F4 , 0x00451541A7A54A03822F47657C955BC1 , 0x005BBEE48EE94B5A83CBBDEFFFFCE3A2 , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x00BC81D41CC042B3A58617BFD9F90A49 , 0x01580734A1414939AA5CEAE154543EC7 , 0x019A08A9652D43DEA42BDB47FA151EBA , 0x01BCE0F9D4B246D8BFB8D9B3E3D049A3 , 0x0217734EA93E4162ACFF209D83B739FB , 0x0260D7439D7940DD9D81979135B24B52 , 0x027B00904AC2456AA7DE5CCCCB6D4AB9 , 0x041C8ED6153641CAABEF692EB7599E42 , 0x0480CF6C01B44B77AD919BFC5C8C10B0 , 0x059B606A4D524899ADBCA872F8C49715 , 0x05ED0FBD33EF4484A5E3D41101EC48C9 , 0x065A44B41DE947BAA0EFD571A330B477 , 0x06B62A63BA3D41CE81BCD212F433831C , 0x06BC85357AB44B4E9A5E4DF2E27D211F , 0x071BE9CD177C4EE991CB28DE126E9EC5 , 0x0783FB23EEEA4B20BC8DA51D77A3772B , 0x079D5D1E6CC342F28D0E6EFE8227FBED , 0x07B9D9A3DFFB4190A0DC531A585CAC14 , 0x09026A18C255418C8E7216C6B793082C , 0x094062D5A06B4F258C793771A85E6D0E , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0x0A8FE50E8FBC4C9B85F5616504211292 , 0x0B1B995C25C04B6EB26C1C8AF129DDF6 , 0x0B796E0C7BC446AEBA376DFDCBCBD2E6 , 0x0B8BB5FE517A4680A2BC00AA5D72A2B1 , 0x0BAEF82CDE864F539D677A178CAE3A18 , 0x0C255086DCD342A1BD7072F4788CFAEE , 0x0C3397F4449847659B9C0BC11718D929 , 0x0E345E43F7F047B68EB4195EC693620F , 0x0E708C1A0C6D452CBBF42E7D8FB9B008 , 0x0E7DDC43E47247B38D8126F462540FEE , 0x0E9A3FBFF7044F44BDCD0F8044616838 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0x0F00667E976A4FA1933FD5DD1ABD3431 , 0x0F2BC509943F425F88602389A7ECEB65 , 0x0F70B9F4FE9E4C509EB1B4F97897F21B , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x0FF692AF55264C0A88E8AFE9C94C712B , 0x10F7A2B8A973415F89CD91DC297AE2D6 , 0x114840994EE34C14B415E49FBB3583D1 , 0x14304D7AEB26475DA84DBDCB5ECDC3AF , 0x14B3197F21D746EFACE36F52ED3CE6FB , 0x1629D9E9300A4DFD8E890AD6974A04C3 , 0x1739F58E530B4E8F89D6F2FD33F84912 , 0x18A809A0B64E4F9DA62BE00E15AFCDE0 , 0x1A415083786342FC913803F233C82D8E , 0x1A71C4D06D054C5297550E8F4B1C7AE1 , 0x1A829BD98929425A9433A0991A1527F6 , 0x1AF05D89919649E1808C56788B2A1793 , 0x1BBC37F462E942D3996EC73F65C65F3B , 0x1C0B316C7A6F4C33869FC8CC7A6A2A2C , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0x1E13FC698018417CB737CE06186D85AD , 0x1E5182C1840E44F6A3434996176EEF35 , 0x1E87D55E208E4844A283D6296CDD53E6 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x20B40203F06F4B62AAA92C02494FC8A3 , 0x213422AD4E8242E4AF7E3500637396D3 , 0x226E15C39ED2481A8D37401E19131D78 , 0x23049F8278A8404690B63B51DFBFBCDD , 0x24D2C2CA37C74E36BEA954596B6DFA6F , 0x25A319E3163F4BE4B8ABFBD468564E2F , 0x268FC412578B406F8945566B61785612 , 0x26978ECB8B2B4FA7BE0663696A4A39B7 , 0x26CFB58D138A4542AE52AFD1E3593A6F , 0x26D57A9059F145D1BF3C22F3FD40F125 , 0x2720DC05C39D4A60A72240B08C914B64 , 0x277C1CA3AC12482AB7E9FECD573040B6 , 0x27CF1D93E95044EF8F651CAAC1D1BFAB , 0x27F6845B023E42899DE821891D98ACAC , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x2847112ED39949FCABF76AEC4F9B034F , 0x28C1F2F7AA5D4D18B9299599ECD7358B , 0x2917AD87C563492B8954058F3E028F35 , 0x2A4302127024467094774E2EE4BF1590 , 0x2A7259A81318488CB462A02E31BA7CF9 , 0x2B2EF07A3ECD45E5862E00588B04B1A1 , 0x2B4ED33835D54A219D242CEC712BF42D , 0x2C2E3B3963394227B46B257B8D6222A4 , 0x2C593ABB02B148B38E43CB0083898D0C , 0x2CC2D393B6BD47BFB57D72A52983F662 , 0x2CE2FC17C95F498AA04F81674DC269BC , 0x2D020203DBB8489B8704938C4D27013B , 0x2D5D6EAAC36D4F7E9243CC1A0A86BD23 , 0x2D5D8F227CAD458E854A3DE1CD832B06 , 0x2E5792F6A9794A49830E63329CA7659E , 0x2EAD50F272FE49BDA89209023E991A00 , 0x2F64862CAC2C46D5A970D1A21B573598 , 0x2FC7F6BAF63E4FC28659C259098A1C9A , 0x2FD91958A065473987D8A41AFB32817B , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0x304AED6D3EC54BC5BB99786543C37357 , 0x30517DBFB2B54D7395D6A70FF90E7E8D , 0x30E9C1CEFC7148C8B72B76EFF2027217 , 0x33208B6D24EF45E4B105FB2C72BF143F , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x3410B846409243BA8F817BE282CB5A55 , 0x354E25EE7EFD4FC39468F55F02F34F10 , 0x35F9B11318504CD79420210823975B72 , 0x386B531A6521459BB73DF625EF22FB6B , 0x386F0F9167194CBA994E91C51A2E83E8 , 0x3A286B0329354712AE13D055F653A276 , 0x3C0CBD2C27734A3F815DE63C0A16A98D , 0x3C8D9EC9DB364CA1912987621EF02514 , 0x3CD62A5B123C4598B929AB020F66D659 , 0x3D130905458B47A99081A11E7C5B9B69 , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x3E57E79F44444235BE2EA642E71EA52A , 0x3E8CADE194F74F4D9CC45FABBFDE6E97 , 0x419979B0C0E04587AF36F69FEF19D03F , 0x42D1077E32D04A869EE7C251908DA4FC , 0x430F8B48E90E4C4FBF1EB30C9567E039 , 0x4313382CA3A54179817E6615E6250D82 , 0x446F9E26CE4A46668BD5D731BC37E27F , 0x453FCBD14F054ABEAEAB8DEA422C7816 , 0x4542A89C5CB740A4A052ED5FAFD2D913 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x4633289DB7C4420FB7C149C003DA0C86 , 0x46D0DFCC451A47EF944B1F3CB9E0BE80 , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x4860F5F455A049AE80F2EF129CAEC1BC , 0x4915479196B94532B3105B8D53F46B58 , 0x4A8A1B582B0A4FA1A94AF1ADE88C5158 , 0x4CCD22298CC541A9B8A9D4019DF2353D , 0x4D6793B1FDD141B6B603AC4B709DA9D4 , 0x4F3AFCF5C2B941068532B2B756A11A45 , 0x4F462E401E2E4CE48F44BD872AB9B5F4 , 0x4F8C9BA19F574E0E8F65E74EF7DEAC55 , 0x5022CACC179F40C18A488EF858BCFA32 , 0x50B105B1E4AB482A860B46F6B38A5C20 , 0x51CAAB10C87F47FFA26E4FA648CAABED , 0x51E7E0C7AF764663930C8BD50D60ACF3 , 0x52395E958C3F4E39BE185D0AC394A695 , 0x526ABF97EF22478E8CF7C34C6C2E1DE3 , 0x5273F25E874942CB82DFADD5B054A179 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0x52B7B31A3BEF417EB75AF8B85BEC7F33 , 0x52EE29F8106F429C876F8674AC8957E7 , 0x53314A8989504F40B302043F169AE32A , 0x534C00F26D494BD8AB2C2F832FCDF3AE , 0x53A59386411B4B4EB77D9FF0ECBCBE91 , 0x53CCD56205554B5390A1C332A6066A4C , 0x547DD6C7C4804374A8EA09705D2D6D29 , 0x553AD88828204982B07AA18F4DADB025 , 0x55DB626078624359BA213FB9B1349AF2 , 0x55EAB9BC145A4B1EBEE287927AF848A3 , 0x56D2BFF4A3094D009FBB7FAF157DBEEF , 0x57C91979F5584DBAB641C5F4D9B77E7A , 0x57D87359FE104DF48FE63BEF7572F8EB , 0x584B3211022342759FDD1D87BBCC8132 , 0x5864679C72524A4599F3530187F92548 , 0x58BCB383DC7D4542BD3DC7A11E24F58F , 0x5AFA7141F4AD4F3CA65579DE5AB70174 , 0x5B8D5F18678848C9AFFA0D4300FC524F , 0x5C04429BACF1423B81F90B062117C6B6 , 0x5C2300CE904F4E5B83A2D5C34030A36F , 0x5C33AECB111B4514BFC1EA972CEF897D , 0x5C7B0C2609EC4AA0B2AF037E1AB78870 , 0x5C7FA4E64E714105A6E38986E5AA4A56 , 0x5C9AAA8556864DBBAEA8F5BAAFDA0256 , 0x5E2F8F3307884790813356D86BFB6C7F , 0x5E698BB89D274D55971858D23A38965B , 0x5EBF827588EF4435AED23671D67773B2 , 0x5EDD100250754ADEBA488CA084933B05 , 0x5F273C028C1C4365B354D2F780A88F54 , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x631C51AC157149658BCA259A759C853C , 0x635FF6D2473F4099A2FD3F14712F5AE9 , 0x63713F7D0FC249EAA0E28FA77C6D9D29 , 0x63CA355E45FC420EA6EFEC720DAC1F8C , 0x63D0253E4C0448EC8B909FEC5817C0BC , 0x63DB45B405B549A9B11396287B7EF93A , 0x642337C5810B473FB582354E56564B19 , 0x643B7AE10C344C5AB123558B56E347AB , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x6601377B8A974B01B6BECD810BD62254 , 0x663C6B8FBCAD427DAA6440C9AA4CFF81 , 0x67D23D2C4B4048FFA809CA202BD91702 , 0x67E3B83C27E64B39B04DCA6E97E5331B , 0x68AA496ECE684070BB96A7E074EF291A , 0x69D50D5F3BFB4F5A9A9FCE48460CDDB8 , 0x6A88DEC2A60F418BA09AEC48FD04627E , 0x6ABBEFCF52434405B5BDC33013FA30E6 , 0x6BE37FF24BCE4D12BFE70042F8D22352 , 0x6C6DD69AF40C47EA8280E11472AE1418 , 0x6CD1396EA58246D39A8DE490C29B1324 , 0x6CDDAB455DA54F208DDC794A333D580E , 0x6D61702A8B42404CBD39DB1F535D3BCF , 0x6D759189C4A14728927A26B23ACF20F9 , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x6ECACBD0FB5E40EF948BE632905D8CA2 , 0x6F05AF985FBE4797A8F3D9602DF6A509 , 0x6FD7C68679834C5C8E29063C54D2982F , 0x6FED69284CC34FB59712CB5F0EB41EFA , 0x70AF0D914DA54CFF835C54D3FA45CAD1 , 0x70C94C3B7B1D46F5B535199DB085AB84 , 0x70EE4054CA6B4858AC71A86DBEF1A64B , 0x70F92AA4FC234DEBB1D604C714324C90 , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x724135E1D028492086CE932B5D878276 , 0x7297AA5B4E0F486785A9C9A12BEC7E01 , 0x72C8BA90CDF643CE9CBFB14D5E628CDE , 0x72FE7C5125414792B1C52F53F90699C8 , 0x7308E511B9A94202A14A46F0291B79A9 , 0x7391869A9EAB47CDA204D27C2060B5B1 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0x73E3A993D78C45BCAC56957694E3DC61 , 0x747C60779F4D4DA5B94D9A1491009880 , 0x749E039F8C104575AE7FB9C644AA3CD1 , 0x752BC1F30A134094891D499373705A9C , 0x75E51184C08F451E8E984BE2FC31F118 , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x78322A36CE144BB9893E3C3EA317E4A1 , 0x785B4F8FD0B14D5E93DD7668D2BDFFF5 , 0x7868A6FF13B24D63860EE0C4DB29046F , 0x79240D8ABF8E419AB9CD664353182F80 , 0x79473E66FB7E47E59446EBE69FCE70F5 , 0x79A7194600284334AFAA20D9FBDE0C47 , 0x7AEC9A2D63E0482FA87804823D9613DD , 0x7B17BEFAF9694CC087270EB6DBF1EA08 , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x7B48CDD72C4A47BB86D2E87B4F99802E , 0x7B5B8413E4AF440780D41A419A972862 , 0x7BDF8ADE3831497FA64E5B283195019C , 0x7D0C69792E854A2E976F5E78079B8F4D , 0x7D8A4FC9FBEE48CCA22AD01C533BB019 , 0x7DF70695707044559057EA36A1E018A5 , 0x7E962B2DFB6B49E8BF38DD123672AD9E , 0x7E97188F6A0B4F2B8E4FF473A0B90D44 , 0x7EAA16727B614DA3AA24E9FDEE0E43F3 , 0x7FAA0E375E9241A18EDC4966D57ED5E1 , 0x7FD4AB6F2B164A8C9623B389F60A234E , 0x8050CDDF7AD24DF68FB01D40A02CA55D , 0x8088280E489C4E06BD37F2CF97445FF5 , 0x80AA9C4E306A4D28AE2C7D100ABD4876 , 0x80AF1CC6F2424A5E89E0C14B7039F0AD , 0x813702A7D8434375B14B1483915B4E31 , 0x8151DD498E0D4F4D92E144F0BA4CCCE5 , 0x81A178FAB0CB497CA912BB593A39764F , 0x82ABE33080BD4DFE8097DF9BDC950823 , 0x8313EF77C93B4EA588914E60B0A826C2 , 0x83C585E6EC134716A1B615673CDE0CCF , 0x84543F012EA7452C91155AAA40F26059 , 0x84CC8B78EC8E4EF59C363FDF80520843 , 0x856BFB7659BA448DAE9A5DA237B9C408 , 0x8681241A295A4EDF92526CDA0C82F0BA , 0x889C3F1529E94CDF946D121C03E33E63 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0x88EC8A3CFB824978838F628B0B54858B , 0x8926FCABCC714336B89B9F541FB22F3D , 0x89BCB498E34C48779A3240821D6E48F6 , 0x89D0BAD6A4C0452A8F805323B843EEAE , 0x8A1EF21466AF4EE3A93D24E0F7CE6287 , 0x8A200A34716C43A788462941DCD7C30B , 0x8B12E2A54BEF442192B72B493483A129 , 0x8B8C1F87CADD46219DC07D6CD331B1E2 , 0x8BD51843F8DA4CB28F699C81745710DF , 0x8BE42A90B1CE49E6A937D77E33F04EBE , 0x8C0DD79811764638A8F8BDE028E4D8B1 , 0x8D9787C3834745A8A7F03525DE9A9A84 , 0x8E4A7B83E7AC492AA0DC0BF64D938385 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x8EB6F54FD4DF4B7BB2946EEC68159DBF , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x8F6207D2E88B45D7A67E292535E199D0 , 0x9097210EA89747F7B4B3C1C0A19497DF , 0x90DBBDB809734E2D93DF7812CDB4E488 , 0x918362C75B23493EA15AA042B43277A6 , 0x9277B86A6F264F2B8D98373DB0F7BD02 , 0x92B2805DEFA74279A7E3B96A396DB3BD , 0x92D7F2DDEA3A4703899D75F43CD17F05 , 0x9469B02A549E44419B9EDDDB315D50C6 , 0x9497D12E9E5A4501BDF0242552B6D97B , 0x95446021BCEC4C1B8E2F93FB3E32127C , 0x95D3714074084C3BA682EEF94D7C8B85 , 0x962FA46A2A8B4A58A786FCA045201A8C , 0x966B802504584FAD8F7BF8633066BEFA , 0x968BD4BDED3A45B7AE912B9F9C5BE979 , 0x974D443495224C08A4DA716259E786E1 , 0x9759EF0F926A4BD79D266A850411DC7C , 0x97EB73D8BE5048BFBC05240EE82FB49B , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x990B728719554EE4B559389A6187B5F9 , 0x99A34E306C83466A97BAE1001BBA5E1B , 0x99FC09036B7042F0B0B2C1A936029D48 , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0x9ADAAD5CF358464A8A4AEF0E3C3A1E5E , 0x9B3B15B2F80844D1BB545A1357161662 , 0x9B5A17DA666F4BEFB1A9D5F850C9F732 , 0x9D31E69E3F164534B098F8B5B114E385 , 0x9D7DB2BB17164A2ABD613F363C8F7702 , 0x9EC798EA019C454F9559267A8E9A87E6 , 0x9ED200B5E88F4D5EB82C371B92796368 , 0x9FA306C764344CF2A08BF02D94840004 , 0xA013D8A5C05C4C179ED5EE67BA295B05 , 0xA099825FEB7D43B9A5039F763A1B1F10 , 0xA0A21F99EB984DC3A691E1A5DC06D31A , 0xA0D4746CCB504F23B79AC973FDA06740 , 0xA12F63F6D4BD4BE09DB943F2BB7F3DFE , 0xA1557FA5B3CD45188C70665A0EF4C435 , 0xA16D92237AB9441AAB63138B567888AD , 0xA19C25E6FB4043C49B1454814494C0DA , 0xA1EFD1173BD6428981C099D0DF17DBEE , 0xA23D1A1895BE441694DA39EB4EFCD722 , 0xA24B63F65A5D49A187ED091607365B04 , 0xA2AED6DA517948E59F97C52CBCB50D84 , 0xA2E2B1D0014345948D54C4F8932E4D07 , 0xA3AE192138D04CCAB891186883030123 , 0xA3C86DABBB3845B0B91A5E4538CF0CCB , 0xA40EEE79476640BCBE4AF9712C175AE0 , 0xA5529E89DABB447E814FF192DA8752E7 , 0xA57099DDA04946348B57D8FC0513AA66 , 0xA5C396DC8E74471894944855C4F8ED33 , 0xA72F5551539541B79CCDB5B8645A79F1 , 0xA8487EAAA5F14A2C9022AE58EDB15332 , 0xA90319796686407B9795490FBC7029FE , 0xAA0633837D8044D2968E25CF48B70685 , 0xAAC3BB6B0105461AAB951528755CB072 , 0xAB845FE1FD8047F8ADE92CC8BE8E8C03 , 0xAD5314AF466D48E5B86EB778C6FB1B4D , 0xADB42016585941A3982EFE96F98DC6E9 , 0xAE1FB46290FD43EA8D7B3C4B73E072DB , 0xB0D93573B4C04E08B298C76A272D1E6D , 0xB0E53B9FB82A4310AB995285D3068DC2 , 0xB0FD632A0E6340439933065B8B0D0A52 , 0xB15562F2B5074EFF93294A5A95556394 , 0xB171B39C76564D0990C7D0E9883226CD , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xB1EF814782C14BB7A5560CDF0C96E896 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xB33BAD3F000D4F2E93B9A8C2FB8415AA , 0xB3E0B4B341AD4B2F8FFA4791471E37D2 , 0xB434DF1470744A0CAE3E5641295800DE , 0xB479ED4C65ED42D1A85E1E9B2611CE07 , 0xB4A9E37CDE9A43F08D908D87F405271B , 0xB4F8AD5AABA14D52987DA89603D9ADFE , 0xB56D774BBC8C4B63B09F411D56E6CB02 , 0xB6834B9BFD4A4F8F8AE1755B9B11C6B1 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0xB8F187BA796141B4B0F09577AC1F8EA5 , 0xB8FF0DCB2966464AB838DD48C4FFD8DF , 0xBA7F9499E07B4D61B4038F3E7BA8A378 , 0xBB84A663E9954B54A0E238A08FCDA716 , 0xBC0B8BEB6D814AA0A5EA9BB5438079BD , 0xBC3C0E1D84CB4FE89E0A4150A65BAF77 , 0xBC8EA8A996FE4E6B93D72C802F462CAD , 0xBD964333BD904E599616C2DB42751180 , 0xBE4AFFFBA08C410C88D56A88C5FBA1FD , 0xBE4F8AB6BD3348A99FAAF21820613A76 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xBED2D0FC0B014410A5EF5D664609FC0D , 0xBF5CC2144109412490CDA073CD3FBAD2 , 0xC02B5C2491064157A0814723455E1B6F , 0xC12730C8639F4B8999C3E8AF93F4217D , 0xC127ABB50D27429FA2C568D841C9A639 , 0xC14F89CFA1B547D588CE3174392163E7 , 0xC1C2D28F30304F86B4B1307FC726ED47 , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0xC2DC7CA12DB544D982DF7BBF9B28E407 , 0xC2DF9BC5C07545F187535E63CFC542E6 , 0xC371909E3C314075824A2854887FF735 , 0xC470474E8A8843A7A43E1BFFED54EFFE , 0xC4781E8EBC58425083B384EE92CD1D9C , 0xC4DE8A193F394FF6B5244E01BBB713B8 , 0xC628F59954254962BC11917AB328D2D9 , 0xC6C244FECBB04C999BFF987241025147 , 0xC702036A9BCF499BA4878FAB1225F73D , 0xC74D63B76EBC4A5CBFCFF547BBD8531B , 0xC823ACC25CC743D6B7A90A79BCF65919 , 0xC86D74ABB9684CB8B075E46A7A136294 , 0xC870495438F6431AA1DB7035F62CEFAD , 0xC8A2876C747748D58A85EDC9431EA33A , 0xC8EC2E4C062E4021BD7C7166442873F1 , 0xC94D92E5DB154F43A79FFCDF6C6E97FE , 0xC9DF04672C8445E2B9E8FBE92319FA61 , 0xCA14C559410F497F8A3ABC0207D5EFE7 , 0xCA7F979CA3004C07A5F94D1CE10AD1AE , 0xCA96865132E843A483C59A14814F3FE5 , 0xCA9C0B81264347A894630408AA3962C5 , 0xCB415918A0CC41C183A3430BA71661BC , 0xCBDFFF19895A49E3AF6E199682511292 , 0xCC8A46B29F574259AA120C60A72D4470 , 0xCD38B49B55824307BA643E86F68C315D , 0xCE2F5CC204944430A23523F24651EA97 , 0xCF85821EEDCB4E65B5882EE55DAF5781 , 0xCFD090E5177841249AAD0A868A2ABE7E , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0xD043CDE457544747B6A03517342281E3 , 0xD04C9446BE464C9F9B7ED5ABEC665D7B , 0xD0B8FFE37D024D728AC5949A71D496A3 , 0xD0FE2869AC4A4AA6A202D7FFF1E3AE90 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD13A42501D30428B936D1BF6145CFB2E , 0xD28670E95C3C44A5B2DF2A6EDB98DE79 , 0xD2C95DEC9E03449DAB9FDEECB3796EF3 , 0xD371069E7BA04F3CA12A63B17120D06E , 0xD38D2F79498241B6AF04042FC959D1C1 , 0xD3BBB79ABD8A482E80B25490C9B8B0ED , 0xD474630CE3C2460D997A9553A9C2FC95 , 0xD4E250AD2427480C9FA40C3B07FD23C3 , 0xD5D625385776481FA8F546AD58115134 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0xD77BB67537B841FFB93EA50A41ACB86C , 0xD78CBFABC6694C04951135B698DA4F79 , 0xD79B15AC16134258A27A81449FEE7EC9 , 0xD83532DF01644ADD8A036334085A1481 , 0xD86AD0450BB148BD8D673ECA8880916E , 0xD8B418670C084782BCCBD3C16391900E , 0xD92B802AC7A74C6C8E016FA09C141450 , 0xD9F2458A7C044B59BEF1D91FB7C2F814 , 0xDA4D9CB186EF404C82867EA73C211FC0 , 0xDB0D7D9964294FC0A84D9A7098503D71 , 0xDB2320E83C8A427997D0B9B50B6B38C2 , 0xDB6DEFBF39684CE4928DBC9A389EC3E4 , 0xDB9BD1413CEF4F12B524BC5F99E4BC45 , 0xDBCA05A82A604A488FD04DE4DB6C509F , 0xDBD660F43048485EAA18F15BA70E2DAA , 0xDC39167C656C446A94AB063B3F8A4D97 , 0xDC5BF063DFD441B5A3F48D74EE985030 , 0xDC952CDF32D24C109D88B99A84318AC6 , 0xDCC0B553DB8B40A2AE4175CAACFC788B , 0xDCC3B906898445D1A7FBBB6D78FEE72F , 0xDCE71429BD2F4690A77B03E37EFDF475 , 0xDD14635A2CED4A98BB267C7876303BBF , 0xDD4EA2B460A149B98888A9F8CAE7EFB8 , 0xDD7478F9DC6146D5B86B6987B1C8A718 , 0xDDDAA8FD783D4551AF8977E30BA123A9 , 0xDF206BD087D04637B893A61C939AED35 , 0xE05BDE6692DB4A3F8C654C81705F619B , 0xE0A691E8D099481CBCE7E3E4217B1945 , 0xE12095AB0F044138985C335E2BE04ACE , 0xE17561BD46894974A1A0C0803D70310A , 0xE181E7D9AEB04CA1A83E91D974323975 , 0xE1AD77A27A394EF191D25B74F1869424 , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE31D9664B1094F319F795DB332912130 , 0xE3A6BC6BA048473D950A11AFD57C0D11 , 0xE3B0CDCC387D41E2B9D393F67BDFF079 , 0xE41F9057433C45638425B73A948CF7FB , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0xE4C0D86BFE2748019EB1A41187397706 , 0xE551282611564003B8E80F1E0B3148A1 , 0xE57003C18A8C45339013BB15EEF6089D , 0xE5F2630F48804181835AE00765A76D2A , 0xE6E6F29138C54A55A05E323DF96ED6D8 , 0xE6E8B7DA026A452EB323409AD06B9956 , 0xE7051879DE2944DDBAE87117EC355ACF , 0xE7065CA3B93C47DB8B41303FDB8C1B97 , 0xE7FF7212B080480B9F452D1112DF7C1E , 0xE83132FBD5924BB69D28F0185E38F319 , 0xE8B542B6CFE445AF810BB58C8F4DA1AF , 0xE91CDC0F3FBD4F29A22D52DBCC479315 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0xE977F7820B97441ABCFE8FAB11EED316 , 0xEA3B467C72984345ADF5231B04EAC57F , 0xEAC521E9FF6040E081A903215C9A6E3D , 0xEB46FCA0ED024C2796A3A1F132559484 , 0xEB5F37E8E75E4667A9AC349FA0224A30 , 0xEC48344756B64DC8895CA0F39CC9AFD1 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xED230956BD614F018D54E258115161E4 , 0xED36B244338440BB9E4ABD69E22F6E4B , 0xEDCF6F58281D461BAD9CA3162CD43188 , 0xEDDB871875AF4B7A8950EAB5BB98481B , 0xEDF06480192B494EBEC0A2ED46F6070F , 0xEE0BF03BF44644B0844A0419DD10F6BA , 0xEEB34EF84ED14083B638E95E474DEF57 , 0xEFE06E34B5924BA6AA5CEB36FE07DFF1 , 0xF0983F8188C140B19C909BCFDB0D3112 , 0xF10872A08FD54203846F2B75D1F2DE05 , 0xF114285F41934CC498723B09AE5679C8 , 0xF22EE215EA4749D69E6F6232DBD6A54F , 0xF3DE2B0D9FF04B2BB0154C414B445C33 , 0xF474BEDEA62D4A53B963998157005FF3 , 0xF644E4ECD2494F32BE9552030541C963 , 0xF654440D6F444CF78054B0C0F14C9BB3 , 0xF68CEE8194C74E2CB6D795988F8BB3A2 , 0xF70283A57E344176B7DDDE9278B7EFDE , 0xF7275334A23A4B5B86033B6D17EBF19F , 0xF729C3AA5FBA49968597F25396741C6C , 0xF8448C55469643B482974EEB56D7397C , 0xF8568F7E0A83429DB53E218CB65883FC , 0xF973A6EE457046EB8B1E19C7B03CEE93 , 0xF976D218D4D143B0A1692393AF0A89B0 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xF989DECED84B4F289326C5549F63B236 , 0xF9F5896E1E194FFD9E5FB1D6275E967C , 0xFA1B721DC1754673B0008688001096D4 , 0xFA1C894D8CFC421AA7AE9AA0839AF563 , 0xFA71C118F9AD4BD484F6B3A33163D138 , 0xFB3272523B214311A516A175586348E8 , 0xFBFAFCAD0C99436095C210E985E6965F , 0xFC00EA90786F45E39050E9F6758D86C7 , 0xFC0CC0650045449EA24C77F327EEAA6D , 0xFCB23B28971449A7B230933BEC452FD3 , 0xFD02616C387A4C2EB547845BFFABB6A0 , 0xFF5AA2D2C7C64CE18A817C95DE4D7A3A , 0xFFF24C560E514B66A288458E2A582759 )));
Copy
85
1.27 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"DD$ÿ“‘J'¤\x01 é »3—n "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"DD$ÿ“‘J'¤\x01 é »3—n "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 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 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x444424FF93914A27A401E920BB33976E , 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 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x444424FF93914A27A401E920BB33976E , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
3.39 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 \r ™ÌyQIØ·cø³Ö@\t ô "
b"\x00 E\x15 A§¥J\x03 ‚/Ge|•[Á "
b"\x00 [¾äŽéKZƒË½ïÿü㢠"
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"\x00 ╝üÈ\x1C └B│Ñå\x17 ┐┘¨\n I "
b"\x01 X\x07 4¡AI9ª\êáTT>Ç "
b"\x01 š\x08 ©e-CÞ¤+ÛGú\x15\x1E º "
b"\x01 ¼àùÔ²FØ¿¸Ù³ãÐI£ "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"\x02 `ÎCØy@¦Øüùæ5▓KR "
b"\x02 {\x00 ÉJ┬EjºÌ\╠╦mJ╣ "
b"\x04\x1C ŽÖ\x15 6AÊ«ïi.·YžB "
b"\x04 €Ïl\x01 ´Kw‘›ü\Œ\x10 ° "
b"\x05 ›`jMRH™¼¨røÄ—\x15 "
b"\x05 í\x0F ½3ïD„¥ãÔ\x11\x01 ìHÉ "
b"\x06 ZD´\x1D éGº ïÕq£0´w "
b"\x06 Â*c║=A╬ü╝Ê\x12 ¶3â\x1C "
b"\x06 ¼…5z´KNš^Mòâ}!\x1F "
b"\x07\e éÍ\x17 |Né‘Ë(Þ\x12 nžÅ "
b"\x07 â¹#¯ÛK ╝ìÑ\x1D wúw+ "
b"\x07 Ø]\x1E l├B‗ì\x0E n■é'¹Ý "
b"\x07 ╣┘ú▀¹AÉá▄S\x1A X\¼\x14 "
b"\t\x02 j\x18 ÂUAŒŽr\x16 Æ·“\x08 , "
b"\t @bÕ kO%Œy7q¨^m\x0E "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"""
\n
ÅÕ\x0E Å╝Løà§ae\x04 !\x12 Æ
"""
b"\v\e ™\%ÀKn²l\x1C Šñ)Ýö "
b"\v yn\f {ÄF®º7mýËËÒæ "
b"\v ‹µþQzF€¢¼\x00 ª]r¢± "
b"\v «°,ÌåOSØgz\x17 î«:\x18 "
b"\f %P†ÜÓB¡½prôxŒúî "
b"\f 3—ôD˜Ge›œ\v Á\x17\x18 Ù) "
b"\x0E 4^C÷ðG¶Ž´\x19 ^Æ“b\x0F "
b"\x0E pî\x1A\f mE,╗¶.}Å╣░\x08 "
b"\x0E }▄CõrG│ìü&¶bT\x0F ¯ "
b"\x0E š?¿÷\x04 OD½Í\x0F €Dah8 "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"\x0F\x00 f~—jO¡“?ÕÝ\x1A ½41 "
b"\x0F +Å\t ”?B_ˆ`#‰§ìëe "
b"\x0F p¹ôþžLPž±´ùx—ò\e "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"""
\x0F ö’¯U&L\n
ˆè¯éÉLq+
"""
b"\x10 ÷¢¸©sA_‰Í‘Ü)zâÖ "
b"\x11 H@™NãL\x14 ´\x15 䟻5ƒÑ "
b"\x14 0Mzë&G]¨M½Ë^Íï "
b"\x14 ³\x19\x7F !×Fï¬ãoRí<æû "
b"""
\x16 )Ùé0\n
Mýމ\n
Ö—J\x04 Ã
"""
b"\x17 9§ÄS\v NÅëÍ‗²3°I\x12 "
b"\x18 ¿\t áÂNOت+Ó\x0E\x15 »═Ó "
b"\x1A APƒxcBü‘8\x03 ò3È-Ž "
b"\x1A q─ðm\x05 LRùU\x0E ÅK\x1C zß "
b"\x1A ‚›Ù‰)BZ”3 ™\x1A\x15 'ö "
b"\x1A ð]‰‘–IဌVx‹*\x17 “ "
b"\e ¼7ôbéBÓ™nÇ?eÆ_; "
b"\x1C\v 1lzoL3†ŸÈÌzj*, "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"\x1E\x13 üi€\x18 A|·7Î\x06\x18 m… "
b"\x1E Q‚Á„\x0E Dö£CI–\x17 nï5 "
b"\x1E ‡Õ^ ŽHD¢ƒÖ)lÝSæ "
b" !í;'QI§»Î¼ê>>Q "
b" ´\x02\x03 ðoKbª©,\x02 IOÈ£ "
b"!4"N‚Bä¯~5\x00 cs–Ó "
b""n\x15 ├×ÊH\x1A ì7@\x1E\x19\x13\x1D x "
b"#\x04 ƒéx¿@FÉÂ;Q▀┐╝¦ "
b"$ÒÂÊ7ÇN6¾©TYkmúo "
b"%£\x19 ã\x16 ?K丫ûÔhVN/ "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"&—ŽË‹+O§¾\x06 cijJ9· "
b"&¤Áì\x13 èEB«R»ÐÒY:o "
b"&ızÉY±EÐ┐<"¾²@±% "
b"' ▄\x05 ├ØJ`º"@░îæKd "
b"'|\x1C £¬\x12 H*·éþÍW0@¶ "
b"'¤\x1D ôÚPD´Åe\x1C ¬┴Ð┐½ "
b"'÷ä[\x02 >BëØÞ!ë\x1D ÿ¼¼ "
b"""
(2\n
+¦uA;§•\\r ºŽë¨
"""
b"(G\x11 .Ó™Iü«÷jìO›\x03 O "
b"(Áò÷ª]M\x18 ¹)•™ì×5‹ "
b")\x17 ¡ç┼cI+ëT\x05 Å>\x02 Å5 "
b"*C\x02\x12 p$FpöwN.õ┐\x15 É "
b"*rY¨\x13\x18 HŒ´b .1º|ù "
b"+.ðz>ÍEå†.\x00 X‹\x04 ±¡ "
b"+NË85ıJ!Ø$,ýq+¶- "
b",.;9c9B'┤k%{ìb"ñ "
b",Y:╗\x02 ▒H│ÄC╦\x00 âëì\f "
b",ÂÓ“¶½G¿µ}r¥)ƒöb "
b",Ô³\x17 ╔_IèáOügM┬i╝ "
b"-\x02\x02\x03 Û¸H›‡\x04 “ŒM'\x01 ; "
b"""
-]nªÃmO~’CÌ\x1A \n
†½#
"""
b"-]Å"|¡EÄàJ=ß═â+\x06 "
b".W’ö©yJIƒ\x0E c2œ§ež "
b".PòrþI½¨’\t\x02 >™\x1A\x00 "
b"/d†,¬,FÕ©pÑ¢\e W5˜ "
b"/Çöºö>O†YÂY\t Š\x1C š "
b"/┘\x19 XáeG9çÏñ\x1A ¹2ü{ "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"0Jím>ÅKÅ»™xeCÃsW "
b"0Q}┐▓ÁMsòͺ\x0F ¨\x0E ~ì "
b"0éÁÎüqHÈ·+vïò\x02 r\x17 "
b"3 ‹m$ïEä±\x05 û,r¿\x14 ? "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"5N%î~ýOÔhõ_\x02 óO\x10 "
b"5ù±\x13\x18 PL×” !\x08 #—[r "
b"8kS\x1A e!E›·=ö%ï"ûk "
b"8o\x0F ‘g\x19 Lº™N‘Å\x1A .ƒè "
b":(k\x03 )5G\x12 ®\x13 ÐUöS¢v "
b"""
<\f ¢,'sJ?ü]µ<\n
\x16 ®ì
"""
b"<ì×╔█6Líæ)çb\x1E %\x14 "
b"<Ö*[\x12 <E˜¹)«\x02\x0F fÖY "
b"=\x13\t\x05 EïG®Éüí\x1E |[øi "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b">WçŸDDB5¾.¦Bç\x1E ¥* "
b">Œá”÷OMœÄ_«¿Þn— "
b"A™y°ÀàE‡¯6öŸï\x19 Ð? "
b"BÐ\x07 ~2ðJå×þ┬QÉìñ³ "
b"C\x0F ‹Hé\x0E LO¿\x1E ³\f •gà9 "
b"C\x13 8,úÑAyü~f\x15 µ%\r é "
b"Dož&ÎJFf‹Õ×1¼7â\x7F "
b"E?╦ÐO\x05 J¥«½ìÛB,x\x16 "
b"EB¨œ\·@¤ Rí_¯ÒÙ\x13 "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"F3(ØÀ─B\x0F À┴I└\x03 ┌\f å "
b"FÐßÌE\x1A Gï”K\x1F <¹à¾€ "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"H`õôU I®€òï\x12 œ®Á¼ "
b"I\x15 Gæû╣E2│\x10 [ìS¶kX "
b"""
JŠ\e X+\n
O¡©JñèŒQX
"""
b"L═")î┼A®©®È\x01 Ø‗5= "
b"Mgô▒²ÐAÂÂ\x03 ¼KpØ®È "
b"O:üõ¹A\x06 …2²·V¡\x1A E "
b"OF.@\x1E .LõÅD¢ç*╣Á¶ "
b"OîøíƒWN\x0E ÅeþN¸Ì¼U "
b"P"ÊÌ\x17 Ÿ@ÁŠHŽøX¼ú2 "
b"P±\x05 ±ä«H*†\v Fö³Š\ "
b"QÊ«\x10 È\x7F Gÿ¢nO¦HÊ«í "
b"QçàǯvFc“\f ‹Õ\r `¬ó "
b"""
R9^•Œ?N9¾\x18 ]\n
Ô¦•
"""
b"Rj¿—ï"GŽŒ÷ÃLl.\x1D ã "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"R·³\x1A ;ïA~·Zø¸[ì\x7F 3 "
b"Rî)ø\x10 oBœ‡o†t¬‰Wç "
b"S1J‰‰PO@³\x02\x04 ?\x16 šã* "
b"SL\x00 òmIKØ«,/ƒ/Íó® "
b"S¥“†A\e KN·}Ÿðì¼¾‘ "
b"S╠ıb\x05 UKSÉí├2ª\x06 jL "
b"T}ÖÇÄ€Ct¨ê\t p]-m) "
b"U:Ïê( Ié░zíÅM¡░% "
b"UÛb`xbCYº!?¹±4šò "
b"Uê¹¼\x14 ZK\x1E ¾â‡’zøH£ "
b"VÒ¿ô£\t M\x00 Ÿ»\x7F ¯\x15 }¾ï "
b"WÉ\x19 yõXMº¶AÅôÙ·~z "
b"WÏsY■\x10 M¶Åµ;´ur°Ù "
b"XK2\x11\x02 #Buƒ¦\x1D ç╗╠ü2 "
b"XdgœrRJE™óS\x01 ‡ù%H "
b"X╝│â▄}EB¢=Ãí\x1E $§Å "
b"ZúqAôO<¦UyÞZ·\x01 t "
b"[ì_\x18 gêH╔»·\r C\x00 ³RO "
b"\\x04 Bø¼±B;ü¨\v\x06 !\x17 ã "
b"\#\x00 ╬ÉON[âóı├@0úo "
b"\3®Ë\x11\e E\x14 ¿Áê—,ï‰} "
b"\{\f &\t ìJ ²¯\x03 ~\x1A ·ˆp "
b"\\x7F ¤æNqA\x05 ¦ã‰†åªJV "
b"\šª…V†M»®¨õº¯Ú\x02 V "
b"^/Å3\x07 êGÉü3VÏk¹l\x7F "
b"^iï©Ø'MUù\x18 XÊ:8û[ "
b"^¿‚uˆïD5®Ò6qÖws² "
b"^Ý\x10\x02 PuJÞºHŒ „“;\x05 "
b"_'<\x02 î\x1C Ce│TʸǿÅT "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"c\x1C Q¬\x15 qIe‹Ê%šuœ…< "
b"c_öÒG?@™¢ý?\x14 q/Zé "
b"cq?}\x0F ┬IÛáÔź|mØ) "
b"cÊ5^EüB\x0E ¦ïìr\r ¬\x1F Œ "
b"cð%>L\x04 HýïɃýX\x17 └╝ "
b"cÛE´\x05 µI©±\x13 –({~ù: "
b"d#7┼ü\v G?Áé5NVVK\x19 "
b"d;zá\f 4LZ±#U‹VãG« "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"f\x01 7{èùK\x01 Â¥═ü\v Í"T "
b"f<kÅ╝¡B}¬d@╔¬L ü "
b"gÒ=,K@Hÿ¨\t Ê +Ù\x17\x02 "
b"gã¸<'æK9°MÊn—å3\e "
b"hªInÎh@p»–§àtï)\x1A "
b"iÕ\r _;ûOZšŸÎHF\f ݸ "
b"jˆÞ¦\x0F A‹ šìHý\x04 b~ "
b"j»ïÏRCD\x05 µ½Ã0\x13 ú0æ "
b"kã\x7F òKÎM\x12 ¿ç\x00 BøÒ#R "
b"lmÖšô\f Gê‚€á\x14 r®\x14\x18 "
b"lÐ9nÑéFËÜìõÉ┬ø\x13 $ "
b"l¦½E]ÑO ì▄yJ3=X\x0E "
b"map*‹B@L½9Û\x1F S];Ï "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"n╩╦ð¹^@´öïµ2É]îó "
b"o\x05 ¯˜_¾G—¨óÙ`-ö¥\t "
b"oׯ†yƒL\Ž)\x06 <TÒ˜/ "
b"oíi(LÃOµ—\x12 Ë_\x0E ´\x1E ú "
b"p¯\r ‘M¥Lÿƒ\TÓúEÊÑ "
b"p╔L;{\x1D F§Á5\x19 Ø░à½ä "
b"pî@TÊkHX¬q¨m¾ñ¦K "
b"p¨*ñ³#MÙ▒Í\x04 Ã\x14 2LÉ "
b"q)oò»DLW‡íÄ£\x1A ì\x1A Ð "
b"rA5áÐ(I †Î“+]‡‚v "
b"r—ª[N\x0F Hg…©É¡+ì~\x01 "
b"r╚║É═÷C╬£┐▒M^bîÌ "
b"rþ|Q%AG’±Å/Sù\x06 ™È "
b"s\x08 å\x11 ¹©B\x02 ¡JFð)\e y© "
b"s‘†šž«GÍ¢\x04 Ò| `µ± "
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b"s㩓׌E¼¬V•v”ãÜa "
b"t|`wŸMM¥¹Mš\x14 ‘\x00 ˜€ "
b"tž\x03 ŸŒ\x10 Eu®\x7F ¹ÆDª<Ñ "
b"""
u+Áó\n
\x13 @”‰\x1D I“spZœ
"""
b"uÕ\x11 ä└ÅE\x1E ÄÿKÔ³1±\x18 "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"x2*6Î\x14 K¹‰><>£\x17 ä¡ "
b"x[OÅð▒M^ô¦vhÊ¢ § "
b"xh¦ÿ\x13 ²Mc†\x0E àÄÛ)\x04 o "
b"y$\r Š¿ŽAš¹ÍfCS\x18 /€ "
b"yG>fû~Gå”FëæŸÎpõ "
b"y§\x19 F\x00 (C4¯ª ÙûÞ\f G "
b"zìš-càH/¨x\x04 ‚=–\x13 Ý "
b"{\x17 ¾úùiLÀ‡'\x0E ¶Ûñê\x08 "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"{HÍ×,JG»†Òè{O™€. "
b"{[„\x13 ä¯D\x07 €Ô\x1A Aš—(b "
b"{ߊÞ81I\x7F ¦N[(1•\x01 œ "
b"}\f iy.àJ.ùo^x\x07 øÅM "
b"}ŠOÉûîHÌ¢*Ð\x1C S;°\x19 "
b"}¸\x06 òppDUÉWÛ6íÓ\x18 Ñ "
b"~–+-ûkIè¿8Ý\x12 6rž "
b"~ù\x18 Åj\v O+ÄO¶sá╣\r D "
b"~ª\x16 r{aM£ª$éýî\x0E Có "
b"\x7F ª\x0E 7^’A¡ŽÜIfÕ~Õá "
b"""
\x7F Ô«o+\x16 JŒ–#³‰ö\n
#N
"""
b"ÇP═▀zÊM÷Å░\x1D @á,Ñ] "
b"€ˆ(\x0E HœN\x06 ½7òÏ—D_õ "
b"""
€ªœN0jM(®,}\x10 \n
½Hv
"""
b"€¯\x1C ÆòBJ^‰àÁKp9ð "
b"ü7\x02 ºÏCCu▒K\x14 âæ[N1 "
b"üQ¦IÄ\r OMÆßD║L╠Õ "
b"üíx·░╦I|®\x12 ╗Y:9vO "
b"‚«ã0€½Mþ€—ߛܕ\x08 # "
b"ƒ\x13 ïwÉ;N¥ˆ‘N`°¨& "
b"ƒÅ…æì\x13 G\x16 ¡¶\x15 g<Þ\f Ï "
b"„T?\x01 .§E,‘\x15 Zª@ò`Y "
b"„Ì‹xìŽNõœ6?߀R\x08 C "
b"àk¹vY║Dì«Ü]ó7╣─\x08 "
b"åü$\x1A )ZN▀ÆRl┌\f é║ "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"êýè<¹éIxâÅbï\v Tàï "
b"‰&ü«ÌqC6¸›ŸT\x1F ²/= "
b"‰¼´˜ãLHwš2@‚\x1D nHö "
b"ëð║Íñ└E*ÅÇS#©C¯« "
b"Š\x1E ò\x14 f¯Nã©=$à÷Îb‡ "
b"""
Š \n
4qlC§ˆF)AÜ×Ã\v
"""
b"‹\x12 â¥KïD!’·+I4ƒ¡) "
b"ïî\x1F ç╩¦F!Ø└}lË1▒Ô "
b"ïı\x18 C°┌L▓Åi£ütW\x10 ▀ "
b"ïõ*É▒╬Iµ®7Î~3N¥ "
b"Œ\r ט\x11 vF8¨ø½à(䨱 "
b"ìùç├âGE¿º5%ÌÜÜä "
b"ŽJ{ƒç¬I* Ü\v öM“ƒ… "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"ħOÈ▀K{▓önýh\x15 Ø┐ "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"Åb\x07 ÊÞïEΪ~)%5ßÖð "
b"Éù!\x0E ¿ùG¸┤│┴└íöù▀ "
b"É█¢©\t sN-ô▀x\x12 ═┤õê "
b"‘ƒbÇ[#I>¡Z B´2w¦ "
b"Æw©jo&O+ìÿ7=░¸¢\x02 "
b"’²€]ï§By§ã¹j9m³½ "
b"ÆÎ‗¦Û:G\x03 ëØu¶<Ð\x7F\x05 "
b"”i°*TžDA›žÝÛ1]PÆ "
b"”—Ñ.žZE\x01 ½ð$%R¶Ù{ "
b"•D`!¼ìL\e Ž/“û>2\x12 | "
b"•Óq@t\x08 L;¦‚îùM|‹… "
b"–/¤j*‹JX§†ü E \x1A Œ "
b"ûkÇ%\x04 XO¡Å{°c0f¥· "
b"–‹Ô½í:E·®‘+Ÿœ[éy "
b"—MD4•"L\x08 ¤ÚqbYç†á "
b"ùY´\x0F ÆjKÎØ&jà\x04\x11 ▄| "
b"—ësؾPH¿¼\x05 $\x0E è/´› "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"™\v r‡\x19 UNäµY8ša‡µù "
b"™£N0lƒFj—ºá\x00\e º^\e "
b"Ö³\t\x03 kpB░▓┴®6\x02 ØH "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"šÚ\óXFJŠJï\x0E <:\x1E ^ "
b"›;\x15 ²ø\x08 DÑ»TZ\x13 W\x16\x16 b "
b"›Z\x17 ÚfoKï±©ÕøPÉ÷2 "
b"Ø1µ×?\x16 E4░ÿ°Á▒\x14 Òà "
b"Ø}▓╗\x17\x16 J*¢a?6<Åw\x02 "
b"žÇ˜ê\x01 œEO•Y&zŽš‡æ "
b"×Ê\x00 ÁÞÅM^©,7\e Æych "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b" \x13 Ø¥À\L\x17 žÕîgº)[\x05 "
b" ™‚_ë}C¹¥\x03 Ÿv:\e\x1F\x10 "
b" ¢\x1F ™ë˜Mæ‘á¥Ü\x06 Ó\x1A "
b" ÔtlËPO#·šÉsý g@ "
b"í/c÷È¢KÓØ╣C‗╗\x7F =■ "
b"¡U\x7F ¥³ÍE\x18 ŒpfZ\x0E ôÄ5 "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"í£%µ¹@C─ø\x14 TüDö└┌ "
b"í´Ð\x17 ;ÍBëü└Öð▀\x17 █¯ "
b"¢=\x1A\x18 •¾D\x16 ”Ú9ëNü×" "
b"¢KcöZ]I¡‡í\t\x16\x07 6[\x04 "
b"¢®ÖÚQyH埗Å,¼µ\r „ "
b"óÔ▒ð\x01 CEöìT─°ô.M\x07 "
b"£®\x19 !8ÐLʸ‘\x18 hƒ\x03\x01 # "
b"£Èm«»8E°¹\x1A ^E8Ï\f Ë "
b"¤\x0E îyGf@¼¾Jùq,\x17 Zà "
b"ÑR×ë┌╗D~üO±Æ┌çRþ "
b"¥p™Ý IF4‹WØü\x05\x13 ªf "
b"¥Ã–ÜŽtG\x18 ””HUÄøí3 "
b"§/UQS•A·œÍµ¸dZyñ "
b"¿H~¬Ñ±J,É"«XÝ▒S2 "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"ªÃ»k\x01\x05 F\x1A «•\x15 (u\°r "
b"«„_áý€Gøé,È¾ŽŒ\x03 "
b"S\x14 ¯FmHå¸n·xÆû\e M "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"«\x1F ┤bɲCÛì{<KsÓr█ "
b"°Ù5s´ÀN\x08 ²˜Çj'-\x1E m "
b"░Õ;ƒ©*C\x10 ½ÖRàË\x06 ì┬ "
b"""
°ýc*\x0E c@C™3\x06 [‹\r\n
R
"""
b"±Ubòµ\x07 Nÿ“)JZ•Uc” "
b"▒q│£vVM\t ÉÃðÚê2&═ "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"▒´üGé┴KÀÑV\f ▀\f ûÞû "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"³;?\x00 \r O.“¹¨Âû„\x15 ª "
b"│Ó┤│A¡K/Å·GæG\x1E 7Ê "
b"´4ß\x14 ptJ\f ®>VA)X\x00 Þ "
b"´yíLeíBѨ^\x1E ›&\x11 Î\x07 "
b"┤®Ò|ÌÜCìÉìç¶\x05 '\e "
b"´øZ«¡MR˜}¨–\x03 Ùþ "
b"µmwK¼ŒKc°ŸA\x1D VæË\x02 "
b"ÂâKø²JOÅèßu[ø\x11 ã▒ "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"¸ñ‡ºyaA´°ð•w¬\x1F Ž¥ "
b"¸ÿ\r Ë)fFJ¸8ÝHÄÿØß "
b"║\x7F öÖÓ{Ma┤\x03 Å>{¿úx "
b"╗äªcÚòKTáÔ8áÅ═º\x16 "
b"╝\v ïÙmüJáÑÛøÁCÇy¢ "
b"""
¼<\x0E\x1D „ËOèž\n
AP¦[¯w
"""
b"¼Ž¨©–þNk“×,€/F, "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"¾Jÿû ŒA\f ˆÕjˆÅû¡ý "
b"¾Oж½3H©Ÿªò\x18 a:v "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"¾ÒÐü\v\x01 D\x10 ¥ï]fF\t ü\r "
b"┐\┬\x14 A\t A$É═ás═?║Ê "
b"└+\$æ\x06 AWáüG#E^\e o "
b"Á'0ÈcŸK‰™Ã诓ô!} "
b"Á'«µ\r 'BŸ¢ÅhØAɦ9 "
b"ÁO‰Ï¡µGÕˆÎ1t9!cç "
b"┴┬ÊÅ00Oå┤▒0\x7F Ã&ÝG "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"ÂÜ|¡-µDÙ‚ß{¿›(ä\x07 "
b"Âß›ÅÀuEñ‡S^cÏÅBæ "
b"├qÉ×<1@uéJ(Tê\x7F ¸5 "
b"ÄpGNŠˆC§¤>\e ÿíTïþ "
b"Äx\x1E ޼XBPƒ³„î’Í\x1D œ "
b"ÄÞŠ\x19 ?9Oöµ$N\x01 »·\x13 ¸ "
b"Æ(õ™T%Ib¼\x11 ‘z³(ÒÙ "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"ÇMc·n¼J\¿ÏõG»ØS\e "
b"""
È#¬Â\ÇCÖ·©\n
y¼öY\x19
"""
b"Èmt«¹hL¸°uäjz\x13 b” "
b"ÈpIT8öC\x1A ¡Ûp5ö,ï "
b"È¢‡ltwHÕŠ…íÉC\x1E £: "
b"Èì.L\x06 .@!½|qfD(sñ "
b"ÉM’åÛ\x15 OC§Ÿüßln—þ "
b"Éß\x04 g,„Eâ¹èûé#\x19 úa "
b"Ê\x14 ÅYA\x0F I\x7F Š:¼\x02\x07 Õïç "
b"Ê\x7F —œ£\x00 L\x07 ¥ùM\x1C á\n Ñ® "
b"╩ûåQ2ÞCñâ┼Ü\x14 üO?Õ "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"ËAY\x18 ÌAÁƒ£C\v §\x16 a¼ "
b"Ëßÿ\x19 ‰ZIã¯n\x19 –‚Q\x12 ’ "
b"ÌŠF²ŸWBYª\x12\f `§-Dp "
b"Í8´›U‚C\x07 ºd>†öŒ1] "
b"Î/\Â\x04 ”D0¢5#òFQê— "
b"¤àé\x1E Ý╦NeÁê.Õ]»Wü "
b"""
¤ðÉÕ\x17 xA$Ü¡\n
åè*¥~
"""
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"ðC═õWTGGÂá5\x17 4"üÒ "
b"ÐL”F¾FLŸ›~Õ«ìf]{ "
b"иÿã}\x02 MrŠÅ”šqÔ–£ "
b"ð■(i¼JJªó\x02 Î ±Ò«É "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Ñ:BP\x1D 0B‹“m\e ö\x14 \û. "
b"Ò†pé\<D¥²ß*nÛ˜Þy "
b"Ê╔]ý×\x03 DؽƒÌý│yn¾ "
b"Óq\x06 ž{ O<¡*c±q Ðn "
b"Ëì/yIéA»\x04\x04 /╔YÐ┴ "
b"Ë╗ÀÜ¢èH.Ç▓TÉ╔©░Ý "
b"Ôtc\f ãÂF\r ™z•S©Âü• "
b"ÔâP$'H\f Ÿ¤\f ;\x07 ý#à "
b"ÕÖ%8WvH\x1F ¨õFX\x11 Q4 "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"""
×{¶u7¸Aÿ¹>¥\n
A¬¸l
"""
b"׌¿«ÆiL\x04 •\x11 5¶˜ÚOy "
b"Îø\x15 ¼\x16\x13 BXózüDƒ¯~╔ "
b"Ï52▀\x01 dJ¦è\x03 c4\x08 Z\x14 ü "
b"ÏjðE\v ▒H¢ìg>╩êÇæn "
b"Ï┤\x18 g\f\x08 Gé╝╦Ë┴cæÉ\x0E "
b"Ù+€*ǧLlŽ\x01 o œ\x14\x14 P "
b"ÙòEŠ|\x04 KY¾ñÙ\x1F ·Âø\x14 "
b"ÚMœ±†ï@L‚†~§<!\x1F À "
b"Û\r }™d)OÀ¨Mšp˜P=q "
b"Û# è<ŠBy—йµ\v k8 "
b"█m´┐9hLõÆì╝Ü8×├õ "
b"Û›ÑA<ïO\x12 µ$¼_™ä¼E "
b"█╩\x05 ¿*`JHÅðMõ█lPƒ "
b"ÛÖ`ô0HH^ª\x18 ñ[§\x0E -ª "
b"Ü9\x16 |elDj”«\x06 ;?ŠM— "
b"▄[c▀ÈAÁú¶ìt¯ÿP0 "
b"▄ò,▀2ÊL\x10 Øê╣Üä1èã "
b"ÜÀµSÛ‹@¢®Auʬüx‹ "
b"Üù\x06 ‰„Eѧû»mxþç/ "
b"▄þ\x14 )¢/Fɺ{\x03 Ò~²¶u "
b"Ý\x14 cZ,íJ˜»&|xv0;¿ "
b"ÝN¢´`¡I¹ˆˆ©øÊçï¸ "
b"ÝtxùÜaFÕ¸ki‡±È§\x18 "
b"ÝÚ¨ýx=EQ¯‰wã\v ¡#© "
b"ß kЇÐF7¸“¦\x1C “ší5 "
b"Ó[ÌfÆ█J?îeLüp_aø "
b"঑èЙH\x1C ¼çãä!{\x19 E "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"áua½F‰It¡ À€=p1\n "
b"ßüþ┘«░Lí¿>æ┘t29u "
b"áw¢z9Nñ‘Ò[tñ†”$ "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"ã\x1D –d±\t O1Ÿy]³2‘!0 "
b"""
㦼k HG=•\n
\x11 ¯Õ|\r \x11
"""
b"ã°ÍÌ8}Aâ¹Ó“ö{ßðy "
b"õ\x1F ÉWC<Ecä%À:ö "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"äÀØkþ'H\x01 ž±¤\x11 ‡9w\x06 "
b"åQ(&\x11 V@\x03 ¸è\x0F\x1E\v 1H¡ "
b"Õp\x03 ┴èîE3É\x13 ╗\x15 ¯÷\x08 Ø "
b"Õ‗c\x0F HÇAüâZÓ\x07 eºm* "
b"ææò‘8ÅJU ^2=ùnÖØ "
b"æè·Ú\x02 jE.³#@šÐk™V "
b"ç\x05\x18 yÞ)Dݺèq\x17 ì5ZÏ "
b"ç\x06 \£¹<GÛ‹A0?ÛŒ\e — "
b"çÿr\x12 °€H\v ŸE-\x11\x12 ß|\x1E "
b"Þ12¹ıÆKÂØ(\x18 ^8¾\x19 "
b"ÞÁB¤õE»ü\v ÁîÅMí» "
b"é\x1C Ü\x0F ?½O)¢-RÛÌG“\x15 "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"ê;F|r˜CEõ#\e\x04 êÅ\x7F "
b"Û┼!Ú `@Óü®\x03 !\Ün= "
b"ëFü í\x02 L'–£¡ñ2U”„ "
b"ë_7èç^Fg©¬4Ÿ "J0 "
b"ìH4GV¶Mȉ\ óœÉ¯Ñ "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"Ý#\t V¢aO\x01 ìTÔX\x11 Qaõ "
b"í6²D3„@»žJ½iâ/nK "
b"íÏoX(\x1D F\e œ£\x16 ,Ô1ˆ "
b"íÛ‡\x18 u¯Kz‰Pêµ»˜H\e "
b"íðd€\x19 +IN¾À¢íFö\x07\x0F "
b"î\v ð;ôFD°„J\x04\x19 Ý\x10 öº "
b"î³NøNÑ@ƒ¶8é^GMïW "
b"ïàn4µ’K¦ª\ë6þ\x07 ßñ "
b"ÿ?üê┴@▒£Éø¤█\r 1\x12 "
b"±\x08 ráÅıB\x03 äo+uÐ‗Ì\x05 "
b"ñ\x14 (_A“LĘr;\t ®VyÈ "
b"ò.â\x15 êGIÖžob2ÛÖ¥O "
b"óÞ+\r ŸðK+°\x15 LAKD\3 "
b"¶t¥Ìª-JS╣cÖüW\x00 _¾ "
b"öDäìÒIO2¾•R\x03\x05 AÉc "
b"öTD\r oDL÷€T°ÀñL›³ "
b"÷î¯üöÃN,ÂÎòÿÅï│ó "
b"÷\x02 ƒ¥~4Av·ÝÞ’x·ïÞ "
b"÷'S4¢:K[†\x03 ;m\x17 ëñŸ "
b"÷)ê_ºI–…—òS–t\x1C l "
b"øDŒUF–C´‚—NëV×9| "
b"""
°VÅ~\n
âBØÁ>!îÂXâ³
"""
b"ùs¦îEpFë‹\x1E\x19 ǰ<î“ "
b"""
ùvÒ\x18 ÔÑC°¡i#“¯\n
‰°
"""
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"ù‰ÞÎØKO(“&ÅTŸc²6 "
b"ùõ‰n\x1E\x19 Oýž_±Ö'^–| "
b"ú\e r\x1D ÁuFs°\x00 †ˆ\x00\x10 –Ô "
b"ú\x1C ‰MŒüB\x1A §®š ƒšõc "
b"úqÁ\x18 ùKÔ„ö³£1cÑ8 "
b"û2rR;!C\x11 ¥\x16 ¡uXcHè "
b"ûúü\f ™C`•Â\x10 é…æ–_ "
b"³\x00 ÛÉxoEÒÉPÚ÷uìåà "
b"ü\f Àe\x00 EDž¢Lwó'îªm "
b"ü²;(—\x14 I§²0“;ìE/Ó "
b"ý\x02 al8zL.µG„[ÿ«¶ "
b" ZóÊÃãLßèü|òÌMz: "
b"ÿòLV\x0E QKf¢ˆEŽ*X'Y "
]
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 (0x000D99CC795149D8B763F8B3D64009F4 , 0x00451541A7A54A03822F47657C955BC1 , 0x005BBEE48EE94B5A83CBBDEFFFFCE3A2 , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x00BC81D41CC042B3A58617BFD9F90A49 , 0x01580734A1414939AA5CEAE154543EC7 , 0x019A08A9652D43DEA42BDB47FA151EBA , 0x01BCE0F9D4B246D8BFB8D9B3E3D049A3 , 0x0217734EA93E4162ACFF209D83B739FB , 0x0260D7439D7940DD9D81979135B24B52 , 0x027B00904AC2456AA7DE5CCCCB6D4AB9 , 0x041C8ED6153641CAABEF692EB7599E42 , 0x0480CF6C01B44B77AD919BFC5C8C10B0 , 0x059B606A4D524899ADBCA872F8C49715 , 0x05ED0FBD33EF4484A5E3D41101EC48C9 , 0x065A44B41DE947BAA0EFD571A330B477 , 0x06B62A63BA3D41CE81BCD212F433831C , 0x06BC85357AB44B4E9A5E4DF2E27D211F , 0x071BE9CD177C4EE991CB28DE126E9EC5 , 0x0783FB23EEEA4B20BC8DA51D77A3772B , 0x079D5D1E6CC342F28D0E6EFE8227FBED , 0x07B9D9A3DFFB4190A0DC531A585CAC14 , 0x09026A18C255418C8E7216C6B793082C , 0x094062D5A06B4F258C793771A85E6D0E , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0x0A8FE50E8FBC4C9B85F5616504211292 , 0x0B1B995C25C04B6EB26C1C8AF129DDF6 , 0x0B796E0C7BC446AEBA376DFDCBCBD2E6 , 0x0B8BB5FE517A4680A2BC00AA5D72A2B1 , 0x0BAEF82CDE864F539D677A178CAE3A18 , 0x0C255086DCD342A1BD7072F4788CFAEE , 0x0C3397F4449847659B9C0BC11718D929 , 0x0E345E43F7F047B68EB4195EC693620F , 0x0E708C1A0C6D452CBBF42E7D8FB9B008 , 0x0E7DDC43E47247B38D8126F462540FEE , 0x0E9A3FBFF7044F44BDCD0F8044616838 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0x0F00667E976A4FA1933FD5DD1ABD3431 , 0x0F2BC509943F425F88602389A7ECEB65 , 0x0F70B9F4FE9E4C509EB1B4F97897F21B , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x0FF692AF55264C0A88E8AFE9C94C712B , 0x10F7A2B8A973415F89CD91DC297AE2D6 , 0x114840994EE34C14B415E49FBB3583D1 , 0x14304D7AEB26475DA84DBDCB5ECDC3AF , 0x14B3197F21D746EFACE36F52ED3CE6FB , 0x1629D9E9300A4DFD8E890AD6974A04C3 , 0x1739F58E530B4E8F89D6F2FD33F84912 , 0x18A809A0B64E4F9DA62BE00E15AFCDE0 , 0x1A415083786342FC913803F233C82D8E , 0x1A71C4D06D054C5297550E8F4B1C7AE1 , 0x1A829BD98929425A9433A0991A1527F6 , 0x1AF05D89919649E1808C56788B2A1793 , 0x1BBC37F462E942D3996EC73F65C65F3B , 0x1C0B316C7A6F4C33869FC8CC7A6A2A2C , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0x1E13FC698018417CB737CE06186D85AD , 0x1E5182C1840E44F6A3434996176EEF35 , 0x1E87D55E208E4844A283D6296CDD53E6 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x20B40203F06F4B62AAA92C02494FC8A3 , 0x213422AD4E8242E4AF7E3500637396D3 , 0x226E15C39ED2481A8D37401E19131D78 , 0x23049F8278A8404690B63B51DFBFBCDD , 0x24D2C2CA37C74E36BEA954596B6DFA6F , 0x25A319E3163F4BE4B8ABFBD468564E2F , 0x268FC412578B406F8945566B61785612 , 0x26978ECB8B2B4FA7BE0663696A4A39B7 , 0x26CFB58D138A4542AE52AFD1E3593A6F , 0x26D57A9059F145D1BF3C22F3FD40F125 , 0x2720DC05C39D4A60A72240B08C914B64 , 0x277C1CA3AC12482AB7E9FECD573040B6 , 0x27CF1D93E95044EF8F651CAAC1D1BFAB , 0x27F6845B023E42899DE821891D98ACAC , 0x28320A2BA675413BA7955C0DBA8EEBA8 , 0x2847112ED39949FCABF76AEC4F9B034F , 0x28C1F2F7AA5D4D18B9299599ECD7358B , 0x2917AD87C563492B8954058F3E028F35 , 0x2A4302127024467094774E2EE4BF1590 , 0x2A7259A81318488CB462A02E31BA7CF9 , 0x2B2EF07A3ECD45E5862E00588B04B1A1 , 0x2B4ED33835D54A219D242CEC712BF42D , 0x2C2E3B3963394227B46B257B8D6222A4 , 0x2C593ABB02B148B38E43CB0083898D0C , 0x2CC2D393B6BD47BFB57D72A52983F662 , 0x2CE2FC17C95F498AA04F81674DC269BC , 0x2D020203DBB8489B8704938C4D27013B , 0x2D5D6EAAC36D4F7E9243CC1A0A86BD23 , 0x2D5D8F227CAD458E854A3DE1CD832B06 , 0x2E5792F6A9794A49830E63329CA7659E , 0x2EAD50F272FE49BDA89209023E991A00 , 0x2F64862CAC2C46D5A970D1A21B573598 , 0x2FC7F6BAF63E4FC28659C259098A1C9A , 0x2FD91958A065473987D8A41AFB32817B , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0x304AED6D3EC54BC5BB99786543C37357 , 0x30517DBFB2B54D7395D6A70FF90E7E8D , 0x30E9C1CEFC7148C8B72B76EFF2027217 , 0x33208B6D24EF45E4B105FB2C72BF143F , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x3410B846409243BA8F817BE282CB5A55 , 0x354E25EE7EFD4FC39468F55F02F34F10 , 0x35F9B11318504CD79420210823975B72 , 0x386B531A6521459BB73DF625EF22FB6B , 0x386F0F9167194CBA994E91C51A2E83E8 , 0x3A286B0329354712AE13D055F653A276 , 0x3C0CBD2C27734A3F815DE63C0A16A98D , 0x3C8D9EC9DB364CA1912987621EF02514 , 0x3CD62A5B123C4598B929AB020F66D659 , 0x3D130905458B47A99081A11E7C5B9B69 , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x3E57E79F44444235BE2EA642E71EA52A , 0x3E8CADE194F74F4D9CC45FABBFDE6E97 , 0x419979B0C0E04587AF36F69FEF19D03F , 0x42D1077E32D04A869EE7C251908DA4FC , 0x430F8B48E90E4C4FBF1EB30C9567E039 , 0x4313382CA3A54179817E6615E6250D82 , 0x446F9E26CE4A46668BD5D731BC37E27F , 0x453FCBD14F054ABEAEAB8DEA422C7816 , 0x4542A89C5CB740A4A052ED5FAFD2D913 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x4633289DB7C4420FB7C149C003DA0C86 , 0x46D0DFCC451A47EF944B1F3CB9E0BE80 , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x4860F5F455A049AE80F2EF129CAEC1BC , 0x4915479196B94532B3105B8D53F46B58 , 0x4A8A1B582B0A4FA1A94AF1ADE88C5158 , 0x4CCD22298CC541A9B8A9D4019DF2353D , 0x4D6793B1FDD141B6B603AC4B709DA9D4 , 0x4F3AFCF5C2B941068532B2B756A11A45 , 0x4F462E401E2E4CE48F44BD872AB9B5F4 , 0x4F8C9BA19F574E0E8F65E74EF7DEAC55 , 0x5022CACC179F40C18A488EF858BCFA32 , 0x50B105B1E4AB482A860B46F6B38A5C20 , 0x51CAAB10C87F47FFA26E4FA648CAABED , 0x51E7E0C7AF764663930C8BD50D60ACF3 , 0x52395E958C3F4E39BE185D0AC394A695 , 0x526ABF97EF22478E8CF7C34C6C2E1DE3 , 0x5273F25E874942CB82DFADD5B054A179 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0x52B7B31A3BEF417EB75AF8B85BEC7F33 , 0x52EE29F8106F429C876F8674AC8957E7 , 0x53314A8989504F40B302043F169AE32A , 0x534C00F26D494BD8AB2C2F832FCDF3AE , 0x53A59386411B4B4EB77D9FF0ECBCBE91 , 0x53CCD56205554B5390A1C332A6066A4C , 0x547DD6C7C4804374A8EA09705D2D6D29 , 0x553AD88828204982B07AA18F4DADB025 , 0x55DB626078624359BA213FB9B1349AF2 , 0x55EAB9BC145A4B1EBEE287927AF848A3 , 0x56D2BFF4A3094D009FBB7FAF157DBEEF , 0x57C91979F5584DBAB641C5F4D9B77E7A , 0x57D87359FE104DF48FE63BEF7572F8EB , 0x584B3211022342759FDD1D87BBCC8132 , 0x5864679C72524A4599F3530187F92548 , 0x58BCB383DC7D4542BD3DC7A11E24F58F , 0x5AFA7141F4AD4F3CA65579DE5AB70174 , 0x5B8D5F18678848C9AFFA0D4300FC524F , 0x5C04429BACF1423B81F90B062117C6B6 , 0x5C2300CE904F4E5B83A2D5C34030A36F , 0x5C33AECB111B4514BFC1EA972CEF897D , 0x5C7B0C2609EC4AA0B2AF037E1AB78870 , 0x5C7FA4E64E714105A6E38986E5AA4A56 , 0x5C9AAA8556864DBBAEA8F5BAAFDA0256 , 0x5E2F8F3307884790813356D86BFB6C7F , 0x5E698BB89D274D55971858D23A38965B , 0x5EBF827588EF4435AED23671D67773B2 , 0x5EDD100250754ADEBA488CA084933B05 , 0x5F273C028C1C4365B354D2F780A88F54 , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x631C51AC157149658BCA259A759C853C , 0x635FF6D2473F4099A2FD3F14712F5AE9 , 0x63713F7D0FC249EAA0E28FA77C6D9D29 , 0x63CA355E45FC420EA6EFEC720DAC1F8C , 0x63D0253E4C0448EC8B909FEC5817C0BC , 0x63DB45B405B549A9B11396287B7EF93A , 0x642337C5810B473FB582354E56564B19 , 0x643B7AE10C344C5AB123558B56E347AB , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x6601377B8A974B01B6BECD810BD62254 , 0x663C6B8FBCAD427DAA6440C9AA4CFF81 , 0x67D23D2C4B4048FFA809CA202BD91702 , 0x67E3B83C27E64B39B04DCA6E97E5331B , 0x68AA496ECE684070BB96A7E074EF291A , 0x69D50D5F3BFB4F5A9A9FCE48460CDDB8 , 0x6A88DEC2A60F418BA09AEC48FD04627E , 0x6ABBEFCF52434405B5BDC33013FA30E6 , 0x6BE37FF24BCE4D12BFE70042F8D22352 , 0x6C6DD69AF40C47EA8280E11472AE1418 , 0x6CD1396EA58246D39A8DE490C29B1324 , 0x6CDDAB455DA54F208DDC794A333D580E , 0x6D61702A8B42404CBD39DB1F535D3BCF , 0x6D759189C4A14728927A26B23ACF20F9 , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x6ECACBD0FB5E40EF948BE632905D8CA2 , 0x6F05AF985FBE4797A8F3D9602DF6A509 , 0x6FD7C68679834C5C8E29063C54D2982F , 0x6FED69284CC34FB59712CB5F0EB41EFA , 0x70AF0D914DA54CFF835C54D3FA45CAD1 , 0x70C94C3B7B1D46F5B535199DB085AB84 , 0x70EE4054CA6B4858AC71A86DBEF1A64B , 0x70F92AA4FC234DEBB1D604C714324C90 , 0x71296FF2BB444C5787EDC4A31AEC1AD0 , 0x724135E1D028492086CE932B5D878276 , 0x7297AA5B4E0F486785A9C9A12BEC7E01 , 0x72C8BA90CDF643CE9CBFB14D5E628CDE , 0x72FE7C5125414792B1C52F53F90699C8 , 0x7308E511B9A94202A14A46F0291B79A9 , 0x7391869A9EAB47CDA204D27C2060B5B1 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0x73E3A993D78C45BCAC56957694E3DC61 , 0x747C60779F4D4DA5B94D9A1491009880 , 0x749E039F8C104575AE7FB9C644AA3CD1 , 0x752BC1F30A134094891D499373705A9C , 0x75E51184C08F451E8E984BE2FC31F118 , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x78322A36CE144BB9893E3C3EA317E4A1 , 0x785B4F8FD0B14D5E93DD7668D2BDFFF5 , 0x7868A6FF13B24D63860EE0C4DB29046F , 0x79240D8ABF8E419AB9CD664353182F80 , 0x79473E66FB7E47E59446EBE69FCE70F5 , 0x79A7194600284334AFAA20D9FBDE0C47 , 0x7AEC9A2D63E0482FA87804823D9613DD , 0x7B17BEFAF9694CC087270EB6DBF1EA08 , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x7B48CDD72C4A47BB86D2E87B4F99802E , 0x7B5B8413E4AF440780D41A419A972862 , 0x7BDF8ADE3831497FA64E5B283195019C , 0x7D0C69792E854A2E976F5E78079B8F4D , 0x7D8A4FC9FBEE48CCA22AD01C533BB019 , 0x7DF70695707044559057EA36A1E018A5 , 0x7E962B2DFB6B49E8BF38DD123672AD9E , 0x7E97188F6A0B4F2B8E4FF473A0B90D44 , 0x7EAA16727B614DA3AA24E9FDEE0E43F3 , 0x7FAA0E375E9241A18EDC4966D57ED5E1 , 0x7FD4AB6F2B164A8C9623B389F60A234E , 0x8050CDDF7AD24DF68FB01D40A02CA55D , 0x8088280E489C4E06BD37F2CF97445FF5 , 0x80AA9C4E306A4D28AE2C7D100ABD4876 , 0x80AF1CC6F2424A5E89E0C14B7039F0AD , 0x813702A7D8434375B14B1483915B4E31 , 0x8151DD498E0D4F4D92E144F0BA4CCCE5 , 0x81A178FAB0CB497CA912BB593A39764F , 0x82ABE33080BD4DFE8097DF9BDC950823 , 0x8313EF77C93B4EA588914E60B0A826C2 , 0x83C585E6EC134716A1B615673CDE0CCF , 0x84543F012EA7452C91155AAA40F26059 , 0x84CC8B78EC8E4EF59C363FDF80520843 , 0x856BFB7659BA448DAE9A5DA237B9C408 , 0x8681241A295A4EDF92526CDA0C82F0BA , 0x889C3F1529E94CDF946D121C03E33E63 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0x88EC8A3CFB824978838F628B0B54858B , 0x8926FCABCC714336B89B9F541FB22F3D , 0x89BCB498E34C48779A3240821D6E48F6 , 0x89D0BAD6A4C0452A8F805323B843EEAE , 0x8A1EF21466AF4EE3A93D24E0F7CE6287 , 0x8A200A34716C43A788462941DCD7C30B , 0x8B12E2A54BEF442192B72B493483A129 , 0x8B8C1F87CADD46219DC07D6CD331B1E2 , 0x8BD51843F8DA4CB28F699C81745710DF , 0x8BE42A90B1CE49E6A937D77E33F04EBE , 0x8C0DD79811764638A8F8BDE028E4D8B1 , 0x8D9787C3834745A8A7F03525DE9A9A84 , 0x8E4A7B83E7AC492AA0DC0BF64D938385 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x8EB6F54FD4DF4B7BB2946EEC68159DBF , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x8F6207D2E88B45D7A67E292535E199D0 , 0x9097210EA89747F7B4B3C1C0A19497DF , 0x90DBBDB809734E2D93DF7812CDB4E488 , 0x918362C75B23493EA15AA042B43277A6 , 0x9277B86A6F264F2B8D98373DB0F7BD02 , 0x92B2805DEFA74279A7E3B96A396DB3BD , 0x92D7F2DDEA3A4703899D75F43CD17F05 , 0x9469B02A549E44419B9EDDDB315D50C6 , 0x9497D12E9E5A4501BDF0242552B6D97B , 0x95446021BCEC4C1B8E2F93FB3E32127C , 0x95D3714074084C3BA682EEF94D7C8B85 , 0x962FA46A2A8B4A58A786FCA045201A8C , 0x966B802504584FAD8F7BF8633066BEFA , 0x968BD4BDED3A45B7AE912B9F9C5BE979 , 0x974D443495224C08A4DA716259E786E1 , 0x9759EF0F926A4BD79D266A850411DC7C , 0x97EB73D8BE5048BFBC05240EE82FB49B , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x990B728719554EE4B559389A6187B5F9 , 0x99A34E306C83466A97BAE1001BBA5E1B , 0x99FC09036B7042F0B0B2C1A936029D48 , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0x9ADAAD5CF358464A8A4AEF0E3C3A1E5E , 0x9B3B15B2F80844D1BB545A1357161662 , 0x9B5A17DA666F4BEFB1A9D5F850C9F732 , 0x9D31E69E3F164534B098F8B5B114E385 , 0x9D7DB2BB17164A2ABD613F363C8F7702 , 0x9EC798EA019C454F9559267A8E9A87E6 , 0x9ED200B5E88F4D5EB82C371B92796368 , 0x9FA306C764344CF2A08BF02D94840004 , 0xA013D8A5C05C4C179ED5EE67BA295B05 , 0xA099825FEB7D43B9A5039F763A1B1F10 , 0xA0A21F99EB984DC3A691E1A5DC06D31A , 0xA0D4746CCB504F23B79AC973FDA06740 , 0xA12F63F6D4BD4BE09DB943F2BB7F3DFE , 0xA1557FA5B3CD45188C70665A0EF4C435 , 0xA16D92237AB9441AAB63138B567888AD , 0xA19C25E6FB4043C49B1454814494C0DA , 0xA1EFD1173BD6428981C099D0DF17DBEE , 0xA23D1A1895BE441694DA39EB4EFCD722 , 0xA24B63F65A5D49A187ED091607365B04 , 0xA2AED6DA517948E59F97C52CBCB50D84 , 0xA2E2B1D0014345948D54C4F8932E4D07 , 0xA3AE192138D04CCAB891186883030123 , 0xA3C86DABBB3845B0B91A5E4538CF0CCB , 0xA40EEE79476640BCBE4AF9712C175AE0 , 0xA5529E89DABB447E814FF192DA8752E7 , 0xA57099DDA04946348B57D8FC0513AA66 , 0xA5C396DC8E74471894944855C4F8ED33 , 0xA72F5551539541B79CCDB5B8645A79F1 , 0xA8487EAAA5F14A2C9022AE58EDB15332 , 0xA90319796686407B9795490FBC7029FE , 0xAA0633837D8044D2968E25CF48B70685 , 0xAAC3BB6B0105461AAB951528755CB072 , 0xAB845FE1FD8047F8ADE92CC8BE8E8C03 , 0xAD5314AF466D48E5B86EB778C6FB1B4D , 0xADB42016585941A3982EFE96F98DC6E9 , 0xAE1FB46290FD43EA8D7B3C4B73E072DB , 0xB0D93573B4C04E08B298C76A272D1E6D , 0xB0E53B9FB82A4310AB995285D3068DC2 , 0xB0FD632A0E6340439933065B8B0D0A52 , 0xB15562F2B5074EFF93294A5A95556394 , 0xB171B39C76564D0990C7D0E9883226CD , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xB1EF814782C14BB7A5560CDF0C96E896 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xB33BAD3F000D4F2E93B9A8C2FB8415AA , 0xB3E0B4B341AD4B2F8FFA4791471E37D2 , 0xB434DF1470744A0CAE3E5641295800DE , 0xB479ED4C65ED42D1A85E1E9B2611CE07 , 0xB4A9E37CDE9A43F08D908D87F405271B , 0xB4F8AD5AABA14D52987DA89603D9ADFE , 0xB56D774BBC8C4B63B09F411D56E6CB02 , 0xB6834B9BFD4A4F8F8AE1755B9B11C6B1 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0xB8F187BA796141B4B0F09577AC1F8EA5 , 0xB8FF0DCB2966464AB838DD48C4FFD8DF , 0xBA7F9499E07B4D61B4038F3E7BA8A378 , 0xBB84A663E9954B54A0E238A08FCDA716 , 0xBC0B8BEB6D814AA0A5EA9BB5438079BD , 0xBC3C0E1D84CB4FE89E0A4150A65BAF77 , 0xBC8EA8A996FE4E6B93D72C802F462CAD , 0xBD964333BD904E599616C2DB42751180 , 0xBE4AFFFBA08C410C88D56A88C5FBA1FD , 0xBE4F8AB6BD3348A99FAAF21820613A76 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xBED2D0FC0B014410A5EF5D664609FC0D , 0xBF5CC2144109412490CDA073CD3FBAD2 , 0xC02B5C2491064157A0814723455E1B6F , 0xC12730C8639F4B8999C3E8AF93F4217D , 0xC127ABB50D27429FA2C568D841C9A639 , 0xC14F89CFA1B547D588CE3174392163E7 , 0xC1C2D28F30304F86B4B1307FC726ED47 , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0xC2DC7CA12DB544D982DF7BBF9B28E407 , 0xC2DF9BC5C07545F187535E63CFC542E6 , 0xC371909E3C314075824A2854887FF735 , 0xC470474E8A8843A7A43E1BFFED54EFFE , 0xC4781E8EBC58425083B384EE92CD1D9C , 0xC4DE8A193F394FF6B5244E01BBB713B8 , 0xC628F59954254962BC11917AB328D2D9 , 0xC6C244FECBB04C999BFF987241025147 , 0xC702036A9BCF499BA4878FAB1225F73D , 0xC74D63B76EBC4A5CBFCFF547BBD8531B , 0xC823ACC25CC743D6B7A90A79BCF65919 , 0xC86D74ABB9684CB8B075E46A7A136294 , 0xC870495438F6431AA1DB7035F62CEFAD , 0xC8A2876C747748D58A85EDC9431EA33A , 0xC8EC2E4C062E4021BD7C7166442873F1 , 0xC94D92E5DB154F43A79FFCDF6C6E97FE , 0xC9DF04672C8445E2B9E8FBE92319FA61 , 0xCA14C559410F497F8A3ABC0207D5EFE7 , 0xCA7F979CA3004C07A5F94D1CE10AD1AE , 0xCA96865132E843A483C59A14814F3FE5 , 0xCA9C0B81264347A894630408AA3962C5 , 0xCB415918A0CC41C183A3430BA71661BC , 0xCBDFFF19895A49E3AF6E199682511292 , 0xCC8A46B29F574259AA120C60A72D4470 , 0xCD38B49B55824307BA643E86F68C315D , 0xCE2F5CC204944430A23523F24651EA97 , 0xCF85821EEDCB4E65B5882EE55DAF5781 , 0xCFD090E5177841249AAD0A868A2ABE7E , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0xD043CDE457544747B6A03517342281E3 , 0xD04C9446BE464C9F9B7ED5ABEC665D7B , 0xD0B8FFE37D024D728AC5949A71D496A3 , 0xD0FE2869AC4A4AA6A202D7FFF1E3AE90 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD13A42501D30428B936D1BF6145CFB2E , 0xD28670E95C3C44A5B2DF2A6EDB98DE79 , 0xD2C95DEC9E03449DAB9FDEECB3796EF3 , 0xD371069E7BA04F3CA12A63B17120D06E , 0xD38D2F79498241B6AF04042FC959D1C1 , 0xD3BBB79ABD8A482E80B25490C9B8B0ED , 0xD474630CE3C2460D997A9553A9C2FC95 , 0xD4E250AD2427480C9FA40C3B07FD23C3 , 0xD5D625385776481FA8F546AD58115134 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0xD77BB67537B841FFB93EA50A41ACB86C , 0xD78CBFABC6694C04951135B698DA4F79 , 0xD79B15AC16134258A27A81449FEE7EC9 , 0xD83532DF01644ADD8A036334085A1481 , 0xD86AD0450BB148BD8D673ECA8880916E , 0xD8B418670C084782BCCBD3C16391900E , 0xD92B802AC7A74C6C8E016FA09C141450 , 0xD9F2458A7C044B59BEF1D91FB7C2F814 , 0xDA4D9CB186EF404C82867EA73C211FC0 , 0xDB0D7D9964294FC0A84D9A7098503D71 , 0xDB2320E83C8A427997D0B9B50B6B38C2 , 0xDB6DEFBF39684CE4928DBC9A389EC3E4 , 0xDB9BD1413CEF4F12B524BC5F99E4BC45 , 0xDBCA05A82A604A488FD04DE4DB6C509F , 0xDBD660F43048485EAA18F15BA70E2DAA , 0xDC39167C656C446A94AB063B3F8A4D97 , 0xDC5BF063DFD441B5A3F48D74EE985030 , 0xDC952CDF32D24C109D88B99A84318AC6 , 0xDCC0B553DB8B40A2AE4175CAACFC788B , 0xDCC3B906898445D1A7FBBB6D78FEE72F , 0xDCE71429BD2F4690A77B03E37EFDF475 , 0xDD14635A2CED4A98BB267C7876303BBF , 0xDD4EA2B460A149B98888A9F8CAE7EFB8 , 0xDD7478F9DC6146D5B86B6987B1C8A718 , 0xDDDAA8FD783D4551AF8977E30BA123A9 , 0xDF206BD087D04637B893A61C939AED35 , 0xE05BDE6692DB4A3F8C654C81705F619B , 0xE0A691E8D099481CBCE7E3E4217B1945 , 0xE12095AB0F044138985C335E2BE04ACE , 0xE17561BD46894974A1A0C0803D70310A , 0xE181E7D9AEB04CA1A83E91D974323975 , 0xE1AD77A27A394EF191D25B74F1869424 , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE31D9664B1094F319F795DB332912130 , 0xE3A6BC6BA048473D950A11AFD57C0D11 , 0xE3B0CDCC387D41E2B9D393F67BDFF079 , 0xE41F9057433C45638425B73A948CF7FB , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0xE4C0D86BFE2748019EB1A41187397706 , 0xE551282611564003B8E80F1E0B3148A1 , 0xE57003C18A8C45339013BB15EEF6089D , 0xE5F2630F48804181835AE00765A76D2A , 0xE6E6F29138C54A55A05E323DF96ED6D8 , 0xE6E8B7DA026A452EB323409AD06B9956 , 0xE7051879DE2944DDBAE87117EC355ACF , 0xE7065CA3B93C47DB8B41303FDB8C1B97 , 0xE7FF7212B080480B9F452D1112DF7C1E , 0xE83132FBD5924BB69D28F0185E38F319 , 0xE8B542B6CFE445AF810BB58C8F4DA1AF , 0xE91CDC0F3FBD4F29A22D52DBCC479315 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0xE977F7820B97441ABCFE8FAB11EED316 , 0xEA3B467C72984345ADF5231B04EAC57F , 0xEAC521E9FF6040E081A903215C9A6E3D , 0xEB46FCA0ED024C2796A3A1F132559484 , 0xEB5F37E8E75E4667A9AC349FA0224A30 , 0xEC48344756B64DC8895CA0F39CC9AFD1 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xED230956BD614F018D54E258115161E4 , 0xED36B244338440BB9E4ABD69E22F6E4B , 0xEDCF6F58281D461BAD9CA3162CD43188 , 0xEDDB871875AF4B7A8950EAB5BB98481B , 0xEDF06480192B494EBEC0A2ED46F6070F , 0xEE0BF03BF44644B0844A0419DD10F6BA , 0xEEB34EF84ED14083B638E95E474DEF57 , 0xEFE06E34B5924BA6AA5CEB36FE07DFF1 , 0xF0983F8188C140B19C909BCFDB0D3112 , 0xF10872A08FD54203846F2B75D1F2DE05 , 0xF114285F41934CC498723B09AE5679C8 , 0xF22EE215EA4749D69E6F6232DBD6A54F , 0xF3DE2B0D9FF04B2BB0154C414B445C33 , 0xF474BEDEA62D4A53B963998157005FF3 , 0xF644E4ECD2494F32BE9552030541C963 , 0xF654440D6F444CF78054B0C0F14C9BB3 , 0xF68CEE8194C74E2CB6D795988F8BB3A2 , 0xF70283A57E344176B7DDDE9278B7EFDE , 0xF7275334A23A4B5B86033B6D17EBF19F , 0xF729C3AA5FBA49968597F25396741C6C , 0xF8448C55469643B482974EEB56D7397C , 0xF8568F7E0A83429DB53E218CB65883FC , 0xF973A6EE457046EB8B1E19C7B03CEE93 , 0xF976D218D4D143B0A1692393AF0A89B0 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xF989DECED84B4F289326C5549F63B236 , 0xF9F5896E1E194FFD9E5FB1D6275E967C , 0xFA1B721DC1754673B0008688001096D4 , 0xFA1C894D8CFC421AA7AE9AA0839AF563 , 0xFA71C118F9AD4BD484F6B3A33163D138 , 0xFB3272523B214311A516A175586348E8 , 0xFBFAFCAD0C99436095C210E985E6965F , 0xFC00EA90786F45E39050E9F6758D86C7 , 0xFC0CC0650045449EA24C77F327EEAA6D , 0xFCB23B28971449A7B230933BEC452FD3 , 0xFD02616C387A4C2EB547845BFFABB6A0 , 0xFF5AA2D2C7C64CE18A817C95DE4D7A3A , 0xFFF24C560E514B66A288458E2A582759 )));
Copy
87
0.38 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.29 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.30 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/390-adventure-2020-modelcode-F5303TA "
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/390-adventure-2020-modelcode-F5303TA' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.41 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.19 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
92
0.16 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
93
0.22 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.22 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.15 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
0.14 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.20 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.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` . `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.34 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"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.17 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.47 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.34 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.22 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.17 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.79 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.42 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.86 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.48 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.42 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.77 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
22.11 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/ "
"/navigation/251448b91bc742de85643f5fccd89051 "
"/navigation/ec2a4d4fb4474b5088b03df523675f08 "
"/navigation/859156a63cc442008cc67aa14505a8ca "
"/navigation/4851ecc7788447bfb1e74f488e708249 "
"/navigation/2350ba14e89143198d72042128b8519f "
"/navigation/f3f47b57953b40afb23cd462dda41731 "
"/navigation/075251ee45644d14bfeae2fce50073a0 "
"/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58 "
"/navigation/07d6d4c2753d4315814435763a756eb6 "
"/navigation/4784c622e7b34b139d9852ed9fb53adb "
"/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c "
"/navigation/7ca22766fd2846b39712928cd77b169b "
"/navigation/cc590dbc44b740169864cd7c989ddad0 "
"/navigation/275477acc6364fcbb3d3bfbe17317800 "
"/navigation/57e065cd29a24cb3b2d9fc39fc2abf50 "
"/navigation/aefcfa1180634bb98635452ad2dcdbf7 "
"/navigation/bda1448fb6f1449eae78e06d3dd07df3 "
"/navigation/2c38112820554a9598f0c8e77373625c "
"/navigation/310cbec927954c1ca5d68a3a49b532c7 "
"/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa "
"/navigation/c7643e90932e42f594f15a536998ed66 "
"/navigation/3abc5229293848c9b2fc1b27fd3d8421 "
"/navigation/514a31209c6e45c5b7f05cf2ce9205fb "
"/navigation/8539a768e5ce4f168833f890bae1d0a6 "
"/navigation/0923017eea79437bb043b5b0673e115f "
"/navigation/c6f322e9a6294eb896f7bb669251f305 "
"/navigation/8cfeb9558d524e17827ec792492c9122 "
"/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3 "
"/navigation/a3668172f857425f9bfe53224046ba51 "
"/navigation/505fcc508c4e47eb99d8e4627fe8bd32 "
"/navigation/82738af02a084bbdb851e11e8ec598dc "
"/navigation/aab03d74404b481ba120fb9530426d47 "
"/navigation/018c9125ea874ae287429a2cefd1f2d0 "
"/navigation/1a5c6210666443f19920fa7686428657 "
"/navigation/76780ee5e68042aab5f6574d7e25dcd3 "
"/navigation/bef74106cc0b4125978553246ff16ad6 "
"/navigation/c4aa5e8624d24b30b0312e22701162d6 "
"/navigation/c6dc84aee6e1469696ac2299c312fde9 "
"/navigation/d62f763a8391413b81a164ea482db739 "
"/navigation/dfdf2340aca14881a6652d08e7656163 "
"/navigation/ab1de20b216545318a6cdad2ee7e2a82 "
"/navigation/afed1ddda6d849c49d00ca0932a75b70 "
"/navigation/b55d905661614a2fa7f585ef697d6cfe "
"/navigation/c7156d3692b345c69d8c93126625814e "
"/navigation/004440dd20754671ada9bf79a2b75fbc "
"/navigation/0b73a534bf5044ed9dd6af4e301fc006 "
"/navigation/c9d1a6f276f24c67b7c66222804db52c "
"/navigation/f57dc8356f054004b0b2ae82257e6ab4 "
"/navigation/cd3cfa833d6046b89a14935aee1a7f8f "
"/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af "
"/navigation/a316e8972e0041bfa756d6f7acc23e7d "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/navigation/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/navigation/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/49f823826b384871aec230ae7ee2f154 "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/navigation/7b34af3a47cb4c3ba3188ed1cee83967 "
"/navigation/7758ea41858d4231ad3623921c73e531 "
"/navigation/68376253ee4542d7aa4d93ac4958eb0a "
"/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e "
"/navigation/d867ffee71f646f09b1c069b267201e0 "
"/navigation/4fed7b490a09439dbe58747fe74f3e5d "
"/navigation/cf5a0b4136834eac88874e7ff81b8ba5 "
"/navigation/f19faba35fa04f30a1bdd354b051f625 "
"/navigation/4bc032eef6364672a0d09b8abe93d55e "
"/navigation/33b309eb71bc4c2a9976970795d500fa "
"/navigation/6dba75696b5148139136de033ffc6382 "
"/navigation/be2f3ca764534022a2ba79f972c9679d "
"/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6 "
"/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef "
"/navigation/7b7970e14b87448fb41d825fcec350d0 "
"/navigation/7d34ea33ebd2430b84ca71a999e7b708 "
"/navigation/abfa97de640b48c7a6afa067b88812bc "
"/navigation/1f423e85c6eb494980b22dde93e64a9c "
"/navigation/876b21ae9d7c41498115b90823beeb7b "
"/navigation/2b29710e5f0f44a8825513b4e6e2a98d "
"/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8 "
"/navigation/671bb3d9919346a1a0187fba6835a133 "
"/navigation/dfe70840626a4a9a88c56999fb42852b "
"/navigation/e4ae50f24b8d4d6483cbea48cedb146b "
"/navigation/73e9c784d8c448d8a7e304117eed2293 "
"/navigation/8fa76c45c7a14b1ca93353f7b1f85411 "
"/navigation/f2e70390e9e34ceda7549b53800c1e08 "
"/navigation/0bc41cae5ab441458dce00de02107388 "
"/navigation/5f149c7e1b2b48f9ae6364de8ce288fe "
"/navigation/903d01af296c4a2391205affb24423c2 "
"/navigation/89364c27afac40fa9ead1ec3136ec684 "
"/navigation/aecbd0f4de0742199dd75fadddec2013 "
"/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0 "
"/navigation/bccc5c020811472196379229044dc7fd "
"/navigation/2db3c8aa857a4bc6a6d11e3438350063 "
"/navigation/068567f45f424e389167089941c407ec "
"/navigation/165d387e909249889e89cd6584e6c81c "
"/navigation/20e44a7345fa48468f3d0e2298b4f067 "
"/navigation/224193720c2a4a45bc96cb2d055655ba "
"/navigation/3c24eab57c3d445698f26534ea18e660 "
"/navigation/444424ff93914a27a401e920bb33976e "
"/navigation/72202b824a384e9a8c11ae6afe2a9d75 "
"/navigation/7b182711a1294f69ae2266b5e37b5bc4 "
"/navigation/83868e2e81b340bfa067343e71965085 "
"/navigation/89d46426d44c4442993d4b524afc59a4 "
"/navigation/a16abde2699547c2b823b86c6b48d0d7 "
"/navigation/a3025fff20374024b907cddab6c39d43 "
"/navigation/d14cb43cbcf245eea471b31b87876e6d "
"/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d "
"/navigation/e5c66ca00fd140229735738d20618e8c "
"/navigation/b613bcea17d94cd68c0f1b01c96a843f "
"/navigation/f65330b5335b43a8ba39baec7d44aa54 "
"/navigation/fb3986cb89834cf3a3b42c5a651034a5 "
"/navigation/9eb6e1f2d32e4679aa85298c3e2fd678 "
"/navigation/a5d30272319c4e6f8577b8f344013d34 "
"/navigation/5be3b86f12b94044a39420702328fe79 "
"/navigation/e40c020ad4b74db7bc3e2e88c4c27be8 "
"/navigation/ab078ca87be74c748a7e971e766ceaf3 "
"/navigation/efef8f302349446dac0f0d67631b70cf "
"/navigation/f5e01e9054514b68a8653c5a4f2e5ee1 "
"/navigation/e485c99ca374414e851e1bae3f10af8e "
"/navigation/2fb093f95507419987f178312f1a3159 "
"/navigation/4823a61385b44ff1acf4e6382ddc6ed4 "
"/navigation/a6abb398e64e45f1895b6666ef5c48d1 "
"/navigation/00f37e830a0348d09705a9612c8c8cba "
"/navigation/71ca1150915f49e5a1f2fd538909d05a "
"/navigation/1c5e979155a844539448db12fd5ee768 "
"/navigation/8880adde82fa414eb680521ec3b57c4a "
"/navigation/edd74ffcfbd44ba9904d355f05d440a6 "
"/navigation/29bbfc2eb6d444f08a34e46f60b76e17 "
"/navigation/9228dba7d8ff47a897c5e6125f40dae0 "
"/navigation/500fe37e8fab4ec686d79803e58a8133 "
"/navigation/defbeb767ca44c1b970ab994d662a6a2 "
"/navigation/5d1b4c4fdc094289932a615f81db335b "
"/navigation/b3fcd7cc2e684a8b96f82adbb8615f55 "
"/navigation/1f6fc0d096e4433f847169a8653f9872 "
"/navigation/cdf0a23d5d72433783ef241128a9b070 "
"/navigation/273527558c5e4e2cb3168fbfbbf6db0e "
"/navigation/0fc49a5d23ec4742845d4d31898f67f2 "
"/navigation/9870b54fef794c4b87791c9dbc9b83b9 "
"/navigation/91314c7682154e58a203d7deb3c46e25 "
"/navigation/0198a84419397e96ae8527630cef7f63 "
"/navigation/019c03b8fcaa72dc9e2c6dd03b04916d "
"/navigation/5fdbefa88b0942d28155aa77fb9d1ef2 "
"/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27 "
"/navigation/6abcc304f8c84933a719a126f42a6651 "
"/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3 "
"/navigation/ea2fc00d192244b3b852128b45d74842 "
"/navigation/2a5c8fc96ef04011aef499b2fb4faca4 "
"/navigation/01971690d7e97455bdb6a13033fc4bea "
"/navigation/01971691bb387f7f8d6fa68ac5bc78b0 "
"/navigation/019a7cc2c0ed7c48bfd77766e7197c67 "
"/navigation/019841caba81739d847aaec4495335dd "
"/navigation/c760008290d84dbaae3f6f4b83269ddd "
"/navigation/019aea2480627a599fd1d0db6122e224 "
"/navigation/0197169587bc7ef2832928391108aef6 "
"/navigation/01992f21513c7fca831141b67a0ba2a6 "
"/navigation/0199288800f87feaabd6d217f0254df0 "
"/navigation/01983b68543b7476b25d1ed5006cd884 "
"/navigation/572804a509e74ad58d18d52ef0cfeb3c "
"/navigation/0199772279547efd8f94e76789b316b3 "
"/detail/e6e6f29138c54a55a05e323df96ed6d8 "
"/detail/ed230956bd614f018d54e258115161e4 "
"/detail/9ed200b5e88f4d5eb82c371b92796368 "
"/detail/c2dc7ca12db544d982df7bbf9b28e407 "
"/detail/d65aeab29e4b44b58eabe5880ed888c7 "
"/detail/0ec4b5e3b2c940b0a5f6f670066b4973 "
"/detail/db0d7d9964294fc0a84d9a7098503d71 "
"/detail/f973a6ee457046eb8b1e19c7b03cee93 "
"/detail/be4f8ab6bd3348a99faaf21820613a76 "
"/detail/7b5b8413e4af440780d41a419a972862 "
"/detail/4f462e401e2e4ce48f44bd872ab9b5f4 "
"/detail/e4c0d86bfe2748019eb1a41187397706 "
"/detail/7e962b2dfb6b49e8bf38dd123672ad9e "
"/detail/63d0253e4c0448ec8b909fec5817c0bc "
"/detail/70c94c3b7b1d46f5b535199db085ab84 "
"/detail/e7051879de2944ddbae87117ec355acf "
"/detail/79240d8abf8e419ab9cd664353182f80 "
"/detail/30e9c1cefc7148c8b72b76eff2027217 "
"/detail/d371069e7ba04f3ca12a63b17120d06e "
"/detail/53ccd56205554b5390a1c332a6066a4c "
"/detail/c74d63b76ebc4a5cbfcff547bbd8531b "
"/detail/e94c714dd1174c07a03de0e9a1930e71 "
"/detail/ad5314af466d48e5b86eb778c6fb1b4d "
"/detail/041c8ed6153641caabef692eb7599e42 "
"/detail/1c0b316c7a6f4c33869fc8cc7a6a2a2c "
"/detail/79a7194600284334afaa20d9fbde0c47 "
"/detail/c02b5c2491064157a0814723455e1b6f "
"/detail/019a08a9652d43dea42bdb47fa151eba "
"/detail/e6e8b7da026a452eb323409ad06b9956 "
"/detail/ca9c0b81264347a894630408aa3962c5 "
"/detail/d9f2458a7c044b59bef1d91fb7c2f814 "
"/detail/8bd51843f8da4cb28f699c81745710df "
"/detail/a3c86dabbb3845b0b91a5e4538cf0ccb "
"/detail/e977f7820b97441abcfe8fab11eed316 "
"/detail/b33bad3f000d4f2e93b9a8c2fb8415aa "
"/detail/ba7f9499e07b4d61b4038f3e7ba8a378 "
"/detail/453fcbd14f054abeaeab8dea422c7816 "
"/detail/7bdf8ade3831497fa64e5b283195019c "
"/detail/46d0dfcc451a47ef944b1f3cb9e0be80 "
"/detail/bc8ea8a996fe4e6b93d72c802f462cad "
"/detail/63713f7d0fc249eaa0e28fa77c6d9d29 "
"/detail/553ad88828204982b07aa18f4dadb025 "
"/detail/c12730c8639f4b8999c3e8af93f4217d "
"/detail/8eb6f54fd4df4b7bb2946eec68159dbf "
"/detail/8926fcabcc714336b89b9f541fb22f3d "
"/detail/3c0cbd2c27734a3f815de63c0a16a98d "
"/detail/8681241a295a4edf92526cda0c82f0ba "
"/detail/724135e1d028492086ce932b5d878276 "
"/detail/26978ecb8b2b4fa7be0663696a4a39b7 "
"/detail/f989deced84b4f289326c5549f63b236 "
"/detail/dd4ea2b460a149b98888a9f8cae7efb8 "
"/detail/354e25ee7efd4fc39468f55f02f34f10 "
"/detail/6fd7c68679834c5c8e29063c54d2982f "
"/detail/9277b86a6f264f2b8d98373db0f7bd02 "
"/detail/2f64862cac2c46d5a970d1a21b573598 "
"/detail/d0b8ffe37d024d728ac5949a71d496a3 "
"/detail/5f273c028c1c4365b354d2f780a88f54 "
"/detail/6d759189c4a14728927a26b23acf20f9 "
"/detail/53a59386411b4b4eb77d9ff0ecbcbe91 "
"/detail/e3b0cdcc387d41e2b9d393f67bdff079 "
"/detail/027b00904ac2456aa7de5ccccb6d4ab9 "
"/detail/2d020203dbb8489b8704938c4d27013b "
"/detail/1e87d55e208e4844a283d6296cdd53e6 "
"/detail/2ead50f272fe49bda89209023e991a00 "
"/detail/e31d9664b1094f319f795db332912130 "
"/detail/5c33aecb111b4514bfc1ea972cef897d "
"/detail/42d1077e32d04a869ee7c251908da4fc "
"/detail/51caab10c87f47ffa26e4fa648caabed "
"/detail/ca96865132e843a483c59a14814f3fe5 "
"/detail/0b796e0c7bc446aeba376dfdcbcbd2e6 "
"/detail/a16d92237ab9441aab63138b567888ad "
"/detail/8ece3612f7b44fd2bdd16d9c40fef6f3 "
"/detail/f70283a57e344176b7ddde9278b7efde "
"/detail/e7ff7212b080480b9f452d1112df7c1e "
"/detail/0260d7439d7940dd9d81979135b24b52 "
"/detail/b3e0b4b341ad4b2f8ffa4791471e37d2 "
"/detail/00bc81d41cc042b3a58617bfd9f90a49 "
"/detail/eb46fca0ed024c2796a3a1f132559484 "
"/detail/2847112ed39949fcabf76aec4f9b034f "
"/detail/82abe33080bd4dfe8097df9bdc950823 "
"/detail/a099825feb7d43b9a5039f763a1b1f10 "
"/detail/0e345e43f7f047b68eb4195ec693620f "
"/detail/a57099dda04946348b57d8fc0513aa66 "
"/detail/268fc412578b406f8945566b61785612 "
"/detail/7297aa5b4e0f486785a9c9a12bec7e01 "
"/detail/1e13fc698018417cb737ce06186d85ad "
"/detail/e7065ca3b93c47db8b41303fdb8c1b97 "
"/detail/d0fe2869ac4a4aa6a202d7fff1e3ae90 "
"/detail/ed36b244338440bb9e4abd69e22f6e4b "
"/detail/2917ad87c563492b8954058f3e028f35 "
"/detail/419979b0c0e04587af36f69fef19d03f "
"/detail/752bc1f30a134094891d499373705a9c "
"/detail/c8ec2e4c062e4021bd7c7166442873f1 "
"/detail/69d50d5f3bfb4f5a9a9fce48460cddb8 "
"/detail/dd7478f9dc6146d5b86b6987b1c8a718 "
"/detail/6cddab455da54f208ddc794a333d580e "
"/detail/dbca05a82a604a488fd04de4db6c509f "
"/detail/d79b15ac16134258a27a81449fee7ec9 "
"/detail/b434df1470744a0cae3e5641295800de "
"/detail/6abbefcf52434405b5bdc33013fa30e6 "
"/detail/7d0c69792e854a2e976f5e78079b8f4d "
"/detail/8050cddf7ad24df68fb01d40a02ca55d "
"/detail/68aa496ece684070bb96a7e074ef291a "
"/detail/e05bde6692db4a3f8c654c81705f619b "
"/detail/9097210ea89747f7b4b3c1c0a19497df "
"/detail/e17561bd46894974a1a0c0803d70310a "
"/detail/a0d4746ccb504f23b79ac973fda06740 "
"/detail/e181e7d9aeb04ca1a83e91d974323975 "
"/detail/cbdfff19895a49e3af6e199682511292 "
"/detail/f474bedea62d4a53b963998157005ff3 "
"/detail/f114285f41934cc498723b09ae5679c8 "
"/detail/ca14c559410f497f8a3abc0207d5efe7 "
"/detail/81a178fab0cb497ca912bb593a39764f "
"/detail/fc0cc0650045449ea24c77f327eeaa6d "
"/detail/a24b63f65a5d49a187ed091607365b04 "
"/detail/094062d5a06b4f258c793771a85e6d0e "
"/detail/24d2c2ca37c74e36bea954596b6dfa6f "
"/detail/5c9aaa8556864dbbaea8f5baafda0256 "
"/detail/8d9787c3834745a8a7f03525de9a9a84 "
"/detail/6a88dec2a60f418ba09aec48fd04627e "
"/detail/bf5cc2144109412490cda073cd3fbad2 "
"/detail/9a10cbdb98f441b6ab4b95a14b1de64e "
"/detail/d474630ce3c2460d997a9553a9c2fc95 "
"/detail/dc952cdf32d24c109d88b99a84318ac6 "
"/detail/7df70695707044559057ea36a1e018a5 "
"/detail/6c6dd69af40c47ea8280e11472ae1418 "
"/detail/58bcb383dc7d4542bd3dc7a11e24f58f "
"/detail/a5c396dc8e74471894944855c4f8ed33 "
"/detail/52af8ad28b1c4ee6a0e10470e4de88b4 "
"/detail/b2d045dfefd8447fb20e3d12e6e605bd "
"/detail/95446021bcec4c1b8e2f93fb3e32127c "
"/detail/09026a18c255418c8e7216c6b793082c "
"/detail/28320a2ba675413ba7955c0dba8eeba8 "
"/detail/a72f5551539541b79ccdb5b8645a79f1 "
"/detail/e9467d4a59514abb9c220c0eac2a4efd "
"/detail/749e039f8c104575ae7fb9c644aa3cd1 "
"/detail/9469b02a549e44419b9edddb315d50c6 "
"/detail/a2aed6da517948e59f97c52cbcb50d84 "
"/detail/8151dd498e0d4f4d92e144f0ba4ccce5 "
"/detail/2b4ed33835d54a219d242cec712bf42d "
"/detail/57c91979f5584dbab641c5f4d9b77e7a "
"/detail/e91cdc0f3fbd4f29a22d52dbcc479315 "
"/detail/1a415083786342fc913803f233c82d8e "
"/detail/f97caa237c294498b3af603eaa8d3363 "
"/detail/e57003c18a8c45339013bb15eef6089d "
"/detail/5273f25e874942cb82dfadd5b054a179 "
"/detail/a90319796686407b9795490fbc7029fe "
"/detail/607c9234c5ac4c3b9d8edd13ce102902 "
"/detail/446f9e26ce4a46668bd5d731bc37e27f "
"/detail/c2a3573b7a8d4c4f9626afbceb45bf5b "
"/detail/9841cb38efe945399e3b75d39c3e9bec "
"/detail/3e8cade194f74f4d9cc45fabbfde6e97 "
"/detail/c702036a9bcf499ba4878fab1225f73d "
"/detail/b56d774bbc8c4b63b09f411d56e6cb02 "
"/detail/213422ad4e8242e4af7e3500637396d3 "
"/detail/e2dc4c0becc24226bee305ee0f4c759a "
"/detail/e551282611564003b8e80f1e0b3148a1 "
"/detail/dc5bf063dfd441b5a3f48d74ee985030 "
"/detail/fd02616c387a4c2eb547845bffabb6a0 "
"/detail/7faa0e375e9241a18edc4966d57ed5e1 "
"/detail/b4a9e37cde9a43f08d908d87f405271b "
"/detail/a23d1a1895be441694da39eb4efcd722 "
"/detail/25a319e3163f4be4b8abfbd468564e2f "
"/detail/5afa7141f4ad4f3ca65579de5ab70174 "
"/detail/9d31e69e3f164534b098f8b5b114e385 "
"/detail/a1557fa5b3cd45188c70665a0ef4c435 "
"/detail/fa1c894d8cfc421aa7ae9aa0839af563 "
"/detail/2e5792f6a9794a49830e63329ca7659e "
"/detail/a013d8a5c05c4c179ed5ee67ba295b05 "
"/detail/27cf1d93e95044ef8f651caac1d1bfab "
"/detail/059b606a4d524899adbca872f8c49715 "
"/detail/386f0f9167194cba994e91c51a2e83e8 "
"/detail/2fd91958a065473987d8a41afb32817b "
"/detail/8f6207d2e88b45d7a67e292535e199d0 "
"/detail/0c3397f4449847659b9c0bc11718d929 "
"/detail/3410b846409243ba8f817be282cb5a55 "
"/detail/0a331222acd74a0e9e08d7a7c95cf4d1 "
"/detail/55db626078624359ba213fb9b1349af2 "
"/detail/d77bb67537b841ffb93ea50a41acb86c "
"/detail/b0e53b9fb82a4310ab995285d3068dc2 "
"/detail/0baef82cde864f539d677a178cae3a18 "
"/detail/51e7e0c7af764663930c8bd50d60acf3 "
"/detail/fc00ea90786f45e39050e9f6758d86c7 "
"/detail/9b5a17da666f4befb1a9d5f850c9f732 "
"/detail/000d99cc795149d8b763f8b3d64009f4 "
"/detail/edcf6f58281d461bad9ca3162cd43188 "
"/detail/ea3b467c72984345adf5231b04eac57f "
"/detail/2cc2d393b6bd47bfb57d72a52983f662 "
"/detail/fb3272523b214311a516a175586348e8 "
"/detail/73a798034b6545e5bea76edc19c9bdbd "
"/detail/b1b9fdee08ff4c7b8a847dd96d95595c "
"/detail/d28670e95c3c44a5b2df2a6edb98de79 "
"/detail/e0a691e8d099481cbce7e3e4217b1945 "
"/detail/0217734ea93e4162acff209d83b739fb "
"/detail/23049f8278a8404690b63b51dfbfbcdd "
"/detail/0e708c1a0c6d452cbbf42e7d8fb9b008 "
"/detail/01580734a1414939aa5ceae154543ec7 "
"/detail/90dbbdb809734e2d93df7812cdb4e488 "
"/detail/4a8a1b582b0a4fa1a94af1ade88c5158 "
"/detail/c94d92e5db154f43a79ffcdf6c6e97fe "
"/detail/92b2805defa74279a7e3b96a396db3bd "
"/detail/d2c95dec9e03449dab9fdeecb3796ef3 "
"/detail/ae1fb46290fd43ea8d7b3c4b73e072db "
"/detail/bd964333bd904e599616c2db42751180 "
"/detail/57d87359fe104df48fe63bef7572f8eb "
"/detail/64c716fb13374fc5b87c1723ff5c37f1 "
"/detail/f3de2b0d9ff04b2bb0154c414b445c33 "
"/detail/eddb871875af4b7a8950eab5bb98481b "
"/detail/70f92aa4fc234debb1d604c714324c90 "
"/detail/2fdf6b2d4c8140d48edd0401184828be "
"/detail/889c3f1529e94cdf946d121c03e33e63 "
"/detail/c14f89cfa1b547d588ce3174392163e7 "
"/detail/75e51184c08f451e8e984be2fc31f118 "
"/detail/9d7db2bb17164a2abd613f363c8f7702 "
"/detail/10f7a2b8a973415f89cd91dc297ae2d6 "
"/detail/e8b542b6cfe445af810bb58c8f4da1af "
"/detail/0b1b995c25c04b6eb26c1c8af129ddf6 "
"/detail/e12095ab0f044138985c335e2be04ace "
"/detail/4633289db7c4420fb7c149c003da0c86 "
"/detail/aac3bb6b0105461aab951528755cb072 "
"/detail/6fed69284cc34fb59712cb5f0eb41efa "
"/detail/b6834b9bfd4a4f8f8ae1755b9b11c6b1 "
"/detail/0ff692af55264c0a88e8afe9c94c712b "
"/detail/9ec798ea019c454f9559267a8e9a87e6 "
"/detail/f729c3aa5fba49968597f25396741c6c "
"/detail/73e3a993d78c45bcac56957694e3dc61 "
"/detail/00a01c299ef74da5bcf5b5ebc7834a06 "
"/detail/1af05d89919649e1808c56788b2a1793 "
"/detail/5c04429bacf1423b81f90b062117c6b6 "
"/detail/d83532df01644add8a036334085a1481 "
"/detail/06b62a63ba3d41ce81bcd212f433831c "
"/detail/56d2bff4a3094d009fbb7faf157dbeef "
"/detail/4860f5f455a049ae80f2ef129caec1bc "
"/detail/63db45b405b549a9b11396287b7ef93a "
"/detail/d86ad0450bb148bd8d673eca8880916e "
"/detail/db6defbf39684ce4928dbc9a389ec3e4 "
"/detail/643b7ae10c344c5ab123558b56e347ab "
"/detail/f644e4ecd2494f32be9552030541c963 "
"/detail/8b8c1f87cadd46219dc07d6cd331b1e2 "
"/detail/b479ed4c65ed42d1a85e1e9b2611ce07 "
"/detail/0e9a3fbff7044f44bdcd0f8044616838 "
"/detail/5c2300ce904f4e5b83a2d5c34030a36f "
"/detail/55eab9bc145a4b1ebee287927af848a3 "
"/detail/4f3afcf5c2b941068532b2b756a11a45 "
"/detail/8a200a34716c43a788462941dcd7c30b "
"/detail/c127abb50d27429fa2c568d841c9a639 "
"/detail/1a829bd98929425a9433a0991a1527f6 "
"/detail/d78cbfabc6694c04951135b698da4f79 "
"/detail/7aec9a2d63e0482fa87804823d9613dd "
"/detail/386b531a6521459bb73df625ef22fb6b "
"/detail/8a1ef21466af4ee3a93d24e0f7ce6287 "
"/detail/b171b39c76564d0990c7d0e9883226cd "
"/detail/584b3211022342759fdd1d87bbcc8132 "
"/detail/c371909e3c314075824a2854887ff735 "
"/detail/968bd4bded3a45b7ae912b9f9c5be979 "
"/detail/7d8a4fc9fbee48cca22ad01c533bb019 "
"/detail/3c8d9ec9db364ca1912987621ef02514 "
"/detail/9497d12e9e5a4501bdf0242552b6d97b "
"/detail/00451541a7a54a03822f47657c955bc1 "
"/detail/c470474e8a8843a7a43e1bffed54effe "
"/detail/89d0bad6a4c0452a8f805323b843eeae "
"/detail/fa1b721dc1754673b0008688001096d4 "
"/detail/990b728719554ee4b559389a6187b5f9 "
"/detail/5864679c72524a4599f3530187f92548 "
"/detail/dcc3b906898445d1a7fbbb6d78fee72f "
"/detail/a5529e89dabb447e814ff192da8752e7 "
"/detail/db2320e83c8a427997d0b9b50b6b38c2 "
"/detail/663c6b8fbcad427daa6440c9aa4cff81 "
"/detail/84cc8b78ec8e4ef59c363fdf80520843 "
"/detail/18a809a0b64e4f9da62be00e15afcde0 "
"/detail/c4de8a193f394ff6b5244e01bbb713b8 "
"/detail/30517dbfb2b54d7395d6a70ff90e7e8d "
"/detail/6d8dd0ad10704c33bb6a0953d63248dd "
"/detail/1739f58e530b4e8f89d6f2fd33f84912 "
"/detail/c2df9bc5c07545f187535e63cfc542e6 "
"/detail/a40eee79476640bcbe4af9712c175ae0 "
"/detail/5b8d5f18678848c9affa0d4300fc524f "
"/detail/3d130905458b47a99081a11e7c5b9b69 "
"/detail/e5f2630f48804181835ae00765a76d2a "
"/detail/c8a2876c747748d58a85edc9431ea33a "
"/detail/4f8c9ba19f574e0e8f65e74ef7deac55 "
"/detail/cb415918a0cc41c183a3430ba71661bc "
"/detail/52b7b31a3bef417eb75af8b85bec7f33 "
"/detail/07b9d9a3dffb4190a0dc531a585cac14 "
"/detail/0480cf6c01b44b77ad919bfc5c8c10b0 "
"/detail/f8568f7e0a83429db53e218cb65883fc "
"/detail/e1ad77a27a394ef191d25b74f1869424 "
"/detail/631c51ac157149658bca259a759c853c "
"/detail/0f70b9f4fe9e4c509eb1b4f97897f21b "
"/detail/2ce2fc17c95f498aa04f81674dc269bc "
"/detail/526abf97ef22478e8cf7c34c6c2e1de3 "
"/detail/8313ef77c93b4ea588914e60b0a826c2 "
"/detail/dc39167c656c446a94ab063b3f8a4d97 "
"/detail/5c7b0c2609ec4aa0b2af037e1ab78870 "
"/detail/e3a6bc6ba048473d950a11afd57c0d11 "
"/detail/785b4f8fd0b14d5e93dd7668d2bdfff5 "
"/detail/430f8b48e90e4c4fbf1eb30c9567e039 "
"/detail/071be9cd177c4ee991cb28de126e9ec5 "
"/detail/e41f9057433c45638425b73a948cf7fb "
"/detail/4542a89c5cb740a4a052ed5fafd2d913 "
"/detail/7eaa16727b614da3aa24e9fdee0e43f3 "
"/detail/f22ee215ea4749d69e6f6232dbd6a54f "
"/detail/dce71429bd2f4690a77b03e37efdf475 "
"/detail/df206bd087d04637b893a61c939aed35 "
"/detail/83c585e6ec134716a1b615673cde0ccf "
"/detail/b8ff0dcb2966464ab838dd48c4ffd8df "
"/detail/9b3b15b2f80844d1bb545a1357161662 "
"/detail/06bc85357ab44b4e9a5e4df2e27d211f "
"/detail/2d5d6eaac36d4f7e9243cc1a0a86bd23 "
"/detail/80af1cc6f2424a5e89e0c14b7039f0ad "
"/detail/fcb23b28971449a7b230933bec452fd3 "
"/detail/b7fe95c53ff24ddc8321bf596a086e3d "
"/detail/304aed6d3ec54bc5bb99786543c37357 "
"/detail/c9df04672c8445e2b9e8fbe92319fa61 "
"/detail/db9bd1413cef4f12b524bc5f99e4bc45 "
"/detail/d04c9446be464c9f9b7ed5abec665d7b "
"/detail/1e5182c1840e44f6a3434996176eef35 "
"/detail/6601377b8a974b01b6becd810bd62254 "
"/detail/4915479196b94532b3105b8d53f46b58 "
"/detail/cc8a46b29f574259aa120c60a72d4470 "
"/detail/dcc0b553db8b40a2ae4175caacfc788b "
"/detail/dd14635a2ced4a98bb267c7876303bbf "
"/detail/bb84a663e9954b54a0e238a08fcda716 "
"/detail/14b3197f21d746eface36f52ed3ce6fb "
"/detail/b1ef814782c14bb7a5560cdf0c96e896 "
"/detail/6d61702a8b42404cbd39db1f535d3bcf "
"/detail/ab845fe1fd8047f8ade92cc8be8e8c03 "
"/detail/c4781e8ebc58425083b384ee92cd1d9c "
"/detail/b8f187ba796141b4b0f09577ac1f8ea5 "
"/detail/f0983f8188c140b19c909bcfdb0d3112 "
"/detail/c823acc25cc743d6b7a90a79bcf65919 "
"/detail/3cd62a5b123c4598b929ab020f66d659 "
"/detail/20b40203f06f4b62aaa92c02494fc8a3 "
"/detail/0783fb23eeea4b20bc8da51d77a3772b "
"/detail/7b48cdd72c4a47bb86d2e87b4f99802e "
"/detail/bc0b8beb6d814aa0a5ea9bb5438079bd "
"/detail/27f6845b023e42899de821891d98acac "
"/detail/813702a7d8434375b14b1483915b4e31 "
"/detail/d38d2f79498241b6af04042fc959d1c1 "
"/detail/99a34e306c83466a97bae1001bba5e1b "
"/detail/70ee4054ca6b4858ac71a86dbef1a64b "
"/detail/53314a8989504f40b302043f169ae32a "
"/detail/33208b6d24ef45e4b105fb2c72bf143f "
"/detail/47bc81469e414437bf4e17eb65a9dc3f "
"/detail/4313382ca3a54179817e6615e6250d82 "
"/detail/8e7acf4d31b24bb389ef016a81b1d04b "
"/detail/d13a42501d30428b936d1bf6145cfb2e "
"/detail/eeb34ef84ed14083b638e95e474def57 "
"/detail/9759ef0f926a4bd79d266a850411dc7c "
"/detail/be4afffba08c410c88d56a88c5fba1fd "
"/detail/d4e250ad2427480c9fa40c3b07fd23c3 "
"/detail/b0d93573b4c04e08b298c76a272d1e6d "
"/detail/f68cee8194c74e2cb6d795988f8bb3a2 "
"/detail/f976d218d4d143b0a1692393af0a89b0 "
"/detail/0a8fe50e8fbc4c9b85f5616504211292 "
"/detail/b15562f2b5074eff93294a5a95556394 "
"/detail/7e97188f6a0b4f2b8e4ff473a0b90d44 "
"/detail/005bbee48ee94b5a83cbbdeffffce3a2 "
"/detail/edf06480192b494ebec0a2ed46f6070f "
"/detail/6f05af985fbe4797a8f3d9602df6a509 "
"/detail/534c00f26d494bd8ab2c2f832fcdf3ae "
"/detail/7b1cd1e8d51d4e59a73d04942aff8f22 "
"/detail/cffd568823ba4fc0b5d0cebdd1ce4c51 "
"/detail/26d57a9059f145d1bf3c22f3fd40f125 "
"/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2 "
"/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed "
"/detail/5e698bb89d274d55971858d23a38965b "
"/detail/747c60779f4d4da5b94d9a1491009880 "
"/detail/2d5d8f227cad458e854a3de1cd832b06 "
"/detail/d111a4ed259949168d6de0efc59a7d22 "
"/detail/f654440d6f444cf78054b0c0f14c9bb3 "
"/detail/71296ff2bb444c5787edc4a31aec1ad0 "
"/detail/05ed0fbd33ef4484a5e3d41101ec48c9 "
"/detail/a12f63f6d4bd4be09db943f2bb7f3dfe "
"/detail/962fa46a2a8b4a58a786fca045201a8c "
"/detail/f9f5896e1e194ffd9e5fb1d6275e967c "
"/detail/2c593abb02b148b38e43cb0083898d0c "
"/detail/ec48344756b64dc8895ca0f39cc9afd1 "
"/detail/114840994ee34c14b415e49fbb3583d1 "
"/detail/eb5f37e8e75e4667a9ac349fa0224a30 "
"/detail/0e7ddc43e47247b38d8126f462540fee "
"/detail/98873d2c50454dfdbbe6f901dc8b8690 "
"/detail/0f2bc509943f425f88602389a7eceb65 "
"/detail/2a4302127024467094774e2ee4bf1590 "
"/detail/5c7fa4e64e714105a6e38986e5aa4a56 "
"/detail/79473e66fb7e47e59446ebe69fce70f5 "
"/detail/2c2e3b3963394227b46b257b8d6222a4 "
"/detail/ff5aa2d2c7c64ce18a817c95de4d7a3a "
"/detail/7fd4ab6f2b164a8c9623b389f60a234e "
"/detail/efe06e34b5924ba6aa5ceb36fe07dff1 "
"/detail/bed1331d6eb242abbf04b63630c8c4d2 "
"/detail/8e4a7b83e7ac492aa0dc0bf64d938385 "
"/detail/d3bbb79abd8a482e80b25490c9b8b0ed "
"/detail/1bbc37f462e942d3996ec73f65c65f3b "
"/detail/0c255086dcd342a1bd7072f4788cfaee "
"/detail/a1efd1173bd6428981c099d0df17dbee "
"/detail/6be37ff24bce4d12bfe70042f8d22352 "
"/detail/52ee29f8106f429c876f8674ac8957e7 "
"/detail/a3ae192138d04ccab891186883030123 "
"/detail/5ebf827588ef4435aed23671d67773b2 "
"/detail/72fe7c5125414792b1c52f53f90699c8 "
"/detail/2720dc05c39d4a60a72240b08c914b64 "
"/detail/d8b418670c084782bccbd3c16391900e "
"/detail/a2e2b1d0014345948d54c4f8932e4d07 "
"/detail/89bcb498e34c48779a3240821d6e48f6 "
"/detail/35f9b11318504cd79420210823975b72 "
"/detail/bc3c0e1d84cb4fe89e0a4150a65baf77 "
"/detail/50b105b1e4ab482a860b46f6b38a5c20 "
"/detail/6cd1396ea58246d39a8de490c29b1324 "
"/detail/918362c75b23493ea15aa042b43277a6 "
"/detail/cd38b49b55824307ba643e86f68c315d "
"/detail/c1c2d28f30304f86b4b1307fc726ed47 "
"/detail/ec87571f6fa4427b9a981ffe261a279d "
"/detail/8be42a90b1ce49e6a937d77e33f04ebe "
"/detail/226e15c39ed2481a8d37401e19131d78 "
"/detail/e47d04e31b3d4a47bf25d0f5f545ba12 "
"/detail/d92b802ac7a74c6c8e016fa09c141450 "
"/detail/9adaad5cf358464a8a4aef0e3c3a1e5e "
"/detail/974d443495224c08a4da716259e786e1 "
"/detail/6ecacbd0fb5e40ef948be632905d8ca2 "
"/detail/aa0633837d8044d2968e25cf48b70685 "
"/detail/1629d9e9300a4dfd8e890ad6974a04c3 "
"/detail/ca7f979ca3004c07a5f94d1ce10ad1ae "
"/detail/7604073c50704eff91c818a6dd0efd4f "
"/detail/1c5da60806ca4b2b90c57aed8c764e68 "
"/detail/70af0d914da54cff835c54d3fa45cad1 "
"/detail/2021ed3b275149c2a7bbcebcea3e3e51 "
"/detail/4ccd22298cc541a9b8a9d4019df2353d "
"/detail/28c1f2f7aa5d4d18b9299599ecd7358b "
"/detail/72c8ba90cdf643ce9cbfb14d5e628cde "
"/detail/d5d625385776481fa8f546ad58115134 "
"/detail/fa71c118f9ad4bd484f6b3a33163d138 "
"/detail/5edd100250754adeba488ca084933b05 "
"/detail/8b12e2a54bef442192b72b493483a129 "
"/detail/3dda150f78bb400a90cbc7cbd15eba35 "
"/detail/f7275334a23a4b5b86033b6d17ebf19f "
"/detail/3e57e79f44444235be2ea642e71ea52a "
"/detail/92d7f2ddea3a4703899d75f43cd17f05 "
"/detail/80aa9c4e306a4d28ae2c7d100abd4876 "
"/detail/065a44b41de947baa0efd571a330b477 "
"/detail/d043cde457544747b6a03517342281e3 "
"/detail/2a7259a81318488cb462a02e31ba7cf9 "
"/detail/3a286b0329354712ae13d055f653a276 "
"/detail/635ff6d2473f4099a2fd3f14712f5ae9 "
"/detail/52395e958c3f4e39be185d0ac394a695 "
"/detail/0f00667e976a4fa1933fd5dd1abd3431 "
"/detail/5022cacc179f40c18a488ef858bcfa32 "
"/detail/8c0dd79811764638a8f8bde028e4d8b1 "
"/detail/079d5d1e6cc342f28d0e6efe8227fbed "
"/detail/642337c5810b473fb582354e56564b19 "
"/detail/c628f59954254962bc11917ab328d2d9 "
"/detail/26cfb58d138a4542ae52afd1e3593a6f "
"/detail/fff24c560e514b66a288458e2a582759 "
"/detail/c86d74abb9684cb8b075e46a7a136294 "
"/detail/78322a36ce144bb9893e3c3ea317e4a1 "
"/detail/8088280e489c4e06bd37f2cf97445ff5 "
"/detail/01bce0f9d4b246d8bfb8d9b3e3d049a3 "
"/detail/14304d7aeb26475da84dbdcb5ecdc3af "
"/detail/2b2ef07a3ecd45e5862e00588b04b1a1 "
"/detail/966b802504584fad8f7bf8633066befa "
"/detail/b4f8ad5aaba14d52987da89603d9adfe "
"/detail/547dd6c7c4804374a8ea09705d2d6d29 "
"/detail/da4d9cb186ef404c82867ea73c211fc0 "
"/detail/67e3b83c27e64b39b04dca6e97e5331b "
"/detail/67d23d2c4b4048ffa809ca202bd91702 "
"/detail/a0a21f99eb984dc3a691e1a5dc06d31a "
"/detail/7308e511b9a94202a14a46f0291b79a9 "
"/detail/1a71c4d06d054c5297550e8f4b1c7ae1 "
"/detail/63ca355e45fc420ea6efec720dac1f8c "
"/detail/5e2f8f3307884790813356d86bfb6c7f "
"/detail/fbfafcad0c99436095c210e985e6965f "
"/detail/dddaa8fd783d4551af8977e30ba123a9 "
"/detail/7b17befaf9694cc087270eb6dbf1ea08 "
"/detail/277c1ca3ac12482ab7e9fecd573040b6 "
"/detail/ce2f5cc204944430a23523f24651ea97 "
"/detail/f8448c55469643b482974eeb56d7397c "
"/detail/a8487eaaa5f14a2c9022ae58edb15332 "
"/detail/2fc7f6baf63e4fc28659c259098a1c9a "
"/detail/cf85821eedcb4e65b5882ee55daf5781 "
"/detail/dbd660f43048485eaa18f15ba70e2daa "
"/detail/b0fd632a0e6340439933065b8b0d0a52 "
"/detail/bed2d0fc0b014410a5ef5d664609fc0d "
"/detail/7391869a9eab47cda204d27c2060b5b1 "
"/detail/c870495438f6431aa1db7035f62cefad "
"/detail/c6c244fecbb04c999bff987241025147 "
"/detail/88a853f8d360444f89bd1a3d16e2b226 "
"/detail/856bfb7659ba448dae9a5da237b9c408 "
"/detail/4d6793b1fdd141b6b603ac4b709da9d4 "
"/detail/97eb73d8be5048bfbc05240ee82fb49b "
"/detail/99fc09036b7042f0b0b2c1a936029d48 "
"/detail/f10872a08fd54203846f2b75d1f2de05 "
"/detail/0b8bb5fe517a4680a2bc00aa5d72a2b1 "
"/detail/95d3714074084c3ba682eef94d7c8b85 "
"/detail/e83132fbd5924bb69d28f0185e38f319 "
"/detail/7868a6ff13b24d63860ee0c4db29046f "
"/detail/eac521e9ff6040e081a903215c9a6e3d "
"/detail/88ec8a3cfb824978838f628b0b54858b "
"/detail/ee0bf03bf44644b0844a0419dd10f6ba "
"/detail/9fa306c764344cf2a08bf02d94840004 "
"/detail/cfd090e5177841249aad0a868a2abe7e "
"/detail/84543f012ea7452c91155aaa40f26059 "
"/detail/33607d10bbed4a2f96337948f9f0dc95 "
"/detail/a19c25e6fb4043c49b1454814494c0da "
"/detail/adb42016585941a3982efe96f98dc6e9 "
"/navigation/d1c8e7fd3f514b16a7c7c457c438b93f "
"/navigation/585d71242fa54b0fba56e331ed5adbe1 "
"/navigation/0199576db2937bbe9a41fb6156449782 "
"/navigation/08014c102bba43b09e93a823de238da1 "
"/navigation/04ac33f9be48438ba185ce8585682c3c "
"/navigation/ba9f9e3fd094425392c838f151773526 "
"/navigation/cda441a37060455fa34c8ce371928eb3 "
"/navigation/52242d7c7a3349359001e1b7b2c3df80 "
"/navigation/83586831f5bc43d6824ec80864e9314e "
"/navigation/0196d8a825c27a7e93a4b07323c246d6 "
"/navigation/ccd140695dc643408838c39c838a0a51 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/' , '/navigation/251448b91bc742de85643f5fccd89051' , '/navigation/ec2a4d4fb4474b5088b03df523675f08' , '/navigation/859156a63cc442008cc67aa14505a8ca' , '/navigation/4851ecc7788447bfb1e74f488e708249' , '/navigation/2350ba14e89143198d72042128b8519f' , '/navigation/f3f47b57953b40afb23cd462dda41731' , '/navigation/075251ee45644d14bfeae2fce50073a0' , '/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58' , '/navigation/07d6d4c2753d4315814435763a756eb6' , '/navigation/4784c622e7b34b139d9852ed9fb53adb' , '/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c' , '/navigation/7ca22766fd2846b39712928cd77b169b' , '/navigation/cc590dbc44b740169864cd7c989ddad0' , '/navigation/275477acc6364fcbb3d3bfbe17317800' , '/navigation/57e065cd29a24cb3b2d9fc39fc2abf50' , '/navigation/aefcfa1180634bb98635452ad2dcdbf7' , '/navigation/bda1448fb6f1449eae78e06d3dd07df3' , '/navigation/2c38112820554a9598f0c8e77373625c' , '/navigation/310cbec927954c1ca5d68a3a49b532c7' , '/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa' , '/navigation/c7643e90932e42f594f15a536998ed66' , '/navigation/3abc5229293848c9b2fc1b27fd3d8421' , '/navigation/514a31209c6e45c5b7f05cf2ce9205fb' , '/navigation/8539a768e5ce4f168833f890bae1d0a6' , '/navigation/0923017eea79437bb043b5b0673e115f' , '/navigation/c6f322e9a6294eb896f7bb669251f305' , '/navigation/8cfeb9558d524e17827ec792492c9122' , '/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3' , '/navigation/a3668172f857425f9bfe53224046ba51' , '/navigation/505fcc508c4e47eb99d8e4627fe8bd32' , '/navigation/82738af02a084bbdb851e11e8ec598dc' , '/navigation/aab03d74404b481ba120fb9530426d47' , '/navigation/018c9125ea874ae287429a2cefd1f2d0' , '/navigation/1a5c6210666443f19920fa7686428657' , '/navigation/76780ee5e68042aab5f6574d7e25dcd3' , '/navigation/bef74106cc0b4125978553246ff16ad6' , '/navigation/c4aa5e8624d24b30b0312e22701162d6' , '/navigation/c6dc84aee6e1469696ac2299c312fde9' , '/navigation/d62f763a8391413b81a164ea482db739' , '/navigation/dfdf2340aca14881a6652d08e7656163' , '/navigation/ab1de20b216545318a6cdad2ee7e2a82' , '/navigation/afed1ddda6d849c49d00ca0932a75b70' , '/navigation/b55d905661614a2fa7f585ef697d6cfe' , '/navigation/c7156d3692b345c69d8c93126625814e' , '/navigation/004440dd20754671ada9bf79a2b75fbc' , '/navigation/0b73a534bf5044ed9dd6af4e301fc006' , '/navigation/c9d1a6f276f24c67b7c66222804db52c' , '/navigation/f57dc8356f054004b0b2ae82257e6ab4' , '/navigation/cd3cfa833d6046b89a14935aee1a7f8f' , '/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af' , '/navigation/a316e8972e0041bfa756d6f7acc23e7d' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/navigation/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/navigation/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/49f823826b384871aec230ae7ee2f154' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/navigation/7b34af3a47cb4c3ba3188ed1cee83967' , '/navigation/7758ea41858d4231ad3623921c73e531' , '/navigation/68376253ee4542d7aa4d93ac4958eb0a' , '/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e' , '/navigation/d867ffee71f646f09b1c069b267201e0' , '/navigation/4fed7b490a09439dbe58747fe74f3e5d' , '/navigation/cf5a0b4136834eac88874e7ff81b8ba5' , '/navigation/f19faba35fa04f30a1bdd354b051f625' , '/navigation/4bc032eef6364672a0d09b8abe93d55e' , '/navigation/33b309eb71bc4c2a9976970795d500fa' , '/navigation/6dba75696b5148139136de033ffc6382' , '/navigation/be2f3ca764534022a2ba79f972c9679d' , '/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6' , '/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef' , '/navigation/7b7970e14b87448fb41d825fcec350d0' , '/navigation/7d34ea33ebd2430b84ca71a999e7b708' , '/navigation/abfa97de640b48c7a6afa067b88812bc' , '/navigation/1f423e85c6eb494980b22dde93e64a9c' , '/navigation/876b21ae9d7c41498115b90823beeb7b' , '/navigation/2b29710e5f0f44a8825513b4e6e2a98d' , '/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8' , '/navigation/671bb3d9919346a1a0187fba6835a133' , '/navigation/dfe70840626a4a9a88c56999fb42852b' , '/navigation/e4ae50f24b8d4d6483cbea48cedb146b' , '/navigation/73e9c784d8c448d8a7e304117eed2293' , '/navigation/8fa76c45c7a14b1ca93353f7b1f85411' , '/navigation/f2e70390e9e34ceda7549b53800c1e08' , '/navigation/0bc41cae5ab441458dce00de02107388' , '/navigation/5f149c7e1b2b48f9ae6364de8ce288fe' , '/navigation/903d01af296c4a2391205affb24423c2' , '/navigation/89364c27afac40fa9ead1ec3136ec684' , '/navigation/aecbd0f4de0742199dd75fadddec2013' , '/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0' , '/navigation/bccc5c020811472196379229044dc7fd' , '/navigation/2db3c8aa857a4bc6a6d11e3438350063' , '/navigation/068567f45f424e389167089941c407ec' , '/navigation/165d387e909249889e89cd6584e6c81c' , '/navigation/20e44a7345fa48468f3d0e2298b4f067' , '/navigation/224193720c2a4a45bc96cb2d055655ba' , '/navigation/3c24eab57c3d445698f26534ea18e660' , '/navigation/444424ff93914a27a401e920bb33976e' , '/navigation/72202b824a384e9a8c11ae6afe2a9d75' , '/navigation/7b182711a1294f69ae2266b5e37b5bc4' , '/navigation/83868e2e81b340bfa067343e71965085' , '/navigation/89d46426d44c4442993d4b524afc59a4' , '/navigation/a16abde2699547c2b823b86c6b48d0d7' , '/navigation/a3025fff20374024b907cddab6c39d43' , '/navigation/d14cb43cbcf245eea471b31b87876e6d' , '/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d' , '/navigation/e5c66ca00fd140229735738d20618e8c' , '/navigation/b613bcea17d94cd68c0f1b01c96a843f' , '/navigation/f65330b5335b43a8ba39baec7d44aa54' , '/navigation/fb3986cb89834cf3a3b42c5a651034a5' , '/navigation/9eb6e1f2d32e4679aa85298c3e2fd678' , '/navigation/a5d30272319c4e6f8577b8f344013d34' , '/navigation/5be3b86f12b94044a39420702328fe79' , '/navigation/e40c020ad4b74db7bc3e2e88c4c27be8' , '/navigation/ab078ca87be74c748a7e971e766ceaf3' , '/navigation/efef8f302349446dac0f0d67631b70cf' , '/navigation/f5e01e9054514b68a8653c5a4f2e5ee1' , '/navigation/e485c99ca374414e851e1bae3f10af8e' , '/navigation/2fb093f95507419987f178312f1a3159' , '/navigation/4823a61385b44ff1acf4e6382ddc6ed4' , '/navigation/a6abb398e64e45f1895b6666ef5c48d1' , '/navigation/00f37e830a0348d09705a9612c8c8cba' , '/navigation/71ca1150915f49e5a1f2fd538909d05a' , '/navigation/1c5e979155a844539448db12fd5ee768' , '/navigation/8880adde82fa414eb680521ec3b57c4a' , '/navigation/edd74ffcfbd44ba9904d355f05d440a6' , '/navigation/29bbfc2eb6d444f08a34e46f60b76e17' , '/navigation/9228dba7d8ff47a897c5e6125f40dae0' , '/navigation/500fe37e8fab4ec686d79803e58a8133' , '/navigation/defbeb767ca44c1b970ab994d662a6a2' , '/navigation/5d1b4c4fdc094289932a615f81db335b' , '/navigation/b3fcd7cc2e684a8b96f82adbb8615f55' , '/navigation/1f6fc0d096e4433f847169a8653f9872' , '/navigation/cdf0a23d5d72433783ef241128a9b070' , '/navigation/273527558c5e4e2cb3168fbfbbf6db0e' , '/navigation/0fc49a5d23ec4742845d4d31898f67f2' , '/navigation/9870b54fef794c4b87791c9dbc9b83b9' , '/navigation/91314c7682154e58a203d7deb3c46e25' , '/navigation/0198a84419397e96ae8527630cef7f63' , '/navigation/019c03b8fcaa72dc9e2c6dd03b04916d' , '/navigation/5fdbefa88b0942d28155aa77fb9d1ef2' , '/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27' , '/navigation/6abcc304f8c84933a719a126f42a6651' , '/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3' , '/navigation/ea2fc00d192244b3b852128b45d74842' , '/navigation/2a5c8fc96ef04011aef499b2fb4faca4' , '/navigation/01971690d7e97455bdb6a13033fc4bea' , '/navigation/01971691bb387f7f8d6fa68ac5bc78b0' , '/navigation/019a7cc2c0ed7c48bfd77766e7197c67' , '/navigation/019841caba81739d847aaec4495335dd' , '/navigation/c760008290d84dbaae3f6f4b83269ddd' , '/navigation/019aea2480627a599fd1d0db6122e224' , '/navigation/0197169587bc7ef2832928391108aef6' , '/navigation/01992f21513c7fca831141b67a0ba2a6' , '/navigation/0199288800f87feaabd6d217f0254df0' , '/navigation/01983b68543b7476b25d1ed5006cd884' , '/navigation/572804a509e74ad58d18d52ef0cfeb3c' , '/navigation/0199772279547efd8f94e76789b316b3' , '/detail/e6e6f29138c54a55a05e323df96ed6d8' , '/detail/ed230956bd614f018d54e258115161e4' , '/detail/9ed200b5e88f4d5eb82c371b92796368' , '/detail/c2dc7ca12db544d982df7bbf9b28e407' , '/detail/d65aeab29e4b44b58eabe5880ed888c7' , '/detail/0ec4b5e3b2c940b0a5f6f670066b4973' , '/detail/db0d7d9964294fc0a84d9a7098503d71' , '/detail/f973a6ee457046eb8b1e19c7b03cee93' , '/detail/be4f8ab6bd3348a99faaf21820613a76' , '/detail/7b5b8413e4af440780d41a419a972862' , '/detail/4f462e401e2e4ce48f44bd872ab9b5f4' , '/detail/e4c0d86bfe2748019eb1a41187397706' , '/detail/7e962b2dfb6b49e8bf38dd123672ad9e' , '/detail/63d0253e4c0448ec8b909fec5817c0bc' , '/detail/70c94c3b7b1d46f5b535199db085ab84' , '/detail/e7051879de2944ddbae87117ec355acf' , '/detail/79240d8abf8e419ab9cd664353182f80' , '/detail/30e9c1cefc7148c8b72b76eff2027217' , '/detail/d371069e7ba04f3ca12a63b17120d06e' , '/detail/53ccd56205554b5390a1c332a6066a4c' , '/detail/c74d63b76ebc4a5cbfcff547bbd8531b' , '/detail/e94c714dd1174c07a03de0e9a1930e71' , '/detail/ad5314af466d48e5b86eb778c6fb1b4d' , '/detail/041c8ed6153641caabef692eb7599e42' , '/detail/1c0b316c7a6f4c33869fc8cc7a6a2a2c' , '/detail/79a7194600284334afaa20d9fbde0c47' , '/detail/c02b5c2491064157a0814723455e1b6f' , '/detail/019a08a9652d43dea42bdb47fa151eba' , '/detail/e6e8b7da026a452eb323409ad06b9956' , '/detail/ca9c0b81264347a894630408aa3962c5' , '/detail/d9f2458a7c044b59bef1d91fb7c2f814' , '/detail/8bd51843f8da4cb28f699c81745710df' , '/detail/a3c86dabbb3845b0b91a5e4538cf0ccb' , '/detail/e977f7820b97441abcfe8fab11eed316' , '/detail/b33bad3f000d4f2e93b9a8c2fb8415aa' , '/detail/ba7f9499e07b4d61b4038f3e7ba8a378' , '/detail/453fcbd14f054abeaeab8dea422c7816' , '/detail/7bdf8ade3831497fa64e5b283195019c' , '/detail/46d0dfcc451a47ef944b1f3cb9e0be80' , '/detail/bc8ea8a996fe4e6b93d72c802f462cad' , '/detail/63713f7d0fc249eaa0e28fa77c6d9d29' , '/detail/553ad88828204982b07aa18f4dadb025' , '/detail/c12730c8639f4b8999c3e8af93f4217d' , '/detail/8eb6f54fd4df4b7bb2946eec68159dbf' , '/detail/8926fcabcc714336b89b9f541fb22f3d' , '/detail/3c0cbd2c27734a3f815de63c0a16a98d' , '/detail/8681241a295a4edf92526cda0c82f0ba' , '/detail/724135e1d028492086ce932b5d878276' , '/detail/26978ecb8b2b4fa7be0663696a4a39b7' , '/detail/f989deced84b4f289326c5549f63b236' , '/detail/dd4ea2b460a149b98888a9f8cae7efb8' , '/detail/354e25ee7efd4fc39468f55f02f34f10' , '/detail/6fd7c68679834c5c8e29063c54d2982f' , '/detail/9277b86a6f264f2b8d98373db0f7bd02' , '/detail/2f64862cac2c46d5a970d1a21b573598' , '/detail/d0b8ffe37d024d728ac5949a71d496a3' , '/detail/5f273c028c1c4365b354d2f780a88f54' , '/detail/6d759189c4a14728927a26b23acf20f9' , '/detail/53a59386411b4b4eb77d9ff0ecbcbe91' , '/detail/e3b0cdcc387d41e2b9d393f67bdff079' , '/detail/027b00904ac2456aa7de5ccccb6d4ab9' , '/detail/2d020203dbb8489b8704938c4d27013b' , '/detail/1e87d55e208e4844a283d6296cdd53e6' , '/detail/2ead50f272fe49bda89209023e991a00' , '/detail/e31d9664b1094f319f795db332912130' , '/detail/5c33aecb111b4514bfc1ea972cef897d' , '/detail/42d1077e32d04a869ee7c251908da4fc' , '/detail/51caab10c87f47ffa26e4fa648caabed' , '/detail/ca96865132e843a483c59a14814f3fe5' , '/detail/0b796e0c7bc446aeba376dfdcbcbd2e6' , '/detail/a16d92237ab9441aab63138b567888ad' , '/detail/8ece3612f7b44fd2bdd16d9c40fef6f3' , '/detail/f70283a57e344176b7ddde9278b7efde' , '/detail/e7ff7212b080480b9f452d1112df7c1e' , '/detail/0260d7439d7940dd9d81979135b24b52' , '/detail/b3e0b4b341ad4b2f8ffa4791471e37d2' , '/detail/00bc81d41cc042b3a58617bfd9f90a49' , '/detail/eb46fca0ed024c2796a3a1f132559484' , '/detail/2847112ed39949fcabf76aec4f9b034f' , '/detail/82abe33080bd4dfe8097df9bdc950823' , '/detail/a099825feb7d43b9a5039f763a1b1f10' , '/detail/0e345e43f7f047b68eb4195ec693620f' , '/detail/a57099dda04946348b57d8fc0513aa66' , '/detail/268fc412578b406f8945566b61785612' , '/detail/7297aa5b4e0f486785a9c9a12bec7e01' , '/detail/1e13fc698018417cb737ce06186d85ad' , '/detail/e7065ca3b93c47db8b41303fdb8c1b97' , '/detail/d0fe2869ac4a4aa6a202d7fff1e3ae90' , '/detail/ed36b244338440bb9e4abd69e22f6e4b' , '/detail/2917ad87c563492b8954058f3e028f35' , '/detail/419979b0c0e04587af36f69fef19d03f' , '/detail/752bc1f30a134094891d499373705a9c' , '/detail/c8ec2e4c062e4021bd7c7166442873f1' , '/detail/69d50d5f3bfb4f5a9a9fce48460cddb8' , '/detail/dd7478f9dc6146d5b86b6987b1c8a718' , '/detail/6cddab455da54f208ddc794a333d580e' , '/detail/dbca05a82a604a488fd04de4db6c509f' , '/detail/d79b15ac16134258a27a81449fee7ec9' , '/detail/b434df1470744a0cae3e5641295800de' , '/detail/6abbefcf52434405b5bdc33013fa30e6' , '/detail/7d0c69792e854a2e976f5e78079b8f4d' , '/detail/8050cddf7ad24df68fb01d40a02ca55d' , '/detail/68aa496ece684070bb96a7e074ef291a' , '/detail/e05bde6692db4a3f8c654c81705f619b' , '/detail/9097210ea89747f7b4b3c1c0a19497df' , '/detail/e17561bd46894974a1a0c0803d70310a' , '/detail/a0d4746ccb504f23b79ac973fda06740' , '/detail/e181e7d9aeb04ca1a83e91d974323975' , '/detail/cbdfff19895a49e3af6e199682511292' , '/detail/f474bedea62d4a53b963998157005ff3' , '/detail/f114285f41934cc498723b09ae5679c8' , '/detail/ca14c559410f497f8a3abc0207d5efe7' , '/detail/81a178fab0cb497ca912bb593a39764f' , '/detail/fc0cc0650045449ea24c77f327eeaa6d' , '/detail/a24b63f65a5d49a187ed091607365b04' , '/detail/094062d5a06b4f258c793771a85e6d0e' , '/detail/24d2c2ca37c74e36bea954596b6dfa6f' , '/detail/5c9aaa8556864dbbaea8f5baafda0256' , '/detail/8d9787c3834745a8a7f03525de9a9a84' , '/detail/6a88dec2a60f418ba09aec48fd04627e' , '/detail/bf5cc2144109412490cda073cd3fbad2' , '/detail/9a10cbdb98f441b6ab4b95a14b1de64e' , '/detail/d474630ce3c2460d997a9553a9c2fc95' , '/detail/dc952cdf32d24c109d88b99a84318ac6' , '/detail/7df70695707044559057ea36a1e018a5' , '/detail/6c6dd69af40c47ea8280e11472ae1418' , '/detail/58bcb383dc7d4542bd3dc7a11e24f58f' , '/detail/a5c396dc8e74471894944855c4f8ed33' , '/detail/52af8ad28b1c4ee6a0e10470e4de88b4' , '/detail/b2d045dfefd8447fb20e3d12e6e605bd' , '/detail/95446021bcec4c1b8e2f93fb3e32127c' , '/detail/09026a18c255418c8e7216c6b793082c' , '/detail/28320a2ba675413ba7955c0dba8eeba8' , '/detail/a72f5551539541b79ccdb5b8645a79f1' , '/detail/e9467d4a59514abb9c220c0eac2a4efd' , '/detail/749e039f8c104575ae7fb9c644aa3cd1' , '/detail/9469b02a549e44419b9edddb315d50c6' , '/detail/a2aed6da517948e59f97c52cbcb50d84' , '/detail/8151dd498e0d4f4d92e144f0ba4ccce5' , '/detail/2b4ed33835d54a219d242cec712bf42d' , '/detail/57c91979f5584dbab641c5f4d9b77e7a' , '/detail/e91cdc0f3fbd4f29a22d52dbcc479315' , '/detail/1a415083786342fc913803f233c82d8e' , '/detail/f97caa237c294498b3af603eaa8d3363' , '/detail/e57003c18a8c45339013bb15eef6089d' , '/detail/5273f25e874942cb82dfadd5b054a179' , '/detail/a90319796686407b9795490fbc7029fe' , '/detail/607c9234c5ac4c3b9d8edd13ce102902' , '/detail/446f9e26ce4a46668bd5d731bc37e27f' , '/detail/c2a3573b7a8d4c4f9626afbceb45bf5b' , '/detail/9841cb38efe945399e3b75d39c3e9bec' , '/detail/3e8cade194f74f4d9cc45fabbfde6e97' , '/detail/c702036a9bcf499ba4878fab1225f73d' , '/detail/b56d774bbc8c4b63b09f411d56e6cb02' , '/detail/213422ad4e8242e4af7e3500637396d3' , '/detail/e2dc4c0becc24226bee305ee0f4c759a' , '/detail/e551282611564003b8e80f1e0b3148a1' , '/detail/dc5bf063dfd441b5a3f48d74ee985030' , '/detail/fd02616c387a4c2eb547845bffabb6a0' , '/detail/7faa0e375e9241a18edc4966d57ed5e1' , '/detail/b4a9e37cde9a43f08d908d87f405271b' , '/detail/a23d1a1895be441694da39eb4efcd722' , '/detail/25a319e3163f4be4b8abfbd468564e2f' , '/detail/5afa7141f4ad4f3ca65579de5ab70174' , '/detail/9d31e69e3f164534b098f8b5b114e385' , '/detail/a1557fa5b3cd45188c70665a0ef4c435' , '/detail/fa1c894d8cfc421aa7ae9aa0839af563' , '/detail/2e5792f6a9794a49830e63329ca7659e' , '/detail/a013d8a5c05c4c179ed5ee67ba295b05' , '/detail/27cf1d93e95044ef8f651caac1d1bfab' , '/detail/059b606a4d524899adbca872f8c49715' , '/detail/386f0f9167194cba994e91c51a2e83e8' , '/detail/2fd91958a065473987d8a41afb32817b' , '/detail/8f6207d2e88b45d7a67e292535e199d0' , '/detail/0c3397f4449847659b9c0bc11718d929' , '/detail/3410b846409243ba8f817be282cb5a55' , '/detail/0a331222acd74a0e9e08d7a7c95cf4d1' , '/detail/55db626078624359ba213fb9b1349af2' , '/detail/d77bb67537b841ffb93ea50a41acb86c' , '/detail/b0e53b9fb82a4310ab995285d3068dc2' , '/detail/0baef82cde864f539d677a178cae3a18' , '/detail/51e7e0c7af764663930c8bd50d60acf3' , '/detail/fc00ea90786f45e39050e9f6758d86c7' , '/detail/9b5a17da666f4befb1a9d5f850c9f732' , '/detail/000d99cc795149d8b763f8b3d64009f4' , '/detail/edcf6f58281d461bad9ca3162cd43188' , '/detail/ea3b467c72984345adf5231b04eac57f' , '/detail/2cc2d393b6bd47bfb57d72a52983f662' , '/detail/fb3272523b214311a516a175586348e8' , '/detail/73a798034b6545e5bea76edc19c9bdbd' , '/detail/b1b9fdee08ff4c7b8a847dd96d95595c' , '/detail/d28670e95c3c44a5b2df2a6edb98de79' , '/detail/e0a691e8d099481cbce7e3e4217b1945' , '/detail/0217734ea93e4162acff209d83b739fb' , '/detail/23049f8278a8404690b63b51dfbfbcdd' , '/detail/0e708c1a0c6d452cbbf42e7d8fb9b008' , '/detail/01580734a1414939aa5ceae154543ec7' , '/detail/90dbbdb809734e2d93df7812cdb4e488' , '/detail/4a8a1b582b0a4fa1a94af1ade88c5158' , '/detail/c94d92e5db154f43a79ffcdf6c6e97fe' , '/detail/92b2805defa74279a7e3b96a396db3bd' , '/detail/d2c95dec9e03449dab9fdeecb3796ef3' , '/detail/ae1fb46290fd43ea8d7b3c4b73e072db' , '/detail/bd964333bd904e599616c2db42751180' , '/detail/57d87359fe104df48fe63bef7572f8eb' , '/detail/64c716fb13374fc5b87c1723ff5c37f1' , '/detail/f3de2b0d9ff04b2bb0154c414b445c33' , '/detail/eddb871875af4b7a8950eab5bb98481b' , '/detail/70f92aa4fc234debb1d604c714324c90' , '/detail/2fdf6b2d4c8140d48edd0401184828be' , '/detail/889c3f1529e94cdf946d121c03e33e63' , '/detail/c14f89cfa1b547d588ce3174392163e7' , '/detail/75e51184c08f451e8e984be2fc31f118' , '/detail/9d7db2bb17164a2abd613f363c8f7702' , '/detail/10f7a2b8a973415f89cd91dc297ae2d6' , '/detail/e8b542b6cfe445af810bb58c8f4da1af' , '/detail/0b1b995c25c04b6eb26c1c8af129ddf6' , '/detail/e12095ab0f044138985c335e2be04ace' , '/detail/4633289db7c4420fb7c149c003da0c86' , '/detail/aac3bb6b0105461aab951528755cb072' , '/detail/6fed69284cc34fb59712cb5f0eb41efa' , '/detail/b6834b9bfd4a4f8f8ae1755b9b11c6b1' , '/detail/0ff692af55264c0a88e8afe9c94c712b' , '/detail/9ec798ea019c454f9559267a8e9a87e6' , '/detail/f729c3aa5fba49968597f25396741c6c' , '/detail/73e3a993d78c45bcac56957694e3dc61' , '/detail/00a01c299ef74da5bcf5b5ebc7834a06' , '/detail/1af05d89919649e1808c56788b2a1793' , '/detail/5c04429bacf1423b81f90b062117c6b6' , '/detail/d83532df01644add8a036334085a1481' , '/detail/06b62a63ba3d41ce81bcd212f433831c' , '/detail/56d2bff4a3094d009fbb7faf157dbeef' , '/detail/4860f5f455a049ae80f2ef129caec1bc' , '/detail/63db45b405b549a9b11396287b7ef93a' , '/detail/d86ad0450bb148bd8d673eca8880916e' , '/detail/db6defbf39684ce4928dbc9a389ec3e4' , '/detail/643b7ae10c344c5ab123558b56e347ab' , '/detail/f644e4ecd2494f32be9552030541c963' , '/detail/8b8c1f87cadd46219dc07d6cd331b1e2' , '/detail/b479ed4c65ed42d1a85e1e9b2611ce07' , '/detail/0e9a3fbff7044f44bdcd0f8044616838' , '/detail/5c2300ce904f4e5b83a2d5c34030a36f' , '/detail/55eab9bc145a4b1ebee287927af848a3' , '/detail/4f3afcf5c2b941068532b2b756a11a45' , '/detail/8a200a34716c43a788462941dcd7c30b' , '/detail/c127abb50d27429fa2c568d841c9a639' , '/detail/1a829bd98929425a9433a0991a1527f6' , '/detail/d78cbfabc6694c04951135b698da4f79' , '/detail/7aec9a2d63e0482fa87804823d9613dd' , '/detail/386b531a6521459bb73df625ef22fb6b' , '/detail/8a1ef21466af4ee3a93d24e0f7ce6287' , '/detail/b171b39c76564d0990c7d0e9883226cd' , '/detail/584b3211022342759fdd1d87bbcc8132' , '/detail/c371909e3c314075824a2854887ff735' , '/detail/968bd4bded3a45b7ae912b9f9c5be979' , '/detail/7d8a4fc9fbee48cca22ad01c533bb019' , '/detail/3c8d9ec9db364ca1912987621ef02514' , '/detail/9497d12e9e5a4501bdf0242552b6d97b' , '/detail/00451541a7a54a03822f47657c955bc1' , '/detail/c470474e8a8843a7a43e1bffed54effe' , '/detail/89d0bad6a4c0452a8f805323b843eeae' , '/detail/fa1b721dc1754673b0008688001096d4' , '/detail/990b728719554ee4b559389a6187b5f9' , '/detail/5864679c72524a4599f3530187f92548' , '/detail/dcc3b906898445d1a7fbbb6d78fee72f' , '/detail/a5529e89dabb447e814ff192da8752e7' , '/detail/db2320e83c8a427997d0b9b50b6b38c2' , '/detail/663c6b8fbcad427daa6440c9aa4cff81' , '/detail/84cc8b78ec8e4ef59c363fdf80520843' , '/detail/18a809a0b64e4f9da62be00e15afcde0' , '/detail/c4de8a193f394ff6b5244e01bbb713b8' , '/detail/30517dbfb2b54d7395d6a70ff90e7e8d' , '/detail/6d8dd0ad10704c33bb6a0953d63248dd' , '/detail/1739f58e530b4e8f89d6f2fd33f84912' , '/detail/c2df9bc5c07545f187535e63cfc542e6' , '/detail/a40eee79476640bcbe4af9712c175ae0' , '/detail/5b8d5f18678848c9affa0d4300fc524f' , '/detail/3d130905458b47a99081a11e7c5b9b69' , '/detail/e5f2630f48804181835ae00765a76d2a' , '/detail/c8a2876c747748d58a85edc9431ea33a' , '/detail/4f8c9ba19f574e0e8f65e74ef7deac55' , '/detail/cb415918a0cc41c183a3430ba71661bc' , '/detail/52b7b31a3bef417eb75af8b85bec7f33' , '/detail/07b9d9a3dffb4190a0dc531a585cac14' , '/detail/0480cf6c01b44b77ad919bfc5c8c10b0' , '/detail/f8568f7e0a83429db53e218cb65883fc' , '/detail/e1ad77a27a394ef191d25b74f1869424' , '/detail/631c51ac157149658bca259a759c853c' , '/detail/0f70b9f4fe9e4c509eb1b4f97897f21b' , '/detail/2ce2fc17c95f498aa04f81674dc269bc' , '/detail/526abf97ef22478e8cf7c34c6c2e1de3' , '/detail/8313ef77c93b4ea588914e60b0a826c2' , '/detail/dc39167c656c446a94ab063b3f8a4d97' , '/detail/5c7b0c2609ec4aa0b2af037e1ab78870' , '/detail/e3a6bc6ba048473d950a11afd57c0d11' , '/detail/785b4f8fd0b14d5e93dd7668d2bdfff5' , '/detail/430f8b48e90e4c4fbf1eb30c9567e039' , '/detail/071be9cd177c4ee991cb28de126e9ec5' , '/detail/e41f9057433c45638425b73a948cf7fb' , '/detail/4542a89c5cb740a4a052ed5fafd2d913' , '/detail/7eaa16727b614da3aa24e9fdee0e43f3' , '/detail/f22ee215ea4749d69e6f6232dbd6a54f' , '/detail/dce71429bd2f4690a77b03e37efdf475' , '/detail/df206bd087d04637b893a61c939aed35' , '/detail/83c585e6ec134716a1b615673cde0ccf' , '/detail/b8ff0dcb2966464ab838dd48c4ffd8df' , '/detail/9b3b15b2f80844d1bb545a1357161662' , '/detail/06bc85357ab44b4e9a5e4df2e27d211f' , '/detail/2d5d6eaac36d4f7e9243cc1a0a86bd23' , '/detail/80af1cc6f2424a5e89e0c14b7039f0ad' , '/detail/fcb23b28971449a7b230933bec452fd3' , '/detail/b7fe95c53ff24ddc8321bf596a086e3d' , '/detail/304aed6d3ec54bc5bb99786543c37357' , '/detail/c9df04672c8445e2b9e8fbe92319fa61' , '/detail/db9bd1413cef4f12b524bc5f99e4bc45' , '/detail/d04c9446be464c9f9b7ed5abec665d7b' , '/detail/1e5182c1840e44f6a3434996176eef35' , '/detail/6601377b8a974b01b6becd810bd62254' , '/detail/4915479196b94532b3105b8d53f46b58' , '/detail/cc8a46b29f574259aa120c60a72d4470' , '/detail/dcc0b553db8b40a2ae4175caacfc788b' , '/detail/dd14635a2ced4a98bb267c7876303bbf' , '/detail/bb84a663e9954b54a0e238a08fcda716' , '/detail/14b3197f21d746eface36f52ed3ce6fb' , '/detail/b1ef814782c14bb7a5560cdf0c96e896' , '/detail/6d61702a8b42404cbd39db1f535d3bcf' , '/detail/ab845fe1fd8047f8ade92cc8be8e8c03' , '/detail/c4781e8ebc58425083b384ee92cd1d9c' , '/detail/b8f187ba796141b4b0f09577ac1f8ea5' , '/detail/f0983f8188c140b19c909bcfdb0d3112' , '/detail/c823acc25cc743d6b7a90a79bcf65919' , '/detail/3cd62a5b123c4598b929ab020f66d659' , '/detail/20b40203f06f4b62aaa92c02494fc8a3' , '/detail/0783fb23eeea4b20bc8da51d77a3772b' , '/detail/7b48cdd72c4a47bb86d2e87b4f99802e' , '/detail/bc0b8beb6d814aa0a5ea9bb5438079bd' , '/detail/27f6845b023e42899de821891d98acac' , '/detail/813702a7d8434375b14b1483915b4e31' , '/detail/d38d2f79498241b6af04042fc959d1c1' , '/detail/99a34e306c83466a97bae1001bba5e1b' , '/detail/70ee4054ca6b4858ac71a86dbef1a64b' , '/detail/53314a8989504f40b302043f169ae32a' , '/detail/33208b6d24ef45e4b105fb2c72bf143f' , '/detail/47bc81469e414437bf4e17eb65a9dc3f' , '/detail/4313382ca3a54179817e6615e6250d82' , '/detail/8e7acf4d31b24bb389ef016a81b1d04b' , '/detail/d13a42501d30428b936d1bf6145cfb2e' , '/detail/eeb34ef84ed14083b638e95e474def57' , '/detail/9759ef0f926a4bd79d266a850411dc7c' , '/detail/be4afffba08c410c88d56a88c5fba1fd' , '/detail/d4e250ad2427480c9fa40c3b07fd23c3' , '/detail/b0d93573b4c04e08b298c76a272d1e6d' , '/detail/f68cee8194c74e2cb6d795988f8bb3a2' , '/detail/f976d218d4d143b0a1692393af0a89b0' , '/detail/0a8fe50e8fbc4c9b85f5616504211292' , '/detail/b15562f2b5074eff93294a5a95556394' , '/detail/7e97188f6a0b4f2b8e4ff473a0b90d44' , '/detail/005bbee48ee94b5a83cbbdeffffce3a2' , '/detail/edf06480192b494ebec0a2ed46f6070f' , '/detail/6f05af985fbe4797a8f3d9602df6a509' , '/detail/534c00f26d494bd8ab2c2f832fcdf3ae' , '/detail/7b1cd1e8d51d4e59a73d04942aff8f22' , '/detail/cffd568823ba4fc0b5d0cebdd1ce4c51' , '/detail/26d57a9059f145d1bf3c22f3fd40f125' , '/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2' , '/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed' , '/detail/5e698bb89d274d55971858d23a38965b' , '/detail/747c60779f4d4da5b94d9a1491009880' , '/detail/2d5d8f227cad458e854a3de1cd832b06' , '/detail/d111a4ed259949168d6de0efc59a7d22' , '/detail/f654440d6f444cf78054b0c0f14c9bb3' , '/detail/71296ff2bb444c5787edc4a31aec1ad0' , '/detail/05ed0fbd33ef4484a5e3d41101ec48c9' , '/detail/a12f63f6d4bd4be09db943f2bb7f3dfe' , '/detail/962fa46a2a8b4a58a786fca045201a8c' , '/detail/f9f5896e1e194ffd9e5fb1d6275e967c' , '/detail/2c593abb02b148b38e43cb0083898d0c' , '/detail/ec48344756b64dc8895ca0f39cc9afd1' , '/detail/114840994ee34c14b415e49fbb3583d1' , '/detail/eb5f37e8e75e4667a9ac349fa0224a30' , '/detail/0e7ddc43e47247b38d8126f462540fee' , '/detail/98873d2c50454dfdbbe6f901dc8b8690' , '/detail/0f2bc509943f425f88602389a7eceb65' , '/detail/2a4302127024467094774e2ee4bf1590' , '/detail/5c7fa4e64e714105a6e38986e5aa4a56' , '/detail/79473e66fb7e47e59446ebe69fce70f5' , '/detail/2c2e3b3963394227b46b257b8d6222a4' , '/detail/ff5aa2d2c7c64ce18a817c95de4d7a3a' , '/detail/7fd4ab6f2b164a8c9623b389f60a234e' , '/detail/efe06e34b5924ba6aa5ceb36fe07dff1' , '/detail/bed1331d6eb242abbf04b63630c8c4d2' , '/detail/8e4a7b83e7ac492aa0dc0bf64d938385' , '/detail/d3bbb79abd8a482e80b25490c9b8b0ed' , '/detail/1bbc37f462e942d3996ec73f65c65f3b' , '/detail/0c255086dcd342a1bd7072f4788cfaee' , '/detail/a1efd1173bd6428981c099d0df17dbee' , '/detail/6be37ff24bce4d12bfe70042f8d22352' , '/detail/52ee29f8106f429c876f8674ac8957e7' , '/detail/a3ae192138d04ccab891186883030123' , '/detail/5ebf827588ef4435aed23671d67773b2' , '/detail/72fe7c5125414792b1c52f53f90699c8' , '/detail/2720dc05c39d4a60a72240b08c914b64' , '/detail/d8b418670c084782bccbd3c16391900e' , '/detail/a2e2b1d0014345948d54c4f8932e4d07' , '/detail/89bcb498e34c48779a3240821d6e48f6' , '/detail/35f9b11318504cd79420210823975b72' , '/detail/bc3c0e1d84cb4fe89e0a4150a65baf77' , '/detail/50b105b1e4ab482a860b46f6b38a5c20' , '/detail/6cd1396ea58246d39a8de490c29b1324' , '/detail/918362c75b23493ea15aa042b43277a6' , '/detail/cd38b49b55824307ba643e86f68c315d' , '/detail/c1c2d28f30304f86b4b1307fc726ed47' , '/detail/ec87571f6fa4427b9a981ffe261a279d' , '/detail/8be42a90b1ce49e6a937d77e33f04ebe' , '/detail/226e15c39ed2481a8d37401e19131d78' , '/detail/e47d04e31b3d4a47bf25d0f5f545ba12' , '/detail/d92b802ac7a74c6c8e016fa09c141450' , '/detail/9adaad5cf358464a8a4aef0e3c3a1e5e' , '/detail/974d443495224c08a4da716259e786e1' , '/detail/6ecacbd0fb5e40ef948be632905d8ca2' , '/detail/aa0633837d8044d2968e25cf48b70685' , '/detail/1629d9e9300a4dfd8e890ad6974a04c3' , '/detail/ca7f979ca3004c07a5f94d1ce10ad1ae' , '/detail/7604073c50704eff91c818a6dd0efd4f' , '/detail/1c5da60806ca4b2b90c57aed8c764e68' , '/detail/70af0d914da54cff835c54d3fa45cad1' , '/detail/2021ed3b275149c2a7bbcebcea3e3e51' , '/detail/4ccd22298cc541a9b8a9d4019df2353d' , '/detail/28c1f2f7aa5d4d18b9299599ecd7358b' , '/detail/72c8ba90cdf643ce9cbfb14d5e628cde' , '/detail/d5d625385776481fa8f546ad58115134' , '/detail/fa71c118f9ad4bd484f6b3a33163d138' , '/detail/5edd100250754adeba488ca084933b05' , '/detail/8b12e2a54bef442192b72b493483a129' , '/detail/3dda150f78bb400a90cbc7cbd15eba35' , '/detail/f7275334a23a4b5b86033b6d17ebf19f' , '/detail/3e57e79f44444235be2ea642e71ea52a' , '/detail/92d7f2ddea3a4703899d75f43cd17f05' , '/detail/80aa9c4e306a4d28ae2c7d100abd4876' , '/detail/065a44b41de947baa0efd571a330b477' , '/detail/d043cde457544747b6a03517342281e3' , '/detail/2a7259a81318488cb462a02e31ba7cf9' , '/detail/3a286b0329354712ae13d055f653a276' , '/detail/635ff6d2473f4099a2fd3f14712f5ae9' , '/detail/52395e958c3f4e39be185d0ac394a695' , '/detail/0f00667e976a4fa1933fd5dd1abd3431' , '/detail/5022cacc179f40c18a488ef858bcfa32' , '/detail/8c0dd79811764638a8f8bde028e4d8b1' , '/detail/079d5d1e6cc342f28d0e6efe8227fbed' , '/detail/642337c5810b473fb582354e56564b19' , '/detail/c628f59954254962bc11917ab328d2d9' , '/detail/26cfb58d138a4542ae52afd1e3593a6f' , '/detail/fff24c560e514b66a288458e2a582759' , '/detail/c86d74abb9684cb8b075e46a7a136294' , '/detail/78322a36ce144bb9893e3c3ea317e4a1' , '/detail/8088280e489c4e06bd37f2cf97445ff5' , '/detail/01bce0f9d4b246d8bfb8d9b3e3d049a3' , '/detail/14304d7aeb26475da84dbdcb5ecdc3af' , '/detail/2b2ef07a3ecd45e5862e00588b04b1a1' , '/detail/966b802504584fad8f7bf8633066befa' , '/detail/b4f8ad5aaba14d52987da89603d9adfe' , '/detail/547dd6c7c4804374a8ea09705d2d6d29' , '/detail/da4d9cb186ef404c82867ea73c211fc0' , '/detail/67e3b83c27e64b39b04dca6e97e5331b' , '/detail/67d23d2c4b4048ffa809ca202bd91702' , '/detail/a0a21f99eb984dc3a691e1a5dc06d31a' , '/detail/7308e511b9a94202a14a46f0291b79a9' , '/detail/1a71c4d06d054c5297550e8f4b1c7ae1' , '/detail/63ca355e45fc420ea6efec720dac1f8c' , '/detail/5e2f8f3307884790813356d86bfb6c7f' , '/detail/fbfafcad0c99436095c210e985e6965f' , '/detail/dddaa8fd783d4551af8977e30ba123a9' , '/detail/7b17befaf9694cc087270eb6dbf1ea08' , '/detail/277c1ca3ac12482ab7e9fecd573040b6' , '/detail/ce2f5cc204944430a23523f24651ea97' , '/detail/f8448c55469643b482974eeb56d7397c' , '/detail/a8487eaaa5f14a2c9022ae58edb15332' , '/detail/2fc7f6baf63e4fc28659c259098a1c9a' , '/detail/cf85821eedcb4e65b5882ee55daf5781' , '/detail/dbd660f43048485eaa18f15ba70e2daa' , '/detail/b0fd632a0e6340439933065b8b0d0a52' , '/detail/bed2d0fc0b014410a5ef5d664609fc0d' , '/detail/7391869a9eab47cda204d27c2060b5b1' , '/detail/c870495438f6431aa1db7035f62cefad' , '/detail/c6c244fecbb04c999bff987241025147' , '/detail/88a853f8d360444f89bd1a3d16e2b226' , '/detail/856bfb7659ba448dae9a5da237b9c408' , '/detail/4d6793b1fdd141b6b603ac4b709da9d4' , '/detail/97eb73d8be5048bfbc05240ee82fb49b' , '/detail/99fc09036b7042f0b0b2c1a936029d48' , '/detail/f10872a08fd54203846f2b75d1f2de05' , '/detail/0b8bb5fe517a4680a2bc00aa5d72a2b1' , '/detail/95d3714074084c3ba682eef94d7c8b85' , '/detail/e83132fbd5924bb69d28f0185e38f319' , '/detail/7868a6ff13b24d63860ee0c4db29046f' , '/detail/eac521e9ff6040e081a903215c9a6e3d' , '/detail/88ec8a3cfb824978838f628b0b54858b' , '/detail/ee0bf03bf44644b0844a0419dd10f6ba' , '/detail/9fa306c764344cf2a08bf02d94840004' , '/detail/cfd090e5177841249aad0a868a2abe7e' , '/detail/84543f012ea7452c91155aaa40f26059' , '/detail/33607d10bbed4a2f96337948f9f0dc95' , '/detail/a19c25e6fb4043c49b1454814494c0da' , '/detail/adb42016585941a3982efe96f98dc6e9' , '/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.49 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