1
0.75 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.15 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.42 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.23 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.47 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.37 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"ersatzteilfinder/125-supermoto-2001-modelcode-112615 "
"ersatzteilfinder/125-supermoto-2001-modelcode-112615/ "
]
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/125-supermoto-2001-modelcode-112615' OR seo_path_info = 'ersatzteilfinder/125-supermoto-2001-modelcode-112615/' ));
Copy
7
0.25 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"/ersatzteilfinder/125-supermoto-2001-modelcode-112615 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/125-supermoto-2001-modelcode-112615' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.69 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.27 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.33 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"n7ndOKBch7faDW5UCUvWcfc2w2q62fqB "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'n7ndOKBch7faDW5UCUvWcfc2w2q62fqB' ) LIMIT 1 ;
Copy
11
0.32 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.57 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.26 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.24 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.34 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.20 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.29 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.26 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
19
0.16 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
20
0.45 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.45 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.56 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
23
0.19 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 ) LIMIT 1 ;
Copy
24
0.21 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"n7ndOKBch7faDW5UCUvWcfc2w2q62fqB "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'n7ndOKBch7faDW5UCUvWcfc2w2q62fqB' ;
Copy
25
0.27 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.44 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x06 9ÎΈ\x1F EùƒØà€•¨\f z "
b"†;orw>Jj²»Úï\x06 бQ "
b"øÆQ{o*MÚ¹œVu“2!, "
b"\x01 ˜§RqMx!†F\x14 â\x7F ‚Õ® "
b"\x16 a®\x11 Õ\x12 J^É\x04\x15\x1F ù\x1E ┘5 "
b"\x17 \Ò7V\x1A O~„PŒM9ö‰î "
b""\x15 ÿ;4üBÉàãÛÔ\r Â\x16 < "
b""¶±\v opA\x1D –zM®ì—we "
b"dꙦvÎK˜¿½Dh\x04\x00 µ! "
b"nœ¯å[\x1D @o£Ô\x1C\e ÚûÇs "
b"‡¯—zš1@𮡹fî÷²4 "
b"ïïY¯w"C\x1A íd░rýÀ\x15 É "
b"¦5?²¶ÂM(¡@\x0E µZÊŽE "
b"¼Ú¦ïTõO?’y\t \r ~¥ôŽ "
b"┌kÀpëÂAU¢¤»█tüu+ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"JxKq\x15 éM\x0F µq.¡Ñ\x1E ‰Ï "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"_þz\x06 e¹@-¾Ç:d\t\x12 d, "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ "
b"»l™órþEj‰ŒgÏ¡Dåh "
b"f`uS+àOuž=ƒµlCáY "
b"º«\x1E\x1C ■╝D(ìÕ╚S│ãd┴ "
b"<\x04 À–õÌBïš-<¸íì\x10 ) "
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"Íþ»\x00\x03 <Aà’¢©\x00 ¹bqp "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"""
.örVh\n
Mкƒ¢\x11\x16 ¤zû
"""
b"ViÞý\x03 ÎM†¥\x18 \r ÿ¸þ* "
b"`ZèœHF/‰\t »\x01 ŽóÚ "
b"e–Ö"\x19 fK%ŸÊ-ª}è1æ "
b"iÒ-À±\x07 L\x08 ™¥\t j’ÙÔH "
b"w(öc2\x15 Aü▒╠Õ╔ß─+Q "
b"z3\x13 ˜K«DÎŽ“ø¾Á©-> "
b"„é\e óÛÌAÈ·ôÉÂóŠS¤ "
b"ˆ>'ZTÊM"‡\x11 n,j¯\x03 \n "
b"Šiaz\x02 ìO\x15 “\e r¨äa¡\f "
b"«ÈÜ<®ºE࿵*y¯[Wr "
b"’[˺>Jè“Ä¢\x03 ü8=¸ "
b"¼†\x15 æœ;IÁ¯Æq480Êî "
b"ûð\x13 ·AsØ.pX\x07 õeÊ "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"Ê:+\x1C á¿Cl©╣þHRQØe "
b"ä,gl“±LŸª\x0F žÃíÝ›î "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0639CECE881F45F983D8E08095A80C7A , 0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0xF8C6517B6F2A4DDAB99C56759332212C , 0x0198A752714D7821864614E27F82D5AE , 0x1661A911E5124A5E9004151F971ED935 , 0x175CD237561A4F7E84508C4D39F689EE , 0x2215983B3481429085C6EAE20DB6163C , 0x22B6B10B6F70411D967A4DAEEC977765 , 0x64EA99A676CE4B98BFBD44680400B521 , 0x6E9CAFE55B1D406FA3D41C1BDAFBC773 , 0x87AF977A9A3140F0AEA1B966EEF7B234 , 0x8B8B59EE7722431AA164B072ECB71590 , 0xA6353FB2B6C24D28A1400EB55ACA8E45 , 0xBCDAA6EF54F54F3F9279090D7EA5F48E , 0xDA6BB77089B64155BDCFAFDB7481752B , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4A784B7115E94D0FB5712EA1D11E89CF , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x5FFE7A0665B9402DBEC73A640912642C , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xECDEC2C6269D4EE2A137FB8FF45F84E3 , 0xBB6C99F372FE456A898C67CFA144E568 , 0x666075532BE04F759E3D83B56C43E159 , 0xA7AE1E1CFEBC44288DE5C853B3C664C1 , 0x3C04C096F5CC42EF9A2D3CB8EDEC1029 , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0xCDFEBB00033C41E092A2A900B9627170 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x2EF67256680A4DD0BA83A21116A47AFB , 0x5669DEFD03CE4D86A518200DFFB8FE2A , 0x605AADE89C48462F8909BB018EF3DAAD , 0x6596D62219664B259FCA2DAA7DE831E6 , 0x69D22DC0B1074C0899A5096A92D9D448 , 0x7728946332154181B1CCE5C9E1C42B51 , 0x7A3313984BAB44CE8E93F8BEC1A92D3E , 0x84E91BF3DBCC41C8B7F4C9C2F38A53A4 , 0x883E275A54CA4D2287116E2C6AAF030A , 0x8A69617A02EC4F15931B72A8E461A10C , 0xABC8DC3CAEBA45E0BFB52A79AF5B5772 , 0xAD925BCBBA3E4AE893C4A203FC383DB8 , 0xBC8615E69C3B49C1AFC671343830CAEE , 0xC7AFD013F0FA41739D2E705807E465D2 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xD23A2B1CA0A8436CB8B9E74852519D65 , 0xE42C676C93B14C9FAA0F9EC3EDDD9BEE , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy
27
0.19 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
28
0.41 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 );
Copy
29
0.18 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 ));
Copy
30
0.35 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.17 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.30 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
33
0.19 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
34
0.16 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.97 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.42 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.42 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `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.23 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
39
0.44 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
12
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND `category` . `level` = 12 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
40
0.64 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
41
0.43 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
42
0.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.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
43
0.34 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `currency` . `id` ;
Copy
44
0.35 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
45
0.33 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `parent_id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B
;
Copy
46
2.18 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
47
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% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
48
0.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` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDDA3EC5FDB8042ACB8F8C841F70EFE8B ));
Copy
49
0.45 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
50
0.80 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
b"$)v‹Ì\x04 Eüƒð?·Í2\x02 % "
b"=\x16 uıã;O\x13 ©1\e ì}:\x1D × "
b"E;|™\x7F VO¾¼HZ4ä(r¡ "
b"iŒØ\e ’•Hæ³JkΧ¸v‘ "
b"”ú_›Ž¬JgŒÕ\x13 ð½ß\x1E r "
b"W}╗p/ìG\r ®x\x12\x1D 7╔B- "
b"\x1F äÀ\x13\x1F ¦BÓªLƒ\v ³ž¯A "
b"±¶ƒi‹\x11 @E±¢¿T½\x16 Õ, "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF , 0x2429768BCC0445FC83F03FB7CD320225 , 0x3D1675D5C63B4F13B8311B8D7D3A1D9E , 0x453B7C997F564FBEBC485A34E42872A1 , 0x698CD81B929548E6B34A6BCEA7B87691 , 0x94FA5F9B8EAC4A678CD513F0BDDF1E72 , 0x577DBB702F8D470DA978121D37C9422D , 0x1FE4C0131FA642D3AA4C830BB39EAF41 , 0xB1B683698B114045B1A2BF54BD16D52C );
Copy
51
0.56 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
52
0.82 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÇÑ6îÚ\v HtŸc{l9ØPÉ "
b"ùD\x14 Îm¨NÖ³PÑŸ‹"âÎ "
b"•t`\x05 zaJ<“@½¸ô\*ø "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xC7D136EEDA0B48749F637B6C39D850C9 , 0xF94414CE6DA84ED6B350D19F8B22E2CE , 0x957460057A614A3C9340BDB8F45C2AF8 , 0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
53
0.30 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
54
0.25 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
55
0.27 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x707FEF2F724A4547A0249D181B4679DF AND
pm . `active` = 1 ;
Copy
56
0.22 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
57
0.45 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
58
0.79 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
59
0.38 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x695477E02EF643E5A016B83ED4CDF63A ));
Copy
60
0.54 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x695477E02EF643E5A016B83ED4CDF63A )));
Copy
61
0.74 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 ˜¬”\x08 Jraº\n
2‚Xó\x7F £
"""
b"\x01 ™âxˆ\x18\x7F I½ûb\x04\x16 xæä "
b"\x01 šÅp\x7F ÂzT˜«¡óP|\x1A Ñ "
b"""
\n
$Epê6B® }4•¢a`\x13
"""
b"\x1E Î[¢H'M\x1F ·ãæfÂi®" "
b"6ìyyYRGWš<l\x11 |‘+æ "
b"tÃNêP&@»ƒ\x19 ¸\x13 vpÂÕ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0198AC94084A7261BA0A328258F37FA3 , 0x0199E27888187F49BDFB62041678E6E4 , 0x019AC5707FC27A5498ABA1F3507C1AD1 , 0x0A244570EA3642AEA07D3495A2616013 , 0x1ECE5BA248274D1FB7E3E666C269AE22 , 0x36EC7979595247579A3C6C117C912BE6 , 0x74C34EEA502640BB8319B8137670C2D5 )));
Copy
62
1.00 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÿ¼öDfs\x0F ر‗:ª¦┬± "
b"\x01 ™âÅâìv\x05 \x06 ¥ÚÉÌ\x1D ® "
b"\x01 šÅ‡+>{ߣ‹aÀVÆÕê "
b"±ìM\x04\x1C ÷G)œºböç_|± "
b"D\x0E 1\x08 uªAê“\x10 ÑòÑ<VÎ "
b"Z±ŒØÍ}IR¶™cï)\x1E \• "
b"påi¾ÿQEÁ¬øíê—Â\x04 É "
b"19\x15 ,ªŸH%˜\x14 õ\x05 8ŸœC "
b"“Á…eƒ¡EÒšÙy:„ö*\x03 "
b"▀'É#dãC3åTë<IÍ\x7F » "
b"᯽[+\x15 Gƒ¯‹è¿‰…\x1A Ò "
b"æáìlIC\x04 ‘ײ…Žão™ "
b".Ö╗x\x01 èDì¿G(RP¥|½ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x0198AC944466730F9DF1F23AA6DDC2F1 , 0x0199E2C5E2EC7605AD06A5DAC9CC1DAE , 0x019AC5872B3E7BDFA38B61C056C6D5EA , 0xB1EC4D041CF747299CBA62F6E75F7CB1 , 0x440E310875AA41EA9310D1F2D13C56CE , 0x5AB18CD8CD7D4952B69963EF291E5C95 , 0x70E569BEFF5145C1ACF8EDEA97C204C9 , 0x3139152CAA9F48259814F505389F9C43 , 0x93C1856583A145D29AD9793A84F62A03 , 0xDF27902364C643338654893C49D67FAF , 0xE1AFBD5B2B154783AF8BE8BF89851AD2 , 0xE6ADE1EC6C49430491D7B2858EE36F99 , 0x2E99BB78018A448DA847285250BE7CAB )));
Copy
63
0.40 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ð"±&‰¬C]›¸\v\x02 ý—ûŸ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xF022B12689AC435D9BB80B02FD97FB9F );
Copy
64
0.39 ms
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = ? ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™\x0F A<X]ˆ1Ñ×[Ž›VÐv "
]
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (0x990F413C585D8831D1D75B8E9B56D076 );
Copy
65
1.10 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 šÅ–ó–wYŠ\x12 5h}oÝ, "
b"\x01 Üm¬Ùz╚×ÍÉX▒0tÚ "
b"y4èà\x03 DD*¥\x13 yøhLs "
b"\x13 ë¾p£—F…¥º ……+Øï "
b"u=$YCÆG«—šÂJÙ\x19 Çß "
b"""
>ú×¼T█K\n
ì>ÊÚrà6¬
"""
b"""
£#uñÝ\t J‚ŸPå\n
†k¯t
"""
b"ÚèfŽ\x15 §N4€+L$dW>b "
b"Û¨w\t %\x00 A߬†´$£æ¦] "
b"\x01 ÿ§AF\x16 }Öɽ┘░£*¦^ "
b"\x01 ˜õBï{u\x12 º–IM_àNS "
b"¹_ŒÃLöO–‡Ji\x1E •)\x05\x19 "
b"’Û¹&œ÷D;£\x16 |[^ðÁG "
b"}U\h¼)@òŽ('Ók¡Ä\e "
b"\x1A \┤ksYCÓïÙ┴ØÅAÜþ "
b"ÏÚDTF\@\x12 Œ\x1C ZO€rÀG "
b"\x01 šSk•0z~¼îbÊ0µ”\x00 "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.title` ,
`media.translation.title` as `media.title` ,
`media.translation.alt` ,
`media.translation.alt` as `media.alt` ,
`media.translation.customFields` ,
`media.translation.customFields` as `media.customFields`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . `media_id` ,
`media.translation` . `alt` as `media.translation.alt` ,
`media.translation` . `title` as `media.translation.title` ,
`media.translation` . `custom_fields` as `media.translation.customFields`
FROM
`media_translation` `media.translation`
WHERE
`media.translation` . `language_id` = ?
) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id`
WHERE
(
(
(
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
)
AND (
`media` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x019AC596F39677598A1235687D6FDD2C , 0x019A6DB6AAEB7AC89ED69058B13074E9 , 0x7934E8E00344442AA51379F868AD4C73 , 0x13EBBE70A3974685A5BAA085852BD8EF , 0x753D245943C647AB979AC24AD919C7DF , 0x3EA39EAC54DB4B0A8D3ED2E9728536AA , 0xA32375F1DD094A829F50E50A866BAF74 , 0xDAE8668E15A74E34802B4C2464573E62 , 0xDBA87709250041DFAC86B424A3E6A65D , 0x0198F54146167D9990ABD9B09C2ADD5E , 0x0198F542EF7B7512BA96494D5FE04E53 , 0xB95F8CC34CF64F96874A691E95290519 , 0x92DBB9269CF7443BA3167C5B5EF0C147 , 0x7D555C68BC2940F28E2827D36BA1C41B , 0x1A5CB46B735943E08BEBC19D8F419AE7 , 0xCFDA4454465C40128C1C5A4F8072C047 , 0x019A536B95307A7EBCEE62CA30B59400 ));
Copy
66
585.50 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.92 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"+│?¶;Í·øø&Ý5+[;ü "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"qÙô\v XKû©¥gõÇfã?Í "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
b"\x04 :álYÑÉÿlö\x01 û^\e š½ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0xC8D276A6CFC2A9837DF2AB224C874372 , 0x043AE16C59D1C9FF6CF601FB5E1B9ABD ));
Copy
68
0.29 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x04 :álYÑÉÿlö\x01 û^\e š½ "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"+│?¶;Í·øø&Ý5+[;ü "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"qÙô\v XKû©¥gõÇfã?Í "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x043AE16C59D1C9FF6CF601FB5E1B9ABD , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0xC8D276A6CFC2A9837DF2AB224C874372 )));
Copy
69
0.37 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.26 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.62 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.62 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"+│?¶;Í·øø&Ý5+[;ü "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"qÙô\v XKû©¥gõÇfã?Í "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
b"\x04 :álYÑÉÿlö\x01 û^\e š½ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0xC8D276A6CFC2A9837DF2AB224C874372 , 0x043AE16C59D1C9FF6CF601FB5E1B9ABD )) GROUP BY `product` . `id` ;
Copy
73
2.58 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"+│?¶;Í·øø&Ý5+[;ü "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"qÙô\v XKû©¥gõÇfã?Í "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
b"\x04 :álYÑÉÿlö\x01 û^\e š½ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0xC8D276A6CFC2A9837DF2AB224C874372 , 0x043AE16C59D1C9FF6CF601FB5E1B9ABD ));
Copy
74
0.40 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x04 :álYÑÉÿlö\x01 û^\e š½ "
b"\x1A <„d€Ù)ül\x00 q>¥Ál× "
b"+│?¶;Í·øø&Ý5+[;ü "
b"0\x1D ‘ý\x10\t FçÌô\x18\x1C ؛њ "
b"_,\x0E c\x00\f ͱj—ýÚÌ®L¨ "
b"hcŸ^ÐÊ=މI=ÒáëE "
b"qÙô\v XKû©¥gõÇfã?Í "
b"uælãvøàoS×\ITxN& "
b"╗ $\x04 èyæ.@¥┘pÉ÷n) "
b"ÈÒv¦Ï©ƒ}ò«"L‡Cr "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x043AE16C59D1C9FF6CF601FB5E1B9ABD , 0x1A3C846480D929FC6C00713EA5C16CD7 , 0x2BB33FF43BD6FA9B9B26ED352B5B3B81 , 0x301D91FD100946E7CCF4181CD89BD19A , 0x5F2C0E63000CCDB16A97FDDACCAE4CA8 , 0x68639F5EADD0CA3D8E89493DD2E1EB45 , 0x71D9F40B584BFBA9A567F5C766E33FCD , 0x75E66CE376F8E06F53D75C4954784E26 , 0xBB2024048A79912E40BED97090F66E29 , 0xC8D276A6CFC2A9837DF2AB224C874372 )));
Copy
75
0.47 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.63 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%112615% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%112615%' ;
Copy
77
26.38 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 :
[
1000099189
]
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 = 1000099189 ORDER BY `group` , sequence_number ASC ;
Copy
78
27.81 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (20043 , 20098 , 20237 , 20239 , 20456 , 20525 , 20675 , 20748 , 21014 , 21086 , 21159 , 21229 , 21437 , 22433 , 22631 , 22722 , 22849 , 22911 , 22913 , 22984 , 23145 , 23193 , 23847 , 32259 , 32260 , 32261 , 32262 , 32263 , 32264 , 32265 , 32266 , 32267 , 32268 , 32269 , 32270 , 32271 , 32272 , 32273 , 32274 , 32275 ) ORDER BY number , part_type ASC
SELECT
*
FROM
hobaIT_sparepartfinder_groups
WHERE
id IN (
20043 , 20098 , 20237 , 20239 , 20456 , 20525 ,
20675 , 20748 , 21014 , 21086 , 21159 ,
21229 , 21437 , 22433 , 22631 , 22722 ,
22849 , 22911 , 22913 , 22984 , 23145 ,
23193 , 23847 , 32259 , 32260 , 32261 ,
32262 , 32263 , 32264 , 32265 , 32266 ,
32267 , 32268 , 32269 , 32270 , 32271 ,
32272 , 32273 , 32274 , 32275
)
ORDER BY
number ,
part_type ASC
Copy
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (20043 , 20098 , 20237 , 20239 , 20456 , 20525 , 20675 , 20748 , 21014 , 21086 , 21159 , 21229 , 21437 , 22433 , 22631 , 22722 , 22849 , 22911 , 22913 , 22984 , 23145 , 23193 , 23847 , 32259 , 32260 , 32261 , 32262 , 32263 , 32264 , 32265 , 32266 , 32267 , 32268 , 32269 , 32270 , 32271 , 32272 , 32273 , 32274 , 32275 ) ORDER BY number , part_type ASC ;
Copy
79
181.15 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (20043 , 20098 , 20237 , 20239 , 20456 , 20525 , 20675 , 20748 , 21014 , 21086 , 21159 , 21229 , 21437 , 22433 , 22631 , 22722 , 22849 , 22911 , 22913 , 22984 , 23145 , 23193 , 23847 , 32259 , 32260 , 32261 , 32262 , 32263 , 32264 , 32265 , 32266 , 32267 , 32268 , 32269 , 32270 , 32271 , 32272 , 32273 , 32274 , 32275 ) AND article_number IN ("51203016000" , "51203016100" , "54603027000" , "10003021000" , "50303018000" , "58303070000" , "0934080003" , "54310086200" , "51205009100" , "0770440030" , "50305016000" , "54605157000" , "50305012000" , "0014060153" , "0014060103" , "54603048100" , "58301008600" , "58301009600" , "0770430030" , "54501050000" , "56401022000" , "56401022100" , "56401022200" , "54501019000" , "50201668244" , "50201669244" , "57501026000" , "56401027000" , "58001805000" , "56401127000" , "56401029000" , "56401025100" , "96010051S" , "58301004900" , "0770020160" , "54501077000" , "54501045000" , "54501046000" , "58301203000" , "0770380020" , "40541389" , "40541388" , "54501082100" , "58038032100" , "50600061" , "40540882" , "0015120556" , "1218T715" , "91210009" , "91210010" , "91210011" , "50180186" , "50304018000" , "50180151S" , "R12004" , "49003350000" , "51203049000" , "59003041050" , "50303001300" , "51203002044" , "50303013000" , "50307020000" , "59001037000" , "54603013000" , "54610052000" , "54510052100" , "56530079000" , "54606004000" , "54403135000" , "36111021000" , "0625006087" , "0015080350" , "74003021000" , "52303053000" , "54310086100" , "42007049000" , "36003014000" , "0015080303" , "59003040050" , "54603044000" , "54603041000" , "0125100003" , "0094032253" , "50303089000" , "55007016001" , "54607061000" , "54613038150" , "0015060203" , "50308053000" , "44011076200" , "0015060403" , "51203048000" , "49003250000" , "49009082000" , "0107080203" , "50306001051" , "50306003044" , "50306001052" , "50306008044" , "50306010000" , "50306012000" , "51206015000" , "51206016000" , "50306017000" , "50306018000" , "50306019000" , "54706026000" , "51006027000" , "0017060403" , "0017060203" , "0009050103" , "0016070253" , "0125060003" , "0017060303" , "72210079000" , "5030800100004" , "50211086000" , "50308009050" , "50308009051" , "0014060203" , "50308009100" , "5030801010004" , "5030801310090" , "50308015100" , "31008060000" , "59008019000" , "50208020000" , "40006006000" , "0966050163" , "0125050003" , "0985050003" , "50308053100" , "0015060163" , "58412080000" , "58412080050" , "58413001000" , "50213012000" , "50213050000" , "54413011000" , "0015060253" , "50213015000" , "0965040123" , "51011050000" , "50213020000" , "50213021000" , "50213023000" , "58012040150" , "51213011000" , "306054" , "51205083000" , "0015060303" , "54605069000" , "54605068000" , "0137060000" , "58005078120" , "58005078340" , "58413015244" , "54613205000" , "54613206000" , "54613210100" , "54613212000" , "54613209044" , "58413030000" , "54513214000" , "54613218000" , "42013226000" , "42013026000" , "50213025000" , "6899785" , "51212010000" , "50308052000" , "5020207905030" , "5020207904430" , "50308090200" , "51208098100" , "50308095000" , "50308093100" , "50313080044" , "50313081000" , "50313082000" , "54613309200" , "54613309400" , "50313083000" , "54613311200" , "50313070000" , "5841402500030" , "5841402600030" , "58414028000" , "44111015100" , "50211410050" , "0797100003" , "58414030000" , "50314040100" , "50314041100" , "58414042000" , "0021060003" , "0985060003" , "50311076000" , "50211510000" , "58414010100" , "57111038000" , "49011436000" , "50211537000" , "0797060003" , "0933060203" , "49011435000" , "0016040183" , "50211510010" , "51209001044" , "50309010144" , "50309011100" , "0625069047" , "0760263770" , "0472037154" , "50309012000" , "0760405270" , "50309071174" , "50309072000" , "51109070100" , "58111054000" , "51009100100" , "50310090050" , "51109060100" , "59009062013" , "50309081150" , "50309081200" , "50309082100" , "55003135000" , "50314050100" , "50314053000" , "5030804200090" , "5230805100004" , "58307105200" , "55007006200" , "31007107001" , "59007008044" , "59007009000" , "50307011000" , "52307013100" , "50307014000" , "54435024001" , "58007117000" , "51030022000" , "51207040000" , "51207040050" , "5030804100090" , "50307041000" , "50308042055" , "5030805000004" , "0015060120" , "50212100100" , "55003139600" , "50335095000" , "50335096000" , "50303014000" , "54603015000" , "50304030344" , "54611076100" , "54603081000" , "54603097000" , "54603036000" , "0760253270" , "54603090000" , "50304090044" , "50329000044" , "54607066100" , "54607070144" , "0015060503" , "0015060553" , "50304066000" , "50304060100" , "54607460000" , "20012062055" , "58012140000" , "58302001400" , "51102001000" , "50202010000" , "57013072000" , "6899792" , "50302010000" , "50202003000" , "50302020000" , "52302091000" , "50202052000" , "44011276200" , "50302030000" , "50302031000" , "50302031100" , "50302032000" , "50302033000" , "50302034000" , "50302035000" , "50302036000" , "50302037000" , "50302038000" , "59002044000" , "58012040000" , "0984030063" , "50332063050" , "50332063000" , "0912080603" , "54603060144" , "0472022100" , "0985080003" , "12011016000" , "0934060003" , "0933060353" , "0125080003" , "54603062000" , "54603069000" , "54603068000" , "54603060150" , "0966050203" , "50313060000" , "50313061000" , "54613038100" , "50235033300" , "50311051100" , "54513030044" , "58007016101" , "58007017000" , "44011076305" , "57013072100" , "51211075000" , "44611207200" , "58211031100" , "49111425000" , "50311070000" , "50311034000" , "54611090000" , "57013072200" , "50311029000" , "13011070060" , "0985040163" , "0084040223" , "0934040003" , "58111076000" , "0015060123" , "54511060100" , "51111008000" , "59011055000" , "50303025000" , "58011109110" , "51211081000" , "50031003000" , "50311025030" , "51210001044" , "50310010044" , "59010011000" , "0625060058" , "0472047175" , "0760324771" , "54610016000" , "58309171100" , "58309072000" , "51110070100" , "51110060000" , "58310051038" , "58310051042" , "58310151040" , "58310151045" , "58310151048" , "50310300106" , "51110066000" , "54010100100" , "50210086000" , "50310085044" , "50310084000" , "50304040000" , "50310099000" , "0618T777LS" , "0618T777RS" , "0912100250" , "59001132020" , "50101033100" , "59001034020" , "50301036000" , "50301038000" , "59001039000" , "54201081000" , "54601084100" , "54601184000" , "59001085100" , "54201086000" , "59001092050" , "59001092100" , "59001093100" , "50314057000" , "50314065100" , "50311065000" , "58011025000" , "50314057050" , "0016050121" , "50314061000" , "51214055000" , "50314050000" , "52330051044" , "52330052000" , "54630053000" , "0084040083" , "54630054000" , "51230050000" , "51230061000" , "54230056000" , "51230000044" , "50330002000" , "54630027000" , "58336020090" , "58030021000" , "58038022000" , "58011081100" , "51211081100" , "50330039000" , "50330040000" , "0015050203" , "50330090000" , "0015050123" , "50330092000" , "0797050003" , "51211080000" , "50330099000" , "52330101044" , "0910100003" , "0603061001" , "58030020000" , "0770160030" , "50330125000" , "50330026000" , "50330027000" , "0015060653" , "50335052000" , "50332095101" , "49030090000" , "50335007000" , "58035016000" , "54635034200" , "50335026100" , "56535025001" , "58335099000" , "10001020000" , "50335027100" , "51235026000" , "51235027000" , "41001052000" , "59035013044" , "0770320020" , "58335017000" , "50334001000" , "50334002000" , "50334003000" , "50334005000" , "50334007052" , "50334007000" , "50334007054" , "50334007053" , "50334007050" , "50334007051" , "51234012000" , "50334013000" , "50334014000" , "50334016000" , "50334017000" , "50334018100" , "50334019000" , "50334020000" , "50334023000" , "50334024044" , "0625060006" , "0625618050" , "0991050102" , "0472260120" , "0093251209" , "0402040980" , "58034016500" , "49033031000" , "0471140100" , "0760142460" , "0933060165" , "50233041000" , "50232050001" , "54634052300" , "54734031000" , "54634032100" , "54634031050" , "54634131000" , "50333002000" , "50333003000" , "50333004000" , "50333005000" , "50333006100" , "50333011300" , "50333012000" , "50333021000" , "50333022000" , "50333023000" , "52033096000" , "50033029013" , "50033029014" , "50033029015" , "0625060031" , "0625062058" , "56033020000" , "0760324565" , "54633014100" , "0770230020" , "50333040000" , "50333041000" , "50333042000" , "50333043000" , "50333044000" , "50133090000" , "52033090100" , "50333001144" , "50333007000" , "50333008000" , "50333009000" , "50333010000" , "50333020000" , "0625060041" , "50333045000" , "50332000073" , "50332002000" , "50332003000" , "50332010100" , "50332010000" , "50332011000" , "50332013000" , "50332018000" , "0936181505" , "50332020000" , "50332023023" , "50232050000" , "50332017200" , "50332054051" , "50332061044" , "50332062000" , "50332065051" , "50332065052" , "50332065053" , "0401070003" , "50332066000" , "50329050000" , "50332005000" , "56532095000" , "54637097200" , "54637098200" , "54637098300" , "0993012000" , "51231001044" , "49031135140" , "49031134124" , "51131021264" , "57031523110" , "57031523120" , "57031523125" , "57031523130" , "57031523132" , "15131123045" , "15131123048" , "15131123050" , "15131123052" , "15131123054" , "51131051065" , "51131051070" , "51131051075" , "57231120200" , "49031109100" , "49031138000" , "57031525000" , "49031130100" , "49031131100" , "0799025055" , "15131112000" , "57031513000" , "0933060163" , "57031524000" , "49031127100" , "0963045143" , "51231048000" , "51131017000" , "57031515000" , "57031572000" , "57031519000" , "52031116000" , "57031573000" , "51131040000" , "51131011000" , "57031508000" , "49031114100" , "51131099000" , "52031137001" , "31007007101" , "42403437" , "42403397" , "58031005000" , "50337001100" , "51230005000" , "51230006000" , "0835080273" , "0835100351" , "54630044000" , "0770062020" , "50230032010" , "50330035007" , "50330035015" , "50330035020" , "50330035025" , "50330035040" , "50330035050" , "50330035075" , "50330037000" , "50330045000" , "50337046100" , "51005074000" , "0933060103" , "50030079000" , "50330007400 I" , "50330007400 II" , "50330015000" , "50330018100" , "50230029012" , "49030021000" , "0888030050" , "6946005" , "50230029016" , "50330029000" , "50330032500" , "50330033500" , "51030034000" , "0760253570" , "0760324564" , "50330074500" , "0770250020" , "0625063055" , "50330082000" , "50333030000" , "0471170010" , "0988162210" , "50333038100" , "0015080203" , "50333050000" , "50333051026" , "50333052000" , "50333053027" , "50333054000" , "50333055000" , "50333056000" , "50333069000" , "50333070044" , "0760172870" , "50333075000" , "56012001000" , "50329003000" , "50329004000" , "54629009044" , "51012011000" , "54629012100" , "50112013000" , "50112030000" , "50329022000" , "50329038000" , "50339005200" , "50339004200" , "0015050163" , "51239031000" , "50339006000" , "51139093010" , "54531010000" , "0770150040" , "51208051020" , "51238050050" , "51138061000" , "49138491044" , "50131137000" , "51138062000" , "54635036000" , "42403467" , "54313025000" , "52338001000" , "52338070010" , "51238070000" , "52338074000" , "52338071000" , "52338073000" , "52338072000" , "52338075000" , "31007007001" , "49138493000" , "0015050303" , "44011076100" , "49033031015" , "50337005000" , "50337006000" , "50337007000" , "50337008000" , "0770008020" , "0402051600" , "0603262322" , "50337050064" , "0015060103" , "50337018044" , "50337019000" , "50337020000" , "50337021000" , "0093821606" , "50337050063" , "00099300011" , "50337030000" , "50337035000" , "50337035050" , "51237050044" , "50337050062" , "50337050061" , "50337057000" , "50337059000" , "50337066000" , "50337067000" , "50335054026" , "50335056000" , "50337072000" , "0760082472" , "0625060001" , "0770049025" , "50335054050" , "0349000050" , "54635005000" , "50337079000" , "5233010104498" , "51237021000" , "5033002600098" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
20043 , 20098 , 20237 , 20239 , 20456 , 20525 ,
20675 , 20748 , 21014 , 21086 , 21159 ,
21229 , 21437 , 22433 , 22631 , 22722 ,
22849 , 22911 , 22913 , 22984 , 23145 ,
23193 , 23847 , 32259 , 32260 , 32261 ,
32262 , 32263 , 32264 , 32265 , 32266 ,
32267 , 32268 , 32269 , 32270 , 32271 ,
32272 , 32273 , 32274 , 32275
)
AND article_number IN (
"51203016000" ,
"51203016100" ,
"54603027000" ,
"10003021000" ,
"50303018000" ,
"58303070000" ,
"0934080003" ,
"54310086200" ,
"51205009100" ,
"0770440030" ,
"50305016000" ,
"54605157000" ,
"50305012000" ,
"0014060153" ,
"0014060103" ,
"54603048100" ,
"58301008600" ,
"58301009600" ,
"0770430030" ,
"54501050000" ,
"56401022000" ,
"56401022100" ,
"56401022200" ,
"54501019000" ,
"50201668244" ,
"50201669244" ,
"57501026000" ,
"56401027000" ,
"58001805000" ,
"56401127000" ,
"56401029000" ,
"56401025100" ,
"96010051S" ,
"58301004900" ,
"0770020160" ,
"54501077000" ,
"54501045000" ,
"54501046000" ,
"58301203000" ,
"0770380020" ,
"40541389" ,
"40541388" ,
"54501082100" ,
"58038032100" ,
"50600061" ,
"40540882" ,
"0015120556" ,
"1218T715" ,
"91210009" ,
"91210010" ,
"91210011" ,
"50180186" ,
"50304018000" ,
"50180151S" ,
"R12004" ,
"49003350000" ,
"51203049000" ,
"59003041050" ,
"50303001300" ,
"51203002044" ,
"50303013000" ,
"50307020000" ,
"59001037000" ,
"54603013000" ,
"54610052000" ,
"54510052100" ,
"56530079000" ,
"54606004000" ,
"54403135000" ,
"36111021000" ,
"0625006087" ,
"0015080350" ,
"74003021000" ,
"52303053000" ,
"54310086100" ,
"42007049000" ,
"36003014000" ,
"0015080303" ,
"59003040050" ,
"54603044000" ,
"54603041000" ,
"0125100003" ,
"0094032253" ,
"50303089000" ,
"55007016001" ,
"54607061000" ,
"54613038150" ,
"0015060203" ,
"50308053000" ,
"44011076200" ,
"0015060403" ,
"51203048000" ,
"49003250000" ,
"49009082000" ,
"0107080203" ,
"50306001051" ,
"50306003044" ,
"50306001052" ,
"50306008044" ,
"50306010000" ,
"50306012000" ,
"51206015000" ,
"51206016000" ,
"50306017000" ,
"50306018000" ,
"50306019000" ,
"54706026000" ,
"51006027000" ,
"0017060403" ,
"0017060203" ,
"0009050103" ,
"0016070253" ,
"0125060003" ,
"0017060303" ,
"72210079000" ,
"5030800100004" ,
"50211086000" ,
"50308009050" ,
"50308009051" ,
"0014060203" ,
"50308009100" ,
"5030801010004" ,
"5030801310090" ,
"50308015100" ,
"31008060000" ,
"59008019000" ,
"50208020000" ,
"40006006000" ,
"0966050163" ,
"0125050003" ,
"0985050003" ,
"50308053100" ,
"0015060163" ,
"58412080000" ,
"58412080050" ,
"58413001000" ,
"50213012000" ,
"50213050000" ,
"54413011000" ,
"0015060253" ,
"50213015000" ,
"0965040123" ,
"51011050000" ,
"50213020000" ,
"50213021000" ,
"50213023000" ,
"58012040150" ,
"51213011000" ,
"306054" ,
"51205083000" ,
"0015060303" ,
"54605069000" ,
"54605068000" ,
"0137060000" ,
"58005078120" ,
"58005078340" ,
"58413015244" ,
"54613205000" ,
"54613206000" ,
"54613210100" ,
"54613212000" ,
"54613209044" ,
"58413030000" ,
"54513214000" ,
"54613218000" ,
"42013226000" ,
"42013026000" ,
"50213025000" ,
"6899785" ,
"51212010000" ,
"50308052000" ,
"5020207905030" ,
"5020207904430" ,
"50308090200" ,
"51208098100" ,
"50308095000" ,
"50308093100" ,
"50313080044" ,
"50313081000" ,
"50313082000" ,
"54613309200" ,
"54613309400" ,
"50313083000" ,
"54613311200" ,
"50313070000" ,
"5841402500030" ,
"5841402600030" ,
"58414028000" ,
"44111015100" ,
"50211410050" ,
"0797100003" ,
"58414030000" ,
"50314040100" ,
"50314041100" ,
"58414042000" ,
"0021060003" ,
"0985060003" ,
"50311076000" ,
"50211510000" ,
"58414010100" ,
"57111038000" ,
"49011436000" ,
"50211537000" ,
"0797060003" ,
"0933060203" ,
"49011435000" ,
"0016040183" ,
"50211510010" ,
"51209001044" ,
"50309010144" ,
"50309011100" ,
"0625069047" ,
"0760263770" ,
"0472037154" ,
"50309012000" ,
"0760405270" ,
"50309071174" ,
"50309072000" ,
"51109070100" ,
"58111054000" ,
"51009100100" ,
"50310090050" ,
"51109060100" ,
"59009062013" ,
"50309081150" ,
"50309081200" ,
"50309082100" ,
"55003135000" ,
"50314050100" ,
"50314053000" ,
"5030804200090" ,
"5230805100004" ,
"58307105200" ,
"55007006200" ,
"31007107001" ,
"59007008044" ,
"59007009000" ,
"50307011000" ,
"52307013100" ,
"50307014000" ,
"54435024001" ,
"58007117000" ,
"51030022000" ,
"51207040000" ,
"51207040050" ,
"5030804100090" ,
"50307041000" ,
"50308042055" ,
"5030805000004" ,
"0015060120" ,
"50212100100" ,
"55003139600" ,
"50335095000" ,
"50335096000" ,
"50303014000" ,
"54603015000" ,
"50304030344" ,
"54611076100" ,
"54603081000" ,
"54603097000" ,
"54603036000" ,
"0760253270" ,
"54603090000" ,
"50304090044" ,
"50329000044" ,
"54607066100" ,
"54607070144" ,
"0015060503" ,
"0015060553" ,
"50304066000" ,
"50304060100" ,
"54607460000" ,
"20012062055" ,
"58012140000" ,
"58302001400" ,
"51102001000" ,
"50202010000" ,
"57013072000" ,
"6899792" ,
"50302010000" ,
"50202003000" ,
"50302020000" ,
"52302091000" ,
"50202052000" ,
"44011276200" ,
"50302030000" ,
"50302031000" ,
"50302031100" ,
"50302032000" ,
"50302033000" ,
"50302034000" ,
"50302035000" ,
"50302036000" ,
"50302037000" ,
"50302038000" ,
"59002044000" ,
"58012040000" ,
"0984030063" ,
"50332063050" ,
"50332063000" ,
"0912080603" ,
"54603060144" ,
"0472022100" ,
"0985080003" ,
"12011016000" ,
"0934060003" ,
"0933060353" ,
"0125080003" ,
"54603062000" ,
"54603069000" ,
"54603068000" ,
"54603060150" ,
"0966050203" ,
"50313060000" ,
"50313061000" ,
"54613038100" ,
"50235033300" ,
"50311051100" ,
"54513030044" ,
"58007016101" ,
"58007017000" ,
"44011076305" ,
"57013072100" ,
"51211075000" ,
"44611207200" ,
"58211031100" ,
"49111425000" ,
"50311070000" ,
"50311034000" ,
"54611090000" ,
"57013072200" ,
"50311029000" ,
"13011070060" ,
"0985040163" ,
"0084040223" ,
"0934040003" ,
"58111076000" ,
"0015060123" ,
"54511060100" ,
"51111008000" ,
"59011055000" ,
"50303025000" ,
"58011109110" ,
"51211081000" ,
"50031003000" ,
"50311025030" ,
"51210001044" ,
"50310010044" ,
"59010011000" ,
"0625060058" ,
"0472047175" ,
"0760324771" ,
"54610016000" ,
"58309171100" ,
"58309072000" ,
"51110070100" ,
"51110060000" ,
"58310051038" ,
"58310051042" ,
"58310151040" ,
"58310151045" ,
"58310151048" ,
"50310300106" ,
"51110066000" ,
"54010100100" ,
"50210086000" ,
"50310085044" ,
"50310084000" ,
"50304040000" ,
"50310099000" ,
"0618T777LS" ,
"0618T777RS" ,
"0912100250" ,
"59001132020" ,
"50101033100" ,
"59001034020" ,
"50301036000" ,
"50301038000" ,
"59001039000" ,
"54201081000" ,
"54601084100" ,
"54601184000" ,
"59001085100" ,
"54201086000" ,
"59001092050" ,
"59001092100" ,
"59001093100" ,
"50314057000" ,
"50314065100" ,
"50311065000" ,
"58011025000" ,
"50314057050" ,
"0016050121" ,
"50314061000" ,
"51214055000" ,
"50314050000" ,
"52330051044" ,
"52330052000" ,
"54630053000" ,
"0084040083" ,
"54630054000" ,
"51230050000" ,
"51230061000" ,
"54230056000" ,
"51230000044" ,
"50330002000" ,
"54630027000" ,
"58336020090" ,
"58030021000" ,
"58038022000" ,
"58011081100" ,
"51211081100" ,
"50330039000" ,
"50330040000" ,
"0015050203" ,
"50330090000" ,
"0015050123" ,
"50330092000" ,
"0797050003" ,
"51211080000" ,
"50330099000" ,
"52330101044" ,
"0910100003" ,
"0603061001" ,
"58030020000" ,
"0770160030" ,
"50330125000" ,
"50330026000" ,
"50330027000" ,
"0015060653" ,
"50335052000" ,
"50332095101" ,
"49030090000" ,
"50335007000" ,
"58035016000" ,
"54635034200" ,
"50335026100" ,
"56535025001" ,
"58335099000" ,
"10001020000" ,
"50335027100" ,
"51235026000" ,
"51235027000" ,
"41001052000" ,
"59035013044" ,
"0770320020" ,
"58335017000" ,
"50334001000" ,
"50334002000" ,
"50334003000" ,
"50334005000" ,
"50334007052" ,
"50334007000" ,
"50334007054" ,
"50334007053" ,
"50334007050" ,
"50334007051" ,
"51234012000" ,
"50334013000" ,
"50334014000" ,
"50334016000" ,
"50334017000" ,
"50334018100" ,
"50334019000" ,
"50334020000" ,
"50334023000" ,
"50334024044" ,
"0625060006" ,
"0625618050" ,
"0991050102" ,
"0472260120" ,
"0093251209" ,
"0402040980" ,
"58034016500" ,
"49033031000" ,
"0471140100" ,
"0760142460" ,
"0933060165" ,
"50233041000" ,
"50232050001" ,
"54634052300" ,
"54734031000" ,
"54634032100" ,
"54634031050" ,
"54634131000" ,
"50333002000" ,
"50333003000" ,
"50333004000" ,
"50333005000" ,
"50333006100" ,
"50333011300" ,
"50333012000" ,
"50333021000" ,
"50333022000" ,
"50333023000" ,
"52033096000" ,
"50033029013" ,
"50033029014" ,
"50033029015" ,
"0625060031" ,
"0625062058" ,
"56033020000" ,
"0760324565" ,
"54633014100" ,
"0770230020" ,
"50333040000" ,
"50333041000" ,
"50333042000" ,
"50333043000" ,
"50333044000" ,
"50133090000" ,
"52033090100" ,
"50333001144" ,
"50333007000" ,
"50333008000" ,
"50333009000" ,
"50333010000" ,
"50333020000" ,
"0625060041" ,
"50333045000" ,
"50332000073" ,
"50332002000" ,
"50332003000" ,
"50332010100" ,
"50332010000" ,
"50332011000" ,
"50332013000" ,
"50332018000" ,
"0936181505" ,
"50332020000" ,
"50332023023" ,
"50232050000" ,
"50332017200" ,
"50332054051" ,
"50332061044" ,
"50332062000" ,
"50332065051" ,
"50332065052" ,
"50332065053" ,
"0401070003" ,
"50332066000" ,
"50329050000" ,
"50332005000" ,
"56532095000" ,
"54637097200" ,
"54637098200" ,
"54637098300" ,
"0993012000" ,
"51231001044" ,
"49031135140" ,
"49031134124" ,
"51131021264" ,
"57031523110" ,
"57031523120" ,
"57031523125" ,
"57031523130" ,
"57031523132" ,
"15131123045" ,
"15131123048" ,
"15131123050" ,
"15131123052" ,
"15131123054" ,
"51131051065" ,
"51131051070" ,
"51131051075" ,
"57231120200" ,
"49031109100" ,
"49031138000" ,
"57031525000" ,
"49031130100" ,
"49031131100" ,
"0799025055" ,
"15131112000" ,
"57031513000" ,
"0933060163" ,
"57031524000" ,
"49031127100" ,
"0963045143" ,
"51231048000" ,
"51131017000" ,
"57031515000" ,
"57031572000" ,
"57031519000" ,
"52031116000" ,
"57031573000" ,
"51131040000" ,
"51131011000" ,
"57031508000" ,
"49031114100" ,
"51131099000" ,
"52031137001" ,
"31007007101" ,
"42403437" ,
"42403397" ,
"58031005000" ,
"50337001100" ,
"51230005000" ,
"51230006000" ,
"0835080273" ,
"0835100351" ,
"54630044000" ,
"0770062020" ,
"50230032010" ,
"50330035007" ,
"50330035015" ,
"50330035020" ,
"50330035025" ,
"50330035040" ,
"50330035050" ,
"50330035075" ,
"50330037000" ,
"50330045000" ,
"50337046100" ,
"51005074000" ,
"0933060103" ,
"50030079000" ,
"50330007400 I" ,
"50330007400 II" ,
"50330015000" ,
"50330018100" ,
"50230029012" ,
"49030021000" ,
"0888030050" ,
"6946005" ,
"50230029016" ,
"50330029000" ,
"50330032500" ,
"50330033500" ,
"51030034000" ,
"0760253570" ,
"0760324564" ,
"50330074500" ,
"0770250020" ,
"0625063055" ,
"50330082000" ,
"50333030000" ,
"0471170010" ,
"0988162210" ,
"50333038100" ,
"0015080203" ,
"50333050000" ,
"50333051026" ,
"50333052000" ,
"50333053027" ,
"50333054000" ,
"50333055000" ,
"50333056000" ,
"50333069000" ,
"50333070044" ,
"0760172870" ,
"50333075000" ,
"56012001000" ,
"50329003000" ,
"50329004000" ,
"54629009044" ,
"51012011000" ,
"54629012100" ,
"50112013000" ,
"50112030000" ,
"50329022000" ,
"50329038000" ,
"50339005200" ,
"50339004200" ,
"0015050163" ,
"51239031000" ,
"50339006000" ,
"51139093010" ,
"54531010000" ,
"0770150040" ,
"51208051020" ,
"51238050050" ,
"51138061000" ,
"49138491044" ,
"50131137000" ,
"51138062000" ,
"54635036000" ,
"42403467" ,
"54313025000" ,
"52338001000" ,
"52338070010" ,
"51238070000" ,
"52338074000" ,
"52338071000" ,
"52338073000" ,
"52338072000" ,
"52338075000" ,
"31007007001" ,
"49138493000" ,
"0015050303" ,
"44011076100" ,
"49033031015" ,
"50337005000" ,
"50337006000" ,
"50337007000" ,
"50337008000" ,
"0770008020" ,
"0402051600" ,
"0603262322" ,
"50337050064" ,
"0015060103" ,
"50337018044" ,
"50337019000" ,
"50337020000" ,
"50337021000" ,
"0093821606" ,
"50337050063" ,
"00099300011" ,
"50337030000" ,
"50337035000" ,
"50337035050" ,
"51237050044" ,
"50337050062" ,
"50337050061" ,
"50337057000" ,
"50337059000" ,
"50337066000" ,
"50337067000" ,
"50335054026" ,
"50335056000" ,
"50337072000" ,
"0760082472" ,
"0625060001" ,
"0770049025" ,
"50335054050" ,
"0349000050" ,
"54635005000" ,
"50337079000" ,
"5233010104498" ,
"51237021000" ,
"5033002600098"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (20043 , 20098 , 20237 , 20239 , 20456 , 20525 , 20675 , 20748 , 21014 , 21086 , 21159 , 21229 , 21437 , 22433 , 22631 , 22722 , 22849 , 22911 , 22913 , 22984 , 23145 , 23193 , 23847 , 32259 , 32260 , 32261 , 32262 , 32263 , 32264 , 32265 , 32266 , 32267 , 32268 , 32269 , 32270 , 32271 , 32272 , 32273 , 32274 , 32275 ) AND article_number IN ("51203016000" , "51203016100" , "54603027000" , "10003021000" , "50303018000" , "58303070000" , "0934080003" , "54310086200" , "51205009100" , "0770440030" , "50305016000" , "54605157000" , "50305012000" , "0014060153" , "0014060103" , "54603048100" , "58301008600" , "58301009600" , "0770430030" , "54501050000" , "56401022000" , "56401022100" , "56401022200" , "54501019000" , "50201668244" , "50201669244" , "57501026000" , "56401027000" , "58001805000" , "56401127000" , "56401029000" , "56401025100" , "96010051S" , "58301004900" , "0770020160" , "54501077000" , "54501045000" , "54501046000" , "58301203000" , "0770380020" , "40541389" , "40541388" , "54501082100" , "58038032100" , "50600061" , "40540882" , "0015120556" , "1218T715" , "91210009" , "91210010" , "91210011" , "50180186" , "50304018000" , "50180151S" , "R12004" , "49003350000" , "51203049000" , "59003041050" , "50303001300" , "51203002044" , "50303013000" , "50307020000" , "59001037000" , "54603013000" , "54610052000" , "54510052100" , "56530079000" , "54606004000" , "54403135000" , "36111021000" , "0625006087" , "0015080350" , "74003021000" , "52303053000" , "54310086100" , "42007049000" , "36003014000" , "0015080303" , "59003040050" , "54603044000" , "54603041000" , "0125100003" , "0094032253" , "50303089000" , "55007016001" , "54607061000" , "54613038150" , "0015060203" , "50308053000" , "44011076200" , "0015060403" , "51203048000" , "49003250000" , "49009082000" , "0107080203" , "50306001051" , "50306003044" , "50306001052" , "50306008044" , "50306010000" , "50306012000" , "51206015000" , "51206016000" , "50306017000" , "50306018000" , "50306019000" , "54706026000" , "51006027000" , "0017060403" , "0017060203" , "0009050103" , "0016070253" , "0125060003" , "0017060303" , "72210079000" , "5030800100004" , "50211086000" , "50308009050" , "50308009051" , "0014060203" , "50308009100" , "5030801010004" , "5030801310090" , "50308015100" , "31008060000" , "59008019000" , "50208020000" , "40006006000" , "0966050163" , "0125050003" , "0985050003" , "50308053100" , "0015060163" , "58412080000" , "58412080050" , "58413001000" , "50213012000" , "50213050000" , "54413011000" , "0015060253" , "50213015000" , "0965040123" , "51011050000" , "50213020000" , "50213021000" , "50213023000" , "58012040150" , "51213011000" , "306054" , "51205083000" , "0015060303" , "54605069000" , "54605068000" , "0137060000" , "58005078120" , "58005078340" , "58413015244" , "54613205000" , "54613206000" , "54613210100" , "54613212000" , "54613209044" , "58413030000" , "54513214000" , "54613218000" , "42013226000" , "42013026000" , "50213025000" , "6899785" , "51212010000" , "50308052000" , "5020207905030" , "5020207904430" , "50308090200" , "51208098100" , "50308095000" , "50308093100" , "50313080044" , "50313081000" , "50313082000" , "54613309200" , "54613309400" , "50313083000" , "54613311200" , "50313070000" , "5841402500030" , "5841402600030" , "58414028000" , "44111015100" , "50211410050" , "0797100003" , "58414030000" , "50314040100" , "50314041100" , "58414042000" , "0021060003" , "0985060003" , "50311076000" , "50211510000" , "58414010100" , "57111038000" , "49011436000" , "50211537000" , "0797060003" , "0933060203" , "49011435000" , "0016040183" , "50211510010" , "51209001044" , "50309010144" , "50309011100" , "0625069047" , "0760263770" , "0472037154" , "50309012000" , "0760405270" , "50309071174" , "50309072000" , "51109070100" , "58111054000" , "51009100100" , "50310090050" , "51109060100" , "59009062013" , "50309081150" , "50309081200" , "50309082100" , "55003135000" , "50314050100" , "50314053000" , "5030804200090" , "5230805100004" , "58307105200" , "55007006200" , "31007107001" , "59007008044" , "59007009000" , "50307011000" , "52307013100" , "50307014000" , "54435024001" , "58007117000" , "51030022000" , "51207040000" , "51207040050" , "5030804100090" , "50307041000" , "50308042055" , "5030805000004" , "0015060120" , "50212100100" , "55003139600" , "50335095000" , "50335096000" , "50303014000" , "54603015000" , "50304030344" , "54611076100" , "54603081000" , "54603097000" , "54603036000" , "0760253270" , "54603090000" , "50304090044" , "50329000044" , "54607066100" , "54607070144" , "0015060503" , "0015060553" , "50304066000" , "50304060100" , "54607460000" , "20012062055" , "58012140000" , "58302001400" , "51102001000" , "50202010000" , "57013072000" , "6899792" , "50302010000" , "50202003000" , "50302020000" , "52302091000" , "50202052000" , "44011276200" , "50302030000" , "50302031000" , "50302031100" , "50302032000" , "50302033000" , "50302034000" , "50302035000" , "50302036000" , "50302037000" , "50302038000" , "59002044000" , "58012040000" , "0984030063" , "50332063050" , "50332063000" , "0912080603" , "54603060144" , "0472022100" , "0985080003" , "12011016000" , "0934060003" , "0933060353" , "0125080003" , "54603062000" , "54603069000" , "54603068000" , "54603060150" , "0966050203" , "50313060000" , "50313061000" , "54613038100" , "50235033300" , "50311051100" , "54513030044" , "58007016101" , "58007017000" , "44011076305" , "57013072100" , "51211075000" , "44611207200" , "58211031100" , "49111425000" , "50311070000" , "50311034000" , "54611090000" , "57013072200" , "50311029000" , "13011070060" , "0985040163" , "0084040223" , "0934040003" , "58111076000" , "0015060123" , "54511060100" , "51111008000" , "59011055000" , "50303025000" , "58011109110" , "51211081000" , "50031003000" , "50311025030" , "51210001044" , "50310010044" , "59010011000" , "0625060058" , "0472047175" , "0760324771" , "54610016000" , "58309171100" , "58309072000" , "51110070100" , "51110060000" , "58310051038" , "58310051042" , "58310151040" , "58310151045" , "58310151048" , "50310300106" , "51110066000" , "54010100100" , "50210086000" , "50310085044" , "50310084000" , "50304040000" , "50310099000" , "0618T777LS" , "0618T777RS" , "0912100250" , "59001132020" , "50101033100" , "59001034020" , "50301036000" , "50301038000" , "59001039000" , "54201081000" , "54601084100" , "54601184000" , "59001085100" , "54201086000" , "59001092050" , "59001092100" , "59001093100" , "50314057000" , "50314065100" , "50311065000" , "58011025000" , "50314057050" , "0016050121" , "50314061000" , "51214055000" , "50314050000" , "52330051044" , "52330052000" , "54630053000" , "0084040083" , "54630054000" , "51230050000" , "51230061000" , "54230056000" , "51230000044" , "50330002000" , "54630027000" , "58336020090" , "58030021000" , "58038022000" , "58011081100" , "51211081100" , "50330039000" , "50330040000" , "0015050203" , "50330090000" , "0015050123" , "50330092000" , "0797050003" , "51211080000" , "50330099000" , "52330101044" , "0910100003" , "0603061001" , "58030020000" , "0770160030" , "50330125000" , "50330026000" , "50330027000" , "0015060653" , "50335052000" , "50332095101" , "49030090000" , "50335007000" , "58035016000" , "54635034200" , "50335026100" , "56535025001" , "58335099000" , "10001020000" , "50335027100" , "51235026000" , "51235027000" , "41001052000" , "59035013044" , "0770320020" , "58335017000" , "50334001000" , "50334002000" , "50334003000" , "50334005000" , "50334007052" , "50334007000" , "50334007054" , "50334007053" , "50334007050" , "50334007051" , "51234012000" , "50334013000" , "50334014000" , "50334016000" , "50334017000" , "50334018100" , "50334019000" , "50334020000" , "50334023000" , "50334024044" , "0625060006" , "0625618050" , "0991050102" , "0472260120" , "0093251209" , "0402040980" , "58034016500" , "49033031000" , "0471140100" , "0760142460" , "0933060165" , "50233041000" , "50232050001" , "54634052300" , "54734031000" , "54634032100" , "54634031050" , "54634131000" , "50333002000" , "50333003000" , "50333004000" , "50333005000" , "50333006100" , "50333011300" , "50333012000" , "50333021000" , "50333022000" , "50333023000" , "52033096000" , "50033029013" , "50033029014" , "50033029015" , "0625060031" , "0625062058" , "56033020000" , "0760324565" , "54633014100" , "0770230020" , "50333040000" , "50333041000" , "50333042000" , "50333043000" , "50333044000" , "50133090000" , "52033090100" , "50333001144" , "50333007000" , "50333008000" , "50333009000" , "50333010000" , "50333020000" , "0625060041" , "50333045000" , "50332000073" , "50332002000" , "50332003000" , "50332010100" , "50332010000" , "50332011000" , "50332013000" , "50332018000" , "0936181505" , "50332020000" , "50332023023" , "50232050000" , "50332017200" , "50332054051" , "50332061044" , "50332062000" , "50332065051" , "50332065052" , "50332065053" , "0401070003" , "50332066000" , "50329050000" , "50332005000" , "56532095000" , "54637097200" , "54637098200" , "54637098300" , "0993012000" , "51231001044" , "49031135140" , "49031134124" , "51131021264" , "57031523110" , "57031523120" , "57031523125" , "57031523130" , "57031523132" , "15131123045" , "15131123048" , "15131123050" , "15131123052" , "15131123054" , "51131051065" , "51131051070" , "51131051075" , "57231120200" , "49031109100" , "49031138000" , "57031525000" , "49031130100" , "49031131100" , "0799025055" , "15131112000" , "57031513000" , "0933060163" , "57031524000" , "49031127100" , "0963045143" , "51231048000" , "51131017000" , "57031515000" , "57031572000" , "57031519000" , "52031116000" , "57031573000" , "51131040000" , "51131011000" , "57031508000" , "49031114100" , "51131099000" , "52031137001" , "31007007101" , "42403437" , "42403397" , "58031005000" , "50337001100" , "51230005000" , "51230006000" , "0835080273" , "0835100351" , "54630044000" , "0770062020" , "50230032010" , "50330035007" , "50330035015" , "50330035020" , "50330035025" , "50330035040" , "50330035050" , "50330035075" , "50330037000" , "50330045000" , "50337046100" , "51005074000" , "0933060103" , "50030079000" , "50330007400 I" , "50330007400 II" , "50330015000" , "50330018100" , "50230029012" , "49030021000" , "0888030050" , "6946005" , "50230029016" , "50330029000" , "50330032500" , "50330033500" , "51030034000" , "0760253570" , "0760324564" , "50330074500" , "0770250020" , "0625063055" , "50330082000" , "50333030000" , "0471170010" , "0988162210" , "50333038100" , "0015080203" , "50333050000" , "50333051026" , "50333052000" , "50333053027" , "50333054000" , "50333055000" , "50333056000" , "50333069000" , "50333070044" , "0760172870" , "50333075000" , "56012001000" , "50329003000" , "50329004000" , "54629009044" , "51012011000" , "54629012100" , "50112013000" , "50112030000" , "50329022000" , "50329038000" , "50339005200" , "50339004200" , "0015050163" , "51239031000" , "50339006000" , "51139093010" , "54531010000" , "0770150040" , "51208051020" , "51238050050" , "51138061000" , "49138491044" , "50131137000" , "51138062000" , "54635036000" , "42403467" , "54313025000" , "52338001000" , "52338070010" , "51238070000" , "52338074000" , "52338071000" , "52338073000" , "52338072000" , "52338075000" , "31007007001" , "49138493000" , "0015050303" , "44011076100" , "49033031015" , "50337005000" , "50337006000" , "50337007000" , "50337008000" , "0770008020" , "0402051600" , "0603262322" , "50337050064" , "0015060103" , "50337018044" , "50337019000" , "50337020000" , "50337021000" , "0093821606" , "50337050063" , "00099300011" , "50337030000" , "50337035000" , "50337035050" , "51237050044" , "50337050062" , "50337050061" , "50337057000" , "50337059000" , "50337066000" , "50337067000" , "50335054026" , "50335056000" , "50337072000" , "0760082472" , "0625060001" , "0770049025" , "50335054050" , "0349000050" , "54635005000" , "50337079000" , "5233010104498" , "51237021000" , "5033002600098" );
Copy
80
0.24 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1000099189
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1000099189 ;
Copy
81
0.18 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 :
[
"1000099189 "
]
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 = '1000099189' ;
Copy
82
9.31 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"ü®!I›õOd˜ -o\x07 ŽÄü "
b"`£Ì’\x18 ÊG!š\x0E <\x04 £\x02 8“ "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"Q╔\x05 ]4┌@áú+5\x1E ìÔéC "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"┌RÖT±çO9ÅÈ\x01 ±\t ÌøÙ "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"""
Ì\n
w┬p\x19 F\x08 Å÷}┐╬\x18 @ó
"""
b"$K`0ÿýE)¤Ð\x15 ¾Pº"% "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"}ž' Ë MаPXfž\x1F –^ "
b"L\x13 4\x7F M:IÃê╦ñ\v ÅÛjs "
b"°rÌ\x05 É>DÖ¿*ˆØ\x03 ë87 "
b"ø)ÇëW┌HF¢:qÉQVÅ\e "
b"Á\x05 ¯°K´K,†Áš|¬\x03 ‹¹ "
b"ߘ^sšËHTœqnŒ\t (-w "
b"T░┬F\x16 ¡LººÍnɧ°m³ "
b"…\x17 «]zäA÷º\x18 ñfy\x1D cO "
b"X2ñœ\x1A ;O«”Ç\x0F ”\x14 D\x13 … "
b"I¶zi7_N¤ŸYc„? "
b"ß]█`═mLµÉÑv\¾A¸┤ "
b"R6¿&¯\x16 Opëó'ÈõÅü\x0F "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"å ‹â€HÑ §yJ_vt\n "
b"°ÚÕì&uK\x1E ¥ðü0doÈã "
b"dhD\r |ÑEÌ•¥›°-vÏ… "
b"ß\t\x11 j‚ïH\x1F –pœö\x1D nâë "
b"C]|K\x13 ¯BÈ™™X•\x18 VÀL "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"²ýŒ\x06 7hM\v žTb{—´‹ "
b"c\x05 ž˜NaKâ¿9ÿœEú$\x1C "
b"@Â#µÌ\x1A KcÂ┘©ê\x19 :áØ "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"7\x0F þ;¥ýN¤’ÑŸ‹´‚ö¼ "
b"«HýÉB\v I"╗¨├═\x00 ý\x06 m "
b"à\x1E p×└IN5¬=süB├~× "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"CégsŒøH„‡\x1F 3f{\x1E âä "
b"øx\x07 Û\x02 õLÃúaÈÉKÒ4å "
b"ÃpŸ]-ÑLf»é\x14 þîÂ\x03\x01 "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"(þ\x06 ¡üsI(¦å‚jëëóu "
b"W5Y©ø•@…‰w…€ì%1S "
b"=Ì'Ú•¾@É«åꢰFQ= "
b"úz³±│SI(ÖΡ0ßü79 "
b"Õ1º\x17 ÈôN\v ŽÏ´=Ýi[b "
b"Æãþ\x08\x06 Ž@Ö·:íI\r ø¦® "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"Pm–0GãKw¼Ñó_/ÊŒ\x7F "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"É©4╗‗ÌM\v ºƒ╣TÚïóı "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"Ç„\x13 @#qAý—s°·]—þ^ "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"ë╗õ°■EA(º╚@uèØ_: "
b"K\ú╦z\x1F D\x14 Éýfò~Þ8\x16 "
b"×E┘&┌▄@³┐úÏ\x06 ì´Ö¥ "
b"€sMng¼FZ¯ë¤8„*eÇ "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"\x04 /&!ù°Jˆ‰B6É¡¢fÜ "
b"¶—ùq\x01 ë@B›óDY\x15 _õ¹ "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"M\}•ÓM@LŒüâ\t È\x02 F° "
b"[Ð<^xxJ$¼7Q'3³\e i "
b"ÛT`ýyYA—ˆìAKã”} "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"y┴┤B7¦JÚº╔¯\x13 ÉüR╚ "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"±aü\iåB\x0E Å\x1D\v Òê\r Ûû "
b"á\x1A );2\x00 NI©QÄQÁ¦\x05\x12 "
b";\x1E PÍð╗L×òpEöM█ÜÅ "
b"\x17 Úëó\x0F §BÌä÷èþâÏì¡ "
b"õÊ\x12 ôviMî¦ó‰g\x00 „\n \x10 "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"}ò.B4êAé‚\x1E Ï\x11 ó-¢o "
b"ÊûË\x05 §ÅL*üã¡Íý\x0F Ñ¢ "
b"‚\v\x18\x19 Úr@ú”Rn‰\v 拸 "
b"\x1F š\x13 «Ë•O³ˆì\x07 ¨4Gä2 "
b"³üÎw³ÚAS¸§ÂQ'3[\x04 "
b"Õ6m§ô\x11 Mš›w•ÏBR¾3 "
b"¬\x11 bµ(ê@gƒ—\x15\x11\x08 nÿ/ "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"v)c\r ‚\x0F Fà¢Î\r ù)JUê "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"H… U\/HN¾\x0F nÈB\x02 ™\x0E "
b"┴bÐA_`DßɳfÄãæD╔ "
b"q\x07 "¦º]C\x10 ¿Ìä¼€Ð]º "
b""{w1±…Dì´æ5##w” "
b"öûžÕSÚB\r ˜P†ù•šË† "
b"4]Ÿƒ·.O\x01 ¡2i¡\x00 ;½/ "
b"\x05 üeät|Boôqç§+\x00\x1D "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"„J@DŸvLí‘TÁd]C\x12 Ÿ "
b"2Þ°\v œÐG渔–\x15 ´ÜP¾ "
b",\x12 ç±a\x11 GëªöÀ6Rë\x1F ˜ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"\x06 6V:tŒDm Švñq "Á "
b"""
C\x01 òpvÐ@"†`\n
Óó\P\x01
"""
b"5g,*\e ZFœ…\x03 Ç}1\t ‰¾ "
b"Åü7>AÅO'—g„Ês 8‘ "
b"\x05 3Ü,KóBݼó\x03 fïÈÍ; "
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"þ'x<\x19 TAÔ¨\x1D &Ê\x17 ‚ƒ^ "
b"p^E\x00 Þ┼KZ╣ro¢6kÉâ "
b"¨ÇZ/\x03 Þ@f©*iùÓ—'} "
b"ds“\v ’\x12 J“š\x07 &I\x0F ä/d "
b"─Æ@\x1D õ\x12 J-¼‗¶ØÂ=1╩ "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"â£e\v ý|A±¹*²¥\x1E \x™ "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"▓>{ƒoÅA ÿW©\x14 ¿»\t \n "
b"´Ö«g¿¾NEüW┐ó\x1D óÚ= "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"\x1D ÒÓóŠËCž“ó_eù·Ùt "
b"G^ˆ8]dFBŒ\x02 ¯^³ªÐ† "
b"Ë'©A»SId“ˆ•r«šs7 "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"ÿÌïg=ˆC\x10 ”þKìqJÞ¡ "
b"¤ºH½õÛAK¦\v Î\x1E ¿w\t k "
b"\x18 þa\ð\t I┌üaæ\t JÑʃ "
b""ÅWö·UL#€\x1A ˆç‡j&\x03 "
b"g,ïV┴&BbºêÎOÍ\x19 Ø\x15 "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"ê^Ð …CFW¸FFâ]\x0E ¤G "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"ö¶®p‚~Db«\f ÌÚ"\x05 ÐÎ "
b"ê*§¼\x07 ¢LÑ\x1A ù—\f Œ8Ÿ "
b" ù¤\x1D 5×J€¦[ºÛ‰8¤i "
b"""
Øû2i;˜EÖ¨–\n
¡É¿\t ×
"""
b"""
4½Ÿc£ìIu©µ$\x04 ë\x05 \n
\x03
"""
b"q9&ÑQãJH®¥:Ê$–\x06 $ "
b"(Þ*BLBN0 ‡S‘óCÚW "
b"xV@\x17 ï#Kù§‰2b™HrN "
b"e§\x01 uu\x0E @¶ØÜ┐Ó\v e╠b "
b"I’TPè½B‹§KR£öHC\x15 "
b"*üâùÒ)B7¿▀g\x16 Dwù[ "
b"÷ǹÈlñ@÷\x1C\x19 i¢' "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b"""
¯~@nÉ\x07 Jsì\n
v2btë\x07
"""
b"²ÊÃaúFKg†•ÕXî)°˜ "
b"¯▒\x17 +ÛÔ@M▒└ìVK¬eì "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"ôA¿œf\x05 O"…]™²f{vÎ "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"Ê`…m@øAO¬#¾“\e Ÿiä "
b"""
Ûã«\n
ïaN\x1A ü![9Yd«╬
"""
b"ñÀ\x14 xÄöCü‚”½\v T&â "
b"dSD$\x12 À@NŸQ\x06 S„MoI "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"ó\x08\x1C ôÑÔE0‹YÖÄï1\r 5 "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"Ø\x11 │YolNÕéWQ"{=çx "
b"d><˜B¼B}¡™GÈLj!X "
b"÷H}\t\x0F šNr‰ï\x02 ÛÎÇÊ\n "
b"Jp6n=ôO[¯\x05 ö£\x0E\x10 àé "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"3d,cwàC¿éPseóìNN "
b"Y¸Î%Ã\f O#‰våÛ\x00 àò÷ "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"—{\x12 -<LA¢¹³\x1E ÈXÆC† "
b"fSsvo+F\x18 ¡"‡à£×\x0E & "
b"(þAÿ¬>LÑûÞ-Tü\x06 ë\x04 "
b"÷œGµNFGüŒÎ\x06 t¨“\x1D è "
b"aÐÄ\x19 ÊAø¾Å›È\x11 Ï\x07 u "
b"Ùï§\x18 ß@iª°'GëüVÀ "
b"-°7 \f ¶@ı┤Ø\x1D t8L\r ð "
b"úJ o┬O@~ܨ\x1E ƒ!░\x02 ì "
b"\x00 ·I*ä\x17 Iª“N;]áï#© "
b"Ýõc(\x1C ÇJ³ƒ*\x04 Nï¬\x18 ‘ "
b"`T,ºç–FŒ§ùHß\x15 †›€ "
b"m\x07 p\x08 K\r B"Š\x10 #%1^Íù "
b"É›\x06 ´‚fN¥°©¡è\qæx "
b"lØ4\v ’¹A\e Œš\e ³VS§ï "
b".¨†³²ýG¸½?³°øìò‰ "
b"""
d-ìïÉ\n
Mk€ý+Äì_sÖ
"""
b"ªÌ>\v áøK#—as_WPX& "
b"2]™q©7C’®¡Ê\v á¼ìË "
b"\x01 nî\x08 é¢O%¼·ÈC\e BìC "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"\x08 JÕ\x17\x06\x05 H–›ôå\x02 yŒx\x04 "
b"╗Åù¶±\x0E B·ë!X$&Ê"à "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b"\x00 ãÉ-#LdªDîo1Ö5· "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"ü¶├~>║Ga╗┴bdýıçy "
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"R‰É¬\x1E\x1A E%°(VkÏ2ÇØ "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"aìg\x14 ?äCx£GIg\x08 ¬äõ "
b"å{û\x05\x19 RKM„Êg›Ž0ÌÙ "
b"¬ä╔áɦDÌû├ý¥┌§\x06 Ù "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"Q}DBŒïJ\x1C ³\x08 ±KYZÀp "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"Q<¯‘¯VB\x10 ‹—•]’T]Ú "
b"JÝJß~žH:´–\x15 š\x04 Ë|\n "
b" š‰Œ}œCj„X¾5°–Ù2 "
b"“@¸y"ÏOäš¡\x07 ìOålÅ "
b"""
ôÏ?é)7D\x10 ¶¨\x1F è\n
óž„
"""
b"°&”ÄZ÷@AŸqŒAå)qÏ "
b"N€ëÑÔ¸E\x1E š´ôunŸë& "
b"ý=\x08 ¾6║N)çêÆ¿├³\x11 Ø "
b"\x01 ›»å„\x17 qÖ—‡ªj\óø“ "
b"""
®\n
─ô║¿McÅY&y%Ì\x06 §
"""
b"ÒúŸY\x19 -Nä‹8žlñÀt# "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"x„,\x1F UøB£°ü¢)ɼš± "
b">¾sG;ýKr´,<ôtãwø "
b"▓tÈ\x1A :qI\x17 ÅS\x13 P¡Ùuƒ "
b"F\x00 ®0DîJY³½Å û!á\x11 "
b"‰uY6^èCa¼\t q‡a\e íï "
b"z1\x18 ð\x03\v Gúû─Å░╠ÕÅô "
b"\v Ä$~Þ²D½Žð¯57ösP "
b"ôuW\\x0F ~HE£1+XZù—œ "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"\x1F ”´üY@-‡`Œ¡a±ºÝ "
b"È\x7F ±™7ÎNЙÔþ5½‚ "
b"K¦oc÷kK\x01 €\x05 ÅeIý¾z "
b"e’M¨ÉÒNh…dëEê7Àæ "
b".Öèxï1Orªéà\x1D JŒ"Ç "
b"âÞı,;3E\x08 ö ~WÞ3Ø\x15 "
b"*N½ß/¤L¦¡·(ÓYÏ¡^ "
b"–ãŠ*ÌMM\x00 º¿Ö\x05 I\x0F ¹š "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"!—\x14 Ú¹ÝB‚§Ýùk¾B—\x0E "
b"Ø\e ¦»þÀC\x1D ‘\x06\x07 ^5š§Ü "
b"│■è\t ºlN°¢\x13 üèõV}` "
b"┐¼s╣¶ãM8ìö4÷ÎHï═ "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"^Ð\r \v "\x14 Fx˜á\x10 2ß\x7F Ù¯ "
b"\x05 ö╠®HÅOUÆ▓└\x1C eì÷ "
b"<ér|O¹F0¦_à‹0Ì‘Q "
b"Öd«.²éKÒ†µ"—¯¿¢) "
b";<\x7F ¨╬-Ozè╔╦Mì█├| "
b"T»çä!nOï™ow7¥väë "
b"¯É\f ø\x11 fJµ╣Ì\x1F "HrCú "
b"V+Ì%y¯L\x02 “å•—»!\x01\x01 "
b"\x02 ¤A\x13 þ{I\x01 ’8.ÑGVÏ® "
b"Xñ³&ý╝N\x18 ÄÉâeO:]H "
b"×i4û\x1F K©Šg{E\t\x1C =Ô "
b"¸›\x7F QI›Dò¦¯¶()OdI "
b"\x15 ╬-ÉÖáD\x03 »\x01 %r¨╚º9 "
b"""
\x08 A\n
XÈÄKhªµ'<ü¾òm
"""
b"½*tðEÍBÇ·±0\x07 'd<‘ "
b"ú¶Fð\KLHº´S\x07 "mºÊ "
b"H´=ÇjACª À»\x13\x11  "
b"aëö¯╚èBØóÚ┐ã\f k[x "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"ÆÛTË">F¬‡m\v JuI\x16 ñ "
b"b@ÌjBôC›…puÀ¹—¹” "
b"""
ê52‗\x16 mAƒÅ╝#║\n
j▓^
"""
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"”îñAj\x02 F\x07 ŒŒMãüµ~ì "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"zÞV¬,"O¹Å,ûõÔ<\x10 > "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"À²d¦ð;H\x1D ¯ý‹0“ÕŠ[ "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"ÃÛ@ƒ‚\x16 B\t • ã>û¸8W "
b"Áoÿ!\x06 çE¤£5hØê╔d¾ "
b"uÅAªÍÙE\f ·Wq}pÑ[» "
b"\x06 i\x10 xe·II…\r w[ƒXßC "
b"‰\x1D /óSëB\“T\x1D â¥\f ¬o "
b"Î7\x14 tÓ„Br“,°V\v ¤md "
b"Øıø║┴\x08 @Zûp└ø¬dc! "
b"ž+ïˆð¼B¿„îg\x03 +Œ—¥ "
b"[ßbÔqhMKœ\x18\x19 á*I½µ "
b"ܧ¬ÑÄ\x17 MG§ëéíMi\x0F O "
b"÷Yt3â\x1E Au•$\x0E =ãè†Á "
b"¤„Ž`ÝîJ\t ¯E'ýÑ…N¼ "
b"ö°J╣\x02\x15 IUÉA\x1F ¯h╩Ð\x00 "
b"""
Ööx\n
1…AB—L\x03 r¿(Ç\x7F
"""
b"‗╝!Í]ðJ\x15 Çè¹ÓÉ"T\x1A "
b"1«!æ¡\x00 DÚ‡éÁ®ÖGÓ\x19 "
b"\x12 öÙÏ[`Oú±˜þ¼\²5\x17 "
b"y]\x1F §¨IM]£ÒíÉÅ┘v6 "
b"9Ö╩Í?¼N▒Ø┴┐\x15 8\x13 ùQ "
b"ˆ6u¡'˜M¥–‘€gÚ`~t "
b"ÒQ▓ÓôÈC0ø└\x11 ╬\x0E =Uü "
b"܇l\HãK¯©Û¸¡²ºò¨ "
b"$cÍÔf\x7F F)˜gz9z\x11\x04 ó "
b"\f (Q▄r─KªÅâ®\x0F c\x1C N┼ "
b"~{à—7ÝF\x1D ‘Œ\x1A øg\x17 m² "
b"õ÷\x13 ÎkÄCáéÔÉÖ:ßzs "
b"é¿\x00 ãù¼BÖÀí3\x10 Y8Ø╠ "
b"žçiúˆ¡N\x08 ®ï%9d\f\x01 U "
b"ä彩„ŒCú’•£ÓàºæM "
b"¾:P|ÛÊE5ޝU™ )åÑ "
b"ý#s¶\x1A ¸DÖ¬ýoë•l§® "
b"sÙ²¦µÑ@ý“\x0E\x1A ÙD!YL "
b"øn\x08 5#‹D:˜º\r Àéj\x07\x05 "
b"Ui\x0E\x1D LgC×¾\e YK‘/åä "
b"ÄqÙY1>FÑ¡^w2#þá¿ "
b"Tó’\x03\x1A\x0E Bû—‘\x1F G–Ð×ÿ "
b"\e Fz²œ¸NužBŠM-\x7F E+ "
b"u4ÏNçÍO̯\e _lE³oF "
b"rÍVV7\x12 G$´+ƒë~\e 6ñ "
b"zŸñþòJz¶…nb^ß@" "
b"ï\x08 |„z*M\x1D †…IøöÖ\f b "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"[¶4Ø\x12 _HcÖ■ıÐ\r \x05 fÊ "
b"\x1E *\x11 =[—NY¾\x15\x13\x19 õå\x08 † "
b"ï¡@ŒÊêM¦¶f\t\x12 >\x04\x11 "
b"jµ\x12 ùCtOð‹_ÖCX!Ê3 "
b"{è-ø\x13 ËK\x01 ¥=¤p\x07 ¼ØP "
b"G½Ð¨’\x7F CñŒ5jÚ\x12 s°• "
b"^Qz\t ¼÷JØ£®\x16 V¿Ä0^ "
b"\x14 ±ÞZÊ D_½¨ß#œã¦v "
b"€µueÞ\x15 D\x1E ½-¶‡L\x7F\x10 ú "
b"\x11 æ\x08 …œ E…¨È¸ò>Bgˆ "
b"§s•¦—FIæ“\v .Ï\x1C §EÔ "
b" \x10 ý†- L0®1d½êÆ I "
b"îZìwXÉIl©ú„ÀRöæÄ "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"Q#V=JøDüº±H┬┴C┴e "
b"¬û}7Á┼MýØõ`▓Z+┘3 "
b"åxö¼gÛAú¤)kÇ’™ëÞ "
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"@\e (I3´Ju™(ö¢·1GÁ "
b"┤e.±ûâKGÉv\Ús]\x0E ? "
b"_\x14\x07 ù\x16\x01 N\x13 ‘\x01 >²£¬h "
b"ÞóãÉŠ\x1F G>†èÜJñØ>\ "
b"§ØŒùP\x01 Dѧ\¤bûÏäy "
b"±s…UÄ\x05 E\x10 ¬¯3VÛ\x1D f! "
b"gzA^:\x02 GÀˆêÕ'C7²\x01 "
b"}Ûf8\x02\x02 DÚ£ç\x06 l┤\x1C Éú "
b"c{Ÿý“@Lù¬Úqêpždu "
b"\x01 Ö2$|í{5¿êüªKÅ╬( "
b"TY~¼;?BÔ’9„ê¶\x1D ê\ "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"åí¯¡╝yB═ü]É}&}d3 "
b"ì4ĸ░§B(üe©è¸\x1C µ┐ "
b"_þº+TÛC“…+\x15\x02 £\x06 1¯ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"^ßhÅ)ÆHë•\x15 Z Êóüi "
b"»ðÿV…æBŒ¨¸ú\x1A ©qê\x06 "
b"DRZØ\x12 ÓCZ┤\f ëÊ*â┘ù "
b"V´\x14 ý©ÆI¡˜(\x06 'Ëëþ& "
b"¦û\x13\x00 Ø\x1F Hj¤\x11 .\x11 ‰®’$ "
b"?÷Ès…ÕG3¿¹Ê@\x05\x10 Ôk "
b"þ\x19 UjeAÁްåá\x1A Ú\x01 "
b"F+U§é4IvžO·ÏlŒú¯ "
b"Bß·Ùü4N░¬§Â░`Ä\x1E Í "
b"ù¤ßR\x19 OHðª£ÂTͰ¹\x0E "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"!\x1D ÊVcæLQç┌8Ú\x0E \ì¸ "
b"NF×\x07 ®ÈD9ˆ\v D}ž\x7F c• "
b"§cÍï\x01\x18 N)│(lѰ'±ì "
b"Ö7\x10 ¼&‰C½†x\x1C\x08 .]µb "
b" \Ь¬\x1C A\x00 ²¬R5Ïb\r u "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b")╬┐*\f INLüR\x10 1'%uÍ "
b"8q\x17 (r\x10 G´Š1å‰\x1E ½‰\x16 "
b">>Þá¨ìF(‚ªÆ\x0E ¤S(£ "
b":˨v\x08 cBõ┐U8ü`\x0E ÂÌ "
b"QÕ5ü¸Á@\x15 í\x10 ^ýU¼\x1E ┬ "
b"“B¸±SöCj§\x1F ¬±Õ°:* "
b"t\x15\x00 º3¤AäŠH?\x12 í)=ÿ "
b" \x7F sxKG <\x0E ã\x14 Œžú "
b"\xîW¼7D\x17 ²\x04 B6ŒÙsz "
b"ðKç\f þÌJ4š8:ø›D÷M "
b"""
È\x06 Å\n
«M·è‗\x1A ┼^K\x1D 8
"""
b"ıHH?\x01 sO®É`ö╣╔D\x07 l "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"õJƒ>\x1A ÛD\“ªÐSìe\x08\x1E "
b"\J¼ÑV4Jq┐▓ܨ²ü§K "
b"ÖÂín‚%OÉ¥\x02 ¥õáÒcV "
b"u\x01 WÄ'╗G╗É¢gƒàÿêL "
b"\x1F S_HäìGϵÀFSŰ\v M "
b"\x19 Vg®A¨NÖÅæÂ*ƒ╠Há "
b"\x1E p\x03 ps\x0E Hæ³,ÌrÓ6<| "
b"€¶T±“lHH½2Á]ÖRÌÄ "
b"Åq┐OcaIº╝n\e 0y¶X! "
b"Æ@§\x03 ‚\x1C IK¨¼˜b‘ZØ' "
b"b3ƒ@%1Cp▓Ôó|ØT‗\x1D "
b"ZÃçfÔÁMc¹dªà¯'\x06 ý "
b"""
hS‘#©yGßš\n
ÏO©Þ^É
"""
b"ÏÄ/é\x0F wE\x03 ÀÓ°ÛµÅ\┴ "
b"L\x10 EË\x17 ÈKá´!Ë·ý}z\x13 "
b"?Õ’$›TA\x1F — O\x13 lúiå "
b"Šwd\x04 ò)A#°ùMæ–Ù>œ "
b"©Ò0ÓМAí¼€\x10 ¤ÝofÄ "
b"ùLfgZ\HÀž#b¿°\x14 ©+ "
b"av╩\x11 Ó±A5à:·ÖJ#jü "
b"¯ô/J\v\x01 F\v Å9¶\x16 P°Go "
b"«UK|·FBr€ç\x0E ô?^:K "
b")Bg2ëÏOÛµPP0E{„Ð "
b"WûÎgؼN\x00 ║q\x03 Q┬øÅf "
b"A:‘[\x03 –Cº¼q\r #&y»9 "
b"à.`Ü¡ÓEŇcšmÁYïÙ "
b"Ÿ˜Pñ'\x1A GNDp¯^MZš "
b"ô╣y£‗\x10 Cåü¸J▄¤ß£\n "
b"\x11 $·ÐõØD¥“Ñ/\x10 éø|Ù "
b"8u\x11\x0E œ¢AE§5{Ø7z· "
b"‘×»'HAJåŒtõ\x18 né\x18 ÷ "
b"I\x1F Õ;\x18 zKÅŸ—L\x10 ò‘[U "
b"\x00 ¬═^'|M#×┴müÒ\>z "
b"╩Ë┬█ûöB\x15 É)¨}═\f ^W "
b" ÎÆEµqBí‡\x04 Å %›l\x01 "
b"´U£0Úú@ĨKiü˜ÛÃ\x02 "
b"“\x04 ¤d¹ŒJñ©ëØëYÑðæ "
b"ñtÄM‘\x08 Jü§\x13 ÇH¸;†Ø "
b"¥#e±D\x06 D\x04 …Òœ¬\×\x0F\v "
b"kƒ\x05 Ô\x01 gG7Æ\x1D ì¹Ú═r, "
b"¼åü¦^òOÜ▒æßeÎ\r Jµ "
b"*–Ü%\x14 }@>…Ø\x17 Z\x13 Ÿ\x05 Å "
b"\t ìŸv=üCL’é·(-äÌO "
b"Ÿ^Ç?ïQH\x00 ’â<\x7F UÒ«H "
b"]“¯Î…5BŠ‹Ž\v nútZÞ "
b"(ïNy6\x18 IÔºÄθœR£” "
b";¤v═│Å@jázr$QB\x10 \r "
b"obA\x10 }\t HͲetI×Im´ "
b"1\x03\x03 ¯[ÙMP«¿ÏÜ~aœÔ "
b"sÇÄ›[\x1C GµƒFÝ\v a1Óo "
b"£H£½\x1E 5G5Œ$ÃÑò€hg "
b"ëνÅ\x05\x07 NᎼŒ˜\x0E Q4\x10 "
b"å˜ö¸x\x10 L\x14 †\x16 Ê@\x1E 3ÿÛ "
b"\x1C V(HzxD■®É¡┌\x1A ì\x10 ƒ "
b" :GMŸ\x01 NY»h\x08 uL©\x1A — "
b"\x1C Í■LÅ«B]»9nò┬ªí┬ "
b"v╗ıtÁrCî¬Ø\x0F\x07 U\v j[ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"î?R1r¹H㣊v“*¯©§ "
b"\x02 uâÏѧD\x0F ³Õ6’=š \x16 "
b"é$'v\x08 nBo°–Ì9(©ÊV "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"hõ'6¤’DYŒå¶H Œ(™ "
b"¦tßsñ£Güƒs_`$^_p "
b"Y▀¡╦^ K+¼ÉV▒qNü\x0F "
b",\x03\x11 “ÍñH[¿¿}vý«Hw "
]
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 (0xFCAE21499BF54F6498A02D6F078EC4FC , 0x60A3CC9218CA47219A0E3C04A3023893 , 0xD398C2DDEBC444F6A74DC3133125987F , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x51C9055D34DA40A0A32B351E8DE28243 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0xDA529954F1874F398FD401F109DE9BEB , 0x5C03EB1DC4C44395918697871B76824E , 0xDE0A77C2701946088FF67DBFCE1840A2 , 0x244B6030FFFD4529A4D015BE50BA2225 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0x7D9E2720CBA04DD0B05058669E1F965E , 0x4C13347F4D3A49C788CBA40B8FEA6A73 , 0xB072CC05C93E44D6BF2A88D803EB3837 , 0x9B29808957DA4846BD3A719051568F1B , 0xC105AFB04BB44B2C86C19A7CAC038BB9 , 0xDF985E739ACB48549C716E8C09282D77 , 0x54B0C24616AD4CA7A7D66E90F5F86DFC , 0x8517AB5D7AE441F7BA18F166791D634F , 0x5832F19C1A3B4FAB94C70F9414441385 , 0x49B67A69375F4EA49F5963EE948A843F , 0xE15DDB60CD6D4CE690A5765CF341F7B4 , 0x5236A826EE164F7089A227D4E48F810F , 0x9E43A614F83540769B8D47B80B0090E8 , 0xE520AD8BE28048D1A0A7794A5F76740A , 0xF8E9E58D26754B1EBED08130646FD4C6 , 0x6468440D7CD145CC95A59BB02D76CF85 , 0xDF09116A82EF481F96709CF61D6EE2EB , 0x435D7C4B13AF42C8999958951856C04C , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xCAF11042CE174FA78B82ED67C48198C7 , 0xB2FD8C0637684D0B9E54627B97B4AD8B , 0x63059E984E614BE2BF39FF9C45FA241C , 0x40B623E6DE1A4B63B6D9B888193AA09D , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x0B4240DE68A5461FAC990789BF37F906 , 0x370FFE3BA5FD4EA492D19F8BB482F6BC , 0xAE48EC90420B4922BBF9C3CD00EC066D , 0x851E709EC0494E35AA3D738142C37E9E , 0xBAAF0501442649A780E5481B2D0CA46D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x6AC99B6A187A49D0962E40890AC916F7 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0x43E967738CF84884871F33667B1EE2E4 , 0x9B7807EA02E44CC7A361D4904BE33486 , 0xC3709F5D2DD14C66BBE914FEEEC20301 , 0x882A0D90845C46C9BB019659A615F235 , 0x28FE06A1FC734928A6E5826AEBEBF375 , 0x573559A9F895408589778580EC253153 , 0x3DCC27DA95BE40C9ABE5EAA2B046513D , 0xA37AFCF1B353492899D7AD30E1813739 , 0xD531BA17C8F44E0B8ECFB43DDD695B62 , 0xC6E3FE08068E40D6B73AED490DF8A6AE , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x506D963047E34B77BCD1F35F2FCA8C7F , 0x0198CC7F3E447214A848528DE060A0ED , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0x90B834BBF2DE4D0BA79FB954E98BA2D5 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0xC7841340237141FD9773B0B75D97FE5E , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x89BBE4F8FE454128A7C840758A9D5F3A , 0x4B5CA3CB7A1F441490EC66957EE83816 , 0x9E45D926DADC40FCBFA3D8068DEF99BE , 0x80734D6E67BC465AAFEBA438842A65C7 , 0xEA72A169AA5D4806A0542A9C12611C18 , 0x042F2621F9B04A88894236C9A1A266DC , 0xB697F97101EB40429BF34459155FF5B9 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0x544A2015944B40C085239BEF584AEDDA , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0x4D5C7D95D34D404C8CFCE209C80246B0 , 0x5BD03C5E78784A24BC37512733B31B69 , 0xDB5460FD7959419788EC414BE3947D20 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0x79C1B44237DD4AE9A7C9EE13908152C8 , 0xD53DEF18874C4AC18B224FBC07554900 , 0xF161815C6986420E8F1D0BE3880DEA96 , 0xE11A293B32004E49A951C451C1A60512 , 0x3B1E50D6D0BB4C9E957045944DDB9A8F , 0x17E989A20FF542DE84F68AE783D88DAD , 0xF5CA12F476694DEEA6F3896700840A10 , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x481078A8A1154B838281D129F2C084CB , 0x7DF22E4234EA41E9821ECF11F32DA26F , 0xD296D305F58F4C2A81C6ADD6EC0FA5BD , 0x820B1819DA7240FA94526E890BE68BB8 , 0x1F9A13ABCB954FB388EC07A83447E432 , 0xB3FCCE77B3DA4153B8A7C25127335B04 , 0xD5366DA7F4114D9A9B7795CF4252BE33 , 0xAC1162B528EA406783971511086EFF2F , 0xC193C5C3677240BA8498CB282694A75A , 0x7629630D820F46E0A2CE0DF9294A55EA , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x67797097E13F42EDA86257C71C427A28 , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0x4885A0555C2F484EBE0F6EC84202990E , 0xC162D1415F6044E190FC668EC69144C9 , 0x710722A6BA5D4310BFCCE4BC80D05DBA , 0x227B7731B18544ECB4E6AD3523237794 , 0xF6FB9ED553DA420D985086F9959ACB86 , 0x345D9F83B72E4F01A13269A1003BBD2F , 0x05816584747C426F9371C7F5F52B001D , 0x329849610CF643A8973EC27B03DE6BEA , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x844A40449F764CED9154C1645D43129F , 0x32DEB00B9CD047E6B8949615B4DC50BE , 0x2C12E7B1611147EBAAF6C03652EB1F98 , 0x28916ADF88504C208540D811B87234CB , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0x0636563A748C446DA08A76F1712022C1 , 0x4301F27076D0402286600AD3F35C5001 , 0x35672C2A1B5A469C8503C77D310989BE , 0xC5FC373E41C54F27976784CA73203891 , 0x0533DC2C4BF342DDBCF30366EFC8CD3B , 0xD73E16D28EFF419D9649067012F694A2 , 0xFE27783C195441D4A81D26CA1782835E , 0x705E4500E8C54B5AB9726FBD366B9083 , 0xA8C75A2F03DE4066A92A69F9D397277D , 0x6473930B92124A939A0726490FE42F64 , 0xC492401DE4124A2DACF2F49DB63D31CA , 0xDC7487729044444198EAAD719A5CACA7 , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xE2A3650BFD7C41B1B92AB2A51E5C7899 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0xB23E7B9F6F8F41FF9857B814A8AF090A , 0xEF99AE67A8F34E458157BFA21DA2E93D , 0x3D621B0536104DAFB046FD07C68DC2BB , 0x1DD2D3F38ACB439E93F35F65F9B7D974 , 0x475E88385D6446428C02AF5EB3AAD086 , 0xCB27A941BB53496493889572AB9A7337 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x986B22337F9D49589976A6C1E914E9D3 , 0xFFCCEF673D88431094FE4BEC714ADEA1 , 0xA4BA48BDF5DB414BA60BCE1EBF77096B , 0x18E7615CD00949DA816191094AA5D29F , 0x22C557F6B7554C23801A88E7876A2603 , 0x672C8B56C1264262A788D74FD6199D15 , 0x37433BE6C23A4987A6A18B46E5A25823 , 0xEA5ED02085434657B84646E25D0EA447 , 0x51070503953F46338AE553AAD8369B0F , 0x42843C39F20E4F23A599575776B060C2 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xF6B6AE70827E4462AB0CCCDA2205D0CE , 0xEA2AA7BC07A24CD1AD1AF9970C8C389F , 0xA0F9A41D35D74A80A65BBADB8938A469 , 0xD8FB32693B9845D6A8960AA1C9BF09D7 , 0x34BD9F63A3EC4975A9B52404EB050A03 , 0x713926D151E34A48AEA53ACA24960624 , 0x28DE2A424C424E30A0875391F343DA57 , 0x78564017EF234BF9A78932629948724E , 0x65F50175750E40F49D9ABFE00B65CC62 , 0x49925450E8BD428BA74B52A3F6484315 , 0x2A818397E3294237A8DF67164477975B , 0xF7C7B9C86CF140EE8785F71C1969A227 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0xEE7E406E90074A738D0A763262748907 , 0xB2CAC361FA464B678695D558EE29B098 , 0xEEB1172BEAE2404DB1C08D564BAA658D , 0xD7598D9A84CB4294B0037243826A2E44 , 0xF441BF9C66054F22855D99B2667B76CE , 0xC5491401894A4D97A54B4EF547A68317 , 0x0247791B45054C689DC340A2C29E97C3 , 0xCA60856D40F8414FAC23BE931B9F69E4 , 0xEAC6AE0A8B614E1A81215B395964AECE , 0xF1C01478C4F643FC8294BD0B5426E2A0 , 0x6453442412C0404E9F510653844D6F49 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0xF3081CF4D1D445308B59D6C4EF310D35 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0x9D11B3596F6C4EE5825751227B3D8778 , 0x643E3C9842BC427DA19947C84C6A2158 , 0xF7487D090F9A4E7289EF02DBCEC7CA0A , 0x4A70366E3DF44F5BAF05F6A30E10E0E9 , 0x06CC3C21BE7F4F78A486F73054751394 , 0x33642C63778543A882507365A28D4E4E , 0x59B8CE25C30C4F238976E5DB00E0F2F7 , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x0CF665757B114488B50086B62E4BA9F2 , 0x977B122D3C4C41A2B9B31EC858C64386 , 0x665373766F2B4618A12287E0A3D70E26 , 0x28E74198AA3E4CA596E82D5481068904 , 0xF79C47B54E4647FC8CCE0674A8931DE8 , 0x61D0C4AD19CA41F8BEC59BC811CF0775 , 0xEB8BB6F518E14069A6F82747898156B7 , 0x2DF837200CF440D5B49D1D74384C0DD0 , 0xA34A206FC24F407E9AF91E9F21B0028D , 0x00B7492AE41749AA934E3B5DE1EF23A9 , 0xDDF563281CC74AB3832A044EEFAC1891 , 0x60542CBAE796468CA7F948DF15869B80 , 0x6D0770084B0D42228A102325315ECDF9 , 0xC99B06B482664EA5B0A9A1E85C71E678 , 0x6CD8340B92B9411B8C9A1BB35653A7EF , 0x2EA886B3B2FD47B8BD3FB3B0F8ECF289 , 0x642DECEFC90A4D6B80FD2BC4EC5F73D6 , 0xAACC3E0BE1F84B239761735F57505826 , 0x325D9971A9374392AEA1CA0BE1BCECCB , 0x016E8C0882BD4F25ACFAD4431B428D43 , 0xC06B5E575C4A457FBD37EF869C02513B , 0x513AB9793DD541E6A6DFF9033F99756F , 0x75950F9A8A9E479799900E82895BD54D , 0x084AD517060548969BF4E502798C7804 , 0xBB8F97F4F10E42FA8921582426D22285 , 0x8BB5548A73A7428D980BA256D3E41E6F , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x58E15680A170476CBA641C844883EF0B , 0x2B02765382A240218B667C601097AE5A , 0x0020C6902D234C64A6448C6F319935FA , 0xBD9B273F45AC40478A3165D9F8580223 , 0x81F4C37E3EBA4761BBC16264ECD58779 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x5289C9AC1E1A4525B028566BCF32C7D8 , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x61EC67143FE44378A347496708ACE4F5 , 0xE57BFB0519524B4D84CA679B8E30CCD9 , 0xAA84C9A090DD44DE96C3ECBEDAF506EB , 0x81152C3787A148D4B16100936B96453D , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x517D44428CEF4A1CB308B14B595AC070 , 0x224646719CA8445684E02EC785FF051A , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0x513CAF91AF5642108B97955D92545DDA , 0x4ADD4ADF7E9E483AB496159A04CB7C0A , 0x209A898C7D9C436A8458BE35B096D932 , 0x9340B87922CF4FE49AA107EC4FE56CC5 , 0xF4CF3FE929374410B6A81FE80AF39E84 , 0xB02694C45AF740419F718C41E52971CF , 0x4E80EBD1D4B8451E9AB4F4756E9FEB26 , 0xEC3D08F336BA4E29878892A8C3FC119D , 0x019BBBE5841771D69787AA6A5CF3F893 , 0xA90AC493BAA84D638F59267925DE06F5 , 0xD2FA9F59192D4EE48B389E6CF1C07423 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x3EBE73473BFD4B72B42C3CF474E377F8 , 0xB274D41A3A7149178F531350ADEB759F , 0x4600AE3044EE4A59B3BDC5A0FB21E111 , 0x897559365EE84361BC097187611BEDEF , 0x7A3118D0030B47A396C48FB0CCE58F93 , 0x0BC4247EDEB244BD8EF0AF3537F67350 , 0xF475575C0F7E4845A3312B585AF9979C , 0xA0BA480C6574462FB41DE76EECE5A313 , 0x1F94B4FCAD59402D87608CA161B1BADD , 0xC87FB19937CE4ED099D4C3BE35ADBD82 , 0x4BA66F63F76B4B018005C56549FDBE7A , 0x65924DA8C9D24E688564EB45EA37C0E6 , 0x2ED6E878EF314F72AAE9E01D4A8C22C7 , 0x83E8D52C3B33450894FF7E57E8339D15 , 0x2A4EBDDF2FA44CA6A1B728D359CFA15E , 0x96E38A2ACC4D4D00BABFD605490FB99A , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x219714DAB9DD4282A7DDF96BBE42970E , 0xD81BA6BBFEC0431D9106075E359AA7DC , 0xB3FE8A09A76C4EF8BD13818AE4567D60 , 0xBFAC73B9F4C64D388D9434F6D7488BCD , 0xA276F2EADC434AB081123CB10365ECEF , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x5ED00D0B2214467898E11032DF7FD9AF , 0x0594CCA9488F4F5592F0B2C01C658DF6 , 0x3CE9727C4FB94630A65FE08B30CC9151 , 0xD664AB2EB2E94BD286B52297AFBFA229 , 0x3B3C7FF9CE2D4F7A8AC9CB4D8DDBC37C , 0x54BBE7E4216E4FEF996F7737A576E4EB , 0xEE900C9B11664AE6B9DE1F22487243A3 , 0x562BCC2579AF4C0293E59597BB210101 , 0x02A44113FE7B490192382ED14756CFAE , 0x58A4FC26ECBC4E188E9083654F3A5D48 , 0xD76934ADFB1F4BA98A677B45091C3DD4 , 0xB89B7F51499B44F2A6AFB628294F6449 , 0x15CE2D9099A04403AF012572F9C8A739 , 0x08410A58C8C44B68AAB5273CFCBEF26D , 0xBD2A74F045CD42C7B7B1300727643C91 , 0xFAB646F05C4B4C48BAB45307226DBACA , 0x48B43DC76A4143AAA0C0BB1311EEAAB0 , 0x618994EEC88A429DA2E9BFC60C6B5B78 , 0xB574E4D3CD984C71A4C4B44847328506 , 0xC6DB54CB223E46AC876D0B4A754916F1 , 0x6240CC6A42F4439B857075C0B997B994 , 0x883532F2166D419F8FBC23BA0A6AB25E , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x94EEF1416A0246078C8C4DE3FCB57EEC , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x7AE856AA2C224FFB8F2C96E4E23C103E , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x2070C1C33600459DB6737C6F3F590C27 , 0xC0B264A6F03B481DAFFD8B3093D58A5B , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xC3DB40838216420995A0E33EFBB83857 , 0xB56F9821068745CF9C35689D88C964F3 , 0x75C541AACDD9450CB757717D70D15BBB , 0x0669107865B74949850D775B8358DF43 , 0x891D2FF353EB425C93541DE2A50CAC6F , 0xCE371474D3844272932CB0560BA46D64 , 0x9DD59BBAC108405A9670C09BAA646321 , 0x9E2BEF88F0BC42BF84EE67032B8C97A5 , 0x5BDF62D471684D4B9C1819E12A49BDB5 , 0xDCA7ACD1C4174D47A7EBE9ED4D690F4F , 0xF7597433E21E417595240E3DE3E886C1 , 0xA4848E60DDEE4A09AF4527FDD1854EBC , 0x94F84AB90215495590411FEE68CAD100 , 0xD6F6780A31854142974C0372BF28C77F , 0xF2BC21D65DD04A15808AFBE09022541A , 0x31AB21E6A10044DA87E9C1AED647D319 , 0x12F6D9CF5B604FFAB198FEBC5CB23517 , 0x795D1FF5F9494D5D9CE3A1908FD97636 , 0x3999CAD63FAC4EB19DC1BF1538139751 , 0x883675A127984DA596918067DA607E74 , 0xE351B2E093D443309BC011CE0E3D5581 , 0xDC876C5C48E34BAFA9DBB8A1B2BAF2A8 , 0x2463CDD4667F462998677A397A1104F3 , 0x0C2851DC72C44BA68F83A90F631C4EC5 , 0x7E7BE09737DD461D918C1AF867176DB2 , 0xE4F613D76B8E43A082E290993AE17A73 , 0x82A800C697AC4299B7A1331059389DCC , 0x9EE769FA88A14E08AEEF2539640C0155 , 0xE4E5BDA9848C43FA9295A3D3E0BAE64D , 0xBE3A507CDBCA45358EAF5599A029E5D1 , 0xFD2373B61AB844D6ACFD6FEB956CA7AE , 0x73D9B2A6B5D140FD930E1AD94421594C , 0xF86E0835238B443A98BA0DC0E96A0705 , 0x55690E1D4C6743D7BE1B594B912FE5E4 , 0xC471D959313E46D1A15E773223FEE1BF , 0x54F392031A0E42FB97911F4796D0D7FF , 0x1B467AB29CB84E759E428A4D2D7F452B , 0x7534CF4EE7CD4FCCAF1B5F6C45B36F46 , 0x72CD565637124724B42B83EB7E1B36F1 , 0x7AC5B8F1FEF24A7AB6856E625EDF4022 , 0xEF087C847A2A4D1D868549F8F6D60C62 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x5BF4349D125F486399FED5D10D0566D2 , 0x1E2A113D5B974E59BE151319F5E50886 , 0xEFA1408CCAEA4DADA6B66609123E0411 , 0x6AB512F943744FF08B5FD6435821CA33 , 0x7BE82DF813CB4B01A53DA47007BCD850 , 0x47BDD0A8927F43F18C356ADA1273B095 , 0x5E517A09ACF64A9D9CA91656A88E305E , 0x14B1DE5ACA20445FBDA8DF239CE3A676 , 0x80B57565DE15441EBD2DB6874C7F10FA , 0x11E608859CA04585A8C8B8F23E426788 , 0xA77395A6974649E6930B2ECF1CA745D4 , 0x2010FD862DA04C30AE3164BDEAC6A049 , 0xEE5AEC7758C9496CA9FA84C052F6E6C4 , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x5123563D4A9B4481A7F148C2C143C165 , 0xAA967D37B5C54DEC9DE460B25A2BD933 , 0xE578F6BC67DB41FAA4296BC79299EBDE , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0x401B284933B44A759928F6A2B73147C1 , 0xB4652EF196834B4790765CE9735D0E3F , 0x5F1407F916014E1391013EADB2A3AC68 , 0xDEF3E3C98A1F473E86E8DC4AF1D83E5C , 0xA7D88CF9500144D1A75CA462FBCFE479 , 0xB1738555C4054510ACAF3356DB1D6621 , 0x677A415E3A0247C088EAD5274337B201 , 0x7DEA6638020244E99C87066CB41C90A3 , 0x637B9FFD93404CF9ACDA71EA709E6475 , 0x019932247CA17B35A88881A64B8FCE28 , 0x54597EBC3B3F42D4923984EAB61DEA5C , 0x6BFC1158030244D69DBE85610CF72B40 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x86A1EEADBC7942CD815D907D267D6433 , 0x8D348EF7B0F542288165B88AF71CE6BF , 0x5FFEBA2B54DB4393852B1502A30631AF , 0xADF28C1B866641CA80805EDA0F657E47 , 0x5EDF68C529C648EB95155AA0CAF3FC69 , 0xBBF0FF5685E6428CA8B8FA1AA971EA06 , 0x44525A9D12E0435AB40C89D22A83D997 , 0x56B414FDA9C649A198280627CBEBFE26 , 0xA6FB1300D81F486AA4112E1189AE9224 , 0x3FF7C87385D54733BFB9CA400510D46B , 0xADFE19556A6541C18EB0E5E11A20DA01 , 0x462B55A7E93449769E4FB7CF6C8CFAAF , 0x42E1FAEB81344EB0AAF5B6B0608E1ED6 , 0xF9A4DF52194F48F0AAA3C254CDB0B90E , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0x211DD25663914C5187DA38E90E5C8DF7 , 0x4E46D707AEC84439880B447D9E7F6395 , 0xF563D68B01184E29B3286CA5F827F18D , 0xD63710BC268943BD86781C082E5DB562 , 0xA05C8AACAC1C4100B2AC5235CF620D75 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0x29CEBF2A0C494E4C81521031272575D6 , 0x38711728721047B48A31E5891EBD8916 , 0x3E3EDEE1A8EC462882AAC60EA45328A3 , 0x3AD3F976086342E4BF553881600EB6DE , 0x51E53581F7B54015A1105EEC55AC1EC2 , 0x9342B8B153F6436AA71FACB1D5B03A2A , 0x741500BA33A441E48A483F12ED293DFF , 0xE280877F73784B47A03C0EE3148C9EFA , 0x5C78EE57BC374417B20442368CD9737A , 0xF04BE70CFECC4A349A383AF89B44F74D , 0xD406208F0AAE4DFA8AF21AC55E4B1D38 , 0xD548483F01734FA9906094B9C944076C , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xBC54D495F82141698103436B43896042 , 0xF54A833E1ADB445C93AAD053EC65081E , 0x5C4AACA556344A71BFB29AF9FD81F54B , 0xD6C2ED6E82254FC9A502A5F5E1D26356 , 0x7501578E27BB47BB90BD679F8598884C , 0x1F535F48E4EC47CFB5C04653C5B00B4D , 0x195667A941F94E998F91B62A9FCC48A0 , 0x1E700370730E48E6B32CCC72D3363C7C , 0x80B654B1936C4848BD32C15DD652CCC4 , 0x8F71BF4F636149A7BC6E1B3079F45821 , 0xC640A703821C494BA8BC9862915AD827 , 0x62339F4025314370B2E2A27C9D54F21D , 0x5AC3E766D4C14D63B964AAE0AF2706FD , 0x68539123A97947DF9A0ACF4FA9DE5EC9 , 0xD88E2F820F774503B7E0F8EAE68F5CC1 , 0x4C1045CB17C84BE1B421CBB7FD7D7A13 , 0x3FD592249B54411F97204F136CFA69E5 , 0x8A776404F2294123B0F94DE696D93E9C , 0xA9D230D3D09C41EDBC8010A4DD6F66C4 , 0xF94C66675A5C48C09E2362BFB014A92B , 0x6176CA11E0F14135853AFA994A236A81 , 0xEE932F4A0B01460B8F39F41650F8476F , 0xAB554B7CB746427280E70EF43F5E3A4B , 0x29426732EBCF4FDBB5505030457B84D0 , 0x5796D7679DAC4E00BA710351C29B8F66 , 0x413A915B039643BABC710D232679BB39 , 0xE02E60DCA1D345C587639A6DC159EFD9 , 0x9F9850F1271A474EAD4470AF5E4D5A9A , 0x93B9799CF210438681F74ADCCFE19C0A , 0x1124B7D0F5D844A593D12F10E9F87CD9 , 0x3875110E9CA24145A7357BD8377AADB7 , 0x91D7BB2748414AE58C74F5186EE918F7 , 0x491FD53B187A4BC59F974C10F2915B55 , 0x00AACD5E277C4D239EC16D81E35C3E7A , 0xCAD3C2DB969442159029F97DCD0C5E57 , 0x20CEC645B57142ED8704C520259B6C01 , 0xB455A330DAFA40C4A84B69FC98DBC302 , 0x9304A464B98C4AF1A9EBD8EB59D1F0E6 , 0xF174C44D91084AFCA713C748B83B86D8 , 0xA52365B14406440485D29CAC5CD70F0B , 0x6B9F05E201674737921D8DFBE9CD722C , 0xAC8681DD5E954F9AB191E165D70D4AE6 , 0x2A96DC25147D403E85D8175A139F05C5 , 0x09EC9F763DFC434C92E9B7282DE4CC4F , 0x9F5EC73FEF51480092E23C7F55D2AB48 , 0x5D93AFCE8535428A8B8E0B6EFA745ADE , 0x28EF4E79361849D4BAC4CEB89C52A394 , 0x3BCF76CDB38F406AA07A72245142100D , 0x6F6241107D0948CDB2657449D7496DB4 , 0x310303AF5BD94D50ABBFCFDC7E619CD4 , 0x73C7C49B5B1C47B58346DD0B6131D36F , 0xA348A3BD1E3547358C24C3D1F2806867 , 0xEBCEBDC505074EE18EBC8C980E513410 , 0xE598F6B878104C148616CA401E33FFDB , 0x1C5628487A7844FEA990ADDA1A8D109F , 0xA03A474D9F014E59BB6808754CA91A97 , 0x1CD6FE4C8FAE425DAF396E95C2A6A1C2 , 0x76BBD574B572438CAA9D0F07550B6A5B , 0x696571E2EFEF43A1BF0E6634566035F3 , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0x0275E2CFD1A7440FB3D536923D9AA016 , 0xE9242776086E426FB096CC3928A9CA56 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x68F52736A49244598CE5B648A08C2899 , 0xA674DF73F1A347FC83735F60245E5F70 , 0x59DFADCB5E204B2BAC9056B1714E810F , 0x2C031193CDF1485BBFBF7D76FDAB4877 )) GROUP BY `product` . `id` ;
Copy
83
27.76 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"ü®!I›õOd˜ -o\x07 ŽÄü "
b"`£Ì’\x18 ÊG!š\x0E <\x04 £\x02 8“ "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"Q╔\x05 ]4┌@áú+5\x1E ìÔéC "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"┌RÖT±çO9ÅÈ\x01 ±\t ÌøÙ "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"""
Ì\n
w┬p\x19 F\x08 Å÷}┐╬\x18 @ó
"""
b"$K`0ÿýE)¤Ð\x15 ¾Pº"% "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"}ž' Ë MаPXfž\x1F –^ "
b"L\x13 4\x7F M:IÃê╦ñ\v ÅÛjs "
b"°rÌ\x05 É>DÖ¿*ˆØ\x03 ë87 "
b"ø)ÇëW┌HF¢:qÉQVÅ\e "
b"Á\x05 ¯°K´K,†Áš|¬\x03 ‹¹ "
b"ߘ^sšËHTœqnŒ\t (-w "
b"T░┬F\x16 ¡LººÍnɧ°m³ "
b"…\x17 «]zäA÷º\x18 ñfy\x1D cO "
b"X2ñœ\x1A ;O«”Ç\x0F ”\x14 D\x13 … "
b"I¶zi7_N¤ŸYc„? "
b"ß]█`═mLµÉÑv\¾A¸┤ "
b"R6¿&¯\x16 Opëó'ÈõÅü\x0F "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"å ‹â€HÑ §yJ_vt\n "
b"°ÚÕì&uK\x1E ¥ðü0doÈã "
b"dhD\r |ÑEÌ•¥›°-vÏ… "
b"ß\t\x11 j‚ïH\x1F –pœö\x1D nâë "
b"C]|K\x13 ¯BÈ™™X•\x18 VÀL "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"²ýŒ\x06 7hM\v žTb{—´‹ "
b"c\x05 ž˜NaKâ¿9ÿœEú$\x1C "
b"@Â#µÌ\x1A KcÂ┘©ê\x19 :áØ "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"7\x0F þ;¥ýN¤’ÑŸ‹´‚ö¼ "
b"«HýÉB\v I"╗¨├═\x00 ý\x06 m "
b"à\x1E p×└IN5¬=süB├~× "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"CégsŒøH„‡\x1F 3f{\x1E âä "
b"øx\x07 Û\x02 õLÃúaÈÉKÒ4å "
b"ÃpŸ]-ÑLf»é\x14 þîÂ\x03\x01 "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"(þ\x06 ¡üsI(¦å‚jëëóu "
b"W5Y©ø•@…‰w…€ì%1S "
b"=Ì'Ú•¾@É«åꢰFQ= "
b"úz³±│SI(ÖΡ0ßü79 "
b"Õ1º\x17 ÈôN\v ŽÏ´=Ýi[b "
b"Æãþ\x08\x06 Ž@Ö·:íI\r ø¦® "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"Pm–0GãKw¼Ñó_/ÊŒ\x7F "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"É©4╗‗ÌM\v ºƒ╣TÚïóı "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"Ç„\x13 @#qAý—s°·]—þ^ "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"ë╗õ°■EA(º╚@uèØ_: "
b"K\ú╦z\x1F D\x14 Éýfò~Þ8\x16 "
b"×E┘&┌▄@³┐úÏ\x06 ì´Ö¥ "
b"€sMng¼FZ¯ë¤8„*eÇ "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"\x04 /&!ù°Jˆ‰B6É¡¢fÜ "
b"¶—ùq\x01 ë@B›óDY\x15 _õ¹ "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"M\}•ÓM@LŒüâ\t È\x02 F° "
b"[Ð<^xxJ$¼7Q'3³\e i "
b"ÛT`ýyYA—ˆìAKã”} "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"y┴┤B7¦JÚº╔¯\x13 ÉüR╚ "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"±aü\iåB\x0E Å\x1D\v Òê\r Ûû "
b"á\x1A );2\x00 NI©QÄQÁ¦\x05\x12 "
b";\x1E PÍð╗L×òpEöM█ÜÅ "
b"\x17 Úëó\x0F §BÌä÷èþâÏì¡ "
b"õÊ\x12 ôviMî¦ó‰g\x00 „\n \x10 "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"}ò.B4êAé‚\x1E Ï\x11 ó-¢o "
b"ÊûË\x05 §ÅL*üã¡Íý\x0F Ñ¢ "
b"‚\v\x18\x19 Úr@ú”Rn‰\v 拸 "
b"\x1F š\x13 «Ë•O³ˆì\x07 ¨4Gä2 "
b"³üÎw³ÚAS¸§ÂQ'3[\x04 "
b"Õ6m§ô\x11 Mš›w•ÏBR¾3 "
b"¬\x11 bµ(ê@gƒ—\x15\x11\x08 nÿ/ "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"v)c\r ‚\x0F Fà¢Î\r ù)JUê "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"H… U\/HN¾\x0F nÈB\x02 ™\x0E "
b"┴bÐA_`DßɳfÄãæD╔ "
b"q\x07 "¦º]C\x10 ¿Ìä¼€Ð]º "
b""{w1±…Dì´æ5##w” "
b"öûžÕSÚB\r ˜P†ù•šË† "
b"4]Ÿƒ·.O\x01 ¡2i¡\x00 ;½/ "
b"\x05 üeät|Boôqç§+\x00\x1D "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"„J@DŸvLí‘TÁd]C\x12 Ÿ "
b"2Þ°\v œÐG渔–\x15 ´ÜP¾ "
b",\x12 ç±a\x11 GëªöÀ6Rë\x1F ˜ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"\x06 6V:tŒDm Švñq "Á "
b"""
C\x01 òpvÐ@"†`\n
Óó\P\x01
"""
b"5g,*\e ZFœ…\x03 Ç}1\t ‰¾ "
b"Åü7>AÅO'—g„Ês 8‘ "
b"\x05 3Ü,KóBݼó\x03 fïÈÍ; "
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"þ'x<\x19 TAÔ¨\x1D &Ê\x17 ‚ƒ^ "
b"p^E\x00 Þ┼KZ╣ro¢6kÉâ "
b"¨ÇZ/\x03 Þ@f©*iùÓ—'} "
b"ds“\v ’\x12 J“š\x07 &I\x0F ä/d "
b"─Æ@\x1D õ\x12 J-¼‗¶ØÂ=1╩ "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"â£e\v ý|A±¹*²¥\x1E \x™ "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"▓>{ƒoÅA ÿW©\x14 ¿»\t \n "
b"´Ö«g¿¾NEüW┐ó\x1D óÚ= "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"\x1D ÒÓóŠËCž“ó_eù·Ùt "
b"G^ˆ8]dFBŒ\x02 ¯^³ªÐ† "
b"Ë'©A»SId“ˆ•r«šs7 "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"ÿÌïg=ˆC\x10 ”þKìqJÞ¡ "
b"¤ºH½õÛAK¦\v Î\x1E ¿w\t k "
b"\x18 þa\ð\t I┌üaæ\t JÑʃ "
b""ÅWö·UL#€\x1A ˆç‡j&\x03 "
b"g,ïV┴&BbºêÎOÍ\x19 Ø\x15 "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"ê^Ð …CFW¸FFâ]\x0E ¤G "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"ö¶®p‚~Db«\f ÌÚ"\x05 ÐÎ "
b"ê*§¼\x07 ¢LÑ\x1A ù—\f Œ8Ÿ "
b" ù¤\x1D 5×J€¦[ºÛ‰8¤i "
b"""
Øû2i;˜EÖ¨–\n
¡É¿\t ×
"""
b"""
4½Ÿc£ìIu©µ$\x04 ë\x05 \n
\x03
"""
b"q9&ÑQãJH®¥:Ê$–\x06 $ "
b"(Þ*BLBN0 ‡S‘óCÚW "
b"xV@\x17 ï#Kù§‰2b™HrN "
b"e§\x01 uu\x0E @¶ØÜ┐Ó\v e╠b "
b"I’TPè½B‹§KR£öHC\x15 "
b"*üâùÒ)B7¿▀g\x16 Dwù[ "
b"÷ǹÈlñ@÷\x1C\x19 i¢' "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b"""
¯~@nÉ\x07 Jsì\n
v2btë\x07
"""
b"²ÊÃaúFKg†•ÕXî)°˜ "
b"¯▒\x17 +ÛÔ@M▒└ìVK¬eì "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"ôA¿œf\x05 O"…]™²f{vÎ "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"Ê`…m@øAO¬#¾“\e Ÿiä "
b"""
Ûã«\n
ïaN\x1A ü![9Yd«╬
"""
b"ñÀ\x14 xÄöCü‚”½\v T&â "
b"dSD$\x12 À@NŸQ\x06 S„MoI "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"ó\x08\x1C ôÑÔE0‹YÖÄï1\r 5 "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"Ø\x11 │YolNÕéWQ"{=çx "
b"d><˜B¼B}¡™GÈLj!X "
b"÷H}\t\x0F šNr‰ï\x02 ÛÎÇÊ\n "
b"Jp6n=ôO[¯\x05 ö£\x0E\x10 àé "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"3d,cwàC¿éPseóìNN "
b"Y¸Î%Ã\f O#‰våÛ\x00 àò÷ "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"—{\x12 -<LA¢¹³\x1E ÈXÆC† "
b"fSsvo+F\x18 ¡"‡à£×\x0E & "
b"(þAÿ¬>LÑûÞ-Tü\x06 ë\x04 "
b"÷œGµNFGüŒÎ\x06 t¨“\x1D è "
b"aÐÄ\x19 ÊAø¾Å›È\x11 Ï\x07 u "
b"Ùï§\x18 ß@iª°'GëüVÀ "
b"-°7 \f ¶@ı┤Ø\x1D t8L\r ð "
b"úJ o┬O@~ܨ\x1E ƒ!░\x02 ì "
b"\x00 ·I*ä\x17 Iª“N;]áï#© "
b"Ýõc(\x1C ÇJ³ƒ*\x04 Nï¬\x18 ‘ "
b"`T,ºç–FŒ§ùHß\x15 †›€ "
b"m\x07 p\x08 K\r B"Š\x10 #%1^Íù "
b"É›\x06 ´‚fN¥°©¡è\qæx "
b"lØ4\v ’¹A\e Œš\e ³VS§ï "
b".¨†³²ýG¸½?³°øìò‰ "
b"""
d-ìïÉ\n
Mk€ý+Äì_sÖ
"""
b"ªÌ>\v áøK#—as_WPX& "
b"2]™q©7C’®¡Ê\v á¼ìË "
b"\x01 nî\x08 é¢O%¼·ÈC\e BìC "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"\x08 JÕ\x17\x06\x05 H–›ôå\x02 yŒx\x04 "
b"╗Åù¶±\x0E B·ë!X$&Ê"à "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b"\x00 ãÉ-#LdªDîo1Ö5· "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"ü¶├~>║Ga╗┴bdýıçy "
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"R‰É¬\x1E\x1A E%°(VkÏ2ÇØ "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"aìg\x14 ?äCx£GIg\x08 ¬äõ "
b"å{û\x05\x19 RKM„Êg›Ž0ÌÙ "
b"¬ä╔áɦDÌû├ý¥┌§\x06 Ù "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"Q}DBŒïJ\x1C ³\x08 ±KYZÀp "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"Q<¯‘¯VB\x10 ‹—•]’T]Ú "
b"JÝJß~žH:´–\x15 š\x04 Ë|\n "
b" š‰Œ}œCj„X¾5°–Ù2 "
b"“@¸y"ÏOäš¡\x07 ìOålÅ "
b"""
ôÏ?é)7D\x10 ¶¨\x1F è\n
óž„
"""
b"°&”ÄZ÷@AŸqŒAå)qÏ "
b"N€ëÑÔ¸E\x1E š´ôunŸë& "
b"ý=\x08 ¾6║N)çêÆ¿├³\x11 Ø "
b"\x01 ›»å„\x17 qÖ—‡ªj\óø“ "
b"""
®\n
─ô║¿McÅY&y%Ì\x06 §
"""
b"ÒúŸY\x19 -Nä‹8žlñÀt# "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"x„,\x1F UøB£°ü¢)ɼš± "
b">¾sG;ýKr´,<ôtãwø "
b"▓tÈ\x1A :qI\x17 ÅS\x13 P¡Ùuƒ "
b"F\x00 ®0DîJY³½Å û!á\x11 "
b"‰uY6^èCa¼\t q‡a\e íï "
b"z1\x18 ð\x03\v Gúû─Å░╠ÕÅô "
b"\v Ä$~Þ²D½Žð¯57ösP "
b"ôuW\\x0F ~HE£1+XZù—œ "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"\x1F ”´üY@-‡`Œ¡a±ºÝ "
b"È\x7F ±™7ÎNЙÔþ5½‚ "
b"K¦oc÷kK\x01 €\x05 ÅeIý¾z "
b"e’M¨ÉÒNh…dëEê7Àæ "
b".Öèxï1Orªéà\x1D JŒ"Ç "
b"âÞı,;3E\x08 ö ~WÞ3Ø\x15 "
b"*N½ß/¤L¦¡·(ÓYÏ¡^ "
b"–ãŠ*ÌMM\x00 º¿Ö\x05 I\x0F ¹š "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"!—\x14 Ú¹ÝB‚§Ýùk¾B—\x0E "
b"Ø\e ¦»þÀC\x1D ‘\x06\x07 ^5š§Ü "
b"│■è\t ºlN°¢\x13 üèõV}` "
b"┐¼s╣¶ãM8ìö4÷ÎHï═ "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"^Ð\r \v "\x14 Fx˜á\x10 2ß\x7F Ù¯ "
b"\x05 ö╠®HÅOUÆ▓└\x1C eì÷ "
b"<ér|O¹F0¦_à‹0Ì‘Q "
b"Öd«.²éKÒ†µ"—¯¿¢) "
b";<\x7F ¨╬-Ozè╔╦Mì█├| "
b"T»çä!nOï™ow7¥väë "
b"¯É\f ø\x11 fJµ╣Ì\x1F "HrCú "
b"V+Ì%y¯L\x02 “å•—»!\x01\x01 "
b"\x02 ¤A\x13 þ{I\x01 ’8.ÑGVÏ® "
b"Xñ³&ý╝N\x18 ÄÉâeO:]H "
b"×i4û\x1F K©Šg{E\t\x1C =Ô "
b"¸›\x7F QI›Dò¦¯¶()OdI "
b"\x15 ╬-ÉÖáD\x03 »\x01 %r¨╚º9 "
b"""
\x08 A\n
XÈÄKhªµ'<ü¾òm
"""
b"½*tðEÍBÇ·±0\x07 'd<‘ "
b"ú¶Fð\KLHº´S\x07 "mºÊ "
b"H´=ÇjACª À»\x13\x11  "
b"aëö¯╚èBØóÚ┐ã\f k[x "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"ÆÛTË">F¬‡m\v JuI\x16 ñ "
b"b@ÌjBôC›…puÀ¹—¹” "
b"""
ê52‗\x16 mAƒÅ╝#║\n
j▓^
"""
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"”îñAj\x02 F\x07 ŒŒMãüµ~ì "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"zÞV¬,"O¹Å,ûõÔ<\x10 > "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"À²d¦ð;H\x1D ¯ý‹0“ÕŠ[ "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"ÃÛ@ƒ‚\x16 B\t • ã>û¸8W "
b"Áoÿ!\x06 çE¤£5hØê╔d¾ "
b"uÅAªÍÙE\f ·Wq}pÑ[» "
b"\x06 i\x10 xe·II…\r w[ƒXßC "
b"‰\x1D /óSëB\“T\x1D â¥\f ¬o "
b"Î7\x14 tÓ„Br“,°V\v ¤md "
b"Øıø║┴\x08 @Zûp└ø¬dc! "
b"ž+ïˆð¼B¿„îg\x03 +Œ—¥ "
b"[ßbÔqhMKœ\x18\x19 á*I½µ "
b"ܧ¬ÑÄ\x17 MG§ëéíMi\x0F O "
b"÷Yt3â\x1E Au•$\x0E =ãè†Á "
b"¤„Ž`ÝîJ\t ¯E'ýÑ…N¼ "
b"ö°J╣\x02\x15 IUÉA\x1F ¯h╩Ð\x00 "
b"""
Ööx\n
1…AB—L\x03 r¿(Ç\x7F
"""
b"‗╝!Í]ðJ\x15 Çè¹ÓÉ"T\x1A "
b"1«!æ¡\x00 DÚ‡éÁ®ÖGÓ\x19 "
b"\x12 öÙÏ[`Oú±˜þ¼\²5\x17 "
b"y]\x1F §¨IM]£ÒíÉÅ┘v6 "
b"9Ö╩Í?¼N▒Ø┴┐\x15 8\x13 ùQ "
b"ˆ6u¡'˜M¥–‘€gÚ`~t "
b"ÒQ▓ÓôÈC0ø└\x11 ╬\x0E =Uü "
b"܇l\HãK¯©Û¸¡²ºò¨ "
b"$cÍÔf\x7F F)˜gz9z\x11\x04 ó "
b"\f (Q▄r─KªÅâ®\x0F c\x1C N┼ "
b"~{à—7ÝF\x1D ‘Œ\x1A øg\x17 m² "
b"õ÷\x13 ÎkÄCáéÔÉÖ:ßzs "
b"é¿\x00 ãù¼BÖÀí3\x10 Y8Ø╠ "
b"žçiúˆ¡N\x08 ®ï%9d\f\x01 U "
b"ä彩„ŒCú’•£ÓàºæM "
b"¾:P|ÛÊE5ޝU™ )åÑ "
b"ý#s¶\x1A ¸DÖ¬ýoë•l§® "
b"sÙ²¦µÑ@ý“\x0E\x1A ÙD!YL "
b"øn\x08 5#‹D:˜º\r Àéj\x07\x05 "
b"Ui\x0E\x1D LgC×¾\e YK‘/åä "
b"ÄqÙY1>FÑ¡^w2#þá¿ "
b"Tó’\x03\x1A\x0E Bû—‘\x1F G–Ð×ÿ "
b"\e Fz²œ¸NužBŠM-\x7F E+ "
b"u4ÏNçÍO̯\e _lE³oF "
b"rÍVV7\x12 G$´+ƒë~\e 6ñ "
b"zŸñþòJz¶…nb^ß@" "
b"ï\x08 |„z*M\x1D †…IøöÖ\f b "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"[¶4Ø\x12 _HcÖ■ıÐ\r \x05 fÊ "
b"\x1E *\x11 =[—NY¾\x15\x13\x19 õå\x08 † "
b"ï¡@ŒÊêM¦¶f\t\x12 >\x04\x11 "
b"jµ\x12 ùCtOð‹_ÖCX!Ê3 "
b"{è-ø\x13 ËK\x01 ¥=¤p\x07 ¼ØP "
b"G½Ð¨’\x7F CñŒ5jÚ\x12 s°• "
b"^Qz\t ¼÷JØ£®\x16 V¿Ä0^ "
b"\x14 ±ÞZÊ D_½¨ß#œã¦v "
b"€µueÞ\x15 D\x1E ½-¶‡L\x7F\x10 ú "
b"\x11 æ\x08 …œ E…¨È¸ò>Bgˆ "
b"§s•¦—FIæ“\v .Ï\x1C §EÔ "
b" \x10 ý†- L0®1d½êÆ I "
b"îZìwXÉIl©ú„ÀRöæÄ "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"Q#V=JøDüº±H┬┴C┴e "
b"¬û}7Á┼MýØõ`▓Z+┘3 "
b"åxö¼gÛAú¤)kÇ’™ëÞ "
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"@\e (I3´Ju™(ö¢·1GÁ "
b"┤e.±ûâKGÉv\Ús]\x0E ? "
b"_\x14\x07 ù\x16\x01 N\x13 ‘\x01 >²£¬h "
b"ÞóãÉŠ\x1F G>†èÜJñØ>\ "
b"§ØŒùP\x01 Dѧ\¤bûÏäy "
b"±s…UÄ\x05 E\x10 ¬¯3VÛ\x1D f! "
b"gzA^:\x02 GÀˆêÕ'C7²\x01 "
b"}Ûf8\x02\x02 DÚ£ç\x06 l┤\x1C Éú "
b"c{Ÿý“@Lù¬Úqêpždu "
b"\x01 Ö2$|í{5¿êüªKÅ╬( "
b"TY~¼;?BÔ’9„ê¶\x1D ê\ "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"åí¯¡╝yB═ü]É}&}d3 "
b"ì4ĸ░§B(üe©è¸\x1C µ┐ "
b"_þº+TÛC“…+\x15\x02 £\x06 1¯ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"^ßhÅ)ÆHë•\x15 Z Êóüi "
b"»ðÿV…æBŒ¨¸ú\x1A ©qê\x06 "
b"DRZØ\x12 ÓCZ┤\f ëÊ*â┘ù "
b"V´\x14 ý©ÆI¡˜(\x06 'Ëëþ& "
b"¦û\x13\x00 Ø\x1F Hj¤\x11 .\x11 ‰®’$ "
b"?÷Ès…ÕG3¿¹Ê@\x05\x10 Ôk "
b"þ\x19 UjeAÁްåá\x1A Ú\x01 "
b"F+U§é4IvžO·ÏlŒú¯ "
b"Bß·Ùü4N░¬§Â░`Ä\x1E Í "
b"ù¤ßR\x19 OHðª£ÂTͰ¹\x0E "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"!\x1D ÊVcæLQç┌8Ú\x0E \ì¸ "
b"NF×\x07 ®ÈD9ˆ\v D}ž\x7F c• "
b"§cÍï\x01\x18 N)│(lѰ'±ì "
b"Ö7\x10 ¼&‰C½†x\x1C\x08 .]µb "
b" \Ь¬\x1C A\x00 ²¬R5Ïb\r u "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b")╬┐*\f INLüR\x10 1'%uÍ "
b"8q\x17 (r\x10 G´Š1å‰\x1E ½‰\x16 "
b">>Þá¨ìF(‚ªÆ\x0E ¤S(£ "
b":˨v\x08 cBõ┐U8ü`\x0E ÂÌ "
b"QÕ5ü¸Á@\x15 í\x10 ^ýU¼\x1E ┬ "
b"“B¸±SöCj§\x1F ¬±Õ°:* "
b"t\x15\x00 º3¤AäŠH?\x12 í)=ÿ "
b" \x7F sxKG <\x0E ã\x14 Œžú "
b"\xîW¼7D\x17 ²\x04 B6ŒÙsz "
b"ðKç\f þÌJ4š8:ø›D÷M "
b"""
È\x06 Å\n
«M·è‗\x1A ┼^K\x1D 8
"""
b"ıHH?\x01 sO®É`ö╣╔D\x07 l "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"õJƒ>\x1A ÛD\“ªÐSìe\x08\x1E "
b"\J¼ÑV4Jq┐▓ܨ²ü§K "
b"ÖÂín‚%OÉ¥\x02 ¥õáÒcV "
b"u\x01 WÄ'╗G╗É¢gƒàÿêL "
b"\x1F S_HäìGϵÀFSŰ\v M "
b"\x19 Vg®A¨NÖÅæÂ*ƒ╠Há "
b"\x1E p\x03 ps\x0E Hæ³,ÌrÓ6<| "
b"€¶T±“lHH½2Á]ÖRÌÄ "
b"Åq┐OcaIº╝n\e 0y¶X! "
b"Æ@§\x03 ‚\x1C IK¨¼˜b‘ZØ' "
b"b3ƒ@%1Cp▓Ôó|ØT‗\x1D "
b"ZÃçfÔÁMc¹dªà¯'\x06 ý "
b"""
hS‘#©yGßš\n
ÏO©Þ^É
"""
b"ÏÄ/é\x0F wE\x03 ÀÓ°ÛµÅ\┴ "
b"L\x10 EË\x17 ÈKá´!Ë·ý}z\x13 "
b"?Õ’$›TA\x1F — O\x13 lúiå "
b"Šwd\x04 ò)A#°ùMæ–Ù>œ "
b"©Ò0ÓМAí¼€\x10 ¤ÝofÄ "
b"ùLfgZ\HÀž#b¿°\x14 ©+ "
b"av╩\x11 Ó±A5à:·ÖJ#jü "
b"¯ô/J\v\x01 F\v Å9¶\x16 P°Go "
b"«UK|·FBr€ç\x0E ô?^:K "
b")Bg2ëÏOÛµPP0E{„Ð "
b"WûÎgؼN\x00 ║q\x03 Q┬øÅf "
b"A:‘[\x03 –Cº¼q\r #&y»9 "
b"à.`Ü¡ÓEŇcšmÁYïÙ "
b"Ÿ˜Pñ'\x1A GNDp¯^MZš "
b"ô╣y£‗\x10 Cåü¸J▄¤ß£\n "
b"\x11 $·ÐõØD¥“Ñ/\x10 éø|Ù "
b"8u\x11\x0E œ¢AE§5{Ø7z· "
b"‘×»'HAJåŒtõ\x18 né\x18 ÷ "
b"I\x1F Õ;\x18 zKÅŸ—L\x10 ò‘[U "
b"\x00 ¬═^'|M#×┴müÒ\>z "
b"╩Ë┬█ûöB\x15 É)¨}═\f ^W "
b" ÎÆEµqBí‡\x04 Å %›l\x01 "
b"´U£0Úú@ĨKiü˜ÛÃ\x02 "
b"“\x04 ¤d¹ŒJñ©ëØëYÑðæ "
b"ñtÄM‘\x08 Jü§\x13 ÇH¸;†Ø "
b"¥#e±D\x06 D\x04 …Òœ¬\×\x0F\v "
b"kƒ\x05 Ô\x01 gG7Æ\x1D ì¹Ú═r, "
b"¼åü¦^òOÜ▒æßeÎ\r Jµ "
b"*–Ü%\x14 }@>…Ø\x17 Z\x13 Ÿ\x05 Å "
b"\t ìŸv=üCL’é·(-äÌO "
b"Ÿ^Ç?ïQH\x00 ’â<\x7F UÒ«H "
b"]“¯Î…5BŠ‹Ž\v nútZÞ "
b"(ïNy6\x18 IÔºÄθœR£” "
b";¤v═│Å@jázr$QB\x10 \r "
b"obA\x10 }\t HͲetI×Im´ "
b"1\x03\x03 ¯[ÙMP«¿ÏÜ~aœÔ "
b"sÇÄ›[\x1C GµƒFÝ\v a1Óo "
b"£H£½\x1E 5G5Œ$ÃÑò€hg "
b"ëνÅ\x05\x07 NᎼŒ˜\x0E Q4\x10 "
b"å˜ö¸x\x10 L\x14 †\x16 Ê@\x1E 3ÿÛ "
b"\x1C V(HzxD■®É¡┌\x1A ì\x10 ƒ "
b" :GMŸ\x01 NY»h\x08 uL©\x1A — "
b"\x1C Í■LÅ«B]»9nò┬ªí┬ "
b"v╗ıtÁrCî¬Ø\x0F\x07 U\v j[ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"î?R1r¹H㣊v“*¯©§ "
b"\x02 uâÏѧD\x0F ³Õ6’=š \x16 "
b"é$'v\x08 nBo°–Ì9(©ÊV "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"hõ'6¤’DYŒå¶H Œ(™ "
b"¦tßsñ£Güƒs_`$^_p "
b"Y▀¡╦^ K+¼ÉV▒qNü\x0F "
b",\x03\x11 “ÍñH[¿¿}vý«Hw "
]
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 (0xFCAE21499BF54F6498A02D6F078EC4FC , 0x60A3CC9218CA47219A0E3C04A3023893 , 0xD398C2DDEBC444F6A74DC3133125987F , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x51C9055D34DA40A0A32B351E8DE28243 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0xDA529954F1874F398FD401F109DE9BEB , 0x5C03EB1DC4C44395918697871B76824E , 0xDE0A77C2701946088FF67DBFCE1840A2 , 0x244B6030FFFD4529A4D015BE50BA2225 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0x7D9E2720CBA04DD0B05058669E1F965E , 0x4C13347F4D3A49C788CBA40B8FEA6A73 , 0xB072CC05C93E44D6BF2A88D803EB3837 , 0x9B29808957DA4846BD3A719051568F1B , 0xC105AFB04BB44B2C86C19A7CAC038BB9 , 0xDF985E739ACB48549C716E8C09282D77 , 0x54B0C24616AD4CA7A7D66E90F5F86DFC , 0x8517AB5D7AE441F7BA18F166791D634F , 0x5832F19C1A3B4FAB94C70F9414441385 , 0x49B67A69375F4EA49F5963EE948A843F , 0xE15DDB60CD6D4CE690A5765CF341F7B4 , 0x5236A826EE164F7089A227D4E48F810F , 0x9E43A614F83540769B8D47B80B0090E8 , 0xE520AD8BE28048D1A0A7794A5F76740A , 0xF8E9E58D26754B1EBED08130646FD4C6 , 0x6468440D7CD145CC95A59BB02D76CF85 , 0xDF09116A82EF481F96709CF61D6EE2EB , 0x435D7C4B13AF42C8999958951856C04C , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xCAF11042CE174FA78B82ED67C48198C7 , 0xB2FD8C0637684D0B9E54627B97B4AD8B , 0x63059E984E614BE2BF39FF9C45FA241C , 0x40B623E6DE1A4B63B6D9B888193AA09D , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x0B4240DE68A5461FAC990789BF37F906 , 0x370FFE3BA5FD4EA492D19F8BB482F6BC , 0xAE48EC90420B4922BBF9C3CD00EC066D , 0x851E709EC0494E35AA3D738142C37E9E , 0xBAAF0501442649A780E5481B2D0CA46D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x6AC99B6A187A49D0962E40890AC916F7 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0x43E967738CF84884871F33667B1EE2E4 , 0x9B7807EA02E44CC7A361D4904BE33486 , 0xC3709F5D2DD14C66BBE914FEEEC20301 , 0x882A0D90845C46C9BB019659A615F235 , 0x28FE06A1FC734928A6E5826AEBEBF375 , 0x573559A9F895408589778580EC253153 , 0x3DCC27DA95BE40C9ABE5EAA2B046513D , 0xA37AFCF1B353492899D7AD30E1813739 , 0xD531BA17C8F44E0B8ECFB43DDD695B62 , 0xC6E3FE08068E40D6B73AED490DF8A6AE , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x506D963047E34B77BCD1F35F2FCA8C7F , 0x0198CC7F3E447214A848528DE060A0ED , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0x90B834BBF2DE4D0BA79FB954E98BA2D5 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0xC7841340237141FD9773B0B75D97FE5E , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x89BBE4F8FE454128A7C840758A9D5F3A , 0x4B5CA3CB7A1F441490EC66957EE83816 , 0x9E45D926DADC40FCBFA3D8068DEF99BE , 0x80734D6E67BC465AAFEBA438842A65C7 , 0xEA72A169AA5D4806A0542A9C12611C18 , 0x042F2621F9B04A88894236C9A1A266DC , 0xB697F97101EB40429BF34459155FF5B9 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0x544A2015944B40C085239BEF584AEDDA , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0x4D5C7D95D34D404C8CFCE209C80246B0 , 0x5BD03C5E78784A24BC37512733B31B69 , 0xDB5460FD7959419788EC414BE3947D20 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0x79C1B44237DD4AE9A7C9EE13908152C8 , 0xD53DEF18874C4AC18B224FBC07554900 , 0xF161815C6986420E8F1D0BE3880DEA96 , 0xE11A293B32004E49A951C451C1A60512 , 0x3B1E50D6D0BB4C9E957045944DDB9A8F , 0x17E989A20FF542DE84F68AE783D88DAD , 0xF5CA12F476694DEEA6F3896700840A10 , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x481078A8A1154B838281D129F2C084CB , 0x7DF22E4234EA41E9821ECF11F32DA26F , 0xD296D305F58F4C2A81C6ADD6EC0FA5BD , 0x820B1819DA7240FA94526E890BE68BB8 , 0x1F9A13ABCB954FB388EC07A83447E432 , 0xB3FCCE77B3DA4153B8A7C25127335B04 , 0xD5366DA7F4114D9A9B7795CF4252BE33 , 0xAC1162B528EA406783971511086EFF2F , 0xC193C5C3677240BA8498CB282694A75A , 0x7629630D820F46E0A2CE0DF9294A55EA , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x67797097E13F42EDA86257C71C427A28 , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0x4885A0555C2F484EBE0F6EC84202990E , 0xC162D1415F6044E190FC668EC69144C9 , 0x710722A6BA5D4310BFCCE4BC80D05DBA , 0x227B7731B18544ECB4E6AD3523237794 , 0xF6FB9ED553DA420D985086F9959ACB86 , 0x345D9F83B72E4F01A13269A1003BBD2F , 0x05816584747C426F9371C7F5F52B001D , 0x329849610CF643A8973EC27B03DE6BEA , 0xFCA1613AA50444608EF93A7CA5D619EA , 0x844A40449F764CED9154C1645D43129F , 0x32DEB00B9CD047E6B8949615B4DC50BE , 0x2C12E7B1611147EBAAF6C03652EB1F98 , 0x28916ADF88504C208540D811B87234CB , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0x0636563A748C446DA08A76F1712022C1 , 0x4301F27076D0402286600AD3F35C5001 , 0x35672C2A1B5A469C8503C77D310989BE , 0xC5FC373E41C54F27976784CA73203891 , 0x0533DC2C4BF342DDBCF30366EFC8CD3B , 0xD73E16D28EFF419D9649067012F694A2 , 0xFE27783C195441D4A81D26CA1782835E , 0x705E4500E8C54B5AB9726FBD366B9083 , 0xA8C75A2F03DE4066A92A69F9D397277D , 0x6473930B92124A939A0726490FE42F64 , 0xC492401DE4124A2DACF2F49DB63D31CA , 0xDC7487729044444198EAAD719A5CACA7 , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xE2A3650BFD7C41B1B92AB2A51E5C7899 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0xB23E7B9F6F8F41FF9857B814A8AF090A , 0xEF99AE67A8F34E458157BFA21DA2E93D , 0x3D621B0536104DAFB046FD07C68DC2BB , 0x1DD2D3F38ACB439E93F35F65F9B7D974 , 0x475E88385D6446428C02AF5EB3AAD086 , 0xCB27A941BB53496493889572AB9A7337 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x986B22337F9D49589976A6C1E914E9D3 , 0xFFCCEF673D88431094FE4BEC714ADEA1 , 0xA4BA48BDF5DB414BA60BCE1EBF77096B , 0x18E7615CD00949DA816191094AA5D29F , 0x22C557F6B7554C23801A88E7876A2603 , 0x672C8B56C1264262A788D74FD6199D15 , 0x37433BE6C23A4987A6A18B46E5A25823 , 0xEA5ED02085434657B84646E25D0EA447 , 0x51070503953F46338AE553AAD8369B0F , 0x42843C39F20E4F23A599575776B060C2 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xF6B6AE70827E4462AB0CCCDA2205D0CE , 0xEA2AA7BC07A24CD1AD1AF9970C8C389F , 0xA0F9A41D35D74A80A65BBADB8938A469 , 0xD8FB32693B9845D6A8960AA1C9BF09D7 , 0x34BD9F63A3EC4975A9B52404EB050A03 , 0x713926D151E34A48AEA53ACA24960624 , 0x28DE2A424C424E30A0875391F343DA57 , 0x78564017EF234BF9A78932629948724E , 0x65F50175750E40F49D9ABFE00B65CC62 , 0x49925450E8BD428BA74B52A3F6484315 , 0x2A818397E3294237A8DF67164477975B , 0xF7C7B9C86CF140EE8785F71C1969A227 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0xEE7E406E90074A738D0A763262748907 , 0xB2CAC361FA464B678695D558EE29B098 , 0xEEB1172BEAE2404DB1C08D564BAA658D , 0xD7598D9A84CB4294B0037243826A2E44 , 0xF441BF9C66054F22855D99B2667B76CE , 0xC5491401894A4D97A54B4EF547A68317 , 0x0247791B45054C689DC340A2C29E97C3 , 0xCA60856D40F8414FAC23BE931B9F69E4 , 0xEAC6AE0A8B614E1A81215B395964AECE , 0xF1C01478C4F643FC8294BD0B5426E2A0 , 0x6453442412C0404E9F510653844D6F49 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0xF3081CF4D1D445308B59D6C4EF310D35 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0x9D11B3596F6C4EE5825751227B3D8778 , 0x643E3C9842BC427DA19947C84C6A2158 , 0xF7487D090F9A4E7289EF02DBCEC7CA0A , 0x4A70366E3DF44F5BAF05F6A30E10E0E9 , 0x06CC3C21BE7F4F78A486F73054751394 , 0x33642C63778543A882507365A28D4E4E , 0x59B8CE25C30C4F238976E5DB00E0F2F7 , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x0CF665757B114488B50086B62E4BA9F2 , 0x977B122D3C4C41A2B9B31EC858C64386 , 0x665373766F2B4618A12287E0A3D70E26 , 0x28E74198AA3E4CA596E82D5481068904 , 0xF79C47B54E4647FC8CCE0674A8931DE8 , 0x61D0C4AD19CA41F8BEC59BC811CF0775 , 0xEB8BB6F518E14069A6F82747898156B7 , 0x2DF837200CF440D5B49D1D74384C0DD0 , 0xA34A206FC24F407E9AF91E9F21B0028D , 0x00B7492AE41749AA934E3B5DE1EF23A9 , 0xDDF563281CC74AB3832A044EEFAC1891 , 0x60542CBAE796468CA7F948DF15869B80 , 0x6D0770084B0D42228A102325315ECDF9 , 0xC99B06B482664EA5B0A9A1E85C71E678 , 0x6CD8340B92B9411B8C9A1BB35653A7EF , 0x2EA886B3B2FD47B8BD3FB3B0F8ECF289 , 0x642DECEFC90A4D6B80FD2BC4EC5F73D6 , 0xAACC3E0BE1F84B239761735F57505826 , 0x325D9971A9374392AEA1CA0BE1BCECCB , 0x016E8C0882BD4F25ACFAD4431B428D43 , 0xC06B5E575C4A457FBD37EF869C02513B , 0x513AB9793DD541E6A6DFF9033F99756F , 0x75950F9A8A9E479799900E82895BD54D , 0x084AD517060548969BF4E502798C7804 , 0xBB8F97F4F10E42FA8921582426D22285 , 0x8BB5548A73A7428D980BA256D3E41E6F , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x58E15680A170476CBA641C844883EF0B , 0x2B02765382A240218B667C601097AE5A , 0x0020C6902D234C64A6448C6F319935FA , 0xBD9B273F45AC40478A3165D9F8580223 , 0x81F4C37E3EBA4761BBC16264ECD58779 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x5289C9AC1E1A4525B028566BCF32C7D8 , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x61EC67143FE44378A347496708ACE4F5 , 0xE57BFB0519524B4D84CA679B8E30CCD9 , 0xAA84C9A090DD44DE96C3ECBEDAF506EB , 0x81152C3787A148D4B16100936B96453D , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x517D44428CEF4A1CB308B14B595AC070 , 0x224646719CA8445684E02EC785FF051A , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0x513CAF91AF5642108B97955D92545DDA , 0x4ADD4ADF7E9E483AB496159A04CB7C0A , 0x209A898C7D9C436A8458BE35B096D932 , 0x9340B87922CF4FE49AA107EC4FE56CC5 , 0xF4CF3FE929374410B6A81FE80AF39E84 , 0xB02694C45AF740419F718C41E52971CF , 0x4E80EBD1D4B8451E9AB4F4756E9FEB26 , 0xEC3D08F336BA4E29878892A8C3FC119D , 0x019BBBE5841771D69787AA6A5CF3F893 , 0xA90AC493BAA84D638F59267925DE06F5 , 0xD2FA9F59192D4EE48B389E6CF1C07423 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x3EBE73473BFD4B72B42C3CF474E377F8 , 0xB274D41A3A7149178F531350ADEB759F , 0x4600AE3044EE4A59B3BDC5A0FB21E111 , 0x897559365EE84361BC097187611BEDEF , 0x7A3118D0030B47A396C48FB0CCE58F93 , 0x0BC4247EDEB244BD8EF0AF3537F67350 , 0xF475575C0F7E4845A3312B585AF9979C , 0xA0BA480C6574462FB41DE76EECE5A313 , 0x1F94B4FCAD59402D87608CA161B1BADD , 0xC87FB19937CE4ED099D4C3BE35ADBD82 , 0x4BA66F63F76B4B018005C56549FDBE7A , 0x65924DA8C9D24E688564EB45EA37C0E6 , 0x2ED6E878EF314F72AAE9E01D4A8C22C7 , 0x83E8D52C3B33450894FF7E57E8339D15 , 0x2A4EBDDF2FA44CA6A1B728D359CFA15E , 0x96E38A2ACC4D4D00BABFD605490FB99A , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x219714DAB9DD4282A7DDF96BBE42970E , 0xD81BA6BBFEC0431D9106075E359AA7DC , 0xB3FE8A09A76C4EF8BD13818AE4567D60 , 0xBFAC73B9F4C64D388D9434F6D7488BCD , 0xA276F2EADC434AB081123CB10365ECEF , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x5ED00D0B2214467898E11032DF7FD9AF , 0x0594CCA9488F4F5592F0B2C01C658DF6 , 0x3CE9727C4FB94630A65FE08B30CC9151 , 0xD664AB2EB2E94BD286B52297AFBFA229 , 0x3B3C7FF9CE2D4F7A8AC9CB4D8DDBC37C , 0x54BBE7E4216E4FEF996F7737A576E4EB , 0xEE900C9B11664AE6B9DE1F22487243A3 , 0x562BCC2579AF4C0293E59597BB210101 , 0x02A44113FE7B490192382ED14756CFAE , 0x58A4FC26ECBC4E188E9083654F3A5D48 , 0xD76934ADFB1F4BA98A677B45091C3DD4 , 0xB89B7F51499B44F2A6AFB628294F6449 , 0x15CE2D9099A04403AF012572F9C8A739 , 0x08410A58C8C44B68AAB5273CFCBEF26D , 0xBD2A74F045CD42C7B7B1300727643C91 , 0xFAB646F05C4B4C48BAB45307226DBACA , 0x48B43DC76A4143AAA0C0BB1311EEAAB0 , 0x618994EEC88A429DA2E9BFC60C6B5B78 , 0xB574E4D3CD984C71A4C4B44847328506 , 0xC6DB54CB223E46AC876D0B4A754916F1 , 0x6240CC6A42F4439B857075C0B997B994 , 0x883532F2166D419F8FBC23BA0A6AB25E , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x94EEF1416A0246078C8C4DE3FCB57EEC , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x7AE856AA2C224FFB8F2C96E4E23C103E , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x2070C1C33600459DB6737C6F3F590C27 , 0xC0B264A6F03B481DAFFD8B3093D58A5B , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xC3DB40838216420995A0E33EFBB83857 , 0xB56F9821068745CF9C35689D88C964F3 , 0x75C541AACDD9450CB757717D70D15BBB , 0x0669107865B74949850D775B8358DF43 , 0x891D2FF353EB425C93541DE2A50CAC6F , 0xCE371474D3844272932CB0560BA46D64 , 0x9DD59BBAC108405A9670C09BAA646321 , 0x9E2BEF88F0BC42BF84EE67032B8C97A5 , 0x5BDF62D471684D4B9C1819E12A49BDB5 , 0xDCA7ACD1C4174D47A7EBE9ED4D690F4F , 0xF7597433E21E417595240E3DE3E886C1 , 0xA4848E60DDEE4A09AF4527FDD1854EBC , 0x94F84AB90215495590411FEE68CAD100 , 0xD6F6780A31854142974C0372BF28C77F , 0xF2BC21D65DD04A15808AFBE09022541A , 0x31AB21E6A10044DA87E9C1AED647D319 , 0x12F6D9CF5B604FFAB198FEBC5CB23517 , 0x795D1FF5F9494D5D9CE3A1908FD97636 , 0x3999CAD63FAC4EB19DC1BF1538139751 , 0x883675A127984DA596918067DA607E74 , 0xE351B2E093D443309BC011CE0E3D5581 , 0xDC876C5C48E34BAFA9DBB8A1B2BAF2A8 , 0x2463CDD4667F462998677A397A1104F3 , 0x0C2851DC72C44BA68F83A90F631C4EC5 , 0x7E7BE09737DD461D918C1AF867176DB2 , 0xE4F613D76B8E43A082E290993AE17A73 , 0x82A800C697AC4299B7A1331059389DCC , 0x9EE769FA88A14E08AEEF2539640C0155 , 0xE4E5BDA9848C43FA9295A3D3E0BAE64D , 0xBE3A507CDBCA45358EAF5599A029E5D1 , 0xFD2373B61AB844D6ACFD6FEB956CA7AE , 0x73D9B2A6B5D140FD930E1AD94421594C , 0xF86E0835238B443A98BA0DC0E96A0705 , 0x55690E1D4C6743D7BE1B594B912FE5E4 , 0xC471D959313E46D1A15E773223FEE1BF , 0x54F392031A0E42FB97911F4796D0D7FF , 0x1B467AB29CB84E759E428A4D2D7F452B , 0x7534CF4EE7CD4FCCAF1B5F6C45B36F46 , 0x72CD565637124724B42B83EB7E1B36F1 , 0x7AC5B8F1FEF24A7AB6856E625EDF4022 , 0xEF087C847A2A4D1D868549F8F6D60C62 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x5BF4349D125F486399FED5D10D0566D2 , 0x1E2A113D5B974E59BE151319F5E50886 , 0xEFA1408CCAEA4DADA6B66609123E0411 , 0x6AB512F943744FF08B5FD6435821CA33 , 0x7BE82DF813CB4B01A53DA47007BCD850 , 0x47BDD0A8927F43F18C356ADA1273B095 , 0x5E517A09ACF64A9D9CA91656A88E305E , 0x14B1DE5ACA20445FBDA8DF239CE3A676 , 0x80B57565DE15441EBD2DB6874C7F10FA , 0x11E608859CA04585A8C8B8F23E426788 , 0xA77395A6974649E6930B2ECF1CA745D4 , 0x2010FD862DA04C30AE3164BDEAC6A049 , 0xEE5AEC7758C9496CA9FA84C052F6E6C4 , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x5123563D4A9B4481A7F148C2C143C165 , 0xAA967D37B5C54DEC9DE460B25A2BD933 , 0xE578F6BC67DB41FAA4296BC79299EBDE , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0x401B284933B44A759928F6A2B73147C1 , 0xB4652EF196834B4790765CE9735D0E3F , 0x5F1407F916014E1391013EADB2A3AC68 , 0xDEF3E3C98A1F473E86E8DC4AF1D83E5C , 0xA7D88CF9500144D1A75CA462FBCFE479 , 0xB1738555C4054510ACAF3356DB1D6621 , 0x677A415E3A0247C088EAD5274337B201 , 0x7DEA6638020244E99C87066CB41C90A3 , 0x637B9FFD93404CF9ACDA71EA709E6475 , 0x019932247CA17B35A88881A64B8FCE28 , 0x54597EBC3B3F42D4923984EAB61DEA5C , 0x6BFC1158030244D69DBE85610CF72B40 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x86A1EEADBC7942CD815D907D267D6433 , 0x8D348EF7B0F542288165B88AF71CE6BF , 0x5FFEBA2B54DB4393852B1502A30631AF , 0xADF28C1B866641CA80805EDA0F657E47 , 0x5EDF68C529C648EB95155AA0CAF3FC69 , 0xBBF0FF5685E6428CA8B8FA1AA971EA06 , 0x44525A9D12E0435AB40C89D22A83D997 , 0x56B414FDA9C649A198280627CBEBFE26 , 0xA6FB1300D81F486AA4112E1189AE9224 , 0x3FF7C87385D54733BFB9CA400510D46B , 0xADFE19556A6541C18EB0E5E11A20DA01 , 0x462B55A7E93449769E4FB7CF6C8CFAAF , 0x42E1FAEB81344EB0AAF5B6B0608E1ED6 , 0xF9A4DF52194F48F0AAA3C254CDB0B90E , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0x211DD25663914C5187DA38E90E5C8DF7 , 0x4E46D707AEC84439880B447D9E7F6395 , 0xF563D68B01184E29B3286CA5F827F18D , 0xD63710BC268943BD86781C082E5DB562 , 0xA05C8AACAC1C4100B2AC5235CF620D75 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0x29CEBF2A0C494E4C81521031272575D6 , 0x38711728721047B48A31E5891EBD8916 , 0x3E3EDEE1A8EC462882AAC60EA45328A3 , 0x3AD3F976086342E4BF553881600EB6DE , 0x51E53581F7B54015A1105EEC55AC1EC2 , 0x9342B8B153F6436AA71FACB1D5B03A2A , 0x741500BA33A441E48A483F12ED293DFF , 0xE280877F73784B47A03C0EE3148C9EFA , 0x5C78EE57BC374417B20442368CD9737A , 0xF04BE70CFECC4A349A383AF89B44F74D , 0xD406208F0AAE4DFA8AF21AC55E4B1D38 , 0xD548483F01734FA9906094B9C944076C , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xBC54D495F82141698103436B43896042 , 0xF54A833E1ADB445C93AAD053EC65081E , 0x5C4AACA556344A71BFB29AF9FD81F54B , 0xD6C2ED6E82254FC9A502A5F5E1D26356 , 0x7501578E27BB47BB90BD679F8598884C , 0x1F535F48E4EC47CFB5C04653C5B00B4D , 0x195667A941F94E998F91B62A9FCC48A0 , 0x1E700370730E48E6B32CCC72D3363C7C , 0x80B654B1936C4848BD32C15DD652CCC4 , 0x8F71BF4F636149A7BC6E1B3079F45821 , 0xC640A703821C494BA8BC9862915AD827 , 0x62339F4025314370B2E2A27C9D54F21D , 0x5AC3E766D4C14D63B964AAE0AF2706FD , 0x68539123A97947DF9A0ACF4FA9DE5EC9 , 0xD88E2F820F774503B7E0F8EAE68F5CC1 , 0x4C1045CB17C84BE1B421CBB7FD7D7A13 , 0x3FD592249B54411F97204F136CFA69E5 , 0x8A776404F2294123B0F94DE696D93E9C , 0xA9D230D3D09C41EDBC8010A4DD6F66C4 , 0xF94C66675A5C48C09E2362BFB014A92B , 0x6176CA11E0F14135853AFA994A236A81 , 0xEE932F4A0B01460B8F39F41650F8476F , 0xAB554B7CB746427280E70EF43F5E3A4B , 0x29426732EBCF4FDBB5505030457B84D0 , 0x5796D7679DAC4E00BA710351C29B8F66 , 0x413A915B039643BABC710D232679BB39 , 0xE02E60DCA1D345C587639A6DC159EFD9 , 0x9F9850F1271A474EAD4470AF5E4D5A9A , 0x93B9799CF210438681F74ADCCFE19C0A , 0x1124B7D0F5D844A593D12F10E9F87CD9 , 0x3875110E9CA24145A7357BD8377AADB7 , 0x91D7BB2748414AE58C74F5186EE918F7 , 0x491FD53B187A4BC59F974C10F2915B55 , 0x00AACD5E277C4D239EC16D81E35C3E7A , 0xCAD3C2DB969442159029F97DCD0C5E57 , 0x20CEC645B57142ED8704C520259B6C01 , 0xB455A330DAFA40C4A84B69FC98DBC302 , 0x9304A464B98C4AF1A9EBD8EB59D1F0E6 , 0xF174C44D91084AFCA713C748B83B86D8 , 0xA52365B14406440485D29CAC5CD70F0B , 0x6B9F05E201674737921D8DFBE9CD722C , 0xAC8681DD5E954F9AB191E165D70D4AE6 , 0x2A96DC25147D403E85D8175A139F05C5 , 0x09EC9F763DFC434C92E9B7282DE4CC4F , 0x9F5EC73FEF51480092E23C7F55D2AB48 , 0x5D93AFCE8535428A8B8E0B6EFA745ADE , 0x28EF4E79361849D4BAC4CEB89C52A394 , 0x3BCF76CDB38F406AA07A72245142100D , 0x6F6241107D0948CDB2657449D7496DB4 , 0x310303AF5BD94D50ABBFCFDC7E619CD4 , 0x73C7C49B5B1C47B58346DD0B6131D36F , 0xA348A3BD1E3547358C24C3D1F2806867 , 0xEBCEBDC505074EE18EBC8C980E513410 , 0xE598F6B878104C148616CA401E33FFDB , 0x1C5628487A7844FEA990ADDA1A8D109F , 0xA03A474D9F014E59BB6808754CA91A97 , 0x1CD6FE4C8FAE425DAF396E95C2A6A1C2 , 0x76BBD574B572438CAA9D0F07550B6A5B , 0x696571E2EFEF43A1BF0E6634566035F3 , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0x0275E2CFD1A7440FB3D536923D9AA016 , 0xE9242776086E426FB096CC3928A9CA56 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x68F52736A49244598CE5B648A08C2899 , 0xA674DF73F1A347FC83735F60245E5F70 , 0x59DFADCB5E204B2BAC9056B1714E810F , 0x2C031193CDF1485BBFBF7D76FDAB4877 ));
Copy
84
2.11 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 ãÉ-#LdªDîo1Ö5· "
b"\x00 ¬═^'|M#×┴müÒ\>z "
b"\x00 ·I*ä\x17 Iª“N;]áï#© "
b"\x01 nî\x08 é¢O%¼·ÈC\e BìC "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"\x01 Ö2$|í{5¿êüªKÅ╬( "
b"\x01 ›»å„\x17 qÖ—‡ªj\óø“ "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"\x02 uâÏѧD\x0F ³Õ6’=š \x16 "
b"\x02 ¤A\x13 þ{I\x01 ’8.ÑGVÏ® "
b"\x04 /&!ù°Jˆ‰B6É¡¢fÜ "
b"\x05 3Ü,KóBݼó\x03 fïÈÍ; "
b"\x05 üeät|Boôqç§+\x00\x1D "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x05 ö╠®HÅOUÆ▓└\x1C eì÷ "
b"\x06 6V:tŒDm Švñq "Á "
b"\x06 i\x10 xe·II…\r w[ƒXßC "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"""
\x08 A\n
XÈÄKhªµ'<ü¾òm
"""
b"\x08 JÕ\x17\x06\x05 H–›ôå\x02 yŒx\x04 "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"\t ìŸv=üCL’é·(-äÌO "
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"\v Ä$~Þ²D½Žð¯57ösP "
b"\f (Q▄r─KªÅâ®\x0F c\x1C N┼ "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x11 $·ÐõØD¥“Ñ/\x10 éø|Ù "
b"\x11 æ\x08 …œ E…¨È¸ò>Bgˆ "
b"\x12 öÙÏ[`Oú±˜þ¼\²5\x17 "
b"\x14 ±ÞZÊ D_½¨ß#œã¦v "
b"\x15 ╬-ÉÖáD\x03 »\x01 %r¨╚º9 "
b"\x17 Úëó\x0F §BÌä÷èþâÏì¡ "
b"\x18 þa\ð\t I┌üaæ\t JÑʃ "
b"\x19 Vg®A¨NÖÅæÂ*ƒ╠Há "
b"\e Fz²œ¸NužBŠM-\x7F E+ "
b"\x1C V(HzxD■®É¡┌\x1A ì\x10 ƒ "
b"\x1C Í■LÅ«B]»9nò┬ªí┬ "
b"\x1D ÒÓóŠËCž“ó_eù·Ùt "
b"\x1E *\x11 =[—NY¾\x15\x13\x19 õå\x08 † "
b"\x1E p\x03 ps\x0E Hæ³,ÌrÓ6<| "
b"\x1F S_HäìGϵÀFSŰ\v M "
b"\x1F ”´üY@-‡`Œ¡a±ºÝ "
b"\x1F š\x13 «Ë•O³ˆì\x07 ¨4Gä2 "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" \x10 ý†- L0®1d½êÆ I "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b" š‰Œ}œCj„X¾5°–Ù2 "
b" ÎÆEµqBí‡\x04 Å %›l\x01 "
b"!\x1D ÊVcæLQç┌8Ú\x0E \ì¸ "
b"!—\x14 Ú¹ÝB‚§Ýùk¾B—\x0E "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b""{w1±…Dì´æ5##w” "
b""ÅWö·UL#€\x1A ˆç‡j&\x03 "
b"$K`0ÿýE)¤Ð\x15 ¾Pº"% "
b"$cÍÔf\x7F F)˜gz9z\x11\x04 ó "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"(Þ*BLBN0 ‡S‘óCÚW "
b"(þAÿ¬>LÑûÞ-Tü\x06 ë\x04 "
b"(ïNy6\x18 IÔºÄθœR£” "
b"(þ\x06 ¡üsI(¦å‚jëëóu "
b")Bg2ëÏOÛµPP0E{„Ð "
b")╬┐*\f INLüR\x10 1'%uÍ "
b"*N½ß/¤L¦¡·(ÓYÏ¡^ "
b"*üâùÒ)B7¿▀g\x16 Dwù[ "
b"*–Ü%\x14 }@>…Ø\x17 Z\x13 Ÿ\x05 Å "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b",\x03\x11 “ÍñH[¿¿}vý«Hw "
b",\x12 ç±a\x11 GëªöÀ6Rë\x1F ˜ "
b"-°7 \f ¶@ı┤Ø\x1D t8L\r ð "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".¨†³²ýG¸½?³°øìò‰ "
b".Öèxï1Orªéà\x1D JŒ"Ç "
b"1\x03\x03 ¯[ÙMP«¿ÏÜ~aœÔ "
b"1«!æ¡\x00 DÚ‡éÁ®ÖGÓ\x19 "
b"2]™q©7C’®¡Ê\v á¼ìË "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"2Þ°\v œÐG渔–\x15 ´ÜP¾ "
b"3d,cwàC¿éPseóìNN "
b"4]Ÿƒ·.O\x01 ¡2i¡\x00 ;½/ "
b"""
4½Ÿc£ìIu©µ$\x04 ë\x05 \n
\x03
"""
b"5g,*\e ZFœ…\x03 Ç}1\t ‰¾ "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"7\x0F þ;¥ýN¤’ÑŸ‹´‚ö¼ "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"8q\x17 (r\x10 G´Š1å‰\x1E ½‰\x16 "
b"8u\x11\x0E œ¢AE§5{Ø7z· "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"9Ö╩Í?¼N▒Ø┴┐\x15 8\x13 ùQ "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b":˨v\x08 cBõ┐U8ü`\x0E ÂÌ "
b";\x1E PÍð╗L×òpEöM█ÜÅ "
b";<\x7F ¨╬-Ozè╔╦Mì█├| "
b";¤v═│Å@jázr$QB\x10 \r "
b"<ér|O¹F0¦_à‹0Ì‘Q "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"=Ì'Ú•¾@É«åꢰFQ= "
b">>Þá¨ìF(‚ªÆ\x0E ¤S(£ "
b">¾sG;ýKr´,<ôtãwø "
b"?Õ’$›TA\x1F — O\x13 lúiå "
b"?÷Ès…ÕG3¿¹Ê@\x05\x10 Ôk "
b"@\e (I3´Ju™(ö¢·1GÁ "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"@Â#µÌ\x1A KcÂ┘©ê\x19 :áØ "
b"A:‘[\x03 –Cº¼q\r #&y»9 "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"Bß·Ùü4N░¬§Â░`Ä\x1E Í "
b"""
C\x01 òpvÐ@"†`\n
Óó\P\x01
"""
b"C]|K\x13 ¯BÈ™™X•\x18 VÀL "
b"CégsŒøH„‡\x1F 3f{\x1E âä "
b"DRZØ\x12 ÓCZ┤\f ëÊ*â┘ù "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"F\x00 ®0DîJY³½Å û!á\x11 "
b"F+U§é4IvžO·ÏlŒú¯ "
b"G^ˆ8]dFBŒ\x02 ¯^³ªÐ† "
b"G½Ð¨’\x7F CñŒ5jÚ\x12 s°• "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"H… U\/HN¾\x0F nÈB\x02 ™\x0E "
b"H´=ÇjACª À»\x13\x11  "
b"I\x1F Õ;\x18 zKÅŸ—L\x10 ò‘[U "
b"I’TPè½B‹§KR£öHC\x15 "
b"I¶zi7_N¤ŸYc„? "
b"Jp6n=ôO[¯\x05 ö£\x0E\x10 àé "
b"JÝJß~žH:´–\x15 š\x04 Ë|\n "
b"K\ú╦z\x1F D\x14 Éýfò~Þ8\x16 "
b"K¦oc÷kK\x01 €\x05 ÅeIý¾z "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"L\x10 EË\x17 ÈKá´!Ë·ý}z\x13 "
b"L\x13 4\x7F M:IÃê╦ñ\v ÅÛjs "
b"M\}•ÓM@LŒüâ\t È\x02 F° "
b"NF×\x07 ®ÈD9ˆ\v D}ž\x7F c• "
b"N€ëÑÔ¸E\x1E š´ôunŸë& "
b"Pm–0GãKw¼Ñó_/ÊŒ\x7F "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"Q#V=JøDüº±H┬┴C┴e "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"Q<¯‘¯VB\x10 ‹—•]’T]Ú "
b"Q}DBŒïJ\x1C ³\x08 ±KYZÀp "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"Q╔\x05 ]4┌@áú+5\x1E ìÔéC "
b"QÕ5ü¸Á@\x15 í\x10 ^ýU¼\x1E ┬ "
b"R6¿&¯\x16 Opëó'ÈõÅü\x0F "
b"R‰É¬\x1E\x1A E%°(VkÏ2ÇØ "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"TY~¼;?BÔ’9„ê¶\x1D ê\ "
b"T░┬F\x16 ¡LººÍnɧ°m³ "
b"T»çä!nOï™ow7¥väë "
b"Tó’\x03\x1A\x0E Bû—‘\x1F G–Ð×ÿ "
b"Ui\x0E\x1D LgC×¾\e YK‘/åä "
b"V+Ì%y¯L\x02 “å•—»!\x01\x01 "
b"V´\x14 ý©ÆI¡˜(\x06 'Ëëþ& "
b"W5Y©ø•@…‰w…€ì%1S "
b"WûÎgؼN\x00 ║q\x03 Q┬øÅf "
b"X2ñœ\x1A ;O«”Ç\x0F ”\x14 D\x13 … "
b"Xñ³&ý╝N\x18 ÄÉâeO:]H "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"Y¸Î%Ã\f O#‰våÛ\x00 àò÷ "
b"Y▀¡╦^ K+¼ÉV▒qNü\x0F "
b"ZÃçfÔÁMc¹dªà¯'\x06 ý "
b"[Ð<^xxJ$¼7Q'3³\e i "
b"[ßbÔqhMKœ\x18\x19 á*I½µ "
b"[¶4Ø\x12 _HcÖ■ıÐ\r \x05 fÊ "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"\J¼ÑV4Jq┐▓ܨ²ü§K "
b"\xîW¼7D\x17 ²\x04 B6ŒÙsz "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"]“¯Î…5BŠ‹Ž\v nútZÞ "
b"^Qz\t ¼÷JØ£®\x16 V¿Ä0^ "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"^Ð\r \v "\x14 Fx˜á\x10 2ß\x7F Ù¯ "
b"^ßhÅ)ÆHë•\x15 Z Êóüi "
b"_\x14\x07 ù\x16\x01 N\x13 ‘\x01 >²£¬h "
b"_þº+TÛC“…+\x15\x02 £\x06 1¯ "
b"`T,ºç–FŒ§ùHß\x15 †›€ "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"`£Ì’\x18 ÊG!š\x0E <\x04 £\x02 8“ "
b"av╩\x11 Ó±A5à:·ÖJ#jü "
b"aëö¯╚èBØóÚ┐ã\f k[x "
b"aÐÄ\x19 ÊAø¾Å›È\x11 Ï\x07 u "
b"aìg\x14 ?äCx£GIg\x08 ¬äõ "
b"b3ƒ@%1Cp▓Ôó|ØT‗\x1D "
b"b@ÌjBôC›…puÀ¹—¹” "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"c\x05 ž˜NaKâ¿9ÿœEú$\x1C "
b"c{Ÿý“@Lù¬Úqêpždu "
b"""
d-ìïÉ\n
Mk€ý+Äì_sÖ
"""
b"d><˜B¼B}¡™GÈLj!X "
b"dSD$\x12 À@NŸQ\x06 S„MoI "
b"dhD\r |ÑEÌ•¥›°-vÏ… "
b"ds“\v ’\x12 J“š\x07 &I\x0F ä/d "
b"e’M¨ÉÒNh…dëEê7Àæ "
b"e§\x01 uu\x0E @¶ØÜ┐Ó\v e╠b "
b"fSsvo+F\x18 ¡"‡à£×\x0E & "
b"g,ïV┴&BbºêÎOÍ\x19 Ø\x15 "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"gzA^:\x02 GÀˆêÕ'C7²\x01 "
b"""
hS‘#©yGßš\n
ÏO©Þ^É
"""
b"hõ'6¤’DYŒå¶H Œ(™ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"jµ\x12 ùCtOð‹_ÖCX!Ê3 "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"kƒ\x05 Ô\x01 gG7Æ\x1D ì¹Ú═r, "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"lØ4\v ’¹A\e Œš\e ³VS§ï "
b"m\x07 p\x08 K\r B"Š\x10 #%1^Íù "
b"obA\x10 }\t HͲetI×Im´ "
b"p^E\x00 Þ┼KZ╣ro¢6kÉâ "
b"q\x07 "¦º]C\x10 ¿Ìä¼€Ð]º "
b"q9&ÑQãJH®¥:Ê$–\x06 $ "
b"rÍVV7\x12 G$´+ƒë~\e 6ñ "
b"sÇÄ›[\x1C GµƒFÝ\v a1Óo "
b"sÙ²¦µÑ@ý“\x0E\x1A ÙD!YL "
b"t\x15\x00 º3¤AäŠH?\x12 í)=ÿ "
b"u\x01 WÄ'╗G╗É¢gƒàÿêL "
b"u4ÏNçÍO̯\e _lE³oF "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"uÅAªÍÙE\f ·Wq}pÑ[» "
b"v)c\r ‚\x0F Fà¢Î\r ù)JUê "
b"v╗ıtÁrCî¬Ø\x0F\x07 U\v j[ "
b"xV@\x17 ï#Kù§‰2b™HrN "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"y]\x1F §¨IM]£ÒíÉÅ┘v6 "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"y┴┤B7¦JÚº╔¯\x13 ÉüR╚ "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"z1\x18 ð\x03\v Gúû─Å░╠ÕÅô "
b"zŸñþòJz¶…nb^ß@" "
b"zÞV¬,"O¹Å,ûõÔ<\x10 > "
b"{è-ø\x13 ËK\x01 ¥=¤p\x07 ¼ØP "
b"}ž' Ë MаPXfž\x1F –^ "
b"}Ûf8\x02\x02 DÚ£ç\x06 l┤\x1C Éú "
b"}ò.B4êAé‚\x1E Ï\x11 ó-¢o "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"~{à—7ÝF\x1D ‘Œ\x1A øg\x17 m² "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"€sMng¼FZ¯ë¤8„*eÇ "
b"€µueÞ\x15 D\x1E ½-¶‡L\x7F\x10 ú "
b"€¶T±“lHH½2Á]ÖRÌÄ "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"ü¶├~>║Ga╗┴bdýıçy "
b"‚\v\x18\x19 Úr@ú”Rn‰\v 拸 "
b"é¿\x00 ãù¼BÖÀí3\x10 Y8Ø╠ "
b"âÞı,;3E\x08 ö ~WÞ3Ø\x15 "
b"„J@DŸvLí‘TÁd]C\x12 Ÿ "
b"…\x17 «]zäA÷º\x18 ñfy\x1D cO "
b"à\x1E p×└IN5¬=süB├~× "
b"åí¯¡╝yB═ü]É}&}d3 "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"""
ê52‗\x16 mAƒÅ╝#║\n
j▓^
"""
b"ˆ6u¡'˜M¥–‘€gÚ`~t "
b"‰\x1D /óSëB\“T\x1D â¥\f ¬o "
b"‰uY6^èCa¼\t q‡a\e íï "
b"ë╗õ°■EA(º╚@uèØ_: "
b"Šwd\x04 ò)A#°ùMæ–Ù>œ "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"ì4ĸ░§B(üe©è¸\x1C µ┐ "
b"Åq┐OcaIº╝n\e 0y¶X! "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"É©4╗‗ÌM\v ºƒ╣TÚïóı "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"‘×»'HAJåŒtõ\x18 né\x18 ÷ "
b"“\x04 ¤d¹ŒJñ©ëØëYÑðæ "
b"“@¸y"ÏOäš¡\x07 ìOålÅ "
b"“B¸±SöCj§\x1F ¬±Õ°:* "
b"ô╣y£‗\x10 Cåü¸J▄¤ß£\n "
b"”îñAj\x02 F\x07 ŒŒMãüµ~ì "
b"ö°J╣\x02\x15 IUÉA\x1F ¯h╩Ð\x00 "
b"–ãŠ*ÌMM\x00 º¿Ö\x05 I\x0F ¹š "
b"—{\x12 -<LA¢¹³\x1E ÈXÆC† "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"ø)ÇëW┌HF¢:qÉQVÅ\e "
b"øx\x07 Û\x02 õLÃúaÈÉKÒ4å "
b"Ø\x11 │YolNÕéWQ"{=çx "
b"Øıø║┴\x08 @Zûp└ø¬dc! "
b"ž+ïˆð¼B¿„îg\x03 +Œ—¥ "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"×E┘&┌▄@³┐úÏ\x06 ì´Ö¥ "
b"žçiúˆ¡N\x08 ®ï%9d\f\x01 U "
b"Ÿ^Ç?ïQH\x00 ’â<\x7F UÒ«H "
b"Ÿ˜Pñ'\x1A GNDp¯^MZš "
b" :GMŸ\x01 NY»h\x08 uL©\x1A — "
b" \Ь¬\x1C A\x00 ²¬R5Ïb\r u "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b" ºH\f etF/´\x1D çnìå£\x13 "
b" ù¤\x1D 5×J€¦[ºÛ‰8¤i "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"£H£½\x1E 5G5Œ$ÃÑò€hg "
b"úJ o┬O@~ܨ\x1E ƒ!░\x02 ì "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"úz³±│SI(ÖΡ0ßü79 "
b"¤„Ž`ÝîJ\t ¯E'ýÑ…N¼ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"¤ºH½õÛAK¦\v Î\x1E ¿w\t k "
b"¥#e±D\x06 D\x04 …Òœ¬\×\x0F\v "
b"¦tßsñ£Güƒs_`$^_p "
b"¦û\x13\x00 Ø\x1F Hj¤\x11 .\x11 ‰®’$ "
b"§s•¦—FIæ“\v .Ï\x1C §EÔ "
b"§ØŒùP\x01 Dѧ\¤bûÏäy "
b"¨ÇZ/\x03 Þ@f©*iùÓ—'} "
b"""
®\n
─ô║¿McÅY&y%Ì\x06 §
"""
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"©Ò0ÓМAí¼€\x10 ¤ÝofÄ "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"¬ä╔áɦDÌû├ý¥┌§\x06 Ù "
b"¬û}7Á┼MýØõ`▓Z+┘3 "
b"ªÌ>\v áøK#—as_WPX& "
b"«UK|·FBr€ç\x0E ô?^:K "
b"¬\x11 bµ(ê@gƒ—\x15\x11\x08 nÿ/ "
b"¼åü¦^òOÜ▒æßeÎ\r Jµ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"þ\x19 UjeAÁްåá\x1A Ú\x01 "
b"«HýÉB\v I"╗¨├═\x00 ý\x06 m "
b"°&”ÄZ÷@AŸqŒAå)qÏ "
b"°rÌ\x05 É>DÖ¿*ˆØ\x03 ë87 "
b"±s…UÄ\x05 E\x10 ¬¯3VÛ\x1D f! "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"▓>{ƒoÅA ÿW©\x14 ¿»\t \n "
b"▓tÈ\x1A :qI\x17 ÅS\x13 P¡Ùuƒ "
b"²ÊÃaúFKg†•ÕXî)°˜ "
b"²ýŒ\x06 7hM\v žTb{—´‹ "
b"³üÎw³ÚAS¸§ÂQ'3[\x04 "
b"│■è\t ºlN°¢\x13 üèõV}` "
b"´U£0Úú@ĨKiü˜ÛÃ\x02 "
b"┤e.±ûâKGÉv\Ús]\x0E ? "
b"Áoÿ!\x06 çE¤£5hØê╔d¾ "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"¶—ùq\x01 ë@B›óDY\x15 _õ¹ "
b"¸›\x7F QI›Dò¦¯¶()OdI "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"╗Åù¶±\x0E B·ë!X$&Ê"à "
b"»ðÿV…æBŒ¨¸ú\x1A ©qê\x06 "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"½*tðEÍBÇ·±0\x07 'd<‘ "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"¾:P|ÛÊE5ޝU™ )åÑ "
b"┐¼s╣¶ãM8ìö4÷ÎHï═ "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"À²d¦ð;H\x1D ¯ý‹0“ÕŠ[ "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"Á\x05 ¯°K´K,†Áš|¬\x03 ‹¹ "
b"┴bÐA_`DßɳfÄãæD╔ "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"ÃpŸ]-ÑLf»é\x14 þîÂ\x03\x01 "
b"ÃÛ@ƒ‚\x16 B\t • ã>û¸8W "
b"ÄqÙY1>FÑ¡^w2#þá¿ "
b"─Æ@\x1D õ\x12 J-¼‗¶ØÂ=1╩ "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"Åü7>AÅO'—g„Ês 8‘ "
b"Æ@§\x03 ‚\x1C IK¨¼˜b‘ZØ' "
b"ÆÛTË">F¬‡m\v JuI\x16 ñ "
b"Æãþ\x08\x06 Ž@Ö·:íI\r ø¦® "
b"Ç„\x13 @#qAý—s°·]—þ^ "
b"È\x7F ±™7ÎNЙÔþ5½‚ "
b"É›\x06 ´‚fN¥°©¡è\qæx "
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"Ê`…m@øAO¬#¾“\e Ÿiä "
b"╩Ë┬█ûöB\x15 É)¨}═\f ^W "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"Ë'©A»SId“ˆ•r«šs7 "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"Î7\x14 tÓ„Br“,°V\v ¤md "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"ÊûË\x05 §ÅL*üã¡Íý\x0F Ñ¢ "
b"ÒúŸY\x19 -Nä‹8žlñÀt# "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"""
È\x06 Å\n
«M·è‗\x1A ┼^K\x1D 8
"""
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"Õ1º\x17 ÈôN\v ŽÏ´=Ýi[b "
b"Õ6m§ô\x11 Mš›w•ÏBR¾3 "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"ıHH?\x01 sO®É`ö╣╔D\x07 l "
b"Ö7\x10 ¼&‰C½†x\x1C\x08 .]µb "
b"Öd«.²éKÒ†µ"—¯¿¢) "
b"ÖÂín‚%OÉ¥\x02 ¥õáÒcV "
b"""
Ööx\n
1…AB—L\x03 r¿(Ç\x7F
"""
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"×i4û\x1F K©Šg{E\t\x1C =Ô "
b"Ø\e ¦»þÀC\x1D ‘\x06\x07 ^5š§Ü "
b"ÏÄ/é\x0F wE\x03 ÀÓ°ÛµÅ\┴ "
b"""
Øû2i;˜EÖ¨–\n
¡É¿\t ×
"""
b"┌RÖT±çO9ÅÈ\x01 ±\t ÌøÙ "
b"ÛT`ýyYA—ˆìAKã”} "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"܇l\HãK¯©Û¸¡²ºò¨ "
b"ܧ¬ÑÄ\x17 MG§ëéíMi\x0F O "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"Ýõc(\x1C ÇJ³ƒ*\x04 Nï¬\x18 ‘ "
b"""
Ì\n
w┬p\x19 F\x08 Å÷}┐╬\x18 @ó
"""
b"ÞóãÉŠ\x1F G>†èÜJñØ>\ "
b"ß\t\x11 j‚ïH\x1F –pœö\x1D nâë "
b"ߘ^sšËHTœqnŒ\t (-w "
b"à.`Ü¡ÓEŇcšmÁYïÙ "
b"á\x1A );2\x00 NI©QÄQÁ¦\x05\x12 "
b"ß]█`═mLµÉÑv\¾A¸┤ "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b" \x7F sxKG <\x0E ã\x14 Œžú "
b"â£e\v ý|A±¹*²¥\x1E \x™ "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"ÒQ▓ÓôÈC0ø└\x11 ╬\x0E =Uü "
b"ä彩„ŒCú’•£ÓàºæM "
b"õ÷\x13 ÎkÄCáéÔÉÖ:ßzs "
b"å ‹â€HÑ §yJ_vt\n "
b"åxö¼gÛAú¤)kÇ’™ëÞ "
b"å{û\x05\x19 RKM„Êg›Ž0ÌÙ "
b"å˜ö¸x\x10 L\x14 †\x16 Ê@\x1E 3ÿÛ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"é$'v\x08 nBo°–Ì9(©ÊV "
b"ê*§¼\x07 ¢LÑ\x1A ù—\f Œ8Ÿ "
b"ê^Ð …CFW¸FFâ]\x0E ¤G "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"""
Ûã«\n
ïaN\x1A ü![9Yd«╬
"""
b"Ùï§\x18 ß@iª°'GëüVÀ "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"ëνÅ\x05\x07 NᎼŒ˜\x0E Q4\x10 "
b"ý=\x08 ¾6║N)çêÆ¿├³\x11 Ø "
b"î?R1r¹H㣊v“*¯©§ "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"îZìwXÉIl©ú„ÀRöæÄ "
b"""
¯~@nÉ\x07 Jsì\n
v2btë\x07
"""
b"¯É\f ø\x11 fJµ╣Ì\x1F "HrCú "
b"¯ô/J\v\x01 F\v Å9¶\x16 P°Go "
b"¯▒\x17 +ÛÔ@M▒└ìVK¬eì "
b"ï\x08 |„z*M\x1D †…IøöÖ\f b "
b"´Ö«g¿¾NEüW┐ó\x1D óÚ= "
b"ï¡@ŒÊêM¦¶f\t\x12 >\x04\x11 "
b"ðKç\f þÌJ4š8:ø›D÷M "
b"±aü\iåB\x0E Å\x1D\v Òê\r Ûû "
b"ñtÄM‘\x08 Jü§\x13 ÇH¸;†Ø "
b"ñÀ\x14 xÄöCü‚”½\v T&â "
b"‗╝!Í]ðJ\x15 Çè¹ÓÉ"T\x1A "
b"ó\x08\x1C ôÑÔE0‹YÖÄï1\r 5 "
b"ôA¿œf\x05 O"…]™²f{vÎ "
b"ôuW\\x0F ~HE£1+XZù—œ "
b"""
ôÏ?é)7D\x10 ¶¨\x1F è\n
óž„
"""
b"õJƒ>\x1A ÛD\“ªÐSìe\x08\x1E "
b"§cÍï\x01\x18 N)│(lѰ'±ì "
b"õÊ\x12 ôviMî¦ó‰g\x00 „\n \x10 "
b"ö¶®p‚~Db«\f ÌÚ"\x05 ÐÎ "
b"öûžÕSÚB\r ˜P†ù•šË† "
b"÷H}\t\x0F šNr‰ï\x02 ÛÎÇÊ\n "
b"÷Yt3â\x1E Au•$\x0E =ãè†Á "
b"÷œGµNFGüŒÎ\x06 t¨“\x1D è "
b"÷ǹÈlñ@÷\x1C\x19 i¢' "
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"øn\x08 5#‹D:˜º\r Àéj\x07\x05 "
b"°ÚÕì&uK\x1E ¥ðü0doÈã "
b"ùLfgZ\HÀž#b¿°\x14 ©+ "
b"ù¤ßR\x19 OHðª£ÂTͰ¹\x0E "
b"ú¶Fð\KLHº´S\x07 "mºÊ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"ü®!I›õOd˜ -o\x07 ŽÄü "
b"ý#s¶\x1A ¸DÖ¬ýoë•l§® "
b"þ'x<\x19 TAÔ¨\x1D &Ê\x17 ‚ƒ^ "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿÌïg=ˆC\x10 ”þKìqJÞ¡ "
]
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 (0x0020C6902D234C64A6448C6F319935FA , 0x00AACD5E277C4D239EC16D81E35C3E7A , 0x00B7492AE41749AA934E3B5DE1EF23A9 , 0x016E8C0882BD4F25ACFAD4431B428D43 , 0x0198CC7F3E447214A848528DE060A0ED , 0x019932247CA17B35A88881A64B8FCE28 , 0x019BBBE5841771D69787AA6A5CF3F893 , 0x0247791B45054C689DC340A2C29E97C3 , 0x0275E2CFD1A7440FB3D536923D9AA016 , 0x02A44113FE7B490192382ED14756CFAE , 0x042F2621F9B04A88894236C9A1A266DC , 0x0533DC2C4BF342DDBCF30366EFC8CD3B , 0x05816584747C426F9371C7F5F52B001D , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x0594CCA9488F4F5592F0B2C01C658DF6 , 0x0636563A748C446DA08A76F1712022C1 , 0x0669107865B74949850D775B8358DF43 , 0x06CC3C21BE7F4F78A486F73054751394 , 0x08410A58C8C44B68AAB5273CFCBEF26D , 0x084AD517060548969BF4E502798C7804 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x09EC9F763DFC434C92E9B7282DE4CC4F , 0x0B4240DE68A5461FAC990789BF37F906 , 0x0BC4247EDEB244BD8EF0AF3537F67350 , 0x0C2851DC72C44BA68F83A90F631C4EC5 , 0x0CF665757B114488B50086B62E4BA9F2 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x1124B7D0F5D844A593D12F10E9F87CD9 , 0x11E608859CA04585A8C8B8F23E426788 , 0x12F6D9CF5B604FFAB198FEBC5CB23517 , 0x14B1DE5ACA20445FBDA8DF239CE3A676 , 0x15CE2D9099A04403AF012572F9C8A739 , 0x17E989A20FF542DE84F68AE783D88DAD , 0x18E7615CD00949DA816191094AA5D29F , 0x195667A941F94E998F91B62A9FCC48A0 , 0x1B467AB29CB84E759E428A4D2D7F452B , 0x1C5628487A7844FEA990ADDA1A8D109F , 0x1CD6FE4C8FAE425DAF396E95C2A6A1C2 , 0x1DD2D3F38ACB439E93F35F65F9B7D974 , 0x1E2A113D5B974E59BE151319F5E50886 , 0x1E700370730E48E6B32CCC72D3363C7C , 0x1F535F48E4EC47CFB5C04653C5B00B4D , 0x1F94B4FCAD59402D87608CA161B1BADD , 0x1F9A13ABCB954FB388EC07A83447E432 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x2010FD862DA04C30AE3164BDEAC6A049 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x209A898C7D9C436A8458BE35B096D932 , 0x20CEC645B57142ED8704C520259B6C01 , 0x211DD25663914C5187DA38E90E5C8DF7 , 0x219714DAB9DD4282A7DDF96BBE42970E , 0x224646719CA8445684E02EC785FF051A , 0x227B7731B18544ECB4E6AD3523237794 , 0x22C557F6B7554C23801A88E7876A2603 , 0x244B6030FFFD4529A4D015BE50BA2225 , 0x2463CDD4667F462998677A397A1104F3 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x28916ADF88504C208540D811B87234CB , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x28DE2A424C424E30A0875391F343DA57 , 0x28E74198AA3E4CA596E82D5481068904 , 0x28EF4E79361849D4BAC4CEB89C52A394 , 0x28FE06A1FC734928A6E5826AEBEBF375 , 0x29426732EBCF4FDBB5505030457B84D0 , 0x29CEBF2A0C494E4C81521031272575D6 , 0x2A4EBDDF2FA44CA6A1B728D359CFA15E , 0x2A818397E3294237A8DF67164477975B , 0x2A96DC25147D403E85D8175A139F05C5 , 0x2B02765382A240218B667C601097AE5A , 0x2C031193CDF1485BBFBF7D76FDAB4877 , 0x2C12E7B1611147EBAAF6C03652EB1F98 , 0x2DF837200CF440D5B49D1D74384C0DD0 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2EA886B3B2FD47B8BD3FB3B0F8ECF289 , 0x2ED6E878EF314F72AAE9E01D4A8C22C7 , 0x310303AF5BD94D50ABBFCFDC7E619CD4 , 0x31AB21E6A10044DA87E9C1AED647D319 , 0x325D9971A9374392AEA1CA0BE1BCECCB , 0x329849610CF643A8973EC27B03DE6BEA , 0x32DEB00B9CD047E6B8949615B4DC50BE , 0x33642C63778543A882507365A28D4E4E , 0x345D9F83B72E4F01A13269A1003BBD2F , 0x34BD9F63A3EC4975A9B52404EB050A03 , 0x35672C2A1B5A469C8503C77D310989BE , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x370FFE3BA5FD4EA492D19F8BB482F6BC , 0x37433BE6C23A4987A6A18B46E5A25823 , 0x38711728721047B48A31E5891EBD8916 , 0x3875110E9CA24145A7357BD8377AADB7 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x3999CAD63FAC4EB19DC1BF1538139751 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x3AD3F976086342E4BF553881600EB6DE , 0x3B1E50D6D0BB4C9E957045944DDB9A8F , 0x3B3C7FF9CE2D4F7A8AC9CB4D8DDBC37C , 0x3BCF76CDB38F406AA07A72245142100D , 0x3CE9727C4FB94630A65FE08B30CC9151 , 0x3D621B0536104DAFB046FD07C68DC2BB , 0x3DCC27DA95BE40C9ABE5EAA2B046513D , 0x3E3EDEE1A8EC462882AAC60EA45328A3 , 0x3EBE73473BFD4B72B42C3CF474E377F8 , 0x3FD592249B54411F97204F136CFA69E5 , 0x3FF7C87385D54733BFB9CA400510D46B , 0x401B284933B44A759928F6A2B73147C1 , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0x40B623E6DE1A4B63B6D9B888193AA09D , 0x413A915B039643BABC710D232679BB39 , 0x42843C39F20E4F23A599575776B060C2 , 0x42E1FAEB81344EB0AAF5B6B0608E1ED6 , 0x4301F27076D0402286600AD3F35C5001 , 0x435D7C4B13AF42C8999958951856C04C , 0x43E967738CF84884871F33667B1EE2E4 , 0x44525A9D12E0435AB40C89D22A83D997 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x4600AE3044EE4A59B3BDC5A0FB21E111 , 0x462B55A7E93449769E4FB7CF6C8CFAAF , 0x475E88385D6446428C02AF5EB3AAD086 , 0x47BDD0A8927F43F18C356ADA1273B095 , 0x481078A8A1154B838281D129F2C084CB , 0x4885A0555C2F484EBE0F6EC84202990E , 0x48B43DC76A4143AAA0C0BB1311EEAAB0 , 0x491FD53B187A4BC59F974C10F2915B55 , 0x49925450E8BD428BA74B52A3F6484315 , 0x49B67A69375F4EA49F5963EE948A843F , 0x4A70366E3DF44F5BAF05F6A30E10E0E9 , 0x4ADD4ADF7E9E483AB496159A04CB7C0A , 0x4B5CA3CB7A1F441490EC66957EE83816 , 0x4BA66F63F76B4B018005C56549FDBE7A , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x4C1045CB17C84BE1B421CBB7FD7D7A13 , 0x4C13347F4D3A49C788CBA40B8FEA6A73 , 0x4D5C7D95D34D404C8CFCE209C80246B0 , 0x4E46D707AEC84439880B447D9E7F6395 , 0x4E80EBD1D4B8451E9AB4F4756E9FEB26 , 0x506D963047E34B77BCD1F35F2FCA8C7F , 0x51070503953F46338AE553AAD8369B0F , 0x5123563D4A9B4481A7F148C2C143C165 , 0x513AB9793DD541E6A6DFF9033F99756F , 0x513CAF91AF5642108B97955D92545DDA , 0x517D44428CEF4A1CB308B14B595AC070 , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x51C9055D34DA40A0A32B351E8DE28243 , 0x51E53581F7B54015A1105EEC55AC1EC2 , 0x5236A826EE164F7089A227D4E48F810F , 0x5289C9AC1E1A4525B028566BCF32C7D8 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x544A2015944B40C085239BEF584AEDDA , 0x54597EBC3B3F42D4923984EAB61DEA5C , 0x54B0C24616AD4CA7A7D66E90F5F86DFC , 0x54BBE7E4216E4FEF996F7737A576E4EB , 0x54F392031A0E42FB97911F4796D0D7FF , 0x55690E1D4C6743D7BE1B594B912FE5E4 , 0x562BCC2579AF4C0293E59597BB210101 , 0x56B414FDA9C649A198280627CBEBFE26 , 0x573559A9F895408589778580EC253153 , 0x5796D7679DAC4E00BA710351C29B8F66 , 0x5832F19C1A3B4FAB94C70F9414441385 , 0x58A4FC26ECBC4E188E9083654F3A5D48 , 0x58E15680A170476CBA641C844883EF0B , 0x59B8CE25C30C4F238976E5DB00E0F2F7 , 0x59DFADCB5E204B2BAC9056B1714E810F , 0x5AC3E766D4C14D63B964AAE0AF2706FD , 0x5BD03C5E78784A24BC37512733B31B69 , 0x5BDF62D471684D4B9C1819E12A49BDB5 , 0x5BF4349D125F486399FED5D10D0566D2 , 0x5C03EB1DC4C44395918697871B76824E , 0x5C4AACA556344A71BFB29AF9FD81F54B , 0x5C78EE57BC374417B20442368CD9737A , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x5D93AFCE8535428A8B8E0B6EFA745ADE , 0x5E517A09ACF64A9D9CA91656A88E305E , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0x5ED00D0B2214467898E11032DF7FD9AF , 0x5EDF68C529C648EB95155AA0CAF3FC69 , 0x5F1407F916014E1391013EADB2A3AC68 , 0x5FFEBA2B54DB4393852B1502A30631AF , 0x60542CBAE796468CA7F948DF15869B80 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0x60A3CC9218CA47219A0E3C04A3023893 , 0x6176CA11E0F14135853AFA994A236A81 , 0x618994EEC88A429DA2E9BFC60C6B5B78 , 0x61D0C4AD19CA41F8BEC59BC811CF0775 , 0x61EC67143FE44378A347496708ACE4F5 , 0x62339F4025314370B2E2A27C9D54F21D , 0x6240CC6A42F4439B857075C0B997B994 , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0x63059E984E614BE2BF39FF9C45FA241C , 0x637B9FFD93404CF9ACDA71EA709E6475 , 0x642DECEFC90A4D6B80FD2BC4EC5F73D6 , 0x643E3C9842BC427DA19947C84C6A2158 , 0x6453442412C0404E9F510653844D6F49 , 0x6468440D7CD145CC95A59BB02D76CF85 , 0x6473930B92124A939A0726490FE42F64 , 0x65924DA8C9D24E688564EB45EA37C0E6 , 0x65F50175750E40F49D9ABFE00B65CC62 , 0x665373766F2B4618A12287E0A3D70E26 , 0x672C8B56C1264262A788D74FD6199D15 , 0x67797097E13F42EDA86257C71C427A28 , 0x677A415E3A0247C088EAD5274337B201 , 0x68539123A97947DF9A0ACF4FA9DE5EC9 , 0x68F52736A49244598CE5B648A08C2899 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x6AB512F943744FF08B5FD6435821CA33 , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x6B9F05E201674737921D8DFBE9CD722C , 0x6BFC1158030244D69DBE85610CF72B40 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6CD8340B92B9411B8C9A1BB35653A7EF , 0x6D0770084B0D42228A102325315ECDF9 , 0x6F6241107D0948CDB2657449D7496DB4 , 0x705E4500E8C54B5AB9726FBD366B9083 , 0x710722A6BA5D4310BFCCE4BC80D05DBA , 0x713926D151E34A48AEA53ACA24960624 , 0x72CD565637124724B42B83EB7E1B36F1 , 0x73C7C49B5B1C47B58346DD0B6131D36F , 0x73D9B2A6B5D140FD930E1AD94421594C , 0x741500BA33A441E48A483F12ED293DFF , 0x7501578E27BB47BB90BD679F8598884C , 0x7534CF4EE7CD4FCCAF1B5F6C45B36F46 , 0x75950F9A8A9E479799900E82895BD54D , 0x75C541AACDD9450CB757717D70D15BBB , 0x7629630D820F46E0A2CE0DF9294A55EA , 0x76BBD574B572438CAA9D0F07550B6A5B , 0x78564017EF234BF9A78932629948724E , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x795D1FF5F9494D5D9CE3A1908FD97636 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79C1B44237DD4AE9A7C9EE13908152C8 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x7A3118D0030B47A396C48FB0CCE58F93 , 0x7AC5B8F1FEF24A7AB6856E625EDF4022 , 0x7AE856AA2C224FFB8F2C96E4E23C103E , 0x7BE82DF813CB4B01A53DA47007BCD850 , 0x7D9E2720CBA04DD0B05058669E1F965E , 0x7DEA6638020244E99C87066CB41C90A3 , 0x7DF22E4234EA41E9821ECF11F32DA26F , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x7E7BE09737DD461D918C1AF867176DB2 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x80734D6E67BC465AAFEBA438842A65C7 , 0x80B57565DE15441EBD2DB6874C7F10FA , 0x80B654B1936C4848BD32C15DD652CCC4 , 0x81152C3787A148D4B16100936B96453D , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x81F4C37E3EBA4761BBC16264ECD58779 , 0x820B1819DA7240FA94526E890BE68BB8 , 0x82A800C697AC4299B7A1331059389DCC , 0x83E8D52C3B33450894FF7E57E8339D15 , 0x844A40449F764CED9154C1645D43129F , 0x8517AB5D7AE441F7BA18F166791D634F , 0x851E709EC0494E35AA3D738142C37E9E , 0x86A1EEADBC7942CD815D907D267D6433 , 0x882A0D90845C46C9BB019659A615F235 , 0x883532F2166D419F8FBC23BA0A6AB25E , 0x883675A127984DA596918067DA607E74 , 0x891D2FF353EB425C93541DE2A50CAC6F , 0x897559365EE84361BC097187611BEDEF , 0x89BBE4F8FE454128A7C840758A9D5F3A , 0x8A776404F2294123B0F94DE696D93E9C , 0x8BB5548A73A7428D980BA256D3E41E6F , 0x8D348EF7B0F542288165B88AF71CE6BF , 0x8F71BF4F636149A7BC6E1B3079F45821 , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x90B834BBF2DE4D0BA79FB954E98BA2D5 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x91D7BB2748414AE58C74F5186EE918F7 , 0x9304A464B98C4AF1A9EBD8EB59D1F0E6 , 0x9340B87922CF4FE49AA107EC4FE56CC5 , 0x9342B8B153F6436AA71FACB1D5B03A2A , 0x93B9799CF210438681F74ADCCFE19C0A , 0x94EEF1416A0246078C8C4DE3FCB57EEC , 0x94F84AB90215495590411FEE68CAD100 , 0x96E38A2ACC4D4D00BABFD605490FB99A , 0x977B122D3C4C41A2B9B31EC858C64386 , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x986B22337F9D49589976A6C1E914E9D3 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9B29808957DA4846BD3A719051568F1B , 0x9B7807EA02E44CC7A361D4904BE33486 , 0x9D11B3596F6C4EE5825751227B3D8778 , 0x9DD59BBAC108405A9670C09BAA646321 , 0x9E2BEF88F0BC42BF84EE67032B8C97A5 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9E45D926DADC40FCBFA3D8068DEF99BE , 0x9EE769FA88A14E08AEEF2539640C0155 , 0x9F5EC73FEF51480092E23C7F55D2AB48 , 0x9F9850F1271A474EAD4470AF5E4D5A9A , 0xA03A474D9F014E59BB6808754CA91A97 , 0xA05C8AACAC1C4100B2AC5235CF620D75 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA0F9A41D35D74A80A65BBADB8938A469 , 0xA276F2EADC434AB081123CB10365ECEF , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0xA348A3BD1E3547358C24C3D1F2806867 , 0xA34A206FC24F407E9AF91E9F21B0028D , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xA37AFCF1B353492899D7AD30E1813739 , 0xA4848E60DDEE4A09AF4527FDD1854EBC , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xA4BA48BDF5DB414BA60BCE1EBF77096B , 0xA52365B14406440485D29CAC5CD70F0B , 0xA674DF73F1A347FC83735F60245E5F70 , 0xA6FB1300D81F486AA4112E1189AE9224 , 0xA77395A6974649E6930B2ECF1CA745D4 , 0xA7D88CF9500144D1A75CA462FBCFE479 , 0xA8C75A2F03DE4066A92A69F9D397277D , 0xA90AC493BAA84D638F59267925DE06F5 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xA9D230D3D09C41EDBC8010A4DD6F66C4 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA84C9A090DD44DE96C3ECBEDAF506EB , 0xAA967D37B5C54DEC9DE460B25A2BD933 , 0xAACC3E0BE1F84B239761735F57505826 , 0xAB554B7CB746427280E70EF43F5E3A4B , 0xAC1162B528EA406783971511086EFF2F , 0xAC8681DD5E954F9AB191E165D70D4AE6 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xADFE19556A6541C18EB0E5E11A20DA01 , 0xAE48EC90420B4922BBF9C3CD00EC066D , 0xB02694C45AF740419F718C41E52971CF , 0xB072CC05C93E44D6BF2A88D803EB3837 , 0xB1738555C4054510ACAF3356DB1D6621 , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xB23E7B9F6F8F41FF9857B814A8AF090A , 0xB274D41A3A7149178F531350ADEB759F , 0xB2CAC361FA464B678695D558EE29B098 , 0xB2FD8C0637684D0B9E54627B97B4AD8B , 0xB3FCCE77B3DA4153B8A7C25127335B04 , 0xB3FE8A09A76C4EF8BD13818AE4567D60 , 0xB455A330DAFA40C4A84B69FC98DBC302 , 0xB4652EF196834B4790765CE9735D0E3F , 0xB56F9821068745CF9C35689D88C964F3 , 0xB574E4D3CD984C71A4C4B44847328506 , 0xB697F97101EB40429BF34459155FF5B9 , 0xB89B7F51499B44F2A6AFB628294F6449 , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBB8F97F4F10E42FA8921582426D22285 , 0xBBF0FF5685E6428CA8B8FA1AA971EA06 , 0xBC54D495F82141698103436B43896042 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0xBD2A74F045CD42C7B7B1300727643C91 , 0xBD9B273F45AC40478A3165D9F8580223 , 0xBE3A507CDBCA45358EAF5599A029E5D1 , 0xBFAC73B9F4C64D388D9434F6D7488BCD , 0xC06B5E575C4A457FBD37EF869C02513B , 0xC0B264A6F03B481DAFFD8B3093D58A5B , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0xC105AFB04BB44B2C86C19A7CAC038BB9 , 0xC162D1415F6044E190FC668EC69144C9 , 0xC193C5C3677240BA8498CB282694A75A , 0xC3709F5D2DD14C66BBE914FEEEC20301 , 0xC3DB40838216420995A0E33EFBB83857 , 0xC471D959313E46D1A15E773223FEE1BF , 0xC492401DE4124A2DACF2F49DB63D31CA , 0xC5491401894A4D97A54B4EF547A68317 , 0xC5FC373E41C54F27976784CA73203891 , 0xC640A703821C494BA8BC9862915AD827 , 0xC6DB54CB223E46AC876D0B4A754916F1 , 0xC6E3FE08068E40D6B73AED490DF8A6AE , 0xC7841340237141FD9773B0B75D97FE5E , 0xC87FB19937CE4ED099D4C3BE35ADBD82 , 0xC99B06B482664EA5B0A9A1E85C71E678 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xCA60856D40F8414FAC23BE931B9F69E4 , 0xCAD3C2DB969442159029F97DCD0C5E57 , 0xCAF11042CE174FA78B82ED67C48198C7 , 0xCB27A941BB53496493889572AB9A7337 , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0xCE371474D3844272932CB0560BA46D64 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD296D305F58F4C2A81C6ADD6EC0FA5BD , 0xD2FA9F59192D4EE48B389E6CF1C07423 , 0xD398C2DDEBC444F6A74DC3133125987F , 0xD406208F0AAE4DFA8AF21AC55E4B1D38 , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0xD531BA17C8F44E0B8ECFB43DDD695B62 , 0xD5366DA7F4114D9A9B7795CF4252BE33 , 0xD53DEF18874C4AC18B224FBC07554900 , 0xD548483F01734FA9906094B9C944076C , 0xD63710BC268943BD86781C082E5DB562 , 0xD664AB2EB2E94BD286B52297AFBFA229 , 0xD6C2ED6E82254FC9A502A5F5E1D26356 , 0xD6F6780A31854142974C0372BF28C77F , 0xD73E16D28EFF419D9649067012F694A2 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD7598D9A84CB4294B0037243826A2E44 , 0xD76934ADFB1F4BA98A677B45091C3DD4 , 0xD81BA6BBFEC0431D9106075E359AA7DC , 0xD88E2F820F774503B7E0F8EAE68F5CC1 , 0xD8FB32693B9845D6A8960AA1C9BF09D7 , 0xDA529954F1874F398FD401F109DE9BEB , 0xDB5460FD7959419788EC414BE3947D20 , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xDC7487729044444198EAAD719A5CACA7 , 0xDC876C5C48E34BAFA9DBB8A1B2BAF2A8 , 0xDCA7ACD1C4174D47A7EBE9ED4D690F4F , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xDDF563281CC74AB3832A044EEFAC1891 , 0xDE0A77C2701946088FF67DBFCE1840A2 , 0xDEF3E3C98A1F473E86E8DC4AF1D83E5C , 0xDF09116A82EF481F96709CF61D6EE2EB , 0xDF985E739ACB48549C716E8C09282D77 , 0xE02E60DCA1D345C587639A6DC159EFD9 , 0xE11A293B32004E49A951C451C1A60512 , 0xE15DDB60CD6D4CE690A5765CF341F7B4 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xE280877F73784B47A03C0EE3148C9EFA , 0xE2A3650BFD7C41B1B92AB2A51E5C7899 , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0xE351B2E093D443309BC011CE0E3D5581 , 0xE4E5BDA9848C43FA9295A3D3E0BAE64D , 0xE4F613D76B8E43A082E290993AE17A73 , 0xE520AD8BE28048D1A0A7794A5F76740A , 0xE578F6BC67DB41FAA4296BC79299EBDE , 0xE57BFB0519524B4D84CA679B8E30CCD9 , 0xE598F6B878104C148616CA401E33FFDB , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xE9242776086E426FB096CC3928A9CA56 , 0xEA2AA7BC07A24CD1AD1AF9970C8C389F , 0xEA5ED02085434657B84646E25D0EA447 , 0xEA72A169AA5D4806A0542A9C12611C18 , 0xEAC6AE0A8B614E1A81215B395964AECE , 0xEB8BB6F518E14069A6F82747898156B7 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0xEBCEBDC505074EE18EBC8C980E513410 , 0xEC3D08F336BA4E29878892A8C3FC119D , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0xEE5AEC7758C9496CA9FA84C052F6E6C4 , 0xEE7E406E90074A738D0A763262748907 , 0xEE900C9B11664AE6B9DE1F22487243A3 , 0xEE932F4A0B01460B8F39F41650F8476F , 0xEEB1172BEAE2404DB1C08D564BAA658D , 0xEF087C847A2A4D1D868549F8F6D60C62 , 0xEF99AE67A8F34E458157BFA21DA2E93D , 0xEFA1408CCAEA4DADA6B66609123E0411 , 0xF04BE70CFECC4A349A383AF89B44F74D , 0xF161815C6986420E8F1D0BE3880DEA96 , 0xF174C44D91084AFCA713C748B83B86D8 , 0xF1C01478C4F643FC8294BD0B5426E2A0 , 0xF2BC21D65DD04A15808AFBE09022541A , 0xF3081CF4D1D445308B59D6C4EF310D35 , 0xF441BF9C66054F22855D99B2667B76CE , 0xF475575C0F7E4845A3312B585AF9979C , 0xF4CF3FE929374410B6A81FE80AF39E84 , 0xF54A833E1ADB445C93AAD053EC65081E , 0xF563D68B01184E29B3286CA5F827F18D , 0xF5CA12F476694DEEA6F3896700840A10 , 0xF6B6AE70827E4462AB0CCCDA2205D0CE , 0xF6FB9ED553DA420D985086F9959ACB86 , 0xF7487D090F9A4E7289EF02DBCEC7CA0A , 0xF7597433E21E417595240E3DE3E886C1 , 0xF79C47B54E4647FC8CCE0674A8931DE8 , 0xF7C7B9C86CF140EE8785F71C1969A227 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0xF86E0835238B443A98BA0DC0E96A0705 , 0xF8E9E58D26754B1EBED08130646FD4C6 , 0xF94C66675A5C48C09E2362BFB014A92B , 0xF9A4DF52194F48F0AAA3C254CDB0B90E , 0xFAB646F05C4B4C48BAB45307226DBACA , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFCAE21499BF54F6498A02D6F078EC4FC , 0xFD2373B61AB844D6ACFD6FEB956CA7AE , 0xFE27783C195441D4A81D26CA1782835E , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFFCCEF673D88431094FE4BEC714ADEA1 )));
Copy
85
1.91 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x01 ™/!Q<\x7F ʃ\x11 A¶z\v ¢¦ "
b"\x01 ™/!Q<\x7F ʃ\x11 A¶z\v ¢¦ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ù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"\x01 ÿA╩║üsØäz«─IS5¦ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"\x02 ”\x14 Ã\e ³D®”Â\x10 °>³¥ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ù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"õ•"¨‡ù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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"o═6\x1A ¯\x14 AßçUû¶®3+ì "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"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"C\x17 Ø\x16 │è@ß¡+?Ñ@╔Ì┐ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
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"õ•"¨‡ù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"÷aÇ9╔\x04 K¹Ø\x04 iHtÐÞþ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"C\x17 Ø\x16 │è@ß¡+?Ñ@╔Ì┐ "
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"\x01 ù\x16 æ╗8\x7F\x7F ìoªè┼╝x░ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"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"õ•"¨‡ùG؆NBÄëÃ’f "
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"õ•"¨‡ù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"²Ì\x03 펫M§¦³V¯=îÒà "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ù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"o═6\x1A ¯\x14 AßçUû¶®3+ì "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x01992F21513C7FCA831141B67A0BA2A6 , 0x01992F21513C7FCA831141B67A0BA2A6 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0x019841CABA81739D847AAEC4495335DD , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x029414C31BB344AE94C210B03EB3A520 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x224193720C2A4A45BC96CB2D055655BA , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6FCD361AEE1441E1875596F4A9332B8D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x43179D16B38A40E1AD2B3FA540C9DEBF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF6618039C9044BFB9D04694874D1E8E7 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x43179D16B38A40E1AD2B3FA540C9DEBF , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x01971691BB387F7F8D6FA68AC5BC78B0 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 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 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6FCD361AEE1441E1875596F4A9332B8D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
5.82 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 ãÉ-#LdªDîo1Ö5· "
b"\x00 ¬═^'|M#×┴müÒ\>z "
b"\x00 ·I*ä\x17 Iª“N;]áï#© "
b"\x01 nî\x08 é¢O%¼·ÈC\e BìC "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"\x01 Ö2$|í{5¿êüªKÅ╬( "
b"\x01 ›»å„\x17 qÖ—‡ªj\óø“ "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"\x02 uâÏѧD\x0F ³Õ6’=š \x16 "
b"\x02 ¤A\x13 þ{I\x01 ’8.ÑGVÏ® "
b"\x04 /&!ù°Jˆ‰B6É¡¢fÜ "
b"\x05 3Ü,KóBݼó\x03 fïÈÍ; "
b"\x05 üeät|Boôqç§+\x00\x1D "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x05 ö╠®HÅOUÆ▓└\x1C eì÷ "
b"\x06 6V:tŒDm Švñq "Á "
b"\x06 i\x10 xe·II…\r w[ƒXßC "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"""
\x08 A\n
XÈÄKhªµ'<ü¾òm
"""
b"\x08 JÕ\x17\x06\x05 H–›ôå\x02 yŒx\x04 "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"\t ìŸv=üCL’é·(-äÌO "
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"\v Ä$~Þ²D½Žð¯57ösP "
b"\f (Q▄r─KªÅâ®\x0F c\x1C N┼ "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x11 $·ÐõØD¥“Ñ/\x10 éø|Ù "
b"\x11 æ\x08 …œ E…¨È¸ò>Bgˆ "
b"\x12 öÙÏ[`Oú±˜þ¼\²5\x17 "
b"\x14 ±ÞZÊ D_½¨ß#œã¦v "
b"\x15 ╬-ÉÖáD\x03 »\x01 %r¨╚º9 "
b"\x17 Úëó\x0F §BÌä÷èþâÏì¡ "
b"\x18 þa\ð\t I┌üaæ\t JÑʃ "
b"\x19 Vg®A¨NÖÅæÂ*ƒ╠Há "
b"\e Fz²œ¸NužBŠM-\x7F E+ "
b"\x1C V(HzxD■®É¡┌\x1A ì\x10 ƒ "
b"\x1C Í■LÅ«B]»9nò┬ªí┬ "
b"\x1D ÒÓóŠËCž“ó_eù·Ùt "
b"\x1E *\x11 =[—NY¾\x15\x13\x19 õå\x08 † "
b"\x1E p\x03 ps\x0E Hæ³,ÌrÓ6<| "
b"\x1F S_HäìGϵÀFSŰ\v M "
b"\x1F ”´üY@-‡`Œ¡a±ºÝ "
b"\x1F š\x13 «Ë•O³ˆì\x07 ¨4Gä2 "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" \x10 ý†- L0®1d½êÆ I "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b" š‰Œ}œCj„X¾5°–Ù2 "
b" ÎÆEµqBí‡\x04 Å %›l\x01 "
b"!\x1D ÊVcæLQç┌8Ú\x0E \ì¸ "
b"!—\x14 Ú¹ÝB‚§Ýùk¾B—\x0E "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b""{w1±…Dì´æ5##w” "
b""ÅWö·UL#€\x1A ˆç‡j&\x03 "
b"$K`0ÿýE)¤Ð\x15 ¾Pº"% "
b"$cÍÔf\x7F F)˜gz9z\x11\x04 ó "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"(Þ*BLBN0 ‡S‘óCÚW "
b"(þAÿ¬>LÑûÞ-Tü\x06 ë\x04 "
b"(ïNy6\x18 IÔºÄθœR£” "
b"(þ\x06 ¡üsI(¦å‚jëëóu "
b")Bg2ëÏOÛµPP0E{„Ð "
b")╬┐*\f INLüR\x10 1'%uÍ "
b"*N½ß/¤L¦¡·(ÓYÏ¡^ "
b"*üâùÒ)B7¿▀g\x16 Dwù[ "
b"*–Ü%\x14 }@>…Ø\x17 Z\x13 Ÿ\x05 Å "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b",\x03\x11 “ÍñH[¿¿}vý«Hw "
b",\x12 ç±a\x11 GëªöÀ6Rë\x1F ˜ "
b"-°7 \f ¶@ı┤Ø\x1D t8L\r ð "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".¨†³²ýG¸½?³°øìò‰ "
b".Öèxï1Orªéà\x1D JŒ"Ç "
b"1\x03\x03 ¯[ÙMP«¿ÏÜ~aœÔ "
b"1«!æ¡\x00 DÚ‡éÁ®ÖGÓ\x19 "
b"2]™q©7C’®¡Ê\v á¼ìË "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"2Þ°\v œÐG渔–\x15 ´ÜP¾ "
b"3d,cwàC¿éPseóìNN "
b"4]Ÿƒ·.O\x01 ¡2i¡\x00 ;½/ "
b"""
4½Ÿc£ìIu©µ$\x04 ë\x05 \n
\x03
"""
b"5g,*\e ZFœ…\x03 Ç}1\t ‰¾ "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"7\x0F þ;¥ýN¤’ÑŸ‹´‚ö¼ "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"8q\x17 (r\x10 G´Š1å‰\x1E ½‰\x16 "
b"8u\x11\x0E œ¢AE§5{Ø7z· "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"9Ö╩Í?¼N▒Ø┴┐\x15 8\x13 ùQ "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b":˨v\x08 cBõ┐U8ü`\x0E ÂÌ "
b";\x1E PÍð╗L×òpEöM█ÜÅ "
b";<\x7F ¨╬-Ozè╔╦Mì█├| "
b";¤v═│Å@jázr$QB\x10 \r "
b"<ér|O¹F0¦_à‹0Ì‘Q "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"=Ì'Ú•¾@É«åꢰFQ= "
b">>Þá¨ìF(‚ªÆ\x0E ¤S(£ "
b">¾sG;ýKr´,<ôtãwø "
b"?Õ’$›TA\x1F — O\x13 lúiå "
b"?÷Ès…ÕG3¿¹Ê@\x05\x10 Ôk "
b"@\e (I3´Ju™(ö¢·1GÁ "
b"@L<fªWK\x1F ½£Ý\x07 ‹\x08 :ï "
b"@Â#µÌ\x1A KcÂ┘©ê\x19 :áØ "
b"A:‘[\x03 –Cº¼q\r #&y»9 "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"Bß·Ùü4N░¬§Â░`Ä\x1E Í "
b"""
C\x01 òpvÐ@"†`\n
Óó\P\x01
"""
b"C]|K\x13 ¯BÈ™™X•\x18 VÀL "
b"CégsŒøH„‡\x1F 3f{\x1E âä "
b"DRZØ\x12 ÓCZ┤\f ëÊ*â┘ù "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"F\x00 ®0DîJY³½Å û!á\x11 "
b"F+U§é4IvžO·ÏlŒú¯ "
b"G^ˆ8]dFBŒ\x02 ¯^³ªÐ† "
b"G½Ð¨’\x7F CñŒ5jÚ\x12 s°• "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"H… U\/HN¾\x0F nÈB\x02 ™\x0E "
b"H´=ÇjACª À»\x13\x11  "
b"I\x1F Õ;\x18 zKÅŸ—L\x10 ò‘[U "
b"I’TPè½B‹§KR£öHC\x15 "
b"I¶zi7_N¤ŸYc„? "
b"Jp6n=ôO[¯\x05 ö£\x0E\x10 àé "
b"JÝJß~žH:´–\x15 š\x04 Ë|\n "
b"K\ú╦z\x1F D\x14 Éýfò~Þ8\x16 "
b"K¦oc÷kK\x01 €\x05 ÅeIý¾z "
b"K±¡wÃôAß‘þM¹£“8¢ "
b"L\x10 EË\x17 ÈKá´!Ë·ý}z\x13 "
b"L\x13 4\x7F M:IÃê╦ñ\v ÅÛjs "
b"M\}•ÓM@LŒüâ\t È\x02 F° "
b"NF×\x07 ®ÈD9ˆ\v D}ž\x7F c• "
b"N€ëÑÔ¸E\x1E š´ôunŸë& "
b"Pm–0GãKw¼Ñó_/ÊŒ\x7F "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"Q#V=JøDüº±H┬┴C┴e "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"Q<¯‘¯VB\x10 ‹—•]’T]Ú "
b"Q}DBŒïJ\x1C ³\x08 ±KYZÀp "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"Q╔\x05 ]4┌@áú+5\x1E ìÔéC "
b"QÕ5ü¸Á@\x15 í\x10 ^ýU¼\x1E ┬ "
b"R6¿&¯\x16 Opëó'ÈõÅü\x0F "
b"R‰É¬\x1E\x1A E%°(VkÏ2ÇØ "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"TJ \x15 ”K@À…#›ïXJíÚ "
b"TY~¼;?BÔ’9„ê¶\x1D ê\ "
b"T░┬F\x16 ¡LººÍnɧ°m³ "
b"T»çä!nOï™ow7¥väë "
b"Tó’\x03\x1A\x0E Bû—‘\x1F G–Ð×ÿ "
b"Ui\x0E\x1D LgC×¾\e YK‘/åä "
b"V+Ì%y¯L\x02 “å•—»!\x01\x01 "
b"V´\x14 ý©ÆI¡˜(\x06 'Ëëþ& "
b"W5Y©ø•@…‰w…€ì%1S "
b"WûÎgؼN\x00 ║q\x03 Q┬øÅf "
b"X2ñœ\x1A ;O«”Ç\x0F ”\x14 D\x13 … "
b"Xñ³&ý╝N\x18 ÄÉâeO:]H "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"Y¸Î%Ã\f O#‰våÛ\x00 àò÷ "
b"Y▀¡╦^ K+¼ÉV▒qNü\x0F "
b"ZÃçfÔÁMc¹dªà¯'\x06 ý "
b"[Ð<^xxJ$¼7Q'3³\e i "
b"[ßbÔqhMKœ\x18\x19 á*I½µ "
b"[¶4Ø\x12 _HcÖ■ıÐ\r \x05 fÊ "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"\J¼ÑV4Jq┐▓ܨ²ü§K "
b"\xîW¼7D\x17 ²\x04 B6ŒÙsz "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"]“¯Î…5BŠ‹Ž\v nútZÞ "
b"^Qz\t ¼÷JØ£®\x16 V¿Ä0^ "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"^Ð\r \v "\x14 Fx˜á\x10 2ß\x7F Ù¯ "
b"^ßhÅ)ÆHë•\x15 Z Êóüi "
b"_\x14\x07 ù\x16\x01 N\x13 ‘\x01 >²£¬h "
b"_þº+TÛC“…+\x15\x02 £\x06 1¯ "
b"`T,ºç–FŒ§ùHß\x15 †›€ "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"`£Ì’\x18 ÊG!š\x0E <\x04 £\x02 8“ "
b"av╩\x11 Ó±A5à:·ÖJ#jü "
b"aëö¯╚èBØóÚ┐ã\f k[x "
b"aÐÄ\x19 ÊAø¾Å›È\x11 Ï\x07 u "
b"aìg\x14 ?äCx£GIg\x08 ¬äõ "
b"b3ƒ@%1Cp▓Ôó|ØT‗\x1D "
b"b@ÌjBôC›…puÀ¹—¹” "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"c\x05 ž˜NaKâ¿9ÿœEú$\x1C "
b"c{Ÿý“@Lù¬Úqêpždu "
b"""
d-ìïÉ\n
Mk€ý+Äì_sÖ
"""
b"d><˜B¼B}¡™GÈLj!X "
b"dSD$\x12 À@NŸQ\x06 S„MoI "
b"dhD\r |ÑEÌ•¥›°-vÏ… "
b"ds“\v ’\x12 J“š\x07 &I\x0F ä/d "
b"e’M¨ÉÒNh…dëEê7Àæ "
b"e§\x01 uu\x0E @¶ØÜ┐Ó\v e╠b "
b"fSsvo+F\x18 ¡"‡à£×\x0E & "
b"g,ïV┴&BbºêÎOÍ\x19 Ø\x15 "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"gzA^:\x02 GÀˆêÕ'C7²\x01 "
b"""
hS‘#©yGßš\n
ÏO©Þ^É
"""
b"hõ'6¤’DYŒå¶H Œ(™ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"jµ\x12 ùCtOð‹_ÖCX!Ê3 "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"kƒ\x05 Ô\x01 gG7Æ\x1D ì¹Ú═r, "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"lØ4\v ’¹A\e Œš\e ³VS§ï "
b"m\x07 p\x08 K\r B"Š\x10 #%1^Íù "
b"obA\x10 }\t HͲetI×Im´ "
b"p^E\x00 Þ┼KZ╣ro¢6kÉâ "
b"q\x07 "¦º]C\x10 ¿Ìä¼€Ð]º "
b"q9&ÑQãJH®¥:Ê$–\x06 $ "
b"rÍVV7\x12 G$´+ƒë~\e 6ñ "
b"sÇÄ›[\x1C GµƒFÝ\v a1Óo "
b"sÙ²¦µÑ@ý“\x0E\x1A ÙD!YL "
b"t\x15\x00 º3¤AäŠH?\x12 í)=ÿ "
b"u\x01 WÄ'╗G╗É¢gƒàÿêL "
b"u4ÏNçÍO̯\e _lE³oF "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"uÅAªÍÙE\f ·Wq}pÑ[» "
b"v)c\r ‚\x0F Fà¢Î\r ù)JUê "
b"v╗ıtÁrCî¬Ø\x0F\x07 U\v j[ "
b"xV@\x17 ï#Kù§‰2b™HrN "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"y]\x1F §¨IM]£ÒíÉÅ┘v6 "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"y┴┤B7¦JÚº╔¯\x13 ÉüR╚ "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"z1\x18 ð\x03\v Gúû─Å░╠ÕÅô "
b"zŸñþòJz¶…nb^ß@" "
b"zÞV¬,"O¹Å,ûõÔ<\x10 > "
b"{è-ø\x13 ËK\x01 ¥=¤p\x07 ¼ØP "
b"}ž' Ë MаPXfž\x1F –^ "
b"}Ûf8\x02\x02 DÚ£ç\x06 l┤\x1C Éú "
b"}ò.B4êAé‚\x1E Ï\x11 ó-¢o "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"~{à—7ÝF\x1D ‘Œ\x1A øg\x17 m² "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"€sMng¼FZ¯ë¤8„*eÇ "
b"€µueÞ\x15 D\x1E ½-¶‡L\x7F\x10 ú "
b"€¶T±“lHH½2Á]ÖRÌÄ "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"ü¾¾\x18 ╠ƒN║¢¿\6P \x1F V "
b"ü¶├~>║Ga╗┴bdýıçy "
b"‚\v\x18\x19 Úr@ú”Rn‰\v 拸 "
b"é¿\x00 ãù¼BÖÀí3\x10 Y8Ø╠ "
b"âÞı,;3E\x08 ö ~WÞ3Ø\x15 "
b"„J@DŸvLí‘TÁd]C\x12 Ÿ "
b"…\x17 «]zäA÷º\x18 ñfy\x1D cO "
b"à\x1E p×└IN5¬=süB├~× "
b"åí¯¡╝yB═ü]É}&}d3 "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"""
ê52‗\x16 mAƒÅ╝#║\n
j▓^
"""
b"ˆ6u¡'˜M¥–‘€gÚ`~t "
b"‰\x1D /óSëB\“T\x1D â¥\f ¬o "
b"‰uY6^èCa¼\t q‡a\e íï "
b"ë╗õ°■EA(º╚@uèØ_: "
b"Šwd\x04 ò)A#°ùMæ–Ù>œ "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"ì4ĸ░§B(üe©è¸\x1C µ┐ "
b"Åq┐OcaIº╝n\e 0y¶X! "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"É©4╗‗ÌM\v ºƒ╣TÚïóı "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"‘×»'HAJåŒtõ\x18 né\x18 ÷ "
b"“\x04 ¤d¹ŒJñ©ëØëYÑðæ "
b"“@¸y"ÏOäš¡\x07 ìOålÅ "
b"“B¸±SöCj§\x1F ¬±Õ°:* "
b"ô╣y£‗\x10 Cåü¸J▄¤ß£\n "
b"”îñAj\x02 F\x07 ŒŒMãüµ~ì "
b"ö°J╣\x02\x15 IUÉA\x1F ¯h╩Ð\x00 "
b"–ãŠ*ÌMM\x00 º¿Ö\x05 I\x0F ¹š "
b"—{\x12 -<LA¢¹³\x1E ÈXÆC† "
b"—Î<k?êG·«ß\x18 Õ\x08 éÍ6 "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"ø)ÇëW┌HF¢:qÉQVÅ\e "
b"øx\x07 Û\x02 õLÃúaÈÉKÒ4å "
b"Ø\x11 │YolNÕéWQ"{=çx "
b"Øıø║┴\x08 @Zûp└ø¬dc! "
b"ž+ïˆð¼B¿„îg\x03 +Œ—¥ "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"×E┘&┌▄@³┐úÏ\x06 ì´Ö¥ "
b"žçiúˆ¡N\x08 ®ï%9d\f\x01 U "
b"Ÿ^Ç?ïQH\x00 ’â<\x7F UÒ«H "
b"Ÿ˜Pñ'\x1A GNDp¯^MZš "
b" :GMŸ\x01 NY»h\x08 uL©\x1A — "
b" \Ь¬\x1C A\x00 ²¬R5Ïb\r u "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b" ºH\f etF/´\x1D çnìå£\x13 "
b" ù¤\x1D 5×J€¦[ºÛ‰8¤i "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"£H£½\x1E 5G5Œ$ÃÑò€hg "
b"úJ o┬O@~ܨ\x1E ƒ!░\x02 ì "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"úz³±│SI(ÖΡ0ßü79 "
b"¤„Ž`ÝîJ\t ¯E'ýÑ…N¼ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"¤ºH½õÛAK¦\v Î\x1E ¿w\t k "
b"¥#e±D\x06 D\x04 …Òœ¬\×\x0F\v "
b"¦tßsñ£Güƒs_`$^_p "
b"¦û\x13\x00 Ø\x1F Hj¤\x11 .\x11 ‰®’$ "
b"§s•¦—FIæ“\v .Ï\x1C §EÔ "
b"§ØŒùP\x01 Dѧ\¤bûÏäy "
b"¨ÇZ/\x03 Þ@f©*iùÓ—'} "
b"""
®\n
─ô║¿McÅY&y%Ì\x06 §
"""
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"©Ò0ÓМAí¼€\x10 ¤ÝofÄ "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"¬ä╔áɦDÌû├ý¥┌§\x06 Ù "
b"¬û}7Á┼MýØõ`▓Z+┘3 "
b"ªÌ>\v áøK#—as_WPX& "
b"«UK|·FBr€ç\x0E ô?^:K "
b"¬\x11 bµ(ê@gƒ—\x15\x11\x08 nÿ/ "
b"¼åü¦^òOÜ▒æßeÎ\r Jµ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"þ\x19 UjeAÁްåá\x1A Ú\x01 "
b"«HýÉB\v I"╗¨├═\x00 ý\x06 m "
b"°&”ÄZ÷@AŸqŒAå)qÏ "
b"°rÌ\x05 É>DÖ¿*ˆØ\x03 ë87 "
b"±s…UÄ\x05 E\x10 ¬¯3VÛ\x1D f! "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"▓>{ƒoÅA ÿW©\x14 ¿»\t \n "
b"▓tÈ\x1A :qI\x17 ÅS\x13 P¡Ùuƒ "
b"²ÊÃaúFKg†•ÕXî)°˜ "
b"²ýŒ\x06 7hM\v žTb{—´‹ "
b"³üÎw³ÚAS¸§ÂQ'3[\x04 "
b"│■è\t ºlN°¢\x13 üèõV}` "
b"´U£0Úú@ĨKiü˜ÛÃ\x02 "
b"┤e.±ûâKGÉv\Ús]\x0E ? "
b"Áoÿ!\x06 çE¤£5hØê╔d¾ "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"¶—ùq\x01 ë@B›óDY\x15 _õ¹ "
b"¸›\x7F QI›Dò¦¯¶()OdI "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"╗Åù¶±\x0E B·ë!X$&Ê"à "
b"»ðÿV…æBŒ¨¸ú\x1A ©qê\x06 "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"½*tðEÍBÇ·±0\x07 'd<‘ "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"¾:P|ÛÊE5ޝU™ )åÑ "
b"┐¼s╣¶ãM8ìö4÷ÎHï═ "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"À²d¦ð;H\x1D ¯ý‹0“ÕŠ[ "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"Á\x05 ¯°K´K,†Áš|¬\x03 ‹¹ "
b"┴bÐA_`DßɳfÄãæD╔ "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"ÃpŸ]-ÑLf»é\x14 þîÂ\x03\x01 "
b"ÃÛ@ƒ‚\x16 B\t • ã>û¸8W "
b"ÄqÙY1>FÑ¡^w2#þá¿ "
b"─Æ@\x1D õ\x12 J-¼‗¶ØÂ=1╩ "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"Åü7>AÅO'—g„Ês 8‘ "
b"Æ@§\x03 ‚\x1C IK¨¼˜b‘ZØ' "
b"ÆÛTË">F¬‡m\v JuI\x16 ñ "
b"Æãþ\x08\x06 Ž@Ö·:íI\r ø¦® "
b"Ç„\x13 @#qAý—s°·]—þ^ "
b"È\x7F ±™7ÎNЙÔþ5½‚ "
b"É›\x06 ´‚fN¥°©¡è\qæx "
b"Ê\x06 æsÉÐC\r ‹ˆ1Ù\x1E JSü "
b"Ê`…m@øAO¬#¾“\e Ÿiä "
b"╩Ë┬█ûöB\x15 É)¨}═\f ^W "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"Ë'©A»SId“ˆ•r«šs7 "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"Î7\x14 tÓ„Br“,°V\v ¤md "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"ÊûË\x05 §ÅL*üã¡Íý\x0F Ñ¢ "
b"ÒúŸY\x19 -Nä‹8žlñÀt# "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"""
È\x06 Å\n
«M·è‗\x1A ┼^K\x1D 8
"""
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"Õ1º\x17 ÈôN\v ŽÏ´=Ýi[b "
b"Õ6m§ô\x11 Mš›w•ÏBR¾3 "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"ıHH?\x01 sO®É`ö╣╔D\x07 l "
b"Ö7\x10 ¼&‰C½†x\x1C\x08 .]µb "
b"Öd«.²éKÒ†µ"—¯¿¢) "
b"ÖÂín‚%OÉ¥\x02 ¥õáÒcV "
b"""
Ööx\n
1…AB—L\x03 r¿(Ç\x7F
"""
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"×i4û\x1F K©Šg{E\t\x1C =Ô "
b"Ø\e ¦»þÀC\x1D ‘\x06\x07 ^5š§Ü "
b"ÏÄ/é\x0F wE\x03 ÀÓ°ÛµÅ\┴ "
b"""
Øû2i;˜EÖ¨–\n
¡É¿\t ×
"""
b"┌RÖT±çO9ÅÈ\x01 ±\t ÌøÙ "
b"ÛT`ýyYA—ˆìAKã”} "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"܇l\HãK¯©Û¸¡²ºò¨ "
b"ܧ¬ÑÄ\x17 MG§ëéíMi\x0F O "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"Ýõc(\x1C ÇJ³ƒ*\x04 Nï¬\x18 ‘ "
b"""
Ì\n
w┬p\x19 F\x08 Å÷}┐╬\x18 @ó
"""
b"ÞóãÉŠ\x1F G>†èÜJñØ>\ "
b"ß\t\x11 j‚ïH\x1F –pœö\x1D nâë "
b"ߘ^sšËHTœqnŒ\t (-w "
b"à.`Ü¡ÓEŇcšmÁYïÙ "
b"á\x1A );2\x00 NI©QÄQÁ¦\x05\x12 "
b"ß]█`═mLµÉÑv\¾A¸┤ "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b" \x7F sxKG <\x0E ã\x14 Œžú "
b"â£e\v ý|A±¹*²¥\x1E \x™ "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"ÒQ▓ÓôÈC0ø└\x11 ╬\x0E =Uü "
b"ä彩„ŒCú’•£ÓàºæM "
b"õ÷\x13 ÎkÄCáéÔÉÖ:ßzs "
b"å ‹â€HÑ §yJ_vt\n "
b"åxö¼gÛAú¤)kÇ’™ëÞ "
b"å{û\x05\x19 RKM„Êg›Ž0ÌÙ "
b"å˜ö¸x\x10 L\x14 †\x16 Ê@\x1E 3ÿÛ "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"""
Þu·Å\x02 ÛO▓¿ûµ\n
f│L¿
"""
b"é$'v\x08 nBo°–Ì9(©ÊV "
b"ê*§¼\x07 ¢LÑ\x1A ù—\f Œ8Ÿ "
b"ê^Ð …CFW¸FFâ]\x0E ¤G "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"""
Ûã«\n
ïaN\x1A ü![9Yd«╬
"""
b"Ùï§\x18 ß@iª°'GëüVÀ "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"ëνÅ\x05\x07 NᎼŒ˜\x0E Q4\x10 "
b"ý=\x08 ¾6║N)çêÆ¿├³\x11 Ø "
b"î?R1r¹H㣊v“*¯©§ "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"îZìwXÉIl©ú„ÀRöæÄ "
b"""
¯~@nÉ\x07 Jsì\n
v2btë\x07
"""
b"¯É\f ø\x11 fJµ╣Ì\x1F "HrCú "
b"¯ô/J\v\x01 F\v Å9¶\x16 P°Go "
b"¯▒\x17 +ÛÔ@M▒└ìVK¬eì "
b"ï\x08 |„z*M\x1D †…IøöÖ\f b "
b"´Ö«g¿¾NEüW┐ó\x1D óÚ= "
b"ï¡@ŒÊêM¦¶f\t\x12 >\x04\x11 "
b"ðKç\f þÌJ4š8:ø›D÷M "
b"±aü\iåB\x0E Å\x1D\v Òê\r Ûû "
b"ñtÄM‘\x08 Jü§\x13 ÇH¸;†Ø "
b"ñÀ\x14 xÄöCü‚”½\v T&â "
b"‗╝!Í]ðJ\x15 Çè¹ÓÉ"T\x1A "
b"ó\x08\x1C ôÑÔE0‹YÖÄï1\r 5 "
b"ôA¿œf\x05 O"…]™²f{vÎ "
b"ôuW\\x0F ~HE£1+XZù—œ "
b"""
ôÏ?é)7D\x10 ¶¨\x1F è\n
óž„
"""
b"õJƒ>\x1A ÛD\“ªÐSìe\x08\x1E "
b"§cÍï\x01\x18 N)│(lѰ'±ì "
b"õÊ\x12 ôviMî¦ó‰g\x00 „\n \x10 "
b"ö¶®p‚~Db«\f ÌÚ"\x05 ÐÎ "
b"öûžÕSÚB\r ˜P†ù•šË† "
b"÷H}\t\x0F šNr‰ï\x02 ÛÎÇÊ\n "
b"÷Yt3â\x1E Au•$\x0E =ãè†Á "
b"÷œGµNFGüŒÎ\x06 t¨“\x1D è "
b"÷ǹÈlñ@÷\x1C\x19 i¢' "
b"¸Óì═┼\x1E A┤¡ü\x10 ;╬\x00 Qq "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"øn\x08 5#‹D:˜º\r Àéj\x07\x05 "
b"°ÚÕì&uK\x1E ¥ðü0doÈã "
b"ùLfgZ\HÀž#b¿°\x14 ©+ "
b"ù¤ßR\x19 OHðª£ÂTͰ¹\x0E "
b"ú¶Fð\KLHº´S\x07 "mºÊ "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"ü®!I›õOd˜ -o\x07 ŽÄü "
b"ý#s¶\x1A ¸DÖ¬ýoë•l§® "
b"þ'x<\x19 TAÔ¨\x1D &Ê\x17 ‚ƒ^ "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿÌïg=ˆC\x10 ”þKìqJÞ¡ "
]
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 (0x0020C6902D234C64A6448C6F319935FA , 0x00AACD5E277C4D239EC16D81E35C3E7A , 0x00B7492AE41749AA934E3B5DE1EF23A9 , 0x016E8C0882BD4F25ACFAD4431B428D43 , 0x0198CC7F3E447214A848528DE060A0ED , 0x019932247CA17B35A88881A64B8FCE28 , 0x019BBBE5841771D69787AA6A5CF3F893 , 0x0247791B45054C689DC340A2C29E97C3 , 0x0275E2CFD1A7440FB3D536923D9AA016 , 0x02A44113FE7B490192382ED14756CFAE , 0x042F2621F9B04A88894236C9A1A266DC , 0x0533DC2C4BF342DDBCF30366EFC8CD3B , 0x05816584747C426F9371C7F5F52B001D , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x0594CCA9488F4F5592F0B2C01C658DF6 , 0x0636563A748C446DA08A76F1712022C1 , 0x0669107865B74949850D775B8358DF43 , 0x06CC3C21BE7F4F78A486F73054751394 , 0x08410A58C8C44B68AAB5273CFCBEF26D , 0x084AD517060548969BF4E502798C7804 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x09EC9F763DFC434C92E9B7282DE4CC4F , 0x0B4240DE68A5461FAC990789BF37F906 , 0x0BC4247EDEB244BD8EF0AF3537F67350 , 0x0C2851DC72C44BA68F83A90F631C4EC5 , 0x0CF665757B114488B50086B62E4BA9F2 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x1124B7D0F5D844A593D12F10E9F87CD9 , 0x11E608859CA04585A8C8B8F23E426788 , 0x12F6D9CF5B604FFAB198FEBC5CB23517 , 0x14B1DE5ACA20445FBDA8DF239CE3A676 , 0x15CE2D9099A04403AF012572F9C8A739 , 0x17E989A20FF542DE84F68AE783D88DAD , 0x18E7615CD00949DA816191094AA5D29F , 0x195667A941F94E998F91B62A9FCC48A0 , 0x1B467AB29CB84E759E428A4D2D7F452B , 0x1C5628487A7844FEA990ADDA1A8D109F , 0x1CD6FE4C8FAE425DAF396E95C2A6A1C2 , 0x1DD2D3F38ACB439E93F35F65F9B7D974 , 0x1E2A113D5B974E59BE151319F5E50886 , 0x1E700370730E48E6B32CCC72D3363C7C , 0x1F535F48E4EC47CFB5C04653C5B00B4D , 0x1F94B4FCAD59402D87608CA161B1BADD , 0x1F9A13ABCB954FB388EC07A83447E432 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x2010FD862DA04C30AE3164BDEAC6A049 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x209A898C7D9C436A8458BE35B096D932 , 0x20CEC645B57142ED8704C520259B6C01 , 0x211DD25663914C5187DA38E90E5C8DF7 , 0x219714DAB9DD4282A7DDF96BBE42970E , 0x224646719CA8445684E02EC785FF051A , 0x227B7731B18544ECB4E6AD3523237794 , 0x22C557F6B7554C23801A88E7876A2603 , 0x244B6030FFFD4529A4D015BE50BA2225 , 0x2463CDD4667F462998677A397A1104F3 , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x28916ADF88504C208540D811B87234CB , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x28DE2A424C424E30A0875391F343DA57 , 0x28E74198AA3E4CA596E82D5481068904 , 0x28EF4E79361849D4BAC4CEB89C52A394 , 0x28FE06A1FC734928A6E5826AEBEBF375 , 0x29426732EBCF4FDBB5505030457B84D0 , 0x29CEBF2A0C494E4C81521031272575D6 , 0x2A4EBDDF2FA44CA6A1B728D359CFA15E , 0x2A818397E3294237A8DF67164477975B , 0x2A96DC25147D403E85D8175A139F05C5 , 0x2B02765382A240218B667C601097AE5A , 0x2C031193CDF1485BBFBF7D76FDAB4877 , 0x2C12E7B1611147EBAAF6C03652EB1F98 , 0x2DF837200CF440D5B49D1D74384C0DD0 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2EA886B3B2FD47B8BD3FB3B0F8ECF289 , 0x2ED6E878EF314F72AAE9E01D4A8C22C7 , 0x310303AF5BD94D50ABBFCFDC7E619CD4 , 0x31AB21E6A10044DA87E9C1AED647D319 , 0x325D9971A9374392AEA1CA0BE1BCECCB , 0x329849610CF643A8973EC27B03DE6BEA , 0x32DEB00B9CD047E6B8949615B4DC50BE , 0x33642C63778543A882507365A28D4E4E , 0x345D9F83B72E4F01A13269A1003BBD2F , 0x34BD9F63A3EC4975A9B52404EB050A03 , 0x35672C2A1B5A469C8503C77D310989BE , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x370FFE3BA5FD4EA492D19F8BB482F6BC , 0x37433BE6C23A4987A6A18B46E5A25823 , 0x38711728721047B48A31E5891EBD8916 , 0x3875110E9CA24145A7357BD8377AADB7 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x3999CAD63FAC4EB19DC1BF1538139751 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x3AD3F976086342E4BF553881600EB6DE , 0x3B1E50D6D0BB4C9E957045944DDB9A8F , 0x3B3C7FF9CE2D4F7A8AC9CB4D8DDBC37C , 0x3BCF76CDB38F406AA07A72245142100D , 0x3CE9727C4FB94630A65FE08B30CC9151 , 0x3D621B0536104DAFB046FD07C68DC2BB , 0x3DCC27DA95BE40C9ABE5EAA2B046513D , 0x3E3EDEE1A8EC462882AAC60EA45328A3 , 0x3EBE73473BFD4B72B42C3CF474E377F8 , 0x3FD592249B54411F97204F136CFA69E5 , 0x3FF7C87385D54733BFB9CA400510D46B , 0x401B284933B44A759928F6A2B73147C1 , 0x404C3C66AA574B1FBDA3DD078B083AEF , 0x40B623E6DE1A4B63B6D9B888193AA09D , 0x413A915B039643BABC710D232679BB39 , 0x42843C39F20E4F23A599575776B060C2 , 0x42E1FAEB81344EB0AAF5B6B0608E1ED6 , 0x4301F27076D0402286600AD3F35C5001 , 0x435D7C4B13AF42C8999958951856C04C , 0x43E967738CF84884871F33667B1EE2E4 , 0x44525A9D12E0435AB40C89D22A83D997 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x4600AE3044EE4A59B3BDC5A0FB21E111 , 0x462B55A7E93449769E4FB7CF6C8CFAAF , 0x475E88385D6446428C02AF5EB3AAD086 , 0x47BDD0A8927F43F18C356ADA1273B095 , 0x481078A8A1154B838281D129F2C084CB , 0x4885A0555C2F484EBE0F6EC84202990E , 0x48B43DC76A4143AAA0C0BB1311EEAAB0 , 0x491FD53B187A4BC59F974C10F2915B55 , 0x49925450E8BD428BA74B52A3F6484315 , 0x49B67A69375F4EA49F5963EE948A843F , 0x4A70366E3DF44F5BAF05F6A30E10E0E9 , 0x4ADD4ADF7E9E483AB496159A04CB7C0A , 0x4B5CA3CB7A1F441490EC66957EE83816 , 0x4BA66F63F76B4B018005C56549FDBE7A , 0x4BB1A177C3F441DF91FE4DB9A39338A2 , 0x4C1045CB17C84BE1B421CBB7FD7D7A13 , 0x4C13347F4D3A49C788CBA40B8FEA6A73 , 0x4D5C7D95D34D404C8CFCE209C80246B0 , 0x4E46D707AEC84439880B447D9E7F6395 , 0x4E80EBD1D4B8451E9AB4F4756E9FEB26 , 0x506D963047E34B77BCD1F35F2FCA8C7F , 0x51070503953F46338AE553AAD8369B0F , 0x5123563D4A9B4481A7F148C2C143C165 , 0x513AB9793DD541E6A6DFF9033F99756F , 0x513CAF91AF5642108B97955D92545DDA , 0x517D44428CEF4A1CB308B14B595AC070 , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x51C9055D34DA40A0A32B351E8DE28243 , 0x51E53581F7B54015A1105EEC55AC1EC2 , 0x5236A826EE164F7089A227D4E48F810F , 0x5289C9AC1E1A4525B028566BCF32C7D8 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x544A2015944B40C085239BEF584AEDDA , 0x54597EBC3B3F42D4923984EAB61DEA5C , 0x54B0C24616AD4CA7A7D66E90F5F86DFC , 0x54BBE7E4216E4FEF996F7737A576E4EB , 0x54F392031A0E42FB97911F4796D0D7FF , 0x55690E1D4C6743D7BE1B594B912FE5E4 , 0x562BCC2579AF4C0293E59597BB210101 , 0x56B414FDA9C649A198280627CBEBFE26 , 0x573559A9F895408589778580EC253153 , 0x5796D7679DAC4E00BA710351C29B8F66 , 0x5832F19C1A3B4FAB94C70F9414441385 , 0x58A4FC26ECBC4E188E9083654F3A5D48 , 0x58E15680A170476CBA641C844883EF0B , 0x59B8CE25C30C4F238976E5DB00E0F2F7 , 0x59DFADCB5E204B2BAC9056B1714E810F , 0x5AC3E766D4C14D63B964AAE0AF2706FD , 0x5BD03C5E78784A24BC37512733B31B69 , 0x5BDF62D471684D4B9C1819E12A49BDB5 , 0x5BF4349D125F486399FED5D10D0566D2 , 0x5C03EB1DC4C44395918697871B76824E , 0x5C4AACA556344A71BFB29AF9FD81F54B , 0x5C78EE57BC374417B20442368CD9737A , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x5D93AFCE8535428A8B8E0B6EFA745ADE , 0x5E517A09ACF64A9D9CA91656A88E305E , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0x5ED00D0B2214467898E11032DF7FD9AF , 0x5EDF68C529C648EB95155AA0CAF3FC69 , 0x5F1407F916014E1391013EADB2A3AC68 , 0x5FFEBA2B54DB4393852B1502A30631AF , 0x60542CBAE796468CA7F948DF15869B80 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0x60A3CC9218CA47219A0E3C04A3023893 , 0x6176CA11E0F14135853AFA994A236A81 , 0x618994EEC88A429DA2E9BFC60C6B5B78 , 0x61D0C4AD19CA41F8BEC59BC811CF0775 , 0x61EC67143FE44378A347496708ACE4F5 , 0x62339F4025314370B2E2A27C9D54F21D , 0x6240CC6A42F4439B857075C0B997B994 , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0x63059E984E614BE2BF39FF9C45FA241C , 0x637B9FFD93404CF9ACDA71EA709E6475 , 0x642DECEFC90A4D6B80FD2BC4EC5F73D6 , 0x643E3C9842BC427DA19947C84C6A2158 , 0x6453442412C0404E9F510653844D6F49 , 0x6468440D7CD145CC95A59BB02D76CF85 , 0x6473930B92124A939A0726490FE42F64 , 0x65924DA8C9D24E688564EB45EA37C0E6 , 0x65F50175750E40F49D9ABFE00B65CC62 , 0x665373766F2B4618A12287E0A3D70E26 , 0x672C8B56C1264262A788D74FD6199D15 , 0x67797097E13F42EDA86257C71C427A28 , 0x677A415E3A0247C088EAD5274337B201 , 0x68539123A97947DF9A0ACF4FA9DE5EC9 , 0x68F52736A49244598CE5B648A08C2899 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x6AB512F943744FF08B5FD6435821CA33 , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x6B9F05E201674737921D8DFBE9CD722C , 0x6BFC1158030244D69DBE85610CF72B40 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6CD8340B92B9411B8C9A1BB35653A7EF , 0x6D0770084B0D42228A102325315ECDF9 , 0x6F6241107D0948CDB2657449D7496DB4 , 0x705E4500E8C54B5AB9726FBD366B9083 , 0x710722A6BA5D4310BFCCE4BC80D05DBA , 0x713926D151E34A48AEA53ACA24960624 , 0x72CD565637124724B42B83EB7E1B36F1 , 0x73C7C49B5B1C47B58346DD0B6131D36F , 0x73D9B2A6B5D140FD930E1AD94421594C , 0x741500BA33A441E48A483F12ED293DFF , 0x7501578E27BB47BB90BD679F8598884C , 0x7534CF4EE7CD4FCCAF1B5F6C45B36F46 , 0x75950F9A8A9E479799900E82895BD54D , 0x75C541AACDD9450CB757717D70D15BBB , 0x7629630D820F46E0A2CE0DF9294A55EA , 0x76BBD574B572438CAA9D0F07550B6A5B , 0x78564017EF234BF9A78932629948724E , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x795D1FF5F9494D5D9CE3A1908FD97636 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79C1B44237DD4AE9A7C9EE13908152C8 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x7A3118D0030B47A396C48FB0CCE58F93 , 0x7AC5B8F1FEF24A7AB6856E625EDF4022 , 0x7AE856AA2C224FFB8F2C96E4E23C103E , 0x7BE82DF813CB4B01A53DA47007BCD850 , 0x7D9E2720CBA04DD0B05058669E1F965E , 0x7DEA6638020244E99C87066CB41C90A3 , 0x7DF22E4234EA41E9821ECF11F32DA26F , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x7E7BE09737DD461D918C1AF867176DB2 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x80734D6E67BC465AAFEBA438842A65C7 , 0x80B57565DE15441EBD2DB6874C7F10FA , 0x80B654B1936C4848BD32C15DD652CCC4 , 0x81152C3787A148D4B16100936B96453D , 0x81F3F318CC9F4EBABDA85C3650FF1F56 , 0x81F4C37E3EBA4761BBC16264ECD58779 , 0x820B1819DA7240FA94526E890BE68BB8 , 0x82A800C697AC4299B7A1331059389DCC , 0x83E8D52C3B33450894FF7E57E8339D15 , 0x844A40449F764CED9154C1645D43129F , 0x8517AB5D7AE441F7BA18F166791D634F , 0x851E709EC0494E35AA3D738142C37E9E , 0x86A1EEADBC7942CD815D907D267D6433 , 0x882A0D90845C46C9BB019659A615F235 , 0x883532F2166D419F8FBC23BA0A6AB25E , 0x883675A127984DA596918067DA607E74 , 0x891D2FF353EB425C93541DE2A50CAC6F , 0x897559365EE84361BC097187611BEDEF , 0x89BBE4F8FE454128A7C840758A9D5F3A , 0x8A776404F2294123B0F94DE696D93E9C , 0x8BB5548A73A7428D980BA256D3E41E6F , 0x8D348EF7B0F542288165B88AF71CE6BF , 0x8F71BF4F636149A7BC6E1B3079F45821 , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x90B834BBF2DE4D0BA79FB954E98BA2D5 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x91D7BB2748414AE58C74F5186EE918F7 , 0x9304A464B98C4AF1A9EBD8EB59D1F0E6 , 0x9340B87922CF4FE49AA107EC4FE56CC5 , 0x9342B8B153F6436AA71FACB1D5B03A2A , 0x93B9799CF210438681F74ADCCFE19C0A , 0x94EEF1416A0246078C8C4DE3FCB57EEC , 0x94F84AB90215495590411FEE68CAD100 , 0x96E38A2ACC4D4D00BABFD605490FB99A , 0x977B122D3C4C41A2B9B31EC858C64386 , 0x97CE3C6B3FEA47B7ABDF18D508E9CD36 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x986B22337F9D49589976A6C1E914E9D3 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9B29808957DA4846BD3A719051568F1B , 0x9B7807EA02E44CC7A361D4904BE33486 , 0x9D11B3596F6C4EE5825751227B3D8778 , 0x9DD59BBAC108405A9670C09BAA646321 , 0x9E2BEF88F0BC42BF84EE67032B8C97A5 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9E45D926DADC40FCBFA3D8068DEF99BE , 0x9EE769FA88A14E08AEEF2539640C0155 , 0x9F5EC73FEF51480092E23C7F55D2AB48 , 0x9F9850F1271A474EAD4470AF5E4D5A9A , 0xA03A474D9F014E59BB6808754CA91A97 , 0xA05C8AACAC1C4100B2AC5235CF620D75 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA0F9A41D35D74A80A65BBADB8938A469 , 0xA276F2EADC434AB081123CB10365ECEF , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0xA348A3BD1E3547358C24C3D1F2806867 , 0xA34A206FC24F407E9AF91E9F21B0028D , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xA37AFCF1B353492899D7AD30E1813739 , 0xA4848E60DDEE4A09AF4527FDD1854EBC , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xA4BA48BDF5DB414BA60BCE1EBF77096B , 0xA52365B14406440485D29CAC5CD70F0B , 0xA674DF73F1A347FC83735F60245E5F70 , 0xA6FB1300D81F486AA4112E1189AE9224 , 0xA77395A6974649E6930B2ECF1CA745D4 , 0xA7D88CF9500144D1A75CA462FBCFE479 , 0xA8C75A2F03DE4066A92A69F9D397277D , 0xA90AC493BAA84D638F59267925DE06F5 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xA9D230D3D09C41EDBC8010A4DD6F66C4 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA84C9A090DD44DE96C3ECBEDAF506EB , 0xAA967D37B5C54DEC9DE460B25A2BD933 , 0xAACC3E0BE1F84B239761735F57505826 , 0xAB554B7CB746427280E70EF43F5E3A4B , 0xAC1162B528EA406783971511086EFF2F , 0xAC8681DD5E954F9AB191E165D70D4AE6 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xADFE19556A6541C18EB0E5E11A20DA01 , 0xAE48EC90420B4922BBF9C3CD00EC066D , 0xB02694C45AF740419F718C41E52971CF , 0xB072CC05C93E44D6BF2A88D803EB3837 , 0xB1738555C4054510ACAF3356DB1D6621 , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xB23E7B9F6F8F41FF9857B814A8AF090A , 0xB274D41A3A7149178F531350ADEB759F , 0xB2CAC361FA464B678695D558EE29B098 , 0xB2FD8C0637684D0B9E54627B97B4AD8B , 0xB3FCCE77B3DA4153B8A7C25127335B04 , 0xB3FE8A09A76C4EF8BD13818AE4567D60 , 0xB455A330DAFA40C4A84B69FC98DBC302 , 0xB4652EF196834B4790765CE9735D0E3F , 0xB56F9821068745CF9C35689D88C964F3 , 0xB574E4D3CD984C71A4C4B44847328506 , 0xB697F97101EB40429BF34459155FF5B9 , 0xB89B7F51499B44F2A6AFB628294F6449 , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBB8F97F4F10E42FA8921582426D22285 , 0xBBF0FF5685E6428CA8B8FA1AA971EA06 , 0xBC54D495F82141698103436B43896042 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0xBD2A74F045CD42C7B7B1300727643C91 , 0xBD9B273F45AC40478A3165D9F8580223 , 0xBE3A507CDBCA45358EAF5599A029E5D1 , 0xBFAC73B9F4C64D388D9434F6D7488BCD , 0xC06B5E575C4A457FBD37EF869C02513B , 0xC0B264A6F03B481DAFFD8B3093D58A5B , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0xC105AFB04BB44B2C86C19A7CAC038BB9 , 0xC162D1415F6044E190FC668EC69144C9 , 0xC193C5C3677240BA8498CB282694A75A , 0xC3709F5D2DD14C66BBE914FEEEC20301 , 0xC3DB40838216420995A0E33EFBB83857 , 0xC471D959313E46D1A15E773223FEE1BF , 0xC492401DE4124A2DACF2F49DB63D31CA , 0xC5491401894A4D97A54B4EF547A68317 , 0xC5FC373E41C54F27976784CA73203891 , 0xC640A703821C494BA8BC9862915AD827 , 0xC6DB54CB223E46AC876D0B4A754916F1 , 0xC6E3FE08068E40D6B73AED490DF8A6AE , 0xC7841340237141FD9773B0B75D97FE5E , 0xC87FB19937CE4ED099D4C3BE35ADBD82 , 0xC99B06B482664EA5B0A9A1E85C71E678 , 0xCA06E673C9D0430D8B8831D91E4A53FC , 0xCA60856D40F8414FAC23BE931B9F69E4 , 0xCAD3C2DB969442159029F97DCD0C5E57 , 0xCAF11042CE174FA78B82ED67C48198C7 , 0xCB27A941BB53496493889572AB9A7337 , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0xCE371474D3844272932CB0560BA46D64 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD296D305F58F4C2A81C6ADD6EC0FA5BD , 0xD2FA9F59192D4EE48B389E6CF1C07423 , 0xD398C2DDEBC444F6A74DC3133125987F , 0xD406208F0AAE4DFA8AF21AC55E4B1D38 , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0xD531BA17C8F44E0B8ECFB43DDD695B62 , 0xD5366DA7F4114D9A9B7795CF4252BE33 , 0xD53DEF18874C4AC18B224FBC07554900 , 0xD548483F01734FA9906094B9C944076C , 0xD63710BC268943BD86781C082E5DB562 , 0xD664AB2EB2E94BD286B52297AFBFA229 , 0xD6C2ED6E82254FC9A502A5F5E1D26356 , 0xD6F6780A31854142974C0372BF28C77F , 0xD73E16D28EFF419D9649067012F694A2 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD7598D9A84CB4294B0037243826A2E44 , 0xD76934ADFB1F4BA98A677B45091C3DD4 , 0xD81BA6BBFEC0431D9106075E359AA7DC , 0xD88E2F820F774503B7E0F8EAE68F5CC1 , 0xD8FB32693B9845D6A8960AA1C9BF09D7 , 0xDA529954F1874F398FD401F109DE9BEB , 0xDB5460FD7959419788EC414BE3947D20 , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xDC7487729044444198EAAD719A5CACA7 , 0xDC876C5C48E34BAFA9DBB8A1B2BAF2A8 , 0xDCA7ACD1C4174D47A7EBE9ED4D690F4F , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xDDF563281CC74AB3832A044EEFAC1891 , 0xDE0A77C2701946088FF67DBFCE1840A2 , 0xDEF3E3C98A1F473E86E8DC4AF1D83E5C , 0xDF09116A82EF481F96709CF61D6EE2EB , 0xDF985E739ACB48549C716E8C09282D77 , 0xE02E60DCA1D345C587639A6DC159EFD9 , 0xE11A293B32004E49A951C451C1A60512 , 0xE15DDB60CD6D4CE690A5765CF341F7B4 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xE280877F73784B47A03C0EE3148C9EFA , 0xE2A3650BFD7C41B1B92AB2A51E5C7899 , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0xE351B2E093D443309BC011CE0E3D5581 , 0xE4E5BDA9848C43FA9295A3D3E0BAE64D , 0xE4F613D76B8E43A082E290993AE17A73 , 0xE520AD8BE28048D1A0A7794A5F76740A , 0xE578F6BC67DB41FAA4296BC79299EBDE , 0xE57BFB0519524B4D84CA679B8E30CCD9 , 0xE598F6B878104C148616CA401E33FFDB , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xE875FA8F02EA4FB2A896E60A66B34CA8 , 0xE9242776086E426FB096CC3928A9CA56 , 0xEA2AA7BC07A24CD1AD1AF9970C8C389F , 0xEA5ED02085434657B84646E25D0EA447 , 0xEA72A169AA5D4806A0542A9C12611C18 , 0xEAC6AE0A8B614E1A81215B395964AECE , 0xEB8BB6F518E14069A6F82747898156B7 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0xEBCEBDC505074EE18EBC8C980E513410 , 0xEC3D08F336BA4E29878892A8C3FC119D , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0xEE5AEC7758C9496CA9FA84C052F6E6C4 , 0xEE7E406E90074A738D0A763262748907 , 0xEE900C9B11664AE6B9DE1F22487243A3 , 0xEE932F4A0B01460B8F39F41650F8476F , 0xEEB1172BEAE2404DB1C08D564BAA658D , 0xEF087C847A2A4D1D868549F8F6D60C62 , 0xEF99AE67A8F34E458157BFA21DA2E93D , 0xEFA1408CCAEA4DADA6B66609123E0411 , 0xF04BE70CFECC4A349A383AF89B44F74D , 0xF161815C6986420E8F1D0BE3880DEA96 , 0xF174C44D91084AFCA713C748B83B86D8 , 0xF1C01478C4F643FC8294BD0B5426E2A0 , 0xF2BC21D65DD04A15808AFBE09022541A , 0xF3081CF4D1D445308B59D6C4EF310D35 , 0xF441BF9C66054F22855D99B2667B76CE , 0xF475575C0F7E4845A3312B585AF9979C , 0xF4CF3FE929374410B6A81FE80AF39E84 , 0xF54A833E1ADB445C93AAD053EC65081E , 0xF563D68B01184E29B3286CA5F827F18D , 0xF5CA12F476694DEEA6F3896700840A10 , 0xF6B6AE70827E4462AB0CCCDA2205D0CE , 0xF6FB9ED553DA420D985086F9959ACB86 , 0xF7487D090F9A4E7289EF02DBCEC7CA0A , 0xF7597433E21E417595240E3DE3E886C1 , 0xF79C47B54E4647FC8CCE0674A8931DE8 , 0xF7C7B9C86CF140EE8785F71C1969A227 , 0xF7E08DCDC51E41B4AD81103BCE005171 , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0xF86E0835238B443A98BA0DC0E96A0705 , 0xF8E9E58D26754B1EBED08130646FD4C6 , 0xF94C66675A5C48C09E2362BFB014A92B , 0xF9A4DF52194F48F0AAA3C254CDB0B90E , 0xFAB646F05C4B4C48BAB45307226DBACA , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFCAE21499BF54F6498A02D6F078EC4FC , 0xFD2373B61AB844D6ACFD6FEB956CA7AE , 0xFE27783C195441D4A81D26CA1782835E , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFFCCEF673D88431094FE4BEC714ADEA1 )));
Copy
87
0.26 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"³µÝl3BJŃÏ×%÷3Á÷ "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0xFCE6ED6C33424A8F9FD89E25F633B5F6 );
Copy
88
0.29 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C ;
Copy
89
0.36 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/ersatzteilfinder/125-supermoto-2001-modelcode-112615 "
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/125-supermoto-2001-modelcode-112615' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.50 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
91
0.24 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.19 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.27 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.26 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.17 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
0.15 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT iso FROM snippet_set WHERE id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
97
0.25 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.60 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.52 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.24 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.61 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.41 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.40 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.22 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
1.07 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.59 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
1.02 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.89 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
109
0.48 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
110
0.56 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `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.45 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
13.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/019fd61188597109b4eae657cf2de774 "
"/navigation/075251ee45644d14bfeae2fce50073a0 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58 "
"/navigation/07d6d4c2753d4315814435763a756eb6 "
"/navigation/4784c622e7b34b139d9852ed9fb53adb "
"/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c "
"/navigation/7ca22766fd2846b39712928cd77b169b "
"/navigation/cc590dbc44b740169864cd7c989ddad0 "
"/navigation/275477acc6364fcbb3d3bfbe17317800 "
"/navigation/57e065cd29a24cb3b2d9fc39fc2abf50 "
"/navigation/aefcfa1180634bb98635452ad2dcdbf7 "
"/navigation/bda1448fb6f1449eae78e06d3dd07df3 "
"/navigation/2c38112820554a9598f0c8e77373625c "
"/navigation/310cbec927954c1ca5d68a3a49b532c7 "
"/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa "
"/navigation/c7643e90932e42f594f15a536998ed66 "
"/navigation/3abc5229293848c9b2fc1b27fd3d8421 "
"/navigation/514a31209c6e45c5b7f05cf2ce9205fb "
"/navigation/8539a768e5ce4f168833f890bae1d0a6 "
"/navigation/0923017eea79437bb043b5b0673e115f "
"/navigation/c6f322e9a6294eb896f7bb669251f305 "
"/navigation/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/navigation/8cfeb9558d524e17827ec792492c9122 "
"/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3 "
"/navigation/a3668172f857425f9bfe53224046ba51 "
"/navigation/505fcc508c4e47eb99d8e4627fe8bd32 "
"/navigation/82738af02a084bbdb851e11e8ec598dc "
"/navigation/aab03d74404b481ba120fb9530426d47 "
"/navigation/018c9125ea874ae287429a2cefd1f2d0 "
"/navigation/1a5c6210666443f19920fa7686428657 "
"/navigation/76780ee5e68042aab5f6574d7e25dcd3 "
"/navigation/bef74106cc0b4125978553246ff16ad6 "
"/navigation/c4aa5e8624d24b30b0312e22701162d6 "
"/navigation/c6dc84aee6e1469696ac2299c312fde9 "
"/navigation/d62f763a8391413b81a164ea482db739 "
"/navigation/dfdf2340aca14881a6652d08e7656163 "
"/navigation/ab1de20b216545318a6cdad2ee7e2a82 "
"/navigation/afed1ddda6d849c49d00ca0932a75b70 "
"/navigation/b55d905661614a2fa7f585ef697d6cfe "
"/navigation/c7156d3692b345c69d8c93126625814e "
"/navigation/004440dd20754671ada9bf79a2b75fbc "
"/navigation/0b73a534bf5044ed9dd6af4e301fc006 "
"/navigation/c9d1a6f276f24c67b7c66222804db52c "
"/navigation/f57dc8356f054004b0b2ae82257e6ab4 "
"/navigation/cd3cfa833d6046b89a14935aee1a7f8f "
"/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af "
"/navigation/a316e8972e0041bfa756d6f7acc23e7d "
"/navigation/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/49f823826b384871aec230ae7ee2f154 "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/navigation/7b34af3a47cb4c3ba3188ed1cee83967 "
"/navigation/7758ea41858d4231ad3623921c73e531 "
"/navigation/68376253ee4542d7aa4d93ac4958eb0a "
"/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e "
"/navigation/d867ffee71f646f09b1c069b267201e0 "
"/navigation/4fed7b490a09439dbe58747fe74f3e5d "
"/navigation/cf5a0b4136834eac88874e7ff81b8ba5 "
"/navigation/f19faba35fa04f30a1bdd354b051f625 "
"/navigation/4bc032eef6364672a0d09b8abe93d55e "
"/navigation/33b309eb71bc4c2a9976970795d500fa "
"/navigation/6dba75696b5148139136de033ffc6382 "
"/navigation/be2f3ca764534022a2ba79f972c9679d "
"/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6 "
"/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef "
"/navigation/7b7970e14b87448fb41d825fcec350d0 "
"/navigation/7d34ea33ebd2430b84ca71a999e7b708 "
"/navigation/abfa97de640b48c7a6afa067b88812bc "
"/navigation/1f423e85c6eb494980b22dde93e64a9c "
"/navigation/876b21ae9d7c41498115b90823beeb7b "
"/navigation/2b29710e5f0f44a8825513b4e6e2a98d "
"/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8 "
"/navigation/671bb3d9919346a1a0187fba6835a133 "
"/navigation/dfe70840626a4a9a88c56999fb42852b "
"/navigation/e4ae50f24b8d4d6483cbea48cedb146b "
"/navigation/73e9c784d8c448d8a7e304117eed2293 "
"/navigation/8fa76c45c7a14b1ca93353f7b1f85411 "
"/navigation/f2e70390e9e34ceda7549b53800c1e08 "
"/navigation/0bc41cae5ab441458dce00de02107388 "
"/navigation/5f149c7e1b2b48f9ae6364de8ce288fe "
"/navigation/903d01af296c4a2391205affb24423c2 "
"/navigation/89364c27afac40fa9ead1ec3136ec684 "
"/navigation/aecbd0f4de0742199dd75fadddec2013 "
"/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0 "
"/navigation/bccc5c020811472196379229044dc7fd "
"/navigation/2db3c8aa857a4bc6a6d11e3438350063 "
"/navigation/068567f45f424e389167089941c407ec "
"/navigation/165d387e909249889e89cd6584e6c81c "
"/navigation/20e44a7345fa48468f3d0e2298b4f067 "
"/navigation/224193720c2a4a45bc96cb2d055655ba "
"/navigation/3c24eab57c3d445698f26534ea18e660 "
"/navigation/444424ff93914a27a401e920bb33976e "
"/navigation/72202b824a384e9a8c11ae6afe2a9d75 "
"/navigation/7b182711a1294f69ae2266b5e37b5bc4 "
"/navigation/83868e2e81b340bfa067343e71965085 "
"/navigation/89d46426d44c4442993d4b524afc59a4 "
"/navigation/a16abde2699547c2b823b86c6b48d0d7 "
"/navigation/a3025fff20374024b907cddab6c39d43 "
"/navigation/d14cb43cbcf245eea471b31b87876e6d "
"/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d "
"/navigation/e5c66ca00fd140229735738d20618e8c "
"/navigation/b613bcea17d94cd68c0f1b01c96a843f "
"/navigation/f65330b5335b43a8ba39baec7d44aa54 "
"/navigation/fb3986cb89834cf3a3b42c5a651034a5 "
"/navigation/9eb6e1f2d32e4679aa85298c3e2fd678 "
"/navigation/a5d30272319c4e6f8577b8f344013d34 "
"/navigation/5be3b86f12b94044a39420702328fe79 "
"/navigation/e40c020ad4b74db7bc3e2e88c4c27be8 "
"/navigation/ab078ca87be74c748a7e971e766ceaf3 "
"/navigation/efef8f302349446dac0f0d67631b70cf "
"/navigation/f5e01e9054514b68a8653c5a4f2e5ee1 "
"/navigation/e485c99ca374414e851e1bae3f10af8e "
"/navigation/2fb093f95507419987f178312f1a3159 "
"/navigation/4823a61385b44ff1acf4e6382ddc6ed4 "
"/navigation/a6abb398e64e45f1895b6666ef5c48d1 "
"/navigation/00f37e830a0348d09705a9612c8c8cba "
"/navigation/71ca1150915f49e5a1f2fd538909d05a "
"/navigation/1c5e979155a844539448db12fd5ee768 "
"/navigation/8880adde82fa414eb680521ec3b57c4a "
"/navigation/edd74ffcfbd44ba9904d355f05d440a6 "
"/navigation/29bbfc2eb6d444f08a34e46f60b76e17 "
"/navigation/9228dba7d8ff47a897c5e6125f40dae0 "
"/navigation/500fe37e8fab4ec686d79803e58a8133 "
"/navigation/defbeb767ca44c1b970ab994d662a6a2 "
"/navigation/5d1b4c4fdc094289932a615f81db335b "
"/navigation/b3fcd7cc2e684a8b96f82adbb8615f55 "
"/navigation/1f6fc0d096e4433f847169a8653f9872 "
"/navigation/cdf0a23d5d72433783ef241128a9b070 "
"/navigation/273527558c5e4e2cb3168fbfbbf6db0e "
"/navigation/0fc49a5d23ec4742845d4d31898f67f2 "
"/navigation/9870b54fef794c4b87791c9dbc9b83b9 "
"/navigation/91314c7682154e58a203d7deb3c46e25 "
"/navigation/0198a84419397e96ae8527630cef7f63 "
"/navigation/019c03b8fcaa72dc9e2c6dd03b04916d "
"/navigation/5fdbefa88b0942d28155aa77fb9d1ef2 "
"/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27 "
"/navigation/6abcc304f8c84933a719a126f42a6651 "
"/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3 "
"/navigation/ea2fc00d192244b3b852128b45d74842 "
"/navigation/2a5c8fc96ef04011aef499b2fb4faca4 "
"/navigation/01971690d7e97455bdb6a13033fc4bea "
"/navigation/01971691bb387f7f8d6fa68ac5bc78b0 "
"/navigation/019a7cc2c0ed7c48bfd77766e7197c67 "
"/navigation/019841caba81739d847aaec4495335dd "
"/navigation/c760008290d84dbaae3f6f4b83269ddd "
"/navigation/019aea2480627a599fd1d0db6122e224 "
"/navigation/0197169587bc7ef2832928391108aef6 "
"/navigation/01992f21513c7fca831141b67a0ba2a6 "
"/navigation/0199288800f87feaabd6d217f0254df0 "
"/navigation/01983b68543b7476b25d1ed5006cd884 "
"/navigation/572804a509e74ad58d18d52ef0cfeb3c "
"/navigation/0199772279547efd8f94e76789b316b3 "
"/detail/7d9e2720cba04dd0b05058669e1f965e "
"/detail/4c13347f4d3a49c788cba40b8fea6a73 "
"/detail/b072cc05c93e44d6bf2a88d803eb3837 "
"/detail/9b29808957da4846bd3a719051568f1b "
"/detail/c105afb04bb44b2c86c19a7cac038bb9 "
"/detail/df985e739acb48549c716e8c09282d77 "
"/detail/370ffe3ba5fd4ea492d19f8bb482f6bc "
"/detail/6b1e1d2fc9aa44778a413fbac60b4ed6 "
"/detail/0198cc7f3e447214a848528de060a0ed "
"/detail/67797097e13f42eda86257c71c427a28 "
"/detail/61ec67143fe44378a347496708ace4f5 "
"/detail/e57bfb0519524b4d84ca679b8e30ccd9 "
"/detail/aa84c9a090dd44de96c3ecbedaf506eb "
"/detail/81152c3787a148d4b16100936b96453d "
"/detail/3588374ddaa8427c81d359c9c2d5ce9b "
"/detail/517d44428cef4a1cb308b14b595ac070 "
"/detail/224646719ca8445684e02ec785ff051a "
"/detail/aa3031f9fd724dbc9fed884ea62b3cdd "
"/detail/513caf91af5642108b97955d92545dda "
"/detail/4add4adf7e9e483ab496159a04cb7c0a "
"/detail/78564017ef234bf9a78932629948724e "
"/detail/65f50175750e40f49d9abfe00b65cc62 "
"/detail/49925450e8bd428ba74b52a3f6484315 "
"/detail/2a818397e3294237a8df67164477975b "
"/detail/f7c7b9c86cf140ee8785f71c1969a227 "
"/detail/a0b3ba6665e14a1a8f7f78366f2c1b7f "
"/detail/ee7e406e90074a738d0a763262748907 "
"/detail/b2cac361fa464b678695d558ee29b098 "
"/detail/eeb1172beae2404db1c08d564baa658d "
"/detail/d7598d9a84cb4294b0037243826a2e44 "
"/detail/f441bf9c66054f22855d99b2667b76ce "
"/detail/c5491401894a4d97a54b4ef547a68317 "
"/detail/0247791b45054c689dc340a2c29e97c3 "
"/detail/ca60856d40f8414fac23be931b9f69e4 "
"/detail/d53def18874c4ac18b224fbc07554900 "
"/detail/49b67a69375f4ea49f5963ee948a843f "
"/detail/e15ddb60cd6d4ce690a5765cf341f7b4 "
"/detail/5236a826ee164f7089a227d4e48f810f "
"/detail/9e43a614f83540769b8d47b80b0090e8 "
"/detail/d398c2ddebc444f6a74dc3133125987f "
"/detail/e520ad8be28048d1a0a7794a5f76740a "
"/detail/f8e9e58d26754b1ebed08130646fd4c6 "
"/detail/6468440d7cd145cc95a59bb02d76cf85 "
"/detail/df09116a82ef481f96709cf61d6ee2eb "
"/detail/435d7c4b13af42c8999958951856c04c "
"/detail/dcbce2570bcd427e9b15d60beb70c206 "
"/detail/caf11042ce174fa78b82ed67c48198c7 "
"/detail/b2fd8c0637684d0b9e54627b97b4ad8b "
"/detail/63059e984e614be2bf39ff9c45fa241c "
"/detail/40b623e6de1a4b63b6d9b888193aa09d "
"/detail/08fe3fb5188b4a49bb9ff8250e4c83c1 "
"/detail/ff5f7e5baeba4fda98a4c1abd9171bce "
"/detail/0b4240de68a5461fac990789bf37f906 "
"/detail/ae48ec90420b4922bbf9c3cd00ec066d "
"/detail/851e709ec0494e35aa3d738142c37e9e "
"/detail/baaf0501442649a780e5481b2d0ca46d "
"/detail/2e7b613304dd4c96824d1be6ffd83190 "
"/detail/99eb30031dc3465c8fe88a9c89476e57 "
"/detail/6ac99b6a187a49d0962e40890ac916f7 "
"/detail/fe59b7bdda6d4ccca68b442619bce23a "
"/detail/43e967738cf84884871f33667b1ee2e4 "
"/detail/9b7807ea02e44cc7a361d4904be33486 "
"/detail/c3709f5d2dd14c66bbe914feeec20301 "
"/detail/882a0d90845c46c9bb019659a615f235 "
"/detail/28fe06a1fc734928a6e5826aebebf375 "
"/detail/573559a9f895408589778580ec253153 "
"/detail/fcae21499bf54f6498a02d6f078ec4fc "
"/detail/60a3cc9218ca47219a0e3c04a3023893 "
"/detail/54b0c24616ad4ca7a7d66e90f5f86dfc "
"/detail/8517ab5d7ae441f7ba18f166791d634f "
"/detail/5832f19c1a3b4fab94c70f9414441385 "
"/detail/672c8b56c1264262a788d74fd6199d15 "
"/detail/37433be6c23a4987a6a18b46e5a25823 "
"/detail/ea5ed02085434657b84646e25d0ea447 "
"/detail/51070503953f46338ae553aad8369b0f "
"/detail/42843c39f20e4f23a599575776b060c2 "
"/detail/d18207690ccf4e2eb1ea56bbd79d4416 "
"/detail/f6b6ae70827e4462ab0cccda2205d0ce "
"/detail/ea2aa7bc07a24cd1ad1af9970c8c389f "
"/detail/a0f9a41d35d74a80a65bbadb8938a469 "
"/detail/d8fb32693b9845d6a8960aa1c9bf09d7 "
"/detail/5bd03c5e78784a24bc37512733b31b69 "
"/detail/34bd9f63a3ec4975a9b52404eb050a03 "
"/detail/713926d151e34a48aea53aca24960624 "
"/detail/d41eb0c222144539b4cc6be94b1d8925 "
"/detail/404c3c66aa574b1fbda3dd078b083aef "
"/detail/28de2a424c424e30a0875391f343da57 "
"/detail/e7cdad3880984ae0bb9f0ba48f0d37cd "
"/detail/28916adf88504c208540d811b87234cb "
"/detail/51c9055d34da40a0a32b351e8de28243 "
"/detail/1ffe9d3abba04650b28f4122649d4f76 "
"/detail/da529954f1874f398fd401f109de9beb "
"/detail/5c03eb1dc4c44395918697871b76824e "
"/detail/de0a77c2701946088ff67dbfce1840a2 "
"/detail/244b6030fffd4529a4d015be50ba2225 "
"/detail/e794fca7a9f5459a9503de5a4fd3ae10 "
"/detail/f5ca12f476694deea6f3896700840a10 "
"/detail/81f3f318cc9f4ebabda85c3650ff1f56 "
"/detail/481078a8a1154b838281d129f2c084cb "
"/detail/7df22e4234ea41e9821ecf11f32da26f "
"/detail/3dcc27da95be40c9abe5eaa2b046513d "
"/detail/a37afcf1b353492899d7ad30e1813739 "
"/detail/d531ba17c8f44e0b8ecfb43ddd695b62 "
"/detail/c6e3fe08068e40d6b73aed490df8a6ae "
"/detail/97ce3c6b3fea47b7abdf18d508e9cd36 "
"/detail/506d963047e34b77bcd1f35f2fca8c7f "
"/detail/90b834bbf2de4d0ba79fb954e98ba2d5 "
"/detail/6086c696ed2c4ab0b2631cf6889048bd "
"/detail/e3226bf41a7842aab7f9cd436f1e8c3e "
"/detail/b23e7b9f6f8f41ff9857b814a8af090a "
"/detail/ef99ae67a8f34e458157bfa21da2e93d "
"/detail/3d621b0536104dafb046fd07c68dc2bb "
"/detail/1dd2d3f38acb439e93f35f65f9b7d974 "
"/detail/475e88385d6446428c02af5eb3aad086 "
"/detail/cb27a941bb53496493889572ab9a7337 "
"/detail/7e343212f7d849278d9336a7fe9d2d83 "
"/detail/986b22337f9d49589976a6c1e914e9d3 "
"/detail/ffccef673d88431094fe4bec714adea1 "
"/detail/a4ba48bdf5db414ba60bce1ebf77096b "
"/detail/dc4bca56cd39464e9ef554ee88628a1a "
"/detail/18e7615cd00949da816191094aa5d29f "
"/detail/22c557f6b7554c23801a88e7876a2603 "
"/detail/c7841340237141fd9773b0b75d97fe5e "
"/detail/5181da93b4f94f9b81b617f08e635b5f "
"/detail/89bbe4f8fe454128a7c840758a9d5f3a "
"/detail/4b5ca3cb7a1f441490ec66957ee83816 "
"/detail/9e45d926dadc40fcbfa3d8068def99be "
"/detail/80734d6e67bc465aafeba438842a65c7 "
"/detail/ea72a169aa5d4806a0542a9c12611c18 "
"/detail/042f2621f9b04a88894236c9a1a266dc "
"/detail/b697f97101eb40429bf34459155ff5b9 "
"/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad "
"/detail/544a2015944b40c085239bef584aedda "
"/detail/b1ba85be51d140c3b95869fc2fe9195d "
"/detail/d744bf7892ae4da48aba62c8bbf2d386 "
"/detail/4d5c7d95d34d404c8cfce209c80246b0 "
"/detail/db5460fd7959419788ec414be3947d20 "
"/detail/bcf25eff26a04f17b41f44e1c48e049a "
"/detail/fe27783c195441d4a81d26ca1782835e "
"/detail/705e4500e8c54b5ab9726fbd366b9083 "
"/detail/a8c75a2f03de4066a92a69f9d397277d "
"/detail/6473930b92124a939a0726490fe42f64 "
"/detail/c492401de4124a2dacf2f49db63d31ca "
"/detail/dc7487729044444198eaad719a5caca7 "
"/detail/5ead1daa63064d21abc7e3554d3a9640 "
"/detail/a34d0614c2e1433585e1fc3c077dca45 "
"/detail/e2a3650bfd7c41b1b92ab2a51e5c7899 "
"/detail/79c9d3a631de4e089b25c1f3b1fb7f64 "
"/detail/325d9971a9374392aea1ca0be1bceccb "
"/detail/016e8c0882bd4f25acfad4431b428d43 "
"/detail/c06b5e575c4a457fbd37ef869c02513b "
"/detail/513ab9793dd541e6a6dff9033f99756f "
"/detail/75950f9a8a9e479799900e82895bd54d "
"/detail/084ad517060548969bf4e502798c7804 "
"/detail/bb8f97f4f10e42fa8921582426d22285 "
"/detail/8bb5548a73a7428d980ba256d3e41e6f "
"/detail/f82a8f4a5f6a40089a913f1f16da9fcd "
"/detail/5d77219de0154c0bac2a8837c841f841 "
"/detail/58e15680a170476cba641c844883ef0b "
"/detail/2b02765382a240218b667c601097ae5a "
"/detail/0020c6902d234c64a6448c6f319935fa "
"/detail/bd9b273f45ac40478a3165d9f8580223 "
"/detail/81f4c37e3eba4761bbc16264ecd58779 "
"/detail/98428dab5b8045bcbcbe767dd35fd311 "
"/detail/5289c9ac1e1a4525b028566bcf32c7d8 "
"/detail/fca1613aa50444608ef93a7ca5d619ea "
"/detail/62fd24f7d9de4e3f8ac0162af6c77547 "
"/detail/0cf665757b114488b50086b62e4ba9f2 "
"/detail/977b122d3c4c41a2b9b31ec858c64386 "
"/detail/0636563a748c446da08a76f1712022c1 "
"/detail/665373766f2b4618a12287e0a3d70e26 "
"/detail/28e74198aa3e4ca596e82d5481068904 "
"/detail/f79c47b54e4647fc8cce0674a8931de8 "
"/detail/61d0c4ad19ca41f8bec59bc811cf0775 "
"/detail/f161815c6986420e8f1d0be3880dea96 "
"/detail/eb8bb6f518e14069a6f82747898156b7 "
"/detail/2df837200cf440d5b49d1d74384c0dd0 "
"/detail/a34a206fc24f407e9af91e9f21b0028d "
"/detail/00b7492ae41749aa934e3b5de1ef23a9 "
"/detail/ddf563281cc74ab3832a044eefac1891 "
"/detail/60542cbae796468ca7f948df15869b80 "
"/detail/6d0770084b0d42228a102325315ecdf9 "
"/detail/c99b06b482664ea5b0a9a1e85c71e678 "
"/detail/06cc3c21be7f4f78a486f73054751394 "
"/detail/6cd8340b92b9411b8c9a1bb35653a7ef "
"/detail/2ea886b3b2fd47b8bd3fb3b0f8ecf289 "
"/detail/642decefc90a4d6b80fd2bc4ec5f73d6 "
"/detail/aacc3e0be1f84b239761735f57505826 "
"/detail/4885a0555c2f484ebe0f6ec84202990e "
"/detail/c162d1415f6044e190fc668ec69144c9 "
"/detail/710722a6ba5d4310bfcce4bc80d05dba "
"/detail/227b7731b18544ecb4e6ad3523237794 "
"/detail/f6fb9ed553da420d985086f9959acb86 "
"/detail/345d9f83b72e4f01a13269a1003bbd2f "
"/detail/ac1162b528ea406783971511086eff2f "
"/detail/c193c5c3677240ba8498cb282694a75a "
"/detail/3a606f0040f04fe88fdb1df4d774ec41 "
"/detail/7629630d820f46e0a2ce0df9294a55ea "
"/detail/eac6ae0a8b614e1a81215b395964aece "
"/detail/f1c01478c4f643fc8294bd0b5426e2a0 "
"/detail/6453442412c0404e9f510653844d6f49 "
"/detail/0e56c79bb26b423dac3b0733a0d12505 "
"/detail/f3081cf4d1d445308b59d6c4ef310d35 "
"/detail/a94cfdb36a34413f8b774e70d8173a8d "
"/detail/ee56b117ca1d45d5aa1e74c5a31c88a8 "
"/detail/9d11b3596f6c4ee5825751227b3d8778 "
"/detail/643e3c9842bc427da19947c84c6a2158 "
"/detail/f7487d090f9a4e7289ef02dbcec7ca0a "
"/detail/79c1b44237dd4ae9a7c9ee13908152c8 "
"/detail/4a70366e3df44f5baf05f6a30e10e0e9 "
"/detail/33642c63778543a882507365a28d4e4e "
"/detail/59b8ce25c30c4f238976e5db00e0f2f7 "
"/detail/4bb1a177c3f441df91fe4db9a39338a2 "
"/detail/17e989a20ff542de84f68ae783d88dad "
"/detail/d296d305f58f4c2a81c6add6ec0fa5bd "
"/detail/820b1819da7240fa94526e890be68bb8 "
"/detail/1f9a13abcb954fb388ec07a83447e432 "
"/detail/b3fcce77b3da4153b8a7c25127335b04 "
"/detail/d5366da7f4114d9a9b7795cf4252be33 "
"/detail/e11a293b32004e49a951c451c1a60512 "
"/detail/3b1e50d6d0bb4c9e957045944ddb9a8f "
"/detail/209a898c7d9c436a8458be35b096d932 "
"/detail/9340b87922cf4fe49aa107ec4fe56cc5 "
"/detail/f4cf3fe929374410b6a81fe80af39e84 "
"/detail/b02694c45af740419f718c41e52971cf "
"/detail/05816584747c426f9371c7f5f52b001d "
"/detail/329849610cf643a8973ec27b03de6bea "
"/detail/844a40449f764ced9154c1645d43129f "
"/detail/32deb00b9cd047e6b8949615b4dc50be "
"/detail/2c12e7b1611147ebaaf6c03652eb1f98 "
"/detail/4301f27076d0402286600ad3f35c5001 "
"/detail/35672c2a1b5a469c8503c77d310989be "
"/detail/c5fc373e41c54f27976784ca73203891 "
"/detail/0533dc2c4bf342ddbcf30366efc8cd3b "
"/detail/d73e16d28eff419d9649067012f694a2 "
"/detail/68539123a97947df9a0acf4fa9de5ec9 "
"/detail/d88e2f820f774503b7e0f8eae68f5cc1 "
"/detail/4c1045cb17c84be1b421cbb7fd7d7a13 "
"/detail/3fd592249b54411f97204f136cfa69e5 "
"/detail/8a776404f2294123b0f94de696d93e9c "
"/detail/a9d230d3d09c41edbc8010a4dd6f66c4 "
"/detail/f94c66675a5c48c09e2362bfb014a92b "
"/detail/f475575c0f7e4845a3312b585af9979c "
"/detail/a0ba480c6574462fb41de76eece5a313 "
"/detail/1f94b4fcad59402d87608ca161b1badd "
"/detail/c87fb19937ce4ed099d4c3be35adbd82 "
"/detail/4ba66f63f76b4b018005c56549fdbe7a "
"/detail/65924da8c9d24e688564eb45ea37c0e6 "
"/detail/2ed6e878ef314f72aae9e01d4a8c22c7 "
"/detail/83e8d52c3b33450894ff7e57e8339d15 "
"/detail/2a4ebddf2fa44ca6a1b728d359cfa15e "
"/detail/96e38a2acc4d4d00babfd605490fb99a "
"/detail/799e29169fe34e0da8cd9d76df9a6365 "
"/detail/4e46d707aec84439880b447d9e7f6395 "
"/detail/f563d68b01184e29b3286ca5f827f18d "
"/detail/3999cad63fac4eb19dc1bf1538139751 "
"/detail/d63710bc268943bd86781c082e5db562 "
"/detail/a05c8aacac1c4100b2ac5235cf620d75 "
"/detail/ebc2c9c1cd36485e931b74457ff137b7 "
"/detail/058907348d8d410ebd3e4bb59fcf9b79 "
"/detail/6c7d9532c9a84299b0d35b0a3685dab8 "
"/detail/f7e08dcdc51e41b4ad81103bce005171 "
"/detail/1e2a113d5b974e59be151319f5e50886 "
"/detail/29cebf2a0c494e4c81521031272575d6 "
"/detail/38711728721047b48a31e5891ebd8916 "
"/detail/3e3edee1a8ec462882aac60ea45328a3 "
"/detail/3ad3f976086342e4bf553881600eb6de "
"/detail/51e53581f7b54015a1105eec55ac1ec2 "
"/detail/9342b8b153f6436aa71facb1d5b03a2a "
"/detail/741500ba33a441e48a483f12ed293dff "
"/detail/e280877f73784b47a03c0ee3148c9efa "
"/detail/5c78ee57bc374417b20442368cd9737a "
"/detail/f04be70cfecc4a349a383af89b44f74d "
"/detail/d406208f0aae4dfa8af21ac55e4b1d38 "
"/detail/8d348ef7b0f542288165b88af71ce6bf "
"/detail/5ffeba2b54db4393852b1502a30631af "
"/detail/adf28c1b866641ca80805eda0f657e47 "
"/detail/5edf68c529c648eb95155aa0caf3fc69 "
"/detail/bbf0ff5685e6428ca8b8fa1aa971ea06 "
"/detail/44525a9d12e0435ab40c89d22a83d997 "
"/detail/56b414fda9c649a198280627cbebfe26 "
"/detail/a6fb1300d81f486aa4112e1189ae9224 "
"/detail/3ff7c87385d54733bfb9ca400510d46b "
"/detail/adfe19556a6541c18eb0e5e11a20da01 "
"/detail/462b55a7e93449769e4fb7cf6c8cfaaf "
"/detail/42e1faeb81344eb0aaf5b6b0608e1ed6 "
"/detail/897559365ee84361bc097187611bedef "
"/detail/f9a4df52194f48f0aaa3c254cdb0b90e "
"/detail/cd3ccd244444443dbe5d24d25d29e1d6 "
"/detail/211dd25663914c5187da38e90e5c8df7 "
"/detail/019bbbe5841771d69787aa6a5cf3f893 "
"/detail/a90ac493baa84d638f59267925de06f5 "
"/detail/d2fa9f59192d4ee48b389e6cf1c07423 "
"/detail/9803ef0a5bd64df7925d48b7e0849934 "
"/detail/78842c1f55f842a3b0fca229c9bc9ab1 "
"/detail/3ebe73473bfd4b72b42c3cf474e377f8 "
"/detail/b274d41a3a7149178f531350adeb759f "
"/detail/4600ae3044ee4a59b3bdc5a0fb21e111 "
"/detail/7a3118d0030b47a396c48fb0cce58f93 "
"/detail/0bc4247edeb244bd8ef0af3537f67350 "
"/detail/4e80ebd1d4b8451e9ab4f4756e9feb26 "
"/detail/ec3d08f336ba4e29878892a8c3fc119d "
"/detail/401b284933b44a759928f6a2b73147c1 "
"/detail/b4652ef196834b4790765ce9735d0e3f "
"/detail/5f1407f916014e1391013eadb2a3ac68 "
"/detail/def3e3c98a1f473e86e8dc4af1d83e5c "
"/detail/a7d88cf9500144d1a75ca462fbcfe479 "
"/detail/b1738555c4054510acaf3356db1d6621 "
"/detail/677a415e3a0247c088ead5274337b201 "
"/detail/7dea6638020244e99c87066cb41c90a3 "
"/detail/637b9ffd93404cf9acda71ea709e6475 "
"/detail/019932247ca17b35a88881a64b8fce28 "
"/detail/54597ebc3b3f42d4923984eab61dea5c "
"/detail/6bfc1158030244d69dbe85610cf72b40 "
"/detail/79e9d5f3f1014e72aa38235a8861780c "
"/detail/86a1eeadbc7942cd815d907d267d6433 "
"/detail/55690e1d4c6743d7be1b594b912fe5e4 "
"/detail/c471d959313e46d1a15e773223fee1bf "
"/detail/54f392031a0e42fb97911f4796d0d7ff "
"/detail/1b467ab29cb84e759e428a4d2d7f452b "
"/detail/7534cf4ee7cd4fccaf1b5f6c45b36f46 "
"/detail/72cd565637124724b42b83eb7e1b36f1 "
"/detail/7ac5b8f1fef24a7ab6856e625edf4022 "
"/detail/ef087c847a2a4d1d868549f8f6d60c62 "
"/detail/988ae395a3fc432cb0a2f00be78f5a1e "
"/detail/5bf4349d125f486399fed5d10d0566d2 "
"/detail/efa1408ccaea4dada6b66609123e0411 "
"/detail/6ab512f943744ff08b5fd6435821ca33 "
"/detail/7be82df813cb4b01a53da47007bcd850 "
"/detail/47bdd0a8927f43f18c356ada1273b095 "
"/detail/5e517a09acf64a9d9ca91656a88e305e "
"/detail/14b1de5aca20445fbda8df239ce3a676 "
"/detail/80b57565de15441ebd2db6874c7f10fa "
"/detail/11e608859ca04585a8c8b8f23e426788 "
"/detail/a77395a6974649e6930b2ecf1ca745d4 "
"/detail/2010fd862da04c30ae3164bdeac6a049 "
"/detail/ee5aec7758c9496ca9fa84c052f6e6c4 "
"/detail/8f7cc5a9e91e41718da5f292f842c62e "
"/detail/5123563d4a9b4481a7f148c2c143c165 "
"/detail/aa967d37b5c54dec9de460b25a2bd933 "
"/detail/e578f6bc67db41faa4296bc79299ebde "
"/detail/a2be0f12ddb4434aa714dda3d26e4fdc "
"/detail/b56f9821068745cf9c35689d88c964f3 "
"/detail/75c541aacdd9450cb757717d70d15bbb "
"/detail/0669107865b74949850d775b8358df43 "
"/detail/891d2ff353eb425c93541de2a50cac6f "
"/detail/ce371474d3844272932cb0560ba46d64 "
"/detail/9dd59bbac108405a9670c09baa646321 "
"/detail/9e2bef88f0bc42bf84ee67032b8c97a5 "
"/detail/5bdf62d471684d4b9c1819e12a49bdb5 "
"/detail/dca7acd1c4174d47a7ebe9ed4d690f4f "
"/detail/f7597433e21e417595240e3de3e886c1 "
"/detail/a4848e60ddee4a09af4527fdd1854ebc "
"/detail/94f84ab90215495590411fee68cad100 "
"/detail/d6f6780a31854142974c0372bf28c77f "
"/detail/f2bc21d65dd04a15808afbe09022541a "
"/detail/31ab21e6a10044da87e9c1aed647d319 "
"/detail/12f6d9cf5b604ffab198febc5cb23517 "
"/detail/795d1ff5f9494d5d9ce3a1908fd97636 "
"/detail/883675a127984da596918067da607e74 "
"/detail/e351b2e093d443309bc011ce0e3d5581 "
"/detail/dc876c5c48e34bafa9dbb8a1b2baf2a8 "
"/detail/2463cdd4667f462998677a397a1104f3 "
"/detail/0c2851dc72c44ba68f83a90f631c4ec5 "
"/detail/7e7be09737dd461d918c1af867176db2 "
"/detail/e4f613d76b8e43a082e290993ae17a73 "
"/detail/82a800c697ac4299b7a1331059389dcc "
"/detail/9ee769fa88a14e08aeef2539640c0155 "
"/detail/e4e5bda9848c43fa9295a3d3e0bae64d "
"/detail/be3a507cdbca45358eaf5599a029e5d1 "
"/detail/fd2373b61ab844d6acfd6feb956ca7ae "
"/detail/73d9b2a6b5d140fd930e1ad94421594c "
"/detail/f86e0835238b443a98ba0dc0e96a0705 "
"/detail/d548483f01734fa9906094b9c944076c "
"/detail/a48bf32d3b29479db8f8984a1ab3903a "
"/detail/bc54d495f82141698103436b43896042 "
"/detail/f54a833e1adb445c93aad053ec65081e "
"/detail/5c4aaca556344a71bfb29af9fd81f54b "
"/detail/d6c2ed6e82254fc9a502a5f5e1d26356 "
"/detail/7501578e27bb47bb90bd679f8598884c "
"/detail/1f535f48e4ec47cfb5c04653c5b00b4d "
"/detail/195667a941f94e998f91b62a9fcc48a0 "
"/detail/1e700370730e48e6b32ccc72d3363c7c "
"/detail/80b654b1936c4848bd32c15dd652ccc4 "
"/detail/8f71bf4f636149a7bc6e1b3079f45821 "
"/detail/c640a703821c494ba8bc9862915ad827 "
"/detail/62339f4025314370b2e2a27c9d54f21d "
"/detail/5ac3e766d4c14d63b964aae0af2706fd "
"/detail/0594cca9488f4f5592f0b2c01c658df6 "
"/detail/3ce9727c4fb94630a65fe08b30cc9151 "
"/detail/d664ab2eb2e94bd286b52297afbfa229 "
"/detail/3b3c7ff9ce2d4f7a8ac9cb4d8ddbc37c "
"/detail/54bbe7e4216e4fef996f7737a576e4eb "
"/detail/ee900c9b11664ae6b9de1f22487243a3 "
"/detail/562bcc2579af4c0293e59597bb210101 "
"/detail/02a44113fe7b490192382ed14756cfae "
"/detail/58a4fc26ecbc4e188e9083654f3a5d48 "
"/detail/d76934adfb1f4ba98a677b45091c3dd4 "
"/detail/b89b7f51499b44f2a6afb628294f6449 "
"/detail/15ce2d9099a04403af012572f9c8a739 "
"/detail/08410a58c8c44b68aab5273cfcbef26d "
"/detail/bd2a74f045cd42c7b7b1300727643c91 "
"/detail/fab646f05c4b4c48bab45307226dbaca "
"/detail/48b43dc76a4143aaa0c0bb1311eeaab0 "
"/detail/618994eec88a429da2e9bfc60c6b5b78 "
"/detail/b574e4d3cd984c71a4c4b44847328506 "
"/detail/c6db54cb223e46ac876d0b4a754916f1 "
"/detail/6240cc6a42f4439b857075c0b997b994 "
"/detail/883532f2166d419f8fbc23ba0a6ab25e "
"/detail/91c047d4ae304b3ba0514155f2e018b1 "
"/detail/94eef1416a0246078c8c4de3fcb57eec "
"/detail/c0ce13b4cc094ebeaeae8b84145b1a2e "
"/detail/27dcb1c816ca4993b84b75533b43a3c1 "
"/detail/7ae856aa2c224ffb8f2c96e4e23c103e "
"/detail/52c3774768084b93b3b9ce3b15bc9e09 "
"/detail/7f4f2f2203544f86bae78b43e2af671b "
"/detail/2070c1c33600459db6737c6f3f590c27 "
"/detail/c0b264a6f03b481daffd8b3093d58a5b "
"/detail/e875fa8f02ea4fb2a896e60a66b34ca8 "
"/detail/ca06e673c9d0430d8b8831d91e4a53fc "
"/detail/c3db40838216420995a0e33efbb83857 "
"/detail/219714dab9dd4282a7ddf96bbe42970e "
"/detail/d81ba6bbfec0431d9106075e359aa7dc "
"/detail/b3fe8a09a76c4ef8bd13818ae4567d60 "
"/detail/bfac73b9f4c64d388d9434f6d7488bcd "
"/detail/a276f2eadc434ab081123cb10365ecef "
"/detail/289e9338267a4f9f9c8acebb1c389498 "
"/detail/38c8fee1db68429e84bf2d0ff7cf28d1 "
"/detail/5ed00d0b2214467898e11032df7fd9af "
"/detail/91d7bb2748414ae58c74f5186ee918f7 "
"/detail/491fd53b187a4bc59f974c10f2915b55 "
"/detail/00aacd5e277c4d239ec16d81e35c3e7a "
"/detail/cad3c2db969442159029f97dcd0c5e57 "
"/detail/20cec645b57142ed8704c520259b6c01 "
"/detail/b455a330dafa40c4a84b69fc98dbc302 "
"/detail/ab554b7cb746427280e70ef43f5e3a4b "
"/detail/9304a464b98c4af1a9ebd8eb59d1f0e6 "
"/detail/f174c44d91084afca713c748b83b86d8 "
"/detail/a52365b14406440485d29cac5cd70f0b "
"/detail/6b9f05e201674737921d8dfbe9cd722c "
"/detail/ac8681dd5e954f9ab191e165d70d4ae6 "
"/detail/2a96dc25147d403e85d8175a139f05c5 "
"/detail/09ec9f763dfc434c92e9b7282de4cc4f "
"/detail/9f5ec73fef51480092e23c7f55d2ab48 "
"/detail/5d93afce8535428a8b8e0b6efa745ade "
"/detail/28ef4e79361849d4bac4ceb89c52a394 "
"/detail/3bcf76cdb38f406aa07a72245142100d "
"/detail/6f6241107d0948cdb2657449d7496db4 "
"/detail/310303af5bd94d50abbfcfdc7e619cd4 "
"/detail/73c7c49b5b1c47b58346dd0b6131d36f "
"/detail/a348a3bd1e3547358c24c3d1f2806867 "
"/detail/ebcebdc505074ee18ebc8c980e513410 "
"/detail/e598f6b878104c148616ca401e33ffdb "
"/detail/1c5628487a7844fea990adda1a8d109f "
"/detail/a03a474d9f014e59bb6808754ca91a97 "
"/detail/1cd6fe4c8fae425daf396e95c2a6a1c2 "
"/detail/76bbd574b572438caa9d0f07550b6a5b "
"/detail/696571e2efef43a1bf0e6634566035f3 "
"/detail/ee3f523172b948e3a38a76932aafa9a7 "
"/detail/0275e2cfd1a7440fb3d536923d9aa016 "
"/detail/e9242776086e426fb096cc3928a9ca56 "
"/detail/449941bbdc124da9934aea8639aeb553 "
"/detail/68f52736a49244598ce5b648a08c2899 "
"/detail/a674df73f1a347fc83735f60245e5f70 "
"/detail/e02e60dca1d345c587639a6dc159efd9 "
"/detail/9f9850f1271a474ead4470af5e4d5a9a "
"/detail/93b9799cf210438681f74adccfe19c0a "
"/detail/1124b7d0f5d844a593d12f10e9f87cd9 "
"/detail/3875110e9ca24145a7357bd8377aadb7 "
"/detail/6176ca11e0f14135853afa994a236a81 "
"/detail/ee932f4a0b01460b8f39f41650f8476f "
"/detail/29426732ebcf4fdbb5505030457b84d0 "
"/detail/5796d7679dac4e00ba710351c29b8f66 "
"/detail/413a915b039643babc710d232679bb39 "
"/detail/59dfadcb5e204b2bac9056b1714e810f "
"/detail/2c031193cdf1485bbfbf7d76fdab4877 "
"/navigation/d1c8e7fd3f514b16a7c7c457c438b93f "
"/navigation/585d71242fa54b0fba56e331ed5adbe1 "
"/navigation/0199576db2937bbe9a41fb6156449782 "
"/navigation/08014c102bba43b09e93a823de238da1 "
"/navigation/04ac33f9be48438ba185ce8585682c3c "
"/navigation/ba9f9e3fd094425392c838f151773526 "
"/navigation/cda441a37060455fa34c8ce371928eb3 "
"/navigation/52242d7c7a3349359001e1b7b2c3df80 "
"/navigation/83586831f5bc43d6824ec80864e9314e "
"/navigation/0196d8a825c27a7e93a4b07323c246d6 "
"/navigation/ccd140695dc643408838c39c838a0a51 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/' , '/navigation/251448b91bc742de85643f5fccd89051' , '/navigation/ec2a4d4fb4474b5088b03df523675f08' , '/navigation/859156a63cc442008cc67aa14505a8ca' , '/navigation/4851ecc7788447bfb1e74f488e708249' , '/navigation/2350ba14e89143198d72042128b8519f' , '/navigation/f3f47b57953b40afb23cd462dda41731' , '/navigation/019fd61188597109b4eae657cf2de774' , '/navigation/075251ee45644d14bfeae2fce50073a0' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58' , '/navigation/07d6d4c2753d4315814435763a756eb6' , '/navigation/4784c622e7b34b139d9852ed9fb53adb' , '/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c' , '/navigation/7ca22766fd2846b39712928cd77b169b' , '/navigation/cc590dbc44b740169864cd7c989ddad0' , '/navigation/275477acc6364fcbb3d3bfbe17317800' , '/navigation/57e065cd29a24cb3b2d9fc39fc2abf50' , '/navigation/aefcfa1180634bb98635452ad2dcdbf7' , '/navigation/bda1448fb6f1449eae78e06d3dd07df3' , '/navigation/2c38112820554a9598f0c8e77373625c' , '/navigation/310cbec927954c1ca5d68a3a49b532c7' , '/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa' , '/navigation/c7643e90932e42f594f15a536998ed66' , '/navigation/3abc5229293848c9b2fc1b27fd3d8421' , '/navigation/514a31209c6e45c5b7f05cf2ce9205fb' , '/navigation/8539a768e5ce4f168833f890bae1d0a6' , '/navigation/0923017eea79437bb043b5b0673e115f' , '/navigation/c6f322e9a6294eb896f7bb669251f305' , '/navigation/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/navigation/8cfeb9558d524e17827ec792492c9122' , '/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3' , '/navigation/a3668172f857425f9bfe53224046ba51' , '/navigation/505fcc508c4e47eb99d8e4627fe8bd32' , '/navigation/82738af02a084bbdb851e11e8ec598dc' , '/navigation/aab03d74404b481ba120fb9530426d47' , '/navigation/018c9125ea874ae287429a2cefd1f2d0' , '/navigation/1a5c6210666443f19920fa7686428657' , '/navigation/76780ee5e68042aab5f6574d7e25dcd3' , '/navigation/bef74106cc0b4125978553246ff16ad6' , '/navigation/c4aa5e8624d24b30b0312e22701162d6' , '/navigation/c6dc84aee6e1469696ac2299c312fde9' , '/navigation/d62f763a8391413b81a164ea482db739' , '/navigation/dfdf2340aca14881a6652d08e7656163' , '/navigation/ab1de20b216545318a6cdad2ee7e2a82' , '/navigation/afed1ddda6d849c49d00ca0932a75b70' , '/navigation/b55d905661614a2fa7f585ef697d6cfe' , '/navigation/c7156d3692b345c69d8c93126625814e' , '/navigation/004440dd20754671ada9bf79a2b75fbc' , '/navigation/0b73a534bf5044ed9dd6af4e301fc006' , '/navigation/c9d1a6f276f24c67b7c66222804db52c' , '/navigation/f57dc8356f054004b0b2ae82257e6ab4' , '/navigation/cd3cfa833d6046b89a14935aee1a7f8f' , '/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af' , '/navigation/a316e8972e0041bfa756d6f7acc23e7d' , '/navigation/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/49f823826b384871aec230ae7ee2f154' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/navigation/7b34af3a47cb4c3ba3188ed1cee83967' , '/navigation/7758ea41858d4231ad3623921c73e531' , '/navigation/68376253ee4542d7aa4d93ac4958eb0a' , '/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e' , '/navigation/d867ffee71f646f09b1c069b267201e0' , '/navigation/4fed7b490a09439dbe58747fe74f3e5d' , '/navigation/cf5a0b4136834eac88874e7ff81b8ba5' , '/navigation/f19faba35fa04f30a1bdd354b051f625' , '/navigation/4bc032eef6364672a0d09b8abe93d55e' , '/navigation/33b309eb71bc4c2a9976970795d500fa' , '/navigation/6dba75696b5148139136de033ffc6382' , '/navigation/be2f3ca764534022a2ba79f972c9679d' , '/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6' , '/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef' , '/navigation/7b7970e14b87448fb41d825fcec350d0' , '/navigation/7d34ea33ebd2430b84ca71a999e7b708' , '/navigation/abfa97de640b48c7a6afa067b88812bc' , '/navigation/1f423e85c6eb494980b22dde93e64a9c' , '/navigation/876b21ae9d7c41498115b90823beeb7b' , '/navigation/2b29710e5f0f44a8825513b4e6e2a98d' , '/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8' , '/navigation/671bb3d9919346a1a0187fba6835a133' , '/navigation/dfe70840626a4a9a88c56999fb42852b' , '/navigation/e4ae50f24b8d4d6483cbea48cedb146b' , '/navigation/73e9c784d8c448d8a7e304117eed2293' , '/navigation/8fa76c45c7a14b1ca93353f7b1f85411' , '/navigation/f2e70390e9e34ceda7549b53800c1e08' , '/navigation/0bc41cae5ab441458dce00de02107388' , '/navigation/5f149c7e1b2b48f9ae6364de8ce288fe' , '/navigation/903d01af296c4a2391205affb24423c2' , '/navigation/89364c27afac40fa9ead1ec3136ec684' , '/navigation/aecbd0f4de0742199dd75fadddec2013' , '/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0' , '/navigation/bccc5c020811472196379229044dc7fd' , '/navigation/2db3c8aa857a4bc6a6d11e3438350063' , '/navigation/068567f45f424e389167089941c407ec' , '/navigation/165d387e909249889e89cd6584e6c81c' , '/navigation/20e44a7345fa48468f3d0e2298b4f067' , '/navigation/224193720c2a4a45bc96cb2d055655ba' , '/navigation/3c24eab57c3d445698f26534ea18e660' , '/navigation/444424ff93914a27a401e920bb33976e' , '/navigation/72202b824a384e9a8c11ae6afe2a9d75' , '/navigation/7b182711a1294f69ae2266b5e37b5bc4' , '/navigation/83868e2e81b340bfa067343e71965085' , '/navigation/89d46426d44c4442993d4b524afc59a4' , '/navigation/a16abde2699547c2b823b86c6b48d0d7' , '/navigation/a3025fff20374024b907cddab6c39d43' , '/navigation/d14cb43cbcf245eea471b31b87876e6d' , '/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d' , '/navigation/e5c66ca00fd140229735738d20618e8c' , '/navigation/b613bcea17d94cd68c0f1b01c96a843f' , '/navigation/f65330b5335b43a8ba39baec7d44aa54' , '/navigation/fb3986cb89834cf3a3b42c5a651034a5' , '/navigation/9eb6e1f2d32e4679aa85298c3e2fd678' , '/navigation/a5d30272319c4e6f8577b8f344013d34' , '/navigation/5be3b86f12b94044a39420702328fe79' , '/navigation/e40c020ad4b74db7bc3e2e88c4c27be8' , '/navigation/ab078ca87be74c748a7e971e766ceaf3' , '/navigation/efef8f302349446dac0f0d67631b70cf' , '/navigation/f5e01e9054514b68a8653c5a4f2e5ee1' , '/navigation/e485c99ca374414e851e1bae3f10af8e' , '/navigation/2fb093f95507419987f178312f1a3159' , '/navigation/4823a61385b44ff1acf4e6382ddc6ed4' , '/navigation/a6abb398e64e45f1895b6666ef5c48d1' , '/navigation/00f37e830a0348d09705a9612c8c8cba' , '/navigation/71ca1150915f49e5a1f2fd538909d05a' , '/navigation/1c5e979155a844539448db12fd5ee768' , '/navigation/8880adde82fa414eb680521ec3b57c4a' , '/navigation/edd74ffcfbd44ba9904d355f05d440a6' , '/navigation/29bbfc2eb6d444f08a34e46f60b76e17' , '/navigation/9228dba7d8ff47a897c5e6125f40dae0' , '/navigation/500fe37e8fab4ec686d79803e58a8133' , '/navigation/defbeb767ca44c1b970ab994d662a6a2' , '/navigation/5d1b4c4fdc094289932a615f81db335b' , '/navigation/b3fcd7cc2e684a8b96f82adbb8615f55' , '/navigation/1f6fc0d096e4433f847169a8653f9872' , '/navigation/cdf0a23d5d72433783ef241128a9b070' , '/navigation/273527558c5e4e2cb3168fbfbbf6db0e' , '/navigation/0fc49a5d23ec4742845d4d31898f67f2' , '/navigation/9870b54fef794c4b87791c9dbc9b83b9' , '/navigation/91314c7682154e58a203d7deb3c46e25' , '/navigation/0198a84419397e96ae8527630cef7f63' , '/navigation/019c03b8fcaa72dc9e2c6dd03b04916d' , '/navigation/5fdbefa88b0942d28155aa77fb9d1ef2' , '/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27' , '/navigation/6abcc304f8c84933a719a126f42a6651' , '/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3' , '/navigation/ea2fc00d192244b3b852128b45d74842' , '/navigation/2a5c8fc96ef04011aef499b2fb4faca4' , '/navigation/01971690d7e97455bdb6a13033fc4bea' , '/navigation/01971691bb387f7f8d6fa68ac5bc78b0' , '/navigation/019a7cc2c0ed7c48bfd77766e7197c67' , '/navigation/019841caba81739d847aaec4495335dd' , '/navigation/c760008290d84dbaae3f6f4b83269ddd' , '/navigation/019aea2480627a599fd1d0db6122e224' , '/navigation/0197169587bc7ef2832928391108aef6' , '/navigation/01992f21513c7fca831141b67a0ba2a6' , '/navigation/0199288800f87feaabd6d217f0254df0' , '/navigation/01983b68543b7476b25d1ed5006cd884' , '/navigation/572804a509e74ad58d18d52ef0cfeb3c' , '/navigation/0199772279547efd8f94e76789b316b3' , '/detail/7d9e2720cba04dd0b05058669e1f965e' , '/detail/4c13347f4d3a49c788cba40b8fea6a73' , '/detail/b072cc05c93e44d6bf2a88d803eb3837' , '/detail/9b29808957da4846bd3a719051568f1b' , '/detail/c105afb04bb44b2c86c19a7cac038bb9' , '/detail/df985e739acb48549c716e8c09282d77' , '/detail/370ffe3ba5fd4ea492d19f8bb482f6bc' , '/detail/6b1e1d2fc9aa44778a413fbac60b4ed6' , '/detail/0198cc7f3e447214a848528de060a0ed' , '/detail/67797097e13f42eda86257c71c427a28' , '/detail/61ec67143fe44378a347496708ace4f5' , '/detail/e57bfb0519524b4d84ca679b8e30ccd9' , '/detail/aa84c9a090dd44de96c3ecbedaf506eb' , '/detail/81152c3787a148d4b16100936b96453d' , '/detail/3588374ddaa8427c81d359c9c2d5ce9b' , '/detail/517d44428cef4a1cb308b14b595ac070' , '/detail/224646719ca8445684e02ec785ff051a' , '/detail/aa3031f9fd724dbc9fed884ea62b3cdd' , '/detail/513caf91af5642108b97955d92545dda' , '/detail/4add4adf7e9e483ab496159a04cb7c0a' , '/detail/78564017ef234bf9a78932629948724e' , '/detail/65f50175750e40f49d9abfe00b65cc62' , '/detail/49925450e8bd428ba74b52a3f6484315' , '/detail/2a818397e3294237a8df67164477975b' , '/detail/f7c7b9c86cf140ee8785f71c1969a227' , '/detail/a0b3ba6665e14a1a8f7f78366f2c1b7f' , '/detail/ee7e406e90074a738d0a763262748907' , '/detail/b2cac361fa464b678695d558ee29b098' , '/detail/eeb1172beae2404db1c08d564baa658d' , '/detail/d7598d9a84cb4294b0037243826a2e44' , '/detail/f441bf9c66054f22855d99b2667b76ce' , '/detail/c5491401894a4d97a54b4ef547a68317' , '/detail/0247791b45054c689dc340a2c29e97c3' , '/detail/ca60856d40f8414fac23be931b9f69e4' , '/detail/d53def18874c4ac18b224fbc07554900' , '/detail/49b67a69375f4ea49f5963ee948a843f' , '/detail/e15ddb60cd6d4ce690a5765cf341f7b4' , '/detail/5236a826ee164f7089a227d4e48f810f' , '/detail/9e43a614f83540769b8d47b80b0090e8' , '/detail/d398c2ddebc444f6a74dc3133125987f' , '/detail/e520ad8be28048d1a0a7794a5f76740a' , '/detail/f8e9e58d26754b1ebed08130646fd4c6' , '/detail/6468440d7cd145cc95a59bb02d76cf85' , '/detail/df09116a82ef481f96709cf61d6ee2eb' , '/detail/435d7c4b13af42c8999958951856c04c' , '/detail/dcbce2570bcd427e9b15d60beb70c206' , '/detail/caf11042ce174fa78b82ed67c48198c7' , '/detail/b2fd8c0637684d0b9e54627b97b4ad8b' , '/detail/63059e984e614be2bf39ff9c45fa241c' , '/detail/40b623e6de1a4b63b6d9b888193aa09d' , '/detail/08fe3fb5188b4a49bb9ff8250e4c83c1' , '/detail/ff5f7e5baeba4fda98a4c1abd9171bce' , '/detail/0b4240de68a5461fac990789bf37f906' , '/detail/ae48ec90420b4922bbf9c3cd00ec066d' , '/detail/851e709ec0494e35aa3d738142c37e9e' , '/detail/baaf0501442649a780e5481b2d0ca46d' , '/detail/2e7b613304dd4c96824d1be6ffd83190' , '/detail/99eb30031dc3465c8fe88a9c89476e57' , '/detail/6ac99b6a187a49d0962e40890ac916f7' , '/detail/fe59b7bdda6d4ccca68b442619bce23a' , '/detail/43e967738cf84884871f33667b1ee2e4' , '/detail/9b7807ea02e44cc7a361d4904be33486' , '/detail/c3709f5d2dd14c66bbe914feeec20301' , '/detail/882a0d90845c46c9bb019659a615f235' , '/detail/28fe06a1fc734928a6e5826aebebf375' , '/detail/573559a9f895408589778580ec253153' , '/detail/fcae21499bf54f6498a02d6f078ec4fc' , '/detail/60a3cc9218ca47219a0e3c04a3023893' , '/detail/54b0c24616ad4ca7a7d66e90f5f86dfc' , '/detail/8517ab5d7ae441f7ba18f166791d634f' , '/detail/5832f19c1a3b4fab94c70f9414441385' , '/detail/672c8b56c1264262a788d74fd6199d15' , '/detail/37433be6c23a4987a6a18b46e5a25823' , '/detail/ea5ed02085434657b84646e25d0ea447' , '/detail/51070503953f46338ae553aad8369b0f' , '/detail/42843c39f20e4f23a599575776b060c2' , '/detail/d18207690ccf4e2eb1ea56bbd79d4416' , '/detail/f6b6ae70827e4462ab0cccda2205d0ce' , '/detail/ea2aa7bc07a24cd1ad1af9970c8c389f' , '/detail/a0f9a41d35d74a80a65bbadb8938a469' , '/detail/d8fb32693b9845d6a8960aa1c9bf09d7' , '/detail/5bd03c5e78784a24bc37512733b31b69' , '/detail/34bd9f63a3ec4975a9b52404eb050a03' , '/detail/713926d151e34a48aea53aca24960624' , '/detail/d41eb0c222144539b4cc6be94b1d8925' , '/detail/404c3c66aa574b1fbda3dd078b083aef' , '/detail/28de2a424c424e30a0875391f343da57' , '/detail/e7cdad3880984ae0bb9f0ba48f0d37cd' , '/detail/28916adf88504c208540d811b87234cb' , '/detail/51c9055d34da40a0a32b351e8de28243' , '/detail/1ffe9d3abba04650b28f4122649d4f76' , '/detail/da529954f1874f398fd401f109de9beb' , '/detail/5c03eb1dc4c44395918697871b76824e' , '/detail/de0a77c2701946088ff67dbfce1840a2' , '/detail/244b6030fffd4529a4d015be50ba2225' , '/detail/e794fca7a9f5459a9503de5a4fd3ae10' , '/detail/f5ca12f476694deea6f3896700840a10' , '/detail/81f3f318cc9f4ebabda85c3650ff1f56' , '/detail/481078a8a1154b838281d129f2c084cb' , '/detail/7df22e4234ea41e9821ecf11f32da26f' , '/detail/3dcc27da95be40c9abe5eaa2b046513d' , '/detail/a37afcf1b353492899d7ad30e1813739' , '/detail/d531ba17c8f44e0b8ecfb43ddd695b62' , '/detail/c6e3fe08068e40d6b73aed490df8a6ae' , '/detail/97ce3c6b3fea47b7abdf18d508e9cd36' , '/detail/506d963047e34b77bcd1f35f2fca8c7f' , '/detail/90b834bbf2de4d0ba79fb954e98ba2d5' , '/detail/6086c696ed2c4ab0b2631cf6889048bd' , '/detail/e3226bf41a7842aab7f9cd436f1e8c3e' , '/detail/b23e7b9f6f8f41ff9857b814a8af090a' , '/detail/ef99ae67a8f34e458157bfa21da2e93d' , '/detail/3d621b0536104dafb046fd07c68dc2bb' , '/detail/1dd2d3f38acb439e93f35f65f9b7d974' , '/detail/475e88385d6446428c02af5eb3aad086' , '/detail/cb27a941bb53496493889572ab9a7337' , '/detail/7e343212f7d849278d9336a7fe9d2d83' , '/detail/986b22337f9d49589976a6c1e914e9d3' , '/detail/ffccef673d88431094fe4bec714adea1' , '/detail/a4ba48bdf5db414ba60bce1ebf77096b' , '/detail/dc4bca56cd39464e9ef554ee88628a1a' , '/detail/18e7615cd00949da816191094aa5d29f' , '/detail/22c557f6b7554c23801a88e7876a2603' , '/detail/c7841340237141fd9773b0b75d97fe5e' , '/detail/5181da93b4f94f9b81b617f08e635b5f' , '/detail/89bbe4f8fe454128a7c840758a9d5f3a' , '/detail/4b5ca3cb7a1f441490ec66957ee83816' , '/detail/9e45d926dadc40fcbfa3d8068def99be' , '/detail/80734d6e67bc465aafeba438842a65c7' , '/detail/ea72a169aa5d4806a0542a9c12611c18' , '/detail/042f2621f9b04a88894236c9a1a266dc' , '/detail/b697f97101eb40429bf34459155ff5b9' , '/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad' , '/detail/544a2015944b40c085239bef584aedda' , '/detail/b1ba85be51d140c3b95869fc2fe9195d' , '/detail/d744bf7892ae4da48aba62c8bbf2d386' , '/detail/4d5c7d95d34d404c8cfce209c80246b0' , '/detail/db5460fd7959419788ec414be3947d20' , '/detail/bcf25eff26a04f17b41f44e1c48e049a' , '/detail/fe27783c195441d4a81d26ca1782835e' , '/detail/705e4500e8c54b5ab9726fbd366b9083' , '/detail/a8c75a2f03de4066a92a69f9d397277d' , '/detail/6473930b92124a939a0726490fe42f64' , '/detail/c492401de4124a2dacf2f49db63d31ca' , '/detail/dc7487729044444198eaad719a5caca7' , '/detail/5ead1daa63064d21abc7e3554d3a9640' , '/detail/a34d0614c2e1433585e1fc3c077dca45' , '/detail/e2a3650bfd7c41b1b92ab2a51e5c7899' , '/detail/79c9d3a631de4e089b25c1f3b1fb7f64' , '/detail/325d9971a9374392aea1ca0be1bceccb' , '/detail/016e8c0882bd4f25acfad4431b428d43' , '/detail/c06b5e575c4a457fbd37ef869c02513b' , '/detail/513ab9793dd541e6a6dff9033f99756f' , '/detail/75950f9a8a9e479799900e82895bd54d' , '/detail/084ad517060548969bf4e502798c7804' , '/detail/bb8f97f4f10e42fa8921582426d22285' , '/detail/8bb5548a73a7428d980ba256d3e41e6f' , '/detail/f82a8f4a5f6a40089a913f1f16da9fcd' , '/detail/5d77219de0154c0bac2a8837c841f841' , '/detail/58e15680a170476cba641c844883ef0b' , '/detail/2b02765382a240218b667c601097ae5a' , '/detail/0020c6902d234c64a6448c6f319935fa' , '/detail/bd9b273f45ac40478a3165d9f8580223' , '/detail/81f4c37e3eba4761bbc16264ecd58779' , '/detail/98428dab5b8045bcbcbe767dd35fd311' , '/detail/5289c9ac1e1a4525b028566bcf32c7d8' , '/detail/fca1613aa50444608ef93a7ca5d619ea' , '/detail/62fd24f7d9de4e3f8ac0162af6c77547' , '/detail/0cf665757b114488b50086b62e4ba9f2' , '/detail/977b122d3c4c41a2b9b31ec858c64386' , '/detail/0636563a748c446da08a76f1712022c1' , '/detail/665373766f2b4618a12287e0a3d70e26' , '/detail/28e74198aa3e4ca596e82d5481068904' , '/detail/f79c47b54e4647fc8cce0674a8931de8' , '/detail/61d0c4ad19ca41f8bec59bc811cf0775' , '/detail/f161815c6986420e8f1d0be3880dea96' , '/detail/eb8bb6f518e14069a6f82747898156b7' , '/detail/2df837200cf440d5b49d1d74384c0dd0' , '/detail/a34a206fc24f407e9af91e9f21b0028d' , '/detail/00b7492ae41749aa934e3b5de1ef23a9' , '/detail/ddf563281cc74ab3832a044eefac1891' , '/detail/60542cbae796468ca7f948df15869b80' , '/detail/6d0770084b0d42228a102325315ecdf9' , '/detail/c99b06b482664ea5b0a9a1e85c71e678' , '/detail/06cc3c21be7f4f78a486f73054751394' , '/detail/6cd8340b92b9411b8c9a1bb35653a7ef' , '/detail/2ea886b3b2fd47b8bd3fb3b0f8ecf289' , '/detail/642decefc90a4d6b80fd2bc4ec5f73d6' , '/detail/aacc3e0be1f84b239761735f57505826' , '/detail/4885a0555c2f484ebe0f6ec84202990e' , '/detail/c162d1415f6044e190fc668ec69144c9' , '/detail/710722a6ba5d4310bfcce4bc80d05dba' , '/detail/227b7731b18544ecb4e6ad3523237794' , '/detail/f6fb9ed553da420d985086f9959acb86' , '/detail/345d9f83b72e4f01a13269a1003bbd2f' , '/detail/ac1162b528ea406783971511086eff2f' , '/detail/c193c5c3677240ba8498cb282694a75a' , '/detail/3a606f0040f04fe88fdb1df4d774ec41' , '/detail/7629630d820f46e0a2ce0df9294a55ea' , '/detail/eac6ae0a8b614e1a81215b395964aece' , '/detail/f1c01478c4f643fc8294bd0b5426e2a0' , '/detail/6453442412c0404e9f510653844d6f49' , '/detail/0e56c79bb26b423dac3b0733a0d12505' , '/detail/f3081cf4d1d445308b59d6c4ef310d35' , '/detail/a94cfdb36a34413f8b774e70d8173a8d' , '/detail/ee56b117ca1d45d5aa1e74c5a31c88a8' , '/detail/9d11b3596f6c4ee5825751227b3d8778' , '/detail/643e3c9842bc427da19947c84c6a2158' , '/detail/f7487d090f9a4e7289ef02dbcec7ca0a' , '/detail/79c1b44237dd4ae9a7c9ee13908152c8' , '/detail/4a70366e3df44f5baf05f6a30e10e0e9' , '/detail/33642c63778543a882507365a28d4e4e' , '/detail/59b8ce25c30c4f238976e5db00e0f2f7' , '/detail/4bb1a177c3f441df91fe4db9a39338a2' , '/detail/17e989a20ff542de84f68ae783d88dad' , '/detail/d296d305f58f4c2a81c6add6ec0fa5bd' , '/detail/820b1819da7240fa94526e890be68bb8' , '/detail/1f9a13abcb954fb388ec07a83447e432' , '/detail/b3fcce77b3da4153b8a7c25127335b04' , '/detail/d5366da7f4114d9a9b7795cf4252be33' , '/detail/e11a293b32004e49a951c451c1a60512' , '/detail/3b1e50d6d0bb4c9e957045944ddb9a8f' , '/detail/209a898c7d9c436a8458be35b096d932' , '/detail/9340b87922cf4fe49aa107ec4fe56cc5' , '/detail/f4cf3fe929374410b6a81fe80af39e84' , '/detail/b02694c45af740419f718c41e52971cf' , '/detail/05816584747c426f9371c7f5f52b001d' , '/detail/329849610cf643a8973ec27b03de6bea' , '/detail/844a40449f764ced9154c1645d43129f' , '/detail/32deb00b9cd047e6b8949615b4dc50be' , '/detail/2c12e7b1611147ebaaf6c03652eb1f98' , '/detail/4301f27076d0402286600ad3f35c5001' , '/detail/35672c2a1b5a469c8503c77d310989be' , '/detail/c5fc373e41c54f27976784ca73203891' , '/detail/0533dc2c4bf342ddbcf30366efc8cd3b' , '/detail/d73e16d28eff419d9649067012f694a2' , '/detail/68539123a97947df9a0acf4fa9de5ec9' , '/detail/d88e2f820f774503b7e0f8eae68f5cc1' , '/detail/4c1045cb17c84be1b421cbb7fd7d7a13' , '/detail/3fd592249b54411f97204f136cfa69e5' , '/detail/8a776404f2294123b0f94de696d93e9c' , '/detail/a9d230d3d09c41edbc8010a4dd6f66c4' , '/detail/f94c66675a5c48c09e2362bfb014a92b' , '/detail/f475575c0f7e4845a3312b585af9979c' , '/detail/a0ba480c6574462fb41de76eece5a313' , '/detail/1f94b4fcad59402d87608ca161b1badd' , '/detail/c87fb19937ce4ed099d4c3be35adbd82' , '/detail/4ba66f63f76b4b018005c56549fdbe7a' , '/detail/65924da8c9d24e688564eb45ea37c0e6' , '/detail/2ed6e878ef314f72aae9e01d4a8c22c7' , '/detail/83e8d52c3b33450894ff7e57e8339d15' , '/detail/2a4ebddf2fa44ca6a1b728d359cfa15e' , '/detail/96e38a2acc4d4d00babfd605490fb99a' , '/detail/799e29169fe34e0da8cd9d76df9a6365' , '/detail/4e46d707aec84439880b447d9e7f6395' , '/detail/f563d68b01184e29b3286ca5f827f18d' , '/detail/3999cad63fac4eb19dc1bf1538139751' , '/detail/d63710bc268943bd86781c082e5db562' , '/detail/a05c8aacac1c4100b2ac5235cf620d75' , '/detail/ebc2c9c1cd36485e931b74457ff137b7' , '/detail/058907348d8d410ebd3e4bb59fcf9b79' , '/detail/6c7d9532c9a84299b0d35b0a3685dab8' , '/detail/f7e08dcdc51e41b4ad81103bce005171' , '/detail/1e2a113d5b974e59be151319f5e50886' , '/detail/29cebf2a0c494e4c81521031272575d6' , '/detail/38711728721047b48a31e5891ebd8916' , '/detail/3e3edee1a8ec462882aac60ea45328a3' , '/detail/3ad3f976086342e4bf553881600eb6de' , '/detail/51e53581f7b54015a1105eec55ac1ec2' , '/detail/9342b8b153f6436aa71facb1d5b03a2a' , '/detail/741500ba33a441e48a483f12ed293dff' , '/detail/e280877f73784b47a03c0ee3148c9efa' , '/detail/5c78ee57bc374417b20442368cd9737a' , '/detail/f04be70cfecc4a349a383af89b44f74d' , '/detail/d406208f0aae4dfa8af21ac55e4b1d38' , '/detail/8d348ef7b0f542288165b88af71ce6bf' , '/detail/5ffeba2b54db4393852b1502a30631af' , '/detail/adf28c1b866641ca80805eda0f657e47' , '/detail/5edf68c529c648eb95155aa0caf3fc69' , '/detail/bbf0ff5685e6428ca8b8fa1aa971ea06' , '/detail/44525a9d12e0435ab40c89d22a83d997' , '/detail/56b414fda9c649a198280627cbebfe26' , '/detail/a6fb1300d81f486aa4112e1189ae9224' , '/detail/3ff7c87385d54733bfb9ca400510d46b' , '/detail/adfe19556a6541c18eb0e5e11a20da01' , '/detail/462b55a7e93449769e4fb7cf6c8cfaaf' , '/detail/42e1faeb81344eb0aaf5b6b0608e1ed6' , '/detail/897559365ee84361bc097187611bedef' , '/detail/f9a4df52194f48f0aaa3c254cdb0b90e' , '/detail/cd3ccd244444443dbe5d24d25d29e1d6' , '/detail/211dd25663914c5187da38e90e5c8df7' , '/detail/019bbbe5841771d69787aa6a5cf3f893' , '/detail/a90ac493baa84d638f59267925de06f5' , '/detail/d2fa9f59192d4ee48b389e6cf1c07423' , '/detail/9803ef0a5bd64df7925d48b7e0849934' , '/detail/78842c1f55f842a3b0fca229c9bc9ab1' , '/detail/3ebe73473bfd4b72b42c3cf474e377f8' , '/detail/b274d41a3a7149178f531350adeb759f' , '/detail/4600ae3044ee4a59b3bdc5a0fb21e111' , '/detail/7a3118d0030b47a396c48fb0cce58f93' , '/detail/0bc4247edeb244bd8ef0af3537f67350' , '/detail/4e80ebd1d4b8451e9ab4f4756e9feb26' , '/detail/ec3d08f336ba4e29878892a8c3fc119d' , '/detail/401b284933b44a759928f6a2b73147c1' , '/detail/b4652ef196834b4790765ce9735d0e3f' , '/detail/5f1407f916014e1391013eadb2a3ac68' , '/detail/def3e3c98a1f473e86e8dc4af1d83e5c' , '/detail/a7d88cf9500144d1a75ca462fbcfe479' , '/detail/b1738555c4054510acaf3356db1d6621' , '/detail/677a415e3a0247c088ead5274337b201' , '/detail/7dea6638020244e99c87066cb41c90a3' , '/detail/637b9ffd93404cf9acda71ea709e6475' , '/detail/019932247ca17b35a88881a64b8fce28' , '/detail/54597ebc3b3f42d4923984eab61dea5c' , '/detail/6bfc1158030244d69dbe85610cf72b40' , '/detail/79e9d5f3f1014e72aa38235a8861780c' , '/detail/86a1eeadbc7942cd815d907d267d6433' , '/detail/55690e1d4c6743d7be1b594b912fe5e4' , '/detail/c471d959313e46d1a15e773223fee1bf' , '/detail/54f392031a0e42fb97911f4796d0d7ff' , '/detail/1b467ab29cb84e759e428a4d2d7f452b' , '/detail/7534cf4ee7cd4fccaf1b5f6c45b36f46' , '/detail/72cd565637124724b42b83eb7e1b36f1' , '/detail/7ac5b8f1fef24a7ab6856e625edf4022' , '/detail/ef087c847a2a4d1d868549f8f6d60c62' , '/detail/988ae395a3fc432cb0a2f00be78f5a1e' , '/detail/5bf4349d125f486399fed5d10d0566d2' , '/detail/efa1408ccaea4dada6b66609123e0411' , '/detail/6ab512f943744ff08b5fd6435821ca33' , '/detail/7be82df813cb4b01a53da47007bcd850' , '/detail/47bdd0a8927f43f18c356ada1273b095' , '/detail/5e517a09acf64a9d9ca91656a88e305e' , '/detail/14b1de5aca20445fbda8df239ce3a676' , '/detail/80b57565de15441ebd2db6874c7f10fa' , '/detail/11e608859ca04585a8c8b8f23e426788' , '/detail/a77395a6974649e6930b2ecf1ca745d4' , '/detail/2010fd862da04c30ae3164bdeac6a049' , '/detail/ee5aec7758c9496ca9fa84c052f6e6c4' , '/detail/8f7cc5a9e91e41718da5f292f842c62e' , '/detail/5123563d4a9b4481a7f148c2c143c165' , '/detail/aa967d37b5c54dec9de460b25a2bd933' , '/detail/e578f6bc67db41faa4296bc79299ebde' , '/detail/a2be0f12ddb4434aa714dda3d26e4fdc' , '/detail/b56f9821068745cf9c35689d88c964f3' , '/detail/75c541aacdd9450cb757717d70d15bbb' , '/detail/0669107865b74949850d775b8358df43' , '/detail/891d2ff353eb425c93541de2a50cac6f' , '/detail/ce371474d3844272932cb0560ba46d64' , '/detail/9dd59bbac108405a9670c09baa646321' , '/detail/9e2bef88f0bc42bf84ee67032b8c97a5' , '/detail/5bdf62d471684d4b9c1819e12a49bdb5' , '/detail/dca7acd1c4174d47a7ebe9ed4d690f4f' , '/detail/f7597433e21e417595240e3de3e886c1' , '/detail/a4848e60ddee4a09af4527fdd1854ebc' , '/detail/94f84ab90215495590411fee68cad100' , '/detail/d6f6780a31854142974c0372bf28c77f' , '/detail/f2bc21d65dd04a15808afbe09022541a' , '/detail/31ab21e6a10044da87e9c1aed647d319' , '/detail/12f6d9cf5b604ffab198febc5cb23517' , '/detail/795d1ff5f9494d5d9ce3a1908fd97636' , '/detail/883675a127984da596918067da607e74' , '/detail/e351b2e093d443309bc011ce0e3d5581' , '/detail/dc876c5c48e34bafa9dbb8a1b2baf2a8' , '/detail/2463cdd4667f462998677a397a1104f3' , '/detail/0c2851dc72c44ba68f83a90f631c4ec5' , '/detail/7e7be09737dd461d918c1af867176db2' , '/detail/e4f613d76b8e43a082e290993ae17a73' , '/detail/82a800c697ac4299b7a1331059389dcc' , '/detail/9ee769fa88a14e08aeef2539640c0155' , '/detail/e4e5bda9848c43fa9295a3d3e0bae64d' , '/detail/be3a507cdbca45358eaf5599a029e5d1' , '/detail/fd2373b61ab844d6acfd6feb956ca7ae' , '/detail/73d9b2a6b5d140fd930e1ad94421594c' , '/detail/f86e0835238b443a98ba0dc0e96a0705' , '/detail/d548483f01734fa9906094b9c944076c' , '/detail/a48bf32d3b29479db8f8984a1ab3903a' , '/detail/bc54d495f82141698103436b43896042' , '/detail/f54a833e1adb445c93aad053ec65081e' , '/detail/5c4aaca556344a71bfb29af9fd81f54b' , '/detail/d6c2ed6e82254fc9a502a5f5e1d26356' , '/detail/7501578e27bb47bb90bd679f8598884c' , '/detail/1f535f48e4ec47cfb5c04653c5b00b4d' , '/detail/195667a941f94e998f91b62a9fcc48a0' , '/detail/1e700370730e48e6b32ccc72d3363c7c' , '/detail/80b654b1936c4848bd32c15dd652ccc4' , '/detail/8f71bf4f636149a7bc6e1b3079f45821' , '/detail/c640a703821c494ba8bc9862915ad827' , '/detail/62339f4025314370b2e2a27c9d54f21d' , '/detail/5ac3e766d4c14d63b964aae0af2706fd' , '/detail/0594cca9488f4f5592f0b2c01c658df6' , '/detail/3ce9727c4fb94630a65fe08b30cc9151' , '/detail/d664ab2eb2e94bd286b52297afbfa229' , '/detail/3b3c7ff9ce2d4f7a8ac9cb4d8ddbc37c' , '/detail/54bbe7e4216e4fef996f7737a576e4eb' , '/detail/ee900c9b11664ae6b9de1f22487243a3' , '/detail/562bcc2579af4c0293e59597bb210101' , '/detail/02a44113fe7b490192382ed14756cfae' , '/detail/58a4fc26ecbc4e188e9083654f3a5d48' , '/detail/d76934adfb1f4ba98a677b45091c3dd4' , '/detail/b89b7f51499b44f2a6afb628294f6449' , '/detail/15ce2d9099a04403af012572f9c8a739' , '/detail/08410a58c8c44b68aab5273cfcbef26d' , '/detail/bd2a74f045cd42c7b7b1300727643c91' , '/detail/fab646f05c4b4c48bab45307226dbaca' , '/detail/48b43dc76a4143aaa0c0bb1311eeaab0' , '/detail/618994eec88a429da2e9bfc60c6b5b78' , '/detail/b574e4d3cd984c71a4c4b44847328506' , '/detail/c6db54cb223e46ac876d0b4a754916f1' , '/detail/6240cc6a42f4439b857075c0b997b994' , '/detail/883532f2166d419f8fbc23ba0a6ab25e' , '/detail/91c047d4ae304b3ba0514155f2e018b1' , '/detail/94eef1416a0246078c8c4de3fcb57eec' , '/detail/c0ce13b4cc094ebeaeae8b84145b1a2e' , '/detail/27dcb1c816ca4993b84b75533b43a3c1' , '/detail/7ae856aa2c224ffb8f2c96e4e23c103e' , '/detail/52c3774768084b93b3b9ce3b15bc9e09' , '/detail/7f4f2f2203544f86bae78b43e2af671b' , '/detail/2070c1c33600459db6737c6f3f590c27' , '/detail/c0b264a6f03b481daffd8b3093d58a5b' , '/detail/e875fa8f02ea4fb2a896e60a66b34ca8' , '/detail/ca06e673c9d0430d8b8831d91e4a53fc' , '/detail/c3db40838216420995a0e33efbb83857' , '/detail/219714dab9dd4282a7ddf96bbe42970e' , '/detail/d81ba6bbfec0431d9106075e359aa7dc' , '/detail/b3fe8a09a76c4ef8bd13818ae4567d60' , '/detail/bfac73b9f4c64d388d9434f6d7488bcd' , '/detail/a276f2eadc434ab081123cb10365ecef' , '/detail/289e9338267a4f9f9c8acebb1c389498' , '/detail/38c8fee1db68429e84bf2d0ff7cf28d1' , '/detail/5ed00d0b2214467898e11032df7fd9af' , '/detail/91d7bb2748414ae58c74f5186ee918f7' , '/detail/491fd53b187a4bc59f974c10f2915b55' , '/detail/00aacd5e277c4d239ec16d81e35c3e7a' , '/detail/cad3c2db969442159029f97dcd0c5e57' , '/detail/20cec645b57142ed8704c520259b6c01' , '/detail/b455a330dafa40c4a84b69fc98dbc302' , '/detail/ab554b7cb746427280e70ef43f5e3a4b' , '/detail/9304a464b98c4af1a9ebd8eb59d1f0e6' , '/detail/f174c44d91084afca713c748b83b86d8' , '/detail/a52365b14406440485d29cac5cd70f0b' , '/detail/6b9f05e201674737921d8dfbe9cd722c' , '/detail/ac8681dd5e954f9ab191e165d70d4ae6' , '/detail/2a96dc25147d403e85d8175a139f05c5' , '/detail/09ec9f763dfc434c92e9b7282de4cc4f' , '/detail/9f5ec73fef51480092e23c7f55d2ab48' , '/detail/5d93afce8535428a8b8e0b6efa745ade' , '/detail/28ef4e79361849d4bac4ceb89c52a394' , '/detail/3bcf76cdb38f406aa07a72245142100d' , '/detail/6f6241107d0948cdb2657449d7496db4' , '/detail/310303af5bd94d50abbfcfdc7e619cd4' , '/detail/73c7c49b5b1c47b58346dd0b6131d36f' , '/detail/a348a3bd1e3547358c24c3d1f2806867' , '/detail/ebcebdc505074ee18ebc8c980e513410' , '/detail/e598f6b878104c148616ca401e33ffdb' , '/detail/1c5628487a7844fea990adda1a8d109f' , '/detail/a03a474d9f014e59bb6808754ca91a97' , '/detail/1cd6fe4c8fae425daf396e95c2a6a1c2' , '/detail/76bbd574b572438caa9d0f07550b6a5b' , '/detail/696571e2efef43a1bf0e6634566035f3' , '/detail/ee3f523172b948e3a38a76932aafa9a7' , '/detail/0275e2cfd1a7440fb3d536923d9aa016' , '/detail/e9242776086e426fb096cc3928a9ca56' , '/detail/449941bbdc124da9934aea8639aeb553' , '/detail/68f52736a49244598ce5b648a08c2899' , '/detail/a674df73f1a347fc83735f60245e5f70' , '/detail/e02e60dca1d345c587639a6dc159efd9' , '/detail/9f9850f1271a474ead4470af5e4d5a9a' , '/detail/93b9799cf210438681f74adccfe19c0a' , '/detail/1124b7d0f5d844a593d12f10e9f87cd9' , '/detail/3875110e9ca24145a7357bd8377aadb7' , '/detail/6176ca11e0f14135853afa994a236a81' , '/detail/ee932f4a0b01460b8f39f41650f8476f' , '/detail/29426732ebcf4fdbb5505030457b84d0' , '/detail/5796d7679dac4e00ba710351c29b8f66' , '/detail/413a915b039643babc710d232679bb39' , '/detail/59dfadcb5e204b2bac9056b1714e810f' , '/detail/2c031193cdf1485bbfbf7d76fdab4877' , '/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.57 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