1
0.10 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.16 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
3
0.06 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
4
0.10 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.16 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
6
0.46 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
7
0.34 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
"RECA-Produktkatalog/Elektroinstallation "
"RECA-Produktkatalog/Elektroinstallation/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'RECA-Produktkatalog/Elektroinstallation' OR seo_path_info = 'RECA-Produktkatalog/Elektroinstallation/' ));
Copy
8
0.41 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.11 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
10
0.23 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
"YQJHgU8uZ2xAIDnOWCDtCpLgIwyLInnN "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) AND (token = 'YQJHgU8uZ2xAIDnOWCDtCpLgIwyLInnN' ) 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 = 0x018DF46D5CAA729C8741AC9A78D9F4E3
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
12
0.61 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 (0x018DF46D5CAA729C8741AC9A78D9F4E3 );
Copy
13
0.17 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 (0x018DF46D5CAA729C8741AC9A78D9F4E3 ));
Copy
14
0.17 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 (0x018DF46D5CAA729C8741AC9A78D9F4E3 )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
15
0.40 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.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.26 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.30 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"\x01 ì¶lL rúÀ£\x16 À├ù4¾ "
]
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 (0x018DF46C4C2072A3B79C16B7C39734F3 );
Copy
18
0.28 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.11 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.46 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"\x01 ì¶lP~s▓ÜyÖ\x05 '▀·ã "
b"\x01 ì¶lP~s▓ÜyÖ\x05 '¹¾\t "
b"""
\x01 ì¶lqép\x1C è þ\n
\x08 Ê2m
"""
]
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 (0x018DF46C507E73B29A79990527DFFAC6 , 0x018DF46C507E73B29A79990527FBF309 , 0x018DF46C7182701C8AFFE70A08D2326D ));
Copy
21
0.55 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"\x01 ì¶lPIqÖÆ┐¾Þð÷┌D "
]
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 (0x018DF46C5049719992BFF3E8D0F6DA44 );
Copy
22
0.64 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì¶lPjsýäƒbwNÓ.┬ "
]
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 (0x018DF46C506A73EC849F62774EE02EC2 );
Copy
23
0.14 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"\x01 ì¶lL rúÀ£\x16 À├ù4¾ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x018DF46C4C2072A3B79C16B7C39734F3 ) LIMIT 1 ;
Copy
24
0.09 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"YQJHgU8uZ2xAIDnOWCDtCpLgIwyLInnN "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'YQJHgU8uZ2xAIDnOWCDtCpLgIwyLInnN' ;
Copy
25
0.13 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.17 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"\x01 ì¶lPAp½ì\'\x1A ®"╚K "
b"\x01 ì¶lPjsýäƒbwPÅXÞ "
b"\x01 ì¶lP▄r7»g▄÷\x19 ╣¼J "
b"\x01 ì¶lg┘r┴ÿO+Fyãª\e "
b"\x01 Ž1 ¦«}'€uKñŠF‹$ "
b"\x01 Ž1¢Kët¦·à¦3–\f\x07 f "
b"\x01 ì¶lPÈr¼ä\e Æ\x07 À\x15 ^\x10 "
b"\x01 ì¶lPÎsi╝B▒Ù╠Âxø "
b"\x01 ì¶l¬\x06 paà\x0E ÄBíväð "
]
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 (0x018DF46C504170AB8D5C271AA922C84B , 0x018DF46C506A73EC849F6277508F58E8 , 0x018DF46C50DC7237AF67DCF619B9AC4A , 0x018DF46C67D972C1984F2B4679C6A61B , 0x018E31A0A6AB7D2780754BF18A468B24 , 0x018E31A24BEB74A6B7E0A633960C0766 , 0x018DF46C50D472AC841B9207B7155E10 , 0x018DF46C50D77369BC42B1EBCCB6789B , 0x018DF46CAA067061850E8E42A17684D0 );
Copy
27
0.10 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.50 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
29
0.42 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
30
0.12 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
b"\x01 ì¶lL rúÀ£\x16 À├ù4¾ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND `sales_channel_country` . `country_id` = 0x018DF46C4C2072A3B79C16B7C39734F3 );
Copy
31
0.09 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters :
[
"token " => "YQJHgU8uZ2xAIDnOWCDtCpLgIwyLInnN "
]
DELETE FROM `cart` WHERE `token` = 'YQJHgU8uZ2xAIDnOWCDtCpLgIwyLInnN' ;
Copy
32
0.39 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
33
0.22 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 Ž\t\x07 Û&q·™ÔœM8©X\x7F "
b"\x01 Ž\t\x07 Û&q·™ÔœM8©X\x7F "
b"\x01 Ž\t\x07 Û&q·™ÔœM8©X\x7F "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x018E0907DB2671B799D49C4D38A9587F OR `parent_id` = 0x018E0907DB2671B799D49C4D38A9587F OR `id` = 0x018E0907DB2671B799D49C4D38A9587F
;
Copy
34
3.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.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% "
"%|018e0907db2671b799d49c4d38a9587f|% "
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 '%|018e0907db2671b799d49c4d38a9587f|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
35
0.12 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
36
1.55 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% "
"%|018e0907db2671b799d49c4d38a9587f|% "
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 '%|018e0907db2671b799d49c4d38a9587f|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
37
0.70 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"\x01 Ž\t\x07 Û&q·™ÔœM8©X\x7F "
]
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 (0x018E0907DB2671B799D49C4D38A9587F ));
Copy
38
0.33 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND `language.salesChannels` . `id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
39
0.41 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 "
b"\x01 ì¶m¤ròÁç\t\x1E 5Ü░T "
]
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 , 0x018DF46DB6CF7295B587091E359AB054 );
Copy
40
0.19 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) GROUP BY `currency` . `id` ;
Copy
41
0.24 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
42
0.19 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 Ž\x18 žèît€¿ý¢^!ùp€ "
b"\x01 Ž\x18 žèît€¿ý¢^!ùp€ "
b"\x01 Ž\x18 žèît€¿ý¢^!ùp€ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x018E189EE8EE7480BFFDA25E21F97080 OR `parent_id` = 0x018E189EE8EE7480BFFDA25E21F97080 OR `id` = 0x018E189EE8EE7480BFFDA25E21F97080
;
Copy
43
1.74 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% "
"%|018e189ee8ee7480bffda25e21f97080|% "
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 '%|018e189ee8ee7480bffda25e21f97080|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
44
1.50 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% "
"%|018e189ee8ee7480bffda25e21f97080|% "
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 '%|018e189ee8ee7480bffda25e21f97080|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
45
0.66 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"\x01 Ž\x18 žèît€¿ý¢^!ùp€ "
]
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 (0x018E189EE8EE7480BFFDA25E21F97080 ));
Copy
46
0.28 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
47
0.61 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"\x01 ì¶lPRs\x04 ÿï¼é┤\x11 ▄q "
b"\x01 ì¶lPIqÖÆ┐¾Þð÷┌D "
]
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 (0x018DF46C50527304988BAC82B411DC71 , 0x018DF46C5049719992BFF3E8D0F6DA44 );
Copy
48
0.39 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
49
0.73 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"\x01 ì¶lPjsýäƒbwOÊkz "
b"\x01 ì¶lPjsýäƒbwNÓ.┬ "
]
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 (0x018DF46C506A73EC849F62774FD26B7A , 0x018DF46C506A73EC849F62774EE02EC2 );
Copy
50
0.67 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"\x01 É┌kmãq5é?1ò¬╦║Ò "
]
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 (0x0190DA6B6DC67135823F3195AACBBAE3 ));
Copy
51
0.32 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"\x01 ì¶lRçs¡Áa¥#y¨´\x1F "
]
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 (0x018DF46C528773ADB561BE2379F9EF1F ));
Copy
52
0.44 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"\x01 ì¶lRçs¡Áa¥#y¨´\x1F "
]
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 (0x018DF46C528773ADB561BE2379F9EF1F )));
Copy
53
0.45 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 ì¶lZir+│4,×\v ╚┼§ "
]
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 (0x018DF46C5A69722BB3342C9E0BC8C5F5 )));
Copy
54
0.35 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 ì¶lRÅs_üÃE#¸È\x18 ▒ "
b"\x01 ì¶lRÅs_üÃE#°5\x01 │ "
b"\x01 ì¶l[Àqf╣║§å┴_3O "
]
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 (0x018DF46C528F735F81C74523F7D418B1 , 0x018DF46C528F735F81C74523F83501B3 , 0x018DF46C5BB77166B9BAF586C15F334F )));
Copy
55
0.26 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ÄQ»W¨pùÖS\x19 ìajâÛ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x018E51AF57F970979953198D616A83EA );
Copy
56
0.13 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
57
0.28 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì¶lw╝p¶©î¿xJLÂ╠ "
b"\x01 ì¶lw╝p¶©î¿xJa#f "
b"\x01 ì¶lw╝p¶©î¿xK]û\x18 "
b"\x01 ì¶lw╝p¶©î¿xL/Ûƒ "
b"\x01 ÄQ»W¨pùÖS\x19 ìajâÛ "
b"\x01 ì¶lw╝p¶©î¿xM\t Ï\x07 "
b"\x01 ì¶l|ÉpèÄY┐xè¢\x1D "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x018DF46C77BC70F4B88CA8784A4CB6CC , 0x018DF46C77BC70F4B88CA8784A612366 , 0x018DF46C77BC70F4B88CA8784B5D9618 , 0x018DF46C77BC70F4B88CA8784C2FEA9F , 0x018E51AF57F970979953198D616A83EA , 0x018DF46C77BC70F4B88CA8784D09D807 , 0x018DF46C7C90708A8E59BFF0788ABD1D );
Copy
58
0.13 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 É┌kmãq5é?1ò¬╦║Ò "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0190DA6B6DC67135823F3195AACBBAE3 )) LIMIT 1 ;
Copy
59
0.11 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 É┌kmãq5é?1ò¬╦║Ò "
]
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0190DA6B6DC67135823F3195AACBBAE3 ));
Copy
60
20.06 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MIN (`product` . `product_number` ) ASC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kmãq5é?1ò¬╦║Ò "
null
]
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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B6DC67135823F3195AACBBAE3 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MIN (`product` . `product_number` ) ASC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
61
14.26 ms
SELECT COUNT (* ) FROM (
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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kmãq5é?1ò¬╦║Ò "
null
]
SELECT COUNT (* ) FROM (
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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B6DC67135823F3195AACBBAE3 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
62
15.65 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kmãq5é?1ò¬╦║Ò "
null
]
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B6DC67135823F3195AACBBAE3 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
63
0.34 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.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 (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` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 É┌\x7F Óòpáºju_¯2º£ "
]
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.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 (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` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x0190DA7FE09570A0A76A755FEE32A79C ));
Copy
64
22.77 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kmãq5é?1ò¬╦║Ò "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `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`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
COALESCE (
IF (
JSON_TYPE (
JSON_EXTRACT (
`product.translation.customFields` ,
'$.enabled_in_channel'
)
) ! = "NULL" ,
CONVERT (
JSON_UNQUOTE (
JSON_EXTRACT (
`product.translation.customFields` ,
'$.enabled_in_channel'
)
) USING "utf8mb4"
) COLLATE utf8mb4_unicode_ci ,
NULL
),
IF (
JSON_TYPE (
JSON_EXTRACT (
`product.parent.translation.customFields` ,
'$.enabled_in_channel'
)
) ! = "NULL" ,
CONVERT (
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent.translation.customFields` ,
'$.enabled_in_channel'
)
) USING "utf8mb4"
) COLLATE utf8mb4_unicode_ci ,
NULL
)
) = ?
AND (
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND `product.categoriesRo` . `id` = ?
AND NOT (`product` . `display_group` < = > ? )
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B6DC67135823F3195AACBBAE3 AND NOT (`product` . `display_group` < = > NULL )));
Copy
65
5.15 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kmãq5é?1ò¬╦║Ò "
null
0
]
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B6DC67135823F3195AACBBAE3 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
66
5.03 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kmãq5é?1ò¬╦║Ò "
null
true
]
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B6DC67135823F3195AACBBAE3 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
67
19.34 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kmãq5é?1ò¬╦║Ò "
null
]
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B6DC67135823F3195AACBBAE3 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
68
8.47 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kmãq5é?1ò¬╦║Ò "
null
]
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` 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 `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B6DC67135823F3195AACBBAE3 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
69
0.22 ms
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ÐÆd Ía[O©x~¸ƒ¹^\x16 "
b"‚\x1E\x15 ´¼TÈ–é7-l_ÿL "
b"#14ÖñœWá·üð~‚r.\x0E "
b"/B\x1C M└\x16 XÕío.Ë+Å█w "
b"}¿£8Mh]Õ¥ i¢4Vh "
b"Ön¦öbf^¬ú2┌Ém£┴U "
b"\x06 O0ÕDúT\x15 ª2÷ƒŒ˜Q¬ "
b"ùü±³xPY\x0E šCBÇ\e %f£ "
b"œ\x18 í7rùUÉ‘|Å{+F1ù "
b"(XbB¾ÝUM¤\v NŸ\x15 +\v H "
b"©®$W▒\x15 V±Å@Ítb\f ┼Ú "
b"혹ðܬX\x12 °åþIžj{å "
b"\x7F »‡qÇS\t ˆ&hv‡!Ú‘ "
b"¥ jø\x18 R“¼E=¿`F:É "
b"/ÉÀA1~W\x01 üüGwÂz¤) "
b"\x1D ?,ÿ"îQ\x02 ·Y¤alzÝ& "
b"ûŸ:V¶÷^ž†„\x10 â;(Ò¾ "
b"¥\x1C 5\x01 í]Rð®Ø\x00 ïÞ©ÎS "
b"\x13\x07 ²/\Ô^Z¼!:\x1A e\x0F \r M "
b"$\x10 d_\x1E >]œ¢üíZëéwM "
b"¹7!£2ÅZº¨\x16 þPM\x03\x04 ¿ "
b",\x15 äÀ;\x01 Shªåx]²I È "
b"´}„á¨ÃS\x15 ²£Žú\x07 &ñ’ "
b"œ’)e\f çRL‘±÷ꑵ–O "
]
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
AND child . id IN (0xD0C66420CD615B4FA9787EB883B95E16 , 0x821E15C2B4BC54C896E9372D6C5FFF4C , 0x233134D6F19C57E1B7FCF07E82722E0E , 0x2F421C4DC01658E5A16F2ED32B8FDB77 , 0x7DBFA3384D685DD5A5A069A234566820 , 0x996EDD9462665EAAA332DA906D9CC155 , 0x064F30D544FA5415AA32F7838C9851AC , 0xF9FCB1B37850590E9A4342C71B2566A3 , 0x9C18ED3772F955C9917CC57B2B4631F9 , 0x28586242BEDD554DA40B4E9F152B0B48 , 0xB8A92457B11556F18F40D674620CC5E9 , 0xED98B9F0DCAC5812B0E5FE499E6A7BE5 , 0x7FBB8771C7AD5309882668768721DA91 , 0xA5206AF818AD5293BC453DBF60463AC9 , 0x2F90B741317E570181814777B67ACF29 , 0x1D3F2CFF22EE5102B759A4616C7ADD26 , 0xFB9F3A56B6F75E9E868410E23B28D2BE , 0xA51C3501ED5D52F0AED800EFDEA9CE53 , 0x1307B22F5CD45E5ABC213A1A650F0D4D , 0x2410645F1E3E5D9CA2FCED5AEBE9774D , 0xB93721A332C55ABAA816FE504D0304BF , 0x2C15E4C03B015368AAE5785DB249A0C8 , 0xB47D84E1A8C35315B2A38EFA0726F192 , 0x9C9229650CE7524C91B1F7EA91B5964F );
Copy
70
0.37 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"ÐÆd Ía[O©x~¸ƒ¹^\x16 "
b"‚\x1E\x15 ´¼TÈ–é7-l_ÿL "
b"#14ÖñœWá·üð~‚r.\x0E "
b"/B\x1C M└\x16 XÕío.Ë+Å█w "
b"}¿£8Mh]Õ¥ i¢4Vh "
b"Ön¦öbf^¬ú2┌Ém£┴U "
b"\x06 O0ÕDúT\x15 ª2÷ƒŒ˜Q¬ "
b"ùü±³xPY\x0E šCBÇ\e %f£ "
b"œ\x18 í7rùUÉ‘|Å{+F1ù "
b"(XbB¾ÝUM¤\v NŸ\x15 +\v H "
b"©®$W▒\x15 V±Å@Ítb\f ┼Ú "
b"혹ðܬX\x12 °åþIžj{å "
b"\x7F »‡qÇS\t ˆ&hv‡!Ú‘ "
b"¥ jø\x18 R“¼E=¿`F:É "
b"/ÉÀA1~W\x01 üüGwÂz¤) "
b"\x1D ?,ÿ"îQ\x02 ·Y¤alzÝ& "
b"ûŸ:V¶÷^ž†„\x10 â;(Ò¾ "
b"¥\x1C 5\x01 í]Rð®Ø\x00 ïÞ©ÎS "
b"\x13\x07 ²/\Ô^Z¼!:\x1A e\x0F \r M "
b"$\x10 d_\x1E >]œ¢üíZëéwM "
b"¹7!£2ÅZº¨\x16 þPM\x03\x04 ¿ "
b",\x15 äÀ;\x01 Shªåx]²I È "
b"´}„á¨ÃS\x15 ²£Žú\x07 &ñ’ "
b"œ’)e\f çRL‘±÷ꑵ–O "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0xD0C66420CD615B4FA9787EB883B95E16 , 0x821E15C2B4BC54C896E9372D6C5FFF4C , 0x233134D6F19C57E1B7FCF07E82722E0E , 0x2F421C4DC01658E5A16F2ED32B8FDB77 , 0x7DBFA3384D685DD5A5A069A234566820 , 0x996EDD9462665EAAA332DA906D9CC155 , 0x064F30D544FA5415AA32F7838C9851AC , 0xF9FCB1B37850590E9A4342C71B2566A3 , 0x9C18ED3772F955C9917CC57B2B4631F9 , 0x28586242BEDD554DA40B4E9F152B0B48 , 0xB8A92457B11556F18F40D674620CC5E9 , 0xED98B9F0DCAC5812B0E5FE499E6A7BE5 , 0x7FBB8771C7AD5309882668768721DA91 , 0xA5206AF818AD5293BC453DBF60463AC9 , 0x2F90B741317E570181814777B67ACF29 , 0x1D3F2CFF22EE5102B759A4616C7ADD26 , 0xFB9F3A56B6F75E9E868410E23B28D2BE , 0xA51C3501ED5D52F0AED800EFDEA9CE53 , 0x1307B22F5CD45E5ABC213A1A650F0D4D , 0x2410645F1E3E5D9CA2FCED5AEBE9774D , 0xB93721A332C55ABAA816FE504D0304BF , 0x2C15E4C03B015368AAE5785DB249A0C8 , 0xB47D84E1A8C35315B2A38EFA0726F192 , 0x9C9229650CE7524C91B1F7EA91B5964F )) GROUP BY `product` . `id` ;
Copy
71
1.77 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` , `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` , (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` , (SELECT GROUP_CONCAT (HEX (`product.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.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 `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"ÐÆd Ía[O©x~¸ƒ¹^\x16 "
b"‚\x1E\x15 ´¼TÈ–é7-l_ÿL "
b"#14ÖñœWá·üð~‚r.\x0E "
b"/B\x1C M└\x16 XÕío.Ë+Å█w "
b"}¿£8Mh]Õ¥ i¢4Vh "
b"Ön¦öbf^¬ú2┌Ém£┴U "
b"\x06 O0ÕDúT\x15 ª2÷ƒŒ˜Q¬ "
b"ùü±³xPY\x0E šCBÇ\e %f£ "
b"œ\x18 í7rùUÉ‘|Å{+F1ù "
b"(XbB¾ÝUM¤\v NŸ\x15 +\v H "
b"©®$W▒\x15 V±Å@Ítb\f ┼Ú "
b"혹ðܬX\x12 °åþIžj{å "
b"\x7F »‡qÇS\t ˆ&hv‡!Ú‘ "
b"¥ jø\x18 R“¼E=¿`F:É "
b"/ÉÀA1~W\x01 üüGwÂz¤) "
b"\x1D ?,ÿ"îQ\x02 ·Y¤alzÝ& "
b"ûŸ:V¶÷^ž†„\x10 â;(Ò¾ "
b"¥\x1C 5\x01 í]Rð®Ø\x00 ïÞ©ÎS "
b"\x13\x07 ²/\Ô^Z¼!:\x1A e\x0F \r M "
b"$\x10 d_\x1E >]œ¢üíZëéwM "
b"¹7!£2ÅZº¨\x16 þPM\x03\x04 ¿ "
b",\x15 äÀ;\x01 Shªåx]²I È "
b"´}„á¨ÃS\x15 ²£Žú\x07 &ñ’ "
b"œ’)e\f çRL‘±÷ꑵ–O "
]
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` ,
`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` ,
(
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` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.properties.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_property` `product.properties.mapping`
WHERE
`product.properties.mapping` . `product_id` = `product` . `properties`
) as `product.properties.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 `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` , `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` , (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` , (SELECT GROUP_CONCAT (HEX (`product.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.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 `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 (0xD0C66420CD615B4FA9787EB883B95E16 , 0x821E15C2B4BC54C896E9372D6C5FFF4C , 0x233134D6F19C57E1B7FCF07E82722E0E , 0x2F421C4DC01658E5A16F2ED32B8FDB77 , 0x7DBFA3384D685DD5A5A069A234566820 , 0x996EDD9462665EAAA332DA906D9CC155 , 0x064F30D544FA5415AA32F7838C9851AC , 0xF9FCB1B37850590E9A4342C71B2566A3 , 0x9C18ED3772F955C9917CC57B2B4631F9 , 0x28586242BEDD554DA40B4E9F152B0B48 , 0xB8A92457B11556F18F40D674620CC5E9 , 0xED98B9F0DCAC5812B0E5FE499E6A7BE5 , 0x7FBB8771C7AD5309882668768721DA91 , 0xA5206AF818AD5293BC453DBF60463AC9 , 0x2F90B741317E570181814777B67ACF29 , 0x1D3F2CFF22EE5102B759A4616C7ADD26 , 0xFB9F3A56B6F75E9E868410E23B28D2BE , 0xA51C3501ED5D52F0AED800EFDEA9CE53 , 0x1307B22F5CD45E5ABC213A1A650F0D4D , 0x2410645F1E3E5D9CA2FCED5AEBE9774D , 0xB93721A332C55ABAA816FE504D0304BF , 0x2C15E4C03B015368AAE5785DB249A0C8 , 0xB47D84E1A8C35315B2A38EFA0726F192 , 0x9C9229650CE7524C91B1F7EA91B5964F ));
Copy
72
0.35 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à+÷rS×À3ß\x7F P¸╗ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à-_s5¥7┘ào¡qó "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à-!rıƹ$\x14 åá\x04 G "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à\x12 õs`º£VÚS┘ì╩ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à-qpÇ╗ó®¾óÎR\x17 "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à,"p_út¯b\x05 "u² "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à-Ür¦Øº\x01 g┌╠)w "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"""
\x01 É┌à\x12 ÷r(îf?æ\n
\x15 ¹y
"""
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à,äq±à█-x\x16 Dƒ═ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à\x13 Ös|ÿ┬ı8Dälâ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à,[ruÜÆýqliÜ┐ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à\x12 Ðr\x18 ÅV├¿?>°í "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à+Úp═É(gpáòj@ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à,\r rþ▓▓Ͱ‗░.W "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 “S+\x07 Yrt‡Š±‚‰kî\x03 "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à-Jq«¼C\x12 îu░ÔÇ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"""
\x01 É┌à,nq¯í\n
áv.Ëbö
"""
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à-»s>¬¨K\x01 Ø┬\x12 À "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à,6so░¸±m!G#Á "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à-äp\x03 ÜÐ\x15 úÝä»ó "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à\x12 !pÝÂ┴ÏèqO©\x18 "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à,Ip\t ▓\x12 È\x17 Zw\x18 ã "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à,\x02 pðûä¾│x¬Íu "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à-4råÿýÁÔT'ÿq "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
WHERE
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` WHERE `property_group_option` . `id` IN (0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852BF672539EB733E17F50F7BB , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852D5F7335BE37D9856FAD71A2 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852D2172D592FB241486A00447 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8512E47360A79C56E953D98DCA , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852D717080BBA2A9F3A2D75217 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852C22705FA374EE62052275FD , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852D9A72DD9DA70167DACC2977 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8512F672288C663F910A15FB79 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852C8471F185DB2D7816449FCD , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA851399737C98C2D53844846C83 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852C5B72759A92EC716C699ABF , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8512D172188F56C3A83F3EF8A1 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852BE970CD90286770A0956A40 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852C0D72E7B2B2D6F8F2B02E57 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0193532B07597274878AB182896BEE03 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852D4A71AEAC43128C75B0E280 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852C6E71EEA10AA0762ED36294 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852DAF733EAAF94B019DC212B7 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852C36736FB0F7F16D214723B5 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852D8470039AD115A3ED84AFA2 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA85122170EDB6C1D88A714FB818 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852C497009B212D4175A7718C6 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852C0270D09684F3B378AAD675 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA852D34728698ECB5E254279871 );
Copy
73
0.13 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"\x06 O0ÕDúT\x15 ª2÷ƒŒ˜Q¬ "
b"\x13\x07 ²/\Ô^Z¼!:\x1A e\x0F \r M "
b"\x1D ?,ÿ"îQ\x02 ·Y¤alzÝ& "
b"#14ÖñœWá·üð~‚r.\x0E "
b"$\x10 d_\x1E >]œ¢üíZëéwM "
b"(XbB¾ÝUM¤\v NŸ\x15 +\v H "
b",\x15 äÀ;\x01 Shªåx]²I È "
b"/B\x1C M└\x16 XÕío.Ë+Å█w "
b"/ÉÀA1~W\x01 üüGwÂz¤) "
b"}¿£8Mh]Õ¥ i¢4Vh "
b"\x7F »‡qÇS\t ˆ&hv‡!Ú‘ "
b"‚\x1E\x15 ´¼TÈ–é7-l_ÿL "
b"Ön¦öbf^¬ú2┌Ém£┴U "
b"œ\x18 í7rùUÉ‘|Å{+F1ù "
b"œ’)e\f çRL‘±÷ꑵ–O "
b"¥\x1C 5\x01 í]Rð®Ø\x00 ïÞ©ÎS "
b"¥ jø\x18 R“¼E=¿`F:É "
b"´}„á¨ÃS\x15 ²£Žú\x07 &ñ’ "
b"©®$W▒\x15 V±Å@Ítb\f ┼Ú "
b"¹7!£2ÅZº¨\x16 þPM\x03\x04 ¿ "
b"ÐÆd Ía[O©x~¸ƒ¹^\x16 "
b"혹ðܬX\x12 °åþIžj{å "
b"ùü±³xPY\x0E šCBÇ\e %f£ "
b"ûŸ:V¶÷^ž†„\x10 â;(Ò¾ "
]
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 (0x064F30D544FA5415AA32F7838C9851AC , 0x1307B22F5CD45E5ABC213A1A650F0D4D , 0x1D3F2CFF22EE5102B759A4616C7ADD26 , 0x233134D6F19C57E1B7FCF07E82722E0E , 0x2410645F1E3E5D9CA2FCED5AEBE9774D , 0x28586242BEDD554DA40B4E9F152B0B48 , 0x2C15E4C03B015368AAE5785DB249A0C8 , 0x2F421C4DC01658E5A16F2ED32B8FDB77 , 0x2F90B741317E570181814777B67ACF29 , 0x7DBFA3384D685DD5A5A069A234566820 , 0x7FBB8771C7AD5309882668768721DA91 , 0x821E15C2B4BC54C896E9372D6C5FFF4C , 0x996EDD9462665EAAA332DA906D9CC155 , 0x9C18ED3772F955C9917CC57B2B4631F9 , 0x9C9229650CE7524C91B1F7EA91B5964F , 0xA51C3501ED5D52F0AED800EFDEA9CE53 , 0xA5206AF818AD5293BC453DBF60463AC9 , 0xB47D84E1A8C35315B2A38EFA0726F192 , 0xB8A92457B11556F18F40D674620CC5E9 , 0xB93721A332C55ABAA816FE504D0304BF , 0xD0C66420CD615B4FA9787EB883B95E16 , 0xED98B9F0DCAC5812B0E5FE499E6A7BE5 , 0xF9FCB1B37850590E9A4342C71B2566A3 , 0xFB9F3A56B6F75E9E868410E23B28D2BE )));
Copy
74
0.13 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
75
3.89 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à\x12 !pÝÂ┴ÏèqO©\x18 "
b"\x01 É┌à\x12 Ðr\x18 ÅV├¿?>°í "
b"\x01 É┌à\x12 õs`º£VÚS┘ì╩ "
b"""
\x01 É┌à\x12 ÷r(îf?æ\n
\x15 ¹y
"""
b"\x01 É┌à\x13 Ös|ÿ┬ı8Dälâ "
b"\x01 É┌à+Úp═É(gpáòj@ "
b"\x01 É┌à+÷rS×À3ß\x7F P¸╗ "
b"\x01 É┌à,\x02 pðûä¾│x¬Íu "
b"\x01 É┌à,\r rþ▓▓Ͱ‗░.W "
b"\x01 É┌à,"p_út¯b\x05 "u² "
b"\x01 É┌à,6so░¸±m!G#Á "
b"\x01 É┌à,Ip\t ▓\x12 È\x17 Zw\x18 ã "
b"\x01 É┌à,[ruÜÆýqliÜ┐ "
b"""
\x01 É┌à,nq¯í\n
áv.Ëbö
"""
b"\x01 É┌à,äq±à█-x\x16 Dƒ═ "
b"\x01 É┌à-!rıƹ$\x14 åá\x04 G "
b"\x01 É┌à-4råÿýÁÔT'ÿq "
b"\x01 É┌à-Jq«¼C\x12 îu░ÔÇ "
b"\x01 É┌à-_s5¥7┘ào¡qó "
b"\x01 É┌à-qpÇ╗ó®¾óÎR\x17 "
b"\x01 É┌à-äp\x03 ÜÐ\x15 úÝä»ó "
b"\x01 É┌à-Ür¦Øº\x01 g┌╠)w "
b"\x01 É┌à-»s>¬¨K\x01 Ø┬\x12 À "
b"\x01 É┌ïÆ╠puí$IÄVWÇ, "
b"\x01 É┌ïÆÞrÌ×ì2┐ç\v 5× "
b"\x01 É┌ïô\x03 sIÿË┤\x13 ¹%¯ "
b"\x01 É┌ïô\x1D s<é:v\x05 7\x07 ╣· "
b"\x01 É┌ïô4qyünn╣W\x03 ¹$ "
b"\x01 É┌ïôOpuª\v ´;~\x14 ƒú "
b"\x01 É┌ïôhq&│Gr\x18 ╚&±ö "
b"\x01 É┌ïô\x7F rÜ║¬<\v ║ï¿Ç "
b"\x01 É┌ïôæs¼¥r\x7F ╩LãzI "
b"\x01 É┌ïôús9ëòúÏQÃo┘ "
b"\x01 É┌ïôÁq¸½\x00 f‗ \x01 ╚î "
b"\x01 É┌ïöYr─Ça¯┼á}¢\x7F "
b"\x01 É┌ïöjs¿ñ│5╗]\x1F Ú\x12 "
b"\x01 É┌ïö|pPÅ®ù└-Qì╦ "
b"\x01 É┌ïöìrF¬\x1F ÷\x19\x1D ºÓ\e "
b"\x01 É┌ïöƒp¢┐¸.\x1F\e Ä▓P "
b"\x01 É┌ïö▒q±úm\x02 âÅÆƒ╦ "
b"\x01 É┌ïö├pÏÖ\x15 Ä$¶Û½y "
b"\x01 É┌ïöÈsùù\x04 ZÎ╦Dç± "
b"\x01 É┌ïöÞr\x12 ║MÒ┤±W\x06 ▒ "
b"\x01 É┌ïö¨pf½ÔDÓº─ì> "
b"\x01 É┌ïò\v r>┐\x19 ä\x0E\x1A ´?ð "
b"\x01 É┌ïû\x17 q\x01 Üße¢ÒÚÛ "
b"\x01 É┌ïû4sμå_[¾Cln "
b"\x01 É┌ïûOrX¬úVôÛÑÎX "
b"\x01 É┌ïûis'¼²¶/£qJk "
b"\x01 É┌ïûüq\x13 áÎg8$·ÚÏ "
b"\x01 É┌ïù.sÇñËÜm{¼\f ╝ "
b"\x01 É┌ïùJs%ñ\x00 ,Ùü\x16 Òí "
b"\x01 É┌ïùep\x03 ¿ÛÌ\x1D {üïÛ "
b"\x01 É┌ïùÇr─ì└ÓH~ oT "
b"\x01 É┌ïÿ3sÙéSL\x02 gª\f ì "
b"\x01 É┌ïÿOsSçâj╣h\x18\v ; "
b"\x01 É┌ïÿkpXë9ËôO╗?j "
b"\x01 É┌ïÿàrÔ¼╚╣´rÍÑ$ "
b"\x01 É┌ïÿ£qy£Ü├ᾸØ\x10 "
b"\x01 É┌ïÖNs×ö\x06 Äþs h╦ "
b"\x01 É┌ïÖ³plàï5Q:9Ú? "
b"""
\x01 É┌ïÜ\e q7ò\n
;qô┤C\x1D
"""
b"\x01 É┌ïÜ7r7ùa╩Êií³Z "
b"\x01 É┌ïÜOrj¬Ð║U‗ƒ¥A "
b"\x01 É┌ïÜfr¶Ü┐7%‗úx` "
b"""
\x01 É┌ïø\n
q\x02 ¼8r\e 2\x15 k!
"""
b"\x01 É┌ïø'qOúÓËb\x14 Ì\x19 \r "
b"\x01 É┌ïØ‗slƒ[é-fÆ\x1E Ö "
b"\x01 É┌ï×\x11 sÿÀ▄k╣¸ÿ\x07 ÿ "
b"\x01 É┌ïצq\x11 ┐;f$CS¸ô "
b"\x01 É┌ï×·rW¼Ùx┴²:dµ "
b"\x01 É┌î\x12 ╗p\t ¼àö\e í\x19\t Ù "
b"\x01 É┌î\x12 Îrج\x1D 5ýl±\x1C ô "
b"\x01 É┌î\x12 r#û\x14 └<Ðé║╩ "
b"\x01 É┌î\x13\t p<äy\x07 Ä┼DA¼ "
b"\x01 É┌î\x13 'r¦â┘ªÌ|"N½ "
b"\x01 É┌î\x13 ?rH¼▓ê\x02 ª\x10\e Õ "
b"\x01 É┌î\x13 Qr5»Q\x15 ÅÅÞ\╣ "
b"\x01 É┌î\x13 bq²½7╚\x12\x05 ÐÑ1 "
b"\x01 É┌î\x14\x02 q\x10 ┤ïö0s╝╗ "
b"\x01 É┌î\x14\x1E s┬òŹ\x0F ò\x08 í( "
b"\x01 É┌î\x14 5s!Ñ‗ʨ±*Z¼ "
b"\x01 É┌î\x14 LqC¢:®P│┼\x12 Z "
b"\x01 É┌î\x14 as\f ¡h\x18 #Ýf×È "
b"""
\x01 É┌î\x14 qq£åìÊÙL\x06 \n
Ì
"""
b"\x01 É┌î\x14 âq\r ¥O┤§\t 4\x11 Y "
b"\x01 É┌î\x14 òp‗©o\x1A ;ÁW┼P "
b"\x01 É┌î\x15 6qQ»5>ÂC\x04 6Ú "
b"\x01 É┌î\x15 Nq\x1A ëFMõ│Y\t ì "
b"\x01 É┌î\x15 ls[îåZûlÔÙk "
b"\x01 É┌î\x15 ïs\x13 îX\x1D TÚDÉå "
b"\x01 É┌î\x15 ús\x03 î┘6\t P1└Ç "
b"\x01 É┌î\x16 Np°ñ\x00 Y╣YrË╔ "
b"\x01 É┌î\x16 ²p_ò!▓ñ«XÞä "
b"\x01 É┌î\x17 ┤spÇÎÇ-½ └A "
b"\x01 É┌î\x18 qrc┐Dr╝\x13 ä│\ "
b"\x01 É┌î\x19 Qr│░]zrh▓*£ "
b"\x01 É┌î\x19 s\x14 ÑÝqT\t >`ë "
b"\x01 É┌î\x1A ôpsí\e Ã▀t©¹õ "
b"\x01 É┌î\e KrnïÉo¢H┴\f 4 "
b"\x01 É┌î\x1C\x03 q(Ü└ܾª▒8N "
b"\x01 É┌î\x1C ▒pmº╦E▀&^ê\x1F "
b"\x01 É┌î\x1D YrxìQÞb^ѱ\e "
b"\x01 É┌î\x1E\x05 q\x12 Ç@RÊÙn´\x1E "
b"\x01 É┌î\x1E ºsSê͵{1h\x04 X "
b"\x01 É┌î\x1F Tr^é#í¶\x12 pפ "
b"\x01 É┌î\x1F ‗rwêÚþ¾\x14 ╩a\x06 "
b"\x01 É┌î îsvº¢E¡S\f U┬ "
b"\x01 É┌î!1q~êÕ╠╦äıÏD "
b"\x01 É┌î!╩p®Öm╚Gá▒Çh "
b"\x01 É┌î"cs{û%╝s■zYn "
b"\x01 É┌î#\x16 qǽW\x17 v\x1C §<\x1C "
b"\x01 É┌î#Ìsò╗░!\r eàn\x00 "
b"\x01 É┌î$ésYå×8À®úF╬ "
b"\x01 É┌î%CqJä┤â\x15 _ö>─ "
b"\x01 É┌î%Ìr¨À¼*─ªòì¾ "
b"\x01 É┌î&Æqƒêß4╣ìv│3 "
b"\x01 É┌î'RqÜ®╦\x08 xw\x11 ‗ "
b"\x01 É┌î(\x08 q`╣0\t ªÊ\ ¦ "
b"\x01 É┌î(▒qkí\r tõ╣┐Ë\x1C "
b"\x01 É┌î)ap½Ü:+Ï%FE^ "
b"\x01 É┌î) p▀úã¾72\x03 ³\x11 "
b"\x01 É┌î*ÎpÒüÎ qÙ®\r "
b"\x01 É┌î+|qïÖ³+ÐYÑ\x11 Ô "
b"\x01 É┌î,+p[ç\x17\x01 J¦\x0F ¥ "
b"""
\x01 É┌î, pͪ\n
<\f ▓[̱
"""
b"\x01 É┌î-╗sY╗$¯║mô║\x1C "
b"\x01 É┌î.êsý╣\x0F 6þıem\x08 "
b"\x01 É┌î.ªs½åÂc`¯▀Üù "
b"\x01 É┌î.├rú¢Bd¦\x01 ¡0╣ "
b"\x01 É┌î/gp╚╗\x1C p¨\x14 tÆ\x03 "
b"\x01 É┌î0\x14 r[Áññ¨8Å@ı "
b"\x01 É┌î0╠q\x00 Å<@├▒|\x03 "
b"\x01 É┌î1prâä\x1D à6¸CÈf "
b"\x01 É┌î2*rb£╗i\x11 kéõË "
b"\x01 É┌î30qƒX§\t >zb~ "
b"\x01 É┌î3þqÜî┼╝ª\x01 æ]à "
b"\x01 É┌î4▒r"╝+rBé;n\e "
b"\x01 É┌î5vr│┤ó─\r \x04 \r \x02 æ "
b"\x01 É┌î6ïshå╩ºN╗[n^ "
b"\x01 É┌î7bp\f «Aj\MéÐÅ "
b"\x01 É┌î8Bs\t ƒ\x14 ¨§/s=§ "
b"\x01 É┌î9)p?Ǻþ¤\x12 "l{ "
b"\x01 É┌î9´rÐà¥(!Ï\x1F :╗ "
b"\x01 É┌î;\f p(æþ└¡²8®f "
b"\x01 É┌î==siÜ└Azº*\x08 "
b"""
\x01 É┌î>\n
r\x17 ØÅ»\x14\x04 TDá
"""
b"\x01 É┌î>Ñr8╣T|ý┼ÍH¼ "
b"\x01 É┌î?Nr4│┌¥ÎïÇ!ö "
b"\x01 É┌î?§r┐å║\x7F A┐ınÌ "
b"\x01 É┌î@íp3®ı2\x00 $J"g "
b"\x01 É┌î@¥r\x03 תcÔƒS³· "
b"\x01 É┌î@┘q;ÀtÔ^~\t U> "
b"\x01 É┌îAäqÙçP«ÐIÞ2g "
b"\x01 É┌îAír\x1D ¿\x13\e ú\\t HW "
b"\x01 É┌îA┐qmåÐH■À°╚Ð "
b"\x01 É┌îA┘q\x18 Öϯêý!uµ "
b"\x01 É┌îWÞq®¡Ïñ\\x15 =@& "
b"\x01 É┌îW°q©ê\x11 pÒ-Úð' "
b"\x01 É┌îX\t q1×\x15 àPUƒ\x02\x14 "
b"\x01 É┌îX\x1A só┤\x0F ╦\v Ï╬;Ï "
b"\x01 É┌îY\r s"èuaÂê&Ö~ "
b"\x01 É┌îY,s▄Æý§1▀âªF "
b"\x01 É┌îYHp¬▒ü?pðå}L "
b"\x01 É┌îYbsá«R{ÕÂ=\x1A Î "
b"\x01 É┌îYzqrÖríÃÔï¤É "
b"\x01 É┌îZ s\x1F Ø┤\x0F ö─u░Ü "
b"\x01 É┌îZ=r\x11 í¿\r \x15 ;Û*ß "
b"\x01 É┌îZXqÔç\x06 ý├\x04 B░2 "
b"\x01 É┌îZop\x1D üæPt@>\x02 "
b"""
\x01 É┌îZåqiÄ\n
¾eŽ┬ƒ
"""
b"\x01 É┌îZûs6ûºýz‗_K‗ "
b"\x01 É┌îZ¿sà®C@`k_\x00 & "
b"\x01 É┌î[5sÚè░[\x11 y│IW "
b"\x01 É┌î[SsÖºnÖ'├:I2 "
b"\x01 É┌î[nsЬÁ┴©"d│8 "
b"\x01 É┌î[êp¯×ÛR·Ñ\x1E ┼ç "
b"\x01 É┌î[ásOæDcÿ\e á8î "
b"\x01 É┌î[┤qÿùÐf\x07 »D\x0F ü "
b"\x01 É┌î[ãs╗IJAáªtsü "
b"\x01 É┌î\wp"┤dø¥┼6─z "
b"\x01 É┌î]8sÍÿ`Ѓ╦▒Õõ "
b"\x01 É┌î]ßp+ú*\x11 ╔+x3{ "
b"\x01 É┌î]■s┼▓X│▓"\x02 °\x0F "
b"""
\x01 É┌î^\x19 púñöºg\n
¾Þ│
"""
b"\x01 É┌î^5pP«\x05 GÉK\x18 v\x1E "
b"\x01 É┌î^Ïpì│uúÿRßE± "
b"\x01 É┌î^§s┴º┼╔HMI|¥ "
b"\x01 É┌î_\x10 pþê!°9½┤╗ "
b"\x01 É┌î_/stùÂA5¾|\x04 ┐ "
b"\x01 É┌î_Gr(Â\x11 û´Wß(Ý "
b"\x01 É┌î_^s¤Â(ä+B%0ð "
b"\x01 É┌î`&r2Ѧ)¡>àS▄ "
b"\x01 É┌î`FqtÖ\x12 ÂdÆWÙZ "
b"\x01 É┌î`krÓå├$\x1A ³>╝\x10 "
b"\x01 É┌î`ìpÔçgÞ\x0E ╦2ÏN "
b"\x01 É┌î`Ñq\x1F ásVÔ¥¹\x1E ö "
b"\x01 É┌îb%r~Ü^ÀCÀï\` "
b"\x01 É┌îbÓs■ÇýÆ·\x0F ╬3\r "
b"\x01 É┌îcépm®µ\x04 Mü]P┤ "
b"\x01 É┌îd$s]Åd/ \x19 Ñ\x17\f "
b"\x01 É┌îd╦s┴ª\x1E ¬ìY╗ñ§ "
b"\x01 É┌îdÞr?æQvìN?\v ê "
b"\x01 É┌îeërYº\x05 ô╠ª²çÊ "
b"\x01 É┌îf,q■Ö':½\x07 rÚ: "
b"\x01 É┌îfÙp{©é\x05 .MI¯├ "
b"\x01 É┌îgÄsÉ¥f¡T─2A¨ "
b"\x01 É┌îh8rÈÜ╦G\x10 uä¢î "
b"\x01 É┌îhÚrWïGE6à\x1F DÜ "
b"\x01 É┌îiÌs;ƒ\x00 ÿÔÈö\x1C ì "
b"\x01 É┌îi¹qèÉ÷#4]aeí "
b"\x01 É┌îj\x17 q3Ø║É7\x05 ä\v î "
b"\x01 É┌îkYrßÜ^╠yºê\x1C ù "
b"\x01 É┌îlïs²ù\x7F n;\v\x10 Ð6 "
b"\x01 É┌îm╚q║ò\x01\x04 %w½┌. "
b"\x01 É┌în‗r¿®$Ýëø▒\x7F " "
b"\x01 É┌îp/p!ª\x16 ìôDä°╦ "
b"""
\x01 É┌îrpqQäÔ\n
F)~©Ó
"""
b"\x01 É┌îs\x08 qd▒.ÔÂ\x1D .çË "
b"\x01 É┌îsõqgù4s\x07 ▀\x16 ¦ "
b"\x01 É┌îtásëêܨ[¤ñge "
b"\x01 É┌îuUp▒æ╦AG>F\x1C g "
b"\x01 É┌îv6s╚óê▒1\f Mª╬ "
b"\x01 É┌îw\x1D qxÜ\x0F Z#²¸µ( "
b"\x01 É┌îwÊs¥░²÷¢J┤┼ "
b"\x01 É┌îxØrsît>¤ÚÜÕÐ "
b"\x01 É┌îyíqâC╣\x06\x7F ·¹│ "
b"\x01 É┌îzNpI×|[çÑ\x15 vÁ "
b"\x01 É┌î{\x15 pÐÄ\x11 B╔\v ┐ÝÍ "
b"\x01 É┌î{3p\e ┐¾ètÀ«\f\x14 "
b"\x01 É┌î{Qq\x0F ½║i¶ ò\x12 ã "
b"\x01 É┌î{jp¼ÁÀãз÷╗÷ "
b"\x01 É┌î{âs1û■rrE\x1C ╬╝ "
b"\x01 É┌î|\x1D r=¡\x1A █▒\x1C ╠:ã "
b"\x01 É┌î|:q\x04 ║Ø«┘\x17 ü║¥ "
b"\x01 É┌î|Vqa×ï5┐"\x02\x1D [ "
b"\x01 É┌î|qs┬üË-´╔¿\x02 ▄ "
b"\x01 É┌î|êr¤Çb÷╗¬=» "
b"\x01 É┌î|ƒp ¬±/ú)2l¾ "
b"\x01 É┌î|▓r(ü÷8Mƒ¿¾Ö "
b"\x01 É┌î|├q\v »ï¢ôQ╬²õ "
b"\x01 É┌î|ısz×\x00 xR¤µÏê "
b"\x01 É┌î|µrTÇ·úíBÆîü "
b"""
\x01 É┌î|°sS╝¼\x13 ▓\x1C\x7F \n
,
"""
b"""
\x01 É┌î}\n
qF¢"Ýõw\x08 ¯1
"""
b"\x01 É┌î}\e rkÄv\x0F ÝÙÐþ┐ "
b"\x01 É┌î},s¿ÆzW╠:ê)\x04 "
b"\x01 É┌î}>r\x14 ¼\x03 @┌áKï9 "
b"\x01 É┌î}Pp^¿Z4}\x1A F#\x08 "
b"\x01 É┌î}bq^ìƒí1E\x02 è¹ "
b"\x01 É┌î}srrîýJò©¯oí "
b"\x01 É┌î}às┴ü\x07 i\x11 AÛïI "
b"\x01 É┌î}ùs(Ñ\v õ²\f ¥:\x1C "
b"\x01 É┌î}¿së»Í]\x0E ËZ¼2 "
b"\x01 É┌î}║r̬\x19 R╠à\x11 ▓Å "
b"\x01 É┌î}╦q\x14 ï8§±Xÿ¯i "
b"\x01 É┌îöôq|ó\x1C k\t ÌóxR "
b"\x01 É┌îö░rl×ù‗q(A²╠ "
b"\x01 É┌îòwq\x15 íéıµ~C╚³ "
b"\x01 É┌îòör¦®îìVü╣Ô~ "
b"\x01 É┌îû*sá╣▀─$ƒ┤&A "
b"\x01 É┌îûHqßÄx\x18\x18 ▓L·> "
b"\x01 É┌îûds¤ª;éES\x15 ³\x06 "
b"\x01 É┌îùdq╣ÂÔήC?gÉ "
b"\x01 É┌îùüq·¼┬¼*\x04 MNé "
b"\x01 É┌îù£rà╗┤\x05 Å▀¾\x1D └ "
b"\x01 É┌îùÂp&èÑË#Ù\x10 Õ^ "
b"\x01 É┌îÿmr&│g{sÿ\x1C :³ "
b"\x01 É┌îÿès®ÄÅ╚Y\x06 ô\x1D │ "
b"\x01 É┌îÿórQ▓Q═W6àaÉ "
b"\x01 É┌îÿ║sà»┬\r Íed^╬ "
b"\x01 É┌îÿÐqPú║*n\x1C ¦àÿ "
b"\x01 É┌îÖzrËñnyu┘Àâ╬ "
b"\x01 É┌îÖùrAëS´Ô‗WÍà "
b"\x01 É┌îÖ▓q¶ƒ└\x15 ½▒\x10 Ï "
b"\x01 É┌îÖ╩qçá\\x04 ¡#^kù "
b"\x01 É┌îÖßqmò-]à¯R"\n "
b"""
\x01 É┌îÖ¾qn║N2Ê\n
e)¿
"""
b"\x01 É┌îÜ«pºÂ\x01 àe\x17 ñ┘\x0E "
b"\x01 É┌îø^q?ë+▄$ñ½@\x02 "
b"\x01 É┌î£\x03 qR▒╦¾kÚ5?´ "
b"\x01 É┌î£Ør┴ª\x06 êÍòß\f 0 "
b"\x01 É┌îØNr}¼Jƒ!¹>ßà "
b"\x01 É┌îØþqA½F\x15 )ݽò¸ "
b"\x01 É┌î×Ñr)ª8òbÈMGö "
b"\x01 É┌îƒKp8®S,oÇ╝A^ "
b"\x01 É┌îá)sÄäØå\x19 ¥Q~X "
b"\x01 É┌îáÌp_¿Cæ\x07 ┘hú░ "
b"\x01 É┌îíòqÑàzcHë┐ü1 "
b"\x01 É┌îóJq─å╔╦i╬¾\x1A Ì "
b"\x01 É┌îó■r\x1C ║Gâ\r =ç╔3 "
b"\x01 É┌îú\e q█Ä═©t║~*z "
b"\x01 É┌îúÀp▓Åiæ3®\x13 Çë "
b"""
\x01 É┌îúısR¼ÀÓ┘é▄\n
ß
"""
b"\x01 É┌îñwsUÖ╣\x12 LÕ<BÌ "
b"\x01 É┌îñöqhçAõ\x14 Ý\x7F }Ñ "
b"\x01 É┌îÑ`p|ä+╗üÙ²`M "
b"\x01 É┌îÑ}r:øÑíç¢jvç "
b"\x01 É┌îª╔r'½QþV«\x04\x06 ½ "
b"\x01 É┌slƒ¤┴j\x1D M╠Å "
b"\x01 É┌îº\x04 r¿ü)ä^7-\x19 Y "
b"\x01 É┌îº\x1E pV«¨\x16 `3¨\x06 A "
b"\x01 É┌îº9p¬¼°A\x11 {J\x18 g "
b"\x01 É┌îºQp\x1C Ç~uötÃî╝ "
b"\x01 É┌îºeqZå│_?¸ëÜ3 "
b"\x01 É┌îºxq\x12 óı«Ã┼║S¿ "
b"""
\x01 É┌îºër¿ënw■Åâ\n
\
"""
b"\x01 É┌îºøsÝá«─o\x0F\x19 é\x1C "
b"\x01 É┌rcƒ>î■\x12 Å■¯ "
b"\x01 É┌psñ\x1A ¥\x10 òûç│ "
b"\x01 É┌î¿Yr¿äÙ\x03\f $X¦= "
b"\x01 É┌î¿{p▄üÍ┘c\x14 Úf? "
b"\x01 É┌î¿øs\x1E îÂu╩^\t ┼0 "
b"\x01 É┌î¿╣pé»ì\x0E ▓z>ö¯ "
b"\x01 É┌î¿Èq½ù▀|½\x07 Q┴$ "
b"\x01 É┌r4ü§┌å~'{. "
b"\x01 É┌î®\x08 r\x11 á©\x13 §«¾*[ "
b"\x01 É┌î®▄qlâ:â╬\x01 TúÇ "
b"\x01 É┌s\x03 øà/³yö36 "
b"\x01 É┌î¬\x1D r·ÿ■ÿ6Çõã\x11 "
b"\x01 É┌î¬‗p┌©└█F\x15 R║! "
b"\x01 É┌î½\x0F r┌ƒ¯╚F.Rb° "
b"\x01 É┌î½+rïÀNä/\x12\x07 ú╠ "
b"\x01 É┌î½Dq\x00 ì¿▄Ë\x01\x03 ░ô "
b"\x01 É┌î½\q3éx▄\x7F 3Ë\x01 - "
b"\x01 É┌î¼\x18 pz░\x1D ╠\x0E RÒ2ö "
b"\x01 É┌î¼5phÀÊ@ƒÄ┼µ▒ "
b"\x01 É┌î¼Pq¹óı"¯┴n6ó "
b"""
\x01 É┌î¼kqQå\n
ÖÆ\x10 ┐\x04 ¯
"""
b"\x01 É┌î¼ârfêêù\x1C\x06 J\x10 Ô "
b"\x01 É┌î¡Gp=×ß§i;ÏÕ\x01 "
b"\x01 É┌î¡dqhæ\t ·\x04 ð┬ÈÑ "
b"\x01 É┌î«\x11 s#àKüÕ`╦¸T "
b"\x01 É┌î«1r'ªge̓\x1A ╬b "
b"\x01 É┌î«Os.▓╗ùjø9s\x15 "
b"\x01 É┌q깸1┬_)‗ "
b"\x01 É┌î»\x11 p\x10 Øh\x1D ▀\x1D ├fµ "
b"\x01 É┌î»│s¢è\x16 `üLï̧ "
b"\x01 É┌î░Qpåê£M'8þi░ "
b"\x01 É┌î░·qbö¦i¦'Z^¼ "
b"\x01 É┌î▒êp┴øøv╬║\x1E »£ "
b"\x01 É┌î▓6r┴ªüC\x0E úz9V "
b"\x01 É┌î▓Îqn¡\x00\x0E ¿à¶ï3 "
b"\x01 É┌î│ÿr)¼UB´A│ Ç "
b"\x01 É┌î┤rpó│S";┤ë┬1 "
b"\x01 É┌î┤Æs¶Â\|\x14 àÀ\x1D ┘ "
b"\x01 É┌î┤«p~¢ãPi9@Û\v "
b"\x01 É┌îÁXpñáƒ'a\x18 ¸├Ù "
b"\x01 É┌îÁ{pnôÿç*Å¡iU "
b"\x01 É┌îÁÜsǺ└·_É\f ëÎ "
b"\x01 É┌îÂtqkØm╩K└%5▓ "
b"\x01 É┌îÀ/s2í╔&Ï"ÔÃ[ "
b"\x01 É┌îÀÞq3å];5\f ùk\x08 "
b"\x01 É┌î©©r║ñËLıìw\x03 ╝ "
b"\x01 É┌î╣ZpÜó/\t ¿ÁûeL "
b"\x01 É┌î¤iqº£Á░F╔ß®6 "
b"\x01 É┌îð^r:è.─ ·Ã\r Ê "
b"\x01 É┌îð´peíÝÝ2ò»j4 "
b"\x01 É┌îÐ░sLú¿ü‗\x06 ndª "
b"\x01 É┌îÊeq╝┤\x17 ã\x1E\x02 bG¾ "
b"\x01 É┌îË\x16 pÄ«0ÖF\x08 ë¡> "
b"\x01 É┌îË╬q\x08 ┐\r î░%[\x0E g "
b"\x01 É┌îÈäq¾¬‗│├°\x04 £ÿ "
b"\x01 É┌îıGs:»\f ┤@kÍÂè "
b"\x01 É┌îÍ\x13 qæÖtÓ}Ðyb└ "
b"\x01 É┌îÍ®p\x16 │2P[yÐË\x01 "
b"\x01 É┌îÎUpHºD=\x12 yz■\x12 "
b"\x01 É┌îζrlØÌ┴Û┐1╗\e "
b"\x01 É┌îÏ¢rôòú═3\x12 ░i) "
b"\x01 É┌î┌├súç½░(\x10 6Ùr "
b"\x01 É┌î┌Óshà\x10 ¨\v cå}\x04 "
b"""
\x01 É┌î┌³r\n
ì^ü\x06 Ç?[7
"""
b"\x01 É┌î█\x16 p\x14 ╣í!▀Ò\x12 HÏ "
b"\x01 É┌î█/püª╩┴\x10 Ï%vÒ "
b"\x01 É┌î█Ir┌ÜÍıÚ7▒ç¤ "
b"\x01 É┌î█[sÖòÇ~rî\x00 ® "
b"\x01 É┌î█lr\x12 îÝç\x07 ╚ºVî "
b"\x01 É┌øN@q[ìÛ7\t f2È4 "
b"\x01 É┌øNnpyÆ└uNnØD\x17 "
b"""
\x01 É┌øNòq.à\n
ÒÕ┴-Gı
"""
b"\x01 É┌øN┤rÜ®ä╔m└CåÊ "
b"\x01 É┌øNıqCë\í┴d\x11 9ê "
b"\x01 É┌øOÿr9ó┌\x0E îP¿\x7F ▀ "
b"\x01 É┌øOÃpCÂø▓\r by`R "
b"\x01 É┌øPyrs╝UUö{▓ıã "
b"\x01 É┌øQEqÐÅÇL\x01 á%R| "
b"\x01 É┌øQlrq¢ °b\x01 ézÇ "
b"\x01 É┌øQÿr?é/\x0E ÍÊaèz "
b"\x01 É┌øRlpö××Áêu═5% "
b"\x01 É┌øS7p$ú¬¥hXv÷p "
b"\x01 É┌øT\x03 s݃5_\x12\x17 ┬É\x14 "
b"\x01 É┌øT╦r§ºá\t L▄¡)¬ "
b"\x01 É┌øUÜr\x04 À\r ü _ÿ© "
b"\x01 É┌øVàqýìq┐Íz½\e · "
b"\x01 É┌øWZq¾ó▀\x16 Zýkõ "
b"\x01 É┌øX%sÄ¿¤┐├§╗\x1C â "
b"\x01 É┌øXµp\x14 ºqÙºXÚ&Õ "
b"\x01 É┌øYÛrKäa╗ÌpøD "
b"\x01 É┌øZÈríƒý\x0E µÁG█l "
b"\x01 É┌ø[▓s┬é ¤§¹ÔTô "
b"\x01 É┌ø\ss╠│-N╣ì\x1D\e ú "
b"\x01 É┌ø]3r¢ÀV\x1E ´K#t "
b"\x01 É┌ø]r6àu<V`\t ┘± "
b"\x01 É┌ø^Ôrcú¸#ò`\x14 HU "
b"\x01 É┌ø_Ös¯Ø\x06\f 4k{¦V "
b"\x01 É┌ø`br/ó█ØûÙ\x02 ³- "
b"\x01 É┌øaWs├¼sÓ'!╣╦. "
b"\x01 É┌Ø>:r├£Ý\x19 ï®Côu "
b"\x01 É┌Ø>dp┐Ød)öG_\f ┌ "
b"\x01 É┌Ø>äpÖöÛöVO£µÖ "
b"\x01 É┌Ø>×s\x19 £öS\v yujZ "
b"\x01 É┌Ø?urôªXR黨Ç▒ "
b"\x01 É┌Ø@0q\x1D º\x06 4!\t I|╬ "
b"\x01 É┌Ø@§s╚×O ¡m%µÛ "
b"\x01 É┌ØA«p┤»úqE╩æ\x1E\x06 "
b"\x01 É┌ØBusv¬xù║ßÖÞ@ "
b"\x01 É┌ØB×rSÇ\x04 ó\x10 █{u¬ "
b"\x01 É┌ØB┐ró┐czЃÒGw "
b"\x01 É┌ØD\x1D s³╣J±>\x7F T8à "
b"\x01 É┌ØDGprÁÓ¯Ö3\x1C i\x07 "
b"\x01 É┌ØDir0û┌\t g1ꬮ "
b"\x01 É┌ØDåpJùÒÆÄÌwCï "
b"\x01 É┌ØDír°ñ¨p \x02\x04 Ú\x05 "
b"\x01 É┌ØEkpõîçyÙ\x02 ^\x14 Ý "
b"\x01 É┌ØEös`ér¾\e ╦UÖò "
b"\x01 É┌ØEÂs!┤Zy\x12 üaÓ: "
b"\x01 É┌ØEÐs╩╣;<■hÐô\r "
b"\x01 É┌ØEýs¿Är¦6Z¥¸p "
b"\x01 É┌ØF└q©å\x04 Y■ó\x08 í» "
b"\x01 É┌ØFÚp:│¶│ê\x1A Fvß "
b"""
\x01 É┌ØG\n
s=ñÁae┤▓P\x1D
"""
b"\x01 É┌ØG%pÎÂu\x14 ú─~2ª "
b"\x01 É┌ØG?qõï¼F╩\x1C eß\x12 "
b"\x01 É┌ØG¶p·┐Õc╣!%░\x14 "
b"\x01 É┌ØH¢r░ÜyºRëF\x18 y "
b"\x01 É┌ØIür╦À┬\x7F <ªH▓Ñ "
b"\x01 É┌ØJ>q\x02 ƒ_ó└¿YS\x0F "
b"\x01 É┌ØKHqYæUïÜÐ\r \x04 ó "
b"\x01 É┌ØKmsAÅ,ý\x11 Î?%§ "
b"\x01 É┌ØKÄp╝ƒ8'ú<r╗╗ "
b"\x01 É┌ØK¿saêe\x03 ╝|\x00 ú× "
b"\x01 É┌ØK├r\r çıß\x02 G² É "
b"\x01 É┌ØK¦qéå\x15 f\x13 └'Ë» "
b"\x01 É┌ØK°r±ç┼]R╔Vþb "
b"\x01 É┌ØL\x13 q×ܤ÷çǹ─´ "
b"\x01 É┌ØL-q5À\x02 Æ\x05 þì³Ò "
b"\x01 É┌ØLHr4¿>?Å\x0F ╝Ü0 "
b"\x01 É┌ØLbpüÂ║ú¼P?ò! "
b"\x01 É┌ØM\x1A q¶ªw"ÿððÅê "
b"\x01 É┌ØM6pL¢9×Ý\x1F\f {á "
b"\x01 É┌ØMQpú£:Ø¢ÛèéK "
b"\x01 É┌ØMlr<×\f &\x06 0DM "
b"\x01 É┌ØMåp¡»?ÉðT2▄0 "
b"\x01 É┌ØMír~ö\x1D 2kó7J¹ "
b"\x01 É┌ØM╗pXêË7ùëıä\x05 "
b"\x01 É┌ØMÍp²º\x14 _■╠<\x04 Ý "
b"\x01 É┌ØM±qè▒\e ]³\x1E û\x7F\x1F "
b"\x01 É┌ØN\f p\x1E ╗ö■9ë?@[ "
b"\x01 É┌ØN&s\¼¸╩È>°4@ "
b"\x01 É┌ØN§s┴Ö·‗¿D[4© "
b"\x01 É┌ØO«r`äf\x1C %\x14 ┌─G "
b"\x01 É┌ØPrq¾ƒÎr1¯Àù\x1E "
b"\x01 É┌ØQ$po½Ø╦\x19 ÂüǦ "
b"\x01 É┌ØQýq\x04 ø▓£\x17 p°qe "
b"\x01 É┌ØRír1ü\x07 ┘╦Êîx\v "
b"\x01 É┌ØSºs\x1C ¡u@v\x11 0#C "
b"\x01 É┌ØSÐp\x1D ª4ÃDëSÝy "
b"\x01 É┌ØS¾s┬óÐnRöìä" "
b"\x01 É┌ØT┘rjàã§úüq╩Æ "
b"\x01 É┌ØUòp╠┤à\x08 »NSs "
b"\x01 É┌ØWFs5ª:¤╣ÓX6% "
b"\x01 É┌ØW¯s¡£\x19 *╬\x1E ]7ª "
b"\x01 É┌ØX½p\x0F ú╩üÉü%Ϻ "
b"\x01 É┌ØY_pþÀô¿vOÕï¦ "
b"\x01 É┌Ø\þsQûQ\x03 ¶2wèä "
b"\x01 É┌Ø]\x11 qÿ»\x01 (ø■ü«\x07 "
b"\x01 É┌Ø^\q_║r<LÄ\x02 S¿ "
b"\x01 É┌Ø^år;ñ\x14 ÍS│.╝ã "
b"\x01 É┌Ø^ºrÕø£H\x08 ▀\x1E\e ' "
b"\x01 É┌Ø^ãp¬╗Ì▓AÓï\x18 ╣ "
b"\x01 É┌Ø^ßpAü┬╝eѳ\x01 Í "
b"""
\x01 É┌Ø^¹s\n
ù\x12 m\x01 Wþà\x1C
"""
b"\x01 É┌ØuFpoé¯÷%£¥╦ "
b"""
\x01 É┌Øv\x11 r#¡(gõ\f ▒\n
»
"""
b"""
\x01 É┌Øv;qÀ│\n
´°éA¤ì
"""
b"\x01 É┌Øv^qÝØG`ÉZÄèº "
b"\x01 É┌Øvxsö▓¢┘┌0\x02 ½{ "
b"\x01 É┌Øw#phñ=Ñ╬pE¾┬ "
b"\x01 É┌ØwMrpÿ|‗Yû\x04 kv "
b"\x01 É┌Øwmr4¿/³ƒ\x1F °ÝY "
b"""
\x01 É┌Øwçqƒå\n
\e \n
s{À¯
"""
b"\x01 É┌Øwós°ä\x14 ═%£lë\x1C "
b"\x01 É┌Øw¢qIÀ"¶^U_\f ² "
b"\x01 É┌ØwÎs╔Æ╝‗9Ûu5\x02 "
b"\x01 É┌Øxÿp,£\x08\x18 \e Ê╗f "
b"\x01 É┌Øx─p▀Áe[\x1D fZî\x15 "
b"\x01 É┌ØxÌr¸╗££²│Ú§\x17 "
b"\x01 É┌íÿªs´╣ í\x00 ┼@v\x04 "
b"\x01 “S+\x07 Yrt‡Š±‚‰kî\x03 "
b"\x01 “S+\x08 prøŸƒ€\x1A \r \x1F ƒ+ "
b"\x01 “S+\x08 ¼ré‡éo\x01 TÛ(c "
b"""
\x01 “S+\t\x07 r\n
¡Ó–—0¿d}
"""
b"""
\x01 “S+\n
Xsɪ®)\x1D ˆ9“Ï
"""
b"""
\x01 “S+\n
¨p=‡Ï\x13 G\x1C À\x18 Û
"""
b"""
\x01 ôS+\n
¾p┘Å 0‗¼ûM-
"""
b"\x01 “S+\f\t r™¶Ô\x1F §\x06 AS\x15 "
b"\x01 “S+\f Ur\x12 ”‹ÿd¹k£å "
b"\x01 “S+\f s\t ³ØŸUxçÞJ "
b"\x01 “S+\r Äqe˜](ëÅ\r ä\f "
b"\x01 “S+\x0E\x10 q¬ˆ\x04 »ÿ¸ñie "
b"\x01 “S+\x0E \p\f ¨\x1A\x00 6\n åÇ› "
b"\x01 “S+\x0F mqn£Ã8ÒÁm†Ö "
b"\x01 “S+\x0F ºr#ºW‰*$»¢˜ "
b"\x01 “S+\x10\x06 p\x01 ›ì¢ýõ‡ž¤ "
b"""
\x01 “S+\x11 \n
s\x16 Šê“\f öŽ\x12 7
"""
b"\x01 “S+\x11 Up4§û\x00 þ㱈& "
b"\x01 ôS+\x11 íp¤Äo:KÊìÐc "
b"\x01 “S+00s²‘%ˆo˜Él\r "
b"\x01 “S+0}pè¼c-ZNßð" "
b"\x01 “S+0Êq*™t\x05 ~ý\f “¸ "
b"\x01 “S+1\x16 q}š‚>^¦P9\x12 "
b"\x01 “S+4°sL…ÈrwÊu‘f "
b"\x01 ôS+4³sQØ\x06 gJª´ñÉ "
b"\x01 “S+DIsÙ›a†ÖÅCyê "
b"\x01 “S+ERsŠ‹>\x1A ûe.úµ "
b"\x01 ôS+JÏs_úlÉZ└ÅZ+ "
b"\x01 “S+M\x07 sj·76}•hS´ "
b"\x01 ôS+N\x1C s\x05 º\x19 `\x14 Ø3hw "
b"\x01 “S+Niq\x16 ™\x12 %wÈ-&— "
b"\x01 “S+Oyr¸˜ÛŠ¢.\x00 ä· "
b"\x01 “S+P„sÁž`ž…F ë› "
b"\x01 “S+Qur#žÎ+Íðj;| "
b"\x01 “S+QÂsÓŽ‰Qs*4Ù; "
b"""
\x01 “S,\n
õp—©{qû)-W¼
"""
b"\x01 ôS,\v ìrýâ§e½┘Ic\x10 "
b"\x01 “S,\r [sÊŽhѦåîF\x19 "
b"\x01 “S,\r ¨pí¤‚è\x1D mÅ—B "
b"\x01 “S,\x12\x07 r1‡%’€ï!ÄÄ "
b"\x01 ôS,\x12 Vqëà+S ╬ Øæ "
b"\x01 “S,\x12 £q¢ŒT,û\x15 v—ó "
b"\x01 “S,\x13 ²rÒ¶ÚæA,R\v ó "
b"\x01 “S,\x14 šq+¬L\x1A i’ðqV "
b"\x01 “S,\x14 çsD°\x12 ›õa„ùß "
b"\x01 “S,\x15 ÔqN¤eñv^[\x1F q "
b"\x01 “S,\x16 "qŽŸ\x04 ¬¯\x00 \r Ÿ£ "
b"\x01 “S,\x16 np[²C\x14 Ù‰¬>z "
b"\x01 “S,\x17 qqx“é8W]ÅP "
b"\x01 “S,\x18 YrÝžD\x16\x03\e +QF "
b"\x01 ôS,\x1C $rÉÅcÂXR³>\x10 "
b"\x01 “S,\x1C or_•6Ò~=ˆï[ "
b"\x01 “S,\x1C ¼q—ŠPV\e I‘Ž" "
b"\x01 “S,\x1D ×s¥ŽW´ :õTÓ "
b"\x01 “S,\x1F\x1D qHˆ>\x10 €Š±Co "
b"\x01 ôS, 1qküt\v [\x0E ¤╗® "
b"""
\x01 “S,!}qÅ¢yb\x1C \n
½Ñ
"""
b"\x01 ôS,"Ðq\x18 ü║k²a╝ïã "
b"\x01 “S,&óq¼·mä¼XN\x04 u "
b"\x01 ôS,(,puàØøÍ-ó4? "
b"\x01 “S,)Epƒ³UûiÉņS "
b"\x01 “S,*‰s’²\x07 ±¿y\x06 ¬6 "
b"\x01 “S,+´pДŒžÝ¨¾\x1A "
b"\x01 “S,,ôs,‰Dä“—…˜= "
b"\x01 “S,.\x11 q.•YÒ\r Åý¸W "
b"\x01 “S,/Pq6µò˜i¼âè— "
b"""
\x01 ôS,0Yr\n
ùÕ╩3W\x18 ╦É
"""
b"\x01 “S,0©pì·V±H›Ô,K "
b"\x01 ôS,2ds$檶\x7F Å└>Å "
b"""
\x01 “S,4qsס€\n
î\x03 ÝP\t
"""
b"\x01 “S,5ÄqΓçøf_g\x13 ¾ "
b"\x01 “S,9˜r?–\x10 *#á¢Iê "
b"\x01 “S,ZlqS¾ÒBn\e Äôí "
b"\x01 “S,[xp\x0E žÝã÷\x00 ö˜ƒ "
b"\x01 “S,\½rh°Ü¯—gõ/ï "
b"\x01 “S,]¨pê´Bò£~HÕ8 "
b"\x01 “S,^Är|ºîÈ\x13\x01 ~hS "
b"\x01 “S,_ÜsØŽGî´\x14\x14 †> "
b"\x01 ôS,`Õp\x1E º░╦É}┴u─ "
b"\x01 “S,b\f q\x19 ”L»5Šp?l "
b"\x01 ôS,bXsxü&=\x14\x14 Ä▀÷ "
b"\x01 “S,f0rþ“Úy4\t NB¯ "
b"\x01 “S,fzq1ª\r ”ÿ‹Îœ\x06 "
b"\x01 ôS,f┼pçöA▒ØRQ\x04 ^ "
b"\x01 “S,g\x11 sê€=Ï\x1C\x05 \Þ¿ "
b"\x01 “S,h\x16 sÆ©×Ïä³Ì¸t "
b"\x01 ôS,has\x04 ü\e ¡Êó╚+õ "
b"\x01 “S,hsX«*Æ\x1E !)–\x1A "
b"\x01 “S,húr‹ž@ÌöÆ$PW "
b"\x01 “S,iGp`†ç|oq)×\x1F "
b"\x01 “S,i”pŽ¥\x01 ¯\ÒC\x07 "
b"\x01 “S,iàsüªYÓŇa\x06 ì "
b"\x01 “S,j,q4¡öÂÆä J "
b"\x01 “S,jwq‚¦\x03 _©'3µ& "
b"\x01 “S,jÄrª¼\x07 C\x14 ?€P» "
b"\x01 “S,k¶r Š'‹‚¯Èî* "
b"\x01 “S,lïp“ˆÑfýÞ–9` "
b"\x01 ôS,m¯r■¢Cª/Ðü╔© "
b"\x01 ôS,o\f r\x14 ób\x7F ─Åf┘┼ "
b"\x01 “S,p@q\f ·oUQ`Š=î "
b"\x01 “S,qlrÉŸGþ\x1F ÍQWê "
b"\x01 “S,rŠsƒ¯VÓÅð@"O "
b"\x01 “S,s™qÛ¼\x03 ‚‰ë\x03 ¹? "
b"\x01 “S,…ÉrЃ×g·*ù\x04 Ì "
b"\x01 “S,†\x1D qÇ™dr?5×\x04 y "
b"\x01 “S,†ls”·HÚ@P’³’ "
b"\x01 “S,†·r¢ŸK˜žóXò5 "
b"\x01 “S,‡\x03 pÌ´`Ù{Èn,µ "
b"\x01 “S,ˆ,q1±!U~¹¤\x14 e "
b"\x01 “S,ˆ}sVº8¶P`‡Î1 "
b"\x01 “S,‰‘sî>€\x07 a\x1F S· "
b"\x01 “S,‰Þp&œæòƒnÕóñ "
b"\x01 “S,Š*sƒ—ß8ˆC&« "
b"\x01 “S,ŠupYŒ’ðË’Kˆ\x0F "
b"\x01 “S,ŠÁpÊ€W=‡äL)¯ "
b"\x01 “S,‹\r pR²Ì£\x00 *1\t ÷ "
b"\x01 “S,‹Xq\x1C ‰ëuÑÖ\r w¬ "
b"\x01 ôS,îöpÁáÙ\x11 |QbÅÞ "
b"\x01 “S,Œàp4‹GR\x0E\e N"l "
b"\x01 ôS,ìÛsºö¼■\v olü6 "
b"\x01 “S,Ž;sešH\x05 ÈѾô9 "
b"\x01 ôS,ÅVpêêÃ╩\x06 $Êóø "
b"""
\x01 ôS,ÅúrDªô\n
{÷0\f ¶
"""
b"\x01 ôS,ůr\x14 ÆÎ¥]Ü\e ÉS "
b"\x01 ôS,É:pÛ╝└\x1F ┘¢PÉ\e "
b"\x01 “S,®oq?ƒ‹\x10 #ÎyÕý "
b"\x01 ôS,«╗rÛìå\x1A ~Êv┴E "
b"\x01 ôS,»╔r¬É+Ãã\x11 @ÕÈ "
b"\x01 “S,°\x16 rú•Gv:\x1D 8Šx "
b"\x01 “S,°brò¦]¢ÑɆZ\x1E "
b"\x01 “S,°®qx‚!hC:\e ±ø "
b"\x01 “S,±Îqí©\x07 }¿è+æ[ "
b"\x01 “S,²\x1A qr¨Â\x00 î—y“Í "
b"\x01 “S,²fpóˆwª·µmüG "
b"\x01 “S,²²s\x17 ƒçüùt6Lw "
b"\x01 “S,²ÿq)˜\x05 tS×\x00 ¬¦ "
b"\x01 “S,´pqO¢\x10 @?EUµ\r "
b"\x01 “S,´Âp-§ÙBÈQ\x18 ¼+ "
b"\x01 “S,µ\x10 ržŽ×W)\x05\x10\x16 ? "
b"\x01 “S,µ[r_«K=RGj\x12 • "
b"\x01 “S,µ§pb›MŸh-Oz\t "
b"\x01 “S,·Ms5‚SѵZ›Æq "
b"\x01 ôS,ÀÖsÉñ\x00\x18 4╦▄┐ý "
b"\x01 “S,·åpxˆ\x04 R•Ê“Å{ "
b"\x01 ôS,©1pFìµÀßR%ÁS "
b"\x01 “S,¸}rù’ÇCt¿«™ú "
b"\x01 “S,¸Ésà°ØX\v v"×P "
b"\x01 “S,¹Úp½°\x7F <Q¨©³Y "
b"\x01 “S,º+s!;K„ß\ "
b"\x01 ôS,║wq\x0E Ø█½Î\x06 z}: "
b"\x01 ôS,║├qÅ¡nïÊñ²i, "
b"\x01 “S,»\x0F q!£X{ˆ«ÉC "
b"\x01 “S,»[p\x08 ’œ>\r ¿\x05 ža "
b"\x01 “S,»¦p(Ÿß•°[óeÏ "
b"\x01 “S,¼Érç¸y0\x1A\x04\x13 .Ü "
b"\x01 “S,½\x18 rК\x12 QãíÏ-÷ "
b"\x01 ôS,┐§p\x0F ÅZHÖ4■Ø; "
b"\x01 ôS,└Br¸Ä¬üô³{U\x08 "
b"\x01 ôS,└ìsvô▓JF\e bN¾ "
b"""
\x01 “S,ÀÙp\x1C ±yFÎ\n
.Ì”
"""
b"\x01 ôS,┬\f pÉ▓ÌR÷ù\x01 ╝ö "
b"\x01 “S,Å@r4ˆ¼=\x1D\x16 7ÊŽ "
b"\x01 “S,ÆMqϪ.LÑŽÆx¿ "
b"\x01 ôS,ãÖp\x13 ØPÝq!╣vc "
b"\x01 “S,Çßrì±ú\r *‹EP“ "
b"\x01 “S,È+s}rqÌrV² "
b"\x01 “S,Èwsª€w±¿É;† "
b"\x01 “S,ÈÄrø¾\x00 ~î І¢ "
b"\x01 “S,̤qn¡Ò5ø¬Sn¢ "
b"\x01 “S,Ìôs\x1F ¡OÝ;ûÆpƒ "
b"\x01 “S,Î$q\x18 ¸ßãM¦›½' "
b"\x01 ôS,¤ërüÿaQѵ4i¬ "
b"\x01 ôS,Ð▀rnël\x16 ̸jüT "
b"\x01 “S,Ó\x02 sm‰=ðbt!–¿ "
b"\x01 ôS,È/sØ¥59█9\x15\v K "
b"\x01 “S,Õ=pn˜|pEóE\x07 > "
b"\x01 “S,ÖmsG…NóOÝžŸ) "
b"\x01 “S,Ú•pj¼«Ó¢ÖÏ\x0E ® "
b"\x01 “S,Û©s;±Äç`Á€Œ\x08 "
b"\x01 “S,ÜÙp‰‘›&ÑævÐÁ "
b"\x01 ôS,¦¨põì©~Ø ┌▄Å "
b"\x01 ôS,▀\x04 snâ╣8\x1A «■Åf "
b"\x01 “S,áYs¦‘#Î0¡²¬_ "
b"\x01 “S,â«rXƒ8\x10 %È£º\x1A "
b"\x01 “S,å‡ra°¤\x18 bªÐ\x01 R "
b"\x01 ôbê\x17 ;ppü\f :ÛsJ\x18 ÿ "
b"\x01 ôbê\x18 mr\x01 ÉÖÝ¡█Ø├à "
b"\x01 “bˆ$Sq\x07 Š€¼ËP\Ȭ "
b"\x01 “bˆ%\x1E s¿¯\x07 ŽD\Ò¹v "
b"\x01 “bˆ&>p\x1D ™<ÏÒ85Û( "
b"\x01 “bˆ'ìp\r Šoí·ÏèÎ "
b"\x01 “bˆ)3q5ˆé¢É\x14 ç—= "
b"\x01 “bˆXöp‰‚ªz‰ö\e V7 "
b"\x01 “bˆY“p\x05 òq²îp "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA85122170EDB6C1D88A714FB818 , 0x0190DA8512D172188F56C3A83F3EF8A1 , 0x0190DA8512E47360A79C56E953D98DCA , 0x0190DA8512F672288C663F910A15FB79 , 0x0190DA851399737C98C2D53844846C83 , 0x0190DA852BE970CD90286770A0956A40 , 0x0190DA852BF672539EB733E17F50F7BB , 0x0190DA852C0270D09684F3B378AAD675 , 0x0190DA852C0D72E7B2B2D6F8F2B02E57 , 0x0190DA852C22705FA374EE62052275FD , 0x0190DA852C36736FB0F7F16D214723B5 , 0x0190DA852C497009B212D4175A7718C6 , 0x0190DA852C5B72759A92EC716C699ABF , 0x0190DA852C6E71EEA10AA0762ED36294 , 0x0190DA852C8471F185DB2D7816449FCD , 0x0190DA852D2172D592FB241486A00447 , 0x0190DA852D34728698ECB5E254279871 , 0x0190DA852D4A71AEAC43128C75B0E280 , 0x0190DA852D5F7335BE37D9856FAD71A2 , 0x0190DA852D717080BBA2A9F3A2D75217 , 0x0190DA852D8470039AD115A3ED84AFA2 , 0x0190DA852D9A72DD9DA70167DACC2977 , 0x0190DA852DAF733EAAF94B019DC212B7 , 0x0190DA8B92CC7075A124498E5657802C , 0x0190DA8B92E872DE9E8D32BF870B359E , 0x0190DA8B9303734998D3B413F0FB25EE , 0x0190DA8B931D733C823A76053707B9FA , 0x0190DA8B93347179816E6EB95703FB24 , 0x0190DA8B934F7075A60BEF3B7E149FA3 , 0x0190DA8B93687126B3477218C826F194 , 0x0190DA8B937F729ABAAA3C0BBA8BA880 , 0x0190DA8B939173ACBE727FCA4CC67A49 , 0x0190DA8B93A373398995A3D851C76FD9 , 0x0190DA8B93B571F7AB0066F2FF01C88C , 0x0190DA8B945972C48061EEC5A07DBD7F , 0x0190DA8B946A73A8A4B335BB5D1FE912 , 0x0190DA8B947C70508FA997C02D518DCB , 0x0190DA8B948D7246AA1FF6191DA7E01B , 0x0190DA8B949F70BDBFF72E1F1B8EB250 , 0x0190DA8B94B171F1A36D02838F929FCB , 0x0190DA8B94C370D899158E24F4EAAB79 , 0x0190DA8B94D4739797045AD7CB4487F1 , 0x0190DA8B94E87212BA4DE3B4F15706B1 , 0x0190DA8B94F97066ABE244E0A7C48D3E , 0x0190DA8B950B723EBF19840E1AEF3FD0 , 0x0190DA8B961771019AE165BDF0E3E9EA , 0x0190DA8B963473D7AC865F5BF3436C6E , 0x0190DA8B964F7258AAA35693EAA5D758 , 0x0190DA8B96697327ACFDF42F9C714A6B , 0x0190DA8B96817113A0D7673824FAE9D8 , 0x0190DA8B972E7380A4D39A6D7BAC0CBC , 0x0190DA8B974A7325A4002CEB8116E3A1 , 0x0190DA8B97657003A8EADE1D7B818BEA , 0x0190DA8B978072C48DC0E0487E206F54 , 0x0190DA8B983373EB82534C0267A60C8D , 0x0190DA8B984F735387836AB968180B3B , 0x0190DA8B986B70588939D3934FBB3F6A , 0x0190DA8B988572E2ACC8B9EF72D6A524 , 0x0190DA8B989C71799C9AC3A0F3F79D10 , 0x0190DA8B994E739E94068EE773FF68CB , 0x0190DA8B99FC706C858B35513A39E93F , 0x0190DA8B9A1B7137950A3B7193B4431D , 0x0190DA8B9A3772379761CAD269A1FC5A , 0x0190DA8B9A4F726AAAD1BA55F29FBE41 , 0x0190DA8B9A6672F49ABF3725F2A37860 , 0x0190DA8B9B0A7102AC38721B32156B21 , 0x0190DA8B9B27714FA3E0D36214DE190D , 0x0190DA8B9DF2736C9F5B822D66921E99 , 0x0190DA8B9E117398B7DC6BB9F7980798 , 0x0190DA8B9EDD7111BF3B66244353F793 , 0x0190DA8B9EFA7257ACEB78C1FD3A64E6 , 0x0190DA8C12BB7009AC85941BA11909EB , 0x0190DA8C12D7729DAA1D35EC6CF11C93 , 0x0190DA8C12F072239614C03CD182BACA , 0x0190DA8C1309703C8479078EC54441AC , 0x0190DA8C132772DD83D9A6DE7C224EAB , 0x0190DA8C133F7248ACB28802A6101BE5 , 0x0190DA8C13517235AF51158F8FE85CB9 , 0x0190DA8C136271FDAB37C81205D1A531 , 0x0190DA8C14027110B48B943073F0BCBB , 0x0190DA8C141E73C2958FFB0F9508A128 , 0x0190DA8C14357321A5F2D2F9F12A5AAC , 0x0190DA8C144C7143BD3AA950B3C5125A , 0x0190DA8C1461730CAD681823ED669ED4 , 0x0190DA8C1471719C868DD2EB4C060ADE , 0x0190DA8C1483710DBE4FB4F509341159 , 0x0190DA8C149570F2B86F1A3BB557C550 , 0x0190DA8C15367151AF353EB6430436E9 , 0x0190DA8C154E711A89464DE4B359098D , 0x0190DA8C156C735B8C865A966CE2EB6B , 0x0190DA8C158B73138C581D54E9449086 , 0x0190DA8C15A373038CD936095031C080 , 0x0190DA8C164E70F8A40059B95972D3C9 , 0x0190DA8C16FD705F9521B2A4AE58E884 , 0x0190DA8C17B4737080D7802DAB20C041 , 0x0190DA8C18717263BF4472BC1384B35C , 0x0190DA8C195172B3B05D7A7268B22A9C , 0x0190DA8C19F07314A5ED7154093E6089 , 0x0190DA8C1A937073A11BC7DF74B8FBE4 , 0x0190DA8C1B4B726E8B906FBD48C10C34 , 0x0190DA8C1C0371289AC09AF3A6B1384E , 0x0190DA8C1CB1706DA7CB45DF265E881F , 0x0190DA8C1D5972788D51E8625EA5F11B , 0x0190DA8C1E057112804052D2EB6EEF1E , 0x0190DA8C1EA7735388D6E67B31680458 , 0x0190DA8C1F54725E8223A1F412709ECF , 0x0190DA8C1FF2727788E9E7F314CA6106 , 0x0190DA8C208C7376A7BD45AD530C55C2 , 0x0190DA8C2131717E88E5CCCB84D5D844 , 0x0190DA8C21CA70A9996DC847A0B18068 , 0x0190DA8C2263737B9625BC73FE7A596E , 0x0190DA8C23167180AB5717761CF53C1C , 0x0190DA8C23DE7395BBB0210D65856E00 , 0x0190DA8C24827359869E38B7A9A346CE , 0x0190DA8C2543714A84B483155F943EC4 , 0x0190DA8C25DE72F9B7AC2AC4A6958DF3 , 0x0190DA8C2692719F88E134B98D76B333 , 0x0190DA8C2752719AA9CB0820787711F2 , 0x0190DA8C28087160B93009A6D25CFFDD , 0x0190DA8C28B1716BA10D74E4B9BFD31C , 0x0190DA8C296170AB9A3A2BD82546455E , 0x0190DA8C29FF70DFA3C6F3373203FC11 , 0x0190DA8C2AD770E381D7FF2071EBA90D , 0x0190DA8C2B7C718B99FC2BD159A511E2 , 0x0190DA8C2C2B705B8717014ADD0FFFBE , 0x0190DA8C2CFF70D6A60A3C0CB25BDEF1 , 0x0190DA8C2DBB7359BB24EEBA6D93BA1C , 0x0190DA8C2E8873ECB90F36E7D5656D08 , 0x0190DA8C2EA673AB86B66360EEDF9A97 , 0x0190DA8C2EC372A3BD4264DD01AD30B9 , 0x0190DA8C2F6770C8BB1C70F914749203 , 0x0190DA8C3014725BB5A4A4F9388F40D5 , 0x0190DA8C30CC71008F3C40C3B1F07C03 , 0x0190DA8C31707283841D8536F743D466 , 0x0190DA8C322A72629CBB69116B82E4D3 , 0x0190DA8C333071F09F58F5093E7A627E , 0x0190DA8C33E7719A8CC5BCA601915DC7 , 0x0190DA8C34B17222BC2B7242823B6E1B , 0x0190DA8C357672B3B4A2C40D040D0291 , 0x0190DA8C368B736886CAA74EBB5B6E5E , 0x0190DA8C3762700CAE416A5C4D82D18F , 0x0190DA8C384273099F14F9F52F733DF5 , 0x0190DA8C3929703F80A7E7CF12226C7B , 0x0190DA8C39EF72D185BE2821D81F3ABB , 0x0190DA8C3B0C702891E7C0ADFD38A966 , 0x0190DA8C3D3D73699AC0417AA7F02A08 , 0x0190DA8C3E0A72179D8FAF14045444A0 , 0x0190DA8C3EA57238B9547CECC5D648AC , 0x0190DA8C3F4E7234B3DABED78B802194 , 0x0190DA8C3FF572BF86BA7F41BFD56EDE , 0x0190DA8C40A17033A9D53200244A2267 , 0x0190DA8C40BE72039EA663E29F53FCFA , 0x0190DA8C40D9713BB774E25E7E09553E , 0x0190DA8C418471EB8750AED149E83267 , 0x0190DA8C41A1721DA8131BA35C094857 , 0x0190DA8C41BF716D86D148FEB7F8C8D1 , 0x0190DA8C41D9711899D8EE88EC2175E6 , 0x0190DA8C57E871A9ADD8A45C153D4026 , 0x0190DA8C57F871B8881170E32DE9D027 , 0x0190DA8C580971319E158550559F0214 , 0x0190DA8C581A73A2B40FCB0BD8CE3BD8 , 0x0190DA8C590D73228A7561B68826997E , 0x0190DA8C592C73DC92ECF531DF83A646 , 0x0190DA8C594870AAB1813F70D0867D4C , 0x0190DA8C596273A0AE527BE5B63D1AD7 , 0x0190DA8C597A71729972A1C7E28BCF90 , 0x0190DA8C5A20731F9DB40F94C475B09A , 0x0190DA8C5A3D7211A1A80D153BEA2AE1 , 0x0190DA8C5A5871E28706ECC30442B032 , 0x0190DA8C5A6F701D81F0915074403E02 , 0x0190DA8C5A8671698E0AF3658FABC29F , 0x0190DA8C5A96733696A7EC7AF25F4BF2 , 0x0190DA8C5AA87385A94340606B5F0026 , 0x0190DA8C5B3573E98AB05B1179B34957 , 0x0190DA8C5B537399A76E9927C33A4932 , 0x0190DA8C5B6E73D1AAB5C1B82264B338 , 0x0190DA8C5B8870EE9EEA52FAA51EC587 , 0x0190DA8C5BA0734F914463981BA0388C , 0x0190DA8C5BB4719897D16607AF440F81 , 0x0190DA8C5BC673BB8EFD41A0A6747381 , 0x0190DA8C5C777022B4649BBEC536C47A , 0x0190DA8C5D3873D69860D19FCBB1E5E4 , 0x0190DA8C5DE1702BA32A11C92B78337B , 0x0190DA8C5DFE73C5B258B3B22202F80F , 0x0190DA8C5E1970A3A494A7670AF3E8B3 , 0x0190DA8C5E357050AE0547904B18761E , 0x0190DA8C5ED8708DB375A39852E145F1 , 0x0190DA8C5EF573C1A7C5C9484D497CBE , 0x0190DA8C5F1070E78821F0F839ABB4BB , 0x0190DA8C5F2F737497B64135F37C04BF , 0x0190DA8C5F477228B61196EF57E128ED , 0x0190DA8C5F5E73CFB628842B422530D0 , 0x0190DA8C60267232A5DD29AD3E8553DC , 0x0190DA8C604671749912B6649257EB5A , 0x0190DA8C606B72E086C3241AFC3EBC10 , 0x0190DA8C608D70E28767E80ECB32D84E , 0x0190DA8C60A5711FA07356E2BEFB1E94 , 0x0190DA8C6225727E9A5EB743B78B5C60 , 0x0190DA8C62E073FE80EC92FA0FCE330D , 0x0190DA8C6382706DA9E6044D815D50B4 , 0x0190DA8C6424735D8F642F2019A5170C , 0x0190DA8C64CB73C1A61EAA8D59BBA4F5 , 0x0190DA8C64E8723F9151768D4E3F0B88 , 0x0190DA8C65897259A70593CCA6FD87D2 , 0x0190DA8C662C71FE99273AAB0772E93A , 0x0190DA8C66EB707BB882052E4D49EEC3 , 0x0190DA8C678E7390BE66AD54C43241F9 , 0x0190DA8C683872D49ACB47107584BD8C , 0x0190DA8C68E972578B474536851F449A , 0x0190DA8C69DE733B9F0098E2D4941C8D , 0x0190DA8C69FB718A90F623345D6165A1 , 0x0190DA8C6A1771339DBA903705840B8C , 0x0190DA8C6B5972E19A5ECC79A7881C97 , 0x0190DA8C6C8B73FD977F6E3B0B10D136 , 0x0190DA8C6DC871BA9501042577ABDA2E , 0x0190DA8C6EF272A8A924ED899BB17F22 , 0x0190DA8C702F7021A6168D934484F8CB , 0x0190DA8C7270715184E20A46297EB8E0 , 0x0190DA8C73087164B12EE2B61D2E87D3 , 0x0190DA8C73E47167973473F007DF16DD , 0x0190DA8C74A07389889AF95BCFA46765 , 0x0190DA8C755570B191CB41473E461C67 , 0x0190DA8C763673C8A288B1310C4DA6CE , 0x0190DA8C771D71789A0F5A23FDF7E628 , 0x0190DA8C77D273BEB0B6FDF6BD4AB4C5 , 0x0190DA8C789D72738C743ECFE99AE5D1 , 0x0190DA8C79A171C7BD43B9067FFAFBB3 , 0x0190DA8C7A4E70499E7C5B87A51576B5 , 0x0190DA8C7B1570D18E1142C90BBFEDD6 , 0x0190DA8C7B33701BBFF38A74B7AE0C14 , 0x0190DA8C7B51710FABBA69F4FF9512C6 , 0x0190DA8C7B6A70ACB5B7C6D1FAF6BBF6 , 0x0190DA8C7B83733196FE7272451CCEBC , 0x0190DA8C7C1D723DAD1ADBB11CCC3AC6 , 0x0190DA8C7C3A7104BA9DAED91781BABE , 0x0190DA8C7C5671619E8B35BF22021D5B , 0x0190DA8C7C7173C281D32DEFC9A802DC , 0x0190DA8C7C8872CF8062F6BBAA3DF0AF , 0x0190DA8C7C9F7020AAF12FA329326CF3 , 0x0190DA8C7CB2722881F6384D9FA8F399 , 0x0190DA8C7CC3710BAF8BBD9351CEFDE4 , 0x0190DA8C7CD5737A9E007852CFE6D888 , 0x0190DA8C7CE6725480FAA3A142928C81 , 0x0190DA8C7CF87353BCAC13B21C7F0A2C , 0x0190DA8C7D0A7146BD22EDE47708EE31 , 0x0190DA8C7D1B726B8E760FEDEBD1E7BF , 0x0190DA8C7D2C73A8927A57CC3A882904 , 0x0190DA8C7D3E7214AC0340DAA04B8B39 , 0x0190DA8C7D50705EA85A347D1A462308 , 0x0190DA8C7D62715E8D9FA13145028AFB , 0x0190DA8C7D7372728CEC4A95B8EE6FA1 , 0x0190DA8C7D8573C18107691141EA8B49 , 0x0190DA8C7D977328A50BE4FD0CBE3A1C , 0x0190DA8C7DA87389AFD65D0ED35AAC32 , 0x0190DA8C7DBA72DEAA1952CC8511B28F , 0x0190DA8C7DCB71148B38F5F15898EE69 , 0x0190DA8C9493717CA21C6B09DEA27852 , 0x0190DA8C94B0726C9E97F2712841FDCC , 0x0190DA8C95777115A182D5E67E43C8FC , 0x0190DA8C959472DDA98C8D5681B9E27E , 0x0190DA8C962A73A0B9DFC4249FB42641 , 0x0190DA8C964871E18E781818B24CFA3E , 0x0190DA8C966473CFA63B82455315FC06 , 0x0190DA8C976471B9B6E2D7A9433F6790 , 0x0190DA8C978171FAACC2AC2A044D4E82 , 0x0190DA8C979C7285BBB4058FDFF31DC0 , 0x0190DA8C97B670268AA5D323EB10E55E , 0x0190DA8C986D7226B3677B73981C3AFC , 0x0190DA8C988A73A98E8FC85906931DB3 , 0x0190DA8C98A27251B251CD5736856190 , 0x0190DA8C98BA7385AFC20DD665645ECE , 0x0190DA8C98D17150A3BA2A6E1CDD8598 , 0x0190DA8C997A72D3A46E7975D9B783CE , 0x0190DA8C999772418953EFE2F257D6C7 , 0x0190DA8C99B271F49FC015ABB11020D8 , 0x0190DA8C99CA7187A05C04AD235E6B97 , 0x0190DA8C99E1716D952D5D85EE52220A , 0x0190DA8C99F3716EBA4E32D20A6529A8 , 0x0190DA8C9AAE70A7B601856517A4D90E , 0x0190DA8C9B5E713F892BDC24A4AB4002 , 0x0190DA8C9C037152B1CBF36BE9353FEF , 0x0190DA8C9C9D72C1A60688D695E10C30 , 0x0190DA8C9D4E727DAC4A9F21FB3EE185 , 0x0190DA8C9DE77141AB461529EDAB95F7 , 0x0190DA8C9EA57229A6389562D44D4794 , 0x0190DA8C9F4B7038A9532C6F80BC415E , 0x0190DA8CA029738E849D8619BE517E58 , 0x0190DA8CA0DE705FA8439107D968A3B0 , 0x0190DA8CA19571A5857A634889BF8131 , 0x0190DA8CA24A71C486C9CB69CEF31ADE , 0x0190DA8CA2FE721CBA47830D3D87C933 , 0x0190DA8CA31B71DB8ECDB874BA7E2A7A , 0x0190DA8CA3B770B28F699133A9138089 , 0x0190DA8CA3D57352ACB7E0D982DC0AE1 , 0x0190DA8CA477735599B9124CE53C42DE , 0x0190DA8CA49471688741E414ED7F7DA5 , 0x0190DA8CA560707C842BBB81EBFD604D , 0x0190DA8CA57D723A9BA5A187BD6A7687 , 0x0190DA8CA6C97227AB51E756AE0406AB , 0x0190DA8CA6E6736C9FCFC16A1D4DCC8F , 0x0190DA8CA70472A88129845E372D1959 , 0x0190DA8CA71E7056AEF9166033F90641 , 0x0190DA8CA73970AAACF841117B4A1867 , 0x0190DA8CA751701C807E759474C78CBC , 0x0190DA8CA765715A86B35F3FF7899A33 , 0x0190DA8CA7787112A2D5AEC7C5BA53A8 , 0x0190DA8CA78972A8896E77FE8F830A5C , 0x0190DA8CA79B73EDA0AEC46F0F19821C , 0x0190DA8CA7AC72639F3E8CFE128FFEEE , 0x0190DA8CA7BE7073A41ABE10959687B3 , 0x0190DA8CA85972A884EB030C2458DD3D , 0x0190DA8CA87B70DC81D6D96314E9663F , 0x0190DA8CA89B731E8CB675CA5E09C530 , 0x0190DA8CA8B97082AF8D0EB27A3E94EE , 0x0190DA8CA8D471AB97DF7CAB0751C124 , 0x0190DA8CA8EE723481F5DA867E277B2E , 0x0190DA8CA9087211A0B813F5AEF32A5B , 0x0190DA8CA9DC716C833A83CE0154A380 , 0x0190DA8CA9FB73039B852FFC79943336 , 0x0190DA8CAA1D72FA98FE983680E4C611 , 0x0190DA8CAAF270DAB8C0DB461552BA21 , 0x0190DA8CAB0F72DA9FEEC8462E5262F8 , 0x0190DA8CAB2B728BB74E842F1207A3CC , 0x0190DA8CAB4471008DA8DCD30103B093 , 0x0190DA8CAB5C71338278DC7F33D3012D , 0x0190DA8CAC18707AB01DCC0E52E33294 , 0x0190DA8CAC357068B7D2409F8EC5E6B1 , 0x0190DA8CAC5071FBA2D522EEC16E36A2 , 0x0190DA8CAC6B7151860A999210BF04EE , 0x0190DA8CAC8372668888971C064A10E2 , 0x0190DA8CAD47703D9EE1F5693BD8E501 , 0x0190DA8CAD6471689109FA04D0C2D4A5 , 0x0190DA8CAE117323854B81E560CBF754 , 0x0190DA8CAE317227A66765D69F1ACE62 , 0x0190DA8CAE4F732EB2BB976A9B397315 , 0x0190DA8CAEF17188B6FBF731C25F29F2 , 0x0190DA8CAF1170109D681DDF1DC366E6 , 0x0190DA8CAFB373BD8A1660814C8BDEF5 , 0x0190DA8CB0517086889C4D2738E769B0 , 0x0190DA8CB0FA716294DD69DD275A5EAC , 0x0190DA8CB18870C19B9B76CEBA1EAF9C , 0x0190DA8CB23672C1A681430EA37A3956 , 0x0190DA8CB2D7716EAD000EA885F48B33 , 0x0190DA8CB3987229AC5542EF41B3FF80 , 0x0190DA8CB47270A2B353223BB489C231 , 0x0190DA8CB49273F4B65C7C1485B71DD9 , 0x0190DA8CB4AE707EBDC650693940EA0B , 0x0190DA8CB55870A4A09F276118F7C3EB , 0x0190DA8CB57B706E9398872A8FAD6955 , 0x0190DA8CB59A7380A7C0FA5F900C89D7 , 0x0190DA8CB674716B9D6DCA4BC02535B2 , 0x0190DA8CB72F7332A1C926D822E2C75B , 0x0190DA8CB7E87133865D3B350C976B08 , 0x0190DA8CB8B872BAA4D34CD58D7703BC , 0x0190DA8CB95A709AA22F09A8B596654C , 0x0190DA8CCF6971A79CB5B046C9E1A936 , 0x0190DA8CD05E723A8A2EC420FAC70DD2 , 0x0190DA8CD0EF7065A1EDED3295AF6A34 , 0x0190DA8CD1B0734CA3A881F2066E64A6 , 0x0190DA8CD26571BCB417C61E026247F3 , 0x0190DA8CD316708EAE3099460889AD3E , 0x0190DA8CD3CE7108BF0D8CB0255B0E67 , 0x0190DA8CD48471F3AAF2B3C3F8049C98 , 0x0190DA8CD547733AAF0CB4406BD6B68A , 0x0190DA8CD61371919974E07DD17962C0 , 0x0190DA8CD6A97016B332505B79D1D301 , 0x0190DA8CD7557048A7443D12797AFE12 , 0x0190DA8CD7F4726C9DDEC1EABF31BB1B , 0x0190DA8CD8BD729395A3CD3312B06929 , 0x0190DA8CDAC373A387ABB0281036EB72 , 0x0190DA8CDAE073688510F90B63867D04 , 0x0190DA8CDAFC720A8D5E8106803F5B37 , 0x0190DA8CDB167014B9A121DFE31248D8 , 0x0190DA8CDB2F7081A6CAC110D82576E3 , 0x0190DA8CDB4972DA9AD6D5E937B187CF , 0x0190DA8CDB5B739995807E72F08C00A9 , 0x0190DA8CDB6C72128CED8707C8A7568C , 0x0190DA9B4E40715B8DEA37096632D434 , 0x0190DA9B4E6E707992C0754E6E9D4417 , 0x0190DA9B4E95712E850AE3E5C12D47D5 , 0x0190DA9B4EB4729AA984C96DC04386D2 , 0x0190DA9B4ED57143895CA1C164113988 , 0x0190DA9B4F987239A2DA0E8C50A87FDF , 0x0190DA9B4FC77043B69BB20D62796052 , 0x0190DA9B50797273BC5555947BB2D5C6 , 0x0190DA9B514571D18F804C01A025527C , 0x0190DA9B516C7271BDFFF86201827A80 , 0x0190DA9B5198723F822F0ED6D2618A7A , 0x0190DA9B526C70949E9EB58875CD3525 , 0x0190DA9B53377024A3AABE685876F670 , 0x0190DA9B540373ED9F355F1217C29014 , 0x0190DA9B54CB72F5A7A0094CDCAD29AA , 0x0190DA9B559A7204B70D81FF5FC7A8B8 , 0x0190DA9B568571EC8D71BFD67AAB1BFA , 0x0190DA9B575A71F3A2DF165AF0EC6BE4 , 0x0190DA9B5825738EA8CFBFC3F5BB1C83 , 0x0190DA9B58E67014A771EBA758E926E5 , 0x0190DA9B59EA724B8461BBDE709B44B6 , 0x0190DA9B5AD472A19FEC0EE6B547DB6C , 0x0190DA9B5BB273C28220CFF5FBE25493 , 0x0190DA9B5C7373CCB32D4EB98D1D1BA3 , 0x0190DA9B5D3372BDB7561EB6EF4B2374 , 0x0190DA9B5DF0723685753C566009D9F1 , 0x0190DA9B5EE27263A3F7239560144855 , 0x0190DA9B5F9973EE9D060C346B7BDD56 , 0x0190DA9B6062722FA2DB9D96EB02FC2D , 0x0190DA9B615773C3AC73E02721B9CB2E , 0x0190DA9D3E3A72C39CED198BA9439375 , 0x0190DA9D3E6470BF9D642994475F0CDA , 0x0190DA9D3E84709994EA94564F9CE699 , 0x0190DA9D3E9E73199C94530B79756A5A , 0x0190DA9D3F757293A6585282AF9D80B1 , 0x0190DA9D4030711DA706342109497CCE , 0x0190DA9D40F573C89E4F20AD6D25E6EA , 0x0190DA9D41AE70B4AFA37145CA911E06 , 0x0190DA9D42757376AA7897BAE199E840 , 0x0190DA9D429E72538004A210DB7B75AA , 0x0190DA9D42BF72A2BF637AD19FE34777 , 0x0190DA9D441D73FCB94AF13E7F5438C7 , 0x0190DA9D44477072B5E0EE99331C6907 , 0x0190DA9D4469723096DA09673188AAA9 , 0x0190DA9D4486704A97E3928EDE77438B , 0x0190DA9D44A172F8A4F970FF0204E905 , 0x0190DA9D456B70E48C8779EB025E14ED , 0x0190DA9D459473608272F31BCB559995 , 0x0190DA9D45B67321B45A79128161E03A , 0x0190DA9D45D173CAB93B3CFE68D1930D , 0x0190DA9D45EC73A88E72DD365ABEF770 , 0x0190DA9D46C071B8860459FEA208A1AF , 0x0190DA9D46E9703AB3F4B3881A4676E1 , 0x0190DA9D470A733DA4B56165B4B2501D , 0x0190DA9D472570D7B67514A3C47E32A6 , 0x0190DA9D473F71E48BAC46CA1C65E112 , 0x0190DA9D47F470FABFE563B92125B014 , 0x0190DA9D48BD72B09A79A75289461879 , 0x0190DA9D498172CBB7C27F3CA648B2A5 , 0x0190DA9D4A3E71029F5FA2C0A859530F , 0x0190DA9D4B48715991558B9AD10D04A2 , 0x0190DA9D4B6D73418F2CEC11D73F25F5 , 0x0190DA9D4B8E70BC9F3827A33C72BBBB , 0x0190DA9D4BA87361886503BC7C00A39E , 0x0190DA9D4BC3720D87D5E10247FDFF90 , 0x0190DA9D4BDD718286156613C027D3AF , 0x0190DA9D4BF872F187C55D52C956E762 , 0x0190DA9D4C13719E9ACFF68780FBC4EF , 0x0190DA9D4C2D7135B7029205E78DFCE3 , 0x0190DA9D4C487234A83E3F8F0FBC9A30 , 0x0190DA9D4C627081B6BAA3AC503F9521 , 0x0190DA9D4D1A71F4A6772298D0D08F88 , 0x0190DA9D4D36704CBD399EED1F0C7BA0 , 0x0190DA9D4D5170A39C3A9DBDEA8A824B , 0x0190DA9D4D6C723C9E0C260630444DFF , 0x0190DA9D4D8670ADAF3F90D05432DC30 , 0x0190DA9D4DA1727E941D326BA2374AFB , 0x0190DA9D4DBB705888D3379789D58405 , 0x0190DA9D4DD670FDA7145FFECC3C04ED , 0x0190DA9D4DF1718AB11B5DFC1E967F1F , 0x0190DA9D4E0C701EBB94FE39893F405B , 0x0190DA9D4E26735CACF7CAD43EF83440 , 0x0190DA9D4EF573C199FAF2A8445B34B8 , 0x0190DA9D4FAE726084661C2514DAC447 , 0x0190DA9D507271F39FD77231EEB7971E , 0x0190DA9D5124706FAB9DCB19B68180DD , 0x0190DA9D51EC71049BB29C1770F87165 , 0x0190DA9D52A172318107D9CBD28C780B , 0x0190DA9D53A7731CAD75407611302343 , 0x0190DA9D53D1701DA634C7448953ED79 , 0x0190DA9D53F373C2A2D16E52948D8422 , 0x0190DA9D54D9726A85C6F5A38171CA92 , 0x0190DA9D559570CCB48508AF4EF05373 , 0x0190DA9D57467335A63ACFB9E0583625 , 0x0190DA9D57EE73AD9C192ACE1E5D37A6 , 0x0190DA9D58AB700FA3CA81908125D8A7 , 0x0190DA9D595F70E7B793A8764FE58BDD , 0x0190DA9D5CE77351965103F432778A84 , 0x0190DA9D5D117198AF01289BFE81AE07 , 0x0190DA9D5E5C715FBA723C4C8E0253A8 , 0x0190DA9D5E86723BA414D653B32EBCC6 , 0x0190DA9D5EA772E59B9C4808DF1E1B27 , 0x0190DA9D5EC670AABBDEB241E08B18B9 , 0x0190DA9D5EE1704181C2BC65A5FC01D6 , 0x0190DA9D5EFB730A97126D0157E7851C , 0x0190DA9D7546706F82EEF6259CF0BECB , 0x0190DA9D76117223AD2867E40CB10AAF , 0x0190DA9D763B71B7B30AEFF88241CF8D , 0x0190DA9D765E71ED9D4760905A8E8AA7 , 0x0190DA9D76787394B2BDD9DA3002AB7B , 0x0190DA9D77237068A43DA5CE7045F3C2 , 0x0190DA9D774D7270987CF25996046B76 , 0x0190DA9D776D7234A82FFC9F1FF8ED59 , 0x0190DA9D7787719F860A1B0A737BB7EE , 0x0190DA9D77A273F88414CD259C6C891C , 0x0190DA9D77BD7149B722F45E555F0CFD , 0x0190DA9D77D773C992BCF239EA753502 , 0x0190DA9D7898702C9C0818FF1BD2BB66 , 0x0190DA9D78C470DFB5655B1D665A8C15 , 0x0190DA9D78DE72F7BB9C9CFDB3E9F517 , 0x0190DAA198A673EFB9FFA100C5407604 , 0x0193532B07597274878AB182896BEE03 , 0x0193532B087072F89F83801A0D1F832B , 0x0193532B08BC72E987E96F0154DB2863 , 0x0193532B0907720AA1D3969730BF647D , 0x0193532B0A5873C9AAAE291D883993CF , 0x0193532B0AA8703D87CF13471CC018DB , 0x0193532B0AF370D98F2030F2AC964D2D , 0x0193532B0C097299B6D41FA706415315 , 0x0193532B0C557212948BFF64B96BA3E5 , 0x0193532B0CA07309B3D89F5578E7DE4A , 0x0193532B0DC47165985D28EBC50DE40C , 0x0193532B0E1071AC8804BBFFB8F16965 , 0x0193532B0E5C700CA81A00360AE5C79B , 0x0193532B0F6D716EA3C338D2C16D86D6 , 0x0193532B0FBA7223BA57892A24BBA298 , 0x0193532B100670019BECA2FDF5879EA4 , 0x0193532B110A73168AEA930CF68E1237 , 0x0193532B11557034A7FB00FEE3B18826 , 0x0193532B11A170CF8E6F3A4BD28DD163 , 0x0193532B303073B29125886F98C96C0D , 0x0193532B307D70E8BC632D5A4EDFF022 , 0x0193532B30CA712A9974057EFD0C93B8 , 0x0193532B3116717D9A823E5EA6503912 , 0x0193532B34B0734C85C87277CA759166 , 0x0193532B34FC73519D06674AA6EFA490 , 0x0193532B444973D99B6186D6C54379EA , 0x0193532B4552738A8B3E1AFB652EFAB5 , 0x0193532B4AD8735FA36C905AC08F5A2B , 0x0193532B4D07736AB737367D956853B4 , 0x0193532B4E1C7305A71960149D336877 , 0x0193532B4E69711699122577C82D2697 , 0x0193532B4F7972B898DB8AA22E00E4B7 , 0x0193532B508473C19E609E854620EB9B , 0x0193532B517572239ECE2BCDF06A3B7C , 0x0193532B51C273D38E8951732A34D93B , 0x0193532C0AF57097A97B71FB292D57BC , 0x0193532C0B8D72EC83F565ABD9496310 , 0x0193532C0D5B73CA8E68D1A6E5EE4619 , 0x0193532C0DA870EDA482E81D6DC59742 , 0x0193532C1207723187259280EF21C4C4 , 0x0193532C12567189852B53FFCEFF9D91 , 0x0193532C12A371A28C542CFB157697F3 , 0x0193532C13B272D2B6DAE6412C520BF3 , 0x0193532C149A712BAC4C1A6992F07156 , 0x0193532C14E77344B0129BF56184F9DF , 0x0193532C15D4714EA465F1765E5B1F71 , 0x0193532C1622718E9F04ACAF000D9FA3 , 0x0193532C166E705BB24314D989AC3E7A , 0x0193532C1771717893E938575DC5AD50 , 0x0193532C185972DD9E4416031B2B5146 , 0x0193532C1C2472908F63B65852FC3E10 , 0x0193532C1C6F725F9536D27E3D88EF5B , 0x0193532C1CBC71978A50561B49918E22 , 0x0193532C1DD773A58E57B4203AF554D3 , 0x0193532C1F1D7148883E10808AB1436F , 0x0193532C2031716B81740B5B0ECFBBA9 , 0x0193532C217D71C5A279621CAD0ABDD1 , 0x0193532C22D1711881BA6BFD61BC8BC6 , 0x0193532C26F371BCB76DE4BC584E0475 , 0x0193532C282C7075859D9BD62DA2343F , 0x0193532C29457083B355FB69C9C58653 , 0x0193532C2A897392B207B1BF7906AC36 , 0x0193532C2BB470D0AD948C9EDDA8BE1A , 0x0193532C2CF4732C8944E4939785983D , 0x0193532C2E11712E9559D20DC5FDB857 , 0x0193532C2F507136B5F29869BCE2E897 , 0x0193532C3059720A97E5CA335718CB90 , 0x0193532C30A970ECB756B1489BD42C4B , 0x0193532C3264732491A6F47F8FC03E8F , 0x0193532C347173D7A1800AEE03DD5009 , 0x0193532C35C471CE93E7F8665F6713BE , 0x0193532C3998723F96102A23E1A249EA , 0x0193532C5A6C7153BED2426E1BC4F4ED , 0x0193532C5B78700E9EDDE3F700F69883 , 0x0193532C5CBD7268B0DCAF9767F52FEF , 0x0193532C5DA870EAB442F2A37E48D538 , 0x0193532C5EC4727CBAEEC813017E6853 , 0x0193532C5FDC73D88E47EEB41414863E , 0x0193532C60E5701EA7B0CB907DC175C4 , 0x0193532C620C7119944CBB358A703F6C , 0x0193532C6258737881263D14148EDFF6 , 0x0193532C663072FE93DA7934094E42AF , 0x0193532C667A7131AA0D94FF8BCE9C06 , 0x0193532C66C570879441B19D5251045E , 0x0193532C671173EA803DCF1C055CDEBF , 0x0193532C681673C6A9D7CFE4B3CCB874 , 0x0193532C68617304811BADD2A2C82BE4 , 0x0193532C68AD7358AB2AC61E2129961A , 0x0193532C68FA728B9E40CCF6C6245057 , 0x0193532C6947706086E77C6F7129D71F , 0x0193532C6994708EA501A0AF5CD24307 , 0x0193532C69E073FCAA59D3C5876106EC , 0x0193532C6A2C7134A1F6C2C6E4C2204A , 0x0193532C6A777182A6035FA92733B526 , 0x0193532C6AC472AABC0743143F8050BB , 0x0193532C6BB672208A278B82AFC8EE2A , 0x0193532C6CEF709388D166FDDE963960 , 0x0193532C6DEE72FEBD43A62FD181C9B8 , 0x0193532C6F0C7214A2627FC48F66D9C5 , 0x0193532C7040710CB76F5551608A3DEE , 0x0193532C716C72C99F47FE1FCD5157EA , 0x0193532C728A7383AF56D3C5F040224F , 0x0193532C739971DBBC038289EB03B93F , 0x0193532C85C972D083D767B72AF904CC , 0x0193532C861D71C79964723F35D70479 , 0x0193532C866C7394B748DA405092B392 , 0x0193532C86B772A29F4B989EF358F235 , 0x0193532C870370CCB460D97BC86E2CB5 , 0x0193532C882C7131B121557EB9A41465 , 0x0193532C887D7356BA38B6506087CE31 , 0x0193532C899173C3AE3E8007611F53B7 , 0x0193532C89DE70269CE6F2836ED5F3F1 , 0x0193532C8A2A738397DF38CB864326AB , 0x0193532C8A7570598C92F0CB924B880F , 0x0193532C8AC170CA80573D87E44C29AF , 0x0193532C8B0D7052B2CCA3002A3109F7 , 0x0193532C8B58711C89EB75D1D60D77AC , 0x0193532C8C9470B5A0EB117C51628FE8 , 0x0193532C8CE070348B47520E1B4E226C , 0x0193532C8DEA73A794ACFE0B6F6C8136 , 0x0193532C8E3B73659A4805C8D1BEF439 , 0x0193532C8F56708888C7CA0624D2A29B , 0x0193532C8FA37244A6930A7BF6300CF4 , 0x0193532C8FEE721492D7BE5D9A1B9053 , 0x0193532C903A70EABCC01FD9BD50901B , 0x0193532CAE6F713F838B1023CE79D5FD , 0x0193532CAEBB72EA8D861A7ED276C145 , 0x0193532CAFC972AA902BC7C61140E5D4 , 0x0193532CB01672FA9547763A1D388A78 , 0x0193532CB06272F2A65DA2D1C9865A1E , 0x0193532CB0AE7178822168433A1BB1F8 , 0x0193532CB1CE71EDA9077DBFE82BE65B , 0x0193532CB21A7172A8C200EE977993CD , 0x0193532CB26670F38877AAB7B56DFC47 , 0x0193532CB2B2731783E7FCF974364C77 , 0x0193532CB2FF712998057453D700ACA6 , 0x0193532CB470714FA210403F4555B50D , 0x0193532CB4C2702DA7D942C85118BC2B , 0x0193532CB510729E8ED757290510163F , 0x0193532CB55B725FAB4B3D52476A1295 , 0x0193532CB5A770629B4D9F682D4F7A09 , 0x0193532CB74D73358253D1B55A9BC671 , 0x0193532CB7997390A4001834CBDCBFEC , 0x0193532CB7E5707888045295CA93C57B , 0x0193532CB83170468DE6B7E15225B553 , 0x0193532CB87D72F992C74374BFAB99FA , 0x0193532CB8C973E0B0D8580B7622D750 , 0x0193532CB9DA70BDB07F3C51A8A9B359 , 0x0193532CBA2B73EFA2A5213B4B84DF5C , 0x0193532CBA77710E9DDBABD7067A7D3A , 0x0193532CBAC3718FAD6E8BD2A4FD692C , 0x0193532CBB0F7121A3587B88ABADC943 , 0x0193532CBB5B7008929C3E0DBF059E61 , 0x0193532CBBA670289FDF95B05BF365CF , 0x0193532CBCC972E7B879301A04132EDC , 0x0193532CBD1872D09A1251E3EDCF2DF7 , 0x0193532CBFF5700F8F5A489934FE9D3B , 0x0193532CC04272F78EAA8193FC7B5508 , 0x0193532CC08D737693B24A461B624EF3 , 0x0193532CC0D9701CB17946CE0A2ECC94 , 0x0193532CC20C7090B2DE52F69701BC94 , 0x0193532CC540723488BC3D1D1637CA8E , 0x0193532CC64D71CFAA2E4CD18EC678BF , 0x0193532CC69970139D50ED7121B97663 , 0x0193532CC7DF72ECB1FA0D2A8B455093 , 0x0193532CC82B737DAD7271CC72AD56B2 , 0x0193532CC87773AA8077ADB1BFC93B86 , 0x0193532CC8C472F8BE007EEE20D086A2 , 0x0193532CCCA4716EA1D235F8AC536EA2 , 0x0193532CCCF4731FA14FDD3BFBC67083 , 0x0193532CCE247118B8DFE34DA69BBD27 , 0x0193532CCF897281986151A5E63469AA , 0x0193532CD1DF726E896C16DEF76A8154 , 0x0193532CD302736D893DF062742196BF , 0x0193532CD42F739DBE3539DB39150B4B , 0x0193532CD53D706E987C7045F345073E , 0x0193532CD66D7347854EF34FDD9E9F29 , 0x0193532CDA95706ABCABD3A2D6CF0EAE , 0x0193532CDBA9733BB1C4E760C1808C08 , 0x0193532CDCD97089919B26D1E676D0C1 , 0x0193532CDDF970E48DB87E9DFFDADC8F , 0x0193532CDF04736E83B9381AAEFE8F66 , 0x0193532CE15973A69123CE30A1B2AC5F , 0x0193532CE2AB725883381025C8A3BA1A , 0x0193532CE5877261B0A41862AAD00152 , 0x01936288173B7070810C3AEA734A1898 , 0x01936288186D72019099EDADDB9DC3C7 , 0x01936288245371078A80BCCB505CC8AC , 0x01936288251E73BFAF078E445CD2B976 , 0x01936288263E701D993CCFD23835DB28 , 0x0193628827EC700D8A6FEDB7CFE8ADCE , 0x019362882933713588E9A2C914E7973D , 0x0193628858F6708982AA7A89F61B5637 , 0x01936288599370EF88BC05F271B2EE70 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
76
0.53 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (? )
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x018E0E2BBA85716481F6C715BEA3B40E );
Copy
77
2.88 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌à\x12 !pÝÂ┴ÏèqO©\x18 "
b"\x01 É┌à\x12 Ðr\x18 ÅV├¿?>°í "
b"\x01 É┌à\x12 õs`º£VÚS┘ì╩ "
b"""
\x01 É┌à\x12 ÷r(îf?æ\n
\x15 ¹y
"""
b"\x01 É┌à\x13 Ös|ÿ┬ı8Dälâ "
b"\x01 É┌à+Úp═É(gpáòj@ "
b"\x01 É┌à+÷rS×À3ß\x7F P¸╗ "
b"\x01 É┌à,\x02 pðûä¾│x¬Íu "
b"\x01 É┌à,\r rþ▓▓Ͱ‗░.W "
b"\x01 É┌à,"p_út¯b\x05 "u² "
b"\x01 É┌à,6so░¸±m!G#Á "
b"\x01 É┌à,Ip\t ▓\x12 È\x17 Zw\x18 ã "
b"\x01 É┌à,[ruÜÆýqliÜ┐ "
b"""
\x01 É┌à,nq¯í\n
áv.Ëbö
"""
b"\x01 É┌à,äq±à█-x\x16 Dƒ═ "
b"\x01 É┌à-!rıƹ$\x14 åá\x04 G "
b"\x01 É┌à-4råÿýÁÔT'ÿq "
b"\x01 É┌à-Jq«¼C\x12 îu░ÔÇ "
b"\x01 É┌à-_s5¥7┘ào¡qó "
b"\x01 É┌à-qpÇ╗ó®¾óÎR\x17 "
b"\x01 É┌à-äp\x03 ÜÐ\x15 úÝä»ó "
b"\x01 É┌à-Ür¦Øº\x01 g┌╠)w "
b"\x01 É┌à-»s>¬¨K\x01 Ø┬\x12 À "
b"\x01 É┌ïÆ╠puí$IÄVWÇ, "
b"\x01 É┌ïÆÞrÌ×ì2┐ç\v 5× "
b"\x01 É┌ïô\x03 sIÿË┤\x13 ¹%¯ "
b"\x01 É┌ïô\x1D s<é:v\x05 7\x07 ╣· "
b"\x01 É┌ïô4qyünn╣W\x03 ¹$ "
b"\x01 É┌ïôOpuª\v ´;~\x14 ƒú "
b"\x01 É┌ïôhq&│Gr\x18 ╚&±ö "
b"\x01 É┌ïô\x7F rÜ║¬<\v ║ï¿Ç "
b"\x01 É┌ïôæs¼¥r\x7F ╩LãzI "
b"\x01 É┌ïôús9ëòúÏQÃo┘ "
b"\x01 É┌ïôÁq¸½\x00 f‗ \x01 ╚î "
b"\x01 É┌ïöYr─Ça¯┼á}¢\x7F "
b"\x01 É┌ïöjs¿ñ│5╗]\x1F Ú\x12 "
b"\x01 É┌ïö|pPÅ®ù└-Qì╦ "
b"\x01 É┌ïöìrF¬\x1F ÷\x19\x1D ºÓ\e "
b"\x01 É┌ïöƒp¢┐¸.\x1F\e Ä▓P "
b"\x01 É┌ïö▒q±úm\x02 âÅÆƒ╦ "
b"\x01 É┌ïö├pÏÖ\x15 Ä$¶Û½y "
b"\x01 É┌ïöÈsùù\x04 ZÎ╦Dç± "
b"\x01 É┌ïöÞr\x12 ║MÒ┤±W\x06 ▒ "
b"\x01 É┌ïö¨pf½ÔDÓº─ì> "
b"\x01 É┌ïò\v r>┐\x19 ä\x0E\x1A ´?ð "
b"\x01 É┌ïû\x17 q\x01 Üße¢ÒÚÛ "
b"\x01 É┌ïû4sμå_[¾Cln "
b"\x01 É┌ïûOrX¬úVôÛÑÎX "
b"\x01 É┌ïûis'¼²¶/£qJk "
b"\x01 É┌ïûüq\x13 áÎg8$·ÚÏ "
b"\x01 É┌ïù.sÇñËÜm{¼\f ╝ "
b"\x01 É┌ïùJs%ñ\x00 ,Ùü\x16 Òí "
b"\x01 É┌ïùep\x03 ¿ÛÌ\x1D {üïÛ "
b"\x01 É┌ïùÇr─ì└ÓH~ oT "
b"\x01 É┌ïÿ3sÙéSL\x02 gª\f ì "
b"\x01 É┌ïÿOsSçâj╣h\x18\v ; "
b"\x01 É┌ïÿkpXë9ËôO╗?j "
b"\x01 É┌ïÿàrÔ¼╚╣´rÍÑ$ "
b"\x01 É┌ïÿ£qy£Ü├ᾸØ\x10 "
b"\x01 É┌ïÖNs×ö\x06 Äþs h╦ "
b"\x01 É┌ïÖ³plàï5Q:9Ú? "
b"""
\x01 É┌ïÜ\e q7ò\n
;qô┤C\x1D
"""
b"\x01 É┌ïÜ7r7ùa╩Êií³Z "
b"\x01 É┌ïÜOrj¬Ð║U‗ƒ¥A "
b"\x01 É┌ïÜfr¶Ü┐7%‗úx` "
b"""
\x01 É┌ïø\n
q\x02 ¼8r\e 2\x15 k!
"""
b"\x01 É┌ïø'qOúÓËb\x14 Ì\x19 \r "
b"\x01 É┌ïØ‗slƒ[é-fÆ\x1E Ö "
b"\x01 É┌ï×\x11 sÿÀ▄k╣¸ÿ\x07 ÿ "
b"\x01 É┌ïצq\x11 ┐;f$CS¸ô "
b"\x01 É┌ï×·rW¼Ùx┴²:dµ "
b"\x01 É┌î\x12 ╗p\t ¼àö\e í\x19\t Ù "
b"\x01 É┌î\x12 Îrج\x1D 5ýl±\x1C ô "
b"\x01 É┌î\x12 r#û\x14 └<Ðé║╩ "
b"\x01 É┌î\x13\t p<äy\x07 Ä┼DA¼ "
b"\x01 É┌î\x13 'r¦â┘ªÌ|"N½ "
b"\x01 É┌î\x13 ?rH¼▓ê\x02 ª\x10\e Õ "
b"\x01 É┌î\x13 Qr5»Q\x15 ÅÅÞ\╣ "
b"\x01 É┌î\x13 bq²½7╚\x12\x05 ÐÑ1 "
b"\x01 É┌î\x14\x02 q\x10 ┤ïö0s╝╗ "
b"\x01 É┌î\x14\x1E s┬òŹ\x0F ò\x08 í( "
b"\x01 É┌î\x14 5s!Ñ‗ʨ±*Z¼ "
b"\x01 É┌î\x14 LqC¢:®P│┼\x12 Z "
b"\x01 É┌î\x14 as\f ¡h\x18 #Ýf×È "
b"""
\x01 É┌î\x14 qq£åìÊÙL\x06 \n
Ì
"""
b"\x01 É┌î\x14 âq\r ¥O┤§\t 4\x11 Y "
b"\x01 É┌î\x14 òp‗©o\x1A ;ÁW┼P "
b"\x01 É┌î\x15 6qQ»5>ÂC\x04 6Ú "
b"\x01 É┌î\x15 Nq\x1A ëFMõ│Y\t ì "
b"\x01 É┌î\x15 ls[îåZûlÔÙk "
b"\x01 É┌î\x15 ïs\x13 îX\x1D TÚDÉå "
b"\x01 É┌î\x15 ús\x03 î┘6\t P1└Ç "
b"\x01 É┌î\x16 Np°ñ\x00 Y╣YrË╔ "
b"\x01 É┌î\x16 ²p_ò!▓ñ«XÞä "
b"\x01 É┌î\x17 ┤spÇÎÇ-½ └A "
b"\x01 É┌î\x18 qrc┐Dr╝\x13 ä│\ "
b"\x01 É┌î\x19 Qr│░]zrh▓*£ "
b"\x01 É┌î\x19 s\x14 ÑÝqT\t >`ë "
b"\x01 É┌î\x1A ôpsí\e Ã▀t©¹õ "
b"\x01 É┌î\e KrnïÉo¢H┴\f 4 "
b"\x01 É┌î\x1C\x03 q(Ü└ܾª▒8N "
b"\x01 É┌î\x1C ▒pmº╦E▀&^ê\x1F "
b"\x01 É┌î\x1D YrxìQÞb^ѱ\e "
b"\x01 É┌î\x1E\x05 q\x12 Ç@RÊÙn´\x1E "
b"\x01 É┌î\x1E ºsSê͵{1h\x04 X "
b"\x01 É┌î\x1F Tr^é#í¶\x12 pפ "
b"\x01 É┌î\x1F ‗rwêÚþ¾\x14 ╩a\x06 "
b"\x01 É┌î îsvº¢E¡S\f U┬ "
b"\x01 É┌î!1q~êÕ╠╦äıÏD "
b"\x01 É┌î!╩p®Öm╚Gá▒Çh "
b"\x01 É┌î"cs{û%╝s■zYn "
b"\x01 É┌î#\x16 qǽW\x17 v\x1C §<\x1C "
b"\x01 É┌î#Ìsò╗░!\r eàn\x00 "
b"\x01 É┌î$ésYå×8À®úF╬ "
b"\x01 É┌î%CqJä┤â\x15 _ö>─ "
b"\x01 É┌î%Ìr¨À¼*─ªòì¾ "
b"\x01 É┌î&Æqƒêß4╣ìv│3 "
b"\x01 É┌î'RqÜ®╦\x08 xw\x11 ‗ "
b"\x01 É┌î(\x08 q`╣0\t ªÊ\ ¦ "
b"\x01 É┌î(▒qkí\r tõ╣┐Ë\x1C "
b"\x01 É┌î)ap½Ü:+Ï%FE^ "
b"\x01 É┌î) p▀úã¾72\x03 ³\x11 "
b"\x01 É┌î*ÎpÒüÎ qÙ®\r "
b"\x01 É┌î+|qïÖ³+ÐYÑ\x11 Ô "
b"\x01 É┌î,+p[ç\x17\x01 J¦\x0F ¥ "
b"""
\x01 É┌î, pͪ\n
<\f ▓[̱
"""
b"\x01 É┌î-╗sY╗$¯║mô║\x1C "
b"\x01 É┌î.êsý╣\x0F 6þıem\x08 "
b"\x01 É┌î.ªs½åÂc`¯▀Üù "
b"\x01 É┌î.├rú¢Bd¦\x01 ¡0╣ "
b"\x01 É┌î/gp╚╗\x1C p¨\x14 tÆ\x03 "
b"\x01 É┌î0\x14 r[Áññ¨8Å@ı "
b"\x01 É┌î0╠q\x00 Å<@├▒|\x03 "
b"\x01 É┌î1prâä\x1D à6¸CÈf "
b"\x01 É┌î2*rb£╗i\x11 kéõË "
b"\x01 É┌î30qƒX§\t >zb~ "
b"\x01 É┌î3þqÜî┼╝ª\x01 æ]à "
b"\x01 É┌î4▒r"╝+rBé;n\e "
b"\x01 É┌î5vr│┤ó─\r \x04 \r \x02 æ "
b"\x01 É┌î6ïshå╩ºN╗[n^ "
b"\x01 É┌î7bp\f «Aj\MéÐÅ "
b"\x01 É┌î8Bs\t ƒ\x14 ¨§/s=§ "
b"\x01 É┌î9)p?Ǻþ¤\x12 "l{ "
b"\x01 É┌î9´rÐà¥(!Ï\x1F :╗ "
b"\x01 É┌î;\f p(æþ└¡²8®f "
b"\x01 É┌î==siÜ└Azº*\x08 "
b"""
\x01 É┌î>\n
r\x17 ØÅ»\x14\x04 TDá
"""
b"\x01 É┌î>Ñr8╣T|ý┼ÍH¼ "
b"\x01 É┌î?Nr4│┌¥ÎïÇ!ö "
b"\x01 É┌î?§r┐å║\x7F A┐ınÌ "
b"\x01 É┌î@íp3®ı2\x00 $J"g "
b"\x01 É┌î@¥r\x03 תcÔƒS³· "
b"\x01 É┌î@┘q;ÀtÔ^~\t U> "
b"\x01 É┌îAäqÙçP«ÐIÞ2g "
b"\x01 É┌îAír\x1D ¿\x13\e ú\\t HW "
b"\x01 É┌îA┐qmåÐH■À°╚Ð "
b"\x01 É┌îA┘q\x18 Öϯêý!uµ "
b"\x01 É┌îWÞq®¡Ïñ\\x15 =@& "
b"\x01 É┌îW°q©ê\x11 pÒ-Úð' "
b"\x01 É┌îX\t q1×\x15 àPUƒ\x02\x14 "
b"\x01 É┌îX\x1A só┤\x0F ╦\v Ï╬;Ï "
b"\x01 É┌îY\r s"èuaÂê&Ö~ "
b"\x01 É┌îY,s▄Æý§1▀âªF "
b"\x01 É┌îYHp¬▒ü?pðå}L "
b"\x01 É┌îYbsá«R{ÕÂ=\x1A Î "
b"\x01 É┌îYzqrÖríÃÔï¤É "
b"\x01 É┌îZ s\x1F Ø┤\x0F ö─u░Ü "
b"\x01 É┌îZ=r\x11 í¿\r \x15 ;Û*ß "
b"\x01 É┌îZXqÔç\x06 ý├\x04 B░2 "
b"\x01 É┌îZop\x1D üæPt@>\x02 "
b"""
\x01 É┌îZåqiÄ\n
¾eŽ┬ƒ
"""
b"\x01 É┌îZûs6ûºýz‗_K‗ "
b"\x01 É┌îZ¿sà®C@`k_\x00 & "
b"\x01 É┌î[5sÚè░[\x11 y│IW "
b"\x01 É┌î[SsÖºnÖ'├:I2 "
b"\x01 É┌î[nsЬÁ┴©"d│8 "
b"\x01 É┌î[êp¯×ÛR·Ñ\x1E ┼ç "
b"\x01 É┌î[ásOæDcÿ\e á8î "
b"\x01 É┌î[┤qÿùÐf\x07 »D\x0F ü "
b"\x01 É┌î[ãs╗IJAáªtsü "
b"\x01 É┌î\wp"┤dø¥┼6─z "
b"\x01 É┌î]8sÍÿ`Ѓ╦▒Õõ "
b"\x01 É┌î]ßp+ú*\x11 ╔+x3{ "
b"\x01 É┌î]■s┼▓X│▓"\x02 °\x0F "
b"""
\x01 É┌î^\x19 púñöºg\n
¾Þ│
"""
b"\x01 É┌î^5pP«\x05 GÉK\x18 v\x1E "
b"\x01 É┌î^Ïpì│uúÿRßE± "
b"\x01 É┌î^§s┴º┼╔HMI|¥ "
b"\x01 É┌î_\x10 pþê!°9½┤╗ "
b"\x01 É┌î_/stùÂA5¾|\x04 ┐ "
b"\x01 É┌î_Gr(Â\x11 û´Wß(Ý "
b"\x01 É┌î_^s¤Â(ä+B%0ð "
b"\x01 É┌î`&r2Ѧ)¡>àS▄ "
b"\x01 É┌î`FqtÖ\x12 ÂdÆWÙZ "
b"\x01 É┌î`krÓå├$\x1A ³>╝\x10 "
b"\x01 É┌î`ìpÔçgÞ\x0E ╦2ÏN "
b"\x01 É┌î`Ñq\x1F ásVÔ¥¹\x1E ö "
b"\x01 É┌îb%r~Ü^ÀCÀï\` "
b"\x01 É┌îbÓs■ÇýÆ·\x0F ╬3\r "
b"\x01 É┌îcépm®µ\x04 Mü]P┤ "
b"\x01 É┌îd$s]Åd/ \x19 Ñ\x17\f "
b"\x01 É┌îd╦s┴ª\x1E ¬ìY╗ñ§ "
b"\x01 É┌îdÞr?æQvìN?\v ê "
b"\x01 É┌îeërYº\x05 ô╠ª²çÊ "
b"\x01 É┌îf,q■Ö':½\x07 rÚ: "
b"\x01 É┌îfÙp{©é\x05 .MI¯├ "
b"\x01 É┌îgÄsÉ¥f¡T─2A¨ "
b"\x01 É┌îh8rÈÜ╦G\x10 uä¢î "
b"\x01 É┌îhÚrWïGE6à\x1F DÜ "
b"\x01 É┌îiÌs;ƒ\x00 ÿÔÈö\x1C ì "
b"\x01 É┌îi¹qèÉ÷#4]aeí "
b"\x01 É┌îj\x17 q3Ø║É7\x05 ä\v î "
b"\x01 É┌îkYrßÜ^╠yºê\x1C ù "
b"\x01 É┌îlïs²ù\x7F n;\v\x10 Ð6 "
b"\x01 É┌îm╚q║ò\x01\x04 %w½┌. "
b"\x01 É┌în‗r¿®$Ýëø▒\x7F " "
b"\x01 É┌îp/p!ª\x16 ìôDä°╦ "
b"""
\x01 É┌îrpqQäÔ\n
F)~©Ó
"""
b"\x01 É┌îs\x08 qd▒.ÔÂ\x1D .çË "
b"\x01 É┌îsõqgù4s\x07 ▀\x16 ¦ "
b"\x01 É┌îtásëêܨ[¤ñge "
b"\x01 É┌îuUp▒æ╦AG>F\x1C g "
b"\x01 É┌îv6s╚óê▒1\f Mª╬ "
b"\x01 É┌îw\x1D qxÜ\x0F Z#²¸µ( "
b"\x01 É┌îwÊs¥░²÷¢J┤┼ "
b"\x01 É┌îxØrsît>¤ÚÜÕÐ "
b"\x01 É┌îyíqâC╣\x06\x7F ·¹│ "
b"\x01 É┌îzNpI×|[çÑ\x15 vÁ "
b"\x01 É┌î{\x15 pÐÄ\x11 B╔\v ┐ÝÍ "
b"\x01 É┌î{3p\e ┐¾ètÀ«\f\x14 "
b"\x01 É┌î{Qq\x0F ½║i¶ ò\x12 ã "
b"\x01 É┌î{jp¼ÁÀãз÷╗÷ "
b"\x01 É┌î{âs1û■rrE\x1C ╬╝ "
b"\x01 É┌î|\x1D r=¡\x1A █▒\x1C ╠:ã "
b"\x01 É┌î|:q\x04 ║Ø«┘\x17 ü║¥ "
b"\x01 É┌î|Vqa×ï5┐"\x02\x1D [ "
b"\x01 É┌î|qs┬üË-´╔¿\x02 ▄ "
b"\x01 É┌î|êr¤Çb÷╗¬=» "
b"\x01 É┌î|ƒp ¬±/ú)2l¾ "
b"\x01 É┌î|▓r(ü÷8Mƒ¿¾Ö "
b"\x01 É┌î|├q\v »ï¢ôQ╬²õ "
b"\x01 É┌î|ısz×\x00 xR¤µÏê "
b"\x01 É┌î|µrTÇ·úíBÆîü "
b"""
\x01 É┌î|°sS╝¼\x13 ▓\x1C\x7F \n
,
"""
b"""
\x01 É┌î}\n
qF¢"Ýõw\x08 ¯1
"""
b"\x01 É┌î}\e rkÄv\x0F ÝÙÐþ┐ "
b"\x01 É┌î},s¿ÆzW╠:ê)\x04 "
b"\x01 É┌î}>r\x14 ¼\x03 @┌áKï9 "
b"\x01 É┌î}Pp^¿Z4}\x1A F#\x08 "
b"\x01 É┌î}bq^ìƒí1E\x02 è¹ "
b"\x01 É┌î}srrîýJò©¯oí "
b"\x01 É┌î}às┴ü\x07 i\x11 AÛïI "
b"\x01 É┌î}ùs(Ñ\v õ²\f ¥:\x1C "
b"\x01 É┌î}¿së»Í]\x0E ËZ¼2 "
b"\x01 É┌î}║r̬\x19 R╠à\x11 ▓Å "
b"\x01 É┌î}╦q\x14 ï8§±Xÿ¯i "
b"\x01 É┌îöôq|ó\x1C k\t ÌóxR "
b"\x01 É┌îö░rl×ù‗q(A²╠ "
b"\x01 É┌îòwq\x15 íéıµ~C╚³ "
b"\x01 É┌îòör¦®îìVü╣Ô~ "
b"\x01 É┌îû*sá╣▀─$ƒ┤&A "
b"\x01 É┌îûHqßÄx\x18\x18 ▓L·> "
b"\x01 É┌îûds¤ª;éES\x15 ³\x06 "
b"\x01 É┌îùdq╣ÂÔήC?gÉ "
b"\x01 É┌îùüq·¼┬¼*\x04 MNé "
b"\x01 É┌îù£rà╗┤\x05 Å▀¾\x1D └ "
b"\x01 É┌îùÂp&èÑË#Ù\x10 Õ^ "
b"\x01 É┌îÿmr&│g{sÿ\x1C :³ "
b"\x01 É┌îÿès®ÄÅ╚Y\x06 ô\x1D │ "
b"\x01 É┌îÿórQ▓Q═W6àaÉ "
b"\x01 É┌îÿ║sà»┬\r Íed^╬ "
b"\x01 É┌îÿÐqPú║*n\x1C ¦àÿ "
b"\x01 É┌îÖzrËñnyu┘Àâ╬ "
b"\x01 É┌îÖùrAëS´Ô‗WÍà "
b"\x01 É┌îÖ▓q¶ƒ└\x15 ½▒\x10 Ï "
b"\x01 É┌îÖ╩qçá\\x04 ¡#^kù "
b"\x01 É┌îÖßqmò-]à¯R"\n "
b"""
\x01 É┌îÖ¾qn║N2Ê\n
e)¿
"""
b"\x01 É┌îÜ«pºÂ\x01 àe\x17 ñ┘\x0E "
b"\x01 É┌îø^q?ë+▄$ñ½@\x02 "
b"\x01 É┌î£\x03 qR▒╦¾kÚ5?´ "
b"\x01 É┌î£Ør┴ª\x06 êÍòß\f 0 "
b"\x01 É┌îØNr}¼Jƒ!¹>ßà "
b"\x01 É┌îØþqA½F\x15 )ݽò¸ "
b"\x01 É┌î×Ñr)ª8òbÈMGö "
b"\x01 É┌îƒKp8®S,oÇ╝A^ "
b"\x01 É┌îá)sÄäØå\x19 ¥Q~X "
b"\x01 É┌îáÌp_¿Cæ\x07 ┘hú░ "
b"\x01 É┌îíòqÑàzcHë┐ü1 "
b"\x01 É┌îóJq─å╔╦i╬¾\x1A Ì "
b"\x01 É┌îó■r\x1C ║Gâ\r =ç╔3 "
b"\x01 É┌îú\e q█Ä═©t║~*z "
b"\x01 É┌îúÀp▓Åiæ3®\x13 Çë "
b"""
\x01 É┌îúısR¼ÀÓ┘é▄\n
ß
"""
b"\x01 É┌îñwsUÖ╣\x12 LÕ<BÌ "
b"\x01 É┌îñöqhçAõ\x14 Ý\x7F }Ñ "
b"\x01 É┌îÑ`p|ä+╗üÙ²`M "
b"\x01 É┌îÑ}r:øÑíç¢jvç "
b"\x01 É┌îª╔r'½QþV«\x04\x06 ½ "
b"\x01 É┌slƒ¤┴j\x1D M╠Å "
b"\x01 É┌îº\x04 r¿ü)ä^7-\x19 Y "
b"\x01 É┌îº\x1E pV«¨\x16 `3¨\x06 A "
b"\x01 É┌îº9p¬¼°A\x11 {J\x18 g "
b"\x01 É┌îºQp\x1C Ç~uötÃî╝ "
b"\x01 É┌îºeqZå│_?¸ëÜ3 "
b"\x01 É┌îºxq\x12 óı«Ã┼║S¿ "
b"""
\x01 É┌îºër¿ënw■Åâ\n
\
"""
b"\x01 É┌îºøsÝá«─o\x0F\x19 é\x1C "
b"\x01 É┌rcƒ>î■\x12 Å■¯ "
b"\x01 É┌psñ\x1A ¥\x10 òûç│ "
b"\x01 É┌î¿Yr¿äÙ\x03\f $X¦= "
b"\x01 É┌î¿{p▄üÍ┘c\x14 Úf? "
b"\x01 É┌î¿øs\x1E îÂu╩^\t ┼0 "
b"\x01 É┌î¿╣pé»ì\x0E ▓z>ö¯ "
b"\x01 É┌î¿Èq½ù▀|½\x07 Q┴$ "
b"\x01 É┌r4ü§┌å~'{. "
b"\x01 É┌î®\x08 r\x11 á©\x13 §«¾*[ "
b"\x01 É┌î®▄qlâ:â╬\x01 TúÇ "
b"\x01 É┌s\x03 øà/³yö36 "
b"\x01 É┌î¬\x1D r·ÿ■ÿ6Çõã\x11 "
b"\x01 É┌î¬‗p┌©└█F\x15 R║! "
b"\x01 É┌î½\x0F r┌ƒ¯╚F.Rb° "
b"\x01 É┌î½+rïÀNä/\x12\x07 ú╠ "
b"\x01 É┌î½Dq\x00 ì¿▄Ë\x01\x03 ░ô "
b"\x01 É┌î½\q3éx▄\x7F 3Ë\x01 - "
b"\x01 É┌î¼\x18 pz░\x1D ╠\x0E RÒ2ö "
b"\x01 É┌î¼5phÀÊ@ƒÄ┼µ▒ "
b"\x01 É┌î¼Pq¹óı"¯┴n6ó "
b"""
\x01 É┌î¼kqQå\n
ÖÆ\x10 ┐\x04 ¯
"""
b"\x01 É┌î¼ârfêêù\x1C\x06 J\x10 Ô "
b"\x01 É┌î¡Gp=×ß§i;ÏÕ\x01 "
b"\x01 É┌î¡dqhæ\t ·\x04 ð┬ÈÑ "
b"\x01 É┌î«\x11 s#àKüÕ`╦¸T "
b"\x01 É┌î«1r'ªge̓\x1A ╬b "
b"\x01 É┌î«Os.▓╗ùjø9s\x15 "
b"\x01 É┌q깸1┬_)‗ "
b"\x01 É┌î»\x11 p\x10 Øh\x1D ▀\x1D ├fµ "
b"\x01 É┌î»│s¢è\x16 `üLï̧ "
b"\x01 É┌î░Qpåê£M'8þi░ "
b"\x01 É┌î░·qbö¦i¦'Z^¼ "
b"\x01 É┌î▒êp┴øøv╬║\x1E »£ "
b"\x01 É┌î▓6r┴ªüC\x0E úz9V "
b"\x01 É┌î▓Îqn¡\x00\x0E ¿à¶ï3 "
b"\x01 É┌î│ÿr)¼UB´A│ Ç "
b"\x01 É┌î┤rpó│S";┤ë┬1 "
b"\x01 É┌î┤Æs¶Â\|\x14 àÀ\x1D ┘ "
b"\x01 É┌î┤«p~¢ãPi9@Û\v "
b"\x01 É┌îÁXpñáƒ'a\x18 ¸├Ù "
b"\x01 É┌îÁ{pnôÿç*Å¡iU "
b"\x01 É┌îÁÜsǺ└·_É\f ëÎ "
b"\x01 É┌îÂtqkØm╩K└%5▓ "
b"\x01 É┌îÀ/s2í╔&Ï"ÔÃ[ "
b"\x01 É┌îÀÞq3å];5\f ùk\x08 "
b"\x01 É┌î©©r║ñËLıìw\x03 ╝ "
b"\x01 É┌î╣ZpÜó/\t ¿ÁûeL "
b"\x01 É┌î¤iqº£Á░F╔ß®6 "
b"\x01 É┌îð^r:è.─ ·Ã\r Ê "
b"\x01 É┌îð´peíÝÝ2ò»j4 "
b"\x01 É┌îÐ░sLú¿ü‗\x06 ndª "
b"\x01 É┌îÊeq╝┤\x17 ã\x1E\x02 bG¾ "
b"\x01 É┌îË\x16 pÄ«0ÖF\x08 ë¡> "
b"\x01 É┌îË╬q\x08 ┐\r î░%[\x0E g "
b"\x01 É┌îÈäq¾¬‗│├°\x04 £ÿ "
b"\x01 É┌îıGs:»\f ┤@kÍÂè "
b"\x01 É┌îÍ\x13 qæÖtÓ}Ðyb└ "
b"\x01 É┌îÍ®p\x16 │2P[yÐË\x01 "
b"\x01 É┌îÎUpHºD=\x12 yz■\x12 "
b"\x01 É┌îζrlØÌ┴Û┐1╗\e "
b"\x01 É┌îÏ¢rôòú═3\x12 ░i) "
b"\x01 É┌î┌├súç½░(\x10 6Ùr "
b"\x01 É┌î┌Óshà\x10 ¨\v cå}\x04 "
b"""
\x01 É┌î┌³r\n
ì^ü\x06 Ç?[7
"""
b"\x01 É┌î█\x16 p\x14 ╣í!▀Ò\x12 HÏ "
b"\x01 É┌î█/püª╩┴\x10 Ï%vÒ "
b"\x01 É┌î█Ir┌ÜÍıÚ7▒ç¤ "
b"\x01 É┌î█[sÖòÇ~rî\x00 ® "
b"\x01 É┌î█lr\x12 îÝç\x07 ╚ºVî "
b"\x01 É┌øN@q[ìÛ7\t f2È4 "
b"\x01 É┌øNnpyÆ└uNnØD\x17 "
b"""
\x01 É┌øNòq.à\n
ÒÕ┴-Gı
"""
b"\x01 É┌øN┤rÜ®ä╔m└CåÊ "
b"\x01 É┌øNıqCë\í┴d\x11 9ê "
b"\x01 É┌øOÿr9ó┌\x0E îP¿\x7F ▀ "
b"\x01 É┌øOÃpCÂø▓\r by`R "
b"\x01 É┌øPyrs╝UUö{▓ıã "
b"\x01 É┌øQEqÐÅÇL\x01 á%R| "
b"\x01 É┌øQlrq¢ °b\x01 ézÇ "
b"\x01 É┌øQÿr?é/\x0E ÍÊaèz "
b"\x01 É┌øRlpö××Áêu═5% "
b"\x01 É┌øS7p$ú¬¥hXv÷p "
b"\x01 É┌øT\x03 s݃5_\x12\x17 ┬É\x14 "
b"\x01 É┌øT╦r§ºá\t L▄¡)¬ "
b"\x01 É┌øUÜr\x04 À\r ü _ÿ© "
b"\x01 É┌øVàqýìq┐Íz½\e · "
b"\x01 É┌øWZq¾ó▀\x16 Zýkõ "
b"\x01 É┌øX%sÄ¿¤┐├§╗\x1C â "
b"\x01 É┌øXµp\x14 ºqÙºXÚ&Õ "
b"\x01 É┌øYÛrKäa╗ÌpøD "
b"\x01 É┌øZÈríƒý\x0E µÁG█l "
b"\x01 É┌ø[▓s┬é ¤§¹ÔTô "
b"\x01 É┌ø\ss╠│-N╣ì\x1D\e ú "
b"\x01 É┌ø]3r¢ÀV\x1E ´K#t "
b"\x01 É┌ø]r6àu<V`\t ┘± "
b"\x01 É┌ø^Ôrcú¸#ò`\x14 HU "
b"\x01 É┌ø_Ös¯Ø\x06\f 4k{¦V "
b"\x01 É┌ø`br/ó█ØûÙ\x02 ³- "
b"\x01 É┌øaWs├¼sÓ'!╣╦. "
b"\x01 É┌Ø>:r├£Ý\x19 ï®Côu "
b"\x01 É┌Ø>dp┐Ød)öG_\f ┌ "
b"\x01 É┌Ø>äpÖöÛöVO£µÖ "
b"\x01 É┌Ø>×s\x19 £öS\v yujZ "
b"\x01 É┌Ø?urôªXR黨Ç▒ "
b"\x01 É┌Ø@0q\x1D º\x06 4!\t I|╬ "
b"\x01 É┌Ø@§s╚×O ¡m%µÛ "
b"\x01 É┌ØA«p┤»úqE╩æ\x1E\x06 "
b"\x01 É┌ØBusv¬xù║ßÖÞ@ "
b"\x01 É┌ØB×rSÇ\x04 ó\x10 █{u¬ "
b"\x01 É┌ØB┐ró┐czЃÒGw "
b"\x01 É┌ØD\x1D s³╣J±>\x7F T8à "
b"\x01 É┌ØDGprÁÓ¯Ö3\x1C i\x07 "
b"\x01 É┌ØDir0û┌\t g1ꬮ "
b"\x01 É┌ØDåpJùÒÆÄÌwCï "
b"\x01 É┌ØDír°ñ¨p \x02\x04 Ú\x05 "
b"\x01 É┌ØEkpõîçyÙ\x02 ^\x14 Ý "
b"\x01 É┌ØEös`ér¾\e ╦UÖò "
b"\x01 É┌ØEÂs!┤Zy\x12 üaÓ: "
b"\x01 É┌ØEÐs╩╣;<■hÐô\r "
b"\x01 É┌ØEýs¿Är¦6Z¥¸p "
b"\x01 É┌ØF└q©å\x04 Y■ó\x08 í» "
b"\x01 É┌ØFÚp:│¶│ê\x1A Fvß "
b"""
\x01 É┌ØG\n
s=ñÁae┤▓P\x1D
"""
b"\x01 É┌ØG%pÎÂu\x14 ú─~2ª "
b"\x01 É┌ØG?qõï¼F╩\x1C eß\x12 "
b"\x01 É┌ØG¶p·┐Õc╣!%░\x14 "
b"\x01 É┌ØH¢r░ÜyºRëF\x18 y "
b"\x01 É┌ØIür╦À┬\x7F <ªH▓Ñ "
b"\x01 É┌ØJ>q\x02 ƒ_ó└¿YS\x0F "
b"\x01 É┌ØKHqYæUïÜÐ\r \x04 ó "
b"\x01 É┌ØKmsAÅ,ý\x11 Î?%§ "
b"\x01 É┌ØKÄp╝ƒ8'ú<r╗╗ "
b"\x01 É┌ØK¿saêe\x03 ╝|\x00 ú× "
b"\x01 É┌ØK├r\r çıß\x02 G² É "
b"\x01 É┌ØK¦qéå\x15 f\x13 └'Ë» "
b"\x01 É┌ØK°r±ç┼]R╔Vþb "
b"\x01 É┌ØL\x13 q×ܤ÷çǹ─´ "
b"\x01 É┌ØL-q5À\x02 Æ\x05 þì³Ò "
b"\x01 É┌ØLHr4¿>?Å\x0F ╝Ü0 "
b"\x01 É┌ØLbpüÂ║ú¼P?ò! "
b"\x01 É┌ØM\x1A q¶ªw"ÿððÅê "
b"\x01 É┌ØM6pL¢9×Ý\x1F\f {á "
b"\x01 É┌ØMQpú£:Ø¢ÛèéK "
b"\x01 É┌ØMlr<×\f &\x06 0DM "
b"\x01 É┌ØMåp¡»?ÉðT2▄0 "
b"\x01 É┌ØMír~ö\x1D 2kó7J¹ "
b"\x01 É┌ØM╗pXêË7ùëıä\x05 "
b"\x01 É┌ØMÍp²º\x14 _■╠<\x04 Ý "
b"\x01 É┌ØM±qè▒\e ]³\x1E û\x7F\x1F "
b"\x01 É┌ØN\f p\x1E ╗ö■9ë?@[ "
b"\x01 É┌ØN&s\¼¸╩È>°4@ "
b"\x01 É┌ØN§s┴Ö·‗¿D[4© "
b"\x01 É┌ØO«r`äf\x1C %\x14 ┌─G "
b"\x01 É┌ØPrq¾ƒÎr1¯Àù\x1E "
b"\x01 É┌ØQ$po½Ø╦\x19 ÂüǦ "
b"\x01 É┌ØQýq\x04 ø▓£\x17 p°qe "
b"\x01 É┌ØRír1ü\x07 ┘╦Êîx\v "
b"\x01 É┌ØSºs\x1C ¡u@v\x11 0#C "
b"\x01 É┌ØSÐp\x1D ª4ÃDëSÝy "
b"\x01 É┌ØS¾s┬óÐnRöìä" "
b"\x01 É┌ØT┘rjàã§úüq╩Æ "
b"\x01 É┌ØUòp╠┤à\x08 »NSs "
b"\x01 É┌ØWFs5ª:¤╣ÓX6% "
b"\x01 É┌ØW¯s¡£\x19 *╬\x1E ]7ª "
b"\x01 É┌ØX½p\x0F ú╩üÉü%Ϻ "
b"\x01 É┌ØY_pþÀô¿vOÕï¦ "
b"\x01 É┌Ø\þsQûQ\x03 ¶2wèä "
b"\x01 É┌Ø]\x11 qÿ»\x01 (ø■ü«\x07 "
b"\x01 É┌Ø^\q_║r<LÄ\x02 S¿ "
b"\x01 É┌Ø^år;ñ\x14 ÍS│.╝ã "
b"\x01 É┌Ø^ºrÕø£H\x08 ▀\x1E\e ' "
b"\x01 É┌Ø^ãp¬╗Ì▓AÓï\x18 ╣ "
b"\x01 É┌Ø^ßpAü┬╝eѳ\x01 Í "
b"""
\x01 É┌Ø^¹s\n
ù\x12 m\x01 Wþà\x1C
"""
b"\x01 É┌ØuFpoé¯÷%£¥╦ "
b"""
\x01 É┌Øv\x11 r#¡(gõ\f ▒\n
»
"""
b"""
\x01 É┌Øv;qÀ│\n
´°éA¤ì
"""
b"\x01 É┌Øv^qÝØG`ÉZÄèº "
b"\x01 É┌Øvxsö▓¢┘┌0\x02 ½{ "
b"\x01 É┌Øw#phñ=Ñ╬pE¾┬ "
b"\x01 É┌ØwMrpÿ|‗Yû\x04 kv "
b"\x01 É┌Øwmr4¿/³ƒ\x1F °ÝY "
b"""
\x01 É┌Øwçqƒå\n
\e \n
s{À¯
"""
b"\x01 É┌Øwós°ä\x14 ═%£lë\x1C "
b"\x01 É┌Øw¢qIÀ"¶^U_\f ² "
b"\x01 É┌ØwÎs╔Æ╝‗9Ûu5\x02 "
b"\x01 É┌Øxÿp,£\x08\x18 \e Ê╗f "
b"\x01 É┌Øx─p▀Áe[\x1D fZî\x15 "
b"\x01 É┌ØxÌr¸╗££²│Ú§\x17 "
b"\x01 É┌íÿªs´╣ í\x00 ┼@v\x04 "
b"\x01 “S+\x07 Yrt‡Š±‚‰kî\x03 "
b"\x01 “S+\x08 prøŸƒ€\x1A \r \x1F ƒ+ "
b"\x01 “S+\x08 ¼ré‡éo\x01 TÛ(c "
b"""
\x01 “S+\t\x07 r\n
¡Ó–—0¿d}
"""
b"""
\x01 “S+\n
Xsɪ®)\x1D ˆ9“Ï
"""
b"""
\x01 “S+\n
¨p=‡Ï\x13 G\x1C À\x18 Û
"""
b"""
\x01 ôS+\n
¾p┘Å 0‗¼ûM-
"""
b"\x01 “S+\f\t r™¶Ô\x1F §\x06 AS\x15 "
b"\x01 “S+\f Ur\x12 ”‹ÿd¹k£å "
b"\x01 “S+\f s\t ³ØŸUxçÞJ "
b"\x01 “S+\r Äqe˜](ëÅ\r ä\f "
b"\x01 “S+\x0E\x10 q¬ˆ\x04 »ÿ¸ñie "
b"\x01 “S+\x0E \p\f ¨\x1A\x00 6\n åÇ› "
b"\x01 “S+\x0F mqn£Ã8ÒÁm†Ö "
b"\x01 “S+\x0F ºr#ºW‰*$»¢˜ "
b"\x01 “S+\x10\x06 p\x01 ›ì¢ýõ‡ž¤ "
b"""
\x01 “S+\x11 \n
s\x16 Šê“\f öŽ\x12 7
"""
b"\x01 “S+\x11 Up4§û\x00 þ㱈& "
b"\x01 ôS+\x11 íp¤Äo:KÊìÐc "
b"\x01 “S+00s²‘%ˆo˜Él\r "
b"\x01 “S+0}pè¼c-ZNßð" "
b"\x01 “S+0Êq*™t\x05 ~ý\f “¸ "
b"\x01 “S+1\x16 q}š‚>^¦P9\x12 "
b"\x01 “S+4°sL…ÈrwÊu‘f "
b"\x01 ôS+4³sQØ\x06 gJª´ñÉ "
b"\x01 “S+DIsÙ›a†ÖÅCyê "
b"\x01 “S+ERsŠ‹>\x1A ûe.úµ "
b"\x01 ôS+JÏs_úlÉZ└ÅZ+ "
b"\x01 “S+M\x07 sj·76}•hS´ "
b"\x01 ôS+N\x1C s\x05 º\x19 `\x14 Ø3hw "
b"\x01 “S+Niq\x16 ™\x12 %wÈ-&— "
b"\x01 “S+Oyr¸˜ÛŠ¢.\x00 ä· "
b"\x01 “S+P„sÁž`ž…F ë› "
b"\x01 “S+Qur#žÎ+Íðj;| "
b"\x01 “S+QÂsÓŽ‰Qs*4Ù; "
b"""
\x01 “S,\n
õp—©{qû)-W¼
"""
b"\x01 ôS,\v ìrýâ§e½┘Ic\x10 "
b"\x01 “S,\r [sÊŽhѦåîF\x19 "
b"\x01 “S,\r ¨pí¤‚è\x1D mÅ—B "
b"\x01 “S,\x12\x07 r1‡%’€ï!ÄÄ "
b"\x01 ôS,\x12 Vqëà+S ╬ Øæ "
b"\x01 “S,\x12 £q¢ŒT,û\x15 v—ó "
b"\x01 “S,\x13 ²rÒ¶ÚæA,R\v ó "
b"\x01 “S,\x14 šq+¬L\x1A i’ðqV "
b"\x01 “S,\x14 çsD°\x12 ›õa„ùß "
b"\x01 “S,\x15 ÔqN¤eñv^[\x1F q "
b"\x01 “S,\x16 "qŽŸ\x04 ¬¯\x00 \r Ÿ£ "
b"\x01 “S,\x16 np[²C\x14 Ù‰¬>z "
b"\x01 “S,\x17 qqx“é8W]ÅP "
b"\x01 “S,\x18 YrÝžD\x16\x03\e +QF "
b"\x01 ôS,\x1C $rÉÅcÂXR³>\x10 "
b"\x01 “S,\x1C or_•6Ò~=ˆï[ "
b"\x01 “S,\x1C ¼q—ŠPV\e I‘Ž" "
b"\x01 “S,\x1D ×s¥ŽW´ :õTÓ "
b"\x01 “S,\x1F\x1D qHˆ>\x10 €Š±Co "
b"\x01 ôS, 1qküt\v [\x0E ¤╗® "
b"""
\x01 “S,!}qÅ¢yb\x1C \n
½Ñ
"""
b"\x01 ôS,"Ðq\x18 ü║k²a╝ïã "
b"\x01 “S,&óq¼·mä¼XN\x04 u "
b"\x01 ôS,(,puàØøÍ-ó4? "
b"\x01 “S,)Epƒ³UûiÉņS "
b"\x01 “S,*‰s’²\x07 ±¿y\x06 ¬6 "
b"\x01 “S,+´pДŒžÝ¨¾\x1A "
b"\x01 “S,,ôs,‰Dä“—…˜= "
b"\x01 “S,.\x11 q.•YÒ\r Åý¸W "
b"\x01 “S,/Pq6µò˜i¼âè— "
b"""
\x01 ôS,0Yr\n
ùÕ╩3W\x18 ╦É
"""
b"\x01 “S,0©pì·V±H›Ô,K "
b"\x01 ôS,2ds$檶\x7F Å└>Å "
b"""
\x01 “S,4qsס€\n
î\x03 ÝP\t
"""
b"\x01 “S,5ÄqΓçøf_g\x13 ¾ "
b"\x01 “S,9˜r?–\x10 *#á¢Iê "
b"\x01 “S,ZlqS¾ÒBn\e Äôí "
b"\x01 “S,[xp\x0E žÝã÷\x00 ö˜ƒ "
b"\x01 “S,\½rh°Ü¯—gõ/ï "
b"\x01 “S,]¨pê´Bò£~HÕ8 "
b"\x01 “S,^Är|ºîÈ\x13\x01 ~hS "
b"\x01 “S,_ÜsØŽGî´\x14\x14 †> "
b"\x01 ôS,`Õp\x1E º░╦É}┴u─ "
b"\x01 “S,b\f q\x19 ”L»5Šp?l "
b"\x01 ôS,bXsxü&=\x14\x14 Ä▀÷ "
b"\x01 “S,f0rþ“Úy4\t NB¯ "
b"\x01 “S,fzq1ª\r ”ÿ‹Îœ\x06 "
b"\x01 ôS,f┼pçöA▒ØRQ\x04 ^ "
b"\x01 “S,g\x11 sê€=Ï\x1C\x05 \Þ¿ "
b"\x01 “S,h\x16 sÆ©×Ïä³Ì¸t "
b"\x01 ôS,has\x04 ü\e ¡Êó╚+õ "
b"\x01 “S,hsX«*Æ\x1E !)–\x1A "
b"\x01 “S,húr‹ž@ÌöÆ$PW "
b"\x01 “S,iGp`†ç|oq)×\x1F "
b"\x01 “S,i”pŽ¥\x01 ¯\ÒC\x07 "
b"\x01 “S,iàsüªYÓŇa\x06 ì "
b"\x01 “S,j,q4¡öÂÆä J "
b"\x01 “S,jwq‚¦\x03 _©'3µ& "
b"\x01 “S,jÄrª¼\x07 C\x14 ?€P» "
b"\x01 “S,k¶r Š'‹‚¯Èî* "
b"\x01 “S,lïp“ˆÑfýÞ–9` "
b"\x01 ôS,m¯r■¢Cª/Ðü╔© "
b"\x01 ôS,o\f r\x14 ób\x7F ─Åf┘┼ "
b"\x01 “S,p@q\f ·oUQ`Š=î "
b"\x01 “S,qlrÉŸGþ\x1F ÍQWê "
b"\x01 “S,rŠsƒ¯VÓÅð@"O "
b"\x01 “S,s™qÛ¼\x03 ‚‰ë\x03 ¹? "
b"\x01 “S,…ÉrЃ×g·*ù\x04 Ì "
b"\x01 “S,†\x1D qÇ™dr?5×\x04 y "
b"\x01 “S,†ls”·HÚ@P’³’ "
b"\x01 “S,†·r¢ŸK˜žóXò5 "
b"\x01 “S,‡\x03 pÌ´`Ù{Èn,µ "
b"\x01 “S,ˆ,q1±!U~¹¤\x14 e "
b"\x01 “S,ˆ}sVº8¶P`‡Î1 "
b"\x01 “S,‰‘sî>€\x07 a\x1F S· "
b"\x01 “S,‰Þp&œæòƒnÕóñ "
b"\x01 “S,Š*sƒ—ß8ˆC&« "
b"\x01 “S,ŠupYŒ’ðË’Kˆ\x0F "
b"\x01 “S,ŠÁpÊ€W=‡äL)¯ "
b"\x01 “S,‹\r pR²Ì£\x00 *1\t ÷ "
b"\x01 “S,‹Xq\x1C ‰ëuÑÖ\r w¬ "
b"\x01 ôS,îöpÁáÙ\x11 |QbÅÞ "
b"\x01 “S,Œàp4‹GR\x0E\e N"l "
b"\x01 ôS,ìÛsºö¼■\v olü6 "
b"\x01 “S,Ž;sešH\x05 ÈѾô9 "
b"\x01 ôS,ÅVpêêÃ╩\x06 $Êóø "
b"""
\x01 ôS,ÅúrDªô\n
{÷0\f ¶
"""
b"\x01 ôS,ůr\x14 ÆÎ¥]Ü\e ÉS "
b"\x01 ôS,É:pÛ╝└\x1F ┘¢PÉ\e "
b"\x01 “S,®oq?ƒ‹\x10 #ÎyÕý "
b"\x01 ôS,«╗rÛìå\x1A ~Êv┴E "
b"\x01 ôS,»╔r¬É+Ãã\x11 @ÕÈ "
b"\x01 “S,°\x16 rú•Gv:\x1D 8Šx "
b"\x01 “S,°brò¦]¢ÑɆZ\x1E "
b"\x01 “S,°®qx‚!hC:\e ±ø "
b"\x01 “S,±Îqí©\x07 }¿è+æ[ "
b"\x01 “S,²\x1A qr¨Â\x00 î—y“Í "
b"\x01 “S,²fpóˆwª·µmüG "
b"\x01 “S,²²s\x17 ƒçüùt6Lw "
b"\x01 “S,²ÿq)˜\x05 tS×\x00 ¬¦ "
b"\x01 “S,´pqO¢\x10 @?EUµ\r "
b"\x01 “S,´Âp-§ÙBÈQ\x18 ¼+ "
b"\x01 “S,µ\x10 ržŽ×W)\x05\x10\x16 ? "
b"\x01 “S,µ[r_«K=RGj\x12 • "
b"\x01 “S,µ§pb›MŸh-Oz\t "
b"\x01 “S,·Ms5‚SѵZ›Æq "
b"\x01 ôS,ÀÖsÉñ\x00\x18 4╦▄┐ý "
b"\x01 “S,·åpxˆ\x04 R•Ê“Å{ "
b"\x01 ôS,©1pFìµÀßR%ÁS "
b"\x01 “S,¸}rù’ÇCt¿«™ú "
b"\x01 “S,¸Ésà°ØX\v v"×P "
b"\x01 “S,¹Úp½°\x7F <Q¨©³Y "
b"\x01 “S,º+s!;K„ß\ "
b"\x01 ôS,║wq\x0E Ø█½Î\x06 z}: "
b"\x01 ôS,║├qÅ¡nïÊñ²i, "
b"\x01 “S,»\x0F q!£X{ˆ«ÉC "
b"\x01 “S,»[p\x08 ’œ>\r ¿\x05 ža "
b"\x01 “S,»¦p(Ÿß•°[óeÏ "
b"\x01 “S,¼Érç¸y0\x1A\x04\x13 .Ü "
b"\x01 “S,½\x18 rК\x12 QãíÏ-÷ "
b"\x01 ôS,┐§p\x0F ÅZHÖ4■Ø; "
b"\x01 ôS,└Br¸Ä¬üô³{U\x08 "
b"\x01 ôS,└ìsvô▓JF\e bN¾ "
b"""
\x01 “S,ÀÙp\x1C ±yFÎ\n
.Ì”
"""
b"\x01 ôS,┬\f pÉ▓ÌR÷ù\x01 ╝ö "
b"\x01 “S,Å@r4ˆ¼=\x1D\x16 7ÊŽ "
b"\x01 “S,ÆMqϪ.LÑŽÆx¿ "
b"\x01 ôS,ãÖp\x13 ØPÝq!╣vc "
b"\x01 “S,Çßrì±ú\r *‹EP“ "
b"\x01 “S,È+s}rqÌrV² "
b"\x01 “S,Èwsª€w±¿É;† "
b"\x01 “S,ÈÄrø¾\x00 ~î І¢ "
b"\x01 “S,̤qn¡Ò5ø¬Sn¢ "
b"\x01 “S,Ìôs\x1F ¡OÝ;ûÆpƒ "
b"\x01 “S,Î$q\x18 ¸ßãM¦›½' "
b"\x01 ôS,¤ërüÿaQѵ4i¬ "
b"\x01 ôS,Ð▀rnël\x16 ̸jüT "
b"\x01 “S,Ó\x02 sm‰=ðbt!–¿ "
b"\x01 ôS,È/sØ¥59█9\x15\v K "
b"\x01 “S,Õ=pn˜|pEóE\x07 > "
b"\x01 “S,ÖmsG…NóOÝžŸ) "
b"\x01 “S,Ú•pj¼«Ó¢ÖÏ\x0E ® "
b"\x01 “S,Û©s;±Äç`Á€Œ\x08 "
b"\x01 “S,ÜÙp‰‘›&ÑævÐÁ "
b"\x01 ôS,¦¨põì©~Ø ┌▄Å "
b"\x01 ôS,▀\x04 snâ╣8\x1A «■Åf "
b"\x01 “S,áYs¦‘#Î0¡²¬_ "
b"\x01 “S,â«rXƒ8\x10 %È£º\x1A "
b"\x01 “S,å‡ra°¤\x18 bªÐ\x01 R "
b"\x01 ôbê\x17 ;ppü\f :ÛsJ\x18 ÿ "
b"\x01 ôbê\x18 mr\x01 ÉÖÝ¡█Ø├à "
b"\x01 “bˆ$Sq\x07 Š€¼ËP\Ȭ "
b"\x01 “bˆ%\x1E s¿¯\x07 ŽD\Ò¹v "
b"\x01 “bˆ&>p\x1D ™<ÏÒ85Û( "
b"\x01 “bˆ'ìp\r Šoí·ÏèÎ "
b"\x01 “bˆ)3q5ˆé¢É\x14 ç—= "
b"\x01 “bˆXöp‰‚ªz‰ö\e V7 "
b"\x01 “bˆY“p\x05 òq²îp "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA85122170EDB6C1D88A714FB818 , 0x0190DA8512D172188F56C3A83F3EF8A1 , 0x0190DA8512E47360A79C56E953D98DCA , 0x0190DA8512F672288C663F910A15FB79 , 0x0190DA851399737C98C2D53844846C83 , 0x0190DA852BE970CD90286770A0956A40 , 0x0190DA852BF672539EB733E17F50F7BB , 0x0190DA852C0270D09684F3B378AAD675 , 0x0190DA852C0D72E7B2B2D6F8F2B02E57 , 0x0190DA852C22705FA374EE62052275FD , 0x0190DA852C36736FB0F7F16D214723B5 , 0x0190DA852C497009B212D4175A7718C6 , 0x0190DA852C5B72759A92EC716C699ABF , 0x0190DA852C6E71EEA10AA0762ED36294 , 0x0190DA852C8471F185DB2D7816449FCD , 0x0190DA852D2172D592FB241486A00447 , 0x0190DA852D34728698ECB5E254279871 , 0x0190DA852D4A71AEAC43128C75B0E280 , 0x0190DA852D5F7335BE37D9856FAD71A2 , 0x0190DA852D717080BBA2A9F3A2D75217 , 0x0190DA852D8470039AD115A3ED84AFA2 , 0x0190DA852D9A72DD9DA70167DACC2977 , 0x0190DA852DAF733EAAF94B019DC212B7 , 0x0190DA8B92CC7075A124498E5657802C , 0x0190DA8B92E872DE9E8D32BF870B359E , 0x0190DA8B9303734998D3B413F0FB25EE , 0x0190DA8B931D733C823A76053707B9FA , 0x0190DA8B93347179816E6EB95703FB24 , 0x0190DA8B934F7075A60BEF3B7E149FA3 , 0x0190DA8B93687126B3477218C826F194 , 0x0190DA8B937F729ABAAA3C0BBA8BA880 , 0x0190DA8B939173ACBE727FCA4CC67A49 , 0x0190DA8B93A373398995A3D851C76FD9 , 0x0190DA8B93B571F7AB0066F2FF01C88C , 0x0190DA8B945972C48061EEC5A07DBD7F , 0x0190DA8B946A73A8A4B335BB5D1FE912 , 0x0190DA8B947C70508FA997C02D518DCB , 0x0190DA8B948D7246AA1FF6191DA7E01B , 0x0190DA8B949F70BDBFF72E1F1B8EB250 , 0x0190DA8B94B171F1A36D02838F929FCB , 0x0190DA8B94C370D899158E24F4EAAB79 , 0x0190DA8B94D4739797045AD7CB4487F1 , 0x0190DA8B94E87212BA4DE3B4F15706B1 , 0x0190DA8B94F97066ABE244E0A7C48D3E , 0x0190DA8B950B723EBF19840E1AEF3FD0 , 0x0190DA8B961771019AE165BDF0E3E9EA , 0x0190DA8B963473D7AC865F5BF3436C6E , 0x0190DA8B964F7258AAA35693EAA5D758 , 0x0190DA8B96697327ACFDF42F9C714A6B , 0x0190DA8B96817113A0D7673824FAE9D8 , 0x0190DA8B972E7380A4D39A6D7BAC0CBC , 0x0190DA8B974A7325A4002CEB8116E3A1 , 0x0190DA8B97657003A8EADE1D7B818BEA , 0x0190DA8B978072C48DC0E0487E206F54 , 0x0190DA8B983373EB82534C0267A60C8D , 0x0190DA8B984F735387836AB968180B3B , 0x0190DA8B986B70588939D3934FBB3F6A , 0x0190DA8B988572E2ACC8B9EF72D6A524 , 0x0190DA8B989C71799C9AC3A0F3F79D10 , 0x0190DA8B994E739E94068EE773FF68CB , 0x0190DA8B99FC706C858B35513A39E93F , 0x0190DA8B9A1B7137950A3B7193B4431D , 0x0190DA8B9A3772379761CAD269A1FC5A , 0x0190DA8B9A4F726AAAD1BA55F29FBE41 , 0x0190DA8B9A6672F49ABF3725F2A37860 , 0x0190DA8B9B0A7102AC38721B32156B21 , 0x0190DA8B9B27714FA3E0D36214DE190D , 0x0190DA8B9DF2736C9F5B822D66921E99 , 0x0190DA8B9E117398B7DC6BB9F7980798 , 0x0190DA8B9EDD7111BF3B66244353F793 , 0x0190DA8B9EFA7257ACEB78C1FD3A64E6 , 0x0190DA8C12BB7009AC85941BA11909EB , 0x0190DA8C12D7729DAA1D35EC6CF11C93 , 0x0190DA8C12F072239614C03CD182BACA , 0x0190DA8C1309703C8479078EC54441AC , 0x0190DA8C132772DD83D9A6DE7C224EAB , 0x0190DA8C133F7248ACB28802A6101BE5 , 0x0190DA8C13517235AF51158F8FE85CB9 , 0x0190DA8C136271FDAB37C81205D1A531 , 0x0190DA8C14027110B48B943073F0BCBB , 0x0190DA8C141E73C2958FFB0F9508A128 , 0x0190DA8C14357321A5F2D2F9F12A5AAC , 0x0190DA8C144C7143BD3AA950B3C5125A , 0x0190DA8C1461730CAD681823ED669ED4 , 0x0190DA8C1471719C868DD2EB4C060ADE , 0x0190DA8C1483710DBE4FB4F509341159 , 0x0190DA8C149570F2B86F1A3BB557C550 , 0x0190DA8C15367151AF353EB6430436E9 , 0x0190DA8C154E711A89464DE4B359098D , 0x0190DA8C156C735B8C865A966CE2EB6B , 0x0190DA8C158B73138C581D54E9449086 , 0x0190DA8C15A373038CD936095031C080 , 0x0190DA8C164E70F8A40059B95972D3C9 , 0x0190DA8C16FD705F9521B2A4AE58E884 , 0x0190DA8C17B4737080D7802DAB20C041 , 0x0190DA8C18717263BF4472BC1384B35C , 0x0190DA8C195172B3B05D7A7268B22A9C , 0x0190DA8C19F07314A5ED7154093E6089 , 0x0190DA8C1A937073A11BC7DF74B8FBE4 , 0x0190DA8C1B4B726E8B906FBD48C10C34 , 0x0190DA8C1C0371289AC09AF3A6B1384E , 0x0190DA8C1CB1706DA7CB45DF265E881F , 0x0190DA8C1D5972788D51E8625EA5F11B , 0x0190DA8C1E057112804052D2EB6EEF1E , 0x0190DA8C1EA7735388D6E67B31680458 , 0x0190DA8C1F54725E8223A1F412709ECF , 0x0190DA8C1FF2727788E9E7F314CA6106 , 0x0190DA8C208C7376A7BD45AD530C55C2 , 0x0190DA8C2131717E88E5CCCB84D5D844 , 0x0190DA8C21CA70A9996DC847A0B18068 , 0x0190DA8C2263737B9625BC73FE7A596E , 0x0190DA8C23167180AB5717761CF53C1C , 0x0190DA8C23DE7395BBB0210D65856E00 , 0x0190DA8C24827359869E38B7A9A346CE , 0x0190DA8C2543714A84B483155F943EC4 , 0x0190DA8C25DE72F9B7AC2AC4A6958DF3 , 0x0190DA8C2692719F88E134B98D76B333 , 0x0190DA8C2752719AA9CB0820787711F2 , 0x0190DA8C28087160B93009A6D25CFFDD , 0x0190DA8C28B1716BA10D74E4B9BFD31C , 0x0190DA8C296170AB9A3A2BD82546455E , 0x0190DA8C29FF70DFA3C6F3373203FC11 , 0x0190DA8C2AD770E381D7FF2071EBA90D , 0x0190DA8C2B7C718B99FC2BD159A511E2 , 0x0190DA8C2C2B705B8717014ADD0FFFBE , 0x0190DA8C2CFF70D6A60A3C0CB25BDEF1 , 0x0190DA8C2DBB7359BB24EEBA6D93BA1C , 0x0190DA8C2E8873ECB90F36E7D5656D08 , 0x0190DA8C2EA673AB86B66360EEDF9A97 , 0x0190DA8C2EC372A3BD4264DD01AD30B9 , 0x0190DA8C2F6770C8BB1C70F914749203 , 0x0190DA8C3014725BB5A4A4F9388F40D5 , 0x0190DA8C30CC71008F3C40C3B1F07C03 , 0x0190DA8C31707283841D8536F743D466 , 0x0190DA8C322A72629CBB69116B82E4D3 , 0x0190DA8C333071F09F58F5093E7A627E , 0x0190DA8C33E7719A8CC5BCA601915DC7 , 0x0190DA8C34B17222BC2B7242823B6E1B , 0x0190DA8C357672B3B4A2C40D040D0291 , 0x0190DA8C368B736886CAA74EBB5B6E5E , 0x0190DA8C3762700CAE416A5C4D82D18F , 0x0190DA8C384273099F14F9F52F733DF5 , 0x0190DA8C3929703F80A7E7CF12226C7B , 0x0190DA8C39EF72D185BE2821D81F3ABB , 0x0190DA8C3B0C702891E7C0ADFD38A966 , 0x0190DA8C3D3D73699AC0417AA7F02A08 , 0x0190DA8C3E0A72179D8FAF14045444A0 , 0x0190DA8C3EA57238B9547CECC5D648AC , 0x0190DA8C3F4E7234B3DABED78B802194 , 0x0190DA8C3FF572BF86BA7F41BFD56EDE , 0x0190DA8C40A17033A9D53200244A2267 , 0x0190DA8C40BE72039EA663E29F53FCFA , 0x0190DA8C40D9713BB774E25E7E09553E , 0x0190DA8C418471EB8750AED149E83267 , 0x0190DA8C41A1721DA8131BA35C094857 , 0x0190DA8C41BF716D86D148FEB7F8C8D1 , 0x0190DA8C41D9711899D8EE88EC2175E6 , 0x0190DA8C57E871A9ADD8A45C153D4026 , 0x0190DA8C57F871B8881170E32DE9D027 , 0x0190DA8C580971319E158550559F0214 , 0x0190DA8C581A73A2B40FCB0BD8CE3BD8 , 0x0190DA8C590D73228A7561B68826997E , 0x0190DA8C592C73DC92ECF531DF83A646 , 0x0190DA8C594870AAB1813F70D0867D4C , 0x0190DA8C596273A0AE527BE5B63D1AD7 , 0x0190DA8C597A71729972A1C7E28BCF90 , 0x0190DA8C5A20731F9DB40F94C475B09A , 0x0190DA8C5A3D7211A1A80D153BEA2AE1 , 0x0190DA8C5A5871E28706ECC30442B032 , 0x0190DA8C5A6F701D81F0915074403E02 , 0x0190DA8C5A8671698E0AF3658FABC29F , 0x0190DA8C5A96733696A7EC7AF25F4BF2 , 0x0190DA8C5AA87385A94340606B5F0026 , 0x0190DA8C5B3573E98AB05B1179B34957 , 0x0190DA8C5B537399A76E9927C33A4932 , 0x0190DA8C5B6E73D1AAB5C1B82264B338 , 0x0190DA8C5B8870EE9EEA52FAA51EC587 , 0x0190DA8C5BA0734F914463981BA0388C , 0x0190DA8C5BB4719897D16607AF440F81 , 0x0190DA8C5BC673BB8EFD41A0A6747381 , 0x0190DA8C5C777022B4649BBEC536C47A , 0x0190DA8C5D3873D69860D19FCBB1E5E4 , 0x0190DA8C5DE1702BA32A11C92B78337B , 0x0190DA8C5DFE73C5B258B3B22202F80F , 0x0190DA8C5E1970A3A494A7670AF3E8B3 , 0x0190DA8C5E357050AE0547904B18761E , 0x0190DA8C5ED8708DB375A39852E145F1 , 0x0190DA8C5EF573C1A7C5C9484D497CBE , 0x0190DA8C5F1070E78821F0F839ABB4BB , 0x0190DA8C5F2F737497B64135F37C04BF , 0x0190DA8C5F477228B61196EF57E128ED , 0x0190DA8C5F5E73CFB628842B422530D0 , 0x0190DA8C60267232A5DD29AD3E8553DC , 0x0190DA8C604671749912B6649257EB5A , 0x0190DA8C606B72E086C3241AFC3EBC10 , 0x0190DA8C608D70E28767E80ECB32D84E , 0x0190DA8C60A5711FA07356E2BEFB1E94 , 0x0190DA8C6225727E9A5EB743B78B5C60 , 0x0190DA8C62E073FE80EC92FA0FCE330D , 0x0190DA8C6382706DA9E6044D815D50B4 , 0x0190DA8C6424735D8F642F2019A5170C , 0x0190DA8C64CB73C1A61EAA8D59BBA4F5 , 0x0190DA8C64E8723F9151768D4E3F0B88 , 0x0190DA8C65897259A70593CCA6FD87D2 , 0x0190DA8C662C71FE99273AAB0772E93A , 0x0190DA8C66EB707BB882052E4D49EEC3 , 0x0190DA8C678E7390BE66AD54C43241F9 , 0x0190DA8C683872D49ACB47107584BD8C , 0x0190DA8C68E972578B474536851F449A , 0x0190DA8C69DE733B9F0098E2D4941C8D , 0x0190DA8C69FB718A90F623345D6165A1 , 0x0190DA8C6A1771339DBA903705840B8C , 0x0190DA8C6B5972E19A5ECC79A7881C97 , 0x0190DA8C6C8B73FD977F6E3B0B10D136 , 0x0190DA8C6DC871BA9501042577ABDA2E , 0x0190DA8C6EF272A8A924ED899BB17F22 , 0x0190DA8C702F7021A6168D934484F8CB , 0x0190DA8C7270715184E20A46297EB8E0 , 0x0190DA8C73087164B12EE2B61D2E87D3 , 0x0190DA8C73E47167973473F007DF16DD , 0x0190DA8C74A07389889AF95BCFA46765 , 0x0190DA8C755570B191CB41473E461C67 , 0x0190DA8C763673C8A288B1310C4DA6CE , 0x0190DA8C771D71789A0F5A23FDF7E628 , 0x0190DA8C77D273BEB0B6FDF6BD4AB4C5 , 0x0190DA8C789D72738C743ECFE99AE5D1 , 0x0190DA8C79A171C7BD43B9067FFAFBB3 , 0x0190DA8C7A4E70499E7C5B87A51576B5 , 0x0190DA8C7B1570D18E1142C90BBFEDD6 , 0x0190DA8C7B33701BBFF38A74B7AE0C14 , 0x0190DA8C7B51710FABBA69F4FF9512C6 , 0x0190DA8C7B6A70ACB5B7C6D1FAF6BBF6 , 0x0190DA8C7B83733196FE7272451CCEBC , 0x0190DA8C7C1D723DAD1ADBB11CCC3AC6 , 0x0190DA8C7C3A7104BA9DAED91781BABE , 0x0190DA8C7C5671619E8B35BF22021D5B , 0x0190DA8C7C7173C281D32DEFC9A802DC , 0x0190DA8C7C8872CF8062F6BBAA3DF0AF , 0x0190DA8C7C9F7020AAF12FA329326CF3 , 0x0190DA8C7CB2722881F6384D9FA8F399 , 0x0190DA8C7CC3710BAF8BBD9351CEFDE4 , 0x0190DA8C7CD5737A9E007852CFE6D888 , 0x0190DA8C7CE6725480FAA3A142928C81 , 0x0190DA8C7CF87353BCAC13B21C7F0A2C , 0x0190DA8C7D0A7146BD22EDE47708EE31 , 0x0190DA8C7D1B726B8E760FEDEBD1E7BF , 0x0190DA8C7D2C73A8927A57CC3A882904 , 0x0190DA8C7D3E7214AC0340DAA04B8B39 , 0x0190DA8C7D50705EA85A347D1A462308 , 0x0190DA8C7D62715E8D9FA13145028AFB , 0x0190DA8C7D7372728CEC4A95B8EE6FA1 , 0x0190DA8C7D8573C18107691141EA8B49 , 0x0190DA8C7D977328A50BE4FD0CBE3A1C , 0x0190DA8C7DA87389AFD65D0ED35AAC32 , 0x0190DA8C7DBA72DEAA1952CC8511B28F , 0x0190DA8C7DCB71148B38F5F15898EE69 , 0x0190DA8C9493717CA21C6B09DEA27852 , 0x0190DA8C94B0726C9E97F2712841FDCC , 0x0190DA8C95777115A182D5E67E43C8FC , 0x0190DA8C959472DDA98C8D5681B9E27E , 0x0190DA8C962A73A0B9DFC4249FB42641 , 0x0190DA8C964871E18E781818B24CFA3E , 0x0190DA8C966473CFA63B82455315FC06 , 0x0190DA8C976471B9B6E2D7A9433F6790 , 0x0190DA8C978171FAACC2AC2A044D4E82 , 0x0190DA8C979C7285BBB4058FDFF31DC0 , 0x0190DA8C97B670268AA5D323EB10E55E , 0x0190DA8C986D7226B3677B73981C3AFC , 0x0190DA8C988A73A98E8FC85906931DB3 , 0x0190DA8C98A27251B251CD5736856190 , 0x0190DA8C98BA7385AFC20DD665645ECE , 0x0190DA8C98D17150A3BA2A6E1CDD8598 , 0x0190DA8C997A72D3A46E7975D9B783CE , 0x0190DA8C999772418953EFE2F257D6C7 , 0x0190DA8C99B271F49FC015ABB11020D8 , 0x0190DA8C99CA7187A05C04AD235E6B97 , 0x0190DA8C99E1716D952D5D85EE52220A , 0x0190DA8C99F3716EBA4E32D20A6529A8 , 0x0190DA8C9AAE70A7B601856517A4D90E , 0x0190DA8C9B5E713F892BDC24A4AB4002 , 0x0190DA8C9C037152B1CBF36BE9353FEF , 0x0190DA8C9C9D72C1A60688D695E10C30 , 0x0190DA8C9D4E727DAC4A9F21FB3EE185 , 0x0190DA8C9DE77141AB461529EDAB95F7 , 0x0190DA8C9EA57229A6389562D44D4794 , 0x0190DA8C9F4B7038A9532C6F80BC415E , 0x0190DA8CA029738E849D8619BE517E58 , 0x0190DA8CA0DE705FA8439107D968A3B0 , 0x0190DA8CA19571A5857A634889BF8131 , 0x0190DA8CA24A71C486C9CB69CEF31ADE , 0x0190DA8CA2FE721CBA47830D3D87C933 , 0x0190DA8CA31B71DB8ECDB874BA7E2A7A , 0x0190DA8CA3B770B28F699133A9138089 , 0x0190DA8CA3D57352ACB7E0D982DC0AE1 , 0x0190DA8CA477735599B9124CE53C42DE , 0x0190DA8CA49471688741E414ED7F7DA5 , 0x0190DA8CA560707C842BBB81EBFD604D , 0x0190DA8CA57D723A9BA5A187BD6A7687 , 0x0190DA8CA6C97227AB51E756AE0406AB , 0x0190DA8CA6E6736C9FCFC16A1D4DCC8F , 0x0190DA8CA70472A88129845E372D1959 , 0x0190DA8CA71E7056AEF9166033F90641 , 0x0190DA8CA73970AAACF841117B4A1867 , 0x0190DA8CA751701C807E759474C78CBC , 0x0190DA8CA765715A86B35F3FF7899A33 , 0x0190DA8CA7787112A2D5AEC7C5BA53A8 , 0x0190DA8CA78972A8896E77FE8F830A5C , 0x0190DA8CA79B73EDA0AEC46F0F19821C , 0x0190DA8CA7AC72639F3E8CFE128FFEEE , 0x0190DA8CA7BE7073A41ABE10959687B3 , 0x0190DA8CA85972A884EB030C2458DD3D , 0x0190DA8CA87B70DC81D6D96314E9663F , 0x0190DA8CA89B731E8CB675CA5E09C530 , 0x0190DA8CA8B97082AF8D0EB27A3E94EE , 0x0190DA8CA8D471AB97DF7CAB0751C124 , 0x0190DA8CA8EE723481F5DA867E277B2E , 0x0190DA8CA9087211A0B813F5AEF32A5B , 0x0190DA8CA9DC716C833A83CE0154A380 , 0x0190DA8CA9FB73039B852FFC79943336 , 0x0190DA8CAA1D72FA98FE983680E4C611 , 0x0190DA8CAAF270DAB8C0DB461552BA21 , 0x0190DA8CAB0F72DA9FEEC8462E5262F8 , 0x0190DA8CAB2B728BB74E842F1207A3CC , 0x0190DA8CAB4471008DA8DCD30103B093 , 0x0190DA8CAB5C71338278DC7F33D3012D , 0x0190DA8CAC18707AB01DCC0E52E33294 , 0x0190DA8CAC357068B7D2409F8EC5E6B1 , 0x0190DA8CAC5071FBA2D522EEC16E36A2 , 0x0190DA8CAC6B7151860A999210BF04EE , 0x0190DA8CAC8372668888971C064A10E2 , 0x0190DA8CAD47703D9EE1F5693BD8E501 , 0x0190DA8CAD6471689109FA04D0C2D4A5 , 0x0190DA8CAE117323854B81E560CBF754 , 0x0190DA8CAE317227A66765D69F1ACE62 , 0x0190DA8CAE4F732EB2BB976A9B397315 , 0x0190DA8CAEF17188B6FBF731C25F29F2 , 0x0190DA8CAF1170109D681DDF1DC366E6 , 0x0190DA8CAFB373BD8A1660814C8BDEF5 , 0x0190DA8CB0517086889C4D2738E769B0 , 0x0190DA8CB0FA716294DD69DD275A5EAC , 0x0190DA8CB18870C19B9B76CEBA1EAF9C , 0x0190DA8CB23672C1A681430EA37A3956 , 0x0190DA8CB2D7716EAD000EA885F48B33 , 0x0190DA8CB3987229AC5542EF41B3FF80 , 0x0190DA8CB47270A2B353223BB489C231 , 0x0190DA8CB49273F4B65C7C1485B71DD9 , 0x0190DA8CB4AE707EBDC650693940EA0B , 0x0190DA8CB55870A4A09F276118F7C3EB , 0x0190DA8CB57B706E9398872A8FAD6955 , 0x0190DA8CB59A7380A7C0FA5F900C89D7 , 0x0190DA8CB674716B9D6DCA4BC02535B2 , 0x0190DA8CB72F7332A1C926D822E2C75B , 0x0190DA8CB7E87133865D3B350C976B08 , 0x0190DA8CB8B872BAA4D34CD58D7703BC , 0x0190DA8CB95A709AA22F09A8B596654C , 0x0190DA8CCF6971A79CB5B046C9E1A936 , 0x0190DA8CD05E723A8A2EC420FAC70DD2 , 0x0190DA8CD0EF7065A1EDED3295AF6A34 , 0x0190DA8CD1B0734CA3A881F2066E64A6 , 0x0190DA8CD26571BCB417C61E026247F3 , 0x0190DA8CD316708EAE3099460889AD3E , 0x0190DA8CD3CE7108BF0D8CB0255B0E67 , 0x0190DA8CD48471F3AAF2B3C3F8049C98 , 0x0190DA8CD547733AAF0CB4406BD6B68A , 0x0190DA8CD61371919974E07DD17962C0 , 0x0190DA8CD6A97016B332505B79D1D301 , 0x0190DA8CD7557048A7443D12797AFE12 , 0x0190DA8CD7F4726C9DDEC1EABF31BB1B , 0x0190DA8CD8BD729395A3CD3312B06929 , 0x0190DA8CDAC373A387ABB0281036EB72 , 0x0190DA8CDAE073688510F90B63867D04 , 0x0190DA8CDAFC720A8D5E8106803F5B37 , 0x0190DA8CDB167014B9A121DFE31248D8 , 0x0190DA8CDB2F7081A6CAC110D82576E3 , 0x0190DA8CDB4972DA9AD6D5E937B187CF , 0x0190DA8CDB5B739995807E72F08C00A9 , 0x0190DA8CDB6C72128CED8707C8A7568C , 0x0190DA9B4E40715B8DEA37096632D434 , 0x0190DA9B4E6E707992C0754E6E9D4417 , 0x0190DA9B4E95712E850AE3E5C12D47D5 , 0x0190DA9B4EB4729AA984C96DC04386D2 , 0x0190DA9B4ED57143895CA1C164113988 , 0x0190DA9B4F987239A2DA0E8C50A87FDF , 0x0190DA9B4FC77043B69BB20D62796052 , 0x0190DA9B50797273BC5555947BB2D5C6 , 0x0190DA9B514571D18F804C01A025527C , 0x0190DA9B516C7271BDFFF86201827A80 , 0x0190DA9B5198723F822F0ED6D2618A7A , 0x0190DA9B526C70949E9EB58875CD3525 , 0x0190DA9B53377024A3AABE685876F670 , 0x0190DA9B540373ED9F355F1217C29014 , 0x0190DA9B54CB72F5A7A0094CDCAD29AA , 0x0190DA9B559A7204B70D81FF5FC7A8B8 , 0x0190DA9B568571EC8D71BFD67AAB1BFA , 0x0190DA9B575A71F3A2DF165AF0EC6BE4 , 0x0190DA9B5825738EA8CFBFC3F5BB1C83 , 0x0190DA9B58E67014A771EBA758E926E5 , 0x0190DA9B59EA724B8461BBDE709B44B6 , 0x0190DA9B5AD472A19FEC0EE6B547DB6C , 0x0190DA9B5BB273C28220CFF5FBE25493 , 0x0190DA9B5C7373CCB32D4EB98D1D1BA3 , 0x0190DA9B5D3372BDB7561EB6EF4B2374 , 0x0190DA9B5DF0723685753C566009D9F1 , 0x0190DA9B5EE27263A3F7239560144855 , 0x0190DA9B5F9973EE9D060C346B7BDD56 , 0x0190DA9B6062722FA2DB9D96EB02FC2D , 0x0190DA9B615773C3AC73E02721B9CB2E , 0x0190DA9D3E3A72C39CED198BA9439375 , 0x0190DA9D3E6470BF9D642994475F0CDA , 0x0190DA9D3E84709994EA94564F9CE699 , 0x0190DA9D3E9E73199C94530B79756A5A , 0x0190DA9D3F757293A6585282AF9D80B1 , 0x0190DA9D4030711DA706342109497CCE , 0x0190DA9D40F573C89E4F20AD6D25E6EA , 0x0190DA9D41AE70B4AFA37145CA911E06 , 0x0190DA9D42757376AA7897BAE199E840 , 0x0190DA9D429E72538004A210DB7B75AA , 0x0190DA9D42BF72A2BF637AD19FE34777 , 0x0190DA9D441D73FCB94AF13E7F5438C7 , 0x0190DA9D44477072B5E0EE99331C6907 , 0x0190DA9D4469723096DA09673188AAA9 , 0x0190DA9D4486704A97E3928EDE77438B , 0x0190DA9D44A172F8A4F970FF0204E905 , 0x0190DA9D456B70E48C8779EB025E14ED , 0x0190DA9D459473608272F31BCB559995 , 0x0190DA9D45B67321B45A79128161E03A , 0x0190DA9D45D173CAB93B3CFE68D1930D , 0x0190DA9D45EC73A88E72DD365ABEF770 , 0x0190DA9D46C071B8860459FEA208A1AF , 0x0190DA9D46E9703AB3F4B3881A4676E1 , 0x0190DA9D470A733DA4B56165B4B2501D , 0x0190DA9D472570D7B67514A3C47E32A6 , 0x0190DA9D473F71E48BAC46CA1C65E112 , 0x0190DA9D47F470FABFE563B92125B014 , 0x0190DA9D48BD72B09A79A75289461879 , 0x0190DA9D498172CBB7C27F3CA648B2A5 , 0x0190DA9D4A3E71029F5FA2C0A859530F , 0x0190DA9D4B48715991558B9AD10D04A2 , 0x0190DA9D4B6D73418F2CEC11D73F25F5 , 0x0190DA9D4B8E70BC9F3827A33C72BBBB , 0x0190DA9D4BA87361886503BC7C00A39E , 0x0190DA9D4BC3720D87D5E10247FDFF90 , 0x0190DA9D4BDD718286156613C027D3AF , 0x0190DA9D4BF872F187C55D52C956E762 , 0x0190DA9D4C13719E9ACFF68780FBC4EF , 0x0190DA9D4C2D7135B7029205E78DFCE3 , 0x0190DA9D4C487234A83E3F8F0FBC9A30 , 0x0190DA9D4C627081B6BAA3AC503F9521 , 0x0190DA9D4D1A71F4A6772298D0D08F88 , 0x0190DA9D4D36704CBD399EED1F0C7BA0 , 0x0190DA9D4D5170A39C3A9DBDEA8A824B , 0x0190DA9D4D6C723C9E0C260630444DFF , 0x0190DA9D4D8670ADAF3F90D05432DC30 , 0x0190DA9D4DA1727E941D326BA2374AFB , 0x0190DA9D4DBB705888D3379789D58405 , 0x0190DA9D4DD670FDA7145FFECC3C04ED , 0x0190DA9D4DF1718AB11B5DFC1E967F1F , 0x0190DA9D4E0C701EBB94FE39893F405B , 0x0190DA9D4E26735CACF7CAD43EF83440 , 0x0190DA9D4EF573C199FAF2A8445B34B8 , 0x0190DA9D4FAE726084661C2514DAC447 , 0x0190DA9D507271F39FD77231EEB7971E , 0x0190DA9D5124706FAB9DCB19B68180DD , 0x0190DA9D51EC71049BB29C1770F87165 , 0x0190DA9D52A172318107D9CBD28C780B , 0x0190DA9D53A7731CAD75407611302343 , 0x0190DA9D53D1701DA634C7448953ED79 , 0x0190DA9D53F373C2A2D16E52948D8422 , 0x0190DA9D54D9726A85C6F5A38171CA92 , 0x0190DA9D559570CCB48508AF4EF05373 , 0x0190DA9D57467335A63ACFB9E0583625 , 0x0190DA9D57EE73AD9C192ACE1E5D37A6 , 0x0190DA9D58AB700FA3CA81908125D8A7 , 0x0190DA9D595F70E7B793A8764FE58BDD , 0x0190DA9D5CE77351965103F432778A84 , 0x0190DA9D5D117198AF01289BFE81AE07 , 0x0190DA9D5E5C715FBA723C4C8E0253A8 , 0x0190DA9D5E86723BA414D653B32EBCC6 , 0x0190DA9D5EA772E59B9C4808DF1E1B27 , 0x0190DA9D5EC670AABBDEB241E08B18B9 , 0x0190DA9D5EE1704181C2BC65A5FC01D6 , 0x0190DA9D5EFB730A97126D0157E7851C , 0x0190DA9D7546706F82EEF6259CF0BECB , 0x0190DA9D76117223AD2867E40CB10AAF , 0x0190DA9D763B71B7B30AEFF88241CF8D , 0x0190DA9D765E71ED9D4760905A8E8AA7 , 0x0190DA9D76787394B2BDD9DA3002AB7B , 0x0190DA9D77237068A43DA5CE7045F3C2 , 0x0190DA9D774D7270987CF25996046B76 , 0x0190DA9D776D7234A82FFC9F1FF8ED59 , 0x0190DA9D7787719F860A1B0A737BB7EE , 0x0190DA9D77A273F88414CD259C6C891C , 0x0190DA9D77BD7149B722F45E555F0CFD , 0x0190DA9D77D773C992BCF239EA753502 , 0x0190DA9D7898702C9C0818FF1BD2BB66 , 0x0190DA9D78C470DFB5655B1D665A8C15 , 0x0190DA9D78DE72F7BB9C9CFDB3E9F517 , 0x0190DAA198A673EFB9FFA100C5407604 , 0x0193532B07597274878AB182896BEE03 , 0x0193532B087072F89F83801A0D1F832B , 0x0193532B08BC72E987E96F0154DB2863 , 0x0193532B0907720AA1D3969730BF647D , 0x0193532B0A5873C9AAAE291D883993CF , 0x0193532B0AA8703D87CF13471CC018DB , 0x0193532B0AF370D98F2030F2AC964D2D , 0x0193532B0C097299B6D41FA706415315 , 0x0193532B0C557212948BFF64B96BA3E5 , 0x0193532B0CA07309B3D89F5578E7DE4A , 0x0193532B0DC47165985D28EBC50DE40C , 0x0193532B0E1071AC8804BBFFB8F16965 , 0x0193532B0E5C700CA81A00360AE5C79B , 0x0193532B0F6D716EA3C338D2C16D86D6 , 0x0193532B0FBA7223BA57892A24BBA298 , 0x0193532B100670019BECA2FDF5879EA4 , 0x0193532B110A73168AEA930CF68E1237 , 0x0193532B11557034A7FB00FEE3B18826 , 0x0193532B11A170CF8E6F3A4BD28DD163 , 0x0193532B303073B29125886F98C96C0D , 0x0193532B307D70E8BC632D5A4EDFF022 , 0x0193532B30CA712A9974057EFD0C93B8 , 0x0193532B3116717D9A823E5EA6503912 , 0x0193532B34B0734C85C87277CA759166 , 0x0193532B34FC73519D06674AA6EFA490 , 0x0193532B444973D99B6186D6C54379EA , 0x0193532B4552738A8B3E1AFB652EFAB5 , 0x0193532B4AD8735FA36C905AC08F5A2B , 0x0193532B4D07736AB737367D956853B4 , 0x0193532B4E1C7305A71960149D336877 , 0x0193532B4E69711699122577C82D2697 , 0x0193532B4F7972B898DB8AA22E00E4B7 , 0x0193532B508473C19E609E854620EB9B , 0x0193532B517572239ECE2BCDF06A3B7C , 0x0193532B51C273D38E8951732A34D93B , 0x0193532C0AF57097A97B71FB292D57BC , 0x0193532C0B8D72EC83F565ABD9496310 , 0x0193532C0D5B73CA8E68D1A6E5EE4619 , 0x0193532C0DA870EDA482E81D6DC59742 , 0x0193532C1207723187259280EF21C4C4 , 0x0193532C12567189852B53FFCEFF9D91 , 0x0193532C12A371A28C542CFB157697F3 , 0x0193532C13B272D2B6DAE6412C520BF3 , 0x0193532C149A712BAC4C1A6992F07156 , 0x0193532C14E77344B0129BF56184F9DF , 0x0193532C15D4714EA465F1765E5B1F71 , 0x0193532C1622718E9F04ACAF000D9FA3 , 0x0193532C166E705BB24314D989AC3E7A , 0x0193532C1771717893E938575DC5AD50 , 0x0193532C185972DD9E4416031B2B5146 , 0x0193532C1C2472908F63B65852FC3E10 , 0x0193532C1C6F725F9536D27E3D88EF5B , 0x0193532C1CBC71978A50561B49918E22 , 0x0193532C1DD773A58E57B4203AF554D3 , 0x0193532C1F1D7148883E10808AB1436F , 0x0193532C2031716B81740B5B0ECFBBA9 , 0x0193532C217D71C5A279621CAD0ABDD1 , 0x0193532C22D1711881BA6BFD61BC8BC6 , 0x0193532C26F371BCB76DE4BC584E0475 , 0x0193532C282C7075859D9BD62DA2343F , 0x0193532C29457083B355FB69C9C58653 , 0x0193532C2A897392B207B1BF7906AC36 , 0x0193532C2BB470D0AD948C9EDDA8BE1A , 0x0193532C2CF4732C8944E4939785983D , 0x0193532C2E11712E9559D20DC5FDB857 , 0x0193532C2F507136B5F29869BCE2E897 , 0x0193532C3059720A97E5CA335718CB90 , 0x0193532C30A970ECB756B1489BD42C4B , 0x0193532C3264732491A6F47F8FC03E8F , 0x0193532C347173D7A1800AEE03DD5009 , 0x0193532C35C471CE93E7F8665F6713BE , 0x0193532C3998723F96102A23E1A249EA , 0x0193532C5A6C7153BED2426E1BC4F4ED , 0x0193532C5B78700E9EDDE3F700F69883 , 0x0193532C5CBD7268B0DCAF9767F52FEF , 0x0193532C5DA870EAB442F2A37E48D538 , 0x0193532C5EC4727CBAEEC813017E6853 , 0x0193532C5FDC73D88E47EEB41414863E , 0x0193532C60E5701EA7B0CB907DC175C4 , 0x0193532C620C7119944CBB358A703F6C , 0x0193532C6258737881263D14148EDFF6 , 0x0193532C663072FE93DA7934094E42AF , 0x0193532C667A7131AA0D94FF8BCE9C06 , 0x0193532C66C570879441B19D5251045E , 0x0193532C671173EA803DCF1C055CDEBF , 0x0193532C681673C6A9D7CFE4B3CCB874 , 0x0193532C68617304811BADD2A2C82BE4 , 0x0193532C68AD7358AB2AC61E2129961A , 0x0193532C68FA728B9E40CCF6C6245057 , 0x0193532C6947706086E77C6F7129D71F , 0x0193532C6994708EA501A0AF5CD24307 , 0x0193532C69E073FCAA59D3C5876106EC , 0x0193532C6A2C7134A1F6C2C6E4C2204A , 0x0193532C6A777182A6035FA92733B526 , 0x0193532C6AC472AABC0743143F8050BB , 0x0193532C6BB672208A278B82AFC8EE2A , 0x0193532C6CEF709388D166FDDE963960 , 0x0193532C6DEE72FEBD43A62FD181C9B8 , 0x0193532C6F0C7214A2627FC48F66D9C5 , 0x0193532C7040710CB76F5551608A3DEE , 0x0193532C716C72C99F47FE1FCD5157EA , 0x0193532C728A7383AF56D3C5F040224F , 0x0193532C739971DBBC038289EB03B93F , 0x0193532C85C972D083D767B72AF904CC , 0x0193532C861D71C79964723F35D70479 , 0x0193532C866C7394B748DA405092B392 , 0x0193532C86B772A29F4B989EF358F235 , 0x0193532C870370CCB460D97BC86E2CB5 , 0x0193532C882C7131B121557EB9A41465 , 0x0193532C887D7356BA38B6506087CE31 , 0x0193532C899173C3AE3E8007611F53B7 , 0x0193532C89DE70269CE6F2836ED5F3F1 , 0x0193532C8A2A738397DF38CB864326AB , 0x0193532C8A7570598C92F0CB924B880F , 0x0193532C8AC170CA80573D87E44C29AF , 0x0193532C8B0D7052B2CCA3002A3109F7 , 0x0193532C8B58711C89EB75D1D60D77AC , 0x0193532C8C9470B5A0EB117C51628FE8 , 0x0193532C8CE070348B47520E1B4E226C , 0x0193532C8DEA73A794ACFE0B6F6C8136 , 0x0193532C8E3B73659A4805C8D1BEF439 , 0x0193532C8F56708888C7CA0624D2A29B , 0x0193532C8FA37244A6930A7BF6300CF4 , 0x0193532C8FEE721492D7BE5D9A1B9053 , 0x0193532C903A70EABCC01FD9BD50901B , 0x0193532CAE6F713F838B1023CE79D5FD , 0x0193532CAEBB72EA8D861A7ED276C145 , 0x0193532CAFC972AA902BC7C61140E5D4 , 0x0193532CB01672FA9547763A1D388A78 , 0x0193532CB06272F2A65DA2D1C9865A1E , 0x0193532CB0AE7178822168433A1BB1F8 , 0x0193532CB1CE71EDA9077DBFE82BE65B , 0x0193532CB21A7172A8C200EE977993CD , 0x0193532CB26670F38877AAB7B56DFC47 , 0x0193532CB2B2731783E7FCF974364C77 , 0x0193532CB2FF712998057453D700ACA6 , 0x0193532CB470714FA210403F4555B50D , 0x0193532CB4C2702DA7D942C85118BC2B , 0x0193532CB510729E8ED757290510163F , 0x0193532CB55B725FAB4B3D52476A1295 , 0x0193532CB5A770629B4D9F682D4F7A09 , 0x0193532CB74D73358253D1B55A9BC671 , 0x0193532CB7997390A4001834CBDCBFEC , 0x0193532CB7E5707888045295CA93C57B , 0x0193532CB83170468DE6B7E15225B553 , 0x0193532CB87D72F992C74374BFAB99FA , 0x0193532CB8C973E0B0D8580B7622D750 , 0x0193532CB9DA70BDB07F3C51A8A9B359 , 0x0193532CBA2B73EFA2A5213B4B84DF5C , 0x0193532CBA77710E9DDBABD7067A7D3A , 0x0193532CBAC3718FAD6E8BD2A4FD692C , 0x0193532CBB0F7121A3587B88ABADC943 , 0x0193532CBB5B7008929C3E0DBF059E61 , 0x0193532CBBA670289FDF95B05BF365CF , 0x0193532CBCC972E7B879301A04132EDC , 0x0193532CBD1872D09A1251E3EDCF2DF7 , 0x0193532CBFF5700F8F5A489934FE9D3B , 0x0193532CC04272F78EAA8193FC7B5508 , 0x0193532CC08D737693B24A461B624EF3 , 0x0193532CC0D9701CB17946CE0A2ECC94 , 0x0193532CC20C7090B2DE52F69701BC94 , 0x0193532CC540723488BC3D1D1637CA8E , 0x0193532CC64D71CFAA2E4CD18EC678BF , 0x0193532CC69970139D50ED7121B97663 , 0x0193532CC7DF72ECB1FA0D2A8B455093 , 0x0193532CC82B737DAD7271CC72AD56B2 , 0x0193532CC87773AA8077ADB1BFC93B86 , 0x0193532CC8C472F8BE007EEE20D086A2 , 0x0193532CCCA4716EA1D235F8AC536EA2 , 0x0193532CCCF4731FA14FDD3BFBC67083 , 0x0193532CCE247118B8DFE34DA69BBD27 , 0x0193532CCF897281986151A5E63469AA , 0x0193532CD1DF726E896C16DEF76A8154 , 0x0193532CD302736D893DF062742196BF , 0x0193532CD42F739DBE3539DB39150B4B , 0x0193532CD53D706E987C7045F345073E , 0x0193532CD66D7347854EF34FDD9E9F29 , 0x0193532CDA95706ABCABD3A2D6CF0EAE , 0x0193532CDBA9733BB1C4E760C1808C08 , 0x0193532CDCD97089919B26D1E676D0C1 , 0x0193532CDDF970E48DB87E9DFFDADC8F , 0x0193532CDF04736E83B9381AAEFE8F66 , 0x0193532CE15973A69123CE30A1B2AC5F , 0x0193532CE2AB725883381025C8A3BA1A , 0x0193532CE5877261B0A41862AAD00152 , 0x01936288173B7070810C3AEA734A1898 , 0x01936288186D72019099EDADDB9DC3C7 , 0x01936288245371078A80BCCB505CC8AC , 0x01936288251E73BFAF078E445CD2B976 , 0x01936288263E701D993CCFD23835DB28 , 0x0193628827EC700D8A6FEDB7CFE8ADCE , 0x019362882933713588E9A2C914E7973D , 0x0193628858F6708982AA7A89F61B5637 , 0x01936288599370EF88BC05F271B2EE70 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
78
0.12 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
79
0.08 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x01 É┌kmãq5é?1ò¬╦║Ò "
]
SELECT path FROM category WHERE id = 0x0190DA6B6DC67135823F3195AACBBAE3 ;
Copy
80
0.06 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
81
0.20 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
82
0.30 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 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"\x01 Å▄ð╝╠sPƒ┤1Iù\x08 Ìz "
b"\x01 Ž\r €²<wIŒX¹ßÕ\v ⟠"
]
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 (0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018FDCD0BCCC73509FB431499708DE7A , 0x018E0D80B23C77498C58B9DFD50BE29F ));
Copy
83
0.21 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
84
0.08 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
85
0.06 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x01 ì¶lP¥rù▓hJ(1¶1■ "
]
SELECT iso FROM snippet_set WHERE id = 0x018DF46C50BE7297B2684A2831F431FE ;
Copy
86
0.12 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 = 0x018DF46D5CAA729C8741AC9A78D9F4E3
;
Copy
87
0.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
88
0.21 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x01 ì¶lP¥rù▓hJ(1¶1■ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x018DF46C50BE7297B2684A2831F431FE ;
Copy
89
0.20 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"\x01 Ž\r b:Žs>¿è@Âð«\x16 ¤ "
]
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 (0x018E0D623A8E733EBFE840C2F0AB16A4 );
Copy
90
0.19 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
91
0.38 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 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"""
\x01 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"""
\x01 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"\x01 Å▄ð╝╠sPƒ┤1Iù\x08 Ìz "
b"\x01 Ž\r €²<wIŒX¹ßÕ\v ⟠"
]
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 (0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018FDCD0BCCC73509FB431499708DE7A , 0x018E0D80B23C77498C58B9DFD50BE29F ));
Copy
92
0.63 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"\x01 É┌kmãq5é?1ò¬╦║Ò "
]
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 (0x0190DA6B6DC67135823F3195AACBBAE3 ));
Copy
93
0.44 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"\x01 ôS\x10\x10 Wq░╝t\x01 ÷0\x14 -Å "
b"\x01 É┌kmãq5é?1ò¬╦║Ò "
]
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 (0x01935310105771B0BC7401F630142D8F , 0x0190DA6B6DC67135823F3195AACBBAE3 ));
Copy
94
6.54 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/0190da6b6dc67135823f3195aacbbae3 "
"/navigation/018e094a682a721aa85500498fa73847 "
"/navigation/018e094a9b9473a39f27f6b0933e8fef "
"/navigation/018e094a7c8d7252b1ea9354508fc271 "
"/navigation/018e094a96e673aaa280a3b14b8d0ba9 "
"/navigation/018e0949107c7173835689714f9334ad "
"/navigation/01935310105771b0bc7401f630142d8f "
"/navigation/018e094a6521719193088017c10d097c "
"/navigation/018e094a714970c9bc1e2c98d936539f "
"/navigation/018e094a8fd870d5a651b8825162a3c6 "
"/navigation/018e094a5cd572f893892793a22dd328 "
"/navigation/018e094a84ce73f1ac879a94ebe15746 "
"/navigation/018e094a6c6373998da7409219904fb5 "
"/navigation/018e094a49cc70b1a7c6ff7254b192d0 "
"/navigation/018e094a633c72cda7a7fc375216e61a "
"/navigation/0193531125197213b02b747026bff4fc "
"/navigation/018e094a898571d2b37c5c3eb43c8d18 "
"/navigation/018e094a6af27386b6758a32ad35a047 "
"/navigation/018e094a6b5d7289ad26d611136938ea "
"/navigation/018e094a6bb071e595a17e02459e526e "
"/navigation/018e094a6a8172dfb1dc19a47f4c1684 "
"/navigation/018e094a683a7329be81dda21f9c12ed "
"/navigation/018e094a69ee710abcdaf38625caa504 "
"/navigation/018e094a6bfc7360bba773d38e57c7d5 "
"/navigation/018e094a6a307380ad830c86ce93c0ca "
"/navigation/018e094a9f5671768e5d82f57eed169d "
"/navigation/018e094a9fd471d7a61406ccf6784c0b "
"/navigation/0193530fffc67061ba14ad9b1d6932bd "
"/navigation/018e094a80f871598174251c6b4080b2 "
"/navigation/018e094a818b72b28dc2418f8460750c "
"/navigation/018e094a828273c5bab6d6a675defc34 "
"/navigation/018e094a7c9e710a8e1ef5ee8cd0bcaf "
"/navigation/018e094a7ffe73a1bc0fe91475e98da9 "
"/navigation/018e094a80777223a0dd424cd7d5f630 "
"/navigation/018e094a7f8c71da859bafb792687112 "
"/navigation/018e094a83a871e9a28546d9c474699b "
"/navigation/018e094a845c739085db09c16c23570b "
"/navigation/018e094a8303732c891b2c57dca264b4 "
"/navigation/018e094a9b1a711590db96f3ad005d2b "
"/navigation/018e094a96f57391b81d378b5c64e237 "
"/navigation/018e094a9aa4725594dfb5c81deffe51 "
"/navigation/0190da6b336d71398b8428bdc639dcbf "
"/navigation/0190da6b33e5735da6ef83977556e83e "
"/navigation/0190da6b3461713c8c764a93a3d9e912 "
"/navigation/0190da6b34e370808f8e01c8b6f9c999 "
"/navigation/0190da6b356870378e326c956f0aaaa2 "
"/navigation/0190da6b35f673248a0e2e9788e28fcb "
"/navigation/0190da6b369473578f537fcf04764867 "
"/navigation/0190da6b373a7302b601c0e254d26106 "
"/navigation/0190da6b37db70c2a5a14c2cf21c0e72 "
"/navigation/0190da6b388d71b7ad467044162ac3fc "
"/navigation/0190da6b394671fea880b2a466438b34 "
"/navigation/0190da6b3a057121881a5f196ecbecaa "
"/navigation/0190da6b3acc7004ad7e96c1b8f499cf "
"/navigation/0190da6b3b9970a5b1798b2f81b84880 "
"/navigation/0190da6b3c727303b76c06ef90d848fb "
"/navigation/0190da6b3ced72488eafeb3199d57350 "
"/navigation/0190da6b3d6e73c6be5fe88be894aa6e "
"/navigation/0190da6b3df872aba057536d24ef9345 "
"/navigation/0190da6b3e85722c8881573051863595 "
"/navigation/0190da6b3f2070829c24279044a5b57c "
"/navigation/0190da6b3fbc739b94d10310297d476f "
"/navigation/0190da6b4069718e9a5c7a770cfa897b "
"/navigation/0190da6b411d73e98938b69d964b5c3b "
"/navigation/0190da6b41d9737b8fc1950e8c18b090 "
"/navigation/0190da6b429c701987f3a888ee19c0da "
"/navigation/0190da6b436871f788b1fa4f578c7e57 "
"/navigation/0190da6b4379716b85fae6f2577c24f9 "
"/navigation/0190da6b43f67228b7718c48b12dd947 "
"/navigation/0190da6b447771e7aa2cbff5d88fbdea "
"/navigation/0190da6b450a722ca56c67eeb1e056ed "
"/navigation/0190da6b459871c09f10aba04001d42f "
"/navigation/0190da6b4634703897db37c45f6420c7 "
"/navigation/0190da6b46d873f3a6586a636f8c347d "
"/navigation/0190da6b4783736e8fbf173aca754771 "
"/navigation/0190da6b4835708aab5e0ef2c8d8b67a "
"/navigation/0190da6b48ee727db43e80fa30873f07 "
"/navigation/0190da6b49b47087ad75f2d5478158ae "
"/navigation/0190da6b4a7b7256acd1427d0ebe8656 "
"/navigation/0190da6b4b487253a62bb4985a5fba1a "
"/navigation/0190da6b4c1d707b99fa42836807ad1c "
"/navigation/0190da6b4cf97291ae8572e9049b147b "
"/navigation/0190da6b4d0770f58506b526befe974c "
"/navigation/0190da6b4d7e726da9c223746360dc10 "
"/navigation/0190da6b4dfd72c38f53d1f2985c0010 "
"/navigation/0190da6b4e8371ea9a7dc2a161f581a9 "
"/navigation/0190da6b4f1272789fefcfd2d4efdb0b "
"/navigation/0190da6b4fa772c5be5ec927431981a6 "
"/navigation/0190da6b504a7359b453ba135217a643 "
"/navigation/0190da6b50f57315885509e61cdd6e1a "
"/navigation/0190da6b51a7727392879233b73d5467 "
"/navigation/0190da6b5260712db3b4fbce1d7f13da "
"/navigation/0190da6b55d5727e9653af4d01dc867c "
"/navigation/0190da6b55e37272aebfc69528a1309b "
"/navigation/0190da6b565a7126a2d768d06544edc6 "
"/navigation/019353104ab07394a65a866a49169139 "
"/navigation/0190da6b56d970a1a3bfc37282553b73 "
"/navigation/0190da6b575f7313998086245ee2304f "
"/navigation/0190da6b57ee72c3a0f9e35378087846 "
"/navigation/0190da6b588a73ba80fc7e4f866c646c "
"/navigation/0190da6b592d739f8af999109da303c1 "
"/navigation/0190da6b59d8729abc3d32f1d7b26704 "
"/navigation/0190da6b5a8a7262913f0aeb19bd3689 "
"/navigation/0190da6b5b3b721882f60c174f4ca942 "
"/navigation/0190da6b5bfb734faeb91a737a280f84 "
"/navigation/0190da6b5cc5727bb91d3b36e3dd6b58 "
"/navigation/0190da6b5d9672ab9471c2ed10037e75 "
"/navigation/0190da6b5da572c086db234cbdc65834 "
"/navigation/0190da6b5e2173068b173bfc43aa006c "
"/navigation/0190da6b5ea571fe927915fb7fff4bd3 "
"/navigation/0190da6b5f2e7355b0ff8bf44b792d69 "
"/navigation/0190da6b5fc0735a9dd3234f3a9ecab5 "
"/navigation/0190da6b606071d48c16909e6f669307 "
"/navigation/0190da6b61077269b2adfffee3e27123 "
"/navigation/0190da6b61b573cbadf17bed5974c452 "
"/navigation/0190da6b626c72268063dc5816c0b49f "
"/navigation/0190da6b627e72edb8cb86025b83a7d1 "
"/navigation/0190da6b62fa71e0ae9717bbeb7d4b22 "
"/navigation/0190da6b637f725496fafd13a4d4190a "
"/navigation/0190da6b640e73a1a15122449f6d3a05 "
"/navigation/0190da6b64a570a697a7086f0fad2317 "
"/navigation/0190da6b64b471208c8e66c4f20043bb "
"/navigation/0190da6b65337381aff88ad425cd7328 "
"/navigation/0190da6b65b7727d85f054a0324b5e53 "
"/navigation/0190da6b66467095800887be0058412f "
"/navigation/0190da6b66d7724ea28c3f3ee0557d89 "
"/navigation/0190da6b67757177a29b654cf5e28df7 "
"/navigation/0190da6b681d73d892b780a7c01c43dc "
"/navigation/0190da6b68cd713c8bc6658e764265d9 "
"/navigation/0190da6b68dc70cba9e366a1acb369ee "
"/navigation/0190da6b695a70c4bef46d769934ffd6 "
"/navigation/0190da6b69df70f18aa98ed2c8280ae0 "
"/navigation/0190da6b6a7771b7bf370ff0363ac9c2 "
"/navigation/0190da6b6b137230ab10935861ff6fc9 "
"/navigation/0190da6b6bb773b49c2800463d8c1a8d "
"/navigation/0190da6b6c5f70ffaef9adb88b6b81c8 "
"/navigation/0190da6b6d0f73649dc20bcbd26482d4 "
"/navigation/0190da6b6dd570e8b56469dac2b85859 "
"/navigation/0190da6b6e5470228f5affb8fb32d7c5 "
"/navigation/0190da6b6ed4733d95f110b22a852942 "
"/navigation/0193531076a3736aac97f4f6037fa531 "
"/navigation/0190da6b6f5c70b5b3f23bd6fe97cb8d "
"/navigation/0190da6b6feb703eb921dc1e76fe23d7 "
"/navigation/0190da6b708a72f1816f6d92ab9cee14 "
"/navigation/0190da6b712f73c286b85387f4970cef "
"/navigation/0190da6b71dc7392a312a28e57c330fc "
"/navigation/0190da6b7290704392c9867973adb2c6 "
"/navigation/0190da6b734b72679c508ff54b5ac6eb "
"/navigation/0190da6b740d71fcb138602a76b33752 "
"/navigation/0190da6b741c703088731b59c8008ea7 "
"/navigation/0190da6b74957160b6c6ad6286e3706c "
"/navigation/0190da6b751572588f4bee18324f6d8d "
"/navigation/0190da6b75a37360ac302cc9cefd1452 "
"/navigation/0190da6b75b2703cb51073e03106a71c "
"/navigation/0190da6b762a7098acf391f8e9a64528 "
"/navigation/0190da6b76aa719ea381dbb620a14dfe "
"/navigation/0190da6b7732704295cfaba3f7cdceff "
"/navigation/0190da6b7741725cace93eacf684150d "
"/navigation/0190da6b77ba7224a2416580247e6c23 "
"/navigation/0190da6b783a71169dd2a95430a481ee "
"/navigation/0190da6b78c373cc9f84ed14d5b2474c "
"/navigation/0190da6b79537146887b5d57a7419d68 "
"/navigation/0190da6b79f673ec92b9e175db13d506 "
"/navigation/0190da6b7a9673738b78c77099906d9e "
"/navigation/0190da6b7b46722f97bbc42b053e36ed "
"/navigation/0190da6b7bfd72f496d8db8c0e0043e9 "
"/navigation/0190da6b7cc9709b8c97fbf75cb06b6d "
"/navigation/0190da6b7da27090845813d9e9e7c4fc "
"/navigation/0190da6b7e7d722fa351108101dc0d0e "
"/navigation/0190da6b7f6773a9bf3c4847189780c6 "
"/navigation/0190da6b805a728aa9fdead7ba735dda "
"/navigation/0190da6b815671309bf080078735260c "
"/navigation/0190da6b825a701489d4c5880aa0dc4a "
"/navigation/0190da6b836771148973176799bfe672 "
"/navigation/0190da6b847f713f86e30c0f1da09d02 "
"/navigation/0190da6b859f724c866ffe6f47c24193 "
"/navigation/0190da6b86a77005b38b945bad0add23 "
"/navigation/0190da6b86b673ba95e30ba6845ce950 "
"/navigation/0190da6b86c573efbf6b12f6a18220e8 "
"/navigation/0190da6b86d4729c9e63a9e58b5e39b6 "
"/navigation/0190da6b875070e48e4bc3a910691c92 "
"/navigation/0190da6b87d3739598076c4b21fc5936 "
"/navigation/0190da6b885e71569e3c2a9e9e53dbf4 "
"/navigation/0190da6b88ff7312b1c1661a6a5ab285 "
"/navigation/0190da6b89b5737daa8ed3f07fbbd026 "
"/navigation/0190da6b8a5b710aac630e88fd1781b1 "
"/navigation/0190da6b8b0c73058638ee4347315f4d "
"/navigation/0190da6b8bc972f889c7c990b2349580 "
"/navigation/0190da6b8bd97212a0d598597b9aafb8 "
"/navigation/0190da6b8c567235a1c48675a7986026 "
"/navigation/0190da6b8cda720cbcd4880e7ac8539d "
"/navigation/0190da6b8d6671448e76fd736ebb3cc8 "
"/navigation/0190da6b8df87300b867b26fd4cbed5f "
"/navigation/0190da6b8ea1711a9c16c2e437fdbeef "
"/navigation/0190da6b8f4d71749e713960b86a4479 "
"/navigation/0190da6b8ffd717ca4484d6253a62839 "
"/navigation/0190da6b90b571cf99a5a4265d2392c8 "
"/navigation/0190da6b9180721e9e168f71f24ec510 "
"/navigation/0190da6b925273c99c7fa9666354522c "
"/navigation/0190da6b932472079a1a24fdad531a3a "
"/navigation/0190da6b9334702fba5c86a9ac7785e5 "
"/navigation/0190da6b93ae7214b2dbfce8e9626609 "
"/navigation/0190da6b942f70f8b05f63acd111d21e "
"/navigation/0190da6b94b3703ebc94fe3e77bb3733 "
"/navigation/01935310ba9971eb8fe07c78f0fa8610 "
"/navigation/0190da6b9543719aabf2f8f7c46c0bbe "
"/navigation/0190da6b95ed73b09ddb2932c20c91b3 "
"/navigation/0190da6b969e71c5a565e3d037c25a05 "
"/navigation/0190da6b972773c0a9278c891fbca036 "
"/navigation/0190da6b97a87093a6f9060b405ada04 "
"/navigation/0190da6b98317143847e4964b0e79aaa "
"/navigation/0190da6b98c27161816e8a8d9f7368c2 "
"/navigation/01935310c1b872e59dabd25b1516ef5a "
"/navigation/01935310c465737ba72fb0c5450780df "
"/navigation/0190da6b9963711288acf26a73acba65 "
"/navigation/01935310c76f734aaf0290a2e911ef5d "
"/navigation/01935310c7d072699e734e15fb2b6fdc "
"/navigation/0190da6b9af87278aeb49ad7144a602f "
"/navigation/0190da6b9b087177ac3bdf3c08a07474 "
"/navigation/0190da6b9b8373d88ff7df8dbc18d465 "
"/navigation/0190da6b9c067153a912db6036f39e30 "
"/navigation/0190da6b9c8f73978067432d46b52fe2 "
"/navigation/0190da6b9d2170659f56b705e7230f4e "
"/navigation/0190da6b9dc470f0960cbe4c2f9ccaf2 "
"/navigation/0190da6b9e6f70efb68b9640c9f35a93 "
"/navigation/0190da6b9f2173528f0e32eee0742f16 "
"/navigation/018e094a67a67363b280f9fde3b3bfe4 "
"/navigation/018e094a66b37270b8fdb26d85a42979 "
"/navigation/018e094a6532730ea4524f8014127326 "
"/navigation/018e094a672a73a0b3f6fde0db20094b "
"/navigation/018e094a7a5573999bca1d3b00290b7b "
"/navigation/018e094a715873c28fd8cea2d22e111b "
"/navigation/018e094a731b7142a8c9da8dfca4ee45 "
"/navigation/018e094a736a702c985ef817386bacde "
"/navigation/018e094a7b04700795828df23dc36629 "
"/navigation/018e094a7b1571d8a72419abb2990255 "
"/navigation/018e094a7c1170dc8726812d94d0fd8c "
"/navigation/018e094a750e7247a9afa9cfc21dd792 "
"/navigation/018e094a75b572019b0ba665e70420b7 "
"/navigation/018e094a762e724fa589f61c6657c8eb "
"/navigation/018e094a792b73e2802ebb9f6f36efca "
"/navigation/018e094a79ac71a0ba68164192a6e42f "
"/navigation/018e094a79f973b4b0f2133e99e7e932 "
"/navigation/018e094a76a973249c8a6b5cc8d80b36 "
"/navigation/018e094a775e70e480c4c2b08a49d9fa "
"/navigation/018e094a77c07331907e8618474fa10b "
"/navigation/018e094a782970d99d9f6926c97c281b "
"/navigation/018e094a789f73cebf2c1d8d66d28c43 "
"/navigation/018e094a78e373f49bab5d5d0f3411d3 "
"/navigation/018e094a73b8717eabde1be0b16685cf "
"/navigation/018e094a742a7202825adc11655a86cd "
"/navigation/018e094a748f731894dd34437b3c47f3 "
"/navigation/018e094a8fe971b491b7d25355f51e4a "
"/navigation/018e094a938a7020a209909d7d5f01fd "
"/navigation/018e094a9400714692eb168f469d3170 "
"/navigation/018e094a94ed73e890e5b25a3306177c "
"/navigation/018e094a9473713b8ddebda5757d8e8e "
"/navigation/018e094a956e731fadb04f802f295091 "
"/navigation/018e094a9603737d9d29f8057d764d6d "
"/navigation/018e094a967270448c2599478746adcf "
"/navigation/018e094a62947243ae498ec01078e18d "
"/navigation/018e094a5d7f71eaa2500f802828aa42 "
"/navigation/018e094a5f4c7341b4112e049fc90a2b "
"/navigation/018e094a5f9f71aba4d5d426972c38c4 "
"/navigation/018e094a5ddd714ab173a3deedef12c8 "
"/navigation/018e094a61e87245a42b124035729a63 "
"/navigation/018e094a60027285a759666e15a0fe9d "
"/navigation/018e094a60e773ce854c119414ed112c "
"/navigation/018e094a607170e8b33a3082f6037523 "
"/navigation/018e094a61697217be035a73229ee805 "
"/navigation/018e094a84e0736b85d111fdc41f49c7 "
"/navigation/018e094a8818725684035e1772cf7f2b "
"/navigation/018e094a89047019aa9e391381074701 "
"/navigation/018e094a888a70bdb163dad321677e1f "
"/navigation/018e094a6f4e70208df7200bff56d69e "
"/navigation/018e094a6fd0733e915c09143bef0af2 "
"/navigation/018e094a706f70a7a5471064a4946dbe "
"/navigation/018e094a70e473249afd934f32ca3b72 "
"/navigation/018e094a6c7070fa9362e8ca77b17bc7 "
"/navigation/018e094a6ecd718f8d0ca01aad84d3f6 "
"/navigation/018e094a6e5a720fa78af5a895a6f374 "
"/navigation/018e094a58537093a750a5da452649f2 "
"/navigation/018e094a5cc773c1be797895bcb57891 "
"/navigation/018e094a5863700aa587b1a649df8e17 "
"/navigation/018e094a595871578324f5509f1eb1c4 "
"/navigation/018e094a53ac70359459db7119922d94 "
"/navigation/018e094a549373d8a088d3f0d4e3df80 "
"/navigation/018e094a55f673f2a72826301b8cdd55 "
"/navigation/018e094a558173bf95c3ee389edc24ee "
"/navigation/018e094a56717282994904be564ea29f "
"/navigation/018e094a56f37172a7ea52e19b2ed487 "
"/navigation/018e094a570d73dd825ac42745bcfb6d "
"/navigation/018e094a4e8972b0a738114f8b15043f "
"/navigation/018e094a51c5704ca48641da73140326 "
"/navigation/018e094a4faa7262baad53bb8af2e792 "
"/navigation/018e094a502571c1aa4549cf53863eb3 "
"/navigation/018e094a526270ae8715cf17c132311d "
"/navigation/018e094a512d71f3b806322541d16e88 "
"/navigation/018e094a530373ec9633e38719e6aece "
"/navigation/018e094a4f3471489e58aa2a3c016992 "
"/navigation/018e094a50a7735db379f61f913cb4d3 "
"/navigation/018e094a59c97091a82f4bde32eb843b "
"/navigation/018e094a5ab071a795b88e73d14e56b3 "
"/navigation/018e094a5c71735ba69e50f01349e139 "
"/navigation/018e094a5b23717a8c32015cceb44d98 "
"/navigation/018e094a4a4272ec9e8a040a6c81253b "
"/navigation/018e094a4ab5738893cc2b40f6ba2316 "
"/navigation/018e094a4c2c7299b22da95f78375be4 "
"/navigation/018e094a4b2b739d8c142a839e61f187 "
"/navigation/018e094a4ba97178b9a1743121a10f37 "
"/navigation/018e094a4cb37375beaca6cda0242845 "
"/navigation/018e094a4de871b0a998505efbe3ad5e "
"/navigation/018e094a4d4d73e68bdb97df92ff0817 "
"/navigation/018e094a634d735ea7d25b755be528a1 "
"/navigation/018e094a63b272e9b0e3b9aeec304ae1 "
"/navigation/018e094a8997710b9543bbf561cb48f4 "
"/navigation/018e094a8cdc708fa293f3f547dbc139 "
"/navigation/018e094a8dca71a2984fde4743f6c583 "
"/navigation/018e094a8d4f7387b404601fd8591f1b "
"/navigation/018e094a8e4b73798196fe3db87d6810 "
"/navigation/018e094a8edf70b8a88923b28c9c0dfa "
"/navigation/018e094a8f5270a9a8c297d19deca51a "
"/detail/d0c66420cd615b4fa9787eb883b95e16 "
"/detail/821e15c2b4bc54c896e9372d6c5fff4c "
"/detail/233134d6f19c57e1b7fcf07e82722e0e "
"/detail/2f421c4dc01658e5a16f2ed32b8fdb77 "
"/detail/7dbfa3384d685dd5a5a069a234566820 "
"/detail/996edd9462665eaaa332da906d9cc155 "
"/detail/064f30d544fa5415aa32f7838c9851ac "
"/detail/f9fcb1b37850590e9a4342c71b2566a3 "
"/detail/9c18ed3772f955c9917cc57b2b4631f9 "
"/detail/28586242bedd554da40b4e9f152b0b48 "
"/detail/b8a92457b11556f18f40d674620cc5e9 "
"/detail/ed98b9f0dcac5812b0e5fe499e6a7be5 "
"/detail/7fbb8771c7ad5309882668768721da91 "
"/detail/a5206af818ad5293bc453dbf60463ac9 "
"/detail/2f90b741317e570181814777b67acf29 "
"/detail/1d3f2cff22ee5102b759a4616c7add26 "
"/detail/fb9f3a56b6f75e9e868410e23b28d2be "
"/detail/a51c3501ed5d52f0aed800efdea9ce53 "
"/detail/1307b22f5cd45e5abc213a1a650f0d4d "
"/detail/2410645f1e3e5d9ca2fced5aebe9774d "
"/detail/b93721a332c55abaa816fe504d0304bf "
"/detail/2c15e4c03b015368aae5785db249a0c8 "
"/detail/b47d84e1a8c35315b2a38efa0726f192 "
"/detail/9c9229650ce7524c91b1f7ea91b5964f "
"/navigation/018e189f4c877164ad4363394678698e "
"/navigation/018e18a172b378238b8e81a70374fe0e "
"/navigation/018e189f65bb7e82b42203e11a7f7ca3 "
"/navigation/018e18a1b5717013bf34057e6e4af3c6 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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/0190da6b6dc67135823f3195aacbbae3' , '/navigation/018e094a682a721aa85500498fa73847' , '/navigation/018e094a9b9473a39f27f6b0933e8fef' , '/navigation/018e094a7c8d7252b1ea9354508fc271' , '/navigation/018e094a96e673aaa280a3b14b8d0ba9' , '/navigation/018e0949107c7173835689714f9334ad' , '/navigation/01935310105771b0bc7401f630142d8f' , '/navigation/018e094a6521719193088017c10d097c' , '/navigation/018e094a714970c9bc1e2c98d936539f' , '/navigation/018e094a8fd870d5a651b8825162a3c6' , '/navigation/018e094a5cd572f893892793a22dd328' , '/navigation/018e094a84ce73f1ac879a94ebe15746' , '/navigation/018e094a6c6373998da7409219904fb5' , '/navigation/018e094a49cc70b1a7c6ff7254b192d0' , '/navigation/018e094a633c72cda7a7fc375216e61a' , '/navigation/0193531125197213b02b747026bff4fc' , '/navigation/018e094a898571d2b37c5c3eb43c8d18' , '/navigation/018e094a6af27386b6758a32ad35a047' , '/navigation/018e094a6b5d7289ad26d611136938ea' , '/navigation/018e094a6bb071e595a17e02459e526e' , '/navigation/018e094a6a8172dfb1dc19a47f4c1684' , '/navigation/018e094a683a7329be81dda21f9c12ed' , '/navigation/018e094a69ee710abcdaf38625caa504' , '/navigation/018e094a6bfc7360bba773d38e57c7d5' , '/navigation/018e094a6a307380ad830c86ce93c0ca' , '/navigation/018e094a9f5671768e5d82f57eed169d' , '/navigation/018e094a9fd471d7a61406ccf6784c0b' , '/navigation/0193530fffc67061ba14ad9b1d6932bd' , '/navigation/018e094a80f871598174251c6b4080b2' , '/navigation/018e094a818b72b28dc2418f8460750c' , '/navigation/018e094a828273c5bab6d6a675defc34' , '/navigation/018e094a7c9e710a8e1ef5ee8cd0bcaf' , '/navigation/018e094a7ffe73a1bc0fe91475e98da9' , '/navigation/018e094a80777223a0dd424cd7d5f630' , '/navigation/018e094a7f8c71da859bafb792687112' , '/navigation/018e094a83a871e9a28546d9c474699b' , '/navigation/018e094a845c739085db09c16c23570b' , '/navigation/018e094a8303732c891b2c57dca264b4' , '/navigation/018e094a9b1a711590db96f3ad005d2b' , '/navigation/018e094a96f57391b81d378b5c64e237' , '/navigation/018e094a9aa4725594dfb5c81deffe51' , '/navigation/0190da6b336d71398b8428bdc639dcbf' , '/navigation/0190da6b33e5735da6ef83977556e83e' , '/navigation/0190da6b3461713c8c764a93a3d9e912' , '/navigation/0190da6b34e370808f8e01c8b6f9c999' , '/navigation/0190da6b356870378e326c956f0aaaa2' , '/navigation/0190da6b35f673248a0e2e9788e28fcb' , '/navigation/0190da6b369473578f537fcf04764867' , '/navigation/0190da6b373a7302b601c0e254d26106' , '/navigation/0190da6b37db70c2a5a14c2cf21c0e72' , '/navigation/0190da6b388d71b7ad467044162ac3fc' , '/navigation/0190da6b394671fea880b2a466438b34' , '/navigation/0190da6b3a057121881a5f196ecbecaa' , '/navigation/0190da6b3acc7004ad7e96c1b8f499cf' , '/navigation/0190da6b3b9970a5b1798b2f81b84880' , '/navigation/0190da6b3c727303b76c06ef90d848fb' , '/navigation/0190da6b3ced72488eafeb3199d57350' , '/navigation/0190da6b3d6e73c6be5fe88be894aa6e' , '/navigation/0190da6b3df872aba057536d24ef9345' , '/navigation/0190da6b3e85722c8881573051863595' , '/navigation/0190da6b3f2070829c24279044a5b57c' , '/navigation/0190da6b3fbc739b94d10310297d476f' , '/navigation/0190da6b4069718e9a5c7a770cfa897b' , '/navigation/0190da6b411d73e98938b69d964b5c3b' , '/navigation/0190da6b41d9737b8fc1950e8c18b090' , '/navigation/0190da6b429c701987f3a888ee19c0da' , '/navigation/0190da6b436871f788b1fa4f578c7e57' , '/navigation/0190da6b4379716b85fae6f2577c24f9' , '/navigation/0190da6b43f67228b7718c48b12dd947' , '/navigation/0190da6b447771e7aa2cbff5d88fbdea' , '/navigation/0190da6b450a722ca56c67eeb1e056ed' , '/navigation/0190da6b459871c09f10aba04001d42f' , '/navigation/0190da6b4634703897db37c45f6420c7' , '/navigation/0190da6b46d873f3a6586a636f8c347d' , '/navigation/0190da6b4783736e8fbf173aca754771' , '/navigation/0190da6b4835708aab5e0ef2c8d8b67a' , '/navigation/0190da6b48ee727db43e80fa30873f07' , '/navigation/0190da6b49b47087ad75f2d5478158ae' , '/navigation/0190da6b4a7b7256acd1427d0ebe8656' , '/navigation/0190da6b4b487253a62bb4985a5fba1a' , '/navigation/0190da6b4c1d707b99fa42836807ad1c' , '/navigation/0190da6b4cf97291ae8572e9049b147b' , '/navigation/0190da6b4d0770f58506b526befe974c' , '/navigation/0190da6b4d7e726da9c223746360dc10' , '/navigation/0190da6b4dfd72c38f53d1f2985c0010' , '/navigation/0190da6b4e8371ea9a7dc2a161f581a9' , '/navigation/0190da6b4f1272789fefcfd2d4efdb0b' , '/navigation/0190da6b4fa772c5be5ec927431981a6' , '/navigation/0190da6b504a7359b453ba135217a643' , '/navigation/0190da6b50f57315885509e61cdd6e1a' , '/navigation/0190da6b51a7727392879233b73d5467' , '/navigation/0190da6b5260712db3b4fbce1d7f13da' , '/navigation/0190da6b55d5727e9653af4d01dc867c' , '/navigation/0190da6b55e37272aebfc69528a1309b' , '/navigation/0190da6b565a7126a2d768d06544edc6' , '/navigation/019353104ab07394a65a866a49169139' , '/navigation/0190da6b56d970a1a3bfc37282553b73' , '/navigation/0190da6b575f7313998086245ee2304f' , '/navigation/0190da6b57ee72c3a0f9e35378087846' , '/navigation/0190da6b588a73ba80fc7e4f866c646c' , '/navigation/0190da6b592d739f8af999109da303c1' , '/navigation/0190da6b59d8729abc3d32f1d7b26704' , '/navigation/0190da6b5a8a7262913f0aeb19bd3689' , '/navigation/0190da6b5b3b721882f60c174f4ca942' , '/navigation/0190da6b5bfb734faeb91a737a280f84' , '/navigation/0190da6b5cc5727bb91d3b36e3dd6b58' , '/navigation/0190da6b5d9672ab9471c2ed10037e75' , '/navigation/0190da6b5da572c086db234cbdc65834' , '/navigation/0190da6b5e2173068b173bfc43aa006c' , '/navigation/0190da6b5ea571fe927915fb7fff4bd3' , '/navigation/0190da6b5f2e7355b0ff8bf44b792d69' , '/navigation/0190da6b5fc0735a9dd3234f3a9ecab5' , '/navigation/0190da6b606071d48c16909e6f669307' , '/navigation/0190da6b61077269b2adfffee3e27123' , '/navigation/0190da6b61b573cbadf17bed5974c452' , '/navigation/0190da6b626c72268063dc5816c0b49f' , '/navigation/0190da6b627e72edb8cb86025b83a7d1' , '/navigation/0190da6b62fa71e0ae9717bbeb7d4b22' , '/navigation/0190da6b637f725496fafd13a4d4190a' , '/navigation/0190da6b640e73a1a15122449f6d3a05' , '/navigation/0190da6b64a570a697a7086f0fad2317' , '/navigation/0190da6b64b471208c8e66c4f20043bb' , '/navigation/0190da6b65337381aff88ad425cd7328' , '/navigation/0190da6b65b7727d85f054a0324b5e53' , '/navigation/0190da6b66467095800887be0058412f' , '/navigation/0190da6b66d7724ea28c3f3ee0557d89' , '/navigation/0190da6b67757177a29b654cf5e28df7' , '/navigation/0190da6b681d73d892b780a7c01c43dc' , '/navigation/0190da6b68cd713c8bc6658e764265d9' , '/navigation/0190da6b68dc70cba9e366a1acb369ee' , '/navigation/0190da6b695a70c4bef46d769934ffd6' , '/navigation/0190da6b69df70f18aa98ed2c8280ae0' , '/navigation/0190da6b6a7771b7bf370ff0363ac9c2' , '/navigation/0190da6b6b137230ab10935861ff6fc9' , '/navigation/0190da6b6bb773b49c2800463d8c1a8d' , '/navigation/0190da6b6c5f70ffaef9adb88b6b81c8' , '/navigation/0190da6b6d0f73649dc20bcbd26482d4' , '/navigation/0190da6b6dd570e8b56469dac2b85859' , '/navigation/0190da6b6e5470228f5affb8fb32d7c5' , '/navigation/0190da6b6ed4733d95f110b22a852942' , '/navigation/0193531076a3736aac97f4f6037fa531' , '/navigation/0190da6b6f5c70b5b3f23bd6fe97cb8d' , '/navigation/0190da6b6feb703eb921dc1e76fe23d7' , '/navigation/0190da6b708a72f1816f6d92ab9cee14' , '/navigation/0190da6b712f73c286b85387f4970cef' , '/navigation/0190da6b71dc7392a312a28e57c330fc' , '/navigation/0190da6b7290704392c9867973adb2c6' , '/navigation/0190da6b734b72679c508ff54b5ac6eb' , '/navigation/0190da6b740d71fcb138602a76b33752' , '/navigation/0190da6b741c703088731b59c8008ea7' , '/navigation/0190da6b74957160b6c6ad6286e3706c' , '/navigation/0190da6b751572588f4bee18324f6d8d' , '/navigation/0190da6b75a37360ac302cc9cefd1452' , '/navigation/0190da6b75b2703cb51073e03106a71c' , '/navigation/0190da6b762a7098acf391f8e9a64528' , '/navigation/0190da6b76aa719ea381dbb620a14dfe' , '/navigation/0190da6b7732704295cfaba3f7cdceff' , '/navigation/0190da6b7741725cace93eacf684150d' , '/navigation/0190da6b77ba7224a2416580247e6c23' , '/navigation/0190da6b783a71169dd2a95430a481ee' , '/navigation/0190da6b78c373cc9f84ed14d5b2474c' , '/navigation/0190da6b79537146887b5d57a7419d68' , '/navigation/0190da6b79f673ec92b9e175db13d506' , '/navigation/0190da6b7a9673738b78c77099906d9e' , '/navigation/0190da6b7b46722f97bbc42b053e36ed' , '/navigation/0190da6b7bfd72f496d8db8c0e0043e9' , '/navigation/0190da6b7cc9709b8c97fbf75cb06b6d' , '/navigation/0190da6b7da27090845813d9e9e7c4fc' , '/navigation/0190da6b7e7d722fa351108101dc0d0e' , '/navigation/0190da6b7f6773a9bf3c4847189780c6' , '/navigation/0190da6b805a728aa9fdead7ba735dda' , '/navigation/0190da6b815671309bf080078735260c' , '/navigation/0190da6b825a701489d4c5880aa0dc4a' , '/navigation/0190da6b836771148973176799bfe672' , '/navigation/0190da6b847f713f86e30c0f1da09d02' , '/navigation/0190da6b859f724c866ffe6f47c24193' , '/navigation/0190da6b86a77005b38b945bad0add23' , '/navigation/0190da6b86b673ba95e30ba6845ce950' , '/navigation/0190da6b86c573efbf6b12f6a18220e8' , '/navigation/0190da6b86d4729c9e63a9e58b5e39b6' , '/navigation/0190da6b875070e48e4bc3a910691c92' , '/navigation/0190da6b87d3739598076c4b21fc5936' , '/navigation/0190da6b885e71569e3c2a9e9e53dbf4' , '/navigation/0190da6b88ff7312b1c1661a6a5ab285' , '/navigation/0190da6b89b5737daa8ed3f07fbbd026' , '/navigation/0190da6b8a5b710aac630e88fd1781b1' , '/navigation/0190da6b8b0c73058638ee4347315f4d' , '/navigation/0190da6b8bc972f889c7c990b2349580' , '/navigation/0190da6b8bd97212a0d598597b9aafb8' , '/navigation/0190da6b8c567235a1c48675a7986026' , '/navigation/0190da6b8cda720cbcd4880e7ac8539d' , '/navigation/0190da6b8d6671448e76fd736ebb3cc8' , '/navigation/0190da6b8df87300b867b26fd4cbed5f' , '/navigation/0190da6b8ea1711a9c16c2e437fdbeef' , '/navigation/0190da6b8f4d71749e713960b86a4479' , '/navigation/0190da6b8ffd717ca4484d6253a62839' , '/navigation/0190da6b90b571cf99a5a4265d2392c8' , '/navigation/0190da6b9180721e9e168f71f24ec510' , '/navigation/0190da6b925273c99c7fa9666354522c' , '/navigation/0190da6b932472079a1a24fdad531a3a' , '/navigation/0190da6b9334702fba5c86a9ac7785e5' , '/navigation/0190da6b93ae7214b2dbfce8e9626609' , '/navigation/0190da6b942f70f8b05f63acd111d21e' , '/navigation/0190da6b94b3703ebc94fe3e77bb3733' , '/navigation/01935310ba9971eb8fe07c78f0fa8610' , '/navigation/0190da6b9543719aabf2f8f7c46c0bbe' , '/navigation/0190da6b95ed73b09ddb2932c20c91b3' , '/navigation/0190da6b969e71c5a565e3d037c25a05' , '/navigation/0190da6b972773c0a9278c891fbca036' , '/navigation/0190da6b97a87093a6f9060b405ada04' , '/navigation/0190da6b98317143847e4964b0e79aaa' , '/navigation/0190da6b98c27161816e8a8d9f7368c2' , '/navigation/01935310c1b872e59dabd25b1516ef5a' , '/navigation/01935310c465737ba72fb0c5450780df' , '/navigation/0190da6b9963711288acf26a73acba65' , '/navigation/01935310c76f734aaf0290a2e911ef5d' , '/navigation/01935310c7d072699e734e15fb2b6fdc' , '/navigation/0190da6b9af87278aeb49ad7144a602f' , '/navigation/0190da6b9b087177ac3bdf3c08a07474' , '/navigation/0190da6b9b8373d88ff7df8dbc18d465' , '/navigation/0190da6b9c067153a912db6036f39e30' , '/navigation/0190da6b9c8f73978067432d46b52fe2' , '/navigation/0190da6b9d2170659f56b705e7230f4e' , '/navigation/0190da6b9dc470f0960cbe4c2f9ccaf2' , '/navigation/0190da6b9e6f70efb68b9640c9f35a93' , '/navigation/0190da6b9f2173528f0e32eee0742f16' , '/navigation/018e094a67a67363b280f9fde3b3bfe4' , '/navigation/018e094a66b37270b8fdb26d85a42979' , '/navigation/018e094a6532730ea4524f8014127326' , '/navigation/018e094a672a73a0b3f6fde0db20094b' , '/navigation/018e094a7a5573999bca1d3b00290b7b' , '/navigation/018e094a715873c28fd8cea2d22e111b' , '/navigation/018e094a731b7142a8c9da8dfca4ee45' , '/navigation/018e094a736a702c985ef817386bacde' , '/navigation/018e094a7b04700795828df23dc36629' , '/navigation/018e094a7b1571d8a72419abb2990255' , '/navigation/018e094a7c1170dc8726812d94d0fd8c' , '/navigation/018e094a750e7247a9afa9cfc21dd792' , '/navigation/018e094a75b572019b0ba665e70420b7' , '/navigation/018e094a762e724fa589f61c6657c8eb' , '/navigation/018e094a792b73e2802ebb9f6f36efca' , '/navigation/018e094a79ac71a0ba68164192a6e42f' , '/navigation/018e094a79f973b4b0f2133e99e7e932' , '/navigation/018e094a76a973249c8a6b5cc8d80b36' , '/navigation/018e094a775e70e480c4c2b08a49d9fa' , '/navigation/018e094a77c07331907e8618474fa10b' , '/navigation/018e094a782970d99d9f6926c97c281b' , '/navigation/018e094a789f73cebf2c1d8d66d28c43' , '/navigation/018e094a78e373f49bab5d5d0f3411d3' , '/navigation/018e094a73b8717eabde1be0b16685cf' , '/navigation/018e094a742a7202825adc11655a86cd' , '/navigation/018e094a748f731894dd34437b3c47f3' , '/navigation/018e094a8fe971b491b7d25355f51e4a' , '/navigation/018e094a938a7020a209909d7d5f01fd' , '/navigation/018e094a9400714692eb168f469d3170' , '/navigation/018e094a94ed73e890e5b25a3306177c' , '/navigation/018e094a9473713b8ddebda5757d8e8e' , '/navigation/018e094a956e731fadb04f802f295091' , '/navigation/018e094a9603737d9d29f8057d764d6d' , '/navigation/018e094a967270448c2599478746adcf' , '/navigation/018e094a62947243ae498ec01078e18d' , '/navigation/018e094a5d7f71eaa2500f802828aa42' , '/navigation/018e094a5f4c7341b4112e049fc90a2b' , '/navigation/018e094a5f9f71aba4d5d426972c38c4' , '/navigation/018e094a5ddd714ab173a3deedef12c8' , '/navigation/018e094a61e87245a42b124035729a63' , '/navigation/018e094a60027285a759666e15a0fe9d' , '/navigation/018e094a60e773ce854c119414ed112c' , '/navigation/018e094a607170e8b33a3082f6037523' , '/navigation/018e094a61697217be035a73229ee805' , '/navigation/018e094a84e0736b85d111fdc41f49c7' , '/navigation/018e094a8818725684035e1772cf7f2b' , '/navigation/018e094a89047019aa9e391381074701' , '/navigation/018e094a888a70bdb163dad321677e1f' , '/navigation/018e094a6f4e70208df7200bff56d69e' , '/navigation/018e094a6fd0733e915c09143bef0af2' , '/navigation/018e094a706f70a7a5471064a4946dbe' , '/navigation/018e094a70e473249afd934f32ca3b72' , '/navigation/018e094a6c7070fa9362e8ca77b17bc7' , '/navigation/018e094a6ecd718f8d0ca01aad84d3f6' , '/navigation/018e094a6e5a720fa78af5a895a6f374' , '/navigation/018e094a58537093a750a5da452649f2' , '/navigation/018e094a5cc773c1be797895bcb57891' , '/navigation/018e094a5863700aa587b1a649df8e17' , '/navigation/018e094a595871578324f5509f1eb1c4' , '/navigation/018e094a53ac70359459db7119922d94' , '/navigation/018e094a549373d8a088d3f0d4e3df80' , '/navigation/018e094a55f673f2a72826301b8cdd55' , '/navigation/018e094a558173bf95c3ee389edc24ee' , '/navigation/018e094a56717282994904be564ea29f' , '/navigation/018e094a56f37172a7ea52e19b2ed487' , '/navigation/018e094a570d73dd825ac42745bcfb6d' , '/navigation/018e094a4e8972b0a738114f8b15043f' , '/navigation/018e094a51c5704ca48641da73140326' , '/navigation/018e094a4faa7262baad53bb8af2e792' , '/navigation/018e094a502571c1aa4549cf53863eb3' , '/navigation/018e094a526270ae8715cf17c132311d' , '/navigation/018e094a512d71f3b806322541d16e88' , '/navigation/018e094a530373ec9633e38719e6aece' , '/navigation/018e094a4f3471489e58aa2a3c016992' , '/navigation/018e094a50a7735db379f61f913cb4d3' , '/navigation/018e094a59c97091a82f4bde32eb843b' , '/navigation/018e094a5ab071a795b88e73d14e56b3' , '/navigation/018e094a5c71735ba69e50f01349e139' , '/navigation/018e094a5b23717a8c32015cceb44d98' , '/navigation/018e094a4a4272ec9e8a040a6c81253b' , '/navigation/018e094a4ab5738893cc2b40f6ba2316' , '/navigation/018e094a4c2c7299b22da95f78375be4' , '/navigation/018e094a4b2b739d8c142a839e61f187' , '/navigation/018e094a4ba97178b9a1743121a10f37' , '/navigation/018e094a4cb37375beaca6cda0242845' , '/navigation/018e094a4de871b0a998505efbe3ad5e' , '/navigation/018e094a4d4d73e68bdb97df92ff0817' , '/navigation/018e094a634d735ea7d25b755be528a1' , '/navigation/018e094a63b272e9b0e3b9aeec304ae1' , '/navigation/018e094a8997710b9543bbf561cb48f4' , '/navigation/018e094a8cdc708fa293f3f547dbc139' , '/navigation/018e094a8dca71a2984fde4743f6c583' , '/navigation/018e094a8d4f7387b404601fd8591f1b' , '/navigation/018e094a8e4b73798196fe3db87d6810' , '/navigation/018e094a8edf70b8a88923b28c9c0dfa' , '/navigation/018e094a8f5270a9a8c297d19deca51a' , '/detail/d0c66420cd615b4fa9787eb883b95e16' , '/detail/821e15c2b4bc54c896e9372d6c5fff4c' , '/detail/233134d6f19c57e1b7fcf07e82722e0e' , '/detail/2f421c4dc01658e5a16f2ed32b8fdb77' , '/detail/7dbfa3384d685dd5a5a069a234566820' , '/detail/996edd9462665eaaa332da906d9cc155' , '/detail/064f30d544fa5415aa32f7838c9851ac' , '/detail/f9fcb1b37850590e9a4342c71b2566a3' , '/detail/9c18ed3772f955c9917cc57b2b4631f9' , '/detail/28586242bedd554da40b4e9f152b0b48' , '/detail/b8a92457b11556f18f40d674620cc5e9' , '/detail/ed98b9f0dcac5812b0e5fe499e6a7be5' , '/detail/7fbb8771c7ad5309882668768721da91' , '/detail/a5206af818ad5293bc453dbf60463ac9' , '/detail/2f90b741317e570181814777b67acf29' , '/detail/1d3f2cff22ee5102b759a4616c7add26' , '/detail/fb9f3a56b6f75e9e868410e23b28d2be' , '/detail/a51c3501ed5d52f0aed800efdea9ce53' , '/detail/1307b22f5cd45e5abc213a1a650f0d4d' , '/detail/2410645f1e3e5d9ca2fced5aebe9774d' , '/detail/b93721a332c55abaa816fe504d0304bf' , '/detail/2c15e4c03b015368aae5785db249a0c8' , '/detail/b47d84e1a8c35315b2a38efa0726f192' , '/detail/9c9229650ce7524c91b1f7ea91b5964f' , '/navigation/018e189f4c877164ad4363394678698e' , '/navigation/018e18a172b378238b8e81a70374fe0e' , '/navigation/018e189f65bb7e82b42203e11a7f7ca3' , '/navigation/018e18a1b5717013bf34057e6e4af3c6' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
95
0.25 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"\x01 ì¶lPAp½ì\'\x1A ®"╚K "
b"\x01 ì¶lPjsýäƒbwPÅXÞ "
b"\x01 ì¶lg┘r┴ÿO+Fyãª\e "
b"\x01 ì¶lPÎsi╝B▒Ù╠Âxø "
]
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 (0x018DF46C504170AB8D5C271AA922C84B , 0x018DF46C506A73EC849F6277508F58E8 , 0x018DF46C67D972C1984F2B4679C6A61B , 0x018DF46C50D77369BC42B1EBCCB6789B );
Copy