1
0.85 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.18 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.46 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.29 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.48 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.39 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/50-sx-2019-modelcode-F6001S4 "
"ersatzteilfinder/50-sx-2019-modelcode-F6001S4/ "
]
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/50-sx-2019-modelcode-F6001S4' OR seo_path_info = 'ersatzteilfinder/50-sx-2019-modelcode-F6001S4/' ));
Copy
7
0.29 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/50-sx-2019-modelcode-F6001S4 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/50-sx-2019-modelcode-F6001S4' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.70 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.38 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.42 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"JDpJlaAg1ufEWsLIUOvFzn1CCOC5VoYs "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'JDpJlaAg1ufEWsLIUOvFzn1CCOC5VoYs' ) LIMIT 1 ;
Copy
11
0.30 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.59 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x274605D71D2B4479A3882D8FD62BFF5C );
Copy
13
0.22 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C ));
Copy
14
0.25 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.46 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.31 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.35 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.33 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.21 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.81 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.75 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.55 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.23 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.32 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"JDpJlaAg1ufEWsLIUOvFzn1CCOC5VoYs "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'JDpJlaAg1ufEWsLIUOvFzn1CCOC5VoYs' ;
Copy
25
0.38 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.65 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.47 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.58 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.63 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.22 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð %Æ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.36 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
33
0.21 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
34
0.19 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.90 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.60 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.33 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.63 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.53 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `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.81 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.54 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.26 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `currency` . `id` ;
Copy
43
0.25 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
44
0.25 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `parent_id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B
;
Copy
45
1.53 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
46
0.84 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
47
0.47 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.60 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.65 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.65 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.64 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.26 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.17 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
54
0.18 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.15 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.28 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.53 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `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.23 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.39 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x695477E02EF643E5A016B83ED4CDF63A )));
Copy
60
0.46 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 ˜¬”\x08 Jraº\n
2‚Xó\x7F £
"""
b"\x01 ™âxˆ\x18\x7F I½ûb\x04\x16 xæä "
b"\x01 šÅp\x7F ÂzT˜«¡óP|\x1A Ñ "
b"""
\n
$Epê6B® }4•¢a`\x13
"""
b"\x1E Î[¢H'M\x1F ·ãæfÂi®" "
b"6ìyyYRGWš<l\x11 |‘+æ "
b"tÃNêP&@»ƒ\x19 ¸\x13 vpÂÕ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0198AC94084A7261BA0A328258F37FA3 , 0x0199E27888187F49BDFB62041678E6E4 , 0x019AC5707FC27A5498ABA1F3507C1AD1 , 0x0A244570EA3642AEA07D3495A2616013 , 0x1ECE5BA248274D1FB7E3E666C269AE22 , 0x36EC7979595247579A3C6C117C912BE6 , 0x74C34EEA502640BB8319B8137670C2D5 )));
Copy
61
0.50 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.21 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.20 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.56 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.17 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
66
586.10 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = ? AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > ? ))) AND NOT (`product` . `display_group` < = > ? ) AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"1 "
"null "
null
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = '1' AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > 'null' ))) AND NOT (`product` . `display_group` < = > NULL ) AND ((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10 ;
Copy
67
1.78 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.26 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
69
0.26 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
70
0.24 ms
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = ? ) AND ((NOT (`product_manufacturer` . `id` < = > ? ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((NOT (`product_manufacturer` . `id` < = > 0x79A36140A28A4CE6AC6D0E2CED062741 ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12 ;
Copy
71
0.79 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.48 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA )) GROUP BY `product` . `id` ;
Copy
73
1.42 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.41 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
76
4.71 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%F6001S4% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%F6001S4%' ;
Copy
77
31.93 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 :
[
1001516196
]
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 = 1001516196 ORDER BY `group` , sequence_number ASC ;
Copy
78
36.83 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (11199 , 11206 , 11221 , 11238 , 11244 , 12851 , 14243 , 14246 , 14247 , 15734 , 15750 , 18970 , 18992 , 18993 , 18994 , 19068 , 50110 , 50111 , 50112 , 50126 , 50140 , 50141 , 50142 , 50143 , 50144 , 50145 , 50157 , 51889 , 52166 , 52181 , 52182 ) ORDER BY number , part_type ASC
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (11199 , 11206 , 11221 , 11238 , 11244 , 12851 , 14243 , 14246 , 14247 , 15734 , 15750 , 18970 , 18992 , 18993 , 18994 , 19068 , 50110 , 50111 , 50112 , 50126 , 50140 , 50141 , 50142 , 50143 , 50144 , 50145 , 50157 , 51889 , 52166 , 52181 , 52182 ) ORDER BY number , part_type ASC ;
Copy
79
102.45 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (11199 , 11206 , 11221 , 11238 , 11244 , 12851 , 14243 , 14246 , 14247 , 15734 , 15750 , 18970 , 18992 , 18993 , 18994 , 19068 , 50110 , 50111 , 50112 , 50126 , 50140 , 50141 , 50142 , 50143 , 50144 , 50145 , 50157 , 51889 , 52166 , 52181 , 52182 ) AND article_number IN ("45113101044" , "45113002000" , "45213012100" , "00062030000" , "45113004000" , "0966030083" , "45113003000" , "45113009000" , "45113006000" , "45113013000" , "45113021000" , "45113007000" , "0912050103" , "45113008000" , "45113025000" , "45113125000" , "0799025000" , "0770060019" , "45113019000" , "45113015000" , "45113030000" , "45113019050" , "0025080606" , "0025080406" , "0125080003" , "45113018000" , "0912050203" , "45113020000" , "45119050000" , "50430079000" , "0603070121" , "45230006000" , "0402040980" , "45230038000" , "46230035020" , "46230035040" , "46230035050" , "46230035060" , "45205004000" , "45205003000" , "46205003050" , "0025060306" , "46030045000" , "0770078020" , "0770052020" , "00050000208" , "00050000209" , "45235052000" , "45235053000" , "49030090000" , "0603061001" , "0025060086" , "0025060256" , "0025060406" , "45235055000" , "0014050123" , "0760082472" , "0625060001" , "50335054150" , "45235054028" , "0625006087" , "54835055010" , "45239006100" , "0025060126" , "45239060050" , "45239010000" , "31008060000" , "46239090000" , "45239093000" , "0770012030" , "45139005100" , "0888025030" , "45132020000" , "58414030000" , "45139004000" , "0012050253" , "45230024000" , "45230002300" , "0025060206" , "45235007200" , "45235008200" , "41001052000" , "45235009000" , "45235034100" , "0024060123" , "45235026200" , "45235025300" , "45235027033" , "55007016001" , "42013037400" , "45213080000" , "45113019100" , "0770022020" , "45113225000" , "46113225000" , "0912050163" , "0025060166" , "0770080019" , "45232100144" , "45232101000" , "45232139044" , "45232110033" , "0035080206S" , "0401110000" , "45232103000" , "0991060166S" , "45232105000" , "45232105100" , "0340084234" , "45232107244" , "75034050000" , "0402182412" , "45232013000" , "09910601661S" , "45232124061" , "0471150010" , "45233029010" , "45233029011" , "45233030000" , "0770015018" , "0760223270" , "45133028000" , "45233010200" , "45233001200" , "54632095000" , "00050000948" , "45206002000" , "45206015000" , "45206026000" , "10001120000" , "46230049000" , "46230151044" , "46230152028" , "45230150000" , "76235028000" , "45230000333" , "45230039000" , "58030021000" , "58038022000" , "46230024000" , "58330023000" , "46230023000" , "46030043000" , "58336020190" , "45230017000" , "0019050106S" , "45230060000" , "0325080200" , "0025060556" , "31007007101" , "45230089000" , "45230099000" , "0025080306" , "0472035150" , "03187Q0201" , "54630044000" , "0025100406S" , "36120781S16" , "52000173" , "46180009" , "36120386" , "93010217S" , "93010218S" , "93010219S" , "50181101S7" , "36120418S" , "36120858S1" , "50180095" , "50180217" , "46811208" , "36120151" , "46810893" , "R12012" , "RP10003" , "50180751S1" , "45305007000" , "0770300030" , "54603048100" , "45105057000" , "45305079000" , "54605069000" , "77205068000" , "50305012000" , "45305079056" , "50305016000" , "00050000813" , "4530403004491" , "46004030070" , "54603097000" , "0770160021" , "46004030071" , "55003139900" , "45103014144" , "45404038000" , "54611076100" , "0009050106" , "46304070000" , "56509064100" , "0024060136" , "45010083000" , "45010083060" , "0926080003" , "0991060202" , "0125060003" , "46304070044" , "45204066010" , "45204230010" , "0019050163S" , "60008045100" , "45233070044" , "0760162240" , "45233058000" , "45233050100" , "45233057000" , "45233054000" , "45233053000" , "45233056100" , "45233052116" , "0325080300" , "45230001044" , "58030020100" , "0770191015" , "45230025100" , "45230027000" , "45230026100" , "0025060606" , "0025060356" , "0025060506" , "45230072000" , "45232023033" , "0888030037" , "0760263561" , "45230016000" , "0770120020" , "0625062035" , "45230018000" , "0760152472" , "45230015000" , "45130034000" , "45230007100 I" , "45230007100 II" , "45230033100" , "45230074000" , "45230030000" , "00050002313" , "45231101000" , "57031525000" , "0016040163" , "45231027000" , "45131030000" , "45131109000" , "0799025055" , "45131035000" , "45131035040" , "45131034007" , "45131034009" , "45131048000" , "57031572000" , "45131015000" , "45131017000" , "45131518000" , "45131019000" , "45131007045" , "45131007048" , "45131007050" , "45131007052" , "45131007055" , "45131007058" , "45131051060" , "45131021260" , "45131021262" , "45131020000" , "45131074000" , "45131008000" , "45131009000" , "45131011000" , "15131123080" , "15131123085" , "15131123090" , "15131123095" , "58307016001" , "45131099000" , "54531696000" , "4530701303330" , "49007008044" , "58507003200" , "0770020130" , "0017060205" , "45031005000" , "78007000270" , "0024060273" , "77307026000" , "45307040000" , "45007040051" , "50307014000" , "4530805400028B" , "0017060206" , "4530800700028" , "0024060106" , "45308010000EB" , "0024060156" , "4530801300028C" , "45007040050" , "0981350133" , "54808020000" , "45206010000" , "72210079000" , "45309001044" , "45209010044" , "45209012000" , "0625060037" , "45209013000" , "45209071126" , "46210072000" , "4520907040033" , "45209060000" , "59009062013" , "45209081000" , "45109073100" , "49032011000" , "45209015000" , "00050000964" , "45310001044" , "45210010144" , "45009073000" , "0625062028" , "45210013100" , "45210014000" , "45210071101" , "4521007020033" , "45210151038" , "45210151039" , "45210151040" , "45210151041" , "45210151042" , "54310086200" , "0019080266S" , "45110265104" , "45110266000" , "59009062016" , "46010085044" , "0125120003" , "0934120103" , "45110090000" , "77110090050" , "45210011100" , "45210015100" , "00050000969" , "312305" , "312313" , "3210039" , "3212702DE/ENE" , "3212704ENE" , "44011076140" , "50203098000" , "50306009000" , "52000141" , "78112920000" , "3213844EN" , "322000" , "79412966000" , "45103023300" , "45308099200" , "59009062019" , "0934060003" , "45203063000" , "45213050000" , "54603062100" , "45213053000" , "46213055000" , "46213056000" , "46113060000" , "47013061000" , "47013062000" , "47013063000" , "46113325000" , "0912040103" , "45113170000" , "35480455S3" , "35480456S2" , "35480556" , "95010051S" , "95010052S" , "95010055S" , "35480497" , "35480591S" , "35480592S" , "46180581" , "48601494S" , "RP10021" , "35480551S6" , "35480551S7" , "52000271" , "52000223SET" , "35480583" , "35480581" , "48601166S1" , "T14034" , "00062010053" , "RP10006" , "RP10027" , "RP10008" , "07186T0201" , "0032100256S" , "45201032022" , "45201034022" , "50301038000" , "45201039000" , "59030029000" , "49001086000" , "0770021300" , "49001081000" , "46001086000" , "0770360030" , "59001092050" , "46301094000ABA" , "46301085000AB" , "00050000931" , "00050000925" , "45302001000" , "45202091000" , "46102010100" , "46302021000" , "50302020000" , "50311089200" , "45011089044" , "44011076200" , "45303001400EB" , "0025080656" , "45303053000" , "47103040033" , "47103040000" , "47103041000" , "54803044000" , "54603041000" , "0125100003" , "0094032253" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
11199 , 11206 , 11221 , 11238 , 11244 , 12851 ,
14243 , 14246 , 14247 , 15734 , 15750 ,
18970 , 18992 , 18993 , 18994 , 19068 ,
50110 , 50111 , 50112 , 50126 , 50140 ,
50141 , 50142 , 50143 , 50144 , 50145 ,
50157 , 51889 , 52166 , 52181 , 52182
)
AND article_number IN (
"45113101044" ,
"45113002000" ,
"45213012100" ,
"00062030000" ,
"45113004000" ,
"0966030083" ,
"45113003000" ,
"45113009000" ,
"45113006000" ,
"45113013000" ,
"45113021000" ,
"45113007000" ,
"0912050103" ,
"45113008000" ,
"45113025000" ,
"45113125000" ,
"0799025000" ,
"0770060019" ,
"45113019000" ,
"45113015000" ,
"45113030000" ,
"45113019050" ,
"0025080606" ,
"0025080406" ,
"0125080003" ,
"45113018000" ,
"0912050203" ,
"45113020000" ,
"45119050000" ,
"50430079000" ,
"0603070121" ,
"45230006000" ,
"0402040980" ,
"45230038000" ,
"46230035020" ,
"46230035040" ,
"46230035050" ,
"46230035060" ,
"45205004000" ,
"45205003000" ,
"46205003050" ,
"0025060306" ,
"46030045000" ,
"0770078020" ,
"0770052020" ,
"00050000208" ,
"00050000209" ,
"45235052000" ,
"45235053000" ,
"49030090000" ,
"0603061001" ,
"0025060086" ,
"0025060256" ,
"0025060406" ,
"45235055000" ,
"0014050123" ,
"0760082472" ,
"0625060001" ,
"50335054150" ,
"45235054028" ,
"0625006087" ,
"54835055010" ,
"45239006100" ,
"0025060126" ,
"45239060050" ,
"45239010000" ,
"31008060000" ,
"46239090000" ,
"45239093000" ,
"0770012030" ,
"45139005100" ,
"0888025030" ,
"45132020000" ,
"58414030000" ,
"45139004000" ,
"0012050253" ,
"45230024000" ,
"45230002300" ,
"0025060206" ,
"45235007200" ,
"45235008200" ,
"41001052000" ,
"45235009000" ,
"45235034100" ,
"0024060123" ,
"45235026200" ,
"45235025300" ,
"45235027033" ,
"55007016001" ,
"42013037400" ,
"45213080000" ,
"45113019100" ,
"0770022020" ,
"45113225000" ,
"46113225000" ,
"0912050163" ,
"0025060166" ,
"0770080019" ,
"45232100144" ,
"45232101000" ,
"45232139044" ,
"45232110033" ,
"0035080206S" ,
"0401110000" ,
"45232103000" ,
"0991060166S" ,
"45232105000" ,
"45232105100" ,
"0340084234" ,
"45232107244" ,
"75034050000" ,
"0402182412" ,
"45232013000" ,
"09910601661S" ,
"45232124061" ,
"0471150010" ,
"45233029010" ,
"45233029011" ,
"45233030000" ,
"0770015018" ,
"0760223270" ,
"45133028000" ,
"45233010200" ,
"45233001200" ,
"54632095000" ,
"00050000948" ,
"45206002000" ,
"45206015000" ,
"45206026000" ,
"10001120000" ,
"46230049000" ,
"46230151044" ,
"46230152028" ,
"45230150000" ,
"76235028000" ,
"45230000333" ,
"45230039000" ,
"58030021000" ,
"58038022000" ,
"46230024000" ,
"58330023000" ,
"46230023000" ,
"46030043000" ,
"58336020190" ,
"45230017000" ,
"0019050106S" ,
"45230060000" ,
"0325080200" ,
"0025060556" ,
"31007007101" ,
"45230089000" ,
"45230099000" ,
"0025080306" ,
"0472035150" ,
"03187Q0201" ,
"54630044000" ,
"0025100406S" ,
"36120781S16" ,
"52000173" ,
"46180009" ,
"36120386" ,
"93010217S" ,
"93010218S" ,
"93010219S" ,
"50181101S7" ,
"36120418S" ,
"36120858S1" ,
"50180095" ,
"50180217" ,
"46811208" ,
"36120151" ,
"46810893" ,
"R12012" ,
"RP10003" ,
"50180751S1" ,
"45305007000" ,
"0770300030" ,
"54603048100" ,
"45105057000" ,
"45305079000" ,
"54605069000" ,
"77205068000" ,
"50305012000" ,
"45305079056" ,
"50305016000" ,
"00050000813" ,
"4530403004491" ,
"46004030070" ,
"54603097000" ,
"0770160021" ,
"46004030071" ,
"55003139900" ,
"45103014144" ,
"45404038000" ,
"54611076100" ,
"0009050106" ,
"46304070000" ,
"56509064100" ,
"0024060136" ,
"45010083000" ,
"45010083060" ,
"0926080003" ,
"0991060202" ,
"0125060003" ,
"46304070044" ,
"45204066010" ,
"45204230010" ,
"0019050163S" ,
"60008045100" ,
"45233070044" ,
"0760162240" ,
"45233058000" ,
"45233050100" ,
"45233057000" ,
"45233054000" ,
"45233053000" ,
"45233056100" ,
"45233052116" ,
"0325080300" ,
"45230001044" ,
"58030020100" ,
"0770191015" ,
"45230025100" ,
"45230027000" ,
"45230026100" ,
"0025060606" ,
"0025060356" ,
"0025060506" ,
"45230072000" ,
"45232023033" ,
"0888030037" ,
"0760263561" ,
"45230016000" ,
"0770120020" ,
"0625062035" ,
"45230018000" ,
"0760152472" ,
"45230015000" ,
"45130034000" ,
"45230007100 I" ,
"45230007100 II" ,
"45230033100" ,
"45230074000" ,
"45230030000" ,
"00050002313" ,
"45231101000" ,
"57031525000" ,
"0016040163" ,
"45231027000" ,
"45131030000" ,
"45131109000" ,
"0799025055" ,
"45131035000" ,
"45131035040" ,
"45131034007" ,
"45131034009" ,
"45131048000" ,
"57031572000" ,
"45131015000" ,
"45131017000" ,
"45131518000" ,
"45131019000" ,
"45131007045" ,
"45131007048" ,
"45131007050" ,
"45131007052" ,
"45131007055" ,
"45131007058" ,
"45131051060" ,
"45131021260" ,
"45131021262" ,
"45131020000" ,
"45131074000" ,
"45131008000" ,
"45131009000" ,
"45131011000" ,
"15131123080" ,
"15131123085" ,
"15131123090" ,
"15131123095" ,
"58307016001" ,
"45131099000" ,
"54531696000" ,
"4530701303330" ,
"49007008044" ,
"58507003200" ,
"0770020130" ,
"0017060205" ,
"45031005000" ,
"78007000270" ,
"0024060273" ,
"77307026000" ,
"45307040000" ,
"45007040051" ,
"50307014000" ,
"4530805400028B" ,
"0017060206" ,
"4530800700028" ,
"0024060106" ,
"45308010000EB" ,
"0024060156" ,
"4530801300028C" ,
"45007040050" ,
"0981350133" ,
"54808020000" ,
"45206010000" ,
"72210079000" ,
"45309001044" ,
"45209010044" ,
"45209012000" ,
"0625060037" ,
"45209013000" ,
"45209071126" ,
"46210072000" ,
"4520907040033" ,
"45209060000" ,
"59009062013" ,
"45209081000" ,
"45109073100" ,
"49032011000" ,
"45209015000" ,
"00050000964" ,
"45310001044" ,
"45210010144" ,
"45009073000" ,
"0625062028" ,
"45210013100" ,
"45210014000" ,
"45210071101" ,
"4521007020033" ,
"45210151038" ,
"45210151039" ,
"45210151040" ,
"45210151041" ,
"45210151042" ,
"54310086200" ,
"0019080266S" ,
"45110265104" ,
"45110266000" ,
"59009062016" ,
"46010085044" ,
"0125120003" ,
"0934120103" ,
"45110090000" ,
"77110090050" ,
"45210011100" ,
"45210015100" ,
"00050000969" ,
"312305" ,
"312313" ,
"3210039" ,
"3212702DE/ENE" ,
"3212704ENE" ,
"44011076140" ,
"50203098000" ,
"50306009000" ,
"52000141" ,
"78112920000" ,
"3213844EN" ,
"322000" ,
"79412966000" ,
"45103023300" ,
"45308099200" ,
"59009062019" ,
"0934060003" ,
"45203063000" ,
"45213050000" ,
"54603062100" ,
"45213053000" ,
"46213055000" ,
"46213056000" ,
"46113060000" ,
"47013061000" ,
"47013062000" ,
"47013063000" ,
"46113325000" ,
"0912040103" ,
"45113170000" ,
"35480455S3" ,
"35480456S2" ,
"35480556" ,
"95010051S" ,
"95010052S" ,
"95010055S" ,
"35480497" ,
"35480591S" ,
"35480592S" ,
"46180581" ,
"48601494S" ,
"RP10021" ,
"35480551S6" ,
"35480551S7" ,
"52000271" ,
"52000223SET" ,
"35480583" ,
"35480581" ,
"48601166S1" ,
"T14034" ,
"00062010053" ,
"RP10006" ,
"RP10027" ,
"RP10008" ,
"07186T0201" ,
"0032100256S" ,
"45201032022" ,
"45201034022" ,
"50301038000" ,
"45201039000" ,
"59030029000" ,
"49001086000" ,
"0770021300" ,
"49001081000" ,
"46001086000" ,
"0770360030" ,
"59001092050" ,
"46301094000ABA" ,
"46301085000AB" ,
"00050000931" ,
"00050000925" ,
"45302001000" ,
"45202091000" ,
"46102010100" ,
"46302021000" ,
"50302020000" ,
"50311089200" ,
"45011089044" ,
"44011076200" ,
"45303001400EB" ,
"0025080656" ,
"45303053000" ,
"47103040033" ,
"47103040000" ,
"47103041000" ,
"54803044000" ,
"54603041000" ,
"0125100003" ,
"0094032253"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (11199 , 11206 , 11221 , 11238 , 11244 , 12851 , 14243 , 14246 , 14247 , 15734 , 15750 , 18970 , 18992 , 18993 , 18994 , 19068 , 50110 , 50111 , 50112 , 50126 , 50140 , 50141 , 50142 , 50143 , 50144 , 50145 , 50157 , 51889 , 52166 , 52181 , 52182 ) AND article_number IN ("45113101044" , "45113002000" , "45213012100" , "00062030000" , "45113004000" , "0966030083" , "45113003000" , "45113009000" , "45113006000" , "45113013000" , "45113021000" , "45113007000" , "0912050103" , "45113008000" , "45113025000" , "45113125000" , "0799025000" , "0770060019" , "45113019000" , "45113015000" , "45113030000" , "45113019050" , "0025080606" , "0025080406" , "0125080003" , "45113018000" , "0912050203" , "45113020000" , "45119050000" , "50430079000" , "0603070121" , "45230006000" , "0402040980" , "45230038000" , "46230035020" , "46230035040" , "46230035050" , "46230035060" , "45205004000" , "45205003000" , "46205003050" , "0025060306" , "46030045000" , "0770078020" , "0770052020" , "00050000208" , "00050000209" , "45235052000" , "45235053000" , "49030090000" , "0603061001" , "0025060086" , "0025060256" , "0025060406" , "45235055000" , "0014050123" , "0760082472" , "0625060001" , "50335054150" , "45235054028" , "0625006087" , "54835055010" , "45239006100" , "0025060126" , "45239060050" , "45239010000" , "31008060000" , "46239090000" , "45239093000" , "0770012030" , "45139005100" , "0888025030" , "45132020000" , "58414030000" , "45139004000" , "0012050253" , "45230024000" , "45230002300" , "0025060206" , "45235007200" , "45235008200" , "41001052000" , "45235009000" , "45235034100" , "0024060123" , "45235026200" , "45235025300" , "45235027033" , "55007016001" , "42013037400" , "45213080000" , "45113019100" , "0770022020" , "45113225000" , "46113225000" , "0912050163" , "0025060166" , "0770080019" , "45232100144" , "45232101000" , "45232139044" , "45232110033" , "0035080206S" , "0401110000" , "45232103000" , "0991060166S" , "45232105000" , "45232105100" , "0340084234" , "45232107244" , "75034050000" , "0402182412" , "45232013000" , "09910601661S" , "45232124061" , "0471150010" , "45233029010" , "45233029011" , "45233030000" , "0770015018" , "0760223270" , "45133028000" , "45233010200" , "45233001200" , "54632095000" , "00050000948" , "45206002000" , "45206015000" , "45206026000" , "10001120000" , "46230049000" , "46230151044" , "46230152028" , "45230150000" , "76235028000" , "45230000333" , "45230039000" , "58030021000" , "58038022000" , "46230024000" , "58330023000" , "46230023000" , "46030043000" , "58336020190" , "45230017000" , "0019050106S" , "45230060000" , "0325080200" , "0025060556" , "31007007101" , "45230089000" , "45230099000" , "0025080306" , "0472035150" , "03187Q0201" , "54630044000" , "0025100406S" , "36120781S16" , "52000173" , "46180009" , "36120386" , "93010217S" , "93010218S" , "93010219S" , "50181101S7" , "36120418S" , "36120858S1" , "50180095" , "50180217" , "46811208" , "36120151" , "46810893" , "R12012" , "RP10003" , "50180751S1" , "45305007000" , "0770300030" , "54603048100" , "45105057000" , "45305079000" , "54605069000" , "77205068000" , "50305012000" , "45305079056" , "50305016000" , "00050000813" , "4530403004491" , "46004030070" , "54603097000" , "0770160021" , "46004030071" , "55003139900" , "45103014144" , "45404038000" , "54611076100" , "0009050106" , "46304070000" , "56509064100" , "0024060136" , "45010083000" , "45010083060" , "0926080003" , "0991060202" , "0125060003" , "46304070044" , "45204066010" , "45204230010" , "0019050163S" , "60008045100" , "45233070044" , "0760162240" , "45233058000" , "45233050100" , "45233057000" , "45233054000" , "45233053000" , "45233056100" , "45233052116" , "0325080300" , "45230001044" , "58030020100" , "0770191015" , "45230025100" , "45230027000" , "45230026100" , "0025060606" , "0025060356" , "0025060506" , "45230072000" , "45232023033" , "0888030037" , "0760263561" , "45230016000" , "0770120020" , "0625062035" , "45230018000" , "0760152472" , "45230015000" , "45130034000" , "45230007100 I" , "45230007100 II" , "45230033100" , "45230074000" , "45230030000" , "00050002313" , "45231101000" , "57031525000" , "0016040163" , "45231027000" , "45131030000" , "45131109000" , "0799025055" , "45131035000" , "45131035040" , "45131034007" , "45131034009" , "45131048000" , "57031572000" , "45131015000" , "45131017000" , "45131518000" , "45131019000" , "45131007045" , "45131007048" , "45131007050" , "45131007052" , "45131007055" , "45131007058" , "45131051060" , "45131021260" , "45131021262" , "45131020000" , "45131074000" , "45131008000" , "45131009000" , "45131011000" , "15131123080" , "15131123085" , "15131123090" , "15131123095" , "58307016001" , "45131099000" , "54531696000" , "4530701303330" , "49007008044" , "58507003200" , "0770020130" , "0017060205" , "45031005000" , "78007000270" , "0024060273" , "77307026000" , "45307040000" , "45007040051" , "50307014000" , "4530805400028B" , "0017060206" , "4530800700028" , "0024060106" , "45308010000EB" , "0024060156" , "4530801300028C" , "45007040050" , "0981350133" , "54808020000" , "45206010000" , "72210079000" , "45309001044" , "45209010044" , "45209012000" , "0625060037" , "45209013000" , "45209071126" , "46210072000" , "4520907040033" , "45209060000" , "59009062013" , "45209081000" , "45109073100" , "49032011000" , "45209015000" , "00050000964" , "45310001044" , "45210010144" , "45009073000" , "0625062028" , "45210013100" , "45210014000" , "45210071101" , "4521007020033" , "45210151038" , "45210151039" , "45210151040" , "45210151041" , "45210151042" , "54310086200" , "0019080266S" , "45110265104" , "45110266000" , "59009062016" , "46010085044" , "0125120003" , "0934120103" , "45110090000" , "77110090050" , "45210011100" , "45210015100" , "00050000969" , "312305" , "312313" , "3210039" , "3212702DE/ENE" , "3212704ENE" , "44011076140" , "50203098000" , "50306009000" , "52000141" , "78112920000" , "3213844EN" , "322000" , "79412966000" , "45103023300" , "45308099200" , "59009062019" , "0934060003" , "45203063000" , "45213050000" , "54603062100" , "45213053000" , "46213055000" , "46213056000" , "46113060000" , "47013061000" , "47013062000" , "47013063000" , "46113325000" , "0912040103" , "45113170000" , "35480455S3" , "35480456S2" , "35480556" , "95010051S" , "95010052S" , "95010055S" , "35480497" , "35480591S" , "35480592S" , "46180581" , "48601494S" , "RP10021" , "35480551S6" , "35480551S7" , "52000271" , "52000223SET" , "35480583" , "35480581" , "48601166S1" , "T14034" , "00062010053" , "RP10006" , "RP10027" , "RP10008" , "07186T0201" , "0032100256S" , "45201032022" , "45201034022" , "50301038000" , "45201039000" , "59030029000" , "49001086000" , "0770021300" , "49001081000" , "46001086000" , "0770360030" , "59001092050" , "46301094000ABA" , "46301085000AB" , "00050000931" , "00050000925" , "45302001000" , "45202091000" , "46102010100" , "46302021000" , "50302020000" , "50311089200" , "45011089044" , "44011076200" , "45303001400EB" , "0025080656" , "45303053000" , "47103040033" , "47103040000" , "47103041000" , "54803044000" , "54603041000" , "0125100003" , "0094032253" );
Copy
80
0.42 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1001516196
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1001516196 ;
Copy
81
0.27 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 :
[
"1001516196 "
]
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 = '1001516196' ;
Copy
82
10.46 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"\\x7F 3\x05\x05 HDtµ=œ\x1C ÆÍY† "
b"\x06 ü\x18 {ÛËA\ü!¸Ö\e a\v ç "
b"C─'Å╠xG0¡o\x12 èvﯽ "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"Ú~¶í\x19 qC©±vÉ¥®[÷\x08 "
b"D9'›Ô3@\x0E ž˜/àr*²\x1D "
b"þ¶÷\x06 °ùI\x04 Wê‘\x11 nÍ¿ "
b"(\t A=žùHÿˆ}ñ+ÖÔ§È "
b"\x1A MM\x11 ¬õI‚\x16 ÔyRÚI "
b"y×\x08 r\x12 oL@›Í\x04 >I´?† "
b"çQÿ]ç\x1C I(§-~\x14 ‡¦H¶ "
b"‘_oB`ŸNÙ©ž=PÛ\x19 ê} "
b"""
ð\n
Ç\x06\x07 Ý@\x1A |TÝ^ê%^
"""
b"aN\x15\x00 M6A8ŒÃÌ™\x0E ÈýT "
b"\x03 Æøµ˜TJІ7â]\x1D =’N "
b">%F┼÷\x10 @ÃÅß▓;Lrñ "
b"ž\t ÿs»\x17 C&´=ßïw´dú "
b"\x01 $\x17 #▀ìL»è%´\x19 ┘Aø "
b"╦µóWlµCYÉ\x08 í³"Â\x1F Ö "
b"\x1C º-þà*EÒø\v\x19 ã°þ\x1D ì "
b"¯"O\x19 Õ¢L«©§·W´ ‰ý "
b";áF´LþNÜ¢²sksã¶b "
b"Ø\x1D ²¬›3CX—Jɤ÷°\x17\x04 "
b"\x13 xëi\x00 ‚EªƒÚó\x02 Õ>žu "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"©„½Ú”×A\x0E ¦óéd¿\x16 äÒ "
b"Bõ+\x1A _'InÉ╠ÿI*K╩┌ "
b"Ʋ▄┤ÞüBÂî5$^¤Ôký "
b"RËsd8óGå•u‰:&'à© "
b"R@nN¯\x01 J°›\x1F A~%õ·á "
b"×"ØÂÌ"J8”E> æí×H "
b"\x13 Ùva¨ôC9…Y|Z¦m\x0F \r "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"Ø┘W^ËòJ¥òqÜK\f vï▀ "
b"c–ÆûZãNg†ëæW„‚´¤ "
b"@éÏ®àÉG█ùï¤Õ\x14 yIÑ "
b"{à\x02 ¦(J¹¸YWusë?z "
b"k–OZ97E\x18 ˜a/ãmxúX "
b"GMjhÞ¡C$ˆŸNâÂ-\x05 n "
b"‘s¹èÙfI+ž\x01 2,ÏÄ\e "
b"©“„R†\x10 F,˜\x10 hš¬\x1F $c "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"ËÜ[×Lï6&xcfÉr "
b"£\x01 Ðù‰äB±§öƒF\e J&\f "
b"\x16 Ä”§Å:@Ϻôs]\x14 @KŠ "
b"gˆ¯îoãLè–ßj[Q\v ]þ "
b"–K†\x04 È|E†£pP \x1C\x00 Gµ "
b"ÛuÃŽ\v x@c»µë·*é\x10 É "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"r©‰ÅM1@͈×'G$:¿= "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"î?R1r¹H㣊v“*¯©§ "
b"‘RŒžéPO¥®&\x03 Çf<:\n "
b"®wz\x04\x18 ƒI’¦‹ÃâÖôò< "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"y\x16 *▓├+BÕÅ-®\x19\x13 └r¬ "
b"j,°9a`H╚صîý\x12 wûæ "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"/Ðy÷öäI\x03 «¢wž„ã|\x05 "
b"\x1E\e ³l¸øBÉöº¡Ñpw³ "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"“[´\x13 {\x1E L¨œƒ&)Ú°Ñ^ "
b"qålk£\x01 Hõ¤Ý\x1F 7[¬ûç "
b"„¬G: ÏF$š\x13 Ö›j\x08 v3 "
b"NݱÍ\x12 †FÞ°»–l\x1D å€i "
b"\x1A "ã‡ß!M\x04 ”ùå—]ľý "
b"áå:%\v UMY¸ïq‘9wC\x04 "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"ù˜\x19 ÏíêN®½»ãlUjEØ "
b"Òú\r i^\x03 A\x13 «ä0b¡fé¡ "
b"#x¢VÚLE?¸6¢bJYŒw "
b"¹ä‡g#êI\x01 MÂ\x04 e\x7F Ýï "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"Öá\x07 2\r \x11 G‘¿Ë:;ž\t ©¥ "
b"•oå»\x11 Š@®±þU/?¼Þ\x0E "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"ª¥¼t+¼@Áïh)ûéuK "
b"ËR*eø¢C╚ñ^╚³\x0F Åp× "
b"å—\x15 ÏÿYD\x04 Œè³_bÈCå "
b"^ðÛaoEF\r ™D\f N¼¯:¦ "
b"ü+ž7¢HLdª¼"_â\\v M "
b"K@\x08 MíÔH©®ë“p\x06 ”¹\x17 "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"ßZX¸ÜÉI\x14 ¶aY\x12\x04\x1A û\x04 "
b"ݯôÑÝ┘@ü╣ÖÌÝ░\e LÀ "
b"#Д$AÉLs¡q7¨\x0F ß‹Á "
b"ôé/GRfA˽öÐ\x0E G,Ly "
b"\x1E ðxìÐ┌G▄ÿ\i\x07 ÷S┌W "
b"""
3»C\x1F ╬\r Fd╗\x18 ÔØ>¬\n
\x02
"""
b"`╦®ü╬íD┬¥▀│\x04\f\x1A └â "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"ÚqN»ŒµK÷’w¨Žñϯž "
b"I\r ž^`[H§Ÿ–§É볡‚ "
b"õ¿\f Þ\x0E DE\x1E †‚Á\x16 9f]\x08 "
b"dF}hºYDD¨~\x0E ਱¾Í "
b"Ê^Ù\x15 …ùI‹¶SÓIj†f\x7F "
b"'ÏÔô╦ÁO³¿\x05 L"iìa# "
b"Ú瀤ZMK´¼¤Rh¯\x02\x7F Ð "
b"ð\x16\t ëÂ\x06 Hâ…{È1dZÈ^ "
b"˜\–f ˜Nò´#Tƒ5Éÿ "
b"Ìs-²ôuLþŽ+\x08 A!ŸU¿ "
b"""
¯\n
êØ\x1F\x1A CË¡¼{\f ï\x16 Wf
"""
b"╝┤â\x14 "aGvæ=┤k▒rÅÙ "
b"6û˾G²I0šìËÐ\x04 "s\x0E "
b"ùáÐ4E…H‹©Ä^0‡U º "
b"Ä\x1F ¢<ã÷L•ŒÏ\x1E eL“„´ "
b"vµ$“µ\x18 DSšñ7ß>“\x18 ö "
b"†\x07 q°\x13 ‘G\›|\x03 ž¸â\x12 ¾ "
b"M[Í©\x10 šF: ?¸Ï…\ÿµ "
b"É\x03 ¦\e ·WGz„äÙ ÅÃ7q "
b"˜€\x13 tŒ\x1E K†!ÃBpzN“ "
b"2q\x16 ¤eJô˜ÅMP±Š™] "
b"+ahÉ\x14 ▒Jwø=:\x15 ┤&ß_ "
b"6█╣µ®{K\x16 ▒'f`@É┬¦ "
b"ÖM³ÿ\v e@†•\x01 u°!ŸÇš "
b"¢E\x0E ÍW\x1C L\¬qÄ *\x1F Õ@ "
b";\x1C EÄ0Ð@7À)\x0E üêm\x15 N "
b"ÉbM“›jN\f “Êbò\x0E A/\r "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"""
4Û¾C0\x18 Jq³\n
‚ëZ$\\x07
"""
b"÷ÃD\x18 ›îJÿˆ¡¤ Fm\v ~ "
b"M¤û{\x11 ¾@à¨ü‡³æaS: "
b"¿µ\?LBIß¡nèv\x12 zcd "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"aLúðß!A]…5„ѱ÷±› "
b"""
1\n
Õ2æ╬GÅÑñ¼!┼Ú¶¶
"""
b"Zn+┌▄\x1F O%à»\x15 fÙØ─╚ "
b"l\x0E ╗`¢ÌD\x12 ÿ╗3#zìl└ "
b"~C´Kû]D\x19 ìó»~bÄtæ "
b"»Ê/ÔxÃH!‘mH|î¼ùÉ "
b"îaz»ðÇO\x13 ╝ø!\x1A\x00 Ø`U "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"x„,\x1F UøB£°ü¢)ɼš± "
b"""
×\n
$\x03 ììK\x13 ÇæÄ4@Ùk}
"""
b"éŸ<K FF\x13 ƒ©¼g=\v ‡¯ "
b"¼ éò\r ÉO4±…ÛMúmL± "
b"6mUÜÇüHFå[Î\x12 Ï░®¡ "
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"¶¶Î\f ÆëF¶„2îè+ÿw] "
b"\x18 [ÜZ\x18 Gã“t\x17\x03 ÈÔ–( "
b"¶ähì8éAy¿ \x1F ¦Ô@± "
b"$\e LY\x7F ¥D6£¡²á©Öž¡ "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"\x05 H%«\x00 fNç€×b¼c¥eö "
b"\x16 ¹aji=@}ƒÃž\x03 Ÿëö\x00 "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b">Û¿Q]ìM\r „ÃÏ‚¨êt9 "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"Ü.Ô |█B0╝s¦É¢e}Ñ "
b"^M\x14 ö\f rC\x1F ª4’Ž]Y% "
b"\x15 †ÊÎ\x00 I;•\v 5i“\x14 ÄÈ "
b"JáD\x14 ¹tL\x1F Å\f E¿-0Ñ┐ "
b"Û┬Â┼BÖK\x05 ƒÞgüÚù\x00 à "
b" \x16 ço¸ÆN^¯ëÉÞ…šËe "
b"ç7ëQn»Nû¯êˆÙ\x11 ü-v "
b"ú@\ÅB›@ù¬þ›Ý/V\x1E } "
b"t€¦¯\x0F §B<·~4ðŒ"È" "
b"*B ô¦¨N‹›j>_\x08 ÉÍñ "
b"ÅoÑÍ&\x18 AÚ´Øö\x0F ürÔ\x17 "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"hÞH\x16 V\x17 L1’®\x11 ] Y† "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"…a£\x0F ØŒFŸ”}\x1C š¡ÃÝÜ "
b"│ı¤▀ô\x04 O\x0F ت>\e ý\x0F IÅ "
b"¼6▓©Ø¦K█«q├¼`╦Hl "
b"É} Û7ôB-…À^ƒÎ\v p† "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"|»L¤âÙDÑ░²c═Oü'Æ "
b"·l;!Û\v JR¸::\x18\x1A @dû "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"#WÔ•‡›M}™¿pÝtºéâ "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"Dúo༕F\x03 žrU9Õñµ\x14 "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"îÔ\x10 ù„à@†ž¸æÊÂóÎÈ "
b"œ7Ó "æFɧ¦R_Ig[R "
b"s╠+°\x19 ÙF,×p½▓\t É╗┌ "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b".ÂA(yD,ŠÜu†ðùË "
b"Ä„Š\x03 ňHñ¦\ž”¢Šì" "
b"'Y¸ü\e ¨Oú²»£œ\x12 våh "
b"""
¡\n
¦ ¼×MÖ“žßx±\x15 ÷8
"""
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"Toyæ╦$G\t òæ\jj\x01 ¯Ø "
b"q\x18 ù‘Å%C>‹œ÷vî‚¶E "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"\x04 èqØ,øLfÅ\x18 c6╣Êb! "
b"$˜d9n¯MW©\r 1ß\x1D e;Û "
b"u\x16 ks4êO‚¨Â\x7F `ë¶(\x00 "
b"\x03\f +†y•NÒ¡’ЫAY’7 "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"3ƒå¢Õ\x07 Fšˆƒiíjìj\x07 "
b"ËëºÊì=C4¯&‰\x18 éÏMh "
b"Z]à(ê\x04 GÉ \x1C ·¸†!~\x11 "
b"TÙisJ\e C·±Á¼p°\t äó "
b"&?Al▀yIlêVÉ»oòÎA "
b"=îN;OTL¡±\x16 es5^Ì\x18 "
b"/q(ßòýC˜³ÆsS1gíu "
b"èºN0#(B/▓±╚\v ÿÉi█ "
b"ð<µu–äB]”¶ç\x07 I€§˜ "
b"\x03 À!\x14 ’{IH–\x05 ù\x12 ¯\x17 °Ç "
b"X‰¬\x1A ›8L|¹\x1F –GéÞ¿ï "
b">╠ñFã¡FÉ╣újñ¤§/\x13 "
b".ê…‡Aû’1ž¢%—’\x19 "
b"úQý├½Ò@■üøÑ»DC'É "
b"®û+Î)*Gxšªd\x1C êË©£ "
b"I—\x0E â^~Iæ¡Wyê-Ø\x05 v "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"®ê\x1A B>×C9ˆ‡bHÝŽ…w "
b"═hÜ║iÓDöâ]ãÏ37äì "
b"Г;?ŠEæžå¸\x1D b—Œó "
b"""
%»Ò\n
*Å@í┤#U¯6µÀÞ
"""
b"r×\f gæGMܱû©e±.ÍŠ "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"ô ýC┬¸H+ÿ³A■wõ┐Å "
b"Ù@\x06 økŒ@‰¶îi&Åð% "
b"\r }só\x17 ØH\x06 ükHáN─}; "
b"–y\x13 v2XGS†=Á{\x19 ¢ü… "
b"\x10 •2y©]KôµDA\x10 Ù\x08 Á\x7F "
b":zùúÆöD; Uš4jx1C "
b"ã®Àg“0E¢“KÑã…l&: "
b"Œ€z÷\äAN°iT²ó?ØË "
b"%ë™7J„Cª¶†%U\x10 Þ”_ "
b"”iž-áóCË©Þíöö¸ìQ "
b"{x•bdæFH¹ì:Nã<ˆS "
b"q½È\x18 ZèBÙµŠsFñß\e ¶ "
b"â\x1D A,\x1F “O¹‘:\x07 xÆŒü8 "
b",þwR]–C°µ‡Ö\x06\x02\x10 ‡f "
b"╗ì\r å\x07 ¹H┼ô !\x02 f┴ò│ "
b"""
Öæ1|\n
\x19 @â”\x10\x19 ¢eC³¢
"""
b"2FΚ$ÈHɈÐòf«d'¿ "
b"Û└t±ãÂBEºªíC[Øì/ "
b"ÞóãÉŠ\x1F G>†èÜJñØ>\ "
b"│w<ã╣═BÿÄHç´aÅ╝b "
b"ÿåÉEt2JåéÒßdJn=é "
b"YÐú%¢“Oæ´\t k'©Ïuø "
b"u»šm\x7F kOë¥T¥òOýn! "
b"§ØŒùP\x01 Dѧ\¤bûÏäy "
b"\x14\x01 ºÐÕ›Bž¡¢GޣƤ4 "
b"!ßÿ\╠ÁC\x00 ëh®ìj5ƒS "
b"%B˜‰7VC\x05 ŠíÆîΔ¿| "
b"│\x14 ÒëØsH╚êk\e V\x13 ┤&å "
b"\x18 ½è\x10\x10\x12 JùƒIF’G’d‘ "
b"gzA^:\x02 GÀˆêÕ'C7²\x01 "
b"äœz€fgB¾ ††£ŸØiM "
b"\x7F\t Ýîí¥O`Ž\x10 ‚\x10 ¢r<w "
b"¤ñº½-áEg™°\x7F 혾ˆ' "
b"¤õþH.G?¡Ã┌¾PÌAü "
b"\f tLq¿\r B¡³ò×NL¿*õ "
b"qybǾÕHï²N¹þD"¿ý "
b"\x00 KÚ«åäCü¿║zd·¾^V "
b"""
/P¨3a;K\x12 ˜\x7F M}ãI\n
\
"""
b"ìæá¡³\x0E J\x04 áõ\x18 |╠O,K "
b"Vu¬m¸C(“‰©—d\x04 ÑÆ "
b"B¬]½´\x0E L°¸H‚\x07 §}§ê "
b"Ü{Qïš²L½˜:Œ^‡ùÀs "
b"mp\x16 šëËBð»S_¨œ‹6p "
b"”C¶\x0F ~#@Ò‹–Ê«ð\x1E\x1C ` "
b"\x15 #Ô‡`MGè¯u\x1D º>áMq "
b"h\x18 éVXõHˆ—gµs\x1E Î%K "
b"ª\f =î¦^Hå‡p\f éy\x18 l¾ "
b"«Â\x1A n7žNN„~°ãx‡ù… "
b"¥\x15 ì:‚ O\x1E ‰G!A6\x16 ¥m "
b"³»BÈ@_M†º*Î5ç“t\x1F "
b"xîÏÚ┴ÖL!ùa±`╦]Ø "
b"8Ú„Nƒ„CË©L…Ç>˜ŠØ "
b"ª÷Ô\x10 '¢DZˆ9˜"ù4\f ² "
b"\x15 Y\x07 òd…L>Š\x18 iS\t eÚø "
b"»%²\x1F ø]F„€?•±”<Bì "
b"<K†UÑŽCÇŠz'¬\x1D\e\x16 ` "
b"\x16 2\x15 ÿµtN« ‰EŒ\x02 IäÓ "
b"¦©Ÿ”u5J`‰-\x17 ;\x04\x03 M0 "
b"0´â\x11 ª'L¡¶\x11 Ÿoe\x11 `\x06 "
b"Ǹ&ò=´B╩½)ìT\e íBõ "
b"ú鼿EðM\x1D §F™òù\x13 r) "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b"ØþE\e õ”OéµÁ•f=\x15 `¦ "
b"AyPjy~J~´åÍèÒÊ\e n "
b"ûÍ\x1E ƒ¡,F¥±këú9‹n¡ "
b"Î×X\x1F —ãM‡„¾’¤éÈ\x18 "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"øF*\x0E =šL¹·¹Ë\x08\x08 wµû "
b"""
\e ¨\x0E äÐ\x19 E;¢ªˆò\n
)T±
"""
b"zÑÌn»jF¸ "u?ÅxOT "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\f \n
Â\x06 fÞGd£y¶a/\x02\x18 C
"""
b"yúÔó\v oBü„\f ð°ø".. "
b"êª▓ì\x14 /LâäLó\x06\x1F LKr "
b"¬ÈdÀ¿†BŸµ›Ú—,1Y› "
b"8†\f Z*3F³¨[ýÑϸ²Á "
b"@:Á5JC/¢‡A•§·‘M "
b"Ö¾ò}\f $Gé«°á\-Íò¬ "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"\x10 ÎeÏsjEøœì—ç\x03\x15 pÁ "
b"˜÷.5íüA\x05 ‡«\x04 ÖÓ ªL "
b"#'ºû„\x02 Að—¬W¿Çé!\x1D "
b"sÌ)7\x1A ¨N‹™šiš|\t\x1D ‘ "
b"\x10 ’Ù5ìHΚ˜Mn\x7F Ù€{ "
b"q¼KC:4G°—\x0F\x0E è†\x0F\x17\x07 "
b" ”\x05 K<ñC\x03 …³·L\x04 «âØ "
b"(Ù\x0E pÆãOc┐\x16\x7F :╣É Ï "
b"╬º╚├¡ÉA ä==Q\{ê? "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"Àœá‚$ÆI$Š‹\f °h+\x18 ™ "
b"Ãn\e LjÚI¥¿Ç&†øià. "
b"—Ù\f UáôB\x1F µ6!\x0F\x0F 6Ó$ "
b"„•¡H\x11 TM\x07 ¶ŒØZðÚýà "
b"÷°L\x0F\x1E ºFEìÊ&\v\x14\x1A l^ "
b"HÇïºÞ%J‹ˆ‚+\x1E ¼èÍ< "
b"Âü~gÉÙJ}æ\x00 v\x0F ;°é% "
b"§±þG,ùN@‰MtT\v Ï•³ "
b"âé┴ºb#Gåìx░Ñ■╠░Ì "
b"¸UîeœfIH·A«{k\f ûã "
b"\x03 O¸‡GDHƒƒßºë¢BÀ\x1C "
b"""
.\n
ÝØyÕ@ªŸî\x7F Á/RN}
"""
b"qÖ\x02\f •LD5‰j›^ß\x00 9F "
b"˜\x18 'ç20EØ„R‚>‡ø—b "
b"ôiÏeo\x01 Bz‰\e B3‹¯7¦ "
b"Ï}\x05 @ÛÂB╗àu\f\v ì╩\e * "
b"’;\x10 µ9Ñ@â›WmÊ>Nÿ\x08 "
b"ÙdSõn/@@‚é,*[ž(é "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"\x13 aËĺ@Byîæ[S\Å─ "
b"î.ü“‚¹IdžL›Ú\x10 â\x0E "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"-\\³Í\x1A Hyü╗¬┐ξz\x03 "
b"\x13 1ñ•7ƒAΜÊpš/\x05 8% "
b"\x17 ÄNWà\x11 J·ˆúTÑå˜g< "
b"""
£)m“ï\x1A LLJÚ\x18 \n
é„G–
"""
b"½çuð\x1F YISØÛt╩ÜJ>Ü "
b"-t\x00 —¡ŽJw²åõ*AU_ö "
b"?°óX€ÏFà´\x04 ¾ìrú¥\x00 "
b"ȤÐt\x00 RCˈÊè(bb«\x1E "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"Í7ñüãÜB/êv\t\x1A mC\x13 ╦ "
b"""
<Ñme\n
Ú@^ˆQª¨L€8£
"""
b"4\x13 ÅågÊG\x1E ò9¯¼â¡ZB "
b"nt"î\x1E\x14 C}«\r K†(‰˜¡ "
b"œÂ\x01 Au\x12 E/‚Зߝõõ[ "
b"ÓÂ╝Ù█wGt¿╣\x1A\x02 É╠/{ "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"ÂÅò\e 5JJK®v\x0E ®[X\x18\x12 "
b"│ÇìYéƒN¨ùµWár■/F "
b"¾š´8\x15 q@_›Ab«Y“íì "
b"Ó›øh’ÈKâ´uL׊c\x07 o "
b"4C=Rö╗FïúõÉíÍs\e ┘ "
b"caŸì*0Jy€Ød¬¹PH\x1D "
b"õæ·B\x1A îE\x04 âkuáqÉù■ "
b"¥¯|‡Q;J‹’èå›™ÿä² "
b"""
\n
\x02 åþ\t }Cì‡6\x11 Ÿ\x01 ¶‡v
"""
b"┴Åy¸i┴Fı╝\x18 "±╚ó®ÿ "
b"aò;ÎxˆKŦò Ù0Õ\e K "
b"¥dßp.ÜC\x7F ‹.0E,\e Ðü "
b"=û)rıôM┤ª/Å\x05 ö╝Àd "
b"\x7F Ô8@e~ES‹ô*§½úwé "
b"g·Å«COBé–“U\v jC6$ "
b"°¦¶þL½Nâ„£\x01 &×åjr "
b"*a~x_ÍA\f šhV8X\x06\x1C Ü "
b"\f ËF³eòGr‡UMÓT\x15 i× "
b"iUèÐ&•G-ŽTHBˆ|òÇ "
b"ùÜ\x16 *¤ûE"нƒ¸Š`–# "
b""SÒmû\x15 H’—]Âðß[Ú' "
b"""
vö04\n
YBv¨\x1F ²¯7]O½
"""
b"ëµG¡-ãN\x15 ¡~x¼ê\x1C ð– "
b"\x07 Ù°G0AOL½&x÷Â3Ð\x03 "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"ê,–Û\x1D ¬G‚±áÓ=ÞYý\x1D "
b"[fý'uæM\x01 ´pp‰Óì‡[ "
b"èGL©Ÿ1Aµ‚›Œ\x0E 9N)¥ "
b"\x19 c:YxêB‰·_‡u*ÂnQ "
b"\x11 B(¬3¯Hž‹Î\x18 ?$ \r \x06 "
b"""
Œ¶\r Åð™@\¡ìóO \n
ì8
"""
b"zßòc™\x19 B⿽°>«<„ö "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"¦Ý4éÎ>@\x19 ¬:|Ju "
b"\x11 sV‚Ái@¯¡ü\x1C ÷úB\x03\e "
b"Ʀ¸ÚÏõN¦’S˾¨Ýƒ¡ "
b"\x08 ¾ \x03 áÏLØ”O2ãÌ…\x1E Ð "
b"bXþª\t ÁGÅ»}gÆq(Ê\x08 "
b"ú’J³•§J\x03 «3\x0F\x15 ú`\x1F ¼ "
b"""
†§½8¬nE\x16 ¤v\n
¥\x1C ×gì
"""
b"å{û\x05\x19 RKM„Êg›Ž0ÌÙ "
b"ı~`┤¶dL╣¿Ç°êü\¼┐ "
b"´p:«ÀÎB¼ìÎf\x06 4S\x11 5 "
b"’\x19 š\v _\x05 C_‹ªÒXû¼8ü "
b"gRƒÀ\x02 nK\x1F ¼/ˆÂÀþžÞ "
b"ýÅÆ;’\x1E MäžyÖlºa¨\x7F "
b"\x1E 0d|üÖI°¥¬\x04\f ¶\x13\x11 o "
b"¥;}ç*ÌC\x13 —Rú":ß "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"Éç\x1C V±\x17 D©;\x12 a©(S\x00 "
b"S¼\x05 ,k¿A„Ž*É(Z\x02 ª\t "
b"X╝Øç)\x07 N¨é6v}¡ý=4 "
b"═╩=ÌÉR@█ØlH}Á%ûý "
b"1ü\x12 s{¯L;¥Ù)¥ã\x05\x1F\x08 "
b"_?D:\x0E WNvÉQÁ~]8ıc "
b"“ýGóû·GÍŒC"u{ÞWM "
b"Äâ[\x16 ¸ˆK~³\x12 A662¼[ "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"\x1F 0zúzÄD‡’ˆ×[4¬®~ "
b"êÕëü\r ª@É—`eÓeÆd "
b"¾·ø'SmL\f ™¦[)Ìc5f "
b"I\x05 5É¡ÊIÆï\x1F ÷±ÿÇá· "
b"1ºÁ%XöFŠ…-\x1F ˆÑ½LZ "
b"ªƒYÅM\x03 O[êÚÉ‗<bË─ "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
]
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 (0x5C7F330505484474B53D9C1CC6CD5986 , 0x0681187BEAD3415C8121F7991B610B87 , 0x43C4278FCC784730AD6F128A768BEEAB , 0x31735EE394174546B9A835372AFA3ED9 , 0xDA7EB6ED197143A9B176C9A5AE5BF708 , 0x4439279BD433400E9E982FE0722AB21D , 0xFEB6F706B0F94904AD57EA91116ECDBF , 0x2809413D9EF948FF887DF12BD6D4A7C8 , 0x1A4D4D11ACF549AD8216C3947952DA49 , 0x79D70872126F4C409BCD043E49B43F86 , 0xE751FF5DE71C4928A72D7E1487A648B6 , 0x915F6F42609F4ED9A99E3D50DB19EA7D , 0xF00AC70607DD401AA07C54DD5EEA255E , 0x614E15004D3641388CC3CC990EC8FD54 , 0x03C6F8B598544A8A8637E25D1D3D924E , 0x3E2546C5F61040C78FE1B23B4C72A4F0 , 0x9E09FF73BB174326B43DDFEF77B464FA , 0x01241723DF8D4CB6AF8A25EF19D9419B , 0xCBE6A2576CE643599008A1FC22B61F99 , 0x1CA72DE7852A45E39B0B19C6F8E71D8D , 0xAF224F19D5A24CABA9A7B757B42089FD , 0x3BE146B44CFE4EDCA2B2736B73E3B662 , 0xD81DB2AC9B334358974AC9A4F7B01704 , 0x1378EB69008245AA83DAF302D53E9E75 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xA984BDDA94D7410EA6F3E964BF16E4D2 , 0x42E42B1A5F27496E90CC98492A4BCADA , 0x92FDDCB4E88142B68C35245ECFE26BEC , 0x52CB736438F347E59575893A2627E0A9 , 0x52406E4EAF014AB09B1F417E25F5B7E1 , 0xD722D8C2CC224A3894453EA0E6EDD748 , 0x13D97661A8F4433985597C5AA66D0F0D , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x9DD9575ED3954ABE95719A4B0C768BDF , 0x6396C6FB5AE34E6786EBE6578482B4A4 , 0x4082D8A9859047DB978BCFE5147949A5 , 0xAD7BE002A6284AB9B859577573EB3F7A , 0x6B964F5A3937451898612FE36D78FA58 , 0x474D6A68DEA14324889F4EE2C22D056E , 0x9173B9E8D966492B9E01322CCFC41BAD , 0xA99384528610462C9810689AAC1F2463 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0x147C921683254C869D791B762F581652 , 0xCBC39C5BC3974CC3AF3626786366C972 , 0xA301D0F989E442B1A7F683461B4A260C , 0x16C494A7C53A40CFBAF4735D14404B8A , 0x6788AFEE6FE34CE896DF6A5B510B5DFE , 0x964B8604C87C4586A37050A01C0047B5 , 0xDB75C38E0B784063BBB5EBB72AE910C9 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x72A989C54D3140CD88D72747243ABF3D , 0xE268901044D74F4997C8798505FDEA63 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0x91528C9EE9504FA5AE2603C7663C3A0A , 0xAE777A0418834992A68BC3E2D6F4F23C , 0xCAF11042CE174FA78B82ED67C48198C7 , 0x79162AB2C32B42E58F2DA91913C072AA , 0x6A2CF839616048C89DE68CEC12779691 , 0x6279E85C754A43909DE87F0D3B858351 , 0x2FD079F7F6E44903ABA2779E84E37C05 , 0x1E1BFC6CF79B429094A7ADA57077F0FC , 0xEA72A169AA5D4806A0542A9C12611C18 , 0x935BB4137B1E4CA89C832629DAB0D15E , 0x71E56C6BA30148F5A4DD1F375BACFBE7 , 0x84AC473AA0CF46249A13D69B6A087633 , 0x4EDDB1CD128646DEB0BB966C1DE58069 , 0x1A22E387DF214D0494F9E5975DC4BEFD , 0xE1E53A250B554D59B8EF719139774304 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xF99819CFEDEA4EAEBDBBE36C556A45D8 , 0xD2FA0D695E034113ABE43062A166E9A1 , 0x2378A256DA4C453FB836A2624A598C77 , 0xB9E4876723EA4901A04DC204657FDDEF , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xD6E107320D114791BFCB3A3B9E09A9A5 , 0x956FE5BB118A40AEB1FE552F3FBCDE0E , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0xAAA5BC742BBC40C1ADEF6829FBE9754B , 0xD3522A659BBD43C8A45EC8FC0F8F709E , 0xE59715CFFF5944048CE8B35F62C843E5 , 0x5EF0DB616F45460D99440C4EBCAF3AA6 , 0xFC2B9E37A2484C64AABC225FE25C0B4D , 0x4B40084DEDD448A9AEEB93700694B917 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xDF5A58B8DCC94914B6615912041AFB04 , 0xEDEE93A5EDD94081B999DEEDB01B4CB7 , 0x23D0942441C94C73A17137A80FDF8BC1 , 0xF4E92F47526641CBBDF6D00E472C4C79 , 0x1ED0788DD1DA47DC985C6907F653DA57 , 0x33AF431FCE0D4664BB18E29D3EAA0A02 , 0x60CBA981CEA144C2BEDFB3040C1AC083 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0xDA714EBB8CB54BF79277A88EF1CFAF9E , 0x490D9E5E605B48A79F96A7C9EBB3A182 , 0xF5BF0CDE0E44451E8682C11639665D08 , 0x64467D68BA594444A87E0EE0A8B1BECD , 0xCA5ED91585F9498BB653D3496A86667F , 0x27D8E293CBB54FFCA8054C22698D6123 , 0xDAE780A45A4D4BB4BCA45268AF027FD0 , 0xF01609EBC20648E2857BC831645AC85E , 0x985C9666A0984EF2B4235483AD35C9FF , 0xCC732DB2F4754CFE8E2B0841219F55BF , 0xEE0A889D1F1A43D3ADAC7B0C8B165766 , 0xBCB4831422614776913DB46BB1728FEB , 0x36FBCBBE47B249309AECCBD00422730E , 0xF9E1D0344585488BA9C45E30875520BA , 0xC41FA23CE3F74C958CCF1E654C9384B4 , 0x76B52493B51844539AF137DF3E9318F6 , 0x860771B01391475C9B7C039EB8E212BE , 0x4D5BCDA9109A463AA03FB8CF855CFFB5 , 0xC903A61BB757477A84E4D9A0C5C33771 , 0x988013748C1E4BAD8621C342707A4E93 , 0x327116C2A4654AF498C54D50B18A995D , 0x2B61689014B14A779B3D3A15B426E15F , 0x36DBB9E6A97B4B16B12766604090C2DD , 0xD64DB3FF0B654086950175B0219FC79A , 0xA2450ECD571C4C5CAC71C4A02A1FD540 , 0x3B1C458E30D14037B7290E81886D154E , 0xC9624D939B6A4E0C93CA62F20E412F0D , 0x61DEBDA1020043959AA497CAD8711D71 , 0x34DBBE4330184A71B30A82EB5A245C07 , 0xF7C344189BEE4AFF88A1A4A0466D0B7E , 0x4DA4FB7B11BE40E0A8FC87B3E661533A , 0xBFB55C3F4C4249DFA16EE876127A6364 , 0xA821025B13F0464C84E855512A64902E , 0x614CFAF0DF21415D853584D1B1F7B19B , 0x310AE53291CE478FA5A4AC21C5E9F4F4 , 0x5A6E2BDADC1F4F2585AF1566EB9DC4C8 , 0x6C0EBB60BDDE441298BB33237A8D6CC0 , 0x7E43EF4B965D44198DA2AF7E628E7491 , 0xBBCA2FD478C34821916D487CEEBCF9C9 , 0x8C617AAFD0804F13BC9B211A009D6055 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x9E0A24038D8D4B1380918E3440EB6B7D , 0xE99F3C4BA046461383A9BC673D0B87AF , 0xBC20E9F20DC94F34B185DB4DFA6D4CB1 , 0x366D559A80814846865BD712D8B0A9AD , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0xB6B6CE0CC6EB46B68432EEE82BFF775D , 0x185BC39C5A1847E393741703C8D49628 , 0xF484688D38824179A8FF1FFFDDE240F1 , 0x241B4C597FA54436A3A1B2E1A9D69EA1 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x054825AB00664EE780D762BC63A565F6 , 0x16B9616A693D407D83C39E039FEBF600 , 0x02049224C56347179FA4C013E2CFCD8F , 0x3EDBBF515DEC4D0D84C3CF82A8EA7439 , 0xADF28C1B866641CA80805EDA0F657E47 , 0x9A2EE2207CDB4230BC73DD90BD657DA5 , 0x5E4D14F60C72431FAA3492C5BD5D5925 , 0x15AD86CACE00493B950B35699314C4C8 , 0x4AA04414FB744C1F8F0C45A82D30A5BF , 0xEAC2B6C542994B059FE86781E99700C7 , 0xA016E76FB8C64E5EAFEBC9DE859ACB65 , 0xE737EB516EBB4EFBAFEA88D911FC2D76 , 0xFA405CC5429B40F9ACFE9BDD2F561E7D , 0x7480A6AF0FA7423CB77E34F08C22C822 , 0x2A42A0F4A6A84E8B9B6A3E5F08C9CDF1 , 0xC56FD1CD261841DAB4D8F60FFC72D417 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0x68DE481656174C3192AE115D2059C286 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0x3CEB37A732424262915D394BDED5A67B , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0x8561A30FD88C469F947D1C9AA1C3DDDC , 0xB3D5CFDF93044F0F9DA63E1BEC0F498F , 0xAC36B2B89DDD4BDBAE71C3AC60CB486C , 0xC97D20DB37F4422D85C05E83CE0B7086 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0x7CAF4CCF83EB44A5B0FD63CD4F812792 , 0xB76C3B21DB0B4A52B83A3A181A4064FB , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x2357D495879B4D7D99BF70DD74BAE9E2 , 0x5C03EB1DC4C44395918697871B76824E , 0x44FA6FE0BC9546039E725539D5F1B514 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0xEED410F984E040869EB8E6CAC2F3CEC8 , 0x9C37D3A022E646C9A7A6525F49675B52 , 0x73CC2BF819EB462C9E70ABB20990BBDA , 0x51070503953F46338AE553AAD8369B0F , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x2EC241AD2879442C8ADC75C286F0F9CB , 0xC4848A03C58848F1A65C9E94A28AEC22 , 0x2759B8FC1BA84FFAB2BBA39C1276E568 , 0xA10AA6A0BCD74DD6939EDF78B115F738 , 0x37433BE6C23A4987A6A18B46E5A25823 , 0x546F7991CB24470995915C6A6A01EE9D , 0x7118F991C525433E8B9CF776EE82B645 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0xA4566694F5354A1C993527ED1EF82A0E , 0x048A719D2C9B4C668F186336B9D26221 , 0x249864396EAF4D57A90D31DF1D653BDB , 0x75166B7334EA4F82A8C27F60EBB62800 , 0x030C2B8679954ED2A192D0AB41599237 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0x3383E5A2D507469A888369ED6AEC6A07 , 0xCBEBBACAEC3D4334AF268918E9CF4D68 , 0x5A5DE028EA0447C9A01CB7B886217E11 , 0x54D969734A1B43B7B1C1BC70B009E4F3 , 0x263F416CDF79496C885690AF6F95D741 , 0x3DEE4E3B4F544CA1B1166573355ECC18 , 0x2F7128DFF2FD4398B3C673533167ED75 , 0x8AA74E302328422FB2F1C80B989069DB , 0xF03CB57596E4425D94B6E7074980A798 , 0x03C02114927B49489605F912AF17B0C7 , 0x5889AC1A9B384C7CB91F9647E9DEBFEF , 0x3ECCA446C6AD4690B9A36AA4CFF52F13 , 0x2EEA85C2AD8741FB92319EA225979219 , 0xA351ECC3ABE340FE819BA5AF44432790 , 0xAEFB2BCE292A47789AAA641CEACBA9A3 , 0x49970EE25E7E49E6A15779EA2DD80576 , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0xAEEA1A423ED7433988876248DD8E8577 , 0xCD689ABA69E04494835DC6D83337848D , 0xD0C2933B3F8A45E69EE5B81D62978CF3 , 0x25AFE30A2A8F40A1B42355EE36E6B7E8 , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x93FFEC43C2F7482B98FC41FE77E4BF8F , 0xD94006F86B8C4089B6EE6926C5F02520 , 0x0D7D73A2179D4806816B48A04EC47D3B , 0x9679137632584753863DC17B19A2FC85 , 0x10953279A95D4BF4B5444110D908C17F , 0x3A7AF9FAC6F6443BA0559A346A783143 , 0xE3AEC067933045A2934BD1E3856C263A , 0x8C807AF75CE4414EB06954B2F33FD8CB , 0x25EB99374A8443AAB686255510DE945F , 0x94699E2DE1F343CBA9DEEDF6F6B8EC51 , 0x7B78956264E64648B9EC3A4EE33C8853 , 0x71BDC8185AE842D9B58A7346F1DF1BB6 , 0xE21D412C1F934FB9913A0778C68CFC38 , 0x2CFE77525D9643B0B587D60602108766 , 0xBB8D0D8607FB48C593FF210266C195B3 , 0xD6E6317C0A1940E2941019A26543B3A2 , 0x3246CE9A24C848C988D0F266AB6427BF , 0xEAC074F1C6B64245A7A6A1435B9D8D2F , 0xDEF3E3C98A1F473E86E8DC4AF1D83E5C , 0xB3773CC6B9CD42988E4887EF618FBC62 , 0x9886904574324A8682E3E1644A6E3D82 , 0x59D0FA25A2934FE6B4096B27A9CF75F8 , 0x75BB9A6D7F6B4FEBA554A5F24FFD6E21 , 0xA7D88CF9500144D1A75CA462FBCFE479 , 0x1401BAD0D59B429EA1A247DEA3C6A434 , 0x21E1985CCCB543008968A98D6A359F53 , 0x25429889375643058AEDC6EECE94BF7C , 0xB314E3899D7348C8886B1B5613B42686 , 0x18BDE81010124AF98349469247926491 , 0x677A415E3A0247C088EAD5274337B201 , 0xE49C7A80666742BEA08686A39FD8694D , 0x7F09DDEEEDA54F608E108210A2723C77 , 0xA4F1BABD2DE1456799B07FED98BE8827 , 0xCFE4F0E7482E473FADC7DAF350DE4181 , 0x0C744C71BF0D42A1B3F2D74E4CBF2AF5 , 0x717962C7BED548EFB24EB9FE4422BFFD , 0x004BE9AE86844381A8BA7A64FAF35E56 , 0x2F50A833613B4B12987F4D7DE3490A5C , 0x8D91A0ADFC0E4A04A0E4187CCC4F2C4B , 0x5675AC6DC2B843289389A9976404D1C6 , 0x42AC5DBDB40E4CB0B8488207A77DA7EA , 0xDC7B51EF9AB24CBD983A8C5E87F9C073 , 0x6D70169AEBCB42F0BB535FA89C8B3670 , 0x9443B60F7E2340D28B96CAABF01E1C60 , 0x1523D487604D47E8AF751DBA3EE14D71 , 0x6818E95658F548889767B5731ECE254B , 0xAA0C3DEEA65E48E587700CE979186CBE , 0xABC21A6E379E4E4E847EB0E37887F985 , 0xA515EC3A82A04F1E894721413616A56D , 0xB3BB42C8405F4D86BA2ACE35E793741F , 0x788CD8E9C1994C219761F160CB5DF09D , 0x38DA844E838443CBA94C85C73E988AD8 , 0xAAF7D41027A2445A88399822F9340CB2 , 0x155907F264854C3E8A1869530965DAF8 , 0xBB25B21FF85D4684803F95B1943C42EC , 0x3C4B8655D18E43C78A7A27AC1D1B1660 , 0x163215FFB5744EABA089458C0249E4D3 , 0xA6A99F9475354A60892D173B04034D30 , 0x30B4E211AA274CA1B6119F6F65116006 , 0x80F726953DEF42CAAB298D541BA142E4 , 0xFAE9BCE645F04D1DA74699F2F9137229 , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0xD8FE451BF5944FE9B5C195663D1560A6 , 0x4179506A797E4A7EB4E5CDE8D2CA1B6E , 0xFBCD1E83A12C46A5B16BEBFA398B6EA1 , 0xCED7581F97E34DC28784BE92A4E9C818 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0xF8462A0E3D9A4CB9B7B9CB080877B5FB , 0x1BA80EE4D019453BA2AA88F20A2954B1 , 0x7AD1CC6EBB6A46B8A022753FC5784F54 , 0x0A38581650A342BB97478E5552350B97 , 0x0C0AC20666DE4764A379B6612F021843 , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x88A6B28D142F4C83844CA2061F4C4B72 , 0xACC864C0BF86429FB59BDA972C31599B , 0x38860C5A2A3346B3A85BFDD1CFB8B2C1 , 0x403AADC1354A432FA2874195A7B7914D , 0xD6BEF27D0C2447E9ABB0E15C2DCDF2AC , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0x10CE65CF736A45F89CEC97E7031570C1 , 0x98F72E35EDFC410587AB04D6D3A0AA4C , 0x2327BAFB840241F097AC57BFC7E9211D , 0x73CC29371AA84E8B999A699A7C091D91 , 0x10A092D935EC48CE9A984D6E7FD9807B , 0x71BC4B433A3447B0970F0EE8860F1707 , 0x2094054B3CF1430385B3B74C04ABE2D8 , 0x28EB0E7092C64F63BF167F3AB99020D8 , 0xCEA7C8C3AD9041FF843D3D515C7B883F , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xC09CE18224C649248A8B0CB0682B1899 , 0xC36E1B4C6ADA49A5BFC72686F869E02E , 0x97D90C55E1F4421FB536210F0F36D324 , 0x8495A14811544D07B68CD85AF0DAFDE0 , 0xF6F84C0F1EA746458DD2260B141A6C5E , 0x48C7EFBADE254A8B88822B1EBCE8CD3C , 0xB6817E6790EB4A7D9100760F3BF88225 , 0xA7B1FE472CF94E40894D74540BCF95B3 , 0x8382C1A7622347868D78B0A5FECCB0DE , 0xB855EE659C664948B741AB7B6B0CFBE3 , 0x034FB8874744488383DFBAEBA242C01C , 0x2E0ADDD879D540AA9FEE7FC12F524E7D , 0x71D6020C954C4435896A9B5EDF003946 , 0x981827E7323045D88452823E87F89762 , 0xF469CF656F01427A891B42338BAF37A6 , 0xD87D0540EAB642BB85750C0B8DCA1B2A , 0x923B10B539D140E29B576DCA3E4EFF08 , 0xD96453F56E2F404082E92C2A5B9E28E9 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0x1361D38EA74042798C915B535CF08FC4 , 0xEE2EFC9382B949649E4C9BADDA10E20E , 0xD588741B684A4310B31DA17036B4104B , 0x2D5C5CFCD61A487981BBAABFD7F37A03 , 0x1331F195378341CE9CCA709A2F053825 , 0x17C44E57E0114AB788FA54D1E598673C , 0xA3296D93EF1A4CC787DA180AE9844796 , 0xAB8775D01F5949539DEA74CA9A4A3E9A , 0x2D740097A18E4A77B2E5F52A41555FF6 , 0x3FB0F35880CF46E0B404BEEC72FAA500 , 0xC8A4D074005243CB88CAE8286262AB1E , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0xD637A481C69A422F8876091A6D4313CB , 0x3CD16D650ADA405E8851AAA84C8038A3 , 0x34138F8667D2471E9539EEAC83AD5A42 , 0x6E7422EE1E14437DAB0D4B86288998A1 , 0x9CC201417512452F828A97DFAFF5F55B , 0xE0B6BCEBDB774774A8B91A0290CC2F7B , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0xC2C5F21B354A4A4BAE760EAE5B581812 , 0xB3808D59829F4EF997E657A072FE2F46 , 0xBE9AB4381571405F9B4162AB5993EDEC , 0xD39BF86892C84BE2B4754CD78A63076F , 0x34433D5294BB468BA3E490A1D6731BD9 , 0x63619FEC2A304A7980D864ACB950481D , 0xE491FA421A8C4504836B75A0719097FE , 0xA5AF7C87513B4A8B92E8E59B99FFE4B2 , 0x0A02E5FE097D43EC8736119F01B68776 , 0xC18F79F769C146D5BC1822F1C8A2A998 , 0x61F23BCE78884BC5A6F2A0D930D51B4B , 0xA564DF702EDC437F8B2E30452C1BD0FC , 0x3D962972D5934DB4A62F8F0594BCB764 , 0x7FD43840657E45538BF42AA7BDFA77E9 , 0x67B7C5AB434F42E99693550B6A433624 , 0xB0A6B6FE4CBD4EE284A30126D7E56A72 , 0x2A617E785FCD410C9A68563858061CDC , 0x0CCB46B365F2477287554DD3541569D7 , 0x6955E8D02695472D8E544842887CF2C7 , 0xF9DC162AA4FB45228ABD83B88A609623 , 0x2253D26DFB154892975DC2F0DF5BDA27 , 0x76F630340A594276A81FB2AF375D4FBD , 0xEBB547A12DE34E15A17E78BCEA1CF096 , 0x07D9B04730414F4CBD2678F7C233D003 , 0xE977F7820B97441ABCFE8FAB11EED316 , 0xEA2C96DB1DAC4782B1E1D33DDE59FD1D , 0x5B66FD2775E64D01B4707089D3EC875B , 0xE8474CA99F3141B5829B8C0E394E29A5 , 0x19633A5978EA4289B75F87752AC26E51 , 0x114228AC33AF489E8BCE183F24200D06 , 0x8CB60DC5F099405CA1ECF34FA00AEC38 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x9E81CE7F104642459841330A142790B8 , 0xA6DD34E9CE3E4019AC3A7C4A75EE8098 , 0x11735682C16940AFA1FC1CF7FA42031B , 0xC6A6B8DACFF54EA69253CBBEA8DD83A1 , 0x08BE2003E1CF4CD8944F32E3CC851ED0 , 0x6258E7A609B5478FAF7D67927128D208 , 0xFA924AB395A74A03AB330F15FA601FBC , 0x86A7BD38AC6E4516A4760AA51CD767EC , 0xE57BFB0519524B4D84CA679B8E30CCD9 , 0xD57E60B4F4644CB9A880F888815CACBF , 0xEF703AAEB7D742AC8DD7660634531135 , 0x92199A0B5F05435F8BAAD258FBBC38FC , 0x675283C0026E4B1FBC2F88C2C0FE9EDE , 0xFDC5C63B921E4DE49E79D66CBA61A87F , 0x1E30647CFCD649B0A5AC040CB613116F , 0xA53B7DE72ACC4313AD9752FA223AADDF , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xC9E71C56B11744C2A93B1261A9285300 , 0x53BC052C6BBF41848E2AC9285A02AA09 , 0x58BC9D8729074EF98236767DADEC3D34 , 0xCDCA3DDE905240DB9D6C487DB52596EC , 0x318112737BEE4C3BBEEB29BEC6051F08 , 0x5F3F443A0E574E769051B57E5D38D563 , 0x93FD47F3FBB747CD8C4322757BDE574D , 0xC4E25B16B8884B7EB31241363632BC5B , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x882A0D90845C46C9BB019659A615F235 , 0x1F307AFA7AC444879288D75B34ACAE7E , 0xEAD5EBFC0DAA40C9976065D365C664AD , 0xBEB7F827536D4C0C99A65B29CC633566 , 0x49053590ADD249928B1FF6F19880A0FA , 0x31BAC12558F6468A852D1F88D1BD4C5A , 0xA69F598F4D034F5B88E990F23C62D3C4 , 0x004B11B664424995968A6294D4EA4AE7 , 0xBAAF0501442649A780E5481B2D0CA46D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x99EB30031DC3465C8FE88A9C89476E57 )) GROUP BY `product` . `id` ;
Copy
83
26.33 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\\x7F 3\x05\x05 HDtµ=œ\x1C ÆÍY† "
b"\x06 ü\x18 {ÛËA\ü!¸Ö\e a\v ç "
b"C─'Å╠xG0¡o\x12 èvﯽ "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"Ú~¶í\x19 qC©±vÉ¥®[÷\x08 "
b"D9'›Ô3@\x0E ž˜/àr*²\x1D "
b"þ¶÷\x06 °ùI\x04 Wê‘\x11 nÍ¿ "
b"(\t A=žùHÿˆ}ñ+ÖÔ§È "
b"\x1A MM\x11 ¬õI‚\x16 ÔyRÚI "
b"y×\x08 r\x12 oL@›Í\x04 >I´?† "
b"çQÿ]ç\x1C I(§-~\x14 ‡¦H¶ "
b"‘_oB`ŸNÙ©ž=PÛ\x19 ê} "
b"""
ð\n
Ç\x06\x07 Ý@\x1A |TÝ^ê%^
"""
b"aN\x15\x00 M6A8ŒÃÌ™\x0E ÈýT "
b"\x03 Æøµ˜TJІ7â]\x1D =’N "
b">%F┼÷\x10 @ÃÅß▓;Lrñ "
b"ž\t ÿs»\x17 C&´=ßïw´dú "
b"\x01 $\x17 #▀ìL»è%´\x19 ┘Aø "
b"╦µóWlµCYÉ\x08 í³"Â\x1F Ö "
b"\x1C º-þà*EÒø\v\x19 ã°þ\x1D ì "
b"¯"O\x19 Õ¢L«©§·W´ ‰ý "
b";áF´LþNÜ¢²sksã¶b "
b"Ø\x1D ²¬›3CX—Jɤ÷°\x17\x04 "
b"\x13 xëi\x00 ‚EªƒÚó\x02 Õ>žu "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"©„½Ú”×A\x0E ¦óéd¿\x16 äÒ "
b"Bõ+\x1A _'InÉ╠ÿI*K╩┌ "
b"Ʋ▄┤ÞüBÂî5$^¤Ôký "
b"RËsd8óGå•u‰:&'à© "
b"R@nN¯\x01 J°›\x1F A~%õ·á "
b"×"ØÂÌ"J8”E> æí×H "
b"\x13 Ùva¨ôC9…Y|Z¦m\x0F \r "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"Ø┘W^ËòJ¥òqÜK\f vï▀ "
b"c–ÆûZãNg†ëæW„‚´¤ "
b"@éÏ®àÉG█ùï¤Õ\x14 yIÑ "
b"{à\x02 ¦(J¹¸YWusë?z "
b"k–OZ97E\x18 ˜a/ãmxúX "
b"GMjhÞ¡C$ˆŸNâÂ-\x05 n "
b"‘s¹èÙfI+ž\x01 2,ÏÄ\e "
b"©“„R†\x10 F,˜\x10 hš¬\x1F $c "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"ËÜ[×Lï6&xcfÉr "
b"£\x01 Ðù‰äB±§öƒF\e J&\f "
b"\x16 Ä”§Å:@Ϻôs]\x14 @KŠ "
b"gˆ¯îoãLè–ßj[Q\v ]þ "
b"–K†\x04 È|E†£pP \x1C\x00 Gµ "
b"ÛuÃŽ\v x@c»µë·*é\x10 É "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"r©‰ÅM1@͈×'G$:¿= "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"î?R1r¹H㣊v“*¯©§ "
b"‘RŒžéPO¥®&\x03 Çf<:\n "
b"®wz\x04\x18 ƒI’¦‹ÃâÖôò< "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"y\x16 *▓├+BÕÅ-®\x19\x13 └r¬ "
b"j,°9a`H╚صîý\x12 wûæ "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"/Ðy÷öäI\x03 «¢wž„ã|\x05 "
b"\x1E\e ³l¸øBÉöº¡Ñpw³ "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"“[´\x13 {\x1E L¨œƒ&)Ú°Ñ^ "
b"qålk£\x01 Hõ¤Ý\x1F 7[¬ûç "
b"„¬G: ÏF$š\x13 Ö›j\x08 v3 "
b"NݱÍ\x12 †FÞ°»–l\x1D å€i "
b"\x1A "ã‡ß!M\x04 ”ùå—]ľý "
b"áå:%\v UMY¸ïq‘9wC\x04 "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"ù˜\x19 ÏíêN®½»ãlUjEØ "
b"Òú\r i^\x03 A\x13 «ä0b¡fé¡ "
b"#x¢VÚLE?¸6¢bJYŒw "
b"¹ä‡g#êI\x01 MÂ\x04 e\x7F Ýï "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"Öá\x07 2\r \x11 G‘¿Ë:;ž\t ©¥ "
b"•oå»\x11 Š@®±þU/?¼Þ\x0E "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"ª¥¼t+¼@Áïh)ûéuK "
b"ËR*eø¢C╚ñ^╚³\x0F Åp× "
b"å—\x15 ÏÿYD\x04 Œè³_bÈCå "
b"^ðÛaoEF\r ™D\f N¼¯:¦ "
b"ü+ž7¢HLdª¼"_â\\v M "
b"K@\x08 MíÔH©®ë“p\x06 ”¹\x17 "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"ßZX¸ÜÉI\x14 ¶aY\x12\x04\x1A û\x04 "
b"ݯôÑÝ┘@ü╣ÖÌÝ░\e LÀ "
b"#Д$AÉLs¡q7¨\x0F ß‹Á "
b"ôé/GRfA˽öÐ\x0E G,Ly "
b"\x1E ðxìÐ┌G▄ÿ\i\x07 ÷S┌W "
b"""
3»C\x1F ╬\r Fd╗\x18 ÔØ>¬\n
\x02
"""
b"`╦®ü╬íD┬¥▀│\x04\f\x1A └â "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"ÚqN»ŒµK÷’w¨Žñϯž "
b"I\r ž^`[H§Ÿ–§É볡‚ "
b"õ¿\f Þ\x0E DE\x1E †‚Á\x16 9f]\x08 "
b"dF}hºYDD¨~\x0E ਱¾Í "
b"Ê^Ù\x15 …ùI‹¶SÓIj†f\x7F "
b"'ÏÔô╦ÁO³¿\x05 L"iìa# "
b"Ú瀤ZMK´¼¤Rh¯\x02\x7F Ð "
b"ð\x16\t ëÂ\x06 Hâ…{È1dZÈ^ "
b"˜\–f ˜Nò´#Tƒ5Éÿ "
b"Ìs-²ôuLþŽ+\x08 A!ŸU¿ "
b"""
¯\n
êØ\x1F\x1A CË¡¼{\f ï\x16 Wf
"""
b"╝┤â\x14 "aGvæ=┤k▒rÅÙ "
b"6û˾G²I0šìËÐ\x04 "s\x0E "
b"ùáÐ4E…H‹©Ä^0‡U º "
b"Ä\x1F ¢<ã÷L•ŒÏ\x1E eL“„´ "
b"vµ$“µ\x18 DSšñ7ß>“\x18 ö "
b"†\x07 q°\x13 ‘G\›|\x03 ž¸â\x12 ¾ "
b"M[Í©\x10 šF: ?¸Ï…\ÿµ "
b"É\x03 ¦\e ·WGz„äÙ ÅÃ7q "
b"˜€\x13 tŒ\x1E K†!ÃBpzN“ "
b"2q\x16 ¤eJô˜ÅMP±Š™] "
b"+ahÉ\x14 ▒Jwø=:\x15 ┤&ß_ "
b"6█╣µ®{K\x16 ▒'f`@É┬¦ "
b"ÖM³ÿ\v e@†•\x01 u°!ŸÇš "
b"¢E\x0E ÍW\x1C L\¬qÄ *\x1F Õ@ "
b";\x1C EÄ0Ð@7À)\x0E üêm\x15 N "
b"ÉbM“›jN\f “Êbò\x0E A/\r "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"""
4Û¾C0\x18 Jq³\n
‚ëZ$\\x07
"""
b"÷ÃD\x18 ›îJÿˆ¡¤ Fm\v ~ "
b"M¤û{\x11 ¾@à¨ü‡³æaS: "
b"¿µ\?LBIß¡nèv\x12 zcd "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"aLúðß!A]…5„ѱ÷±› "
b"""
1\n
Õ2æ╬GÅÑñ¼!┼Ú¶¶
"""
b"Zn+┌▄\x1F O%à»\x15 fÙØ─╚ "
b"l\x0E ╗`¢ÌD\x12 ÿ╗3#zìl└ "
b"~C´Kû]D\x19 ìó»~bÄtæ "
b"»Ê/ÔxÃH!‘mH|î¼ùÉ "
b"îaz»ðÇO\x13 ╝ø!\x1A\x00 Ø`U "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"x„,\x1F UøB£°ü¢)ɼš± "
b"""
×\n
$\x03 ììK\x13 ÇæÄ4@Ùk}
"""
b"éŸ<K FF\x13 ƒ©¼g=\v ‡¯ "
b"¼ éò\r ÉO4±…ÛMúmL± "
b"6mUÜÇüHFå[Î\x12 Ï░®¡ "
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"¶¶Î\f ÆëF¶„2îè+ÿw] "
b"\x18 [ÜZ\x18 Gã“t\x17\x03 ÈÔ–( "
b"¶ähì8éAy¿ \x1F ¦Ô@± "
b"$\e LY\x7F ¥D6£¡²á©Öž¡ "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"\x05 H%«\x00 fNç€×b¼c¥eö "
b"\x16 ¹aji=@}ƒÃž\x03 Ÿëö\x00 "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b">Û¿Q]ìM\r „ÃÏ‚¨êt9 "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"Ü.Ô |█B0╝s¦É¢e}Ñ "
b"^M\x14 ö\f rC\x1F ª4’Ž]Y% "
b"\x15 †ÊÎ\x00 I;•\v 5i“\x14 ÄÈ "
b"JáD\x14 ¹tL\x1F Å\f E¿-0Ñ┐ "
b"Û┬Â┼BÖK\x05 ƒÞgüÚù\x00 à "
b" \x16 ço¸ÆN^¯ëÉÞ…šËe "
b"ç7ëQn»Nû¯êˆÙ\x11 ü-v "
b"ú@\ÅB›@ù¬þ›Ý/V\x1E } "
b"t€¦¯\x0F §B<·~4ðŒ"È" "
b"*B ô¦¨N‹›j>_\x08 ÉÍñ "
b"ÅoÑÍ&\x18 AÚ´Øö\x0F ürÔ\x17 "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"hÞH\x16 V\x17 L1’®\x11 ] Y† "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"…a£\x0F ØŒFŸ”}\x1C š¡ÃÝÜ "
b"│ı¤▀ô\x04 O\x0F ت>\e ý\x0F IÅ "
b"¼6▓©Ø¦K█«q├¼`╦Hl "
b"É} Û7ôB-…À^ƒÎ\v p† "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"|»L¤âÙDÑ░²c═Oü'Æ "
b"·l;!Û\v JR¸::\x18\x1A @dû "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"#WÔ•‡›M}™¿pÝtºéâ "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"Dúo༕F\x03 žrU9Õñµ\x14 "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"îÔ\x10 ù„à@†ž¸æÊÂóÎÈ "
b"œ7Ó "æFɧ¦R_Ig[R "
b"s╠+°\x19 ÙF,×p½▓\t É╗┌ "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b".ÂA(yD,ŠÜu†ðùË "
b"Ä„Š\x03 ňHñ¦\ž”¢Šì" "
b"'Y¸ü\e ¨Oú²»£œ\x12 våh "
b"""
¡\n
¦ ¼×MÖ“žßx±\x15 ÷8
"""
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"Toyæ╦$G\t òæ\jj\x01 ¯Ø "
b"q\x18 ù‘Å%C>‹œ÷vî‚¶E "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"\x04 èqØ,øLfÅ\x18 c6╣Êb! "
b"$˜d9n¯MW©\r 1ß\x1D e;Û "
b"u\x16 ks4êO‚¨Â\x7F `ë¶(\x00 "
b"\x03\f +†y•NÒ¡’ЫAY’7 "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"3ƒå¢Õ\x07 Fšˆƒiíjìj\x07 "
b"ËëºÊì=C4¯&‰\x18 éÏMh "
b"Z]à(ê\x04 GÉ \x1C ·¸†!~\x11 "
b"TÙisJ\e C·±Á¼p°\t äó "
b"&?Al▀yIlêVÉ»oòÎA "
b"=îN;OTL¡±\x16 es5^Ì\x18 "
b"/q(ßòýC˜³ÆsS1gíu "
b"èºN0#(B/▓±╚\v ÿÉi█ "
b"ð<µu–äB]”¶ç\x07 I€§˜ "
b"\x03 À!\x14 ’{IH–\x05 ù\x12 ¯\x17 °Ç "
b"X‰¬\x1A ›8L|¹\x1F –GéÞ¿ï "
b">╠ñFã¡FÉ╣újñ¤§/\x13 "
b".ê…‡Aû’1ž¢%—’\x19 "
b"úQý├½Ò@■üøÑ»DC'É "
b"®û+Î)*Gxšªd\x1C êË©£ "
b"I—\x0E â^~Iæ¡Wyê-Ø\x05 v "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"®ê\x1A B>×C9ˆ‡bHÝŽ…w "
b"═hÜ║iÓDöâ]ãÏ37äì "
b"Г;?ŠEæžå¸\x1D b—Œó "
b"""
%»Ò\n
*Å@í┤#U¯6µÀÞ
"""
b"r×\f gæGMܱû©e±.ÍŠ "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"ô ýC┬¸H+ÿ³A■wõ┐Å "
b"Ù@\x06 økŒ@‰¶îi&Åð% "
b"\r }só\x17 ØH\x06 ükHáN─}; "
b"–y\x13 v2XGS†=Á{\x19 ¢ü… "
b"\x10 •2y©]KôµDA\x10 Ù\x08 Á\x7F "
b":zùúÆöD; Uš4jx1C "
b"ã®Àg“0E¢“KÑã…l&: "
b"Œ€z÷\äAN°iT²ó?ØË "
b"%ë™7J„Cª¶†%U\x10 Þ”_ "
b"”iž-áóCË©Þíöö¸ìQ "
b"{x•bdæFH¹ì:Nã<ˆS "
b"q½È\x18 ZèBÙµŠsFñß\e ¶ "
b"â\x1D A,\x1F “O¹‘:\x07 xÆŒü8 "
b",þwR]–C°µ‡Ö\x06\x02\x10 ‡f "
b"╗ì\r å\x07 ¹H┼ô !\x02 f┴ò│ "
b"""
Öæ1|\n
\x19 @â”\x10\x19 ¢eC³¢
"""
b"2FΚ$ÈHɈÐòf«d'¿ "
b"Û└t±ãÂBEºªíC[Øì/ "
b"ÞóãÉŠ\x1F G>†èÜJñØ>\ "
b"│w<ã╣═BÿÄHç´aÅ╝b "
b"ÿåÉEt2JåéÒßdJn=é "
b"YÐú%¢“Oæ´\t k'©Ïuø "
b"u»šm\x7F kOë¥T¥òOýn! "
b"§ØŒùP\x01 Dѧ\¤bûÏäy "
b"\x14\x01 ºÐÕ›Bž¡¢GޣƤ4 "
b"!ßÿ\╠ÁC\x00 ëh®ìj5ƒS "
b"%B˜‰7VC\x05 ŠíÆîΔ¿| "
b"│\x14 ÒëØsH╚êk\e V\x13 ┤&å "
b"\x18 ½è\x10\x10\x12 JùƒIF’G’d‘ "
b"gzA^:\x02 GÀˆêÕ'C7²\x01 "
b"äœz€fgB¾ ††£ŸØiM "
b"\x7F\t Ýîí¥O`Ž\x10 ‚\x10 ¢r<w "
b"¤ñº½-áEg™°\x7F 혾ˆ' "
b"¤õþH.G?¡Ã┌¾PÌAü "
b"\f tLq¿\r B¡³ò×NL¿*õ "
b"qybǾÕHï²N¹þD"¿ý "
b"\x00 KÚ«åäCü¿║zd·¾^V "
b"""
/P¨3a;K\x12 ˜\x7F M}ãI\n
\
"""
b"ìæá¡³\x0E J\x04 áõ\x18 |╠O,K "
b"Vu¬m¸C(“‰©—d\x04 ÑÆ "
b"B¬]½´\x0E L°¸H‚\x07 §}§ê "
b"Ü{Qïš²L½˜:Œ^‡ùÀs "
b"mp\x16 šëËBð»S_¨œ‹6p "
b"”C¶\x0F ~#@Ò‹–Ê«ð\x1E\x1C ` "
b"\x15 #Ô‡`MGè¯u\x1D º>áMq "
b"h\x18 éVXõHˆ—gµs\x1E Î%K "
b"ª\f =î¦^Hå‡p\f éy\x18 l¾ "
b"«Â\x1A n7žNN„~°ãx‡ù… "
b"¥\x15 ì:‚ O\x1E ‰G!A6\x16 ¥m "
b"³»BÈ@_M†º*Î5ç“t\x1F "
b"xîÏÚ┴ÖL!ùa±`╦]Ø "
b"8Ú„Nƒ„CË©L…Ç>˜ŠØ "
b"ª÷Ô\x10 '¢DZˆ9˜"ù4\f ² "
b"\x15 Y\x07 òd…L>Š\x18 iS\t eÚø "
b"»%²\x1F ø]F„€?•±”<Bì "
b"<K†UÑŽCÇŠz'¬\x1D\e\x16 ` "
b"\x16 2\x15 ÿµtN« ‰EŒ\x02 IäÓ "
b"¦©Ÿ”u5J`‰-\x17 ;\x04\x03 M0 "
b"0´â\x11 ª'L¡¶\x11 Ÿoe\x11 `\x06 "
b"Ǹ&ò=´B╩½)ìT\e íBõ "
b"ú鼿EðM\x1D §F™òù\x13 r) "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b"ØþE\e õ”OéµÁ•f=\x15 `¦ "
b"AyPjy~J~´åÍèÒÊ\e n "
b"ûÍ\x1E ƒ¡,F¥±këú9‹n¡ "
b"Î×X\x1F —ãM‡„¾’¤éÈ\x18 "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"øF*\x0E =šL¹·¹Ë\x08\x08 wµû "
b"""
\e ¨\x0E äÐ\x19 E;¢ªˆò\n
)T±
"""
b"zÑÌn»jF¸ "u?ÅxOT "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\f \n
Â\x06 fÞGd£y¶a/\x02\x18 C
"""
b"yúÔó\v oBü„\f ð°ø".. "
b"êª▓ì\x14 /LâäLó\x06\x1F LKr "
b"¬ÈdÀ¿†BŸµ›Ú—,1Y› "
b"8†\f Z*3F³¨[ýÑϸ²Á "
b"@:Á5JC/¢‡A•§·‘M "
b"Ö¾ò}\f $Gé«°á\-Íò¬ "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"\x10 ÎeÏsjEøœì—ç\x03\x15 pÁ "
b"˜÷.5íüA\x05 ‡«\x04 ÖÓ ªL "
b"#'ºû„\x02 Að—¬W¿Çé!\x1D "
b"sÌ)7\x1A ¨N‹™šiš|\t\x1D ‘ "
b"\x10 ’Ù5ìHΚ˜Mn\x7F Ù€{ "
b"q¼KC:4G°—\x0F\x0E è†\x0F\x17\x07 "
b" ”\x05 K<ñC\x03 …³·L\x04 «âØ "
b"(Ù\x0E pÆãOc┐\x16\x7F :╣É Ï "
b"╬º╚├¡ÉA ä==Q\{ê? "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"Àœá‚$ÆI$Š‹\f °h+\x18 ™ "
b"Ãn\e LjÚI¥¿Ç&†øià. "
b"—Ù\f UáôB\x1F µ6!\x0F\x0F 6Ó$ "
b"„•¡H\x11 TM\x07 ¶ŒØZðÚýà "
b"÷°L\x0F\x1E ºFEìÊ&\v\x14\x1A l^ "
b"HÇïºÞ%J‹ˆ‚+\x1E ¼èÍ< "
b"Âü~gÉÙJ}æ\x00 v\x0F ;°é% "
b"§±þG,ùN@‰MtT\v Ï•³ "
b"âé┴ºb#Gåìx░Ñ■╠░Ì "
b"¸UîeœfIH·A«{k\f ûã "
b"\x03 O¸‡GDHƒƒßºë¢BÀ\x1C "
b"""
.\n
ÝØyÕ@ªŸî\x7F Á/RN}
"""
b"qÖ\x02\f •LD5‰j›^ß\x00 9F "
b"˜\x18 'ç20EØ„R‚>‡ø—b "
b"ôiÏeo\x01 Bz‰\e B3‹¯7¦ "
b"Ï}\x05 @ÛÂB╗àu\f\v ì╩\e * "
b"’;\x10 µ9Ñ@â›WmÊ>Nÿ\x08 "
b"ÙdSõn/@@‚é,*[ž(é "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"\x13 aËĺ@Byîæ[S\Å─ "
b"î.ü“‚¹IdžL›Ú\x10 â\x0E "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"-\\³Í\x1A Hyü╗¬┐ξz\x03 "
b"\x13 1ñ•7ƒAΜÊpš/\x05 8% "
b"\x17 ÄNWà\x11 J·ˆúTÑå˜g< "
b"""
£)m“ï\x1A LLJÚ\x18 \n
é„G–
"""
b"½çuð\x1F YISØÛt╩ÜJ>Ü "
b"-t\x00 —¡ŽJw²åõ*AU_ö "
b"?°óX€ÏFà´\x04 ¾ìrú¥\x00 "
b"ȤÐt\x00 RCˈÊè(bb«\x1E "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"Í7ñüãÜB/êv\t\x1A mC\x13 ╦ "
b"""
<Ñme\n
Ú@^ˆQª¨L€8£
"""
b"4\x13 ÅågÊG\x1E ò9¯¼â¡ZB "
b"nt"î\x1E\x14 C}«\r K†(‰˜¡ "
b"œÂ\x01 Au\x12 E/‚Зߝõõ[ "
b"ÓÂ╝Ù█wGt¿╣\x1A\x02 É╠/{ "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"ÂÅò\e 5JJK®v\x0E ®[X\x18\x12 "
b"│ÇìYéƒN¨ùµWár■/F "
b"¾š´8\x15 q@_›Ab«Y“íì "
b"Ó›øh’ÈKâ´uL׊c\x07 o "
b"4C=Rö╗FïúõÉíÍs\e ┘ "
b"caŸì*0Jy€Ød¬¹PH\x1D "
b"õæ·B\x1A îE\x04 âkuáqÉù■ "
b"¥¯|‡Q;J‹’èå›™ÿä² "
b"""
\n
\x02 åþ\t }Cì‡6\x11 Ÿ\x01 ¶‡v
"""
b"┴Åy¸i┴Fı╝\x18 "±╚ó®ÿ "
b"aò;ÎxˆKŦò Ù0Õ\e K "
b"¥dßp.ÜC\x7F ‹.0E,\e Ðü "
b"=û)rıôM┤ª/Å\x05 ö╝Àd "
b"\x7F Ô8@e~ES‹ô*§½úwé "
b"g·Å«COBé–“U\v jC6$ "
b"°¦¶þL½Nâ„£\x01 &×åjr "
b"*a~x_ÍA\f šhV8X\x06\x1C Ü "
b"\f ËF³eòGr‡UMÓT\x15 i× "
b"iUèÐ&•G-ŽTHBˆ|òÇ "
b"ùÜ\x16 *¤ûE"нƒ¸Š`–# "
b""SÒmû\x15 H’—]Âðß[Ú' "
b"""
vö04\n
YBv¨\x1F ²¯7]O½
"""
b"ëµG¡-ãN\x15 ¡~x¼ê\x1C ð– "
b"\x07 Ù°G0AOL½&x÷Â3Ð\x03 "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"ê,–Û\x1D ¬G‚±áÓ=ÞYý\x1D "
b"[fý'uæM\x01 ´pp‰Óì‡[ "
b"èGL©Ÿ1Aµ‚›Œ\x0E 9N)¥ "
b"\x19 c:YxêB‰·_‡u*ÂnQ "
b"\x11 B(¬3¯Hž‹Î\x18 ?$ \r \x06 "
b"""
Œ¶\r Åð™@\¡ìóO \n
ì8
"""
b"zßòc™\x19 B⿽°>«<„ö "
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b"¦Ý4éÎ>@\x19 ¬:|Ju "
b"\x11 sV‚Ái@¯¡ü\x1C ÷úB\x03\e "
b"Ʀ¸ÚÏõN¦’S˾¨Ýƒ¡ "
b"\x08 ¾ \x03 áÏLØ”O2ãÌ…\x1E Ð "
b"bXþª\t ÁGÅ»}gÆq(Ê\x08 "
b"ú’J³•§J\x03 «3\x0F\x15 ú`\x1F ¼ "
b"""
†§½8¬nE\x16 ¤v\n
¥\x1C ×gì
"""
b"å{û\x05\x19 RKM„Êg›Ž0ÌÙ "
b"ı~`┤¶dL╣¿Ç°êü\¼┐ "
b"´p:«ÀÎB¼ìÎf\x06 4S\x11 5 "
b"’\x19 š\v _\x05 C_‹ªÒXû¼8ü "
b"gRƒÀ\x02 nK\x1F ¼/ˆÂÀþžÞ "
b"ýÅÆ;’\x1E MäžyÖlºa¨\x7F "
b"\x1E 0d|üÖI°¥¬\x04\f ¶\x13\x11 o "
b"¥;}ç*ÌC\x13 —Rú":ß "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"Éç\x1C V±\x17 D©;\x12 a©(S\x00 "
b"S¼\x05 ,k¿A„Ž*É(Z\x02 ª\t "
b"X╝Øç)\x07 N¨é6v}¡ý=4 "
b"═╩=ÌÉR@█ØlH}Á%ûý "
b"1ü\x12 s{¯L;¥Ù)¥ã\x05\x1F\x08 "
b"_?D:\x0E WNvÉQÁ~]8ıc "
b"“ýGóû·GÍŒC"u{ÞWM "
b"Äâ[\x16 ¸ˆK~³\x12 A662¼[ "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"\x1F 0zúzÄD‡’ˆ×[4¬®~ "
b"êÕëü\r ª@É—`eÓeÆd "
b"¾·ø'SmL\f ™¦[)Ìc5f "
b"I\x05 5É¡ÊIÆï\x1F ÷±ÿÇá· "
b"1ºÁ%XöFŠ…-\x1F ˆÑ½LZ "
b"ªƒYÅM\x03 O[êÚÉ‗<bË─ "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
]
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 (0x5C7F330505484474B53D9C1CC6CD5986 , 0x0681187BEAD3415C8121F7991B610B87 , 0x43C4278FCC784730AD6F128A768BEEAB , 0x31735EE394174546B9A835372AFA3ED9 , 0xDA7EB6ED197143A9B176C9A5AE5BF708 , 0x4439279BD433400E9E982FE0722AB21D , 0xFEB6F706B0F94904AD57EA91116ECDBF , 0x2809413D9EF948FF887DF12BD6D4A7C8 , 0x1A4D4D11ACF549AD8216C3947952DA49 , 0x79D70872126F4C409BCD043E49B43F86 , 0xE751FF5DE71C4928A72D7E1487A648B6 , 0x915F6F42609F4ED9A99E3D50DB19EA7D , 0xF00AC70607DD401AA07C54DD5EEA255E , 0x614E15004D3641388CC3CC990EC8FD54 , 0x03C6F8B598544A8A8637E25D1D3D924E , 0x3E2546C5F61040C78FE1B23B4C72A4F0 , 0x9E09FF73BB174326B43DDFEF77B464FA , 0x01241723DF8D4CB6AF8A25EF19D9419B , 0xCBE6A2576CE643599008A1FC22B61F99 , 0x1CA72DE7852A45E39B0B19C6F8E71D8D , 0xAF224F19D5A24CABA9A7B757B42089FD , 0x3BE146B44CFE4EDCA2B2736B73E3B662 , 0xD81DB2AC9B334358974AC9A4F7B01704 , 0x1378EB69008245AA83DAF302D53E9E75 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xA984BDDA94D7410EA6F3E964BF16E4D2 , 0x42E42B1A5F27496E90CC98492A4BCADA , 0x92FDDCB4E88142B68C35245ECFE26BEC , 0x52CB736438F347E59575893A2627E0A9 , 0x52406E4EAF014AB09B1F417E25F5B7E1 , 0xD722D8C2CC224A3894453EA0E6EDD748 , 0x13D97661A8F4433985597C5AA66D0F0D , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x9DD9575ED3954ABE95719A4B0C768BDF , 0x6396C6FB5AE34E6786EBE6578482B4A4 , 0x4082D8A9859047DB978BCFE5147949A5 , 0xAD7BE002A6284AB9B859577573EB3F7A , 0x6B964F5A3937451898612FE36D78FA58 , 0x474D6A68DEA14324889F4EE2C22D056E , 0x9173B9E8D966492B9E01322CCFC41BAD , 0xA99384528610462C9810689AAC1F2463 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0x147C921683254C869D791B762F581652 , 0xCBC39C5BC3974CC3AF3626786366C972 , 0xA301D0F989E442B1A7F683461B4A260C , 0x16C494A7C53A40CFBAF4735D14404B8A , 0x6788AFEE6FE34CE896DF6A5B510B5DFE , 0x964B8604C87C4586A37050A01C0047B5 , 0xDB75C38E0B784063BBB5EBB72AE910C9 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x72A989C54D3140CD88D72747243ABF3D , 0xE268901044D74F4997C8798505FDEA63 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0x91528C9EE9504FA5AE2603C7663C3A0A , 0xAE777A0418834992A68BC3E2D6F4F23C , 0xCAF11042CE174FA78B82ED67C48198C7 , 0x79162AB2C32B42E58F2DA91913C072AA , 0x6A2CF839616048C89DE68CEC12779691 , 0x6279E85C754A43909DE87F0D3B858351 , 0x2FD079F7F6E44903ABA2779E84E37C05 , 0x1E1BFC6CF79B429094A7ADA57077F0FC , 0xEA72A169AA5D4806A0542A9C12611C18 , 0x935BB4137B1E4CA89C832629DAB0D15E , 0x71E56C6BA30148F5A4DD1F375BACFBE7 , 0x84AC473AA0CF46249A13D69B6A087633 , 0x4EDDB1CD128646DEB0BB966C1DE58069 , 0x1A22E387DF214D0494F9E5975DC4BEFD , 0xE1E53A250B554D59B8EF719139774304 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xF99819CFEDEA4EAEBDBBE36C556A45D8 , 0xD2FA0D695E034113ABE43062A166E9A1 , 0x2378A256DA4C453FB836A2624A598C77 , 0xB9E4876723EA4901A04DC204657FDDEF , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xD6E107320D114791BFCB3A3B9E09A9A5 , 0x956FE5BB118A40AEB1FE552F3FBCDE0E , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0xAAA5BC742BBC40C1ADEF6829FBE9754B , 0xD3522A659BBD43C8A45EC8FC0F8F709E , 0xE59715CFFF5944048CE8B35F62C843E5 , 0x5EF0DB616F45460D99440C4EBCAF3AA6 , 0xFC2B9E37A2484C64AABC225FE25C0B4D , 0x4B40084DEDD448A9AEEB93700694B917 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xDF5A58B8DCC94914B6615912041AFB04 , 0xEDEE93A5EDD94081B999DEEDB01B4CB7 , 0x23D0942441C94C73A17137A80FDF8BC1 , 0xF4E92F47526641CBBDF6D00E472C4C79 , 0x1ED0788DD1DA47DC985C6907F653DA57 , 0x33AF431FCE0D4664BB18E29D3EAA0A02 , 0x60CBA981CEA144C2BEDFB3040C1AC083 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0xDA714EBB8CB54BF79277A88EF1CFAF9E , 0x490D9E5E605B48A79F96A7C9EBB3A182 , 0xF5BF0CDE0E44451E8682C11639665D08 , 0x64467D68BA594444A87E0EE0A8B1BECD , 0xCA5ED91585F9498BB653D3496A86667F , 0x27D8E293CBB54FFCA8054C22698D6123 , 0xDAE780A45A4D4BB4BCA45268AF027FD0 , 0xF01609EBC20648E2857BC831645AC85E , 0x985C9666A0984EF2B4235483AD35C9FF , 0xCC732DB2F4754CFE8E2B0841219F55BF , 0xEE0A889D1F1A43D3ADAC7B0C8B165766 , 0xBCB4831422614776913DB46BB1728FEB , 0x36FBCBBE47B249309AECCBD00422730E , 0xF9E1D0344585488BA9C45E30875520BA , 0xC41FA23CE3F74C958CCF1E654C9384B4 , 0x76B52493B51844539AF137DF3E9318F6 , 0x860771B01391475C9B7C039EB8E212BE , 0x4D5BCDA9109A463AA03FB8CF855CFFB5 , 0xC903A61BB757477A84E4D9A0C5C33771 , 0x988013748C1E4BAD8621C342707A4E93 , 0x327116C2A4654AF498C54D50B18A995D , 0x2B61689014B14A779B3D3A15B426E15F , 0x36DBB9E6A97B4B16B12766604090C2DD , 0xD64DB3FF0B654086950175B0219FC79A , 0xA2450ECD571C4C5CAC71C4A02A1FD540 , 0x3B1C458E30D14037B7290E81886D154E , 0xC9624D939B6A4E0C93CA62F20E412F0D , 0x61DEBDA1020043959AA497CAD8711D71 , 0x34DBBE4330184A71B30A82EB5A245C07 , 0xF7C344189BEE4AFF88A1A4A0466D0B7E , 0x4DA4FB7B11BE40E0A8FC87B3E661533A , 0xBFB55C3F4C4249DFA16EE876127A6364 , 0xA821025B13F0464C84E855512A64902E , 0x614CFAF0DF21415D853584D1B1F7B19B , 0x310AE53291CE478FA5A4AC21C5E9F4F4 , 0x5A6E2BDADC1F4F2585AF1566EB9DC4C8 , 0x6C0EBB60BDDE441298BB33237A8D6CC0 , 0x7E43EF4B965D44198DA2AF7E628E7491 , 0xBBCA2FD478C34821916D487CEEBCF9C9 , 0x8C617AAFD0804F13BC9B211A009D6055 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x9E0A24038D8D4B1380918E3440EB6B7D , 0xE99F3C4BA046461383A9BC673D0B87AF , 0xBC20E9F20DC94F34B185DB4DFA6D4CB1 , 0x366D559A80814846865BD712D8B0A9AD , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0xB6B6CE0CC6EB46B68432EEE82BFF775D , 0x185BC39C5A1847E393741703C8D49628 , 0xF484688D38824179A8FF1FFFDDE240F1 , 0x241B4C597FA54436A3A1B2E1A9D69EA1 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x054825AB00664EE780D762BC63A565F6 , 0x16B9616A693D407D83C39E039FEBF600 , 0x02049224C56347179FA4C013E2CFCD8F , 0x3EDBBF515DEC4D0D84C3CF82A8EA7439 , 0xADF28C1B866641CA80805EDA0F657E47 , 0x9A2EE2207CDB4230BC73DD90BD657DA5 , 0x5E4D14F60C72431FAA3492C5BD5D5925 , 0x15AD86CACE00493B950B35699314C4C8 , 0x4AA04414FB744C1F8F0C45A82D30A5BF , 0xEAC2B6C542994B059FE86781E99700C7 , 0xA016E76FB8C64E5EAFEBC9DE859ACB65 , 0xE737EB516EBB4EFBAFEA88D911FC2D76 , 0xFA405CC5429B40F9ACFE9BDD2F561E7D , 0x7480A6AF0FA7423CB77E34F08C22C822 , 0x2A42A0F4A6A84E8B9B6A3E5F08C9CDF1 , 0xC56FD1CD261841DAB4D8F60FFC72D417 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0x68DE481656174C3192AE115D2059C286 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0x3CEB37A732424262915D394BDED5A67B , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0x8561A30FD88C469F947D1C9AA1C3DDDC , 0xB3D5CFDF93044F0F9DA63E1BEC0F498F , 0xAC36B2B89DDD4BDBAE71C3AC60CB486C , 0xC97D20DB37F4422D85C05E83CE0B7086 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0x7CAF4CCF83EB44A5B0FD63CD4F812792 , 0xB76C3B21DB0B4A52B83A3A181A4064FB , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x2357D495879B4D7D99BF70DD74BAE9E2 , 0x5C03EB1DC4C44395918697871B76824E , 0x44FA6FE0BC9546039E725539D5F1B514 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0xEED410F984E040869EB8E6CAC2F3CEC8 , 0x9C37D3A022E646C9A7A6525F49675B52 , 0x73CC2BF819EB462C9E70ABB20990BBDA , 0x51070503953F46338AE553AAD8369B0F , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x2EC241AD2879442C8ADC75C286F0F9CB , 0xC4848A03C58848F1A65C9E94A28AEC22 , 0x2759B8FC1BA84FFAB2BBA39C1276E568 , 0xA10AA6A0BCD74DD6939EDF78B115F738 , 0x37433BE6C23A4987A6A18B46E5A25823 , 0x546F7991CB24470995915C6A6A01EE9D , 0x7118F991C525433E8B9CF776EE82B645 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0xA4566694F5354A1C993527ED1EF82A0E , 0x048A719D2C9B4C668F186336B9D26221 , 0x249864396EAF4D57A90D31DF1D653BDB , 0x75166B7334EA4F82A8C27F60EBB62800 , 0x030C2B8679954ED2A192D0AB41599237 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0x3383E5A2D507469A888369ED6AEC6A07 , 0xCBEBBACAEC3D4334AF268918E9CF4D68 , 0x5A5DE028EA0447C9A01CB7B886217E11 , 0x54D969734A1B43B7B1C1BC70B009E4F3 , 0x263F416CDF79496C885690AF6F95D741 , 0x3DEE4E3B4F544CA1B1166573355ECC18 , 0x2F7128DFF2FD4398B3C673533167ED75 , 0x8AA74E302328422FB2F1C80B989069DB , 0xF03CB57596E4425D94B6E7074980A798 , 0x03C02114927B49489605F912AF17B0C7 , 0x5889AC1A9B384C7CB91F9647E9DEBFEF , 0x3ECCA446C6AD4690B9A36AA4CFF52F13 , 0x2EEA85C2AD8741FB92319EA225979219 , 0xA351ECC3ABE340FE819BA5AF44432790 , 0xAEFB2BCE292A47789AAA641CEACBA9A3 , 0x49970EE25E7E49E6A15779EA2DD80576 , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0xAEEA1A423ED7433988876248DD8E8577 , 0xCD689ABA69E04494835DC6D83337848D , 0xD0C2933B3F8A45E69EE5B81D62978CF3 , 0x25AFE30A2A8F40A1B42355EE36E6B7E8 , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x93FFEC43C2F7482B98FC41FE77E4BF8F , 0xD94006F86B8C4089B6EE6926C5F02520 , 0x0D7D73A2179D4806816B48A04EC47D3B , 0x9679137632584753863DC17B19A2FC85 , 0x10953279A95D4BF4B5444110D908C17F , 0x3A7AF9FAC6F6443BA0559A346A783143 , 0xE3AEC067933045A2934BD1E3856C263A , 0x8C807AF75CE4414EB06954B2F33FD8CB , 0x25EB99374A8443AAB686255510DE945F , 0x94699E2DE1F343CBA9DEEDF6F6B8EC51 , 0x7B78956264E64648B9EC3A4EE33C8853 , 0x71BDC8185AE842D9B58A7346F1DF1BB6 , 0xE21D412C1F934FB9913A0778C68CFC38 , 0x2CFE77525D9643B0B587D60602108766 , 0xBB8D0D8607FB48C593FF210266C195B3 , 0xD6E6317C0A1940E2941019A26543B3A2 , 0x3246CE9A24C848C988D0F266AB6427BF , 0xEAC074F1C6B64245A7A6A1435B9D8D2F , 0xDEF3E3C98A1F473E86E8DC4AF1D83E5C , 0xB3773CC6B9CD42988E4887EF618FBC62 , 0x9886904574324A8682E3E1644A6E3D82 , 0x59D0FA25A2934FE6B4096B27A9CF75F8 , 0x75BB9A6D7F6B4FEBA554A5F24FFD6E21 , 0xA7D88CF9500144D1A75CA462FBCFE479 , 0x1401BAD0D59B429EA1A247DEA3C6A434 , 0x21E1985CCCB543008968A98D6A359F53 , 0x25429889375643058AEDC6EECE94BF7C , 0xB314E3899D7348C8886B1B5613B42686 , 0x18BDE81010124AF98349469247926491 , 0x677A415E3A0247C088EAD5274337B201 , 0xE49C7A80666742BEA08686A39FD8694D , 0x7F09DDEEEDA54F608E108210A2723C77 , 0xA4F1BABD2DE1456799B07FED98BE8827 , 0xCFE4F0E7482E473FADC7DAF350DE4181 , 0x0C744C71BF0D42A1B3F2D74E4CBF2AF5 , 0x717962C7BED548EFB24EB9FE4422BFFD , 0x004BE9AE86844381A8BA7A64FAF35E56 , 0x2F50A833613B4B12987F4D7DE3490A5C , 0x8D91A0ADFC0E4A04A0E4187CCC4F2C4B , 0x5675AC6DC2B843289389A9976404D1C6 , 0x42AC5DBDB40E4CB0B8488207A77DA7EA , 0xDC7B51EF9AB24CBD983A8C5E87F9C073 , 0x6D70169AEBCB42F0BB535FA89C8B3670 , 0x9443B60F7E2340D28B96CAABF01E1C60 , 0x1523D487604D47E8AF751DBA3EE14D71 , 0x6818E95658F548889767B5731ECE254B , 0xAA0C3DEEA65E48E587700CE979186CBE , 0xABC21A6E379E4E4E847EB0E37887F985 , 0xA515EC3A82A04F1E894721413616A56D , 0xB3BB42C8405F4D86BA2ACE35E793741F , 0x788CD8E9C1994C219761F160CB5DF09D , 0x38DA844E838443CBA94C85C73E988AD8 , 0xAAF7D41027A2445A88399822F9340CB2 , 0x155907F264854C3E8A1869530965DAF8 , 0xBB25B21FF85D4684803F95B1943C42EC , 0x3C4B8655D18E43C78A7A27AC1D1B1660 , 0x163215FFB5744EABA089458C0249E4D3 , 0xA6A99F9475354A60892D173B04034D30 , 0x30B4E211AA274CA1B6119F6F65116006 , 0x80F726953DEF42CAAB298D541BA142E4 , 0xFAE9BCE645F04D1DA74699F2F9137229 , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0xD8FE451BF5944FE9B5C195663D1560A6 , 0x4179506A797E4A7EB4E5CDE8D2CA1B6E , 0xFBCD1E83A12C46A5B16BEBFA398B6EA1 , 0xCED7581F97E34DC28784BE92A4E9C818 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0xF8462A0E3D9A4CB9B7B9CB080877B5FB , 0x1BA80EE4D019453BA2AA88F20A2954B1 , 0x7AD1CC6EBB6A46B8A022753FC5784F54 , 0x0A38581650A342BB97478E5552350B97 , 0x0C0AC20666DE4764A379B6612F021843 , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x88A6B28D142F4C83844CA2061F4C4B72 , 0xACC864C0BF86429FB59BDA972C31599B , 0x38860C5A2A3346B3A85BFDD1CFB8B2C1 , 0x403AADC1354A432FA2874195A7B7914D , 0xD6BEF27D0C2447E9ABB0E15C2DCDF2AC , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0x10CE65CF736A45F89CEC97E7031570C1 , 0x98F72E35EDFC410587AB04D6D3A0AA4C , 0x2327BAFB840241F097AC57BFC7E9211D , 0x73CC29371AA84E8B999A699A7C091D91 , 0x10A092D935EC48CE9A984D6E7FD9807B , 0x71BC4B433A3447B0970F0EE8860F1707 , 0x2094054B3CF1430385B3B74C04ABE2D8 , 0x28EB0E7092C64F63BF167F3AB99020D8 , 0xCEA7C8C3AD9041FF843D3D515C7B883F , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xC09CE18224C649248A8B0CB0682B1899 , 0xC36E1B4C6ADA49A5BFC72686F869E02E , 0x97D90C55E1F4421FB536210F0F36D324 , 0x8495A14811544D07B68CD85AF0DAFDE0 , 0xF6F84C0F1EA746458DD2260B141A6C5E , 0x48C7EFBADE254A8B88822B1EBCE8CD3C , 0xB6817E6790EB4A7D9100760F3BF88225 , 0xA7B1FE472CF94E40894D74540BCF95B3 , 0x8382C1A7622347868D78B0A5FECCB0DE , 0xB855EE659C664948B741AB7B6B0CFBE3 , 0x034FB8874744488383DFBAEBA242C01C , 0x2E0ADDD879D540AA9FEE7FC12F524E7D , 0x71D6020C954C4435896A9B5EDF003946 , 0x981827E7323045D88452823E87F89762 , 0xF469CF656F01427A891B42338BAF37A6 , 0xD87D0540EAB642BB85750C0B8DCA1B2A , 0x923B10B539D140E29B576DCA3E4EFF08 , 0xD96453F56E2F404082E92C2A5B9E28E9 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0x1361D38EA74042798C915B535CF08FC4 , 0xEE2EFC9382B949649E4C9BADDA10E20E , 0xD588741B684A4310B31DA17036B4104B , 0x2D5C5CFCD61A487981BBAABFD7F37A03 , 0x1331F195378341CE9CCA709A2F053825 , 0x17C44E57E0114AB788FA54D1E598673C , 0xA3296D93EF1A4CC787DA180AE9844796 , 0xAB8775D01F5949539DEA74CA9A4A3E9A , 0x2D740097A18E4A77B2E5F52A41555FF6 , 0x3FB0F35880CF46E0B404BEEC72FAA500 , 0xC8A4D074005243CB88CAE8286262AB1E , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0xD637A481C69A422F8876091A6D4313CB , 0x3CD16D650ADA405E8851AAA84C8038A3 , 0x34138F8667D2471E9539EEAC83AD5A42 , 0x6E7422EE1E14437DAB0D4B86288998A1 , 0x9CC201417512452F828A97DFAFF5F55B , 0xE0B6BCEBDB774774A8B91A0290CC2F7B , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0xC2C5F21B354A4A4BAE760EAE5B581812 , 0xB3808D59829F4EF997E657A072FE2F46 , 0xBE9AB4381571405F9B4162AB5993EDEC , 0xD39BF86892C84BE2B4754CD78A63076F , 0x34433D5294BB468BA3E490A1D6731BD9 , 0x63619FEC2A304A7980D864ACB950481D , 0xE491FA421A8C4504836B75A0719097FE , 0xA5AF7C87513B4A8B92E8E59B99FFE4B2 , 0x0A02E5FE097D43EC8736119F01B68776 , 0xC18F79F769C146D5BC1822F1C8A2A998 , 0x61F23BCE78884BC5A6F2A0D930D51B4B , 0xA564DF702EDC437F8B2E30452C1BD0FC , 0x3D962972D5934DB4A62F8F0594BCB764 , 0x7FD43840657E45538BF42AA7BDFA77E9 , 0x67B7C5AB434F42E99693550B6A433624 , 0xB0A6B6FE4CBD4EE284A30126D7E56A72 , 0x2A617E785FCD410C9A68563858061CDC , 0x0CCB46B365F2477287554DD3541569D7 , 0x6955E8D02695472D8E544842887CF2C7 , 0xF9DC162AA4FB45228ABD83B88A609623 , 0x2253D26DFB154892975DC2F0DF5BDA27 , 0x76F630340A594276A81FB2AF375D4FBD , 0xEBB547A12DE34E15A17E78BCEA1CF096 , 0x07D9B04730414F4CBD2678F7C233D003 , 0xE977F7820B97441ABCFE8FAB11EED316 , 0xEA2C96DB1DAC4782B1E1D33DDE59FD1D , 0x5B66FD2775E64D01B4707089D3EC875B , 0xE8474CA99F3141B5829B8C0E394E29A5 , 0x19633A5978EA4289B75F87752AC26E51 , 0x114228AC33AF489E8BCE183F24200D06 , 0x8CB60DC5F099405CA1ECF34FA00AEC38 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x9E81CE7F104642459841330A142790B8 , 0xA6DD34E9CE3E4019AC3A7C4A75EE8098 , 0x11735682C16940AFA1FC1CF7FA42031B , 0xC6A6B8DACFF54EA69253CBBEA8DD83A1 , 0x08BE2003E1CF4CD8944F32E3CC851ED0 , 0x6258E7A609B5478FAF7D67927128D208 , 0xFA924AB395A74A03AB330F15FA601FBC , 0x86A7BD38AC6E4516A4760AA51CD767EC , 0xE57BFB0519524B4D84CA679B8E30CCD9 , 0xD57E60B4F4644CB9A880F888815CACBF , 0xEF703AAEB7D742AC8DD7660634531135 , 0x92199A0B5F05435F8BAAD258FBBC38FC , 0x675283C0026E4B1FBC2F88C2C0FE9EDE , 0xFDC5C63B921E4DE49E79D66CBA61A87F , 0x1E30647CFCD649B0A5AC040CB613116F , 0xA53B7DE72ACC4313AD9752FA223AADDF , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xC9E71C56B11744C2A93B1261A9285300 , 0x53BC052C6BBF41848E2AC9285A02AA09 , 0x58BC9D8729074EF98236767DADEC3D34 , 0xCDCA3DDE905240DB9D6C487DB52596EC , 0x318112737BEE4C3BBEEB29BEC6051F08 , 0x5F3F443A0E574E769051B57E5D38D563 , 0x93FD47F3FBB747CD8C4322757BDE574D , 0xC4E25B16B8884B7EB31241363632BC5B , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x882A0D90845C46C9BB019659A615F235 , 0x1F307AFA7AC444879288D75B34ACAE7E , 0xEAD5EBFC0DAA40C9976065D365C664AD , 0xBEB7F827536D4C0C99A65B29CC633566 , 0x49053590ADD249928B1FF6F19880A0FA , 0x31BAC12558F6468A852D1F88D1BD4C5A , 0xA69F598F4D034F5B88E990F23C62D3C4 , 0x004B11B664424995968A6294D4EA4AE7 , 0xBAAF0501442649A780E5481B2D0CA46D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x99EB30031DC3465C8FE88A9C89476E57 ));
Copy
84
1.28 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 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 KÚ«åäCü¿║zd·¾^V "
b"\x01 $\x17 #▀ìL»è%´\x19 ┘Aø "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x03\f +†y•NÒ¡’ЫAY’7 "
b"\x03 O¸‡GDHƒƒßºë¢BÀ\x1C "
b"\x03 À!\x14 ’{IH–\x05 ù\x12 ¯\x17 °Ç "
b"\x03 Æøµ˜TJІ7â]\x1D =’N "
b"\x04 èqØ,øLfÅ\x18 c6╣Êb! "
b"\x05 H%«\x00 fNç€×b¼c¥eö "
b"\x06 ü\x18 {ÛËA\ü!¸Ö\e a\v ç "
b"\x07 Ù°G0AOL½&x÷Â3Ð\x03 "
b"\x08 ¾ \x03 áÏLØ”O2ãÌ…\x1E Ð "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"""
\n
\x02 åþ\t }Cì‡6\x11 Ÿ\x01 ¶‡v
"""
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\f \n
Â\x06 fÞGd£y¶a/\x02\x18 C
"""
b"\f tLq¿\r B¡³ò×NL¿*õ "
b"\f ËF³eòGr‡UMÓT\x15 i× "
b"\r }só\x17 ØH\x06 ükHáN─}; "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x10 •2y©]KôµDA\x10 Ù\x08 Á\x7F "
b"\x10 ’Ù5ìHΚ˜Mn\x7F Ù€{ "
b"\x10 ÎeÏsjEøœì—ç\x03\x15 pÁ "
b"\x11 B(¬3¯Hž‹Î\x18 ?$ \r \x06 "
b"\x11 sV‚Ái@¯¡ü\x1C ÷úB\x03\e "
b"\x13 1ñ•7ƒAΜÊpš/\x05 8% "
b"\x13 aËĺ@Byîæ[S\Å─ "
b"\x13 xëi\x00 ‚EªƒÚó\x02 Õ>žu "
b"\x13 Ùva¨ôC9…Y|Z¦m\x0F \r "
b"\x14\x01 ºÐÕ›Bž¡¢GޣƤ4 "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"\x15 #Ô‡`MGè¯u\x1D º>áMq "
b"\x15 Y\x07 òd…L>Š\x18 iS\t eÚø "
b"\x15 †ÊÎ\x00 I;•\v 5i“\x14 ÄÈ "
b"\x16 2\x15 ÿµtN« ‰EŒ\x02 IäÓ "
b"\x16 ¹aji=@}ƒÃž\x03 Ÿëö\x00 "
b"\x16 Ä”§Å:@Ϻôs]\x14 @KŠ "
b"\x17 ÄNWà\x11 J·ˆúTÑå˜g< "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"\x18 [ÜZ\x18 Gã“t\x17\x03 ÈÔ–( "
b"\x18 ½è\x10\x10\x12 JùƒIF’G’d‘ "
b"\x19 c:YxêB‰·_‡u*ÂnQ "
b"\x1A "ã‡ß!M\x04 ”ùå—]ľý "
b"\x1A MM\x11 ¬õI‚\x16 ÔyRÚI "
b"""
\e ¨\x0E äÐ\x19 E;¢ªˆò\n
)T±
"""
b"\x1C º-þà*EÒø\v\x19 ã°þ\x1D ì "
b"\x1E\e ³l¸øBÉöº¡Ñpw³ "
b"\x1E 0d|üÖI°¥¬\x04\f ¶\x13\x11 o "
b"\x1E ðxìÐ┌G▄ÿ\i\x07 ÷S┌W "
b"\x1F 0zúzÄD‡’ˆ×[4¬®~ "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" ”\x05 K<ñC\x03 …³·L\x04 «âØ "
b"!ßÿ\╠ÁC\x00 ëh®ìj5ƒS "
b""SÒmû\x15 H’—]Âðß[Ú' "
b"#'ºû„\x02 Að—¬W¿Çé!\x1D "
b"#WÔ•‡›M}™¿pÝtºéâ "
b"#x¢VÚLE?¸6¢bJYŒw "
b"#Д$AÉLs¡q7¨\x0F ß‹Á "
b"$\e LY\x7F ¥D6£¡²á©Öž¡ "
b"$˜d9n¯MW©\r 1ß\x1D e;Û "
b"%B˜‰7VC\x05 ŠíÆîΔ¿| "
b"""
%»Ò\n
*Å@í┤#U¯6µÀÞ
"""
b"%ë™7J„Cª¶†%U\x10 Þ”_ "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"&?Al▀yIlêVÉ»oòÎA "
b"'Y¸ü\e ¨Oú²»£œ\x12 våh "
b"'ÏÔô╦ÁO³¿\x05 L"iìa# "
b"(\t A=žùHÿˆ}ñ+ÖÔ§È "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"(Ù\x0E pÆãOc┐\x16\x7F :╣É Ï "
b"*B ô¦¨N‹›j>_\x08 ÉÍñ "
b"*a~x_ÍA\f šhV8X\x06\x1C Ü "
b"+ahÉ\x14 ▒Jwø=:\x15 ┤&ß_ "
b",þwR]–C°µ‡Ö\x06\x02\x10 ‡f "
b"-\\³Í\x1A Hyü╗¬┐ξz\x03 "
b"-t\x00 —¡ŽJw²åõ*AU_ö "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b"""
.\n
ÝØyÕ@ªŸî\x7F Á/RN}
"""
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".ÂA(yD,ŠÜu†ðùË "
b".ê…‡Aû’1ž¢%—’\x19 "
b"""
/P¨3a;K\x12 ˜\x7F M}ãI\n
\
"""
b"/q(ßòýC˜³ÆsS1gíu "
b"/Ðy÷öäI\x03 «¢wž„ã|\x05 "
b"0´â\x11 ª'L¡¶\x11 Ÿoe\x11 `\x06 "
b"""
1\n
Õ2æ╬GÅÑñ¼!┼Ú¶¶
"""
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"1ü\x12 s{¯L;¥Ù)¥ã\x05\x1F\x08 "
b"1ºÁ%XöFŠ…-\x1F ˆÑ½LZ "
b"2FΚ$ÈHɈÐòf«d'¿ "
b"2q\x16 ¤eJô˜ÅMP±Š™] "
b"3ƒå¢Õ\x07 Fšˆƒiíjìj\x07 "
b"""
3»C\x1F ╬\r Fd╗\x18 ÔØ>¬\n
\x02
"""
b"4\x13 ÅågÊG\x1E ò9¯¼â¡ZB "
b"4C=Rö╗FïúõÉíÍs\e ┘ "
b"""
4Û¾C0\x18 Jq³\n
‚ëZ$\\x07
"""
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"6mUÜÇüHFå[Î\x12 Ï░®¡ "
b"6█╣µ®{K\x16 ▒'f`@É┬¦ "
b"6û˾G²I0šìËÐ\x04 "s\x0E "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"8†\f Z*3F³¨[ýÑϸ²Á "
b"8Ú„Nƒ„CË©L…Ç>˜ŠØ "
b":zùúÆöD; Uš4jx1C "
b";\x1C EÄ0Ð@7À)\x0E üêm\x15 N "
b";áF´LþNÜ¢²sksã¶b "
b"<K†UÑŽCÇŠz'¬\x1D\e\x16 ` "
b"""
<Ñme\n
Ú@^ˆQª¨L€8£
"""
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"=û)rıôM┤ª/Å\x05 ö╝Àd "
b"=îN;OTL¡±\x16 es5^Ì\x18 "
b">%F┼÷\x10 @ÃÅß▓;Lrñ "
b">╠ñFã¡FÉ╣újñ¤§/\x13 "
b">Û¿Q]ìM\r „ÃÏ‚¨êt9 "
b"?°óX€ÏFà´\x04 ¾ìrú¥\x00 "
b"@:Á5JC/¢‡A•§·‘M "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"@éÏ®àÉG█ùï¤Õ\x14 yIÑ "
b"AyPjy~J~´åÍèÒÊ\e n "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B¬]½´\x0E L°¸H‚\x07 §}§ê "
b"Bõ+\x1A _'InÉ╠ÿI*K╩┌ "
b"C─'Å╠xG0¡o\x12 èvﯽ "
b"D9'›Ô3@\x0E ž˜/àr*²\x1D "
b"Dúo༕F\x03 žrU9Õñµ\x14 "
b"GMjhÞ¡C$ˆŸNâÂ-\x05 n "
b"HÇïºÞ%J‹ˆ‚+\x1E ¼èÍ< "
b"I\x05 5É¡ÊIÆï\x1F ÷±ÿÇá· "
b"I\r ž^`[H§Ÿ–§É볡‚ "
b"I—\x0E â^~Iæ¡Wyê-Ø\x05 v "
b"JáD\x14 ¹tL\x1F Å\f E¿-0Ñ┐ "
b"K@\x08 MíÔH©®ë“p\x06 ”¹\x17 "
b"M[Í©\x10 šF: ?¸Ï…\ÿµ "
b"M¤û{\x11 ¾@à¨ü‡³æaS: "
b"NݱÍ\x12 †FÞ°»–l\x1D å€i "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"R@nN¯\x01 J°›\x1F A~%õ·á "
b"RËsd8óGå•u‰:&'à© "
b"S¼\x05 ,k¿A„Ž*É(Z\x02 ª\t "
b"Toyæ╦$G\t òæ\jj\x01 ¯Ø "
b"TÙisJ\e C·±Á¼p°\t äó "
b"Vu¬m¸C(“‰©—d\x04 ÑÆ "
b"X‰¬\x1A ›8L|¹\x1F –GéÞ¿ï "
b"X╝Øç)\x07 N¨é6v}¡ý=4 "
b"YÐú%¢“Oæ´\t k'©Ïuø "
b"Z]à(ê\x04 GÉ \x1C ·¸†!~\x11 "
b"Zn+┌▄\x1F O%à»\x15 fÙØ─╚ "
b"[fý'uæM\x01 ´pp‰Óì‡[ "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"\\x7F 3\x05\x05 HDtµ=œ\x1C ÆÍY† "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"^M\x14 ö\f rC\x1F ª4’Ž]Y% "
b"^ðÛaoEF\r ™D\f N¼¯:¦ "
b"_?D:\x0E WNvÉQÁ~]8ıc "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"`╦®ü╬íD┬¥▀│\x04\f\x1A └â "
b"aLúðß!A]…5„ѱ÷±› "
b"aN\x15\x00 M6A8ŒÃÌ™\x0E ÈýT "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"aò;ÎxˆKŦò Ù0Õ\e K "
b"bXþª\t ÁGÅ»}gÆq(Ê\x08 "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"caŸì*0Jy€Ød¬¹PH\x1D "
b"c–ÆûZãNg†ëæW„‚´¤ "
b"dF}hºYDD¨~\x0E ਱¾Í "
b"gRƒÀ\x02 nK\x1F ¼/ˆÂÀþžÞ "
b"gzA^:\x02 GÀˆêÕ'C7²\x01 "
b"gˆ¯îoãLè–ßj[Q\v ]þ "
b"g·Å«COBé–“U\v jC6$ "
b"h\x18 éVXõHˆ—gµs\x1E Î%K "
b"hÞH\x16 V\x17 L1’®\x11 ] Y† "
b"iUèÐ&•G-ŽTHBˆ|òÇ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"j,°9a`H╚صîý\x12 wûæ "
b"k–OZ97E\x18 ˜a/ãmxúX "
b"l\x0E ╗`¢ÌD\x12 ÿ╗3#zìl└ "
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"mp\x16 šëËBð»S_¨œ‹6p "
b"nt"î\x1E\x14 C}«\r K†(‰˜¡ "
b"q\x18 ù‘Å%C>‹œ÷vî‚¶E "
b"qybǾÕHï²N¹þD"¿ý "
b"q¼KC:4G°—\x0F\x0E è†\x0F\x17\x07 "
b"q½È\x18 ZèBÙµŠsFñß\e ¶ "
b"qÖ\x02\f •LD5‰j›^ß\x00 9F "
b"qålk£\x01 Hõ¤Ý\x1F 7[¬ûç "
b"r©‰ÅM1@͈×'G$:¿= "
b"r×\f gæGMܱû©e±.ÍŠ "
b"sÌ)7\x1A ¨N‹™šiš|\t\x1D ‘ "
b"s╠+°\x19 ÙF,×p½▓\t É╗┌ "
b"t€¦¯\x0F §B<·~4ðŒ"È" "
b"u\x16 ks4êO‚¨Â\x7F `ë¶(\x00 "
b"u»šm\x7F kOë¥T¥òOýn! "
b"vµ$“µ\x18 DSšñ7ß>“\x18 ö "
b"""
vö04\n
YBv¨\x1F ²¯7]O½
"""
b"x„,\x1F UøB£°ü¢)ɼš± "
b"xîÏÚ┴ÖL!ùa±`╦]Ø "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"y\x16 *▓├+BÕÅ-®\x19\x13 └r¬ "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"y×\x08 r\x12 oL@›Í\x04 >I´?† "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"yúÔó\v oBü„\f ð°ø".. "
b"zÑÌn»jF¸ "u?ÅxOT "
b"zßòc™\x19 B⿽°>«<„ö "
b"{x•bdæFH¹ì:Nã<ˆS "
b"|»L¤âÙDÑ░²c═Oü'Æ "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"~C´Kû]D\x19 ìó»~bÄtæ "
b"\x7F\t Ýîí¥O`Ž\x10 ‚\x10 ¢r<w "
b"\x7F Ô8@e~ES‹ô*§½úwé "
b"Ǹ&ò=´B╩½)ìT\e íBõ "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"âé┴ºb#Gåìx░Ñ■╠░Ì "
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"„•¡H\x11 TM\x07 ¶ŒØZðÚýà "
b"„¬G: ÏF$š\x13 Ö›j\x08 v3 "
b"…a£\x0F ØŒFŸ”}\x1C š¡ÃÝÜ "
b"†\x07 q°\x13 ‘G\›|\x03 ž¸â\x12 ¾ "
b"""
†§½8¬nE\x16 ¤v\n
¥\x1C ×gì
"""
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"êª▓ì\x14 /LâäLó\x06\x1F LKr "
b"èºN0#(B/▓±╚\v ÿÉi█ "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"îaz»ðÇO\x13 ╝ø!\x1A\x00 Ø`U "
b"Œ€z÷\äAN°iT²ó?ØË "
b"""
Œ¶\r Åð™@\¡ìóO \n
ì8
"""
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"ìæá¡³\x0E J\x04 áõ\x18 |╠O,K "
b"‘RŒžéPO¥®&\x03 Çf<:\n "
b"‘_oB`ŸNÙ©ž=PÛ\x19 ê} "
b"‘s¹èÙfI+ž\x01 2,ÏÄ\e "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"’\x19 š\v _\x05 C_‹ªÒXû¼8ü "
b"’;\x10 µ9Ñ@â›WmÊ>Nÿ\x08 "
b"Ʋ▄┤ÞüBÂî5$^¤Ôký "
b"“[´\x13 {\x1E L¨œƒ&)Ú°Ñ^ "
b"“ýGóû·GÍŒC"u{ÞWM "
b"ô ýC┬¸H+ÿ³A■wõ┐Å "
b"”C¶\x0F ~#@Ò‹–Ê«ð\x1E\x1C ` "
b"”iž-áóCË©Þíöö¸ìQ "
b"•oå»\x11 Š@®±þU/?¼Þ\x0E "
b"–K†\x04 È|E†£pP \x1C\x00 Gµ "
b"–y\x13 v2XGS†=Á{\x19 ¢ü… "
b"—Ù\f UáôB\x1F µ6!\x0F\x0F 6Ó$ "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"˜\x18 'ç20EØ„R‚>‡ø—b "
b"˜\–f ˜Nò´#Tƒ5Éÿ "
b"˜€\x13 tŒ\x1E K†!ÃBpzN“ "
b"ÿåÉEt2JåéÒßdJn=é "
b"˜÷.5íüA\x05 ‡«\x04 ÖÓ ªL "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"Ü.Ô |█B0╝s¦É¢e}Ñ "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"œ7Ó "æFɧ¦R_Ig[R "
b"œÂ\x01 Au\x12 E/‚Зߝõõ[ "
b"Ø┘W^ËòJ¥òqÜK\f vï▀ "
b"ž\t ÿs»\x17 C&´=ßïw´dú "
b"""
×\n
$\x03 ììK\x13 ÇæÄ4@Ùk}
"""
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b" \x16 ço¸ÆN^¯ëÉÞ…šËe "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"""
¡\n
¦ ¼×MÖ“žßx±\x15 ÷8
"""
b"¢E\x0E ÍW\x1C L\¬qÄ *\x1F Õ@ "
b"£\x01 Ðù‰äB±§öƒF\e J&\f "
b"""
£)m“ï\x1A LLJÚ\x18 \n
é„G–
"""
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"úQý├½Ò@■üøÑ»DC'É "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"¤ñº½-áEg™°\x7F 혾ˆ' "
b"¥\x15 ì:‚ O\x1E ‰G!A6\x16 ¥m "
b"¥;}ç*ÌC\x13 —Rú":ß "
b"¥dßp.ÜC\x7F ‹.0E,\e Ðü "
b"¥¯|‡Q;J‹’èå›™ÿä² "
b"ªƒYÅM\x03 O[êÚÉ‗<bË─ "
b"¦©Ÿ”u5J`‰-\x17 ;\x04\x03 M0 "
b"¦Ý4éÎ>@\x19 ¬:|Ju "
b"§±þG,ùN@‰MtT\v Ï•³ "
b"§ØŒùP\x01 Dѧ\¤bûÏäy "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"©„½Ú”×A\x0E ¦óéd¿\x16 äÒ "
b"©“„R†\x10 F,˜\x10 hš¬\x1F $c "
b"ª\f =î¦^Hå‡p\f éy\x18 l¾ "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ª¥¼t+¼@Áïh)ûéuK "
b"ª÷Ô\x10 '¢DZˆ9˜"ù4\f ² "
b"½çuð\x1F YISØÛt╩ÜJ>Ü "
b"«Â\x1A n7žNN„~°ãx‡ù… "
b"¼6▓©Ø¦K█«q├¼`╦Hl "
b"¬ÈdÀ¿†BŸµ›Ú—,1Y› "
b"{à\x02 ¦(J¹¸YWusë?z "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"®wz\x04\x18 ƒI’¦‹ÃâÖôò< "
b"®ê\x1A B>×C9ˆ‡bHÝŽ…w "
b"®û+Î)*Gxšªd\x1C êË©£ "
b"¯"O\x19 Õ¢L«©§·W´ ‰ý "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"°¦¶þL½Nâ„£\x01 &×åjr "
b"│\x14 ÒëØsH╚êk\e V\x13 ┤&å "
b"│w<ã╣═BÿÄHç´aÅ╝b "
b"│ÇìYéƒN¨ùµWár■/F "
b"³»BÈ@_M†º*Î5ç“t\x1F "
b"│ı¤▀ô\x04 O\x0F ت>\e ý\x0F IÅ "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"Âü~gÉÙJ}æ\x00 v\x0F ;°é% "
b"¶¶Î\f ÆëF¶„2îè+ÿw] "
b"·l;!Û\v JR¸::\x18\x1A @dû "
b"¸UîeœfIH·A«{k\f ûã "
b"¹ä‡g#êI\x01 MÂ\x04 e\x7F Ýï "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"»%²\x1F ø]F„€?•±”<Bì "
b"╗ì\r å\x07 ¹H┼ô !\x02 f┴ò│ "
b"»Ê/ÔxÃH!‘mH|î¼ùÉ "
b"¼ éò\r ÉO4±…ÛMúmL± "
b"╝┤â\x14 "aGvæ=┤k▒rÅÙ "
b"¾š´8\x15 q@_›Ab«Y“íì "
b"¾·ø'SmL\f ™¦[)Ìc5f "
b"¿µ\?LBIß¡nèv\x12 zcd "
b"Àœá‚$ÆI$Š‹\f °h+\x18 ™ "
b"┴Åy¸i┴Fı╝\x18 "±╚ó®ÿ "
b"ÂÅò\e 5JJK®v\x0E ®[X\x18\x12 "
b"Ãn\e LjÚI¥¿Ç&†øià. "
b"Ä\x1F ¢<ã÷L•ŒÏ\x1E eL“„´ "
b"Ä„Š\x03 ňHñ¦\ž”¢Šì" "
b"Äâ[\x16 ¸ˆK~³\x12 A662¼[ "
b"ÅoÑÍ&\x18 AÚ´Øö\x0F ürÔ\x17 "
b"Ʀ¸ÚÏõN¦’S˾¨Ýƒ¡ "
b"ȤÐt\x00 RCˈÊè(bb«\x1E "
b"É\x03 ¦\e ·WGz„äÙ ÅÃ7q "
b"ÉbM“›jN\f “Êbò\x0E A/\r "
b"É} Û7ôB-…À^ƒÎ\v p† "
b"Éç\x1C V±\x17 D©;\x12 a©(S\x00 "
b"Ê^Ù\x15 …ùI‹¶SÓIj†f\x7F "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"ËÜ[×Lï6&xcfÉr "
b"╦µóWlµCYÉ\x08 í³"Â\x1F Ö "
b"ËëºÊì=C4¯&‰\x18 éÏMh "
b"Ìs-²ôuLþŽ+\x08 A!ŸU¿ "
b"═hÜ║iÓDöâ]ãÏ37äì "
b"═╩=ÌÉR@█ØlH}Á%ûý "
b"╬º╚├¡ÉA ä==Q\{ê? "
b"Î×X\x1F —ãM‡„¾’¤éÈ\x18 "
b"¤õþH.G?¡Ã┌¾PÌAü "
b"Г;?ŠEæžå¸\x1D b—Œó "
b"Òú\r i^\x03 A\x13 «ä0b¡fé¡ "
b"ËR*eø¢C╚ñ^╚³\x0F Åp× "
b"Ó›øh’ÈKâ´uL׊c\x07 o "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"ı~`┤¶dL╣¿Ç°êü\¼┐ "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"Í7ñüãÜB/êv\t\x1A mC\x13 ╦ "
b"ÖM³ÿ\v e@†•\x01 u°!ŸÇš "
b"Ö¾ò}\f $Gé«°á\-Íò¬ "
b"Öá\x07 2\r \x11 G‘¿Ë:;ž\t ©¥ "
b"""
Öæ1|\n
\x19 @â”\x10\x19 ¢eC³¢
"""
b"×"ØÂÌ"J8”E> æí×H "
b"Ø\x1D ²¬›3CX—Jɤ÷°\x17\x04 "
b"Ï}\x05 @ÛÂB╗àu\f\v ì╩\e * "
b"ØþE\e õ”OéµÁ•f=\x15 `¦ "
b"Ù@\x06 økŒ@‰¶îi&Åð% "
b"ÙdSõn/@@‚é,*[ž(é "
b"ÚqN»ŒµK÷’w¨Žñϯž "
b"Ú~¶í\x19 qC©±vÉ¥®[÷\x08 "
b"Ú瀤ZMK´¼¤Rh¯\x02\x7F Ð "
b"ÛuÃŽ\v x@c»µë·*é\x10 É "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"Ü{Qïš²L½˜:Œ^‡ùÀs "
b"ÞóãÉŠ\x1F G>†èÜJñØ>\ "
b"ßZX¸ÜÉI\x14 ¶aY\x12\x04\x1A û\x04 "
b"ÓÂ╝Ù█wGt¿╣\x1A\x02 É╠/{ "
b"áå:%\v UMY¸ïq‘9wC\x04 "
b"â\x1D A,\x1F “O¹‘:\x07 xÆŒü8 "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"ã®Àg“0E¢“KÑã…l&: "
b"õæ·B\x1A îE\x04 âkuáqÉù■ "
b"äœz€fgB¾ ††£ŸØiM "
b"å{û\x05\x19 RKM„Êg›Ž0ÌÙ "
b"å—\x15 ÏÿYD\x04 Œè³_bÈCå "
b"ç7ëQn»Nû¯êˆÙ\x11 ü-v "
b"çQÿ]ç\x1C I(§-~\x14 ‡¦H¶ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"èGL©Ÿ1Aµ‚›Œ\x0E 9N)¥ "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"éŸ<K FF\x13 ƒ©¼g=\v ‡¯ "
b"ê,–Û\x1D ¬G‚±áÓ=ÞYý\x1D "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"Û└t±ãÂBEºªíC[Øì/ "
b"Û┬Â┼BÖK\x05 ƒÞgüÚù\x00 à "
b"êÕëü\r ª@É—`eÓeÆd "
b"ëµG¡-ãN\x15 ¡~x¼ê\x1C ð– "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"ݯôÑÝ┘@ü╣ÖÌÝ░\e LÀ "
b"""
¯\n
êØ\x1F\x1A CË¡¼{\f ï\x16 Wf
"""
b"î.ü“‚¹IdžL›Ú\x10 â\x0E "
b"î?R1r¹H㣊v“*¯©§ "
b"îÔ\x10 ù„à@†ž¸æÊÂóÎÈ "
b"´p:«ÀÎB¼ìÎf\x06 4S\x11 5 "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"""
ð\n
Ç\x06\x07 Ý@\x1A |TÝ^ê%^
"""
b"ð\x16\t ëÂ\x06 Hâ…{È1dZÈ^ "
b"ð<µu–äB]”¶ç\x07 I€§˜ "
b"ôiÏeo\x01 Bz‰\e B3‹¯7¦ "
b"¶ähì8éAy¿ \x1F ¦Ô@± "
b"ôé/GRfA˽öÐ\x0E G,Ly "
b"õ¿\f Þ\x0E DE\x1E †‚Á\x16 9f]\x08 "
b"÷°L\x0F\x1E ºFEìÊ&\v\x14\x1A l^ "
b"÷ÃD\x18 ›îJÿˆ¡¤ Fm\v ~ "
b"øF*\x0E =šL¹·¹Ë\x08\x08 wµû "
b"ù˜\x19 ÏíêN®½»ãlUjEØ "
b"ùÜ\x16 *¤ûE"нƒ¸Š`–# "
b"ùáÐ4E…H‹©Ä^0‡U º "
b"ú@\ÅB›@ù¬þ›Ý/V\x1E } "
b"ú’J³•§J\x03 «3\x0F\x15 ú`\x1F ¼ "
b"ú鼿EðM\x1D §F™òù\x13 r) "
b"ûÍ\x1E ƒ¡,F¥±këú9‹n¡ "
b"ü+ž7¢HLdª¼"_â\\v M "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"ýÅÆ;’\x1E MäžyÖlºa¨\x7F "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"þ¶÷\x06 °ùI\x04 Wê‘\x11 nÍ¿ "
b"·Ê\x1D ýR#I"ŒÍæêêv£¢ "
]
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 (0x004B11B664424995968A6294D4EA4AE7 , 0x004BE9AE86844381A8BA7A64FAF35E56 , 0x01241723DF8D4CB6AF8A25EF19D9419B , 0x02049224C56347179FA4C013E2CFCD8F , 0x030C2B8679954ED2A192D0AB41599237 , 0x034FB8874744488383DFBAEBA242C01C , 0x03C02114927B49489605F912AF17B0C7 , 0x03C6F8B598544A8A8637E25D1D3D924E , 0x048A719D2C9B4C668F186336B9D26221 , 0x054825AB00664EE780D762BC63A565F6 , 0x0681187BEAD3415C8121F7991B610B87 , 0x07D9B04730414F4CBD2678F7C233D003 , 0x08BE2003E1CF4CD8944F32E3CC851ED0 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x0A02E5FE097D43EC8736119F01B68776 , 0x0A38581650A342BB97478E5552350B97 , 0x0C0AC20666DE4764A379B6612F021843 , 0x0C744C71BF0D42A1B3F2D74E4CBF2AF5 , 0x0CCB46B365F2477287554DD3541569D7 , 0x0D7D73A2179D4806816B48A04EC47D3B , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x10953279A95D4BF4B5444110D908C17F , 0x10A092D935EC48CE9A984D6E7FD9807B , 0x10CE65CF736A45F89CEC97E7031570C1 , 0x114228AC33AF489E8BCE183F24200D06 , 0x11735682C16940AFA1FC1CF7FA42031B , 0x1331F195378341CE9CCA709A2F053825 , 0x1361D38EA74042798C915B535CF08FC4 , 0x1378EB69008245AA83DAF302D53E9E75 , 0x13D97661A8F4433985597C5AA66D0F0D , 0x1401BAD0D59B429EA1A247DEA3C6A434 , 0x147C921683254C869D791B762F581652 , 0x1523D487604D47E8AF751DBA3EE14D71 , 0x155907F264854C3E8A1869530965DAF8 , 0x15AD86CACE00493B950B35699314C4C8 , 0x163215FFB5744EABA089458C0249E4D3 , 0x16B9616A693D407D83C39E039FEBF600 , 0x16C494A7C53A40CFBAF4735D14404B8A , 0x17C44E57E0114AB788FA54D1E598673C , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x185BC39C5A1847E393741703C8D49628 , 0x18BDE81010124AF98349469247926491 , 0x19633A5978EA4289B75F87752AC26E51 , 0x1A22E387DF214D0494F9E5975DC4BEFD , 0x1A4D4D11ACF549AD8216C3947952DA49 , 0x1BA80EE4D019453BA2AA88F20A2954B1 , 0x1CA72DE7852A45E39B0B19C6F8E71D8D , 0x1E1BFC6CF79B429094A7ADA57077F0FC , 0x1E30647CFCD649B0A5AC040CB613116F , 0x1ED0788DD1DA47DC985C6907F653DA57 , 0x1F307AFA7AC444879288D75B34ACAE7E , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x2094054B3CF1430385B3B74C04ABE2D8 , 0x21E1985CCCB543008968A98D6A359F53 , 0x2253D26DFB154892975DC2F0DF5BDA27 , 0x2327BAFB840241F097AC57BFC7E9211D , 0x2357D495879B4D7D99BF70DD74BAE9E2 , 0x2378A256DA4C453FB836A2624A598C77 , 0x23D0942441C94C73A17137A80FDF8BC1 , 0x241B4C597FA54436A3A1B2E1A9D69EA1 , 0x249864396EAF4D57A90D31DF1D653BDB , 0x25429889375643058AEDC6EECE94BF7C , 0x25AFE30A2A8F40A1B42355EE36E6B7E8 , 0x25EB99374A8443AAB686255510DE945F , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x263F416CDF79496C885690AF6F95D741 , 0x2759B8FC1BA84FFAB2BBA39C1276E568 , 0x27D8E293CBB54FFCA8054C22698D6123 , 0x2809413D9EF948FF887DF12BD6D4A7C8 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x28EB0E7092C64F63BF167F3AB99020D8 , 0x2A42A0F4A6A84E8B9B6A3E5F08C9CDF1 , 0x2A617E785FCD410C9A68563858061CDC , 0x2B61689014B14A779B3D3A15B426E15F , 0x2CFE77525D9643B0B587D60602108766 , 0x2D5C5CFCD61A487981BBAABFD7F37A03 , 0x2D740097A18E4A77B2E5F52A41555FF6 , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0x2E0ADDD879D540AA9FEE7FC12F524E7D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2EC241AD2879442C8ADC75C286F0F9CB , 0x2EEA85C2AD8741FB92319EA225979219 , 0x2F50A833613B4B12987F4D7DE3490A5C , 0x2F7128DFF2FD4398B3C673533167ED75 , 0x2FD079F7F6E44903ABA2779E84E37C05 , 0x30B4E211AA274CA1B6119F6F65116006 , 0x310AE53291CE478FA5A4AC21C5E9F4F4 , 0x31735EE394174546B9A835372AFA3ED9 , 0x318112737BEE4C3BBEEB29BEC6051F08 , 0x31BAC12558F6468A852D1F88D1BD4C5A , 0x3246CE9A24C848C988D0F266AB6427BF , 0x327116C2A4654AF498C54D50B18A995D , 0x3383E5A2D507469A888369ED6AEC6A07 , 0x33AF431FCE0D4664BB18E29D3EAA0A02 , 0x34138F8667D2471E9539EEAC83AD5A42 , 0x34433D5294BB468BA3E490A1D6731BD9 , 0x34DBBE4330184A71B30A82EB5A245C07 , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x366D559A80814846865BD712D8B0A9AD , 0x36DBB9E6A97B4B16B12766604090C2DD , 0x36FBCBBE47B249309AECCBD00422730E , 0x37433BE6C23A4987A6A18B46E5A25823 , 0x38860C5A2A3346B3A85BFDD1CFB8B2C1 , 0x38DA844E838443CBA94C85C73E988AD8 , 0x3A7AF9FAC6F6443BA0559A346A783143 , 0x3B1C458E30D14037B7290E81886D154E , 0x3BE146B44CFE4EDCA2B2736B73E3B662 , 0x3C4B8655D18E43C78A7A27AC1D1B1660 , 0x3CD16D650ADA405E8851AAA84C8038A3 , 0x3CEB37A732424262915D394BDED5A67B , 0x3D962972D5934DB4A62F8F0594BCB764 , 0x3DEE4E3B4F544CA1B1166573355ECC18 , 0x3E2546C5F61040C78FE1B23B4C72A4F0 , 0x3ECCA446C6AD4690B9A36AA4CFF52F13 , 0x3EDBBF515DEC4D0D84C3CF82A8EA7439 , 0x3FB0F35880CF46E0B404BEEC72FAA500 , 0x403AADC1354A432FA2874195A7B7914D , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0x4082D8A9859047DB978BCFE5147949A5 , 0x4179506A797E4A7EB4E5CDE8D2CA1B6E , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x42AC5DBDB40E4CB0B8488207A77DA7EA , 0x42E42B1A5F27496E90CC98492A4BCADA , 0x43C4278FCC784730AD6F128A768BEEAB , 0x4439279BD433400E9E982FE0722AB21D , 0x44FA6FE0BC9546039E725539D5F1B514 , 0x474D6A68DEA14324889F4EE2C22D056E , 0x48C7EFBADE254A8B88822B1EBCE8CD3C , 0x49053590ADD249928B1FF6F19880A0FA , 0x490D9E5E605B48A79F96A7C9EBB3A182 , 0x49970EE25E7E49E6A15779EA2DD80576 , 0x4AA04414FB744C1F8F0C45A82D30A5BF , 0x4B40084DEDD448A9AEEB93700694B917 , 0x4D5BCDA9109A463AA03FB8CF855CFFB5 , 0x4DA4FB7B11BE40E0A8FC87B3E661533A , 0x4EDDB1CD128646DEB0BB966C1DE58069 , 0x51070503953F46338AE553AAD8369B0F , 0x52406E4EAF014AB09B1F417E25F5B7E1 , 0x52CB736438F347E59575893A2627E0A9 , 0x53BC052C6BBF41848E2AC9285A02AA09 , 0x546F7991CB24470995915C6A6A01EE9D , 0x54D969734A1B43B7B1C1BC70B009E4F3 , 0x5675AC6DC2B843289389A9976404D1C6 , 0x5889AC1A9B384C7CB91F9647E9DEBFEF , 0x58BC9D8729074EF98236767DADEC3D34 , 0x59D0FA25A2934FE6B4096B27A9CF75F8 , 0x5A5DE028EA0447C9A01CB7B886217E11 , 0x5A6E2BDADC1F4F2585AF1566EB9DC4C8 , 0x5B66FD2775E64D01B4707089D3EC875B , 0x5C03EB1DC4C44395918697871B76824E , 0x5C7F330505484474B53D9C1CC6CD5986 , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x5E4D14F60C72431FAA3492C5BD5D5925 , 0x5EF0DB616F45460D99440C4EBCAF3AA6 , 0x5F3F443A0E574E769051B57E5D38D563 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0x60CBA981CEA144C2BEDFB3040C1AC083 , 0x614CFAF0DF21415D853584D1B1F7B19B , 0x614E15004D3641388CC3CC990EC8FD54 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x61F23BCE78884BC5A6F2A0D930D51B4B , 0x6258E7A609B5478FAF7D67927128D208 , 0x6279E85C754A43909DE87F0D3B858351 , 0x63619FEC2A304A7980D864ACB950481D , 0x6396C6FB5AE34E6786EBE6578482B4A4 , 0x64467D68BA594444A87E0EE0A8B1BECD , 0x675283C0026E4B1FBC2F88C2C0FE9EDE , 0x677A415E3A0247C088EAD5274337B201 , 0x6788AFEE6FE34CE896DF6A5B510B5DFE , 0x67B7C5AB434F42E99693550B6A433624 , 0x6818E95658F548889767B5731ECE254B , 0x68DE481656174C3192AE115D2059C286 , 0x6955E8D02695472D8E544842887CF2C7 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x6A2CF839616048C89DE68CEC12779691 , 0x6B964F5A3937451898612FE36D78FA58 , 0x6C0EBB60BDDE441298BB33237A8D6CC0 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x6D70169AEBCB42F0BB535FA89C8B3670 , 0x6E7422EE1E14437DAB0D4B86288998A1 , 0x7118F991C525433E8B9CF776EE82B645 , 0x717962C7BED548EFB24EB9FE4422BFFD , 0x71BC4B433A3447B0970F0EE8860F1707 , 0x71BDC8185AE842D9B58A7346F1DF1BB6 , 0x71D6020C954C4435896A9B5EDF003946 , 0x71E56C6BA30148F5A4DD1F375BACFBE7 , 0x72A989C54D3140CD88D72747243ABF3D , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x73CC29371AA84E8B999A699A7C091D91 , 0x73CC2BF819EB462C9E70ABB20990BBDA , 0x7480A6AF0FA7423CB77E34F08C22C822 , 0x75166B7334EA4F82A8C27F60EBB62800 , 0x75BB9A6D7F6B4FEBA554A5F24FFD6E21 , 0x76B52493B51844539AF137DF3E9318F6 , 0x76F630340A594276A81FB2AF375D4FBD , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x788CD8E9C1994C219761F160CB5DF09D , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x79162AB2C32B42E58F2DA91913C072AA , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79D70872126F4C409BCD043E49B43F86 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x7AD1CC6EBB6A46B8A022753FC5784F54 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7B78956264E64648B9EC3A4EE33C8853 , 0x7CAF4CCF83EB44A5B0FD63CD4F812792 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x7E43EF4B965D44198DA2AF7E628E7491 , 0x7F09DDEEEDA54F608E108210A2723C77 , 0x7FD43840657E45538BF42AA7BDFA77E9 , 0x80F726953DEF42CAAB298D541BA142E4 , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x8382C1A7622347868D78B0A5FECCB0DE , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x8495A14811544D07B68CD85AF0DAFDE0 , 0x84AC473AA0CF46249A13D69B6A087633 , 0x8561A30FD88C469F947D1C9AA1C3DDDC , 0x860771B01391475C9B7C039EB8E212BE , 0x86A7BD38AC6E4516A4760AA51CD767EC , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x882A0D90845C46C9BB019659A615F235 , 0x88A6B28D142F4C83844CA2061F4C4B72 , 0x8AA74E302328422FB2F1C80B989069DB , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x8C617AAFD0804F13BC9B211A009D6055 , 0x8C807AF75CE4414EB06954B2F33FD8CB , 0x8CB60DC5F099405CA1ECF34FA00AEC38 , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x8D91A0ADFC0E4A04A0E4187CCC4F2C4B , 0x91528C9EE9504FA5AE2603C7663C3A0A , 0x915F6F42609F4ED9A99E3D50DB19EA7D , 0x9173B9E8D966492B9E01322CCFC41BAD , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x92199A0B5F05435F8BAAD258FBBC38FC , 0x923B10B539D140E29B576DCA3E4EFF08 , 0x92FDDCB4E88142B68C35245ECFE26BEC , 0x935BB4137B1E4CA89C832629DAB0D15E , 0x93FD47F3FBB747CD8C4322757BDE574D , 0x93FFEC43C2F7482B98FC41FE77E4BF8F , 0x9443B60F7E2340D28B96CAABF01E1C60 , 0x94699E2DE1F343CBA9DEEDF6F6B8EC51 , 0x956FE5BB118A40AEB1FE552F3FBCDE0E , 0x964B8604C87C4586A37050A01C0047B5 , 0x9679137632584753863DC17B19A2FC85 , 0x97D90C55E1F4421FB536210F0F36D324 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x981827E7323045D88452823E87F89762 , 0x985C9666A0984EF2B4235483AD35C9FF , 0x988013748C1E4BAD8621C342707A4E93 , 0x9886904574324A8682E3E1644A6E3D82 , 0x98F72E35EDFC410587AB04D6D3A0AA4C , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9A2EE2207CDB4230BC73DD90BD657DA5 , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9C37D3A022E646C9A7A6525F49675B52 , 0x9CC201417512452F828A97DFAFF5F55B , 0x9DD9575ED3954ABE95719A4B0C768BDF , 0x9E09FF73BB174326B43DDFEF77B464FA , 0x9E0A24038D8D4B1380918E3440EB6B7D , 0x9E81CE7F104642459841330A142790B8 , 0xA016E76FB8C64E5EAFEBC9DE859ACB65 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA10AA6A0BCD74DD6939EDF78B115F738 , 0xA2450ECD571C4C5CAC71C4A02A1FD540 , 0xA301D0F989E442B1A7F683461B4A260C , 0xA3296D93EF1A4CC787DA180AE9844796 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xA351ECC3ABE340FE819BA5AF44432790 , 0xA4566694F5354A1C993527ED1EF82A0E , 0xA4F1BABD2DE1456799B07FED98BE8827 , 0xA515EC3A82A04F1E894721413616A56D , 0xA53B7DE72ACC4313AD9752FA223AADDF , 0xA564DF702EDC437F8B2E30452C1BD0FC , 0xA5AF7C87513B4A8B92E8E59B99FFE4B2 , 0xA69F598F4D034F5B88E990F23C62D3C4 , 0xA6A99F9475354A60892D173B04034D30 , 0xA6DD34E9CE3E4019AC3A7C4A75EE8098 , 0xA7B1FE472CF94E40894D74540BCF95B3 , 0xA7D88CF9500144D1A75CA462FBCFE479 , 0xA821025B13F0464C84E855512A64902E , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xA984BDDA94D7410EA6F3E964BF16E4D2 , 0xA99384528610462C9810689AAC1F2463 , 0xAA0C3DEEA65E48E587700CE979186CBE , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAAA5BC742BBC40C1ADEF6829FBE9754B , 0xAAF7D41027A2445A88399822F9340CB2 , 0xAB8775D01F5949539DEA74CA9A4A3E9A , 0xABC21A6E379E4E4E847EB0E37887F985 , 0xAC36B2B89DDD4BDBAE71C3AC60CB486C , 0xACC864C0BF86429FB59BDA972C31599B , 0xAD7BE002A6284AB9B859577573EB3F7A , 0xADF28C1B866641CA80805EDA0F657E47 , 0xAE777A0418834992A68BC3E2D6F4F23C , 0xAEEA1A423ED7433988876248DD8E8577 , 0xAEFB2BCE292A47789AAA641CEACBA9A3 , 0xAF224F19D5A24CABA9A7B757B42089FD , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xB0A6B6FE4CBD4EE284A30126D7E56A72 , 0xB314E3899D7348C8886B1B5613B42686 , 0xB3773CC6B9CD42988E4887EF618FBC62 , 0xB3808D59829F4EF997E657A072FE2F46 , 0xB3BB42C8405F4D86BA2ACE35E793741F , 0xB3D5CFDF93044F0F9DA63E1BEC0F498F , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xB6817E6790EB4A7D9100760F3BF88225 , 0xB6B6CE0CC6EB46B68432EEE82BFF775D , 0xB76C3B21DB0B4A52B83A3A181A4064FB , 0xB855EE659C664948B741AB7B6B0CFBE3 , 0xB9E4876723EA4901A04DC204657FDDEF , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBB25B21FF85D4684803F95B1943C42EC , 0xBB8D0D8607FB48C593FF210266C195B3 , 0xBBCA2FD478C34821916D487CEEBCF9C9 , 0xBC20E9F20DC94F34B185DB4DFA6D4CB1 , 0xBCB4831422614776913DB46BB1728FEB , 0xBE9AB4381571405F9B4162AB5993EDEC , 0xBEB7F827536D4C0C99A65B29CC633566 , 0xBFB55C3F4C4249DFA16EE876127A6364 , 0xC09CE18224C649248A8B0CB0682B1899 , 0xC18F79F769C146D5BC1822F1C8A2A998 , 0xC2C5F21B354A4A4BAE760EAE5B581812 , 0xC36E1B4C6ADA49A5BFC72686F869E02E , 0xC41FA23CE3F74C958CCF1E654C9384B4 , 0xC4848A03C58848F1A65C9E94A28AEC22 , 0xC4E25B16B8884B7EB31241363632BC5B , 0xC56FD1CD261841DAB4D8F60FFC72D417 , 0xC6A6B8DACFF54EA69253CBBEA8DD83A1 , 0xC8A4D074005243CB88CAE8286262AB1E , 0xC903A61BB757477A84E4D9A0C5C33771 , 0xC9624D939B6A4E0C93CA62F20E412F0D , 0xC97D20DB37F4422D85C05E83CE0B7086 , 0xC9E71C56B11744C2A93B1261A9285300 , 0xCA5ED91585F9498BB653D3496A86667F , 0xCAF11042CE174FA78B82ED67C48198C7 , 0xCBC39C5BC3974CC3AF3626786366C972 , 0xCBE6A2576CE643599008A1FC22B61F99 , 0xCBEBBACAEC3D4334AF268918E9CF4D68 , 0xCC732DB2F4754CFE8E2B0841219F55BF , 0xCD689ABA69E04494835DC6D83337848D , 0xCDCA3DDE905240DB9D6C487DB52596EC , 0xCEA7C8C3AD9041FF843D3D515C7B883F , 0xCED7581F97E34DC28784BE92A4E9C818 , 0xCFE4F0E7482E473FADC7DAF350DE4181 , 0xD0C2933B3F8A45E69EE5B81D62978CF3 , 0xD2FA0D695E034113ABE43062A166E9A1 , 0xD3522A659BBD43C8A45EC8FC0F8F709E , 0xD39BF86892C84BE2B4754CD78A63076F , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xD57E60B4F4644CB9A880F888815CACBF , 0xD588741B684A4310B31DA17036B4104B , 0xD637A481C69A422F8876091A6D4313CB , 0xD64DB3FF0B654086950175B0219FC79A , 0xD6BEF27D0C2447E9ABB0E15C2DCDF2AC , 0xD6E107320D114791BFCB3A3B9E09A9A5 , 0xD6E6317C0A1940E2941019A26543B3A2 , 0xD722D8C2CC224A3894453EA0E6EDD748 , 0xD81DB2AC9B334358974AC9A4F7B01704 , 0xD87D0540EAB642BB85750C0B8DCA1B2A , 0xD8FE451BF5944FE9B5C195663D1560A6 , 0xD94006F86B8C4089B6EE6926C5F02520 , 0xD96453F56E2F404082E92C2A5B9E28E9 , 0xDA714EBB8CB54BF79277A88EF1CFAF9E , 0xDA7EB6ED197143A9B176C9A5AE5BF708 , 0xDAE780A45A4D4BB4BCA45268AF027FD0 , 0xDB75C38E0B784063BBB5EBB72AE910C9 , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xDC7B51EF9AB24CBD983A8C5E87F9C073 , 0xDEF3E3C98A1F473E86E8DC4AF1D83E5C , 0xDF5A58B8DCC94914B6615912041AFB04 , 0xE0B6BCEBDB774774A8B91A0290CC2F7B , 0xE1E53A250B554D59B8EF719139774304 , 0xE21D412C1F934FB9913A0778C68CFC38 , 0xE268901044D74F4997C8798505FDEA63 , 0xE3AEC067933045A2934BD1E3856C263A , 0xE491FA421A8C4504836B75A0719097FE , 0xE49C7A80666742BEA08686A39FD8694D , 0xE57BFB0519524B4D84CA679B8E30CCD9 , 0xE59715CFFF5944048CE8B35F62C843E5 , 0xE737EB516EBB4EFBAFEA88D911FC2D76 , 0xE751FF5DE71C4928A72D7E1487A648B6 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE8474CA99F3141B5829B8C0E394E29A5 , 0xE977F7820B97441ABCFE8FAB11EED316 , 0xE99F3C4BA046461383A9BC673D0B87AF , 0xEA2C96DB1DAC4782B1E1D33DDE59FD1D , 0xEA72A169AA5D4806A0542A9C12611C18 , 0xEAC074F1C6B64245A7A6A1435B9D8D2F , 0xEAC2B6C542994B059FE86781E99700C7 , 0xEAD5EBFC0DAA40C9976065D365C664AD , 0xEBB547A12DE34E15A17E78BCEA1CF096 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xEDEE93A5EDD94081B999DEEDB01B4CB7 , 0xEE0A889D1F1A43D3ADAC7B0C8B165766 , 0xEE2EFC9382B949649E4C9BADDA10E20E , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xEED410F984E040869EB8E6CAC2F3CEC8 , 0xEF703AAEB7D742AC8DD7660634531135 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xF00AC70607DD401AA07C54DD5EEA255E , 0xF01609EBC20648E2857BC831645AC85E , 0xF03CB57596E4425D94B6E7074980A798 , 0xF469CF656F01427A891B42338BAF37A6 , 0xF484688D38824179A8FF1FFFDDE240F1 , 0xF4E92F47526641CBBDF6D00E472C4C79 , 0xF5BF0CDE0E44451E8682C11639665D08 , 0xF6F84C0F1EA746458DD2260B141A6C5E , 0xF7C344189BEE4AFF88A1A4A0466D0B7E , 0xF8462A0E3D9A4CB9B7B9CB080877B5FB , 0xF99819CFEDEA4EAEBDBBE36C556A45D8 , 0xF9DC162AA4FB45228ABD83B88A609623 , 0xF9E1D0344585488BA9C45E30875520BA , 0xFA405CC5429B40F9ACFE9BDD2F561E7D , 0xFA924AB395A74A03AB330F15FA601FBC , 0xFAE9BCE645F04D1DA74699F2F9137229 , 0xFBCD1E83A12C46A5B16BEBFA398B6EA1 , 0xFC2B9E37A2484C64AABC225FE25C0B4D , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFDC5C63B921E4DE49E79D66CBA61A87F , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xFEB6F706B0F94904AD57EA91116ECDBF , 0xB7CA1DFD522349228CCDE6EAEA76A3A2 )));
Copy
85
0.99 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"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"Ãd>Éô.B§ö±ZSiÿÝf "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b""A“r\f *JE¼–Ë-\x05 VUº "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"DD$ÿ“‘J'¤\x01 é »3—n "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ù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"WàeÍ)¢L³²Ùü9ü*¿P "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"`,9çâëB¿®¼¶\x1A ³U\x0E ô "
b"öS0µ3[C¨º9ºì}DªT "
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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"{\x18 '\x11 ¡)Oi®"fµã{[Ä "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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 "
]
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 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xC7643E90932E42F594F15A536998ED66 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x224193720C2A4A45BC96CB2D055655BA , 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 , 0x444424FF93914A27A401E920BB33976E , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x444424FF93914A27A401E920BB33976E , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x602C39E7E2EB42BFAEBCB61AB3550EF4 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x7B182711A1294F69AE2266B5E37B5BC4 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
5.62 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 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 KÚ«åäCü¿║zd·¾^V "
b"\x01 $\x17 #▀ìL»è%´\x19 ┘Aø "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x03\f +†y•NÒ¡’ЫAY’7 "
b"\x03 O¸‡GDHƒƒßºë¢BÀ\x1C "
b"\x03 À!\x14 ’{IH–\x05 ù\x12 ¯\x17 °Ç "
b"\x03 Æøµ˜TJІ7â]\x1D =’N "
b"\x04 èqØ,øLfÅ\x18 c6╣Êb! "
b"\x05 H%«\x00 fNç€×b¼c¥eö "
b"\x06 ü\x18 {ÛËA\ü!¸Ö\e a\v ç "
b"\x07 Ù°G0AOL½&x÷Â3Ð\x03 "
b"\x08 ¾ \x03 áÏLØ”O2ãÌ…\x1E Ð "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"""
\n
\x02 åþ\t }Cì‡6\x11 Ÿ\x01 ¶‡v
"""
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\f \n
Â\x06 fÞGd£y¶a/\x02\x18 C
"""
b"\f tLq¿\r B¡³ò×NL¿*õ "
b"\f ËF³eòGr‡UMÓT\x15 i× "
b"\r }só\x17 ØH\x06 ükHáN─}; "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x10 •2y©]KôµDA\x10 Ù\x08 Á\x7F "
b"\x10 ’Ù5ìHΚ˜Mn\x7F Ù€{ "
b"\x10 ÎeÏsjEøœì—ç\x03\x15 pÁ "
b"\x11 B(¬3¯Hž‹Î\x18 ?$ \r \x06 "
b"\x11 sV‚Ái@¯¡ü\x1C ÷úB\x03\e "
b"\x13 1ñ•7ƒAΜÊpš/\x05 8% "
b"\x13 aËĺ@Byîæ[S\Å─ "
b"\x13 xëi\x00 ‚EªƒÚó\x02 Õ>žu "
b"\x13 Ùva¨ôC9…Y|Z¦m\x0F \r "
b"\x14\x01 ºÐÕ›Bž¡¢GޣƤ4 "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"\x15 #Ô‡`MGè¯u\x1D º>áMq "
b"\x15 Y\x07 òd…L>Š\x18 iS\t eÚø "
b"\x15 †ÊÎ\x00 I;•\v 5i“\x14 ÄÈ "
b"\x16 2\x15 ÿµtN« ‰EŒ\x02 IäÓ "
b"\x16 ¹aji=@}ƒÃž\x03 Ÿëö\x00 "
b"\x16 Ä”§Å:@Ϻôs]\x14 @KŠ "
b"\x17 ÄNWà\x11 J·ˆúTÑå˜g< "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"\x18 [ÜZ\x18 Gã“t\x17\x03 ÈÔ–( "
b"\x18 ½è\x10\x10\x12 JùƒIF’G’d‘ "
b"\x19 c:YxêB‰·_‡u*ÂnQ "
b"\x1A "ã‡ß!M\x04 ”ùå—]ľý "
b"\x1A MM\x11 ¬õI‚\x16 ÔyRÚI "
b"""
\e ¨\x0E äÐ\x19 E;¢ªˆò\n
)T±
"""
b"\x1C º-þà*EÒø\v\x19 ã°þ\x1D ì "
b"\x1E\e ³l¸øBÉöº¡Ñpw³ "
b"\x1E 0d|üÖI°¥¬\x04\f ¶\x13\x11 o "
b"\x1E ðxìÐ┌G▄ÿ\i\x07 ÷S┌W "
b"\x1F 0zúzÄD‡’ˆ×[4¬®~ "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" ”\x05 K<ñC\x03 …³·L\x04 «âØ "
b"!ßÿ\╠ÁC\x00 ëh®ìj5ƒS "
b""SÒmû\x15 H’—]Âðß[Ú' "
b"#'ºû„\x02 Að—¬W¿Çé!\x1D "
b"#WÔ•‡›M}™¿pÝtºéâ "
b"#x¢VÚLE?¸6¢bJYŒw "
b"#Д$AÉLs¡q7¨\x0F ß‹Á "
b"$\e LY\x7F ¥D6£¡²á©Öž¡ "
b"$˜d9n¯MW©\r 1ß\x1D e;Û "
b"%B˜‰7VC\x05 ŠíÆîΔ¿| "
b"""
%»Ò\n
*Å@í┤#U¯6µÀÞ
"""
b"%ë™7J„Cª¶†%U\x10 Þ”_ "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"&?Al▀yIlêVÉ»oòÎA "
b"'Y¸ü\e ¨Oú²»£œ\x12 våh "
b"'ÏÔô╦ÁO³¿\x05 L"iìa# "
b"(\t A=žùHÿˆ}ñ+ÖÔ§È "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"(Ù\x0E pÆãOc┐\x16\x7F :╣É Ï "
b"*B ô¦¨N‹›j>_\x08 ÉÍñ "
b"*a~x_ÍA\f šhV8X\x06\x1C Ü "
b"+ahÉ\x14 ▒Jwø=:\x15 ┤&ß_ "
b",þwR]–C°µ‡Ö\x06\x02\x10 ‡f "
b"-\\³Í\x1A Hyü╗¬┐ξz\x03 "
b"-t\x00 —¡ŽJw²åõ*AU_ö "
b"-Ïßl\|O}ºÍÉ”ùU†; "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b"""
.\n
ÝØyÕ@ªŸî\x7F Á/RN}
"""
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".ÂA(yD,ŠÜu†ðùË "
b".ê…‡Aû’1ž¢%—’\x19 "
b"""
/P¨3a;K\x12 ˜\x7F M}ãI\n
\
"""
b"/q(ßòýC˜³ÆsS1gíu "
b"/Ðy÷öäI\x03 «¢wž„ã|\x05 "
b"0´â\x11 ª'L¡¶\x11 Ÿoe\x11 `\x06 "
b"""
1\n
Õ2æ╬GÅÑñ¼!┼Ú¶¶
"""
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"1ü\x12 s{¯L;¥Ù)¥ã\x05\x1F\x08 "
b"1ºÁ%XöFŠ…-\x1F ˆÑ½LZ "
b"2FΚ$ÈHɈÐòf«d'¿ "
b"2q\x16 ¤eJô˜ÅMP±Š™] "
b"3ƒå¢Õ\x07 Fšˆƒiíjìj\x07 "
b"""
3»C\x1F ╬\r Fd╗\x18 ÔØ>¬\n
\x02
"""
b"4\x13 ÅågÊG\x1E ò9¯¼â¡ZB "
b"4C=Rö╗FïúõÉíÍs\e ┘ "
b"""
4Û¾C0\x18 Jq³\n
‚ëZ$\\x07
"""
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"6mUÜÇüHFå[Î\x12 Ï░®¡ "
b"6█╣µ®{K\x16 ▒'f`@É┬¦ "
b"6û˾G²I0šìËÐ\x04 "s\x0E "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"8†\f Z*3F³¨[ýÑϸ²Á "
b"8Ú„Nƒ„CË©L…Ç>˜ŠØ "
b":zùúÆöD; Uš4jx1C "
b";\x1C EÄ0Ð@7À)\x0E üêm\x15 N "
b";áF´LþNÜ¢²sksã¶b "
b"<K†UÑŽCÇŠz'¬\x1D\e\x16 ` "
b"""
<Ñme\n
Ú@^ˆQª¨L€8£
"""
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"=û)rıôM┤ª/Å\x05 ö╝Àd "
b"=îN;OTL¡±\x16 es5^Ì\x18 "
b">%F┼÷\x10 @ÃÅß▓;Lrñ "
b">╠ñFã¡FÉ╣újñ¤§/\x13 "
b">Û¿Q]ìM\r „ÃÏ‚¨êt9 "
b"?°óX€ÏFà´\x04 ¾ìrú¥\x00 "
b"@:Á5JC/¢‡A•§·‘M "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"@éÏ®àÉG█ùï¤Õ\x14 yIÑ "
b"AyPjy~J~´åÍèÒÊ\e n "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B¬]½´\x0E L°¸H‚\x07 §}§ê "
b"Bõ+\x1A _'InÉ╠ÿI*K╩┌ "
b"C─'Å╠xG0¡o\x12 èvﯽ "
b"D9'›Ô3@\x0E ž˜/àr*²\x1D "
b"Dúo༕F\x03 žrU9Õñµ\x14 "
b"GMjhÞ¡C$ˆŸNâÂ-\x05 n "
b"HÇïºÞ%J‹ˆ‚+\x1E ¼èÍ< "
b"I\x05 5É¡ÊIÆï\x1F ÷±ÿÇá· "
b"I\r ž^`[H§Ÿ–§É볡‚ "
b"I—\x0E â^~Iæ¡Wyê-Ø\x05 v "
b"JáD\x14 ¹tL\x1F Å\f E¿-0Ñ┐ "
b"K@\x08 MíÔH©®ë“p\x06 ”¹\x17 "
b"M[Í©\x10 šF: ?¸Ï…\ÿµ "
b"M¤û{\x11 ¾@à¨ü‡³æaS: "
b"NݱÍ\x12 †FÞ°»–l\x1D å€i "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"R@nN¯\x01 J°›\x1F A~%õ·á "
b"RËsd8óGå•u‰:&'à© "
b"S¼\x05 ,k¿A„Ž*É(Z\x02 ª\t "
b"Toyæ╦$G\t òæ\jj\x01 ¯Ø "
b"TÙisJ\e C·±Á¼p°\t äó "
b"Vu¬m¸C(“‰©—d\x04 ÑÆ "
b"X‰¬\x1A ›8L|¹\x1F –GéÞ¿ï "
b"X╝Øç)\x07 N¨é6v}¡ý=4 "
b"YÐú%¢“Oæ´\t k'©Ïuø "
b"Z]à(ê\x04 GÉ \x1C ·¸†!~\x11 "
b"Zn+┌▄\x1F O%à»\x15 fÙØ─╚ "
b"[fý'uæM\x01 ´pp‰Óì‡[ "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"\\x7F 3\x05\x05 HDtµ=œ\x1C ÆÍY† "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"^M\x14 ö\f rC\x1F ª4’Ž]Y% "
b"^ðÛaoEF\r ™D\f N¼¯:¦ "
b"_?D:\x0E WNvÉQÁ~]8ıc "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"`╦®ü╬íD┬¥▀│\x04\f\x1A └â "
b"aLúðß!A]…5„ѱ÷±› "
b"aN\x15\x00 M6A8ŒÃÌ™\x0E ÈýT "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"aò;ÎxˆKŦò Ù0Õ\e K "
b"bXþª\t ÁGÅ»}gÆq(Ê\x08 "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"caŸì*0Jy€Ød¬¹PH\x1D "
b"c–ÆûZãNg†ëæW„‚´¤ "
b"dF}hºYDD¨~\x0E ਱¾Í "
b"gRƒÀ\x02 nK\x1F ¼/ˆÂÀþžÞ "
b"gzA^:\x02 GÀˆêÕ'C7²\x01 "
b"gˆ¯îoãLè–ßj[Q\v ]þ "
b"g·Å«COBé–“U\v jC6$ "
b"h\x18 éVXõHˆ—gµs\x1E Î%K "
b"hÞH\x16 V\x17 L1’®\x11 ] Y† "
b"iUèÐ&•G-ŽTHBˆ|òÇ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"j,°9a`H╚صîý\x12 wûæ "
b"k–OZ97E\x18 ˜a/ãmxúX "
b"l\x0E ╗`¢ÌD\x12 ÿ╗3#zìl└ "
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"mp\x16 šëËBð»S_¨œ‹6p "
b"nt"î\x1E\x14 C}«\r K†(‰˜¡ "
b"q\x18 ù‘Å%C>‹œ÷vî‚¶E "
b"qybǾÕHï²N¹þD"¿ý "
b"q¼KC:4G°—\x0F\x0E è†\x0F\x17\x07 "
b"q½È\x18 ZèBÙµŠsFñß\e ¶ "
b"qÖ\x02\f •LD5‰j›^ß\x00 9F "
b"qålk£\x01 Hõ¤Ý\x1F 7[¬ûç "
b"r©‰ÅM1@͈×'G$:¿= "
b"r×\f gæGMܱû©e±.ÍŠ "
b"sÌ)7\x1A ¨N‹™šiš|\t\x1D ‘ "
b"s╠+°\x19 ÙF,×p½▓\t É╗┌ "
b"t€¦¯\x0F §B<·~4ðŒ"È" "
b"u\x16 ks4êO‚¨Â\x7F `ë¶(\x00 "
b"u»šm\x7F kOë¥T¥òOýn! "
b"vµ$“µ\x18 DSšñ7ß>“\x18 ö "
b"""
vö04\n
YBv¨\x1F ²¯7]O½
"""
b"x„,\x1F UøB£°ü¢)ɼš± "
b"xîÏÚ┴ÖL!ùa±`╦]Ø "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"y\x16 *▓├+BÕÅ-®\x19\x13 └r¬ "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"y×\x08 r\x12 oL@›Í\x04 >I´?† "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"yúÔó\v oBü„\f ð°ø".. "
b"zÑÌn»jF¸ "u?ÅxOT "
b"zßòc™\x19 B⿽°>«<„ö "
b"{x•bdæFH¹ì:Nã<ˆS "
b"|»L¤âÙDÑ░²c═Oü'Æ "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"~C´Kû]D\x19 ìó»~bÄtæ "
b"\x7F\t Ýîí¥O`Ž\x10 ‚\x10 ¢r<w "
b"\x7F Ô8@e~ES‹ô*§½úwé "
b"Ǹ&ò=´B╩½)ìT\e íBõ "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"âé┴ºb#Gåìx░Ñ■╠░Ì "
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"„•¡H\x11 TM\x07 ¶ŒØZðÚýà "
b"„¬G: ÏF$š\x13 Ö›j\x08 v3 "
b"…a£\x0F ØŒFŸ”}\x1C š¡ÃÝÜ "
b"†\x07 q°\x13 ‘G\›|\x03 ž¸â\x12 ¾ "
b"""
†§½8¬nE\x16 ¤v\n
¥\x1C ×gì
"""
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"êª▓ì\x14 /LâäLó\x06\x1F LKr "
b"èºN0#(B/▓±╚\v ÿÉi█ "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"îaz»ðÇO\x13 ╝ø!\x1A\x00 Ø`U "
b"Œ€z÷\äAN°iT²ó?ØË "
b"""
Œ¶\r Åð™@\¡ìóO \n
ì8
"""
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"ìæá¡³\x0E J\x04 áõ\x18 |╠O,K "
b"‘RŒžéPO¥®&\x03 Çf<:\n "
b"‘_oB`ŸNÙ©ž=PÛ\x19 ê} "
b"‘s¹èÙfI+ž\x01 2,ÏÄ\e "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"’\x19 š\v _\x05 C_‹ªÒXû¼8ü "
b"’;\x10 µ9Ñ@â›WmÊ>Nÿ\x08 "
b"Ʋ▄┤ÞüBÂî5$^¤Ôký "
b"“[´\x13 {\x1E L¨œƒ&)Ú°Ñ^ "
b"“ýGóû·GÍŒC"u{ÞWM "
b"ô ýC┬¸H+ÿ³A■wõ┐Å "
b"”C¶\x0F ~#@Ò‹–Ê«ð\x1E\x1C ` "
b"”iž-áóCË©Þíöö¸ìQ "
b"•oå»\x11 Š@®±þU/?¼Þ\x0E "
b"–K†\x04 È|E†£pP \x1C\x00 Gµ "
b"–y\x13 v2XGS†=Á{\x19 ¢ü… "
b"—Ù\f UáôB\x1F µ6!\x0F\x0F 6Ó$ "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"˜\x18 'ç20EØ„R‚>‡ø—b "
b"˜\–f ˜Nò´#Tƒ5Éÿ "
b"˜€\x13 tŒ\x1E K†!ÃBpzN“ "
b"ÿåÉEt2JåéÒßdJn=é "
b"˜÷.5íüA\x05 ‡«\x04 ÖÓ ªL "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"Ü.Ô |█B0╝s¦É¢e}Ñ "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"œ7Ó "æFɧ¦R_Ig[R "
b"œÂ\x01 Au\x12 E/‚Зߝõõ[ "
b"Ø┘W^ËòJ¥òqÜK\f vï▀ "
b"ž\t ÿs»\x17 C&´=ßïw´dú "
b"""
×\n
$\x03 ììK\x13 ÇæÄ4@Ùk}
"""
b"""
×ü╬\x7F\x10 FBEÿA3\n
\x14 'É©
"""
b" \x16 ço¸ÆN^¯ëÉÞ…šËe "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"""
¡\n
¦ ¼×MÖ“žßx±\x15 ÷8
"""
b"¢E\x0E ÍW\x1C L\¬qÄ *\x1F Õ@ "
b"£\x01 Ðù‰äB±§öƒF\e J&\f "
b"""
£)m“ï\x1A LLJÚ\x18 \n
é„G–
"""
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"úQý├½Ò@■üøÑ»DC'É "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"¤ñº½-áEg™°\x7F 혾ˆ' "
b"¥\x15 ì:‚ O\x1E ‰G!A6\x16 ¥m "
b"¥;}ç*ÌC\x13 —Rú":ß "
b"¥dßp.ÜC\x7F ‹.0E,\e Ðü "
b"¥¯|‡Q;J‹’èå›™ÿä² "
b"ªƒYÅM\x03 O[êÚÉ‗<bË─ "
b"¦©Ÿ”u5J`‰-\x17 ;\x04\x03 M0 "
b"¦Ý4éÎ>@\x19 ¬:|Ju "
b"§±þG,ùN@‰MtT\v Ï•³ "
b"§ØŒùP\x01 Dѧ\¤bûÏäy "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"©„½Ú”×A\x0E ¦óéd¿\x16 äÒ "
b"©“„R†\x10 F,˜\x10 hš¬\x1F $c "
b"ª\f =î¦^Hå‡p\f éy\x18 l¾ "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ª¥¼t+¼@Áïh)ûéuK "
b"ª÷Ô\x10 '¢DZˆ9˜"ù4\f ² "
b"½çuð\x1F YISØÛt╩ÜJ>Ü "
b"«Â\x1A n7žNN„~°ãx‡ù… "
b"¼6▓©Ø¦K█«q├¼`╦Hl "
b"¬ÈdÀ¿†BŸµ›Ú—,1Y› "
b"{à\x02 ¦(J¹¸YWusë?z "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"®wz\x04\x18 ƒI’¦‹ÃâÖôò< "
b"®ê\x1A B>×C9ˆ‡bHÝŽ…w "
b"®û+Î)*Gxšªd\x1C êË©£ "
b"¯"O\x19 Õ¢L«©§·W´ ‰ý "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"°¦¶þL½Nâ„£\x01 &×åjr "
b"│\x14 ÒëØsH╚êk\e V\x13 ┤&å "
b"│w<ã╣═BÿÄHç´aÅ╝b "
b"│ÇìYéƒN¨ùµWár■/F "
b"³»BÈ@_M†º*Î5ç“t\x1F "
b"│ı¤▀ô\x04 O\x0F ت>\e ý\x0F IÅ "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"Âü~gÉÙJ}æ\x00 v\x0F ;°é% "
b"¶¶Î\f ÆëF¶„2îè+ÿw] "
b"·l;!Û\v JR¸::\x18\x1A @dû "
b"¸UîeœfIH·A«{k\f ûã "
b"¹ä‡g#êI\x01 MÂ\x04 e\x7F Ýï "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"»%²\x1F ø]F„€?•±”<Bì "
b"╗ì\r å\x07 ¹H┼ô !\x02 f┴ò│ "
b"»Ê/ÔxÃH!‘mH|î¼ùÉ "
b"¼ éò\r ÉO4±…ÛMúmL± "
b"╝┤â\x14 "aGvæ=┤k▒rÅÙ "
b"¾š´8\x15 q@_›Ab«Y“íì "
b"¾·ø'SmL\f ™¦[)Ìc5f "
b"¿µ\?LBIß¡nèv\x12 zcd "
b"Àœá‚$ÆI$Š‹\f °h+\x18 ™ "
b"┴Åy¸i┴Fı╝\x18 "±╚ó®ÿ "
b"ÂÅò\e 5JJK®v\x0E ®[X\x18\x12 "
b"Ãn\e LjÚI¥¿Ç&†øià. "
b"Ä\x1F ¢<ã÷L•ŒÏ\x1E eL“„´ "
b"Ä„Š\x03 ňHñ¦\ž”¢Šì" "
b"Äâ[\x16 ¸ˆK~³\x12 A662¼[ "
b"ÅoÑÍ&\x18 AÚ´Øö\x0F ürÔ\x17 "
b"Ʀ¸ÚÏõN¦’S˾¨Ýƒ¡ "
b"ȤÐt\x00 RCˈÊè(bb«\x1E "
b"É\x03 ¦\e ·WGz„äÙ ÅÃ7q "
b"ÉbM“›jN\f “Êbò\x0E A/\r "
b"É} Û7ôB-…À^ƒÎ\v p† "
b"Éç\x1C V±\x17 D©;\x12 a©(S\x00 "
b"Ê^Ù\x15 …ùI‹¶SÓIj†f\x7F "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"ËÜ[×Lï6&xcfÉr "
b"╦µóWlµCYÉ\x08 í³"Â\x1F Ö "
b"ËëºÊì=C4¯&‰\x18 éÏMh "
b"Ìs-²ôuLþŽ+\x08 A!ŸU¿ "
b"═hÜ║iÓDöâ]ãÏ37äì "
b"═╩=ÌÉR@█ØlH}Á%ûý "
b"╬º╚├¡ÉA ä==Q\{ê? "
b"Î×X\x1F —ãM‡„¾’¤éÈ\x18 "
b"¤õþH.G?¡Ã┌¾PÌAü "
b"Г;?ŠEæžå¸\x1D b—Œó "
b"Òú\r i^\x03 A\x13 «ä0b¡fé¡ "
b"ËR*eø¢C╚ñ^╚³\x0F Åp× "
b"Ó›øh’ÈKâ´uL׊c\x07 o "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"ı~`┤¶dL╣¿Ç°êü\¼┐ "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"Í7ñüãÜB/êv\t\x1A mC\x13 ╦ "
b"ÖM³ÿ\v e@†•\x01 u°!ŸÇš "
b"Ö¾ò}\f $Gé«°á\-Íò¬ "
b"Öá\x07 2\r \x11 G‘¿Ë:;ž\t ©¥ "
b"""
Öæ1|\n
\x19 @â”\x10\x19 ¢eC³¢
"""
b"×"ØÂÌ"J8”E> æí×H "
b"Ø\x1D ²¬›3CX—Jɤ÷°\x17\x04 "
b"Ï}\x05 @ÛÂB╗àu\f\v ì╩\e * "
b"ØþE\e õ”OéµÁ•f=\x15 `¦ "
b"Ù@\x06 økŒ@‰¶îi&Åð% "
b"ÙdSõn/@@‚é,*[ž(é "
b"ÚqN»ŒµK÷’w¨Žñϯž "
b"Ú~¶í\x19 qC©±vÉ¥®[÷\x08 "
b"Ú瀤ZMK´¼¤Rh¯\x02\x7F Ð "
b"ÛuÃŽ\v x@c»µë·*é\x10 É "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"Ü{Qïš²L½˜:Œ^‡ùÀs "
b"ÞóãÉŠ\x1F G>†èÜJñØ>\ "
b"ßZX¸ÜÉI\x14 ¶aY\x12\x04\x1A û\x04 "
b"ÓÂ╝Ù█wGt¿╣\x1A\x02 É╠/{ "
b"áå:%\v UMY¸ïq‘9wC\x04 "
b"â\x1D A,\x1F “O¹‘:\x07 xÆŒü8 "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"ã®Àg“0E¢“KÑã…l&: "
b"õæ·B\x1A îE\x04 âkuáqÉù■ "
b"äœz€fgB¾ ††£ŸØiM "
b"å{û\x05\x19 RKM„Êg›Ž0ÌÙ "
b"å—\x15 ÏÿYD\x04 Œè³_bÈCå "
b"ç7ëQn»Nû¯êˆÙ\x11 ü-v "
b"çQÿ]ç\x1C I(§-~\x14 ‡¦H¶ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"èGL©Ÿ1Aµ‚›Œ\x0E 9N)¥ "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"éŸ<K FF\x13 ƒ©¼g=\v ‡¯ "
b"ê,–Û\x1D ¬G‚±áÓ=ÞYý\x1D "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"Û└t±ãÂBEºªíC[Øì/ "
b"Û┬Â┼BÖK\x05 ƒÞgüÚù\x00 à "
b"êÕëü\r ª@É—`eÓeÆd "
b"ëµG¡-ãN\x15 ¡~x¼ê\x1C ð– "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"ݯôÑÝ┘@ü╣ÖÌÝ░\e LÀ "
b"""
¯\n
êØ\x1F\x1A CË¡¼{\f ï\x16 Wf
"""
b"î.ü“‚¹IdžL›Ú\x10 â\x0E "
b"î?R1r¹H㣊v“*¯©§ "
b"îÔ\x10 ù„à@†ž¸æÊÂóÎÈ "
b"´p:«ÀÎB¼ìÎf\x06 4S\x11 5 "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"""
ð\n
Ç\x06\x07 Ý@\x1A |TÝ^ê%^
"""
b"ð\x16\t ëÂ\x06 Hâ…{È1dZÈ^ "
b"ð<µu–äB]”¶ç\x07 I€§˜ "
b"ôiÏeo\x01 Bz‰\e B3‹¯7¦ "
b"¶ähì8éAy¿ \x1F ¦Ô@± "
b"ôé/GRfA˽öÐ\x0E G,Ly "
b"õ¿\f Þ\x0E DE\x1E †‚Á\x16 9f]\x08 "
b"÷°L\x0F\x1E ºFEìÊ&\v\x14\x1A l^ "
b"÷ÃD\x18 ›îJÿˆ¡¤ Fm\v ~ "
b"øF*\x0E =šL¹·¹Ë\x08\x08 wµû "
b"ù˜\x19 ÏíêN®½»ãlUjEØ "
b"ùÜ\x16 *¤ûE"нƒ¸Š`–# "
b"ùáÐ4E…H‹©Ä^0‡U º "
b"ú@\ÅB›@ù¬þ›Ý/V\x1E } "
b"ú’J³•§J\x03 «3\x0F\x15 ú`\x1F ¼ "
b"ú鼿EðM\x1D §F™òù\x13 r) "
b"ûÍ\x1E ƒ¡,F¥±këú9‹n¡ "
b"ü+ž7¢HLdª¼"_â\\v M "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"ýÅÆ;’\x1E MäžyÖlºa¨\x7F "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"þ¶÷\x06 °ùI\x04 Wê‘\x11 nÍ¿ "
b"·Ê\x1D ýR#I"ŒÍæêêv£¢ "
]
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 (0x004B11B664424995968A6294D4EA4AE7 , 0x004BE9AE86844381A8BA7A64FAF35E56 , 0x01241723DF8D4CB6AF8A25EF19D9419B , 0x02049224C56347179FA4C013E2CFCD8F , 0x030C2B8679954ED2A192D0AB41599237 , 0x034FB8874744488383DFBAEBA242C01C , 0x03C02114927B49489605F912AF17B0C7 , 0x03C6F8B598544A8A8637E25D1D3D924E , 0x048A719D2C9B4C668F186336B9D26221 , 0x054825AB00664EE780D762BC63A565F6 , 0x0681187BEAD3415C8121F7991B610B87 , 0x07D9B04730414F4CBD2678F7C233D003 , 0x08BE2003E1CF4CD8944F32E3CC851ED0 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x0A02E5FE097D43EC8736119F01B68776 , 0x0A38581650A342BB97478E5552350B97 , 0x0C0AC20666DE4764A379B6612F021843 , 0x0C744C71BF0D42A1B3F2D74E4CBF2AF5 , 0x0CCB46B365F2477287554DD3541569D7 , 0x0D7D73A2179D4806816B48A04EC47D3B , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x10953279A95D4BF4B5444110D908C17F , 0x10A092D935EC48CE9A984D6E7FD9807B , 0x10CE65CF736A45F89CEC97E7031570C1 , 0x114228AC33AF489E8BCE183F24200D06 , 0x11735682C16940AFA1FC1CF7FA42031B , 0x1331F195378341CE9CCA709A2F053825 , 0x1361D38EA74042798C915B535CF08FC4 , 0x1378EB69008245AA83DAF302D53E9E75 , 0x13D97661A8F4433985597C5AA66D0F0D , 0x1401BAD0D59B429EA1A247DEA3C6A434 , 0x147C921683254C869D791B762F581652 , 0x1523D487604D47E8AF751DBA3EE14D71 , 0x155907F264854C3E8A1869530965DAF8 , 0x15AD86CACE00493B950B35699314C4C8 , 0x163215FFB5744EABA089458C0249E4D3 , 0x16B9616A693D407D83C39E039FEBF600 , 0x16C494A7C53A40CFBAF4735D14404B8A , 0x17C44E57E0114AB788FA54D1E598673C , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x185BC39C5A1847E393741703C8D49628 , 0x18BDE81010124AF98349469247926491 , 0x19633A5978EA4289B75F87752AC26E51 , 0x1A22E387DF214D0494F9E5975DC4BEFD , 0x1A4D4D11ACF549AD8216C3947952DA49 , 0x1BA80EE4D019453BA2AA88F20A2954B1 , 0x1CA72DE7852A45E39B0B19C6F8E71D8D , 0x1E1BFC6CF79B429094A7ADA57077F0FC , 0x1E30647CFCD649B0A5AC040CB613116F , 0x1ED0788DD1DA47DC985C6907F653DA57 , 0x1F307AFA7AC444879288D75B34ACAE7E , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x2094054B3CF1430385B3B74C04ABE2D8 , 0x21E1985CCCB543008968A98D6A359F53 , 0x2253D26DFB154892975DC2F0DF5BDA27 , 0x2327BAFB840241F097AC57BFC7E9211D , 0x2357D495879B4D7D99BF70DD74BAE9E2 , 0x2378A256DA4C453FB836A2624A598C77 , 0x23D0942441C94C73A17137A80FDF8BC1 , 0x241B4C597FA54436A3A1B2E1A9D69EA1 , 0x249864396EAF4D57A90D31DF1D653BDB , 0x25429889375643058AEDC6EECE94BF7C , 0x25AFE30A2A8F40A1B42355EE36E6B7E8 , 0x25EB99374A8443AAB686255510DE945F , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x263F416CDF79496C885690AF6F95D741 , 0x2759B8FC1BA84FFAB2BBA39C1276E568 , 0x27D8E293CBB54FFCA8054C22698D6123 , 0x2809413D9EF948FF887DF12BD6D4A7C8 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x28EB0E7092C64F63BF167F3AB99020D8 , 0x2A42A0F4A6A84E8B9B6A3E5F08C9CDF1 , 0x2A617E785FCD410C9A68563858061CDC , 0x2B61689014B14A779B3D3A15B426E15F , 0x2CFE77525D9643B0B587D60602108766 , 0x2D5C5CFCD61A487981BBAABFD7F37A03 , 0x2D740097A18E4A77B2E5F52A41555FF6 , 0x2DCFDF6C5C7C4F7DBACDC994F955863B , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0x2E0ADDD879D540AA9FEE7FC12F524E7D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2EC241AD2879442C8ADC75C286F0F9CB , 0x2EEA85C2AD8741FB92319EA225979219 , 0x2F50A833613B4B12987F4D7DE3490A5C , 0x2F7128DFF2FD4398B3C673533167ED75 , 0x2FD079F7F6E44903ABA2779E84E37C05 , 0x30B4E211AA274CA1B6119F6F65116006 , 0x310AE53291CE478FA5A4AC21C5E9F4F4 , 0x31735EE394174546B9A835372AFA3ED9 , 0x318112737BEE4C3BBEEB29BEC6051F08 , 0x31BAC12558F6468A852D1F88D1BD4C5A , 0x3246CE9A24C848C988D0F266AB6427BF , 0x327116C2A4654AF498C54D50B18A995D , 0x3383E5A2D507469A888369ED6AEC6A07 , 0x33AF431FCE0D4664BB18E29D3EAA0A02 , 0x34138F8667D2471E9539EEAC83AD5A42 , 0x34433D5294BB468BA3E490A1D6731BD9 , 0x34DBBE4330184A71B30A82EB5A245C07 , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x366D559A80814846865BD712D8B0A9AD , 0x36DBB9E6A97B4B16B12766604090C2DD , 0x36FBCBBE47B249309AECCBD00422730E , 0x37433BE6C23A4987A6A18B46E5A25823 , 0x38860C5A2A3346B3A85BFDD1CFB8B2C1 , 0x38DA844E838443CBA94C85C73E988AD8 , 0x3A7AF9FAC6F6443BA0559A346A783143 , 0x3B1C458E30D14037B7290E81886D154E , 0x3BE146B44CFE4EDCA2B2736B73E3B662 , 0x3C4B8655D18E43C78A7A27AC1D1B1660 , 0x3CD16D650ADA405E8851AAA84C8038A3 , 0x3CEB37A732424262915D394BDED5A67B , 0x3D962972D5934DB4A62F8F0594BCB764 , 0x3DEE4E3B4F544CA1B1166573355ECC18 , 0x3E2546C5F61040C78FE1B23B4C72A4F0 , 0x3ECCA446C6AD4690B9A36AA4CFF52F13 , 0x3EDBBF515DEC4D0D84C3CF82A8EA7439 , 0x3FB0F35880CF46E0B404BEEC72FAA500 , 0x403AADC1354A432FA2874195A7B7914D , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0x4082D8A9859047DB978BCFE5147949A5 , 0x4179506A797E4A7EB4E5CDE8D2CA1B6E , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x42AC5DBDB40E4CB0B8488207A77DA7EA , 0x42E42B1A5F27496E90CC98492A4BCADA , 0x43C4278FCC784730AD6F128A768BEEAB , 0x4439279BD433400E9E982FE0722AB21D , 0x44FA6FE0BC9546039E725539D5F1B514 , 0x474D6A68DEA14324889F4EE2C22D056E , 0x48C7EFBADE254A8B88822B1EBCE8CD3C , 0x49053590ADD249928B1FF6F19880A0FA , 0x490D9E5E605B48A79F96A7C9EBB3A182 , 0x49970EE25E7E49E6A15779EA2DD80576 , 0x4AA04414FB744C1F8F0C45A82D30A5BF , 0x4B40084DEDD448A9AEEB93700694B917 , 0x4D5BCDA9109A463AA03FB8CF855CFFB5 , 0x4DA4FB7B11BE40E0A8FC87B3E661533A , 0x4EDDB1CD128646DEB0BB966C1DE58069 , 0x51070503953F46338AE553AAD8369B0F , 0x52406E4EAF014AB09B1F417E25F5B7E1 , 0x52CB736438F347E59575893A2627E0A9 , 0x53BC052C6BBF41848E2AC9285A02AA09 , 0x546F7991CB24470995915C6A6A01EE9D , 0x54D969734A1B43B7B1C1BC70B009E4F3 , 0x5675AC6DC2B843289389A9976404D1C6 , 0x5889AC1A9B384C7CB91F9647E9DEBFEF , 0x58BC9D8729074EF98236767DADEC3D34 , 0x59D0FA25A2934FE6B4096B27A9CF75F8 , 0x5A5DE028EA0447C9A01CB7B886217E11 , 0x5A6E2BDADC1F4F2585AF1566EB9DC4C8 , 0x5B66FD2775E64D01B4707089D3EC875B , 0x5C03EB1DC4C44395918697871B76824E , 0x5C7F330505484474B53D9C1CC6CD5986 , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x5E4D14F60C72431FAA3492C5BD5D5925 , 0x5EF0DB616F45460D99440C4EBCAF3AA6 , 0x5F3F443A0E574E769051B57E5D38D563 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0x60CBA981CEA144C2BEDFB3040C1AC083 , 0x614CFAF0DF21415D853584D1B1F7B19B , 0x614E15004D3641388CC3CC990EC8FD54 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x61F23BCE78884BC5A6F2A0D930D51B4B , 0x6258E7A609B5478FAF7D67927128D208 , 0x6279E85C754A43909DE87F0D3B858351 , 0x63619FEC2A304A7980D864ACB950481D , 0x6396C6FB5AE34E6786EBE6578482B4A4 , 0x64467D68BA594444A87E0EE0A8B1BECD , 0x675283C0026E4B1FBC2F88C2C0FE9EDE , 0x677A415E3A0247C088EAD5274337B201 , 0x6788AFEE6FE34CE896DF6A5B510B5DFE , 0x67B7C5AB434F42E99693550B6A433624 , 0x6818E95658F548889767B5731ECE254B , 0x68DE481656174C3192AE115D2059C286 , 0x6955E8D02695472D8E544842887CF2C7 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x6A2CF839616048C89DE68CEC12779691 , 0x6B964F5A3937451898612FE36D78FA58 , 0x6C0EBB60BDDE441298BB33237A8D6CC0 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x6D70169AEBCB42F0BB535FA89C8B3670 , 0x6E7422EE1E14437DAB0D4B86288998A1 , 0x7118F991C525433E8B9CF776EE82B645 , 0x717962C7BED548EFB24EB9FE4422BFFD , 0x71BC4B433A3447B0970F0EE8860F1707 , 0x71BDC8185AE842D9B58A7346F1DF1BB6 , 0x71D6020C954C4435896A9B5EDF003946 , 0x71E56C6BA30148F5A4DD1F375BACFBE7 , 0x72A989C54D3140CD88D72747243ABF3D , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x73CC29371AA84E8B999A699A7C091D91 , 0x73CC2BF819EB462C9E70ABB20990BBDA , 0x7480A6AF0FA7423CB77E34F08C22C822 , 0x75166B7334EA4F82A8C27F60EBB62800 , 0x75BB9A6D7F6B4FEBA554A5F24FFD6E21 , 0x76B52493B51844539AF137DF3E9318F6 , 0x76F630340A594276A81FB2AF375D4FBD , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x788CD8E9C1994C219761F160CB5DF09D , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x79162AB2C32B42E58F2DA91913C072AA , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79D70872126F4C409BCD043E49B43F86 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x7AD1CC6EBB6A46B8A022753FC5784F54 , 0x7ADFF263991942E2BFBDB03EAB3C84F6 , 0x7B78956264E64648B9EC3A4EE33C8853 , 0x7CAF4CCF83EB44A5B0FD63CD4F812792 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x7E43EF4B965D44198DA2AF7E628E7491 , 0x7F09DDEEEDA54F608E108210A2723C77 , 0x7FD43840657E45538BF42AA7BDFA77E9 , 0x80F726953DEF42CAAB298D541BA142E4 , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x8382C1A7622347868D78B0A5FECCB0DE , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x8495A14811544D07B68CD85AF0DAFDE0 , 0x84AC473AA0CF46249A13D69B6A087633 , 0x8561A30FD88C469F947D1C9AA1C3DDDC , 0x860771B01391475C9B7C039EB8E212BE , 0x86A7BD38AC6E4516A4760AA51CD767EC , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x882A0D90845C46C9BB019659A615F235 , 0x88A6B28D142F4C83844CA2061F4C4B72 , 0x8AA74E302328422FB2F1C80B989069DB , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x8C617AAFD0804F13BC9B211A009D6055 , 0x8C807AF75CE4414EB06954B2F33FD8CB , 0x8CB60DC5F099405CA1ECF34FA00AEC38 , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x8D91A0ADFC0E4A04A0E4187CCC4F2C4B , 0x91528C9EE9504FA5AE2603C7663C3A0A , 0x915F6F42609F4ED9A99E3D50DB19EA7D , 0x9173B9E8D966492B9E01322CCFC41BAD , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x92199A0B5F05435F8BAAD258FBBC38FC , 0x923B10B539D140E29B576DCA3E4EFF08 , 0x92FDDCB4E88142B68C35245ECFE26BEC , 0x935BB4137B1E4CA89C832629DAB0D15E , 0x93FD47F3FBB747CD8C4322757BDE574D , 0x93FFEC43C2F7482B98FC41FE77E4BF8F , 0x9443B60F7E2340D28B96CAABF01E1C60 , 0x94699E2DE1F343CBA9DEEDF6F6B8EC51 , 0x956FE5BB118A40AEB1FE552F3FBCDE0E , 0x964B8604C87C4586A37050A01C0047B5 , 0x9679137632584753863DC17B19A2FC85 , 0x97D90C55E1F4421FB536210F0F36D324 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x981827E7323045D88452823E87F89762 , 0x985C9666A0984EF2B4235483AD35C9FF , 0x988013748C1E4BAD8621C342707A4E93 , 0x9886904574324A8682E3E1644A6E3D82 , 0x98F72E35EDFC410587AB04D6D3A0AA4C , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9A2EE2207CDB4230BC73DD90BD657DA5 , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9C37D3A022E646C9A7A6525F49675B52 , 0x9CC201417512452F828A97DFAFF5F55B , 0x9DD9575ED3954ABE95719A4B0C768BDF , 0x9E09FF73BB174326B43DDFEF77B464FA , 0x9E0A24038D8D4B1380918E3440EB6B7D , 0x9E81CE7F104642459841330A142790B8 , 0xA016E76FB8C64E5EAFEBC9DE859ACB65 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA10AA6A0BCD74DD6939EDF78B115F738 , 0xA2450ECD571C4C5CAC71C4A02A1FD540 , 0xA301D0F989E442B1A7F683461B4A260C , 0xA3296D93EF1A4CC787DA180AE9844796 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xA351ECC3ABE340FE819BA5AF44432790 , 0xA4566694F5354A1C993527ED1EF82A0E , 0xA4F1BABD2DE1456799B07FED98BE8827 , 0xA515EC3A82A04F1E894721413616A56D , 0xA53B7DE72ACC4313AD9752FA223AADDF , 0xA564DF702EDC437F8B2E30452C1BD0FC , 0xA5AF7C87513B4A8B92E8E59B99FFE4B2 , 0xA69F598F4D034F5B88E990F23C62D3C4 , 0xA6A99F9475354A60892D173B04034D30 , 0xA6DD34E9CE3E4019AC3A7C4A75EE8098 , 0xA7B1FE472CF94E40894D74540BCF95B3 , 0xA7D88CF9500144D1A75CA462FBCFE479 , 0xA821025B13F0464C84E855512A64902E , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xA984BDDA94D7410EA6F3E964BF16E4D2 , 0xA99384528610462C9810689AAC1F2463 , 0xAA0C3DEEA65E48E587700CE979186CBE , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAAA5BC742BBC40C1ADEF6829FBE9754B , 0xAAF7D41027A2445A88399822F9340CB2 , 0xAB8775D01F5949539DEA74CA9A4A3E9A , 0xABC21A6E379E4E4E847EB0E37887F985 , 0xAC36B2B89DDD4BDBAE71C3AC60CB486C , 0xACC864C0BF86429FB59BDA972C31599B , 0xAD7BE002A6284AB9B859577573EB3F7A , 0xADF28C1B866641CA80805EDA0F657E47 , 0xAE777A0418834992A68BC3E2D6F4F23C , 0xAEEA1A423ED7433988876248DD8E8577 , 0xAEFB2BCE292A47789AAA641CEACBA9A3 , 0xAF224F19D5A24CABA9A7B757B42089FD , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xB0A6B6FE4CBD4EE284A30126D7E56A72 , 0xB314E3899D7348C8886B1B5613B42686 , 0xB3773CC6B9CD42988E4887EF618FBC62 , 0xB3808D59829F4EF997E657A072FE2F46 , 0xB3BB42C8405F4D86BA2ACE35E793741F , 0xB3D5CFDF93044F0F9DA63E1BEC0F498F , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xB6817E6790EB4A7D9100760F3BF88225 , 0xB6B6CE0CC6EB46B68432EEE82BFF775D , 0xB76C3B21DB0B4A52B83A3A181A4064FB , 0xB855EE659C664948B741AB7B6B0CFBE3 , 0xB9E4876723EA4901A04DC204657FDDEF , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBB25B21FF85D4684803F95B1943C42EC , 0xBB8D0D8607FB48C593FF210266C195B3 , 0xBBCA2FD478C34821916D487CEEBCF9C9 , 0xBC20E9F20DC94F34B185DB4DFA6D4CB1 , 0xBCB4831422614776913DB46BB1728FEB , 0xBE9AB4381571405F9B4162AB5993EDEC , 0xBEB7F827536D4C0C99A65B29CC633566 , 0xBFB55C3F4C4249DFA16EE876127A6364 , 0xC09CE18224C649248A8B0CB0682B1899 , 0xC18F79F769C146D5BC1822F1C8A2A998 , 0xC2C5F21B354A4A4BAE760EAE5B581812 , 0xC36E1B4C6ADA49A5BFC72686F869E02E , 0xC41FA23CE3F74C958CCF1E654C9384B4 , 0xC4848A03C58848F1A65C9E94A28AEC22 , 0xC4E25B16B8884B7EB31241363632BC5B , 0xC56FD1CD261841DAB4D8F60FFC72D417 , 0xC6A6B8DACFF54EA69253CBBEA8DD83A1 , 0xC8A4D074005243CB88CAE8286262AB1E , 0xC903A61BB757477A84E4D9A0C5C33771 , 0xC9624D939B6A4E0C93CA62F20E412F0D , 0xC97D20DB37F4422D85C05E83CE0B7086 , 0xC9E71C56B11744C2A93B1261A9285300 , 0xCA5ED91585F9498BB653D3496A86667F , 0xCAF11042CE174FA78B82ED67C48198C7 , 0xCBC39C5BC3974CC3AF3626786366C972 , 0xCBE6A2576CE643599008A1FC22B61F99 , 0xCBEBBACAEC3D4334AF268918E9CF4D68 , 0xCC732DB2F4754CFE8E2B0841219F55BF , 0xCD689ABA69E04494835DC6D83337848D , 0xCDCA3DDE905240DB9D6C487DB52596EC , 0xCEA7C8C3AD9041FF843D3D515C7B883F , 0xCED7581F97E34DC28784BE92A4E9C818 , 0xCFE4F0E7482E473FADC7DAF350DE4181 , 0xD0C2933B3F8A45E69EE5B81D62978CF3 , 0xD2FA0D695E034113ABE43062A166E9A1 , 0xD3522A659BBD43C8A45EC8FC0F8F709E , 0xD39BF86892C84BE2B4754CD78A63076F , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xD57E60B4F4644CB9A880F888815CACBF , 0xD588741B684A4310B31DA17036B4104B , 0xD637A481C69A422F8876091A6D4313CB , 0xD64DB3FF0B654086950175B0219FC79A , 0xD6BEF27D0C2447E9ABB0E15C2DCDF2AC , 0xD6E107320D114791BFCB3A3B9E09A9A5 , 0xD6E6317C0A1940E2941019A26543B3A2 , 0xD722D8C2CC224A3894453EA0E6EDD748 , 0xD81DB2AC9B334358974AC9A4F7B01704 , 0xD87D0540EAB642BB85750C0B8DCA1B2A , 0xD8FE451BF5944FE9B5C195663D1560A6 , 0xD94006F86B8C4089B6EE6926C5F02520 , 0xD96453F56E2F404082E92C2A5B9E28E9 , 0xDA714EBB8CB54BF79277A88EF1CFAF9E , 0xDA7EB6ED197143A9B176C9A5AE5BF708 , 0xDAE780A45A4D4BB4BCA45268AF027FD0 , 0xDB75C38E0B784063BBB5EBB72AE910C9 , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xDC7B51EF9AB24CBD983A8C5E87F9C073 , 0xDEF3E3C98A1F473E86E8DC4AF1D83E5C , 0xDF5A58B8DCC94914B6615912041AFB04 , 0xE0B6BCEBDB774774A8B91A0290CC2F7B , 0xE1E53A250B554D59B8EF719139774304 , 0xE21D412C1F934FB9913A0778C68CFC38 , 0xE268901044D74F4997C8798505FDEA63 , 0xE3AEC067933045A2934BD1E3856C263A , 0xE491FA421A8C4504836B75A0719097FE , 0xE49C7A80666742BEA08686A39FD8694D , 0xE57BFB0519524B4D84CA679B8E30CCD9 , 0xE59715CFFF5944048CE8B35F62C843E5 , 0xE737EB516EBB4EFBAFEA88D911FC2D76 , 0xE751FF5DE71C4928A72D7E1487A648B6 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE8474CA99F3141B5829B8C0E394E29A5 , 0xE977F7820B97441ABCFE8FAB11EED316 , 0xE99F3C4BA046461383A9BC673D0B87AF , 0xEA2C96DB1DAC4782B1E1D33DDE59FD1D , 0xEA72A169AA5D4806A0542A9C12611C18 , 0xEAC074F1C6B64245A7A6A1435B9D8D2F , 0xEAC2B6C542994B059FE86781E99700C7 , 0xEAD5EBFC0DAA40C9976065D365C664AD , 0xEBB547A12DE34E15A17E78BCEA1CF096 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xEDEE93A5EDD94081B999DEEDB01B4CB7 , 0xEE0A889D1F1A43D3ADAC7B0C8B165766 , 0xEE2EFC9382B949649E4C9BADDA10E20E , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xEED410F984E040869EB8E6CAC2F3CEC8 , 0xEF703AAEB7D742AC8DD7660634531135 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xF00AC70607DD401AA07C54DD5EEA255E , 0xF01609EBC20648E2857BC831645AC85E , 0xF03CB57596E4425D94B6E7074980A798 , 0xF469CF656F01427A891B42338BAF37A6 , 0xF484688D38824179A8FF1FFFDDE240F1 , 0xF4E92F47526641CBBDF6D00E472C4C79 , 0xF5BF0CDE0E44451E8682C11639665D08 , 0xF6F84C0F1EA746458DD2260B141A6C5E , 0xF7C344189BEE4AFF88A1A4A0466D0B7E , 0xF8462A0E3D9A4CB9B7B9CB080877B5FB , 0xF99819CFEDEA4EAEBDBBE36C556A45D8 , 0xF9DC162AA4FB45228ABD83B88A609623 , 0xF9E1D0344585488BA9C45E30875520BA , 0xFA405CC5429B40F9ACFE9BDD2F561E7D , 0xFA924AB395A74A03AB330F15FA601FBC , 0xFAE9BCE645F04D1DA74699F2F9137229 , 0xFBCD1E83A12C46A5B16BEBFA398B6EA1 , 0xFC2B9E37A2484C64AABC225FE25C0B4D , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFDC5C63B921E4DE49E79D66CBA61A87F , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xFEB6F706B0F94904AD57EA91116ECDBF , 0xB7CA1DFD522349228CCDE6EAEA76A3A2 )));
Copy
87
0.40 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.25 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.27 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/50-sx-2019-modelcode-F6001S4 "
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/50-sx-2019-modelcode-F6001S4' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.36 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.18 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.15 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.20 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.37 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.32 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
100
0.17 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.45 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.39 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.21 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.14 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
105
0.72 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.66 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.70 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.65 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.40 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.36 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.52 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
14.40 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/02049224c56347179fa4c013e2cfcd8f "
"/detail/6258e7a609b5478faf7d67927128d208 "
"/detail/fa924ab395a74a03ab330f15fa601fbc "
"/detail/86a7bd38ac6e4516a4760aa51cd767ec "
"/detail/e57bfb0519524b4d84ca679b8e30ccd9 "
"/detail/d57e60b4f4644cb9a880f888815cacbf "
"/detail/ef703aaeb7d742ac8dd7660634531135 "
"/detail/92199a0b5f05435f8baad258fbbc38fc "
"/detail/675283c0026e4b1fbc2f88c2c0fe9ede "
"/detail/fdc5c63b921e4de49e79d66cba61a87f "
"/detail/1e30647cfcd649b0a5ac040cb613116f "
"/detail/a53b7de72acc4313ad9752fa223aaddf "
"/detail/aa3031f9fd724dbc9fed884ea62b3cdd "
"/detail/c9e71c56b11744c2a93b1261a9285300 "
"/detail/53bc052c6bbf41848e2ac9285a02aa09 "
"/detail/1ba80ee4d019453ba2aa88f20a2954b1 "
"/detail/58bc9d8729074ef98236767dadec3d34 "
"/detail/cdca3dde905240db9d6c487db52596ec "
"/detail/7fd43840657e45538bf42aa7bdfa77e9 "
"/detail/67b7c5ab434f42e99693550b6a433624 "
"/detail/b0a6b6fe4cbd4ee284a30126d7e56a72 "
"/detail/2a617e785fcd410c9a68563858061cdc "
"/detail/0ccb46b365f2477287554dd3541569d7 "
"/detail/6955e8d02695472d8e544842887cf2c7 "
"/detail/f9dc162aa4fb45228abd83b88a609623 "
"/detail/2253d26dfb154892975dc2f0df5bda27 "
"/detail/76f630340a594276a81fb2af375d4fbd "
"/detail/ebb547a12de34e15a17e78bcea1cf096 "
"/detail/07d9b04730414f4cbd2678f7c233d003 "
"/detail/e977f7820b97441abcfe8fab11eed316 "
"/detail/ea2c96db1dac4782b1e1d33dde59fd1d "
"/detail/5b66fd2775e64d01b4707089d3ec875b "
"/detail/e8474ca99f3141b5829b8c0e394e29a5 "
"/detail/19633a5978ea4289b75f87752ac26e51 "
"/detail/114228ac33af489e8bce183f24200d06 "
"/detail/8cb60dc5f099405ca1ecf34fa00aec38 "
"/detail/421a3fdfd0d5460ab528e3707ca11a78 "
"/detail/7adff263991942e2bfbdb03eab3c84f6 "
"/detail/9e81ce7f104642459841330a142790b8 "
"/detail/a6dd34e9ce3e4019ac3a7c4a75ee8098 "
"/detail/11735682c16940afa1fc1cf7fa42031b "
"/detail/c6a6b8dacff54ea69253cbbea8dd83a1 "
"/detail/08be2003e1cf4cd8944f32e3cc851ed0 "
"/detail/318112737bee4c3bbeeb29bec6051f08 "
"/detail/5f3f443a0e574e769051b57e5d38d563 "
"/detail/93fd47f3fbb747cd8c4322757bde574d "
"/detail/c4e25b16b8884b7eb31241363632bc5b "
"/detail/a0b3ba6665e14a1a8f7f78366f2c1b7f "
"/detail/8bdda3a3e5cf4a79b865e33743f707f4 "
"/detail/2dcfdf6c5c7c4f7dbacdc994f955863b "
"/detail/882a0d90845c46c9bb019659a615f235 "
"/detail/1f307afa7ac444879288d75b34acae7e "
"/detail/08fe3fb5188b4a49bb9ff8250e4c83c1 "
"/detail/ead5ebfc0daa40c9976065d365c664ad "
"/detail/beb7f827536d4c0c99a65b29cc633566 "
"/detail/49053590add249928b1ff6f19880a0fa "
"/detail/31bac12558f6468a852d1f88d1bd4c5a "
"/detail/a69f598f4d034f5b88e990f23c62d3c4 "
"/detail/004b11b664424995968a6294d4ea4ae7 "
"/detail/baaf0501442649a780e5481b2d0ca46d "
"/detail/2e7b613304dd4c96824d1be6ffd83190 "
"/detail/99eb30031dc3465c8fe88a9c89476e57 "
"/detail/3cd16d650ada405e8851aaa84c8038a3 "
"/detail/9c37d3a022e646c9a7a6525f49675b52 "
"/detail/73cc2bf819eb462c9e70abb20990bbda "
"/detail/51070503953f46338ae553aad8369b0f "
"/detail/9b4c7318e4a8486c98247e883aa9c1b1 "
"/detail/2ec241ad2879442c8adc75c286f0f9cb "
"/detail/c4848a03c58848f1a65c9e94a28aec22 "
"/detail/2759b8fc1ba84ffab2bba39c1276e568 "
"/detail/a10aa6a0bcd74dd6939edf78b115f738 "
"/detail/37433be6c23a4987a6a18b46e5a25823 "
"/detail/546f7991cb24470995915c6a6a01ee9d "
"/detail/7118f991c525433e8b9cf776ee82b645 "
"/detail/9926731f6f8e4d65b1f505aab3e402cf "
"/detail/17c8ad20f8e743c5b4111f96115c9636 "
"/detail/a4566694f5354a1c993527ed1ef82a0e "
"/detail/048a719d2c9b4c668f186336b9d26221 "
"/detail/249864396eaf4d57a90d31df1d653bdb "
"/detail/75166b7334ea4f82a8c27f60ebb62800 "
"/detail/030c2b8679954ed2a192d0ab41599237 "
"/detail/6086c696ed2c4ab0b2631cf6889048bd "
"/detail/3383e5a2d507469a888369ed6aec6a07 "
"/detail/cbebbacaec3d4334af268918e9cf4d68 "
"/detail/5a5de028ea0447c9a01cb7b886217e11 "
"/detail/5e4d14f60c72431faa3492c5bd5d5925 "
"/detail/15ad86cace00493b950b35699314c4c8 "
"/detail/4aa04414fb744c1f8f0c45a82d30a5bf "
"/detail/eac2b6c542994b059fe86781e99700c7 "
"/detail/a016e76fb8c64e5eafebc9de859acb65 "
"/detail/e737eb516ebb4efbafea88d911fc2d76 "
"/detail/fa405cc5429b40f9acfe9bdd2f561e7d "
"/detail/7480a6af0fa7423cb77e34f08c22c822 "
"/detail/2a42a0f4a6a84e8b9b6a3e5f08c9cdf1 "
"/detail/c56fd1cd261841dab4d8f60ffc72d417 "
"/detail/efb314ddb61f4dec851d6ff5fb59828e "
"/detail/68de481656174c3192ae115d2059c286 "
"/detail/ec9d1beed74a4e4b8609a7964777dfc0 "
"/detail/fe32dccd36e644e6ad9daa7a5a2d8e29 "
"/detail/3ceb37a732424262915d394bded5a67b "
"/detail/b49a3e6547784f1fb5d822d52cc9a507 "
"/detail/8561a30fd88c469f947d1c9aa1c3dddc "
"/detail/b3d5cfdf93044f0f9da63e1bec0f498f "
"/detail/adf28c1b866641ca80805eda0f657e47 "
"/detail/9a2ee2207cdb4230bc73dd90bd657da5 "
"/detail/ac36b2b89ddd4bdbae71c3ac60cb486c "
"/detail/c97d20db37f4422d85c05e83ce0b7086 "
"/detail/78f5e0f7431f46aba083791cf7ade7e2 "
"/detail/e794fca7a9f5459a9503de5a4fd3ae10 "
"/detail/7caf4ccf83eb44a5b0fd63cd4f812792 "
"/detail/b76c3b21db0b4a52b83a3a181a4064fb "
"/detail/81f3f318cc9f4ebabda85c3650ff1f56 "
"/detail/2357d495879b4d7d99bf70dd74bae9e2 "
"/detail/af2d7e408fe24e3cadadbcbe89317fc6 "
"/detail/5c03eb1dc4c44395918697871b76824e "
"/detail/44fa6fe0bc9546039e725539d5f1b514 "
"/detail/1ffe9d3abba04650b28f4122649d4f76 "
"/detail/eed410f984e040869eb8e6cac2f3cec8 "
"/detail/f7c344189bee4aff88a1a4a0466d0b7e "
"/detail/4da4fb7b11be40e0a8fc87b3e661533a "
"/detail/bfb55c3f4c4249dfa16ee876127a6364 "
"/detail/a821025b13f0464c84e855512a64902e "
"/detail/3c4b8655d18e43c78a7a27ac1d1b1660 "
"/detail/163215ffb5744eaba089458c0249e4d3 "
"/detail/a6a99f9475354a60892d173b04034d30 "
"/detail/30b4e211aa274ca1b6119f6f65116006 "
"/detail/80f726953def42caab298d541ba142e4 "
"/detail/aaf7d41027a2445a88399822f9340cb2 "
"/detail/fae9bce645f04d1da74699f2f9137229 "
"/detail/2df2a8bacbe24e83b3e1ceecfa8cf947 "
"/detail/d8fe451bf5944fe9b5c195663d1560a6 "
"/detail/4179506a797e4a7eb4e5cde8d2ca1b6e "
"/detail/fbcd1e83a12c46a5b16bebfa398b6ea1 "
"/detail/ced7581f97e34dc28784be92a4e9c818 "
"/detail/7e343212f7d849278d9336a7fe9d2d83 "
"/detail/6279e85c754a43909de87f0d3b858351 "
"/detail/f8462a0e3d9a4cb9b7b9cb080877b5fb "
"/detail/7ad1cc6ebb6a46b8a022753fc5784f54 "
"/detail/0a38581650a342bb97478e5552350b97 "
"/detail/0c0ac20666de4764a379b6612f021843 "
"/detail/79fad4f30b6f42fc840cf0b0f8222e2e "
"/detail/88a6b28d142f4c83844ca2061f4c4b72 "
"/detail/acc864c0bf86429fb59bda972c31599b "
"/detail/38860c5a2a3346b3a85bfdd1cfb8b2c1 "
"/detail/403aadc1354a432fa2874195a7b7914d "
"/detail/dc7a596505de4d38b5d0a3c8caa61b9d "
"/detail/d6bef27d0c2447e9abb0e15c2dcdf2ac "
"/detail/404c3c66aa574b1fbda3dd078b083aef "
"/detail/e0b6bcebdb774774a8b91a0290cc2f7b "
"/detail/d637a481c69a422f8876091a6d4313cb "
"/detail/10ce65cf736a45f89cec97e7031570c1 "
"/detail/98f72e35edfc410587ab04d6d3a0aa4c "
"/detail/2327bafb840241f097ac57bfc7e9211d "
"/detail/73cc29371aa84e8b999a699a7c091d91 "
"/detail/10a092d935ec48ce9a984d6e7fd9807b "
"/detail/71bc4b433a3447b0970f0ee8860f1707 "
"/detail/2094054b3cf1430385b3b74c04abe2d8 "
"/detail/28eb0e7092c64f63bf167f3ab99020d8 "
"/detail/cea7c8c3ad9041ff843d3d515c7b883f "
"/detail/a34d0614c2e1433585e1fc3c077dca45 "
"/detail/c09ce18224c649248a8b0cb0682b1899 "
"/detail/c36e1b4c6ada49a5bfc72686f869e02e "
"/detail/97d90c55e1f4421fb536210f0f36d324 "
"/detail/8495a14811544d07b68cd85af0dafde0 "
"/detail/f6f84c0f1ea746458dd2260b141a6c5e "
"/detail/48c7efbade254a8b88822b1ebce8cd3c "
"/detail/b6817e6790eb4a7d9100760f3bf88225 "
"/detail/a7b1fe472cf94e40894d74540bcf95b3 "
"/detail/8382c1a7622347868d78b0a5feccb0de "
"/detail/b855ee659c664948b741ab7b6b0cfbe3 "
"/detail/034fb8874744488383dfbaeba242c01c "
"/detail/2e0addd879d540aa9fee7fc12f524e7d "
"/detail/71d6020c954c4435896a9b5edf003946 "
"/detail/981827e7323045d88452823e87f89762 "
"/detail/f469cf656f01427a891b42338baf37a6 "
"/detail/d87d0540eab642bb85750c0b8dca1b2a "
"/detail/923b10b539d140e29b576dca3e4eff08 "
"/detail/d96453f56e2f404082e92c2a5b9e28e9 "
"/detail/d3c9cb38a11f42bea374e7a685bfd828 "
"/detail/1361d38ea74042798c915b535cf08fc4 "
"/detail/ee2efc9382b949649e4c9badda10e20e "
"/detail/d588741b684a4310b31da17036b4104b "
"/detail/2d5c5cfcd61a487981bbaabfd7f37a03 "
"/detail/1331f195378341ce9cca709a2f053825 "
"/detail/17c44e57e0114ab788fa54d1e598673c "
"/detail/a3296d93ef1a4cc787da180ae9844796 "
"/detail/ab8775d01f5949539dea74ca9a4a3e9a "
"/detail/2d740097a18e4a77b2e5f52a41555ff6 "
"/detail/3edbbf515dec4d0d84c3cf82a8ea7439 "
"/detail/3fb0f35880cf46e0b404beec72faa500 "
"/detail/c8a4d074005243cb88cae8286262ab1e "
"/detail/03c6f8b598544a8a8637e25d1d3d924e "
"/detail/3e2546c5f61040c78fe1b23b4c72a4f0 "
"/detail/9e09ff73bb174326b43ddfef77b464fa "
"/detail/01241723df8d4cb6af8a25ef19d9419b "
"/detail/cbe6a2576ce643599008a1fc22b61f99 "
"/detail/1ca72de7852a45e39b0b19c6f8e71d8d "
"/detail/af224f19d5a24caba9a7b757b42089fd "
"/detail/3be146b44cfe4edca2b2736b73e3b662 "
"/detail/d81db2ac9b334358974ac9a4f7b01704 "
"/detail/1378eb69008245aa83daf302d53e9e75 "
"/detail/a94cfdb36a34413f8b774e70d8173a8d "
"/detail/a984bdda94d7410ea6f3e964bf16e4d2 "
"/detail/42e42b1a5f27496e90cc98492a4bcada "
"/detail/92fddcb4e88142b68c35245ecfe26bec "
"/detail/52cb736438f347e59575893a2627e0a9 "
"/detail/5d97db9b33204df4b5cb13e6348076cc "
"/detail/0e56c79bb26b423dac3b0733a0d12505 "
"/detail/c2c5f21b354a4a4bae760eae5b581812 "
"/detail/b3808d59829f4ef997e657a072fe2f46 "
"/detail/be9ab4381571405f9b4162ab5993edec "
"/detail/d39bf86892c84be2b4754cd78a63076f "
"/detail/34433d5294bb468ba3e490a1d6731bd9 "
"/detail/63619fec2a304a7980d864acb950481d "
"/detail/e491fa421a8c4504836b75a0719097fe "
"/detail/a5af7c87513b4a8b92e8e59b99ffe4b2 "
"/detail/0a02e5fe097d43ec8736119f01b68776 "
"/detail/c18f79f769c146d5bc1822f1c8a2a998 "
"/detail/61f23bce78884bc5a6f2a0d930d51b4b "
"/detail/a564df702edc437f8b2e30452c1bd0fc "
"/detail/3d962972d5934db4a62f8f0594bcb764 "
"/detail/31735ee394174546b9a835372afa3ed9 "
"/detail/5c7f330505484474b53d9c1cc6cd5986 "
"/detail/0681187bead3415c8121f7991b610b87 "
"/detail/43c4278fcc784730ad6f128a768beeab "
"/detail/da7eb6ed197143a9b176c9a5ae5bf708 "
"/detail/4439279bd433400e9e982fe0722ab21d "
"/detail/feb6f706b0f94904ad57ea91116ecdbf "
"/detail/2809413d9ef948ff887df12bd6d4a7c8 "
"/detail/1a4d4d11acf549ad8216c3947952da49 "
"/detail/79d70872126f4c409bcd043e49b43f86 "
"/detail/e751ff5de71c4928a72d7e1487a648b6 "
"/detail/915f6f42609f4ed9a99e3d50db19ea7d "
"/detail/f00ac70607dd401aa07c54dd5eea255e "
"/detail/614e15004d3641388cc3cc990ec8fd54 "
"/detail/edee93a5edd94081b999deedb01b4cb7 "
"/detail/23d0942441c94c73a17137a80fdf8bc1 "
"/detail/f4e92f47526641cbbdf6d00e472c4c79 "
"/detail/1ed0788dd1da47dc985c6907f653da57 "
"/detail/33af431fce0d4664bb18e29d3eaa0a02 "
"/detail/60cba981cea144c2bedfb3040c1ac083 "
"/detail/da714ebb8cb54bf79277a88ef1cfaf9e "
"/detail/34138f8667d2471e9539eeac83ad5a42 "
"/detail/6e7422ee1e14437dab0d4b86288998a1 "
"/detail/9cc201417512452f828a97dfaff5f55b "
"/detail/49970ee25e7e49e6a15779ea2dd80576 "
"/detail/8cfed6c00ed74961888007e6baa2e64a "
"/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f "
"/detail/aeea1a423ed7433988876248dd8e8577 "
"/detail/799e29169fe34e0da8cd9d76df9a6365 "
"/detail/cd689aba69e04494835dc6d83337848d "
"/detail/d0c2933b3f8a45e69ee5b81d62978cf3 "
"/detail/25afe30a2a8f40a1b42355ee36e6b7e8 "
"/detail/72d70c67e6474ddcb1fba965b12ecd8a "
"/detail/354dedc90e1846c0a478ee2e699cf29c "
"/detail/aefb2bce292a47789aaa641ceacba9a3 "
"/detail/fca1613aa50444608ef93a7ca5d619ea "
"/detail/93ffec43c2f7482b98fc41fe77e4bf8f "
"/detail/d94006f86b8c4089b6ee6926c5f02520 "
"/detail/0d7d73a2179d4806816b48a04ec47d3b "
"/detail/9679137632584753863dc17b19a2fc85 "
"/detail/10953279a95d4bf4b5444110d908c17f "
"/detail/3a7af9fac6f6443ba0559a346a783143 "
"/detail/e3aec067933045a2934bd1e3856c263a "
"/detail/8c807af75ce4414eb06954b2f33fd8cb "
"/detail/25eb99374a8443aab686255510de945f "
"/detail/94699e2de1f343cba9deedf6f6b8ec51 "
"/detail/7b78956264e64648b9ec3a4ee33c8853 "
"/detail/71bdc8185ae842d9b58a7346f1df1bb6 "
"/detail/e21d412c1f934fb9913a0778c68cfc38 "
"/detail/2cfe77525d9643b0b587d60602108766 "
"/detail/bb8d0d8607fb48c593ff210266c195b3 "
"/detail/d6e6317c0a1940e2941019a26543b3a2 "
"/detail/3246ce9a24c848c988d0f266ab6427bf "
"/detail/52406e4eaf014ab09b1f417e25f5b7e1 "
"/detail/d722d8c2cc224a3894453ea0e6edd748 "
"/detail/13d97661a8f4433985597c5aa66d0f0d "
"/detail/91c047d4ae304b3ba0514155f2e018b1 "
"/detail/9dd9575ed3954abe95719a4b0c768bdf "
"/detail/6396c6fb5ae34e6786ebe6578482b4a4 "
"/detail/4082d8a9859047db978bcfe5147949a5 "
"/detail/ad7be002a6284ab9b859577573eb3f7a "
"/detail/6b964f5a3937451898612fe36d78fa58 "
"/detail/474d6a68dea14324889f4ee2c22d056e "
"/detail/9173b9e8d966492b9e01322ccfc41bad "
"/detail/a99384528610462c9810689aac1f2463 "
"/detail/147c921683254c869d791b762f581652 "
"/detail/cbc39c5bc3974cc3af3626786366c972 "
"/detail/a301d0f989e442b1a7f683461b4a260c "
"/detail/16c494a7c53a40cfbaf4735d14404b8a "
"/detail/6788afee6fe34ce896df6a5b510b5dfe "
"/detail/bbca2fd478c34821916d487ceebcf9c9 "
"/detail/8c617aafd0804f13bc9b211a009d6055 "
"/detail/9803ef0a5bd64df7925d48b7e0849934 "
"/detail/78842c1f55f842a3b0fca229c9bc9ab1 "
"/detail/9e0a24038d8d4b1380918e3440eb6b7d "
"/detail/e99f3c4ba046461383a9bc673d0b87af "
"/detail/bc20e9f20dc94f34b185db4dfa6d4cb1 "
"/detail/366d559a80814846865bd712d8b0a9ad "
"/detail/83ab4b4c265445cdb204d27e9ccc7a1b "
"/detail/b6b6ce0cc6eb46b68432eee82bff775d "
"/detail/185bc39c5a1847e393741703c8d49628 "
"/detail/f484688d38824179a8ff1fffdde240f1 "
"/detail/241b4c597fa54436a3a1b2e1a9d69ea1 "
"/detail/2627e9e8f6e2495ca9611aabcf11c9c2 "
"/detail/79e9d5f3f1014e72aa38235a8861780c "
"/detail/054825ab00664ee780d762bc63a565f6 "
"/detail/16b9616a693d407d83c39e039febf600 "
"/detail/2378a256da4c453fb836a2624a598c77 "
"/detail/a0ba480c6574462fb41de76eece5a313 "
"/detail/6cac5c8418864d1e83240af4a4918714 "
"/detail/614cfaf0df21415d853584d1b1f7b19b "
"/detail/310ae53291ce478fa5a4ac21c5e9f4f4 "
"/detail/5a6e2bdadc1f4f2585af1566eb9dc4c8 "
"/detail/6c0ebb60bdde441298bb33237a8d6cc0 "
"/detail/1e1bfc6cf79b429094a7ada57077f0fc "
"/detail/ea72a169aa5d4806a0542a9c12611c18 "
"/detail/2fd079f7f6e44903aba2779e84e37c05 "
"/detail/7e43ef4b965d44198da2af7e628e7491 "
"/detail/eac074f1c6b64245a7a6a1435b9d8d2f "
"/detail/def3e3c98a1f473e86e8dc4af1d83e5c "
"/detail/b3773cc6b9cd42988e4887ef618fbc62 "
"/detail/9886904574324a8682e3e1644a6e3d82 "
"/detail/59d0fa25a2934fe6b4096b27a9cf75f8 "
"/detail/75bb9a6d7f6b4feba554a5f24ffd6e21 "
"/detail/a7d88cf9500144d1a75ca462fbcfe479 "
"/detail/1401bad0d59b429ea1a247dea3c6a434 "
"/detail/21e1985cccb543008968a98d6a359f53 "
"/detail/25429889375643058aedc6eece94bf7c "
"/detail/b314e3899d7348c8886b1b5613b42686 "
"/detail/18bde81010124af98349469247926491 "
"/detail/677a415e3a0247c088ead5274337b201 "
"/detail/e49c7a80666742bea08686a39fd8694d "
"/detail/7f09ddeeeda54f608e108210a2723c77 "
"/detail/a4f1babd2de1456799b07fed98be8827 "
"/detail/cfe4f0e7482e473fadc7daf350de4181 "
"/detail/0c744c71bf0d42a1b3f2d74e4cbf2af5 "
"/detail/717962c7bed548efb24eb9fe4422bffd "
"/detail/004be9ae86844381a8ba7a64faf35e56 "
"/detail/2f50a833613b4b12987f4d7de3490a5c "
"/detail/8d91a0adfc0e4a04a0e4187ccc4f2c4b "
"/detail/5675ac6dc2b843289389a9976404d1c6 "
"/detail/42ac5dbdb40e4cb0b8488207a77da7ea "
"/detail/dc7b51ef9ab24cbd983a8c5e87f9c073 "
"/detail/6d70169aebcb42f0bb535fa89c8b3670 "
"/detail/9443b60f7e2340d28b96caabf01e1c60 "
"/detail/1523d487604d47e8af751dba3ee14d71 "
"/detail/6818e95658f548889767b5731ece254b "
"/detail/aa0c3deea65e48e587700ce979186cbe "
"/detail/abc21a6e379e4e4e847eb0e37887f985 "
"/detail/a515ec3a82a04f1e894721413616a56d "
"/detail/b3bb42c8405f4d86ba2ace35e793741f "
"/detail/788cd8e9c1994c219761f160cb5df09d "
"/detail/38da844e838443cba94c85c73e988ad8 "
"/detail/155907f264854c3e8a1869530965daf8 "
"/detail/bb25b21ff85d4684803f95b1943c42ec "
"/detail/490d9e5e605b48a79f96a7c9ebb3a182 "
"/detail/f5bf0cde0e44451e8682c11639665d08 "
"/detail/64467d68ba594444a87e0ee0a8b1becd "
"/detail/ca5ed91585f9498bb653d3496a86667f "
"/detail/27d8e293cbb54ffca8054c22698d6123 "
"/detail/dae780a45a4d4bb4bca45268af027fd0 "
"/detail/f01609ebc20648e2857bc831645ac85e "
"/detail/985c9666a0984ef2b4235483ad35c9ff "
"/detail/cc732db2f4754cfe8e2b0841219f55bf "
"/detail/ee0a889d1f1a43d3adac7b0c8b165766 "
"/detail/bcb4831422614776913db46bb1728feb "
"/detail/36fbcbbe47b249309aeccbd00422730e "
"/detail/f9e1d0344585488ba9c45e30875520ba "
"/detail/c41fa23ce3f74c958ccf1e654c9384b4 "
"/detail/76b52493b51844539af137df3e9318f6 "
"/detail/860771b01391475c9b7c039eb8e212be "
"/detail/4d5bcda9109a463aa03fb8cf855cffb5 "
"/detail/54d969734a1b43b7b1c1bc70b009e4f3 "
"/detail/263f416cdf79496c885690af6f95d741 "
"/detail/3dee4e3b4f544ca1b1166573355ecc18 "
"/detail/2f7128dff2fd4398b3c673533167ed75 "
"/detail/8aa74e302328422fb2f1c80b989069db "
"/detail/f03cb57596e4425d94b6e7074980a798 "
"/detail/03c02114927b49489605f912af17b0c7 "
"/detail/5889ac1a9b384c7cb91f9647e9debfef "
"/detail/3ecca446c6ad4690b9a36aa4cff52f13 "
"/detail/2eea85c2ad8741fb92319ea225979219 "
"/detail/a351ecc3abe340fe819ba5af44432790 "
"/detail/c903a61bb757477a84e4d9a0c5c33771 "
"/detail/988013748c1e4bad8621c342707a4e93 "
"/detail/327116c2a4654af498c54d50b18a995d "
"/detail/2b61689014b14a779b3d3a15b426e15f "
"/detail/36dbb9e6a97b4b16b12766604090c2dd "
"/detail/d64db3ff0b654086950175b0219fc79a "
"/detail/a2450ecd571c4c5cac71c4a02a1fd540 "
"/detail/3b1c458e30d14037b7290e81886d154e "
"/detail/c9624d939b6a4e0c93ca62f20e412f0d "
"/detail/61debda1020043959aa497cad8711d71 "
"/detail/34dbbe4330184a71b30a82eb5a245c07 "
"/detail/964b8604c87c4586a37050a01c0047b5 "
"/detail/db75c38e0b784063bbb5ebb72ae910c9 "
"/detail/72a989c54d3140cd88d72747243abf3d "
"/detail/e268901044d74f4997c8798505fdea63 "
"/detail/696571e2efef43a1bf0e6634566035f3 "
"/detail/ee3f523172b948e3a38a76932aafa9a7 "
"/detail/91528c9ee9504fa5ae2603c7663c3a0a "
"/detail/ae777a0418834992a68bc3e2d6f4f23c "
"/detail/caf11042ce174fa78b82ed67c48198c7 "
"/detail/79162ab2c32b42e58f2da91913c072aa "
"/detail/d6e107320d114791bfcb3a3b9e09a9a5 "
"/detail/956fe5bb118a40aeb1fe552f3fbcde0e "
"/detail/289e9338267a4f9f9c8acebb1c389498 "
"/detail/aaa5bc742bbc40c1adef6829fbe9754b "
"/detail/d3522a659bbd43c8a45ec8fc0f8f709e "
"/detail/e59715cfff5944048ce8b35f62c843e5 "
"/detail/5ef0db616f45460d99440c4ebcaf3aa6 "
"/detail/fc2b9e37a2484c64aabc225fe25c0b4d "
"/detail/4b40084dedd448a9aeeb93700694b917 "
"/detail/fe59b7bdda6d4ccca68b442619bce23a "
"/detail/df5a58b8dcc94914b6615912041afb04 "
"/detail/6a2cf839616048c89de68cec12779691 "
"/detail/935bb4137b1e4ca89c832629dab0d15e "
"/detail/71e56c6ba30148f5a4dd1f375bacfbe7 "
"/detail/84ac473aa0cf46249a13d69b6a087633 "
"/detail/4eddb1cd128646deb0bb966c1de58069 "
"/detail/1a22e387df214d0494f9e5975dc4befd "
"/detail/e1e53a250b554d59b8ef719139774304 "
"/detail/f99819cfedea4eaebdbbe36c556a45d8 "
"/detail/d2fa0d695e034113abe43062a166e9a1 "
"/detail/b9e4876723ea4901a04dc204657fddef "
"/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/02049224c56347179fa4c013e2cfcd8f' , '/detail/6258e7a609b5478faf7d67927128d208' , '/detail/fa924ab395a74a03ab330f15fa601fbc' , '/detail/86a7bd38ac6e4516a4760aa51cd767ec' , '/detail/e57bfb0519524b4d84ca679b8e30ccd9' , '/detail/d57e60b4f4644cb9a880f888815cacbf' , '/detail/ef703aaeb7d742ac8dd7660634531135' , '/detail/92199a0b5f05435f8baad258fbbc38fc' , '/detail/675283c0026e4b1fbc2f88c2c0fe9ede' , '/detail/fdc5c63b921e4de49e79d66cba61a87f' , '/detail/1e30647cfcd649b0a5ac040cb613116f' , '/detail/a53b7de72acc4313ad9752fa223aaddf' , '/detail/aa3031f9fd724dbc9fed884ea62b3cdd' , '/detail/c9e71c56b11744c2a93b1261a9285300' , '/detail/53bc052c6bbf41848e2ac9285a02aa09' , '/detail/1ba80ee4d019453ba2aa88f20a2954b1' , '/detail/58bc9d8729074ef98236767dadec3d34' , '/detail/cdca3dde905240db9d6c487db52596ec' , '/detail/7fd43840657e45538bf42aa7bdfa77e9' , '/detail/67b7c5ab434f42e99693550b6a433624' , '/detail/b0a6b6fe4cbd4ee284a30126d7e56a72' , '/detail/2a617e785fcd410c9a68563858061cdc' , '/detail/0ccb46b365f2477287554dd3541569d7' , '/detail/6955e8d02695472d8e544842887cf2c7' , '/detail/f9dc162aa4fb45228abd83b88a609623' , '/detail/2253d26dfb154892975dc2f0df5bda27' , '/detail/76f630340a594276a81fb2af375d4fbd' , '/detail/ebb547a12de34e15a17e78bcea1cf096' , '/detail/07d9b04730414f4cbd2678f7c233d003' , '/detail/e977f7820b97441abcfe8fab11eed316' , '/detail/ea2c96db1dac4782b1e1d33dde59fd1d' , '/detail/5b66fd2775e64d01b4707089d3ec875b' , '/detail/e8474ca99f3141b5829b8c0e394e29a5' , '/detail/19633a5978ea4289b75f87752ac26e51' , '/detail/114228ac33af489e8bce183f24200d06' , '/detail/8cb60dc5f099405ca1ecf34fa00aec38' , '/detail/421a3fdfd0d5460ab528e3707ca11a78' , '/detail/7adff263991942e2bfbdb03eab3c84f6' , '/detail/9e81ce7f104642459841330a142790b8' , '/detail/a6dd34e9ce3e4019ac3a7c4a75ee8098' , '/detail/11735682c16940afa1fc1cf7fa42031b' , '/detail/c6a6b8dacff54ea69253cbbea8dd83a1' , '/detail/08be2003e1cf4cd8944f32e3cc851ed0' , '/detail/318112737bee4c3bbeeb29bec6051f08' , '/detail/5f3f443a0e574e769051b57e5d38d563' , '/detail/93fd47f3fbb747cd8c4322757bde574d' , '/detail/c4e25b16b8884b7eb31241363632bc5b' , '/detail/a0b3ba6665e14a1a8f7f78366f2c1b7f' , '/detail/8bdda3a3e5cf4a79b865e33743f707f4' , '/detail/2dcfdf6c5c7c4f7dbacdc994f955863b' , '/detail/882a0d90845c46c9bb019659a615f235' , '/detail/1f307afa7ac444879288d75b34acae7e' , '/detail/08fe3fb5188b4a49bb9ff8250e4c83c1' , '/detail/ead5ebfc0daa40c9976065d365c664ad' , '/detail/beb7f827536d4c0c99a65b29cc633566' , '/detail/49053590add249928b1ff6f19880a0fa' , '/detail/31bac12558f6468a852d1f88d1bd4c5a' , '/detail/a69f598f4d034f5b88e990f23c62d3c4' , '/detail/004b11b664424995968a6294d4ea4ae7' , '/detail/baaf0501442649a780e5481b2d0ca46d' , '/detail/2e7b613304dd4c96824d1be6ffd83190' , '/detail/99eb30031dc3465c8fe88a9c89476e57' , '/detail/3cd16d650ada405e8851aaa84c8038a3' , '/detail/9c37d3a022e646c9a7a6525f49675b52' , '/detail/73cc2bf819eb462c9e70abb20990bbda' , '/detail/51070503953f46338ae553aad8369b0f' , '/detail/9b4c7318e4a8486c98247e883aa9c1b1' , '/detail/2ec241ad2879442c8adc75c286f0f9cb' , '/detail/c4848a03c58848f1a65c9e94a28aec22' , '/detail/2759b8fc1ba84ffab2bba39c1276e568' , '/detail/a10aa6a0bcd74dd6939edf78b115f738' , '/detail/37433be6c23a4987a6a18b46e5a25823' , '/detail/546f7991cb24470995915c6a6a01ee9d' , '/detail/7118f991c525433e8b9cf776ee82b645' , '/detail/9926731f6f8e4d65b1f505aab3e402cf' , '/detail/17c8ad20f8e743c5b4111f96115c9636' , '/detail/a4566694f5354a1c993527ed1ef82a0e' , '/detail/048a719d2c9b4c668f186336b9d26221' , '/detail/249864396eaf4d57a90d31df1d653bdb' , '/detail/75166b7334ea4f82a8c27f60ebb62800' , '/detail/030c2b8679954ed2a192d0ab41599237' , '/detail/6086c696ed2c4ab0b2631cf6889048bd' , '/detail/3383e5a2d507469a888369ed6aec6a07' , '/detail/cbebbacaec3d4334af268918e9cf4d68' , '/detail/5a5de028ea0447c9a01cb7b886217e11' , '/detail/5e4d14f60c72431faa3492c5bd5d5925' , '/detail/15ad86cace00493b950b35699314c4c8' , '/detail/4aa04414fb744c1f8f0c45a82d30a5bf' , '/detail/eac2b6c542994b059fe86781e99700c7' , '/detail/a016e76fb8c64e5eafebc9de859acb65' , '/detail/e737eb516ebb4efbafea88d911fc2d76' , '/detail/fa405cc5429b40f9acfe9bdd2f561e7d' , '/detail/7480a6af0fa7423cb77e34f08c22c822' , '/detail/2a42a0f4a6a84e8b9b6a3e5f08c9cdf1' , '/detail/c56fd1cd261841dab4d8f60ffc72d417' , '/detail/efb314ddb61f4dec851d6ff5fb59828e' , '/detail/68de481656174c3192ae115d2059c286' , '/detail/ec9d1beed74a4e4b8609a7964777dfc0' , '/detail/fe32dccd36e644e6ad9daa7a5a2d8e29' , '/detail/3ceb37a732424262915d394bded5a67b' , '/detail/b49a3e6547784f1fb5d822d52cc9a507' , '/detail/8561a30fd88c469f947d1c9aa1c3dddc' , '/detail/b3d5cfdf93044f0f9da63e1bec0f498f' , '/detail/adf28c1b866641ca80805eda0f657e47' , '/detail/9a2ee2207cdb4230bc73dd90bd657da5' , '/detail/ac36b2b89ddd4bdbae71c3ac60cb486c' , '/detail/c97d20db37f4422d85c05e83ce0b7086' , '/detail/78f5e0f7431f46aba083791cf7ade7e2' , '/detail/e794fca7a9f5459a9503de5a4fd3ae10' , '/detail/7caf4ccf83eb44a5b0fd63cd4f812792' , '/detail/b76c3b21db0b4a52b83a3a181a4064fb' , '/detail/81f3f318cc9f4ebabda85c3650ff1f56' , '/detail/2357d495879b4d7d99bf70dd74bae9e2' , '/detail/af2d7e408fe24e3cadadbcbe89317fc6' , '/detail/5c03eb1dc4c44395918697871b76824e' , '/detail/44fa6fe0bc9546039e725539d5f1b514' , '/detail/1ffe9d3abba04650b28f4122649d4f76' , '/detail/eed410f984e040869eb8e6cac2f3cec8' , '/detail/f7c344189bee4aff88a1a4a0466d0b7e' , '/detail/4da4fb7b11be40e0a8fc87b3e661533a' , '/detail/bfb55c3f4c4249dfa16ee876127a6364' , '/detail/a821025b13f0464c84e855512a64902e' , '/detail/3c4b8655d18e43c78a7a27ac1d1b1660' , '/detail/163215ffb5744eaba089458c0249e4d3' , '/detail/a6a99f9475354a60892d173b04034d30' , '/detail/30b4e211aa274ca1b6119f6f65116006' , '/detail/80f726953def42caab298d541ba142e4' , '/detail/aaf7d41027a2445a88399822f9340cb2' , '/detail/fae9bce645f04d1da74699f2f9137229' , '/detail/2df2a8bacbe24e83b3e1ceecfa8cf947' , '/detail/d8fe451bf5944fe9b5c195663d1560a6' , '/detail/4179506a797e4a7eb4e5cde8d2ca1b6e' , '/detail/fbcd1e83a12c46a5b16bebfa398b6ea1' , '/detail/ced7581f97e34dc28784be92a4e9c818' , '/detail/7e343212f7d849278d9336a7fe9d2d83' , '/detail/6279e85c754a43909de87f0d3b858351' , '/detail/f8462a0e3d9a4cb9b7b9cb080877b5fb' , '/detail/7ad1cc6ebb6a46b8a022753fc5784f54' , '/detail/0a38581650a342bb97478e5552350b97' , '/detail/0c0ac20666de4764a379b6612f021843' , '/detail/79fad4f30b6f42fc840cf0b0f8222e2e' , '/detail/88a6b28d142f4c83844ca2061f4c4b72' , '/detail/acc864c0bf86429fb59bda972c31599b' , '/detail/38860c5a2a3346b3a85bfdd1cfb8b2c1' , '/detail/403aadc1354a432fa2874195a7b7914d' , '/detail/dc7a596505de4d38b5d0a3c8caa61b9d' , '/detail/d6bef27d0c2447e9abb0e15c2dcdf2ac' , '/detail/404c3c66aa574b1fbda3dd078b083aef' , '/detail/e0b6bcebdb774774a8b91a0290cc2f7b' , '/detail/d637a481c69a422f8876091a6d4313cb' , '/detail/10ce65cf736a45f89cec97e7031570c1' , '/detail/98f72e35edfc410587ab04d6d3a0aa4c' , '/detail/2327bafb840241f097ac57bfc7e9211d' , '/detail/73cc29371aa84e8b999a699a7c091d91' , '/detail/10a092d935ec48ce9a984d6e7fd9807b' , '/detail/71bc4b433a3447b0970f0ee8860f1707' , '/detail/2094054b3cf1430385b3b74c04abe2d8' , '/detail/28eb0e7092c64f63bf167f3ab99020d8' , '/detail/cea7c8c3ad9041ff843d3d515c7b883f' , '/detail/a34d0614c2e1433585e1fc3c077dca45' , '/detail/c09ce18224c649248a8b0cb0682b1899' , '/detail/c36e1b4c6ada49a5bfc72686f869e02e' , '/detail/97d90c55e1f4421fb536210f0f36d324' , '/detail/8495a14811544d07b68cd85af0dafde0' , '/detail/f6f84c0f1ea746458dd2260b141a6c5e' , '/detail/48c7efbade254a8b88822b1ebce8cd3c' , '/detail/b6817e6790eb4a7d9100760f3bf88225' , '/detail/a7b1fe472cf94e40894d74540bcf95b3' , '/detail/8382c1a7622347868d78b0a5feccb0de' , '/detail/b855ee659c664948b741ab7b6b0cfbe3' , '/detail/034fb8874744488383dfbaeba242c01c' , '/detail/2e0addd879d540aa9fee7fc12f524e7d' , '/detail/71d6020c954c4435896a9b5edf003946' , '/detail/981827e7323045d88452823e87f89762' , '/detail/f469cf656f01427a891b42338baf37a6' , '/detail/d87d0540eab642bb85750c0b8dca1b2a' , '/detail/923b10b539d140e29b576dca3e4eff08' , '/detail/d96453f56e2f404082e92c2a5b9e28e9' , '/detail/d3c9cb38a11f42bea374e7a685bfd828' , '/detail/1361d38ea74042798c915b535cf08fc4' , '/detail/ee2efc9382b949649e4c9badda10e20e' , '/detail/d588741b684a4310b31da17036b4104b' , '/detail/2d5c5cfcd61a487981bbaabfd7f37a03' , '/detail/1331f195378341ce9cca709a2f053825' , '/detail/17c44e57e0114ab788fa54d1e598673c' , '/detail/a3296d93ef1a4cc787da180ae9844796' , '/detail/ab8775d01f5949539dea74ca9a4a3e9a' , '/detail/2d740097a18e4a77b2e5f52a41555ff6' , '/detail/3edbbf515dec4d0d84c3cf82a8ea7439' , '/detail/3fb0f35880cf46e0b404beec72faa500' , '/detail/c8a4d074005243cb88cae8286262ab1e' , '/detail/03c6f8b598544a8a8637e25d1d3d924e' , '/detail/3e2546c5f61040c78fe1b23b4c72a4f0' , '/detail/9e09ff73bb174326b43ddfef77b464fa' , '/detail/01241723df8d4cb6af8a25ef19d9419b' , '/detail/cbe6a2576ce643599008a1fc22b61f99' , '/detail/1ca72de7852a45e39b0b19c6f8e71d8d' , '/detail/af224f19d5a24caba9a7b757b42089fd' , '/detail/3be146b44cfe4edca2b2736b73e3b662' , '/detail/d81db2ac9b334358974ac9a4f7b01704' , '/detail/1378eb69008245aa83daf302d53e9e75' , '/detail/a94cfdb36a34413f8b774e70d8173a8d' , '/detail/a984bdda94d7410ea6f3e964bf16e4d2' , '/detail/42e42b1a5f27496e90cc98492a4bcada' , '/detail/92fddcb4e88142b68c35245ecfe26bec' , '/detail/52cb736438f347e59575893a2627e0a9' , '/detail/5d97db9b33204df4b5cb13e6348076cc' , '/detail/0e56c79bb26b423dac3b0733a0d12505' , '/detail/c2c5f21b354a4a4bae760eae5b581812' , '/detail/b3808d59829f4ef997e657a072fe2f46' , '/detail/be9ab4381571405f9b4162ab5993edec' , '/detail/d39bf86892c84be2b4754cd78a63076f' , '/detail/34433d5294bb468ba3e490a1d6731bd9' , '/detail/63619fec2a304a7980d864acb950481d' , '/detail/e491fa421a8c4504836b75a0719097fe' , '/detail/a5af7c87513b4a8b92e8e59b99ffe4b2' , '/detail/0a02e5fe097d43ec8736119f01b68776' , '/detail/c18f79f769c146d5bc1822f1c8a2a998' , '/detail/61f23bce78884bc5a6f2a0d930d51b4b' , '/detail/a564df702edc437f8b2e30452c1bd0fc' , '/detail/3d962972d5934db4a62f8f0594bcb764' , '/detail/31735ee394174546b9a835372afa3ed9' , '/detail/5c7f330505484474b53d9c1cc6cd5986' , '/detail/0681187bead3415c8121f7991b610b87' , '/detail/43c4278fcc784730ad6f128a768beeab' , '/detail/da7eb6ed197143a9b176c9a5ae5bf708' , '/detail/4439279bd433400e9e982fe0722ab21d' , '/detail/feb6f706b0f94904ad57ea91116ecdbf' , '/detail/2809413d9ef948ff887df12bd6d4a7c8' , '/detail/1a4d4d11acf549ad8216c3947952da49' , '/detail/79d70872126f4c409bcd043e49b43f86' , '/detail/e751ff5de71c4928a72d7e1487a648b6' , '/detail/915f6f42609f4ed9a99e3d50db19ea7d' , '/detail/f00ac70607dd401aa07c54dd5eea255e' , '/detail/614e15004d3641388cc3cc990ec8fd54' , '/detail/edee93a5edd94081b999deedb01b4cb7' , '/detail/23d0942441c94c73a17137a80fdf8bc1' , '/detail/f4e92f47526641cbbdf6d00e472c4c79' , '/detail/1ed0788dd1da47dc985c6907f653da57' , '/detail/33af431fce0d4664bb18e29d3eaa0a02' , '/detail/60cba981cea144c2bedfb3040c1ac083' , '/detail/da714ebb8cb54bf79277a88ef1cfaf9e' , '/detail/34138f8667d2471e9539eeac83ad5a42' , '/detail/6e7422ee1e14437dab0d4b86288998a1' , '/detail/9cc201417512452f828a97dfaff5f55b' , '/detail/49970ee25e7e49e6a15779ea2dd80576' , '/detail/8cfed6c00ed74961888007e6baa2e64a' , '/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f' , '/detail/aeea1a423ed7433988876248dd8e8577' , '/detail/799e29169fe34e0da8cd9d76df9a6365' , '/detail/cd689aba69e04494835dc6d83337848d' , '/detail/d0c2933b3f8a45e69ee5b81d62978cf3' , '/detail/25afe30a2a8f40a1b42355ee36e6b7e8' , '/detail/72d70c67e6474ddcb1fba965b12ecd8a' , '/detail/354dedc90e1846c0a478ee2e699cf29c' , '/detail/aefb2bce292a47789aaa641ceacba9a3' , '/detail/fca1613aa50444608ef93a7ca5d619ea' , '/detail/93ffec43c2f7482b98fc41fe77e4bf8f' , '/detail/d94006f86b8c4089b6ee6926c5f02520' , '/detail/0d7d73a2179d4806816b48a04ec47d3b' , '/detail/9679137632584753863dc17b19a2fc85' , '/detail/10953279a95d4bf4b5444110d908c17f' , '/detail/3a7af9fac6f6443ba0559a346a783143' , '/detail/e3aec067933045a2934bd1e3856c263a' , '/detail/8c807af75ce4414eb06954b2f33fd8cb' , '/detail/25eb99374a8443aab686255510de945f' , '/detail/94699e2de1f343cba9deedf6f6b8ec51' , '/detail/7b78956264e64648b9ec3a4ee33c8853' , '/detail/71bdc8185ae842d9b58a7346f1df1bb6' , '/detail/e21d412c1f934fb9913a0778c68cfc38' , '/detail/2cfe77525d9643b0b587d60602108766' , '/detail/bb8d0d8607fb48c593ff210266c195b3' , '/detail/d6e6317c0a1940e2941019a26543b3a2' , '/detail/3246ce9a24c848c988d0f266ab6427bf' , '/detail/52406e4eaf014ab09b1f417e25f5b7e1' , '/detail/d722d8c2cc224a3894453ea0e6edd748' , '/detail/13d97661a8f4433985597c5aa66d0f0d' , '/detail/91c047d4ae304b3ba0514155f2e018b1' , '/detail/9dd9575ed3954abe95719a4b0c768bdf' , '/detail/6396c6fb5ae34e6786ebe6578482b4a4' , '/detail/4082d8a9859047db978bcfe5147949a5' , '/detail/ad7be002a6284ab9b859577573eb3f7a' , '/detail/6b964f5a3937451898612fe36d78fa58' , '/detail/474d6a68dea14324889f4ee2c22d056e' , '/detail/9173b9e8d966492b9e01322ccfc41bad' , '/detail/a99384528610462c9810689aac1f2463' , '/detail/147c921683254c869d791b762f581652' , '/detail/cbc39c5bc3974cc3af3626786366c972' , '/detail/a301d0f989e442b1a7f683461b4a260c' , '/detail/16c494a7c53a40cfbaf4735d14404b8a' , '/detail/6788afee6fe34ce896df6a5b510b5dfe' , '/detail/bbca2fd478c34821916d487ceebcf9c9' , '/detail/8c617aafd0804f13bc9b211a009d6055' , '/detail/9803ef0a5bd64df7925d48b7e0849934' , '/detail/78842c1f55f842a3b0fca229c9bc9ab1' , '/detail/9e0a24038d8d4b1380918e3440eb6b7d' , '/detail/e99f3c4ba046461383a9bc673d0b87af' , '/detail/bc20e9f20dc94f34b185db4dfa6d4cb1' , '/detail/366d559a80814846865bd712d8b0a9ad' , '/detail/83ab4b4c265445cdb204d27e9ccc7a1b' , '/detail/b6b6ce0cc6eb46b68432eee82bff775d' , '/detail/185bc39c5a1847e393741703c8d49628' , '/detail/f484688d38824179a8ff1fffdde240f1' , '/detail/241b4c597fa54436a3a1b2e1a9d69ea1' , '/detail/2627e9e8f6e2495ca9611aabcf11c9c2' , '/detail/79e9d5f3f1014e72aa38235a8861780c' , '/detail/054825ab00664ee780d762bc63a565f6' , '/detail/16b9616a693d407d83c39e039febf600' , '/detail/2378a256da4c453fb836a2624a598c77' , '/detail/a0ba480c6574462fb41de76eece5a313' , '/detail/6cac5c8418864d1e83240af4a4918714' , '/detail/614cfaf0df21415d853584d1b1f7b19b' , '/detail/310ae53291ce478fa5a4ac21c5e9f4f4' , '/detail/5a6e2bdadc1f4f2585af1566eb9dc4c8' , '/detail/6c0ebb60bdde441298bb33237a8d6cc0' , '/detail/1e1bfc6cf79b429094a7ada57077f0fc' , '/detail/ea72a169aa5d4806a0542a9c12611c18' , '/detail/2fd079f7f6e44903aba2779e84e37c05' , '/detail/7e43ef4b965d44198da2af7e628e7491' , '/detail/eac074f1c6b64245a7a6a1435b9d8d2f' , '/detail/def3e3c98a1f473e86e8dc4af1d83e5c' , '/detail/b3773cc6b9cd42988e4887ef618fbc62' , '/detail/9886904574324a8682e3e1644a6e3d82' , '/detail/59d0fa25a2934fe6b4096b27a9cf75f8' , '/detail/75bb9a6d7f6b4feba554a5f24ffd6e21' , '/detail/a7d88cf9500144d1a75ca462fbcfe479' , '/detail/1401bad0d59b429ea1a247dea3c6a434' , '/detail/21e1985cccb543008968a98d6a359f53' , '/detail/25429889375643058aedc6eece94bf7c' , '/detail/b314e3899d7348c8886b1b5613b42686' , '/detail/18bde81010124af98349469247926491' , '/detail/677a415e3a0247c088ead5274337b201' , '/detail/e49c7a80666742bea08686a39fd8694d' , '/detail/7f09ddeeeda54f608e108210a2723c77' , '/detail/a4f1babd2de1456799b07fed98be8827' , '/detail/cfe4f0e7482e473fadc7daf350de4181' , '/detail/0c744c71bf0d42a1b3f2d74e4cbf2af5' , '/detail/717962c7bed548efb24eb9fe4422bffd' , '/detail/004be9ae86844381a8ba7a64faf35e56' , '/detail/2f50a833613b4b12987f4d7de3490a5c' , '/detail/8d91a0adfc0e4a04a0e4187ccc4f2c4b' , '/detail/5675ac6dc2b843289389a9976404d1c6' , '/detail/42ac5dbdb40e4cb0b8488207a77da7ea' , '/detail/dc7b51ef9ab24cbd983a8c5e87f9c073' , '/detail/6d70169aebcb42f0bb535fa89c8b3670' , '/detail/9443b60f7e2340d28b96caabf01e1c60' , '/detail/1523d487604d47e8af751dba3ee14d71' , '/detail/6818e95658f548889767b5731ece254b' , '/detail/aa0c3deea65e48e587700ce979186cbe' , '/detail/abc21a6e379e4e4e847eb0e37887f985' , '/detail/a515ec3a82a04f1e894721413616a56d' , '/detail/b3bb42c8405f4d86ba2ace35e793741f' , '/detail/788cd8e9c1994c219761f160cb5df09d' , '/detail/38da844e838443cba94c85c73e988ad8' , '/detail/155907f264854c3e8a1869530965daf8' , '/detail/bb25b21ff85d4684803f95b1943c42ec' , '/detail/490d9e5e605b48a79f96a7c9ebb3a182' , '/detail/f5bf0cde0e44451e8682c11639665d08' , '/detail/64467d68ba594444a87e0ee0a8b1becd' , '/detail/ca5ed91585f9498bb653d3496a86667f' , '/detail/27d8e293cbb54ffca8054c22698d6123' , '/detail/dae780a45a4d4bb4bca45268af027fd0' , '/detail/f01609ebc20648e2857bc831645ac85e' , '/detail/985c9666a0984ef2b4235483ad35c9ff' , '/detail/cc732db2f4754cfe8e2b0841219f55bf' , '/detail/ee0a889d1f1a43d3adac7b0c8b165766' , '/detail/bcb4831422614776913db46bb1728feb' , '/detail/36fbcbbe47b249309aeccbd00422730e' , '/detail/f9e1d0344585488ba9c45e30875520ba' , '/detail/c41fa23ce3f74c958ccf1e654c9384b4' , '/detail/76b52493b51844539af137df3e9318f6' , '/detail/860771b01391475c9b7c039eb8e212be' , '/detail/4d5bcda9109a463aa03fb8cf855cffb5' , '/detail/54d969734a1b43b7b1c1bc70b009e4f3' , '/detail/263f416cdf79496c885690af6f95d741' , '/detail/3dee4e3b4f544ca1b1166573355ecc18' , '/detail/2f7128dff2fd4398b3c673533167ed75' , '/detail/8aa74e302328422fb2f1c80b989069db' , '/detail/f03cb57596e4425d94b6e7074980a798' , '/detail/03c02114927b49489605f912af17b0c7' , '/detail/5889ac1a9b384c7cb91f9647e9debfef' , '/detail/3ecca446c6ad4690b9a36aa4cff52f13' , '/detail/2eea85c2ad8741fb92319ea225979219' , '/detail/a351ecc3abe340fe819ba5af44432790' , '/detail/c903a61bb757477a84e4d9a0c5c33771' , '/detail/988013748c1e4bad8621c342707a4e93' , '/detail/327116c2a4654af498c54d50b18a995d' , '/detail/2b61689014b14a779b3d3a15b426e15f' , '/detail/36dbb9e6a97b4b16b12766604090c2dd' , '/detail/d64db3ff0b654086950175b0219fc79a' , '/detail/a2450ecd571c4c5cac71c4a02a1fd540' , '/detail/3b1c458e30d14037b7290e81886d154e' , '/detail/c9624d939b6a4e0c93ca62f20e412f0d' , '/detail/61debda1020043959aa497cad8711d71' , '/detail/34dbbe4330184a71b30a82eb5a245c07' , '/detail/964b8604c87c4586a37050a01c0047b5' , '/detail/db75c38e0b784063bbb5ebb72ae910c9' , '/detail/72a989c54d3140cd88d72747243abf3d' , '/detail/e268901044d74f4997c8798505fdea63' , '/detail/696571e2efef43a1bf0e6634566035f3' , '/detail/ee3f523172b948e3a38a76932aafa9a7' , '/detail/91528c9ee9504fa5ae2603c7663c3a0a' , '/detail/ae777a0418834992a68bc3e2d6f4f23c' , '/detail/caf11042ce174fa78b82ed67c48198c7' , '/detail/79162ab2c32b42e58f2da91913c072aa' , '/detail/d6e107320d114791bfcb3a3b9e09a9a5' , '/detail/956fe5bb118a40aeb1fe552f3fbcde0e' , '/detail/289e9338267a4f9f9c8acebb1c389498' , '/detail/aaa5bc742bbc40c1adef6829fbe9754b' , '/detail/d3522a659bbd43c8a45ec8fc0f8f709e' , '/detail/e59715cfff5944048ce8b35f62c843e5' , '/detail/5ef0db616f45460d99440c4ebcaf3aa6' , '/detail/fc2b9e37a2484c64aabc225fe25c0b4d' , '/detail/4b40084dedd448a9aeeb93700694b917' , '/detail/fe59b7bdda6d4ccca68b442619bce23a' , '/detail/df5a58b8dcc94914b6615912041afb04' , '/detail/6a2cf839616048c89de68cec12779691' , '/detail/935bb4137b1e4ca89c832629dab0d15e' , '/detail/71e56c6ba30148f5a4dd1f375bacfbe7' , '/detail/84ac473aa0cf46249a13d69b6a087633' , '/detail/4eddb1cd128646deb0bb966c1de58069' , '/detail/1a22e387df214d0494f9e5975dc4befd' , '/detail/e1e53a250b554d59b8ef719139774304' , '/detail/f99819cfedea4eaebdbbe36c556a45d8' , '/detail/d2fa0d695e034113abe43062a166e9a1' , '/detail/b9e4876723ea4901a04dc204657fddef' , '/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.47 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