1
0.38 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.26 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.18 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.26 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.12 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
6
0.51 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.60 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
8
0.27 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
9
0.27 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
"noCcLCsahZBlCY9gkY1xIfRr6bFFedOf "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x019608E11B02704E8B49AAB52D9F3E29 ) AND (token = 'noCcLCsahZBlCY9gkY1xIfRr6bFFedOf' ) LIMIT 1 ;
Copy
10
0.46 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 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
]
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 = 0x019608E11B02704E8B49AAB52D9F3E29
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
11
0.73 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 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
]
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 (0x019608E11B02704E8B49AAB52D9F3E29 );
Copy
12
0.34 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 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
]
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 (0x019608E11B02704E8B49AAB52D9F3E29 ));
Copy
13
0.40 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
14
0.40 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 –\x08 àU®pî–¯R\x0E ^xð$ "
]
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 (0x019608E055AE70EE96AF520E5E78F024 );
Copy
15
0.36 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
16
0.20 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
17
0.57 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 û\x08 Ó[©qc¢|ÓßØÛ╝O "
b"\x01 û\x08 Ó[©qc¢|ÓßØýÃÈ "
b"\x01 –\x08 à‰Us2¯Ëm}:Bù\x04 "
]
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 (0x019608E05BB87163BD7CE0E19DEABC4F , 0x019608E05BB87163BD7CE0E19DECC7D4 , 0x019608E089557332AFCB6D7D3A42F904 ));
Copy
18
0.81 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 –\x08 çi sä³o\x03 ÓG½»É "
]
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 (0x019608E7692073E4B36F03D347BDBBC9 );
Copy
19
0.85 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 û\x08 Ó[íp ╣\x01 &\x16 VüÍz "
]
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 (0x019608E05BA17020B90126165681D67A );
Copy
20
1.25 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 –\x08 àU®pî–¯R\x0E ^xð$ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x019608E055AE70EE96AF520E5E78F024 ) LIMIT 1 ;
Copy
21
0.42 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"noCcLCsahZBlCY9gkY1xIfRr6bFFedOf "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'noCcLCsahZBlCY9gkY1xIfRr6bFFedOf' ;
Copy
22
0.98 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
23
0.48 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 –\x08 à[gqë«ä\x02 ÷"¯"ª "
b"\x01 –\x08 à[¡p ¹\x01 &\x16 W’Œì "
b"\x01 –\x08 à\\x1F qf†µc}V$\x17 R "
b"\x01 –\x08 à{„s¼Šî\t pËz4\x04 "
b"\x01 –\x08 à\\x17 r½¡}n11ö–b "
b"\x01 –\x08 à\\e pƒ°Ëf\x05 “\x06 ²Ì "
b"\x01 –\x08 àÌás;½ñ]ŒçNL€ "
]
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 (0x019608E05B6771EBABE402F722AF22AA , 0x019608E05BA17020B901261657928CEC , 0x019608E05C1F716686B5637D56241752 , 0x019608E07B8473BC8AEE0970CB7A3404 , 0x019608E05C1772BDA17D6E3131F69662 , 0x019608E05C1B7083B0CB66059306B2CC , 0x019608E0CCE1733BBDF15D8CE74E4C80 );
Copy
24
1.00 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
25
0.39 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
26
0.22 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 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
b"\x01 –\x08 àU®pî–¯R\x0E ^xð$ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x019608E11B02704E8B49AAB52D9F3E29 AND `sales_channel_country` . `country_id` = 0x019608E055AE70EE96AF520E5E78F024 );
Copy
27
0.53 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 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x019608E11B02704E8B49AAB52D9F3E29 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
28
0.98 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 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
b"\x01 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
]
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` = 0x019608E11B02704E8B49AAB52D9F3E29 AND `language.salesChannels` . `id` = 0x019608E11B02704E8B49AAB52D9F3E29 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
29
0.56 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
30
0.81 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 –\x08 à[¼sC˜E·Ô>¥°Ê "
b"\x01 –\x08 à[¼sC˜E·Ô>¥°Ê "
b"\x01 –\x08 à[¼sC˜E·Ô>¥°Ê "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x019608E05BBC73439845B7D43EA5B0CA OR `parent_id` = 0x019608E05BBC73439845B7D43EA5B0CA OR `id` = 0x019608E05BBC73439845B7D43EA5B0CA
;
Copy
31
15.79 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|019608e05bbc73439845b7d43ea5b0ca|% "
1
5
]
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 '%|019608e05bbc73439845b7d43ea5b0ca|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )));
Copy
32
2.09 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% "
"%|019608e05bbc73439845b7d43ea5b0ca|% "
5
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 '%|019608e05bbc73439845b7d43ea5b0ca|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
33
1.05 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 –\x08 à[¼sC˜E·Ô>¥°Ê "
]
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 (0x019608E05BBC73439845B7D43EA5B0CA ));
Copy
34
0.80 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 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
]
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` = 0x019608E11B02704E8B49AAB52D9F3E29 ) GROUP BY `currency` . `id` ;
Copy
35
0.56 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"\x01 –\x08 à[Ls•—Efpµ\x03 {j "
b"\x01 –\x08 à[Ls•—EfpµZgÛ "
b"\x01 –\x08 às\x00 p`®Ø]kܼ\x17 t "
b"\x01 û\x08 Ós\t püÀ▀▓\x04\e ¹QÎ "
b"\x01 –\x08 às\x10 p\x14 ¾?CÙø £ë "
b"\x01 –\x08 às\x16 r»¬j¥›&r4c "
b"\x01 û\x08 Ós\x1C p`æ▒`Å\t ÂÓæ "
b"\x01 û\x08 Óì«q\£b]ì»è<▓ "
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 (0x019608E05B4C739597456670B5037B6A , 0x019608E05B4C739597456670B55A67DB , 0x019608E073007060AED85D6BDCBC1774 , 0x019608E073097081B7DFB2041BFB51D7 , 0x019608E073107014BE3F43D9F8A0A3EB , 0x019608E0731672BBAC6AA59B26723463 , 0x019608E0731C706091B1608F09B6E091 , 0x019608E08DAE715C9C625D8DAF8A3CB2 , 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
36
1.44 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 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
]
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` = 0x019608E11B02704E8B49AAB52D9F3E29 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
37
0.97 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 –\x08 à[¡p ¹\x01 &\x16 VßÖÉ "
b"\x01 û\x08 Ó[íp ╣\x01 &\x16 VüÍz "
]
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 (0x019608E05BA17020B901261656DFD6C9 , 0x019608E05BA17020B90126165681D67A );
Copy
38
0.71 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 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
]
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` = 0x019608E11B02704E8B49AAB52D9F3E29 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
39
0.81 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 –\x08 ç`\x18 r¨¨ñ\x08 Ç(·\x00 { "
b"\x01 –\x08 çbms\x1A ’\e óð—Q\x08 ¤ "
b"\x01 –\x08 çc®r\x1F ›g\x02 ¿+KÉ° "
b"\x01 –\x08 çdès9Ž¸H'\r ãîí "
b"\x01 –\x08 çf\x1A s\x14 „¾$iq3É "
b"\x01 –\x08 çgxrw§qöáø×xR "
b"\x01 –\x08 çi sä³o\x03 ÓG½»É "
]
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 (0x019608E7601872A8A8F108C728B7007B , 0x019608E7626D731A921BF3F0975108A4 , 0x019608E763AE721F9B6702BF2B4BC9B0 , 0x019608E764E873398EB848270DE3EEED , 0x019608E7661A731484BE24697133C389 , 0x019608E767787277A771F6E1F8D77852 , 0x019608E7692073E4B36F03D347BDBBC9 );
Copy
40
0.84 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 –\x08 à[¼sC˜E·Ô>¥°Ê "
]
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 (0x019608E05BBC73439845B7D43EA5B0CA ));
Copy
41
0.65 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 û\x08 Ó^Kq\x06 ì7t÷\x0E Ì─▓ "
]
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 (0x019608E05E4B71068D3774F60EDEC4B2 ));
Copy
42
0.60 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 û\x08 Ó^Kq\x06 ì7t÷\x0E Ì─▓ "
]
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 (0x019608E05E4B71068D3774F60EDEC4B2 )));
Copy
43
0.55 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 –\x08 ài]p¤–ânZ”Q™ "
]
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 (0x019608E0695D70A496E26EAD5A945199 )));
Copy
44
0.65 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 –\x08 à^Rs¿‰µ}Ìv\x07 ”m "
b"\x01 –\x08 à^Rs¿‰µ}Ìv”\x19 ¢ "
b"\x01 –\x08 àjýpV…b{ðFzÍÆ "
]
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 (0x019608E05E5273BF89B57DCC7607946D , 0x019608E05E5273BF89B57DCC769419A2 , 0x019608E06AFD705685627BF0467ACDC6 )));
Copy
45
0.67 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 –\x08 à’@s†¶\x16 ‡ù¹)µs "
]
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 (0x019608E092407386B61687F9B929B573 );
Copy
46
0.27 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
47
0.48 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 –\x08 à’@s†¶\x16 ‡ù¹)µs "
b"\x01 –\x08 à’@s†¶\x16 ‡ùº\x1D ü› "
b"\x01 –\x08 à’@s†¶\x16 ‡ùº[?z "
b"\x01 –\x08 à’@s†¶\x16 ‡ùºÈ\x17 Ñ "
b"\x01 –\x08 à’@s†¶\x16 ‡ùºîÔ] "
b"\x01 –\x08 à˜…p½žxRMÄ¡ë¶ "
]
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 (0x019608E092407386B61687F9B929B573 , 0x019608E092407386B61687F9BA1DFC9B , 0x019608E092407386B61687F9BA5B3F7A , 0x019608E092407386B61687F9BAC817D1 , 0x019608E092407386B61687F9BAEED45D , 0x019608E0988570BD9E78524DC4A1EBB6 );
Copy
48
0.23 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 –\x08 à[¼sC˜E·Ô>¥°Ê "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x019608E05BBC73439845B7D43EA5B0CA )) LIMIT 1 ;
Copy
49
0.20 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 –\x08 à[¼sC˜E·Ô>¥°Ê "
]
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 (0x019608E05BBC73439845B7D43EA5B0CA ));
Copy
50
26.68 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` . `name` as `product.translation.name` 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` . `name` as `product.parent.translation.name` 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 ((((`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 (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
true
b"\x01 –\x08 à[¼sC˜E·Ô>¥°Ê "
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` . `name` as `product.translation.name` 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` . `name` as `product.parent.translation.name` 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 ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x019608E11B02704E8B49AAB52D9F3E29 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x019608E05BBC73439845B7D43EA5B0CA AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
51
19.71 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` . `name` as `product.translation.name` 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` . `name` as `product.parent.translation.name` 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 ((((`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% "
30
b"\x01 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
true
b"\x01 –\x08 à[¼sC˜E·Ô>¥°Ê "
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` . `name` as `product.translation.name` 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` . `name` as `product.parent.translation.name` 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 ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x019608E11B02704E8B49AAB52D9F3E29 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x019608E05BBC73439845B7D43EA5B0CA AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
52
13.59 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 `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 ((((`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"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
true
b"\x01 –\x08 à[¼sC˜E·Ô>¥°Ê "
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 `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 ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x019608E11B02704E8B49AAB52D9F3E29 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x019608E05BBC73439845B7D43EA5B0CA AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
53
1.03 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 –\x08 áŽarZ…²¡82XÓ\n "
b"\x01 û\x08 Ó[¨sBìw$¨▀8l| "
b"\x01 –\x08 áŽ`p“¦VO¬Fç\x1F a "
b"\x01 –\x08 áŽarZ…²¡8>Vݼ "
b"\x01 –\x08 áŽarZ…²¡8Afõx "
b"\x01 –\x08 áŽarZ…²¡8H\x1A â\x10 "
b"\x01 –\x08 áŽ`p“¦VO¬E\x13 q\x00 "
b"\x01 –\x08 áŽarZ…²¡82Z>ý "
b"\x01 –\x08 áŽarZ…²¡85\x7F\x16 ÷ "
b"\x01 –\x08 áŽarZ…²¡88s\e "
b"\x01 –\x08 áŽarZ…²¡86è5w "
b"\x01 –\x08 áŽ`p“¦VO¬FRo? "
b"\x01 –\x08 áŽarZ…²¡8CüD\t "
b"\x01 –\x08 áŽarZ…²¡8Fj½\x04 "
b"\x01 –\x08 áŽarZ…²¡8?Öô\ "
b"\x01 û\x08 ßÄarZà▓í87\x1C îØ "
b"\x01 –\x08 áŽarZ…²¡84øð´ "
b"\x01 –\x08 áŽ`p“¦VO¬Dø‘† "
b"\x01 –\x08 áŽarZ…²¡8.ÌoÒ "
b"\x01 –\x08 áŽarZ…²¡8;aå1 "
b"\x01 –\x08 áŽarZ…²¡8Eñ\f\x14 "
b"\x01 –\x08 áŽarZ…²¡89rÿ0 "
b"\x01 –\x08 áŽarZ…²¡8/®wò "
b"\x01 –\x08 áŽarZ…²¡8@‚^î "
b"\x01 –\x08 áŽarZ…²¡8G#Ô7 "
b"\x01 –\x08 áŽarZ…²¡84\x00 És "
b"\x01 –\x08 áŽarZ…²¡84VæÞ "
b"\x01 –\x08 áŽarZ…²¡8Cãœ× "
b"\x01 –\x08 áŽarZ…²¡8:iÇ* "
b"\x01 –\x08 áŽarZ…²¡80Û¸’ "
b"\x01 û\x08 ßÄarZà▓í8<óÅy "
b"\x01 –\x08 áŽarZ…²¡8:9@\x14 "
b"\x01 –\x08 áŽarZ…²¡8;¸!\e "
b"\x01 –\x08 áŽarZ…²¡8B09m "
b"\x01 –\x08 áŽarZ…²¡83R6\r "
b"\x01 –\x08 áŽarZ…²¡8;ë8à "
b"\x01 –\x08 áŽarZ…²¡8/øÁ^ "
b"\x01 –\x08 áŽ`p“¦VO¬Daj\x03 "
b"\x01 û\x08 ßÄarZà▓í81aÅ| "
b"\x01 –\x08 áŽarZ…²¡80\x04 \u "
b"\x01 –\x08 áŽarZ…²¡8:²;l "
b"\x01 –\x08 áŽarZ…²¡86eíØ "
b"\x01 –\x08 áŽarZ…²¡8?\x05 l³ "
b"\x01 –\x08 áŽarZ…²¡8EE’~ "
b"\x01 –\x08 áŽ`p“¦VO¬EÛùŒ "
b"\x01 –\x08 áŽarZ…²¡8DÜÕn "
b"\x01 –\x08 áŽarZ…²¡87à1. "
b"\x01 –\x08 áŽarZ…²¡8A\x00 ¡Ø "
b"\x01 –\x08 áŽ`p“¦VO¬Eoér "
b"\x01 –\x08 áŽarZ…²¡8G>#¿ "
b"\x01 –\x08 áŽarZ…²¡81\x12 ºW "
b"\x01 –\x08 áŽarZ…²¡8>ùþ` "
b"\x01 –\x08 áŽ`p“¦VO¬G2™ƒ "
b"\x01 –\x08 áŽarZ…²¡8=ae± "
b"\x01 –\x08 áŽarZ…²¡8C.TW "
b"\x01 –\x08 áŽarZ…²¡8@;ˆÑ "
b"\x01 –\x08 áŽarZ…²¡8=p\x01 µ "
b"\x01 –\x08 áŽarZ…²¡86ŽÃB "
b"\x01 –\x08 áŽ`p“¦VO¬E:k\x19 "
b"\x01 –\x08 áŽarZ…²¡8F\x00 ¥Š "
b"\x01 –\x08 áŽarZ…²¡8<åó\n "
]
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 (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.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 (0x019608E18E61725A85B2A1383258D30A , 0x019608E05BF973428D7724F9DF386C7C , 0x019608E18E607093A6564FAC46E71F61 , 0x019608E18E61725A85B2A1383E56DDBC , 0x019608E18E61725A85B2A1384166F578 , 0x019608E18E61725A85B2A138481AE210 , 0x019608E18E607093A6564FAC45137100 , 0x019608E18E61725A85B2A138325A3EFD , 0x019608E18E61725A85B2A138357F16F7 , 0x019608E18E61725A85B2A1383873AD1B , 0x019608E18E61725A85B2A13836E83577 , 0x019608E18E607093A6564FAC46526F3F , 0x019608E18E61725A85B2A13843FC4409 , 0x019608E18E61725A85B2A138466ABD04 , 0x019608E18E61725A85B2A1383FD6F45C , 0x019608E18E61725A85B2A138371C8C9D , 0x019608E18E61725A85B2A13834F8F0B4 , 0x019608E18E607093A6564FAC44F89186 , 0x019608E18E61725A85B2A1382ECC6FD2 , 0x019608E18E61725A85B2A1383B61E531 , 0x019608E18E61725A85B2A13845F10C14 , 0x019608E18E61725A85B2A1383972FF30 , 0x019608E18E61725A85B2A1382FAE77F2 , 0x019608E18E61725A85B2A13840825EEE , 0x019608E18E61725A85B2A1384723D437 , 0x019608E18E61725A85B2A1383400C973 , 0x019608E18E61725A85B2A1383456E6DE , 0x019608E18E61725A85B2A13843E39CD7 , 0x019608E18E61725A85B2A1383A69C72A , 0x019608E18E61725A85B2A13830DBB892 , 0x019608E18E61725A85B2A1383CA28F79 , 0x019608E18E61725A85B2A1383A394014 , 0x019608E18E61725A85B2A1383BB8211B , 0x019608E18E61725A85B2A1384230396D , 0x019608E18E61725A85B2A1383352360D , 0x019608E18E61725A85B2A1383BEB38E0 , 0x019608E18E61725A85B2A1382FF8C15E , 0x019608E18E607093A6564FAC44616A03 , 0x019608E18E61725A85B2A13831618F7C , 0x019608E18E61725A85B2A13830045C75 , 0x019608E18E61725A85B2A1383AB23B6C , 0x019608E18E61725A85B2A1383665EDD8 , 0x019608E18E61725A85B2A1383F056CB3 , 0x019608E18E61725A85B2A1384545927E , 0x019608E18E607093A6564FAC45DBF98C , 0x019608E18E61725A85B2A13844DCD56E , 0x019608E18E61725A85B2A13837E0312E , 0x019608E18E61725A85B2A1384100A1D8 , 0x019608E18E607093A6564FAC456FE972 , 0x019608E18E61725A85B2A138473E23BF , 0x019608E18E61725A85B2A1383112BA57 , 0x019608E18E61725A85B2A1383EF9FE60 , 0x019608E18E607093A6564FAC47329983 , 0x019608E18E61725A85B2A1383D6165B1 , 0x019608E18E61725A85B2A138432E5457 , 0x019608E18E61725A85B2A138403B88D1 , 0x019608E18E61725A85B2A1383D7001B5 , 0x019608E18E61725A85B2A138368EC342 , 0x019608E18E607093A6564FAC453A6B19 , 0x019608E18E61725A85B2A1384600A58A , 0x019608E18E61725A85B2A1383CE5F30A ));
Copy
54
68.84 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05b6771ebabe402f722af22aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05ba17020b901261657928cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e07b8473bc8aee0970cb7a3404.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05c1772bda17d6e3131f69662.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05c1b7083b0cb66059306b2cc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05b6771ebabe402f722af22aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05ba17020b901261657928cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e07b8473bc8aee0970cb7a3404.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05c1772bda17d6e3131f69662.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05c1b7083b0cb66059306b2cc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 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` , "$.rule019608e05b6771ebabe402f722af22aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05ba17020b901261657928cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e07b8473bc8aee0970cb7a3404.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05c1772bda17d6e3131f69662.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05c1b7083b0cb66059306b2cc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05b6771ebabe402f722af22aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05ba17020b901261657928cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e07b8473bc8aee0970cb7a3404.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05c1772bda17d6e3131f69662.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05c1b7083b0cb66059306b2cc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 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 `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 ((((`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"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
true
b"\x01 –\x08 à[¼sC˜E·Ô>¥°Ê "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019608e05b6771ebabe402f722af22aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019608e05ba17020b901261657928cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019608e07b8473bc8aee0970cb7a3404.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019608e05c1772bda17d6e3131f69662.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019608e05c1b7083b0cb66059306b2cc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019608e05b6771ebabe402f722af22aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019608e05ba17020b901261657928cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019608e07b8473bc8aee0970cb7a3404.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019608e05c1772bda17d6e3131f69662.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019608e05c1b7083b0cb66059306b2cc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 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` ,
"$.rule019608e05b6771ebabe402f722af22aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019608e05ba17020b901261657928cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019608e07b8473bc8aee0970cb7a3404.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019608e05c1772bda17d6e3131f69662.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019608e05c1b7083b0cb66059306b2cc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019608e05b6771ebabe402f722af22aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019608e05ba17020b901261657928cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019608e07b8473bc8aee0970cb7a3404.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019608e05c1772bda17d6e3131f69662.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019608e05c1b7083b0cb66059306b2cc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 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 `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 (
(
(
(
`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` , "$.rule019608e05b6771ebabe402f722af22aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05ba17020b901261657928cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e07b8473bc8aee0970cb7a3404.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05c1772bda17d6e3131f69662.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05c1b7083b0cb66059306b2cc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05b6771ebabe402f722af22aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05ba17020b901261657928cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e07b8473bc8aee0970cb7a3404.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05c1772bda17d6e3131f69662.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05c1b7083b0cb66059306b2cc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 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` , "$.rule019608e05b6771ebabe402f722af22aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05ba17020b901261657928cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e07b8473bc8aee0970cb7a3404.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05c1772bda17d6e3131f69662.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019608e05c1b7083b0cb66059306b2cc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05b6771ebabe402f722af22aa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05ba17020b901261657928cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e07b8473bc8aee0970cb7a3404.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05c1772bda17d6e3131f69662.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019608e05c1b7083b0cb66059306b2cc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 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 `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 ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x019608E11B02704E8B49AAB52D9F3E29 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x019608E05BBC73439845B7D43EA5B0CA AND NOT (`product` . `display_group` < = > NULL )));
Copy
55
6.92 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 `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 ((((`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"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
true
b"\x01 –\x08 à[¼sC˜E·Ô>¥°Ê "
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 `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 ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x019608E11B02704E8B49AAB52D9F3E29 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x019608E05BBC73439845B7D43EA5B0CA AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
56
7.48 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 `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 ((((`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"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
true
b"\x01 –\x08 à[¼sC˜E·Ô>¥°Ê "
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 `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 ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x019608E11B02704E8B49AAB52D9F3E29 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x019608E05BBC73439845B7D43EA5B0CA AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
57
38.76 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 `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 ((((`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"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
true
b"\x01 –\x08 à[¼sC˜E·Ô>¥°Ê "
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 `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 ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x019608E11B02704E8B49AAB52D9F3E29 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x019608E05BBC73439845B7D43EA5B0CA AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
58
24.10 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 `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 ((((`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"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"\x01 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
true
b"\x01 –\x08 à[¼sC˜E·Ô>¥°Ê "
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 `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 ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x019608E11B02704E8B49AAB52D9F3E29 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x019608E05BBC73439845B7D43EA5B0CA AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
59
0.70 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"\x01 û\x08 ßįpóüö\x00 aIΩ\x06 "
b"\x01 –\x08 ᥀r[¨Ù”Gìów\r "
b"\x01 –\x08 á®,p~º„Uú|\x1A /\x7F "
b"\x01 –\x08 á±\x17 s\x1F Š¬&L[›é "
b"\x01 –\x08 áÐ\x19 qê‰ÜâÐÒ¹¯× "
b"\x01 –\x08 á‘žpAŠŠLMk\x1A O` "
b"\x01 û\x08 ߬2sæؼ.¨q╔̨ "
b"\x01 û\x08 ßáãqqê╬JüçÕ\r ¡ "
b"\x01 û\x08 ßÒtsß░5<ðqõÉ, "
b"\x01 –\x08 á¸Jp÷Œ¹”\r Fˆáà "
b"\x01 û\x08 ßÌMqPí»6ÅÜ\r [\x03 "
b"\x01 –\x08 ṯr\x16 ˜¸\x01 Li\x05 ½I "
b"\x01 û\x08 ßáápƒè\v\x07 øÅÔ\x1F ) "
b"\x01 –\x08 áÐLr~“‹®Êx}D "
b"\x01 û\x08 ßÖ7pWüíLMÓY6õ "
b"\x01 –\x08 áÌ"pg¶(ÃÞ¯èt0 "
b"\x01 –\x08 á¶Ñs.™&ÈS™ãÍ8 "
b"\x01 û\x08 ßÉws5Ñÿƒ■¢C4N "
b"\x01 –\x08 á¼uqç‰O‰·\x05 «·\t "
b"\x01 –\x08 á°ñqM¥£³¥[‘y* "
b"\x01 –\x08 áª"p$¼ïL«C”~\x00 "
b"\x01 –\x08 áâ\sû‹|ΨNJ\x17 "
b"\x01 –\x08 á¬ðr:§ÐÔÚ €\x1D C "
b"\x01 –\x08 á\x01 q·Œ\e *8®ƒëø "
]
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 (0x019608E18EEE70A28194006149D7B806 , 0x019608E1A580725BA8D99447ECF3770D , 0x019608E1AE2C707EBA8455FA7C1A2F7F , 0x019608E1B117731F8AAC264C5BC29BE9 , 0x019608E1D01971EA89DCE2D0D2B9AFD7 , 0x019608E1919E70418A8A4C4D6B1A4F60 , 0x019608E1AA3273919DAC2EF971C9DEF9 , 0x019608E1A0C6717188CE4A8187E50DAD , 0x019608E1E37473E1B0353CD071E4902C , 0x019608E1B84A70F78CB9940D4688E1E0 , 0x019608E1DE4D7150A1AF368F9A0D5B03 , 0x019608E1B9AF721698B8014C6905BD49 , 0x019608E1A0A0709F8A0B079B8FE21F29 , 0x019608E1D04C727E93AD8BAECA787D44 , 0x019608E19937705781A14C4DE05936E4 , 0x019608E1CC227067B628C3DEAFE87430 , 0x019608E1B6D1732E9926C85399E3CD38 , 0x019608E190777335A5989FFEBD43344E , 0x019608E1BC7571E7894F89B705ABB709 , 0x019608E1B0F1714DA5A3B3A55B91792A , 0x019608E1AA227024BCEF4CAB43947E00 , 0x019608E1E25C73C3BB8B7CCEA8C78A17 , 0x019608E1ACF0723AA7D0D4DAA0801D43 , 0x019608E1AD0171B78C1B2A38AE83EBF8 );
Copy
60
0.99 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 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
true
b"\x01 û\x08 ßįpóüö\x00 aIΩ\x06 "
b"\x01 –\x08 ᥀r[¨Ù”Gìów\r "
b"\x01 –\x08 á®,p~º„Uú|\x1A /\x7F "
b"\x01 –\x08 á±\x17 s\x1F Š¬&L[›é "
b"\x01 –\x08 áÐ\x19 qê‰ÜâÐÒ¹¯× "
b"\x01 –\x08 á‘žpAŠŠLMk\x1A O` "
b"\x01 û\x08 ߬2sæؼ.¨q╔̨ "
b"\x01 û\x08 ßáãqqê╬JüçÕ\r ¡ "
b"\x01 û\x08 ßÒtsß░5<ðqõÉ, "
b"\x01 –\x08 á¸Jp÷Œ¹”\r Fˆáà "
b"\x01 û\x08 ßÌMqPí»6ÅÜ\r [\x03 "
b"\x01 –\x08 ṯr\x16 ˜¸\x01 Li\x05 ½I "
b"\x01 û\x08 ßáápƒè\v\x07 øÅÔ\x1F ) "
b"\x01 –\x08 áÐLr~“‹®Êx}D "
b"\x01 û\x08 ßÖ7pWüíLMÓY6õ "
b"\x01 –\x08 áÌ"pg¶(ÃÞ¯èt0 "
b"\x01 –\x08 á¶Ñs.™&ÈS™ãÍ8 "
b"\x01 û\x08 ßÉws5Ñÿƒ■¢C4N "
b"\x01 –\x08 á¼uqç‰O‰·\x05 «·\t "
b"\x01 –\x08 á°ñqM¥£³¥[‘y* "
b"\x01 –\x08 áª"p$¼ïL«C”~\x00 "
b"\x01 –\x08 áâ\sû‹|ΨNJ\x17 "
b"\x01 –\x08 á¬ðr:§ÐÔÚ €\x1D C "
b"\x01 –\x08 á\x01 q·Œ\e *8®ƒëø "
]
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` = 0x019608E11B02704E8B49AAB52D9F3E29 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x019608E18EEE70A28194006149D7B806 , 0x019608E1A580725BA8D99447ECF3770D , 0x019608E1AE2C707EBA8455FA7C1A2F7F , 0x019608E1B117731F8AAC264C5BC29BE9 , 0x019608E1D01971EA89DCE2D0D2B9AFD7 , 0x019608E1919E70418A8A4C4D6B1A4F60 , 0x019608E1AA3273919DAC2EF971C9DEF9 , 0x019608E1A0C6717188CE4A8187E50DAD , 0x019608E1E37473E1B0353CD071E4902C , 0x019608E1B84A70F78CB9940D4688E1E0 , 0x019608E1DE4D7150A1AF368F9A0D5B03 , 0x019608E1B9AF721698B8014C6905BD49 , 0x019608E1A0A0709F8A0B079B8FE21F29 , 0x019608E1D04C727E93AD8BAECA787D44 , 0x019608E19937705781A14C4DE05936E4 , 0x019608E1CC227067B628C3DEAFE87430 , 0x019608E1B6D1732E9926C85399E3CD38 , 0x019608E190777335A5989FFEBD43344E , 0x019608E1BC7571E7894F89B705ABB709 , 0x019608E1B0F1714DA5A3B3A55B91792A , 0x019608E1AA227024BCEF4CAB43947E00 , 0x019608E1E25C73C3BB8B7CCEA8C78A17 , 0x019608E1ACF0723AA7D0D4DAA0801D43 , 0x019608E1AD0171B78C1B2A38AE83EBF8 )) GROUP BY `product` . `id` ;
Copy
61
4.21 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` , `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"\x01 û\x08 ßįpóüö\x00 aIΩ\x06 "
b"\x01 –\x08 ᥀r[¨Ù”Gìów\r "
b"\x01 –\x08 á®,p~º„Uú|\x1A /\x7F "
b"\x01 –\x08 á±\x17 s\x1F Š¬&L[›é "
b"\x01 –\x08 áÐ\x19 qê‰ÜâÐÒ¹¯× "
b"\x01 –\x08 á‘žpAŠŠLMk\x1A O` "
b"\x01 û\x08 ߬2sæؼ.¨q╔̨ "
b"\x01 û\x08 ßáãqqê╬JüçÕ\r ¡ "
b"\x01 û\x08 ßÒtsß░5<ðqõÉ, "
b"\x01 –\x08 á¸Jp÷Œ¹”\r Fˆáà "
b"\x01 û\x08 ßÌMqPí»6ÅÜ\r [\x03 "
b"\x01 –\x08 ṯr\x16 ˜¸\x01 Li\x05 ½I "
b"\x01 û\x08 ßáápƒè\v\x07 øÅÔ\x1F ) "
b"\x01 –\x08 áÐLr~“‹®Êx}D "
b"\x01 û\x08 ßÖ7pWüíLMÓY6õ "
b"\x01 –\x08 áÌ"pg¶(ÃÞ¯èt0 "
b"\x01 –\x08 á¶Ñs.™&ÈS™ãÍ8 "
b"\x01 û\x08 ßÉws5Ñÿƒ■¢C4N "
b"\x01 –\x08 á¼uqç‰O‰·\x05 «·\t "
b"\x01 –\x08 á°ñqM¥£³¥[‘y* "
b"\x01 –\x08 áª"p$¼ïL«C”~\x00 "
b"\x01 –\x08 áâ\sû‹|ΨNJ\x17 "
b"\x01 –\x08 á¬ðr:§ÐÔÚ €\x1D C "
b"\x01 –\x08 á\x01 q·Œ\e *8®ƒëø "
]
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` ,
`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` , `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 (0x019608E18EEE70A28194006149D7B806 , 0x019608E1A580725BA8D99447ECF3770D , 0x019608E1AE2C707EBA8455FA7C1A2F7F , 0x019608E1B117731F8AAC264C5BC29BE9 , 0x019608E1D01971EA89DCE2D0D2B9AFD7 , 0x019608E1919E70418A8A4C4D6B1A4F60 , 0x019608E1AA3273919DAC2EF971C9DEF9 , 0x019608E1A0C6717188CE4A8187E50DAD , 0x019608E1E37473E1B0353CD071E4902C , 0x019608E1B84A70F78CB9940D4688E1E0 , 0x019608E1DE4D7150A1AF368F9A0D5B03 , 0x019608E1B9AF721698B8014C6905BD49 , 0x019608E1A0A0709F8A0B079B8FE21F29 , 0x019608E1D04C727E93AD8BAECA787D44 , 0x019608E19937705781A14C4DE05936E4 , 0x019608E1CC227067B628C3DEAFE87430 , 0x019608E1B6D1732E9926C85399E3CD38 , 0x019608E190777335A5989FFEBD43344E , 0x019608E1BC7571E7894F89B705ABB709 , 0x019608E1B0F1714DA5A3B3A55B91792A , 0x019608E1AA227024BCEF4CAB43947E00 , 0x019608E1E25C73C3BB8B7CCEA8C78A17 , 0x019608E1ACF0723AA7D0D4DAA0801D43 , 0x019608E1AD0171B78C1B2A38AE83EBF8 ));
Copy
62
3.58 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.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 (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` WHERE `property_group_option` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 –\x08 áo¿qᶀÍ\x02 :¼õ¾ "
b"\x01 –\x08 ápîqÊ•è@>ê€Ó® "
b"\x01 –\x08 áq\x1D r‹‹;\r §¥r\x12 3 "
b"\x01 –\x08 áq3qçɢJ\x1F\x12 ¤e "
]
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.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 (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` WHERE `property_group_option` . `id` IN (0x019608E16FBF71E1B680CD023ABCF5BE , 0x019608E170EE71CA95E8403EEA80D3AE , 0x019608E1711D728B8B3B0DA7A5721233 , 0x019608E1713371C3A7C9A24A1F12A465 );
Copy
63
1.55 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 û\x08 ßįpóüö\x00 aIΩ\x06 "
b"\x01 û\x08 ßÉws5Ñÿƒ■¢C4N "
b"\x01 –\x08 á‘žpAŠŠLMk\x1A O` "
b"\x01 û\x08 ßÖ7pWüíLMÓY6õ "
b"\x01 û\x08 ßáápƒè\v\x07 øÅÔ\x1F ) "
b"\x01 û\x08 ßáãqqê╬JüçÕ\r ¡ "
b"\x01 –\x08 ᥀r[¨Ù”Gìów\r "
b"\x01 –\x08 áª"p$¼ïL«C”~\x00 "
b"\x01 û\x08 ߬2sæؼ.¨q╔̨ "
b"\x01 –\x08 á¬ðr:§ÐÔÚ €\x1D C "
b"\x01 –\x08 á\x01 q·Œ\e *8®ƒëø "
b"\x01 –\x08 á®,p~º„Uú|\x1A /\x7F "
b"\x01 –\x08 á°ñqM¥£³¥[‘y* "
b"\x01 –\x08 á±\x17 s\x1F Š¬&L[›é "
b"\x01 –\x08 á¶Ñs.™&ÈS™ãÍ8 "
b"\x01 –\x08 á¸Jp÷Œ¹”\r Fˆáà "
b"\x01 –\x08 ṯr\x16 ˜¸\x01 Li\x05 ½I "
b"\x01 –\x08 á¼uqç‰O‰·\x05 «·\t "
b"\x01 –\x08 áÌ"pg¶(ÃÞ¯èt0 "
b"\x01 –\x08 áÐ\x19 qê‰ÜâÐÒ¹¯× "
b"\x01 –\x08 áÐLr~“‹®Êx}D "
b"\x01 û\x08 ßÌMqPí»6ÅÜ\r [\x03 "
b"\x01 –\x08 áâ\sû‹|ΨNJ\x17 "
b"\x01 û\x08 ßÒtsß░5<ðqõÉ, "
b"\x01 û\x08 ßÖ4qØ╝Rÿ\x7F\x07 ]ðÕ "
]
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 (0x019608E18EEE70A28194006149D7B806 , 0x019608E190777335A5989FFEBD43344E , 0x019608E1919E70418A8A4C4D6B1A4F60 , 0x019608E19937705781A14C4DE05936E4 , 0x019608E1A0A0709F8A0B079B8FE21F29 , 0x019608E1A0C6717188CE4A8187E50DAD , 0x019608E1A580725BA8D99447ECF3770D , 0x019608E1AA227024BCEF4CAB43947E00 , 0x019608E1AA3273919DAC2EF971C9DEF9 , 0x019608E1ACF0723AA7D0D4DAA0801D43 , 0x019608E1AD0171B78C1B2A38AE83EBF8 , 0x019608E1AE2C707EBA8455FA7C1A2F7F , 0x019608E1B0F1714DA5A3B3A55B91792A , 0x019608E1B117731F8AAC264C5BC29BE9 , 0x019608E1B6D1732E9926C85399E3CD38 , 0x019608E1B84A70F78CB9940D4688E1E0 , 0x019608E1B9AF721698B8014C6905BD49 , 0x019608E1BC7571E7894F89B705ABB709 , 0x019608E1CC227067B628C3DEAFE87430 , 0x019608E1D01971EA89DCE2D0D2B9AFD7 , 0x019608E1D04C727E93AD8BAECA787D44 , 0x019608E1DE4D7150A1AF368F9A0D5B03 , 0x019608E1E25C73C3BB8B7CCEA8C78A17 , 0x019608E1E37473E1B0353CD071E4902C , 0x019608E19934719DBC52987F075DD0E5 )));
Copy
64
0.53 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
65
2.69 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 –\x08 áptpS“ó\x14 哧\x08 : "
b"\x01 –\x08 áq\x1D r‹‹;\r §«,r× "
b"\x01 û\x08 ßptpSô¾\x14 Õìw·B "
b"\x01 –\x08 áptpS“ó\x14 åÓ-»f "
b"\x01 –\x08 áq\x1D r‹‹;\r §£U$— "
b"\x01 –\x08 áolrA¸ï“S=\x17 qÉ "
b"\x01 û\x08 ßq\x1D rïï;\r ºÑ/ü╝ "
b"\x01 –\x08 áolrA¸ï“S>\x13 Œš "
b"\x01 –\x08 áolrA¸ï“S7‘p> "
b"\x01 –\x08 áq\x1D r‹‹;\r §¤\x1A bn "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 Q└BÅ "
b"\x01 –\x08 áp\x17 s=¹Éôz=\x01 uï "
b"\x01 –\x08 ápõrð´¬a̼ü\r ú "
b"\x01 –\x08 áq3qçɢJ&|îm "
b"\x01 –\x08 áo¿qᶀÍ\x02 :Z'ÿ "
b"\x01 –\x08 áp\x17 s=¹Éôz>ë_û "
b"\x01 –\x08 áp\x17 s=¹ÉôzS\x04\x04 É "
b"\x01 û\x08 ßq3q├º╔óJ,ÅÖ╠ "
b"\x01 –\x08 áq3qçɢJ(KZ\x07 "
b"\x01 –\x08 ápõrð´¬a̾\x04 Tþ "
b"\x01 –\x08 ápõrð´¬aÌÄ©ê- "
b"\x01 –\x08 ápõrð´¬aÌÃšï´ "
b"\x01 –\x08 áo¿qᶀÍ\x02 :¼õ¾ "
b"\x01 –\x08 ápîqÊ•è@>ê€Ó® "
b"\x01 –\x08 áq\x1D r‹‹;\r §¥r\x12 3 "
b"\x01 –\x08 áq3qçɢJ\x1F\x12 ¤e "
b"\x01 –\x08 áq\x1D r‹‹;\r §Ÿ\x03 ó\n "
b"\x01 –\x08 ápîqÊ•è@>étè: "
b"\x01 –\x08 ápîqÊ•è@>ê\x18 <Ž "
b"\x01 –\x08 ápîqÊ•è@>é²ƒÌ "
b"\x01 –\x08 áq3qçɢJ*ë\x01 \ "
b"\x01 –\x08 áq3qçɢJ\x1F •I "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1E 䂤 "
b"\x01 –\x08 áo¿qᶀÍ\x02 $Ë#2 "
b"\x01 –\x08 áp\x17 s=¹Éôzf_”i "
b"\x01 –\x08 ápÉpã°YÓ4\t\x7F Ê\x0E "
b"\x01 –\x08 ápÉpã°YÓ4\t øãf "
b"\x01 –\x08 ápÉpã°YÓ4\r ùÀÅ "
b"\x01 –\x08 ápÉpã°YÓ4\x08 TÞŽ "
b"\x01 –\x08 áp\x17 s=¹Éôz?\x0F £³ "
b"\x01 –\x08 áp\x17 s=¹Éôzm8ÀÇ "
b"\x01 –\x08 áptpS“ó\x14 å˜sPw "
b"\x01 –\x08 ápõrð´¬aÌÆj\x15 ± "
b"\x01 –\x08 áq3qçɢJ o%™ "
b"\x01 û\x08 ßptpSô¾\x14 Õ╩ììZ "
b"\x01 –\x08 áptpS“ó\x14 媫ðg "
b"\x01 –\x08 ápõrð´¬a̼\x14\x07 ¶ "
b"\x01 –\x08 áq3qçɢJ+ÂXn "
b"\x01 –\x08 áq3qçɢJ\x1C í\x01 « "
b"\x01 –\x08 áq3qçɢJ%m†\x16 "
b"\x01 –\x08 áq\x1D r‹‹;\r § ”»\x13 "
b"\x01 –\x08 áq\x1D r‹‹;\r §ªñ×> "
b"\x01 –\x08 áptpS“ó\x14 åœ\x08 "\n "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡'&ˆ\x04 "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡ \x1E\x1D\x07 "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡\x17 ±wê "
b"\x01 –\x08 áptpS“ó\x14 呈ì@ "
b"\x01 –\x08 áo¿qᶀÍ\x02 ^ÿàl "
b"\x01 –\x08 ápÉpã°YÓ4\x06 Ìyà "
b"\x01 –\x08 áq3qçɢJ'e„ý "
b"\x01 –\x08 ápÉpã°YÓ4\r \x02 ô\r "
b"\x01 –\x08 ápÉpã°YÓ4\v ³†\v "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 ñ\x03\x02 "
b"\x01 –\x08 áq3qçɢJ#Á\x04 Ù "
b"\x01 –\x08 áp\x17 s=¹Éôz-©ç™ "
b"\x01 û\x08 ßq\x05 q\x06 Ü{§ç\x1C صì "
b"\x01 –\x08 áp\x17 s=¹Éôz8\x13\e\x05 "
b"\x01 –\x08 áp\x17 s=¹ÉôzL÷\x11 & "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡\x18 ›,_ "
b"\x01 û\x08 ßq3q├º╔óJ-íØ▀ "
b"\x01 –\x08 áq3qçɢJ$Œ0W "
b"\x01 –\x08 áq3qçɢJ\x1D [\x1F ö "
b"\x01 –\x08 ápÉpã°YÓ4\x12 ŒŸ) "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 òj\x0E\x12 "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 ìÑ,a "
b"\x01 –\x08 ápÉpã°YÓ4\x0F ¡Ñ™ "
b"\x01 û\x08 ßp╔pÒ░YË4\x06 ìXÅ "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 ì°\x08 “ "
b"\x01 –\x08 ápõrð´¬aÌÃÀ,– "
b"\x01 –\x08 áq\x1D r‹‹;\r §¡\x01 ç. "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 ïÙ\x1F Ó "
b"\x01 –\x08 ápõrð´¬aÌÄ8ÏG "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡\x1A †©\x16 "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡ ËP¬ "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡)Ûæ. "
b"\x01 –\x08 áolrA¸ï“S\x10 é\x01 ¢ "
b"\x01 –\x08 ápõrð´¬aÌ¿ŠÜ\x0E "
b"\x01 –\x08 ápõrð´¬aÌ¿3…Œ "
b"\x01 û\x08 ßolrA©´ôS\f Øh│ "
b"\x01 –\x08 áolrA¸ï“S$Ö\x12 1 "
b"\x01 û\x08 ßp§r┤¼a╠╝¡┼ì "
b"\x01 –\x08 áokqЫúqža“Þ\x12 "
b"\x01 –\x08 áolrA¸ï“S\x13 vXT "
b"\x01 –\x08 áolrA¸ï“S?\v ä\x0E "
b"\x01 –\x08 áo¿qᶀÍ\x02 X½ÍÐ "
b"\x01 –\x08 áo¿qᶀÍ\x02 \hLb "
b"\x01 –\x08 áp\x17 s=¹ÉôzX_¶µ "
b"\x01 –\x08 áp\x17 s=¹Éôz^KW6 "
b"\x01 –\x08 áp\x17 s=¹Éôz_\x11\x01 æ "
b"\x01 –\x08 áptpS“ó\x14 åÄç\x03 f "
b"\x01 –\x08 áolrA¸ï“S\x0E NGs "
b"\x01 –\x08 áolrA¸ï“S\x0E ˆÜm "
b"\x01 –\x08 áolrA¸ï“S/â›\x0E "
b"\x01 –\x08 áo¿qᶀÍ\x02\e \\x00 z "
b"\x01 –\x08 áokqЫúqžg\x06 µl "
b"\x01 –\x08 áolrA¸ï“S\f #òB "
b"\x01 û\x08 ßolrA©´ôS-Ç«ì "
b"\x01 –\x08 áo¿qᶀÍ\x02 Dƒ¿_ "
b"\x01 –\x08 áo¿qᶀÍ\x02 JW¿Ü "
b"\x01 –\x08 áo¿qᶀÍ\x02 P=GG "
b"\x01 –\x08 áp\x17 s=¹ÉôzlŠ¡Ì "
b"\x01 –\x08 áolrA¸ï“S\x19 ðøe "
b"\x01 –\x08 áolrA¸ï“S+*jf "
b"\x01 –\x08 áolrA¸ï“S@Fa³ "
b"\x01 –\x08 áo¿qᶀÍ\x02 +áÈz "
b"\x01 –\x08 áo¿qᶀÍ\x02 N¯Ÿ´ "
b"\x01 –\x08 áo¿qᶀÍ\x02 U\x14 ⃠"
b"\x01 û\x08 ßp\x17 s=╣╔¶z1ìW\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz^Yå› "
b"\x01 –\x08 áp\x17 s=¹Éôzcæˆç "
b"\x01 –\x08 áptpS“ó\x14 å©&Šn "
b"\x01 –\x08 áolrA¸ï“S\x11 t%\x0E "
b"\x01 –\x08 áolrA¸ï“S\x1C ™»\x1C "
b"\x01 –\x08 áolrA¸ï“S&Ö¬\x1A "
b"\x01 –\x08 áolrA¸ï“S\x10 â> "
b"\x01 –\x08 áolrA¸ï“S0§bm "
b"\x01 –\x08 áolrA¸ï“S6´7Ú "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 =É\x02 e "
b"\x01 –\x08 áo¿qᶀÍ\x02 Y8¿Y "
b"\x01 –\x08 áo¿qᶀÍ\x02 _\x1D /6 "
b"""
\x01 –\x08 áp\x17 s=¹Éôz,\n
ÀÚ
"""
b"\x01 –\x08 áp\x17 s=¹ÉôzSÉÈŠ "
b"\x01 –\x08 áokqЫúqž`—æ} "
b"\x01 –\x08 áolrA¸ï“S%\x10 f\x01 "
b"\x01 –\x08 áo¿qᶀÍ\x02 (1\v < "
b"\x01 –\x08 áokqЫúqže\x0F ‚ç "
b"\x01 –\x08 áolrA¸ï“S\x03 $ì— "
b"\x01 –\x08 áolrA¸ï“S'\x17 V‚ "
b"\x01 –\x08 áo¿qᶀÍ\x02 -$mN "
b"\x01 –\x08 áo¿qᶀÍ\x02 -«á¶ "
b"\x01 –\x08 áolrA¸ï“S\x1E 5E3 "
b"\x01 –\x08 áolrA¸ï“S* ìK "
b"\x01 –\x08 áolrA¸ï“S4\x0E +u "
b"\x01 –\x08 áo¿qᶀÍ\x02 VY·< "
b"\x01 –\x08 áp\x17 s=¹Éôz+BÆ[ "
b"\x01 –\x08 áp\x17 s=¹Éôz8îo€ "
b"\x01 –\x08 áp\x17 s=¹Éôz;\x06 èÞ "
b"\x01 –\x08 áolrA¸ï“S\x01 ñó\x13 "
b"\x01 –\x08 áolrA¸ï“S4²±“ "
b"\x01 –\x08 áolrA¸ï“S@@±n "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 '¥‹ "
b"\x01 –\x08 áolrA¸ï“S\x1F ØÄO "
b"\x01 –\x08 áolrA¸ï“S:Òg@ "
b"\x01 –\x08 áolrA¸ï“S@¿—± "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1C ‹uÎ "
b"\x01 –\x08 áo¿qᶀÍ\x02 Såé\x15 "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 Z│\x17 Å "
b"\x01 –\x08 áolrA¸ï“S\x0E ±š* "
b"\x01 –\x08 áolrA¸ï“S-.Ì\e "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1F A ; "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 "_MØ "
b"\x01 –\x08 áp\x17 s=¹ÉôzJ†0ö "
b"\x01 û\x08 ßolrA©´ôR │8ì "
b"\x01 –\x08 áolrA¸ï“S\x05 0ؘ "
b"\x01 –\x08 áolrA¸ï“S\x1A\t ‡$ "
b"\x01 –\x08 áo¿qᶀÍ\x02 '«û! "
b"\x01 –\x08 áo¿qᶀÍ\x02 -ðóL "
b"\x01 –\x08 áp\x17 s=¹Éôzi2QÓ "
b"\x01 –\x08 áolrA¸ï“Rþø\x16 "
b"\x01 –\x08 áolrA¸ï“S\x00 aá+ "
b"\x01 –\x08 áolrA¸ï“S\x05 Ê\- "
b"\x01 –\x08 áo¿qᶀÍ\x02 FTäÎ "
b"\x01 –\x08 áp\x17 s=¹Éôz4ƒ\x03 W "
b"\x01 –\x08 áp\x17 s=¹Éôzn\x16\x00 b "
b"\x01 –\x08 áptpS“ó\x14 åÖxÇr "
b"\x01 –\x08 áolrA¸ï“S\x1D Cú5 "
b"\x01 –\x08 áolrA¸ï“S\x1E }ä¹ "
b"\x01 –\x08 áo¿qᶀÍ\x02 <{]x "
b"\x01 –\x08 áp\x17 s=¹ÉôzA·%Ì "
b"\x01 –\x08 áolrA¸ï“S:0¦è "
b"\x01 –\x08 áolrA¸ï“S:”Ï\x14 "
b"\x01 –\x08 áo¿qᶀÍ\x02 2Î\x14 T "
b"\x01 –\x08 áo¿qᶀÍ\x02 8|_y "
b"\x01 –\x08 áo¿qᶀÍ\x02 UØó "
b"\x01 –\x08 áp\x17 s=¹Éôz!t\x01 Ù "
b"\x01 –\x08 áp\x17 s=¹Éôz)Üs£ "
b"\x01 –\x08 áp\x17 s=¹ÉôzaOS\x0E "
b"\x01 û\x08 ßokqð½·q×`ÉÕd "
b"\x01 –\x08 áolrA¸ï“Rþ@{x "
b"\x01 –\x08 áolrA¸ï“S\x1C -\x05 ^ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x12 Û\x17 ú "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1F Tñ9 "
b"\x01 –\x08 áo¿qᶀÍ\x02 5\x1C Fí "
b"\x01 –\x08 áolrA¸ï“S\t û¡È "
b"\x01 –\x08 áo¿qᶀÍ\x02 # \x11\x12 "
b"\x01 û\x08 ßp\x17 s=╣╔¶z5\Nì "
b"\x01 –\x08 áp\x17 s=¹Éôz;î?ž "
b"\x01 –\x08 áokqЫúqžcª®ž "
b"\x01 –\x08 áolrA¸ï“S<OÍé "
b"\x01 –\x08 áo¿qᶀÍ\x02 !ë\x01 Ž "
b"\x01 –\x08 áp\x17 s=¹Éôze‰a& "
b"\x01 –\x08 áokqЫúqžfIÑõ "
b"\x01 û\x08 ßolrA©´ôS\x04 Åß@ "
b"\x01 –\x08 áolrA¸ï“S8Œ6¿ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1A EÛE "
b"\x01 –\x08 áo¿qᶀÍ\x02 E´·\x1E "
b"\x01 –\x08 áo¿qᶀÍ\x02 Oc¢Û "
b"\x01 –\x08 áp\x17 s=¹Éôz5µ/½ "
b"\x01 –\x08 áolrA¸ï“S\x17 ”\x0F\x03 "
b"\x01 –\x08 áolrA¸ï“S\x1C [œÚ "
b"\x01 –\x08 áolrA¸ï“S0Q§¡ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x19 9±& "
b"\x01 –\x08 áo¿qᶀÍ\x02 A5çX "
b"\x01 –\x08 áo¿qᶀÍ\x02 Gl…X "
b"\x01 –\x08 áolrA¸ï“S(È·7 "
b"\x01 –\x08 áo¿qᶀÍ\x02 )\f ʨ "
b"\x01 –\x08 áo¿qᶀÍ\x02 H\x7F HŽ "
b"\x01 –\x08 áo¿qᶀÍ\x02 ^‰½Ž "
b"\x01 –\x08 áp\x17 s=¹Éôz0}\x07 ¸ "
b"\x01 –\x08 áp\x17 s=¹ÉôzeK\x01 F "
b"\x01 –\x08 áo¿qᶀÍ\x02 Aá\x16 b "
b"\x01 –\x08 áp\x17 s=¹ÉôznÛBm "
b"\x01 –\x08 áolrA¸ï“RûqÔƒ "
b"\x01 –\x08 áolrA¸ï“S\x1D ”Òø "
b"\x01 –\x08 áolrA¸ï“S&Y˜Î "
b"\x01 –\x08 áo¿qᶀÍ\x02 *Ê~A "
b"\x01 –\x08 áp\x17 s=¹Éôz=©\v\x02 "
b"\x01 –\x08 áolrA¸ï“S.øt¬ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x18 ì‡\x0F "
b"\x01 –\x08 áo¿qᶀÍ\x02 &àò\x15 "
b"\x01 –\x08 áp\x17 s=¹ÉôzXþ4A "
b"\x01 –\x08 áptpS“ó\x14 åÅÞµå "
b"\x01 –\x08 áolrA¸ï“S\e ï–J "
b"\x01 –\x08 áolrA¸ï“S"\x04 ¹¬ "
b"\x01 –\x08 áolrA¸ï“S'×Gˆ "
b"\x01 –\x08 áo¿qᶀÍ\x02 >^²’ "
b"\x01 –\x08 áo¿qᶀÍ\x02 F –0 "
b"\x01 –\x08 áp\x17 s=¹ÉôzEúÕÕ "
b"\x01 –\x08 áp\x17 s=¹ÉôzF\r A\x05 "
b"\x01 –\x08 áptpS“ó\x14 å¬âgÈ "
b"\x01 –\x08 áokqЫúqžbä\r ¹ "
b"\x01 –\x08 áo¿qᶀÍ\x02 ;¬¹P "
b"\x01 –\x08 áo¿qᶀÍ\x02 Jm™ÿ "
b"\x01 –\x08 áolrA¸ï“S,\x0F &ò "
b"\x01 –\x08 áolrA¸ï“S>»AÞ "
b"\x01 –\x08 áokqЫúqžjùP¼ "
b"\x01 –\x08 áolrA¸ï“S\x14 c8^ "
b"\x01 –\x08 áo¿qᶀÍ\x02 >àb¹ "
b"\x01 û\x08 ßp\x17 s=╣╔¶zOü└Ó "
b"\x01 –\x08 áp\x17 s=¹Éôzjœø\x01 "
b"\x01 –\x08 áolrA¸ï“S5Í ¸ "
b"\x01 –\x08 áo¿qᶀÍ\x02 R†‚¬ "
b"\x01 –\x08 áp\x17 s=¹Éôz1y’q "
b"\x01 –\x08 áp\x17 s=¹Éôz:c–… "
b"\x01 –\x08 áptpS“ó\x14 åÉ'ZÒ "
b"\x01 –\x08 áokqЫúqži°€c "
b"\x01 –\x08 áolrA¸ï“S\x1E 9\x18 b "
b"\x01 –\x08 áo¿qᶀÍ\x02 MTO\x07 "
b"\x01 –\x08 áp\x17 s=¹ÉôzUOr# "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1E Y{É "
b"\x01 –\x08 áo¿qᶀÍ\x02 0&ûV "
b"\x01 –\x08 áolrA¸ï“Rü\x1C Ig "
b"\x01 –\x08 áolrA¸ï“S!7H¶ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x13\x11 ¤v "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1F «Üi "
b"\x01 –\x08 áp\x17 s=¹Éôz[\x16 ¿Ö "
b"\x01 û\x08 ßp\x17 s=╣╔¶zo%áØ "
b"\x01 û\x08 ßptpSô¾\x14 ÕÅ-¾╚ "
b"\x01 –\x08 áokqЫúqžjÎSD "
b"\x01 –\x08 áolrA¸ï“S\x18 W\x06 ÿ "
b"\x01 –\x08 áo¿qᶀÍ\x02 E'í‘ "
b"\x01 –\x08 áolrA¸ï“S\x17\x05 "ã "
b"\x01 –\x08 áo¿qᶀÍ\x02 3Ж§ "
b"\x01 –\x08 áo¿qᶀÍ\x02 >jå\x02 "
b"\x01 –\x08 áp\x17 s=¹ÉôzLI¦_ "
b"\x01 –\x08 áp\x17 s=¹Éôzjã~, "
b"\x01 û\x08 ßptpSô¾\x14 ÕÂÉþÆ "
b"\x01 –\x08 áolrA¸ï“S\x07 ]}9 "
b"\x01 –\x08 áolrA¸ï“S1^\r ” "
b"\x01 –\x08 áolrA¸ï“S3ê\x08 ‡ "
b"\x01 –\x08 áo¿qᶀÍ\x02 9r\x7F [ "
b"\x01 –\x08 áo¿qᶀÍ\x02 HAÙ\x1E "
b"\x01 –\x08 áo¿qᶀÍ\x02 [2[\x7F "
b"\x01 –\x08 áp\x17 s=¹ÉôzGL\x06 [ "
b"\x01 –\x08 áp\x17 s=¹ÉôzZ\x1C ¦ü "
b"\x01 –\x08 áo¿qᶀÍ\x02 J@?Õ "
b"\x01 –\x08 áp\x17 s=¹Éôzm\x1F\x05 Ì "
b"\x01 –\x08 áolrA¸ï“S\v\x1A C° "
b"\x01 –\x08 áolrA¸ï“S\r VPW "
b"\x01 –\x08 áo¿qᶀÍ\x02 IŒ+1 "
b"\x01 –\x08 áo¿qᶀÍ\x02 ,à\f ¬ "
b"\x01 –\x08 áolrA¸ï“S\x03 ñ[k "
b"\x01 –\x08 áolrA¸ï“S\v *¢! "
b"\x01 –\x08 áolrA¸ï“S)Ò–Ë "
b"\x01 –\x08 áo¿qᶀÍ\x02 1Õ\x12 æ "
b"\x01 –\x08 áolrA¸ï“S\x1A –àÔ "
b"\x01 –\x08 áp\x17 s=¹Éôz6C%ê "
b"\x01 –\x08 áolrA¸ï“S"{ÙÓ "
b"\x01 û\x08 ßo┐qßÂÇ═\x02\x1A ü┘ï "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1C\x0E £- "
b"\x01 –\x08 áolrA¸ï“S6Úd¶ "
b"\x01 –\x08 áolrA¸ï“S=–&‚ "
b"\x01 –\x08 áo¿qᶀÍ\x02 5\x02 Ùj "
b"\x01 –\x08 áp\x17 s=¹Éôz;@Å# "
b"\x01 –\x08 áp\x17 s=¹ÉôzP"á\x00 "
b"\x01 –\x08 áolrA¸ï“S,óyè "
b"\x01 –\x08 áo¿qᶀÍ\x02 ImIç "
b"\x01 –\x08 áolrA¸ï“S 7òè "
b"\x01 –\x08 áo¿qᶀÍ\x02\x13 OJ\x00 "
b"\x01 –\x08 áo¿qᶀÍ\x02 >×\x17 \ "
b"\x01 –\x08 áokqЫúqžd0ÁË "
b"\x01 –\x08 áolrA¸ï“S\e ›Mu "
b"\x01 –\x08 áo¿qᶀÍ\x02 \¬i² "
b"\x01 –\x08 áolrA¸ï“S*\x18 &Ç "
b"\x01 –\x08 áo¿qᶀÍ\x02 @[õ! "
b"\x01 –\x08 áo¿qᶀÍ\x02 XYrñ "
b"\x01 –\x08 áp\x17 s=¹Éôz.×Lq "
b"\x01 –\x08 áp\x17 s=¹ÉôzIÕUp "
b"\x01 û\x08 ßptpSô¾\x14 ÕØÄ>\x18 "
b"\x01 –\x08 áolrA¸ï“S\x15 U†é "
b"\x01 –\x08 áokqЫúqžf/Œï "
b"\x01 –\x08 áolrA¸ï“S\v\x04 B* "
b"\x01 –\x08 áo¿qᶀÍ\x02 #Ñ•õ "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 )Å°\x05 "
b"\x01 –\x08 áo¿qᶀÍ\x02 A펻 "
b"\x01 –\x08 áokqЫúqž_ùY2 "
b"\x01 –\x08 áo¿qᶀÍ\x02 0 +å "
b"\x01 –\x08 áo¿qᶀÍ\x02 ]ÖÒã "
b"\x01 –\x08 áolrA¸ï“S,‰eÊ "
b"\x01 –\x08 áp\x17 s=¹ÉôzI ¤À "
b"\x01 –\x08 áolrA¸ï“S\x04 ñ\x0E „ "
b"\x01 –\x08 áo¿qᶀÍ\x02 %ŒÉ "
b"\x01 –\x08 áo¿qᶀÍ\x02 C—L8 "
b"\x01 –\x08 áo¿qᶀÍ\x02 Lšû² "
b"\x01 –\x08 áolrA¸ï“S\x08\x12 Ýë "
b"\x01 –\x08 áo¿qᶀÍ\x02\x15 ¶à< "
b"\x01 –\x08 áo¿qᶀÍ\x02 Š\x1A Q "
b"\x01 –\x08 áo¿qᶀÍ\x02 8\x10 ]¹ "
b"\x01 –\x08 áp\x17 s=¹Éôz;¡ÊÄ "
b"\x01 –\x08 áp\x17 s=¹Éôzc\x06 Çz "
b"\x01 –\x08 áptpS“ó\x14 å\x08 çŒ "
b"\x01 –\x08 áolrA¸ï“S1Ø´Ã "
b"\x01 –\x08 áo¿qᶀÍ\x02 3{F¶ "
b"\x01 –\x08 áo¿qᶀÍ\x02 _ óG "
b"\x01 –\x08 áokqЫúqžgæç\x0F "
b"\x01 –\x08 áolrA¸ï“S.\x1F\x08 * "
b"\x01 –\x08 áo¿qᶀÍ\x02 9Ý"H "
b"\x01 –\x08 áo¿qᶀÍ\x02 Eµ;\x08 "
b"\x01 –\x08 áp\x17 s=¹Éôz$Îf2 "
b"\x01 –\x08 áp\x17 s=¹Éôz2ñ‹Y "
b"\x01 –\x08 áp\x17 s=¹ÉôzDÙž\n "
b"\x01 –\x08 áokqЫúqža\x15 ÙŠ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 è±Ù "
b"\x01 –\x08 áokqЫúqž`ùáR "
b"\x01 –\x08 áolrA¸ï“S5\x17 ýM "
b"\x01 –\x08 áo¿qᶀÍ\x02 1&Ð\x06 "
b"\x01 –\x08 áp\x17 s=¹Éôz4 ô$ "
b"\x01 –\x08 áptpS“ó\x14 åÀ\x05 ù× "
b"\x01 –\x08 áolrA¸ï“S6C#^ "
b"\x01 –\x08 áolrA¸ï“S\e\x19 ç< "
b"\x01 –\x08 áo¿qᶀÍ\x02 P•\x1A\x1C "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 PØS, "
b"\x01 –\x08 áp\x17 s=¹ÉôzDx\x17 „ "
b"\x01 –\x08 áokqЫúqžbç€\n "
b"\x01 –\x08 áo¿qᶀÍ\x02 *MDà "
b"\x01 –\x08 áo¿qᶀÍ\x02 P®\x1A v "
b"\x01 –\x08 áp\x17 s=¹ÉôzJZ³¢ "
b"\x01 –\x08 áp\x17 s=¹Éôz[ÈŽW "
b"""
\x01 –\x08 áolrA¸ï“S\n
Ÿ6Ü
"""
b"\x01 –\x08 áolrA¸ï“S(öqh "
b"\x01 –\x08 áo¿qᶀÍ\x02 [_59 "
b"\x01 –\x08 áolrA¸ï“S\x12\x16 t¡ "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 .Ø2B "
b"\x01 –\x08 áo¿qᶀÍ\x02 T2Uo "
b"\x01 –\x08 áp\x17 s=¹ÉôzC¿9E "
b"\x01 –\x08 áp\x17 s=¹ÉôzFj(\x07 "
b"\x01 û\x08 ßolrA©´ôS\r 4Å\x12 "
b"\x01 –\x08 áolrA¸ï“S3‘4S "
b"\x01 –\x08 áolrA¸ï“S\x01\x17 Äq "
b"\x01 –\x08 áolrA¸ï“S:1Ù§ "
b"\x01 –\x08 áo¿qᶀÍ\x02 &Òg( "
b"""
\x01 –\x08 áp\x17 s=¹Éôzi\n
,à
"""
b"\x01 –\x08 áolrA¸ï“S<0tw "
b"\x01 –\x08 áo¿qᶀÍ\x02 YýÇp "
b"\x01 –\x08 áo¿qᶀÍ\x02 ^Ñt† "
b"\x01 –\x08 áokqЫúqžh{ñ< "
b"\x01 –\x08 áo¿qᶀÍ\x02 GãBÝ "
b"""
\x01 –\x08 áolrA¸ï“S\x1F 8\n
F
"""
b"\x01 –\x08 áo¿qᶀÍ\x02\x14 ô¹$ "
b"\x01 –\x08 áolrA¸ï“S%ä#ý "
b"\x01 û\x08 ßolrA©´ôS4®Åu "
b"\x01 –\x08 áp\x17 s=¹Éôz2—š\x1E "
b"\x01 –\x08 áp\x17 s=¹ÉôzM›£M "
b"\x01 –\x08 áolrA¸ï“S\x12 }<Z "
b"\x01 –\x08 áp\x17 s=¹ÉôzkÈ…\x19 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 ?ݪ "
b"\x01 –\x08 áp\x17 s=¹ÉôzE\x08 }@ "
b"\x01 –\x08 áp\x17 s=¹Éôzkçi\x1C "
b"\x01 –\x08 áptpS“ó\x14 å±Är\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz>X‚& "
b"\x01 –\x08 áp\x17 s=¹ÉôzGã\x17 I "
b"\x01 –\x08 áp\x17 s=¹ÉôzPÕ„û "
b"\x01 –\x08 áp\x17 s=¹Éôz?¨\x05 ù "
b"\x01 –\x08 áp\x17 s=¹ÉôzN'y— "
b"\x01 –\x08 áp\x17 s=¹Éôz%”cI "
b"\x01 –\x08 áo¿qᶀÍ\x02 4\x1E î "
b"\x01 –\x08 áo¿qᶀÍ\x02 Q‡È! "
b"\x01 –\x08 áp\x17 s=¹ÉôzgÞ“ž "
b"\x01 –\x08 áo¿qᶀÍ\x02\x14 CÎü "
b"\x01 –\x08 áo¿qᶀÍ\x02\x11 Ï°\f "
b"\x01 –\x08 áo¿qᶀÍ\x02 Eµü\n "
b"\x01 –\x08 áolrA¸ï“S?N•Õ "
b"\x01 –\x08 áo¿qᶀÍ\x02 K2\x19\f "
b"\x01 –\x08 áolrA¸ï“S\x19\x00 FÉ "
b"\x01 –\x08 áolrA¸ï“S,X,u "
b"\x01 –\x08 áo¿qᶀÍ\x02 WÙ#ì "
b"\x01 –\x08 áolrA¸ï“S9M\x14\t "
b"\x01 –\x08 áo¿qᶀÍ\x02\e µðÊ "
b"\x01 –\x08 áolrA¸ï“S\x08 ýDó "
b"\x01 –\x08 áp\x17 s=¹Éôz`—àõ "
b"\x01 –\x08 áolrA¸ï“S\x02\x7F ¤Ô "
b"\x01 –\x08 áo¿qᶀÍ\x02 &2µ[ "
b"\x01 –\x08 áo¿qᶀÍ\x02 -÷\x05 e "
b"\x01 –\x08 áp\x17 s=¹Éôz$\x01 ¯8 "
b"\x01 –\x08 áolrA¸ï“S\x06 qï² "
b"\x01 –\x08 áptpS“ó\x14 å²ÖÇD "
b"\x01 –\x08 áo¿qᶀÍ\x02 W8çB "
b"\x01 –\x08 áolrA¸ï“S;Í¡y "
b"\x01 –\x08 áp\x17 s=¹Éôzmp»ï "
b"\x01 –\x08 áokqЫúqžb+m# "
b"\x01 –\x08 áo¿qᶀÍ\x02 [ q\x02 "
b"\x01 –\x08 áptpS“ó\x14 å—æBo "
b"\x01 û\x08 ßolrA©´ôS\f W¯ì "
b"\x01 –\x08 áo¿qᶀÍ\x02 FÜÃ+ "
b"\x01 –\x08 áo¿qᶀÍ\x02 \Ûˆß "
b"\x01 –\x08 áokqЫúqžj„†° "
b"\x01 –\x08 áolrA¸ï“S#>\x1A ‰ "
b"\x01 –\x08 áo¿qᶀÍ\x02 560n "
b"\x01 –\x08 áo¿qᶀÍ\x02 R&íM "
b"\x01 –\x08 áokqЫúqždJš3 "
b"\x01 –\x08 áp\x17 s=¹ÉôzCZ˜z "
b"\x01 –\x08 áokqЫúqž`Ìtk "
b"\x01 –\x08 áo¿qᶀÍ\x02 KÁ\x08 \ "
b"\x01 –\x08 áolrA¸ï“S\x0F 's; "
b"\x01 –\x08 áo¿qᶀÍ\x02 !>€‹ "
b"\x01 –\x08 áo¿qᶀÍ\x02 +/oç "
b"\x01 –\x08 áp\x17 s=¹Éôz)\x1F Œ5 "
b"\x01 –\x08 áo¿qᶀÍ\x02 \\t ®v "
b"\x01 –\x08 áp\x17 s=¹Éôz%à¿+ "
b"\x01 –\x08 áptpS“ó\x14 å¾ Ý‰ "
b"\x01 –\x08 áo¿qᶀÍ\x02 =p\f a "
b"\x01 –\x08 áokqЫúqžhûÚÁ "
b"\x01 –\x08 áo¿qᶀÍ\x02 (ëÁ~ "
b"\x01 –\x08 áolrA¸ï“S\t þˆ\x14 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x11 ýB# "
b"\x01 –\x08 áo¿qᶀÍ\x02 SW\x1F ã "
b"\x01 –\x08 áolrA¸ï“S6¥\x01 ¬ "
b"\x01 –\x08 áo¿qᶀÍ\x02 6÷8] "
b"\x01 –\x08 áp\x17 s=¹Éôz^òÙl "
b"\x01 –\x08 áo¿qᶀÍ\x02 4s¤\x1A "
b"\x01 –\x08 áp\x17 s=¹ÉôzS‘Ëi "
b"\x01 –\x08 áolrA¸ï“S8ŽÍ¿ "
b"\x01 –\x08 áo¿qᶀÍ\x02 />Mc "
b"\x01 –\x08 áptpS“ó\x14 å¥÷'\x1D "
b"\x01 –\x08 áp\x17 s=¹Éôz"pm2 "
b"\x01 –\x08 áp\x17 s=¹ÉôzVô^‚ "
b"\x01 –\x08 áptpS“ó\x14 åÓô*v "
b"\x01 –\x08 áo¿qᶀÍ\x02 *Ïm\x13 "
b"\x01 –\x08 áp\x17 s=¹Éôz/U‘ª "
b"\x01 –\x08 áo¿qᶀÍ\x02 7ë\x1A ¨ "
b"\x01 –\x08 áptpS“ó\x14 åÙ;\x10\x12 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1D ^.F "
b"\x01 –\x08 áp\x17 s=¹Éôz'hz: "
b"\x01 –\x08 áp\x17 s=¹ÉôzK‡{a "
b"\x01 –\x08 áptpS“ó\x14 åÒ.fß "
b"\x01 –\x08 áolrA¸ï“S2£-Q "
b"\x01 –\x08 áp\x17 s=¹ÉôzaÿãP "
b"\x01 –\x08 áp\x17 s=¹Éôz@ó\x1F j "
b"\x01 –\x08 áp\x17 s=¹ÉôzhYl² "
b"\x01 –\x08 áolrA¸ï“Rü‘*ò "
b"\x01 –\x08 áp\x17 s=¹ÉôzU\x0E Âv "
b"\x01 –\x08 áolrA¸ï“S"£\x12 O "
b"\x01 –\x08 áolrA¸ï“S\x15 hÚ\x19 "
b"\x01 –\x08 áolrA¸ï“Rüˆ¹r "
b"\x01 –\x08 áo¿qᶀÍ\x02 ?9çó "
b"\x01 –\x08 áo¿qᶀÍ\x02 Z'(\x15 "
b"\x01 û\x08 ßp\x17 s=╣╔¶zLŶ¡ "
b"\x01 –\x08 áp\x17 s=¹Éôzf\x1E èé "
b"\x01 û\x08 ßptpSô¾\x14 ÕÁ(Øô "
b"\x01 –\x08 áo¿qᶀÍ\x02 ?ó\x04\x08 "
b"\x01 –\x08 áp\x17 s=¹Éôz0Xîß "
b"\x01 –\x08 áptpS“ó\x14 åÏñ˜\r "
b"\x01 –\x08 áo¿qᶀÍ\x02 6\x1C jÿ "
b"\x01 –\x08 áptpS“ó\x14 å°ÊçA "
b"\x01 –\x08 áo¿qᶀÍ\x02 F&åê "
b"\x01 –\x08 áp\x17 s=¹ÉôzT1ï‚ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x16 ¨<ç "
b"\x01 –\x08 áptpS“ó\x14 å»çKl "
b"\x01 –\x08 áokqЫúqže\\x10 Z "
b"\x01 –\x08 áolrA¸ï“Rý|¹ð "
b"""
\x01 –\x08 áp\x17 s=¹Éôz/l\n
d
"""
b"\x01 –\x08 áp\x17 s=¹Éôzk‚’’ "
b"\x01 –\x08 áp\x17 s=¹ÉôzB‚‚¼ "
b"\x01 –\x08 áolrA¸ï“S#ø´; "
b"\x01 –\x08 áo¿qᶀÍ\x02 1d~ê "
b"\x01 –\x08 áo¿qᶀÍ\x02 MÈ%O "
b"\x01 –\x08 áp\x17 s=¹ÉôzMÆ\x13\t "
b"\x01 –\x08 áo¿qᶀÍ\x02 4*I "
b"\x01 –\x08 áptpS“ó\x14 å§@ý– "
b"\x01 –\x08 áp\x17 s=¹Éôz2ÜÖ" "
b"\x01 –\x08 áp\x17 s=¹Éôz/‚\x12 © "
b"\x01 û\x08 ßp\x17 s=╣╔¶z8ËÉ8 "
b"\x01 –\x08 áptpS“ó\x14 åÄs»[ "
b"\x01 –\x08 áp\x17 s=¹ÉôzG…»œ "
b"\x01 –\x08 áptpS“ó\x14 åÕ¦b1 "
b"\x01 –\x08 áp\x17 s=¹ÉôzNÞS5 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x16 Ë\x19 ¬ "
b"\x01 û\x08 ßptpSô¾\x14 ÕØì\x18 ╩ "
b"\x01 –\x08 áp\x17 s=¹Éôzj+ Î "
b"\x01 –\x08 áp\x17 s=¹Éôz#\x7F b© "
b"\x01 –\x08 áp\x17 s=¹Éôz`\x07 €< "
b"\x01 –\x08 áp\x17 s=¹ÉôzWT N "
b"\x01 –\x08 áp\x17 s=¹Éôz(CÌh "
b"\x01 –\x08 áp\x17 s=¹Éôz*?Px "
b"\x01 –\x08 áp\x17 s=¹Éôz"þ#r "
b"\x01 û\x08 ßp\x17 s=╣╔¶zgWyÅ "
b"\x01 –\x08 áptpS“ó\x14 å¬Åç# "
b"\x01 –\x08 áptpS“ó\x14 åº\x07 ÁL "
b"\x01 –\x08 áo¿qᶀÍ\x02 K\x13 bu "
b"\x01 –\x08 áp\x17 s=¹Éôz;\x15\x18 Ñ "
b"\x01 –\x08 áptpS“ó\x14 åÄð“Ô "
b"\x01 –\x08 áo¿qᶀÍ\x02 UH´™ "
b"\x01 –\x08 áp\x17 s=¹Éôz9‡Áy "
b"\x01 –\x08 áp\x17 s=¹Éôz3®7\x02 "
b"\x01 –\x08 áolrA¸ï“S\x10 \r 0¢ "
b"\x01 –\x08 áp\x17 s=¹Éôz]n·\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz2^ìË "
b"\x01 –\x08 áptpS“ó\x14 åÍ˺† "
b"\x01 –\x08 áp\x17 s=¹Éôz)Å0Ö "
b"\x01 –\x08 áptpS“ó\x14 å¹5&g "
b"\x01 –\x08 áptpS“ó\x14 åŒ:Þ\x16 "
b"\x01 –\x08 áp\x17 s=¹Éôz@\x0E ;– "
b"\x01 –\x08 áp\x17 s=¹Éôz<&2v "
b"\x01 –\x08 áp\x17 s=¹Éôzd©±ï "
b"\x01 –\x08 áp\x17 s=¹Éôz,Óv[ "
b"\x01 –\x08 áp\x17 s=¹Éôz0«ý\n "
b"\x01 –\x08 áptpS“ó\x14 åÉÝÃm "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1A ¤] "
b"\x01 û\x08 ßp\x17 s=╣╔¶z&É▀H "
b"\x01 –\x08 áptpS“ó\x14 åÃët] "
b"\x01 û\x08 ßp\x17 s=╣╔¶zREóì "
b"\x01 –\x08 áp\x17 s=¹Éôzb9nt "
b"\x01 –\x08 áptpS“ó\x14 åÙô)# "
b"\x01 –\x08 áptpS“ó\x14 壶-W "
b"\x01 –\x08 áptpS“ó\x14 å‹d\e Ç "
b"\x01 –\x08 áo¿qᶀÍ\x02 B©‡À "
b"\x01 –\x08 áp\x17 s=¹ÉôzV¼¦\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz:2\x18 Ð "
b"\x01 –\x08 áp\x17 s=¹ÉôzA¡O¦ "
b"\x01 –\x08 áp\x17 s=¹Éôz æ8è "
b"\x01 –\x08 áptpS“ó\x14 墺þ "
b"\x01 –\x08 áp\x17 s=¹ÉôzY¨”\x7F "
b"\x01 –\x08 áp\x17 s=¹ÉôzSR _ "
b"\x01 –\x08 áp\x17 s=¹ÉôzUÊ÷7 "
b"\x01 –\x08 áptpS“ó\x14 åÏ‹½« "
b"\x01 –\x08 áptpS“ó\x14 å¼\x0F Š "
b"\x01 –\x08 áp\x17 s=¹Éôz*réò "
b"\x01 û\x08 ßptpSô¾\x14 Õ«øü│ "
b"\x01 –\x08 áptpS“ó\x14 å½!>\x10 "
b"\x01 –\x08 áptpS“ó\x14 åŸWD¢ "
b"\x01 –\x08 áp\x17 s=¹Éôz\“ E "
b"""
\x01 –\x08 áp\x17 s=¹ÉôzJé\n
ó
"""
b"\x01 –\x08 áptpS“ó\x14 奃\f 9 "
b"\x01 –\x08 áolrA¸ï“S\x16\x0E ;| "
b"\x01 –\x08 áptpS“ó\x14 å°Á[® "
b"\x01 –\x08 áptpS“ó\x14 媢¶` "
b"\x01 –\x08 áptpS“ó\x14 åÆÙ|A "
b"\x01 –\x08 áptpS“ó\x14 åž×(y "
b"\x01 –\x08 áp\x17 s=¹ÉôzH\e ±{ "
b"\x01 –\x08 áp\x17 s=¹Éôz …Iå "
b"\x01 –\x08 áptpS“ó\x14 åµå\x16 6 "
b"\x01 –\x08 áptpS“ó\x14 å¥8¶“ "
b"\x01 –\x08 áp\x17 s=¹ÉôzRN\x15 œ "
b"\x01 –\x08 áp\x17 s=¹ÉôzH®…À "
b"\x01 –\x08 áp\x17 s=¹Éôz]ÝÏö "
b"\x01 –\x08 áptpS“ó\x14 嬕,z "
b"\x01 –\x08 áptpS“ó\x14 廊Á8 "
b"\x01 –\x08 áptpS“ó\x14 å¡ÏDü "
b"\x01 –\x08 áptpS“ó\x14 åŒ\x13 Â\x16 "
b"\x01 –\x08 áptpS“ó\x14 å©ŒiÀ "
b"\x01 –\x08 áp\x17 s=¹Éôz7(( "
b"\x01 –\x08 áptpS“ó\x14 åÃ*wÎ "
b"\x01 –\x08 áptpS“ó\x14 å¼"}é "
b"\x01 –\x08 áptpS“ó\x14 åš\x13 ò\x01 "
b"\x01 –\x08 áptpS“ó\x14 åšæ‡\ "
b"\x01 –\x08 áptpS“ó\x14 嘩èd "
b"\x01 –\x08 áp\x17 s=¹ÉôzW…¥Š "
b"\x01 û\x08 ßptpSô¾\x14 ÕìùÊw "
b"\x01 –\x08 áptpS“ó\x14 å×Y\x0F Ô "
b"\x01 –\x08 áp\x17 s=¹ÉôzZ\\x15 ÷ "
b"\x01 –\x08 áptpS“ó\x14 å®ñøB "
b"\x01 –\x08 áptpS“ó\x14 妌@˜ "
b"\x01 û\x08 ßp\x17 s=╣╔¶zQ╣Ø6 "
b"\x01 –\x08 áp\x17 s=¹ÉôzE\x02 ÔB "
b"\x01 –\x08 áp\x17 s=¹Éôzog¾U "
b"\x01 –\x08 áptpS“ó\x14 å¥üÔŠ "
b"\x01 –\x08 áptpS“ó\x14 圮)( "
b"\x01 –\x08 áptpS“ó\x14 åÊOÒ\x05 "
b"\x01 –\x08 áptpS“ó\x14 å‹Cà\x1C "
b"\x01 –\x08 áptpS“ó\x14 åÎ’œA "
b"\x01 û\x08 ßptpSô¾\x14 Õº!²Ø "
b"\x01 û\x08 ßptpSô¾\x14 ÕسÈy "
b"\x01 –\x08 áp\x17 s=¹Éôz.8\r * "
b"\x01 –\x08 áp\x17 s=¹Éôz2¸‰\e "
b"\x01 –\x08 áptpS“ó\x14 åªè§ó "
b"\x01 –\x08 áptpS“ó\x14 å˜^mn "
b"\x01 –\x08 áptpS“ó\x14 å’\f \Û "
b"\x01 –\x08 áptpS“ó\x14 å·0E` "
b"\x01 –\x08 áptpS“ó\x14 åÁgf1 "
b"\x01 –\x08 áptpS“ó\x14 å Ѿ• "
b"\x01 –\x08 áptpS“ó\x14 å¤èÏu "
b"\x01 –\x08 áptpS“ó\x14 å¤v=_ "
b"\x01 –\x08 áp\x17 s=¹ÉôznIå\x17 "
b"\x01 –\x08 áptpS“ó\x14 åÚ,Ýz "
b"\x01 –\x08 áptpS“ó\x14 峜ű "
b"\x01 –\x08 áptpS“ó\x14 嫉›\x05 "
b"\x01 –\x08 áptpS“ó\x14 å·í0~ "
b"\x01 –\x08 áptpS“ó\x14 åž1Éû "
b"\x01 –\x08 áptpS“ó\x14 å¨8"ø "
b"\x01 –\x08 áptpS“ó\x14 åÇÅj» "
]
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 (0x019608E17074705393F314E593A7083A , 0x019608E1711D728B8B3B0DA7AB2C72D7 , 0x019608E17074705393F314E58D77FA42 , 0x019608E17074705393F314E5D32DBB66 , 0x019608E1711D728B8B3B0DA7A3552497 , 0x019608E16F6C7241B8EF93533D1771C9 , 0x019608E1711D728B8B3B0DA7A52F81BC , 0x019608E16F6C7241B8EF93533E138C9A , 0x019608E16F6C7241B8EF93533791703E , 0x019608E1711D728B8B3B0DA7A41A626E , 0x019608E16FBF71E1B680CD0251C0428F , 0x019608E17017733DB9C9F47A3D0175EF , 0x019608E170F572F0B4AC61CCBCFC0DFA , 0x019608E1713371C3A7C9A24A267CEE6D , 0x019608E16FBF71E1B680CD023A5A27FF , 0x019608E17017733DB9C9F47A3EEB5FFB , 0x019608E17017733DB9C9F47A530404C9 , 0x019608E1713371C3A7C9A24A2C8F99CC , 0x019608E1713371C3A7C9A24A284B5A07 , 0x019608E170F572F0B4AC61CCBE0454FE , 0x019608E170F572F0B4AC61CCC4A9EA2D , 0x019608E170F572F0B4AC61CCC39AEFB4 , 0x019608E16FBF71E1B680CD023ABCF5BE , 0x019608E170EE71CA95E8403EEA80D3AE , 0x019608E1711D728B8B3B0DA7A5721233 , 0x019608E1713371C3A7C9A24A1F12A465 , 0x019608E1711D728B8B3B0DA79F03F30A , 0x019608E170EE71CA95E8403EE974E83A , 0x019608E170EE71CA95E8403EEA183C8E , 0x019608E170EE71CA95E8403EE9B283CC , 0x019608E1713371C3A7C9A24A2AEB015C , 0x019608E1713371C3A7C9A24A1FA09549 , 0x019608E16FBF71E1B680CD021EE482A4 , 0x019608E16FBF71E1B680CD0224CB2332 , 0x019608E17017733DB9C9F47A665F9469 , 0x019608E170C970E3B059D334097FCA0E , 0x019608E170C970E3B059D33409F8E366 , 0x019608E170C970E3B059D3340DF9C0C5 , 0x019608E170C970E3B059D3340854DE8E , 0x019608E17017733DB9C9F47A3F0FA3B3 , 0x019608E17017733DB9C9F47A6D38C0C7 , 0x019608E17074705393F314E598735077 , 0x019608E170F572F0B4AC61CCC66A15B1 , 0x019608E1713371C3A7C9A24A206F2599 , 0x019608E17074705393F314E5CA8D8D5A , 0x019608E17074705393F314E5AAABF067 , 0x019608E170F572F0B4AC61CCBC1407B6 , 0x019608E1713371C3A7C9A24A2BC2586E , 0x019608E1713371C3A7C9A24A1CED01AB , 0x019608E1713371C3A7C9A24A256D8616 , 0x019608E1711D728B8B3B0DA7A094BB13 , 0x019608E1711D728B8B3B0DA7AAF1D73E , 0x019608E17074705393F314E59C08220A , 0x019608E1710571069A7BF58727268804 , 0x019608E1710571069A7BF587201E1D07 , 0x019608E1710571069A7BF58717B177EA , 0x019608E17074705393F314E59188EC40 , 0x019608E16FBF71E1B680CD025EFFE06C , 0x019608E170C970E3B059D33406CC79C3 , 0x019608E1713371C3A7C9A24A276584FD , 0x019608E170C970E3B059D3340D02F40D , 0x019608E170C970E3B059D3340BB3860B , 0x019608E16FBF71E1B680CD0217F10302 , 0x019608E1713371C3A7C9A24A23C104D9 , 0x019608E17017733DB9C9F47A2DA9E799 , 0x019608E1710571069A7BF5871C9DE68D , 0x019608E17017733DB9C9F47A38131B05 , 0x019608E17017733DB9C9F47A4CF71126 , 0x019608E1710571069A7BF587189B2C5F , 0x019608E1713371C3A7C9A24A2DA19DDF , 0x019608E1713371C3A7C9A24A248C3057 , 0x019608E1713371C3A7C9A24A1D5B1FF6 , 0x019608E170C970E3B059D334128C9F29 , 0x019608E170DF73FFACD7C700F26A0E12 , 0x019608E170DF73FFACD7C700ECD12C61 , 0x019608E170C970E3B059D3340FA1D199 , 0x019608E170C970E3B059D334068D588F , 0x019608E170DF73FFACD7C700ECB00893 , 0x019608E170F572F0B4AC61CCC3C02C96 , 0x019608E1711D728B8B3B0DA7A101E72E , 0x019608E170DF73FFACD7C700EFD91FD3 , 0x019608E170F572F0B4AC61CCC438CF47 , 0x019608E1710571069A7BF5871A86A916 , 0x019608E1710571069A7BF58720CB50AC , 0x019608E1710571069A7BF58729DBE62E , 0x019608E16F6C7241B8EF935310E901A2 , 0x019608E170F572F0B4AC61CCBF8ADC0E , 0x019608E170F572F0B4AC61CCBF33858C , 0x019608E16F6C7241B8EF93530C9D68B3 , 0x019608E16F6C7241B8EF935324D61231 , 0x019608E170F572F0B4AC61CCBCADC58D , 0x019608E16F6B71D0ABFA719E6193DE12 , 0x019608E16F6C7241B8EF935313765854 , 0x019608E16F6C7241B8EF93533F0BE40E , 0x019608E16FBF71E1B680CD0258BDCDD0 , 0x019608E16FBF71E1B680CD025C684C62 , 0x019608E17017733DB9C9F47A585FB6B5 , 0x019608E17017733DB9C9F47A5E4B5736 , 0x019608E17017733DB9C9F47A5F1101E6 , 0x019608E17074705393F314E5C4E70366 , 0x019608E16F6C7241B8EF93530E4E4773 , 0x019608E16F6C7241B8EF93530E88DC6D , 0x019608E16F6C7241B8EF93532FE29B0E , 0x019608E16FBF71E1B680CD021B5C007A , 0x019608E16F6B71D0ABFA719E6706B56C , 0x019608E16F6C7241B8EF93530C23F242 , 0x019608E16F6C7241B8EF93532D80AE8D , 0x019608E16FBF71E1B680CD024483BF5F , 0x019608E16FBF71E1B680CD024A57BFDC , 0x019608E16FBF71E1B680CD02503D4747 , 0x019608E17017733DB9C9F47A6C8AA1CC , 0x019608E16F6C7241B8EF935319F0F865 , 0x019608E16F6C7241B8EF93532B2A6A66 , 0x019608E16F6C7241B8EF9353404661B3 , 0x019608E16FBF71E1B680CD022BE1C87A , 0x019608E16FBF71E1B680CD024EAF9FB4 , 0x019608E16FBF71E1B680CD025514E283 , 0x019608E17017733DB9C9F47A318D5701 , 0x019608E17017733DB9C9F47A5E59E59B , 0x019608E17017733DB9C9F47A63E688E7 , 0x019608E17074705393F314E5A9268A6E , 0x019608E16F6C7241B8EF93531174250E , 0x019608E16F6C7241B8EF93531C99BB1C , 0x019608E16F6C7241B8EF935326D6AC1A , 0x019608E16F6C7241B8EF93531020E23E , 0x019608E16F6C7241B8EF935330A7626D , 0x019608E16F6C7241B8EF935336B437DA , 0x019608E16FBF71E1B680CD023D900265 , 0x019608E16FBF71E1B680CD025938BF59 , 0x019608E16FBF71E1B680CD025F1D2F36 , 0x019608E17017733DB9C9F47A2C0AC0DA , 0x019608E17017733DB9C9F47A53C9C88A , 0x019608E16F6B71D0ABFA719E6097E67D , 0x019608E16F6C7241B8EF935325106601 , 0x019608E16FBF71E1B680CD0228310B3C , 0x019608E16F6B71D0ABFA719E650F82E7 , 0x019608E16F6C7241B8EF93530324EC97 , 0x019608E16F6C7241B8EF935327175682 , 0x019608E16FBF71E1B680CD022D246D4E , 0x019608E16FBF71E1B680CD022DABE1B6 , 0x019608E16F6C7241B8EF93531E354533 , 0x019608E16F6C7241B8EF93532AA0EC4B , 0x019608E16F6C7241B8EF9353340E2B75 , 0x019608E16FBF71E1B680CD025659B73C , 0x019608E17017733DB9C9F47A2B42C65B , 0x019608E17017733DB9C9F47A38EE6F80 , 0x019608E17017733DB9C9F47A3B06E8DE , 0x019608E16F6C7241B8EF935301F1F313 , 0x019608E16F6C7241B8EF935334B2B193 , 0x019608E16F6C7241B8EF93534040B16E , 0x019608E16FBF71E1B680CD021727A58B , 0x019608E16F6C7241B8EF93531FD8C44F , 0x019608E16F6C7241B8EF93533AD26740 , 0x019608E16F6C7241B8EF935340BF97B1 , 0x019608E16FBF71E1B680CD021C8B75CE , 0x019608E16FBF71E1B680CD0253E5E915 , 0x019608E16FBF71E1B680CD025AB3178F , 0x019608E16F6C7241B8EF93530EB19A2A , 0x019608E16F6C7241B8EF93532D2ECC1B , 0x019608E16FBF71E1B680CD021F41203B , 0x019608E16FBF71E1B680CD02225F4D9D , 0x019608E17017733DB9C9F47A4A8630F6 , 0x019608E16F6C7241B8EF9352FFB3388D , 0x019608E16F6C7241B8EF93530530D898 , 0x019608E16F6C7241B8EF93531A098724 , 0x019608E16FBF71E1B680CD0227ABFB21 , 0x019608E16FBF71E1B680CD022DF0F34C , 0x019608E17017733DB9C9F47A693251D3 , 0x019608E16F6C7241B8EF9352FEF8AD16 , 0x019608E16F6C7241B8EF93530061E12B , 0x019608E16F6C7241B8EF935305CA5C2D , 0x019608E16FBF71E1B680CD024654E4CE , 0x019608E17017733DB9C9F47A34830357 , 0x019608E17017733DB9C9F47A6E160062 , 0x019608E17074705393F314E5D678C772 , 0x019608E16F6C7241B8EF93531D43FA35 , 0x019608E16F6C7241B8EF93531E7DE4B9 , 0x019608E16FBF71E1B680CD023C7B5D78 , 0x019608E17017733DB9C9F47A41B725CC , 0x019608E16F6C7241B8EF93533A30A6E8 , 0x019608E16F6C7241B8EF93533A94CF14 , 0x019608E16FBF71E1B680CD0232CE1454 , 0x019608E16FBF71E1B680CD02387C5F79 , 0x019608E16FBF71E1B680CD0255D8ADF3 , 0x019608E17017733DB9C9F47A217401D9 , 0x019608E17017733DB9C9F47A29DC73A3 , 0x019608E17017733DB9C9F47A614F530E , 0x019608E16F6B71D0ABFA719E6090E564 , 0x019608E16F6C7241B8EF9352FE407B78 , 0x019608E16F6C7241B8EF93531C2D055E , 0x019608E16FBF71E1B680CD0212DB17FA , 0x019608E16FBF71E1B680CD021F54F139 , 0x019608E16FBF71E1B680CD02351C46ED , 0x019608E16F6C7241B8EF935309FBA1C8 , 0x019608E16FBF71E1B680CD0223201112 , 0x019608E17017733DB9C9F47A355C4E8D , 0x019608E17017733DB9C9F47A3BEE3F9E , 0x019608E16F6B71D0ABFA719E63AAAE9E , 0x019608E16F6C7241B8EF93533C4FCDE9 , 0x019608E16FBF71E1B680CD0221EB018E , 0x019608E17017733DB9C9F47A65896126 , 0x019608E16F6B71D0ABFA719E6649D1F5 , 0x019608E16F6C7241B8EF9353048FE140 , 0x019608E16F6C7241B8EF9353388C36BF , 0x019608E16FBF71E1B680CD021A45DB45 , 0x019608E16FBF71E1B680CD0245B4B71E , 0x019608E16FBF71E1B680CD024F63A2DB , 0x019608E17017733DB9C9F47A35B52FBD , 0x019608E16F6C7241B8EF935317940F03 , 0x019608E16F6C7241B8EF93531C5B9CDA , 0x019608E16F6C7241B8EF93533051A7A1 , 0x019608E16FBF71E1B680CD021939B126 , 0x019608E16FBF71E1B680CD024135E758 , 0x019608E16FBF71E1B680CD02476C8558 , 0x019608E16F6C7241B8EF935328C8B737 , 0x019608E16FBF71E1B680CD02290CCAA8 , 0x019608E16FBF71E1B680CD02487F488E , 0x019608E16FBF71E1B680CD025E89BD8E , 0x019608E17017733DB9C9F47A307D07B8 , 0x019608E17017733DB9C9F47A654B0146 , 0x019608E16FBF71E1B680CD0241E11662 , 0x019608E17017733DB9C9F47A6EDB426D , 0x019608E16F6C7241B8EF9352FB71D483 , 0x019608E16F6C7241B8EF93531D94D2F8 , 0x019608E16F6C7241B8EF9353265998CE , 0x019608E16FBF71E1B680CD022ACA7E41 , 0x019608E17017733DB9C9F47A3DA90B02 , 0x019608E16F6C7241B8EF93532EF874AC , 0x019608E16FBF71E1B680CD0218EC870F , 0x019608E16FBF71E1B680CD0226E0F215 , 0x019608E17017733DB9C9F47A58FE3441 , 0x019608E17074705393F314E5C5DEB5E5 , 0x019608E16F6C7241B8EF93531BEF964A , 0x019608E16F6C7241B8EF93532204B9AC , 0x019608E16F6C7241B8EF935327D74788 , 0x019608E16FBF71E1B680CD023E5EB292 , 0x019608E16FBF71E1B680CD0246A09630 , 0x019608E17017733DB9C9F47A45FAD5D5 , 0x019608E17017733DB9C9F47A460D4105 , 0x019608E17074705393F314E5ACE267C8 , 0x019608E16F6B71D0ABFA719E62E40DB9 , 0x019608E16FBF71E1B680CD023BACB950 , 0x019608E16FBF71E1B680CD024A6D99FF , 0x019608E16F6C7241B8EF93532C0F26F2 , 0x019608E16F6C7241B8EF93533EBB41DE , 0x019608E16F6B71D0ABFA719E6AF950BC , 0x019608E16F6C7241B8EF93531463385E , 0x019608E16FBF71E1B680CD023EE062B9 , 0x019608E17017733DB9C9F47A4F81C0E0 , 0x019608E17017733DB9C9F47A6A9CF801 , 0x019608E16F6C7241B8EF935335CDA0B8 , 0x019608E16FBF71E1B680CD02528682AC , 0x019608E17017733DB9C9F47A31799271 , 0x019608E17017733DB9C9F47A3A639685 , 0x019608E17074705393F314E5C9275AD2 , 0x019608E16F6B71D0ABFA719E69B08063 , 0x019608E16F6C7241B8EF93531E391862 , 0x019608E16FBF71E1B680CD024D544F07 , 0x019608E17017733DB9C9F47A554F7223 , 0x019608E16FBF71E1B680CD021E597BC9 , 0x019608E16FBF71E1B680CD023026FB56 , 0x019608E16F6C7241B8EF9352FC1C4967 , 0x019608E16F6C7241B8EF9353213748B6 , 0x019608E16FBF71E1B680CD021311A476 , 0x019608E16FBF71E1B680CD021FABDC69 , 0x019608E17017733DB9C9F47A5B16BFD6 , 0x019608E17017733DB9C9F47A6F25A09D , 0x019608E17074705393F314E58F2DF3C8 , 0x019608E16F6B71D0ABFA719E6ACE5344 , 0x019608E16F6C7241B8EF9353185706FF , 0x019608E16FBF71E1B680CD024527ED91 , 0x019608E16F6C7241B8EF9353170522E3 , 0x019608E16FBF71E1B680CD0233D096A7 , 0x019608E16FBF71E1B680CD023E6AE502 , 0x019608E17017733DB9C9F47A4C49A65F , 0x019608E17017733DB9C9F47A6AE37E2C , 0x019608E17074705393F314E5B690E792 , 0x019608E16F6C7241B8EF9353075D7D39 , 0x019608E16F6C7241B8EF9353315E0D94 , 0x019608E16F6C7241B8EF935333EA0887 , 0x019608E16FBF71E1B680CD0239727F5B , 0x019608E16FBF71E1B680CD024841D91E , 0x019608E16FBF71E1B680CD025B325B7F , 0x019608E17017733DB9C9F47A474C065B , 0x019608E17017733DB9C9F47A5A1CA6FC , 0x019608E16FBF71E1B680CD024A403FD5 , 0x019608E17017733DB9C9F47A6D1F05CC , 0x019608E16F6C7241B8EF93530B1A43B0 , 0x019608E16F6C7241B8EF93530D565057 , 0x019608E16FBF71E1B680CD02498C2B31 , 0x019608E16FBF71E1B680CD022CE00CAC , 0x019608E16F6C7241B8EF935303F15B6B , 0x019608E16F6C7241B8EF93530B2AA221 , 0x019608E16F6C7241B8EF935329D296CB , 0x019608E16FBF71E1B680CD0231D512E6 , 0x019608E16F6C7241B8EF93531A96E0D4 , 0x019608E17017733DB9C9F47A364325EA , 0x019608E16F6C7241B8EF9353227BD9D3 , 0x019608E16FBF71E1B680CD021A81D98B , 0x019608E16FBF71E1B680CD021C0EA32D , 0x019608E16F6C7241B8EF935336DA64B6 , 0x019608E16F6C7241B8EF93533D962682 , 0x019608E16FBF71E1B680CD023502D96A , 0x019608E17017733DB9C9F47A3B40C523 , 0x019608E17017733DB9C9F47A5022E100 , 0x019608E16F6C7241B8EF93532CF379E8 , 0x019608E16FBF71E1B680CD02496D49E7 , 0x019608E16F6C7241B8EF93532037F2E8 , 0x019608E16FBF71E1B680CD02134F4A00 , 0x019608E16FBF71E1B680CD023ED7175C , 0x019608E16F6B71D0ABFA719E6430C1CB , 0x019608E16F6C7241B8EF93531B9B4D75 , 0x019608E16FBF71E1B680CD025CAC69B2 , 0x019608E16F6C7241B8EF93532A1826C7 , 0x019608E16FBF71E1B680CD02405BF521 , 0x019608E16FBF71E1B680CD02585972F1 , 0x019608E17017733DB9C9F47A2ED74C71 , 0x019608E17017733DB9C9F47A49D55570 , 0x019608E17074705393F314E59D8E3E18 , 0x019608E16F6C7241B8EF9353155586E9 , 0x019608E16F6B71D0ABFA719E662F8CEF , 0x019608E16F6C7241B8EF93530B04422A , 0x019608E16FBF71E1B680CD0223D195F5 , 0x019608E16FBF71E1B680CD02298FF805 , 0x019608E16FBF71E1B680CD0241ED8EBB , 0x019608E16F6B71D0ABFA719E5FF95932 , 0x019608E16FBF71E1B680CD0230A02BE5 , 0x019608E16FBF71E1B680CD025DD6D2E3 , 0x019608E16F6C7241B8EF93532C8965CA , 0x019608E17017733DB9C9F47A49A0A4C0 , 0x019608E16F6C7241B8EF935304F10E84 , 0x019608E16FBF71E1B680CD02258CC9AD , 0x019608E16FBF71E1B680CD0243974C38 , 0x019608E16FBF71E1B680CD024C9AFBB2 , 0x019608E16F6C7241B8EF93530812DDEB , 0x019608E16FBF71E1B680CD0215B6E03C , 0x019608E16FBF71E1B680CD02208A1A51 , 0x019608E16FBF71E1B680CD0238105DB9 , 0x019608E17017733DB9C9F47A3BA1CAC4 , 0x019608E17017733DB9C9F47A6306C77A , 0x019608E17074705393F314E5AD08E78C , 0x019608E16F6C7241B8EF935331D8B4C3 , 0x019608E16FBF71E1B680CD02337B46B6 , 0x019608E16FBF71E1B680CD025F20F347 , 0x019608E16F6B71D0ABFA719E67E6E70F , 0x019608E16F6C7241B8EF93532E1F082A , 0x019608E16FBF71E1B680CD0239DD2248 , 0x019608E16FBF71E1B680CD0245B53B08 , 0x019608E17017733DB9C9F47A24CE6632 , 0x019608E17017733DB9C9F47A32F18B59 , 0x019608E17017733DB9C9F47A44D99E0A , 0x019608E16F6B71D0ABFA719E6115D98A , 0x019608E16FBF71E1B680CD0217E8B1D9 , 0x019608E16F6B71D0ABFA719E60F9E152 , 0x019608E16F6C7241B8EF93533517FD4D , 0x019608E16FBF71E1B680CD023126D006 , 0x019608E17017733DB9C9F47A3420F424 , 0x019608E17074705393F314E5C005F9D7 , 0x019608E16F6C7241B8EF93533643235E , 0x019608E16F6C7241B8EF93531B19E73C , 0x019608E16FBF71E1B680CD0250951A1C , 0x019608E16FBF71E1B680CD02509D532C , 0x019608E17017733DB9C9F47A44781784 , 0x019608E16F6B71D0ABFA719E62E7800A , 0x019608E16FBF71E1B680CD022A4D44E0 , 0x019608E16FBF71E1B680CD0250AE1A76 , 0x019608E17017733DB9C9F47A4A5AB3A2 , 0x019608E17017733DB9C9F47A5BC88E57 , 0x019608E16F6C7241B8EF93530A9F36DC , 0x019608E16F6C7241B8EF935328F67168 , 0x019608E16FBF71E1B680CD025B5F3539 , 0x019608E16F6C7241B8EF9353121674A1 , 0x019608E16FBF71E1B680CD022E9D3242 , 0x019608E16FBF71E1B680CD025432556F , 0x019608E17017733DB9C9F47A43BF3945 , 0x019608E17017733DB9C9F47A466A2807 , 0x019608E16F6C7241B8EF93530D348F12 , 0x019608E16F6C7241B8EF935333913453 , 0x019608E16F6C7241B8EF93530117C471 , 0x019608E16F6C7241B8EF93533A31D9A7 , 0x019608E16FBF71E1B680CD0226D26728 , 0x019608E17017733DB9C9F47A690A2CE0 , 0x019608E16F6C7241B8EF93533C307477 , 0x019608E16FBF71E1B680CD0259FDC770 , 0x019608E16FBF71E1B680CD025ED17486 , 0x019608E16F6B71D0ABFA719E687BF13C , 0x019608E16FBF71E1B680CD0247E342DD , 0x019608E16F6C7241B8EF93531F380A46 , 0x019608E16FBF71E1B680CD0214F4B924 , 0x019608E16F6C7241B8EF935325E423FD , 0x019608E16F6C7241B8EF935334A98F75 , 0x019608E17017733DB9C9F47A32979A1E , 0x019608E17017733DB9C9F47A4D9BA34D , 0x019608E16F6C7241B8EF9353127D3C5A , 0x019608E17017733DB9C9F47A6BC88519 , 0x019608E16FBF71E1B680CD02173FDDAA , 0x019608E17017733DB9C9F47A45087D40 , 0x019608E17017733DB9C9F47A6BE7691C , 0x019608E17074705393F314E5B1C47201 , 0x019608E17017733DB9C9F47A3E588226 , 0x019608E17017733DB9C9F47A47E31749 , 0x019608E17017733DB9C9F47A50D584FB , 0x019608E17017733DB9C9F47A3FA805F9 , 0x019608E17017733DB9C9F47A4E277997 , 0x019608E17017733DB9C9F47A25946349 , 0x019608E16FBF71E1B680CD02341EEEAD , 0x019608E16FBF71E1B680CD025187C821 , 0x019608E17017733DB9C9F47A67DE939E , 0x019608E16FBF71E1B680CD021443CEFC , 0x019608E16FBF71E1B680CD0211CFB00C , 0x019608E16FBF71E1B680CD0245B5FC0A , 0x019608E16F6C7241B8EF93533F4E95D5 , 0x019608E16FBF71E1B680CD024B32190C , 0x019608E16F6C7241B8EF9353190046C9 , 0x019608E16F6C7241B8EF93532C582C75 , 0x019608E16FBF71E1B680CD0257D923EC , 0x019608E16F6C7241B8EF9353394D1409 , 0x019608E16FBF71E1B680CD021BB5F0CA , 0x019608E16F6C7241B8EF935308FD44F3 , 0x019608E17017733DB9C9F47A6097E0F5 , 0x019608E16F6C7241B8EF9353027FA4D4 , 0x019608E16FBF71E1B680CD022632B55B , 0x019608E16FBF71E1B680CD022DF70565 , 0x019608E17017733DB9C9F47A2401AF38 , 0x019608E16F6C7241B8EF93530671EFB2 , 0x019608E17074705393F314E5B2D6C744 , 0x019608E16FBF71E1B680CD025738E742 , 0x019608E16F6C7241B8EF93533BCDA179 , 0x019608E17017733DB9C9F47A6D70BBEF , 0x019608E16F6B71D0ABFA719E622B6D23 , 0x019608E16FBF71E1B680CD025BA07102 , 0x019608E17074705393F314E597E6426F , 0x019608E16F6C7241B8EF93530C57EE8D , 0x019608E16FBF71E1B680CD0246DCC32B , 0x019608E16FBF71E1B680CD025CDB88DF , 0x019608E16F6B71D0ABFA719E6A8486B0 , 0x019608E16F6C7241B8EF9353233E1A89 , 0x019608E16FBF71E1B680CD023536306E , 0x019608E16FBF71E1B680CD025226ED4D , 0x019608E16F6B71D0ABFA719E644A9A33 , 0x019608E17017733DB9C9F47A435A987A , 0x019608E16F6B71D0ABFA719E60CC746B , 0x019608E16FBF71E1B680CD024BC1085C , 0x019608E16F6C7241B8EF93530F27733B , 0x019608E16FBF71E1B680CD02213E808B , 0x019608E16FBF71E1B680CD022B2F6FE7 , 0x019608E17017733DB9C9F47A291F8C35 , 0x019608E16FBF71E1B680CD025C09AE76 , 0x019608E17017733DB9C9F47A25E0BF2B , 0x019608E17074705393F314E5BEA0DD89 , 0x019608E16FBF71E1B680CD023D700C61 , 0x019608E16F6B71D0ABFA719E68FBDAC1 , 0x019608E16FBF71E1B680CD0228EBC17E , 0x019608E16F6C7241B8EF935309FE8814 , 0x019608E16FBF71E1B680CD0211FD4223 , 0x019608E16FBF71E1B680CD0253571FE3 , 0x019608E16F6C7241B8EF935336A501AC , 0x019608E16FBF71E1B680CD0236F7385D , 0x019608E17017733DB9C9F47A5EF2D96C , 0x019608E16FBF71E1B680CD023473A41A , 0x019608E17017733DB9C9F47A5391CB69 , 0x019608E16F6C7241B8EF9353388ECDBF , 0x019608E16FBF71E1B680CD022F3E4D63 , 0x019608E17074705393F314E5A5F7271D , 0x019608E17017733DB9C9F47A22706D32 , 0x019608E17017733DB9C9F47A56F45E82 , 0x019608E17074705393F314E5D3F42A76 , 0x019608E16FBF71E1B680CD022ACF6D13 , 0x019608E17017733DB9C9F47A2F5591AA , 0x019608E16FBF71E1B680CD0237EB1AA8 , 0x019608E17074705393F314E5D93B1012 , 0x019608E16FBF71E1B680CD021D5E2E46 , 0x019608E17017733DB9C9F47A27687A3A , 0x019608E17017733DB9C9F47A4B877B61 , 0x019608E17074705393F314E5D22E66DF , 0x019608E16F6C7241B8EF935332A32D51 , 0x019608E17017733DB9C9F47A61FFE350 , 0x019608E17017733DB9C9F47A40F31F6A , 0x019608E17017733DB9C9F47A68596CB2 , 0x019608E16F6C7241B8EF9352FC912AF2 , 0x019608E17017733DB9C9F47A550EC276 , 0x019608E16F6C7241B8EF935322A3124F , 0x019608E16F6C7241B8EF93531568DA19 , 0x019608E16F6C7241B8EF9352FC88B972 , 0x019608E16FBF71E1B680CD023F39E7F3 , 0x019608E16FBF71E1B680CD025A272815 , 0x019608E17017733DB9C9F47A4C8FF4AD , 0x019608E17017733DB9C9F47A661EE8E9 , 0x019608E17074705393F314E5B5289D93 , 0x019608E16FBF71E1B680CD023FF30408 , 0x019608E17017733DB9C9F47A3058EEDF , 0x019608E17074705393F314E5CFF1980D , 0x019608E16FBF71E1B680CD02361C6AFF , 0x019608E17074705393F314E5B0CAE741 , 0x019608E16FBF71E1B680CD024626E5EA , 0x019608E17017733DB9C9F47A5431EF82 , 0x019608E16FBF71E1B680CD0216A83CE7 , 0x019608E17074705393F314E5BBE74B6C , 0x019608E16F6B71D0ABFA719E655C105A , 0x019608E16F6C7241B8EF9352FD7CB9F0 , 0x019608E17017733DB9C9F47A2F6C0A64 , 0x019608E17017733DB9C9F47A6B829292 , 0x019608E17017733DB9C9F47A428282BC , 0x019608E16F6C7241B8EF935323F8B43B , 0x019608E16FBF71E1B680CD0231647EEA , 0x019608E16FBF71E1B680CD024DC8254F , 0x019608E17017733DB9C9F47A4DC61309 , 0x019608E16FBF71E1B680CD02342A4920 , 0x019608E17074705393F314E5A740FD96 , 0x019608E17017733DB9C9F47A32DCD622 , 0x019608E17017733DB9C9F47A2F8212A9 , 0x019608E17017733DB9C9F47A38D39038 , 0x019608E17074705393F314E5C473BB5B , 0x019608E17017733DB9C9F47A4785BB9C , 0x019608E17074705393F314E5D5A66231 , 0x019608E17017733DB9C9F47A4EDE5335 , 0x019608E16FBF71E1B680CD0216CB19AC , 0x019608E17074705393F314E59D8D18CA , 0x019608E17017733DB9C9F47A6A2B20CE , 0x019608E17017733DB9C9F47A237F62A9 , 0x019608E17017733DB9C9F47A6007803C , 0x019608E17017733DB9C9F47A5754A04E , 0x019608E17017733DB9C9F47A2843CC68 , 0x019608E17017733DB9C9F47A2A3F5078 , 0x019608E17017733DB9C9F47A22FE2372 , 0x019608E17017733DB9C9F47A6757798F , 0x019608E17074705393F314E5ACC5E723 , 0x019608E17074705393F314E5BA07C14C , 0x019608E16FBF71E1B680CD024B136275 , 0x019608E17017733DB9C9F47A3B1518D1 , 0x019608E17074705393F314E5C4F093D4 , 0x019608E16FBF71E1B680CD025548B499 , 0x019608E17017733DB9C9F47A3987C179 , 0x019608E17017733DB9C9F47A33AE3702 , 0x019608E16F6C7241B8EF9353100D30A2 , 0x019608E17017733DB9C9F47A5D6EB701 , 0x019608E17017733DB9C9F47A325EECCB , 0x019608E17074705393F314E5CDCBBA86 , 0x019608E17017733DB9C9F47A29C530D6 , 0x019608E17074705393F314E5B9352667 , 0x019608E17074705393F314E58C3ADE16 , 0x019608E17017733DB9C9F47A400E3B96 , 0x019608E17017733DB9C9F47A3C263276 , 0x019608E17017733DB9C9F47A64A9B1EF , 0x019608E17017733DB9C9F47A2CD3765B , 0x019608E17017733DB9C9F47A30ABFD0A , 0x019608E17074705393F314E5C9DDC36D , 0x019608E16FBF71E1B680CD021A20A45D , 0x019608E17017733DB9C9F47A2690DF48 , 0x019608E17074705393F314E5C3EB745D , 0x019608E17017733DB9C9F47A5245A28D , 0x019608E17017733DB9C9F47A62396E74 , 0x019608E17074705393F314E5D9F42923 , 0x019608E17074705393F314E5A3B62D57 , 0x019608E17074705393F314E58B641BC7 , 0x019608E16FBF71E1B680CD0242A987C0 , 0x019608E17017733DB9C9F47A56BCA601 , 0x019608E17017733DB9C9F47A3A3218D0 , 0x019608E17017733DB9C9F47A41A14FA6 , 0x019608E17017733DB9C9F47A20E638E8 , 0x019608E17074705393F314E5ADA2BAFE , 0x019608E17017733DB9C9F47A59A8947F , 0x019608E17017733DB9C9F47A5352A05F , 0x019608E17017733DB9C9F47A55CAF737 , 0x019608E17074705393F314E5CF8BBDAB , 0x019608E17074705393F314E5BC0FAD8A , 0x019608E17017733DB9C9F47A2A72E9F2 , 0x019608E17074705393F314E5AE9B81B3 , 0x019608E17074705393F314E5BD213E10 , 0x019608E17074705393F314E59F5744A2 , 0x019608E17017733DB9C9F47A5C93A045 , 0x019608E17017733DB9C9F47A4AE90AF3 , 0x019608E17074705393F314E5A5830C39 , 0x019608E16F6C7241B8EF9353160E3B7C , 0x019608E17074705393F314E5B0C15BAE , 0x019608E17074705393F314E5AAA2B660 , 0x019608E17074705393F314E5C6D97C41 , 0x019608E17074705393F314E59ED72879 , 0x019608E17017733DB9C9F47A481BB17B , 0x019608E17017733DB9C9F47A208549E5 , 0x019608E17074705393F314E5B5E51636 , 0x019608E17074705393F314E5A538B693 , 0x019608E17017733DB9C9F47A524E159C , 0x019608E17017733DB9C9F47A48AE85C0 , 0x019608E17017733DB9C9F47A5DDDCFF6 , 0x019608E17074705393F314E5AC952C7A , 0x019608E17074705393F314E5BB8AC138 , 0x019608E17074705393F314E5A1CF44FC , 0x019608E17074705393F314E58C13C216 , 0x019608E17074705393F314E5A98C69C0 , 0x019608E17017733DB9C9F47A37282820 , 0x019608E17074705393F314E5C32A77CE , 0x019608E17074705393F314E5BC227DE9 , 0x019608E17074705393F314E59A13F201 , 0x019608E17074705393F314E59AE6875C , 0x019608E17074705393F314E598A9E864 , 0x019608E17017733DB9C9F47A5785A58A , 0x019608E17074705393F314E58D97D277 , 0x019608E17074705393F314E5D7590FD4 , 0x019608E17017733DB9C9F47A5A5C15F7 , 0x019608E17074705393F314E5AEF1F842 , 0x019608E17074705393F314E5A68C4098 , 0x019608E17017733DB9C9F47A51B99D36 , 0x019608E17017733DB9C9F47A4502D442 , 0x019608E17017733DB9C9F47A6F67BE55 , 0x019608E17074705393F314E5A5FCD48A , 0x019608E17074705393F314E59CAE2928 , 0x019608E17074705393F314E5CA4FD205 , 0x019608E17074705393F314E58B43E01C , 0x019608E17074705393F314E5CE929C41 , 0x019608E17074705393F314E5A721FD9D , 0x019608E17074705393F314E59DFCD479 , 0x019608E17017733DB9C9F47A2E380D2A , 0x019608E17017733DB9C9F47A32B8891B , 0x019608E17074705393F314E5AAE8A7F3 , 0x019608E17074705393F314E5985E6D6E , 0x019608E17074705393F314E5920C5CDB , 0x019608E17074705393F314E5B7304560 , 0x019608E17074705393F314E5C1676631 , 0x019608E17074705393F314E5A0D1BE95 , 0x019608E17074705393F314E5A4E8CF75 , 0x019608E17074705393F314E5A4763D5F , 0x019608E17017733DB9C9F47A6E49E517 , 0x019608E17074705393F314E5DA2CDD7A , 0x019608E17074705393F314E5B39CC5B1 , 0x019608E17074705393F314E5AB899B05 , 0x019608E17074705393F314E5B7ED307E , 0x019608E17074705393F314E59E31C9FB , 0x019608E17074705393F314E5A83822F8 , 0x019608E17074705393F314E5C7C56ABB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
66
4.23 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 –\x08 áokqЫúqž_ùY2 "
b"\x01 û\x08 ßokqð½·q×`ÉÕd "
b"\x01 –\x08 áokqЫúqž`—æ} "
b"\x01 –\x08 áokqЫúqž`Ìtk "
b"\x01 –\x08 áokqЫúqž`ùáR "
b"\x01 –\x08 áokqЫúqža\x15 ÙŠ "
b"\x01 –\x08 áokqЫúqža“Þ\x12 "
b"\x01 –\x08 áokqЫúqžb+m# "
b"\x01 –\x08 áokqЫúqžbä\r ¹ "
b"\x01 –\x08 áokqЫúqžbç€\n "
b"\x01 –\x08 áokqЫúqžcª®ž "
b"\x01 –\x08 áokqЫúqžd0ÁË "
b"\x01 –\x08 áokqЫúqždJš3 "
b"\x01 –\x08 áokqЫúqže\x0F ‚ç "
b"\x01 –\x08 áokqЫúqže\\x10 Z "
b"\x01 –\x08 áokqЫúqžf/Œï "
b"\x01 –\x08 áokqЫúqžfIÑõ "
b"\x01 –\x08 áokqЫúqžg\x06 µl "
b"\x01 –\x08 áokqЫúqžgæç\x0F "
b"\x01 –\x08 áokqЫúqžh{ñ< "
b"\x01 –\x08 áokqЫúqžhûÚÁ "
b"\x01 –\x08 áokqЫúqži°€c "
b"\x01 –\x08 áokqЫúqžj„†° "
b"\x01 –\x08 áokqЫúqžjÎSD "
b"\x01 –\x08 áokqЫúqžjùP¼ "
b"\x01 –\x08 áolrA¸ï“RûqÔƒ "
b"\x01 –\x08 áolrA¸ï“Rü\x1C Ig "
b"\x01 –\x08 áolrA¸ï“Rüˆ¹r "
b"\x01 –\x08 áolrA¸ï“Rü‘*ò "
b"\x01 –\x08 áolrA¸ï“Rý|¹ð "
b"\x01 –\x08 áolrA¸ï“Rþ@{x "
b"\x01 –\x08 áolrA¸ï“Rþø\x16 "
b"\x01 û\x08 ßolrA©´ôR │8ì "
b"\x01 –\x08 áolrA¸ï“S\x00 aá+ "
b"\x01 –\x08 áolrA¸ï“S\x01\x17 Äq "
b"\x01 –\x08 áolrA¸ï“S\x01 ñó\x13 "
b"\x01 –\x08 áolrA¸ï“S\x02\x7F ¤Ô "
b"\x01 –\x08 áolrA¸ï“S\x03 $ì— "
b"\x01 –\x08 áolrA¸ï“S\x03 ñ[k "
b"\x01 û\x08 ßolrA©´ôS\x04 Åß@ "
b"\x01 –\x08 áolrA¸ï“S\x04 ñ\x0E „ "
b"\x01 –\x08 áolrA¸ï“S\x05 0ؘ "
b"\x01 –\x08 áolrA¸ï“S\x05 Ê\- "
b"\x01 –\x08 áolrA¸ï“S\x06 qï² "
b"\x01 –\x08 áolrA¸ï“S\x07 ]}9 "
b"\x01 –\x08 áolrA¸ï“S\x08\x12 Ýë "
b"\x01 –\x08 áolrA¸ï“S\x08 ýDó "
b"\x01 –\x08 áolrA¸ï“S\t û¡È "
b"\x01 –\x08 áolrA¸ï“S\t þˆ\x14 "
b"""
\x01 –\x08 áolrA¸ï“S\n
Ÿ6Ü
"""
b"\x01 –\x08 áolrA¸ï“S\v\x04 B* "
b"\x01 –\x08 áolrA¸ï“S\v\x1A C° "
b"\x01 –\x08 áolrA¸ï“S\v *¢! "
b"\x01 –\x08 áolrA¸ï“S\f #òB "
b"\x01 û\x08 ßolrA©´ôS\f W¯ì "
b"\x01 û\x08 ßolrA©´ôS\f Øh│ "
b"\x01 û\x08 ßolrA©´ôS\r 4Å\x12 "
b"\x01 –\x08 áolrA¸ï“S\r VPW "
b"\x01 –\x08 áolrA¸ï“S\x0E NGs "
b"\x01 –\x08 áolrA¸ï“S\x0E ˆÜm "
b"\x01 –\x08 áolrA¸ï“S\x0E ±š* "
b"\x01 –\x08 áolrA¸ï“S\x0F 's; "
b"\x01 –\x08 áolrA¸ï“S\x10 \r 0¢ "
b"\x01 –\x08 áolrA¸ï“S\x10 â> "
b"\x01 –\x08 áolrA¸ï“S\x10 é\x01 ¢ "
b"\x01 –\x08 áolrA¸ï“S\x11 t%\x0E "
b"\x01 –\x08 áolrA¸ï“S\x12\x16 t¡ "
b"\x01 –\x08 áolrA¸ï“S\x12 }<Z "
b"\x01 –\x08 áolrA¸ï“S\x13 vXT "
b"\x01 –\x08 áolrA¸ï“S\x14 c8^ "
b"\x01 –\x08 áolrA¸ï“S\x15 U†é "
b"\x01 –\x08 áolrA¸ï“S\x15 hÚ\x19 "
b"\x01 –\x08 áolrA¸ï“S\x16\x0E ;| "
b"\x01 –\x08 áolrA¸ï“S\x17\x05 "ã "
b"\x01 –\x08 áolrA¸ï“S\x17 ”\x0F\x03 "
b"\x01 –\x08 áolrA¸ï“S\x18 W\x06 ÿ "
b"\x01 –\x08 áolrA¸ï“S\x19\x00 FÉ "
b"\x01 –\x08 áolrA¸ï“S\x19 ðøe "
b"\x01 –\x08 áolrA¸ï“S\x1A\t ‡$ "
b"\x01 –\x08 áolrA¸ï“S\x1A –àÔ "
b"\x01 –\x08 áolrA¸ï“S\e\x19 ç< "
b"\x01 –\x08 áolrA¸ï“S\e ›Mu "
b"\x01 –\x08 áolrA¸ï“S\e ï–J "
b"\x01 –\x08 áolrA¸ï“S\x1C -\x05 ^ "
b"\x01 –\x08 áolrA¸ï“S\x1C [œÚ "
b"\x01 –\x08 áolrA¸ï“S\x1C ™»\x1C "
b"\x01 –\x08 áolrA¸ï“S\x1D Cú5 "
b"\x01 –\x08 áolrA¸ï“S\x1D ”Òø "
b"\x01 –\x08 áolrA¸ï“S\x1E 5E3 "
b"\x01 –\x08 áolrA¸ï“S\x1E 9\x18 b "
b"\x01 –\x08 áolrA¸ï“S\x1E }ä¹ "
b"""
\x01 –\x08 áolrA¸ï“S\x1F 8\n
F
"""
b"\x01 –\x08 áolrA¸ï“S\x1F ØÄO "
b"\x01 –\x08 áolrA¸ï“S 7òè "
b"\x01 –\x08 áolrA¸ï“S!7H¶ "
b"\x01 –\x08 áolrA¸ï“S"\x04 ¹¬ "
b"\x01 –\x08 áolrA¸ï“S"{ÙÓ "
b"\x01 –\x08 áolrA¸ï“S"£\x12 O "
b"\x01 –\x08 áolrA¸ï“S#>\x1A ‰ "
b"\x01 –\x08 áolrA¸ï“S#ø´; "
b"\x01 –\x08 áolrA¸ï“S$Ö\x12 1 "
b"\x01 –\x08 áolrA¸ï“S%\x10 f\x01 "
b"\x01 –\x08 áolrA¸ï“S%ä#ý "
b"\x01 –\x08 áolrA¸ï“S&Y˜Î "
b"\x01 –\x08 áolrA¸ï“S&Ö¬\x1A "
b"\x01 –\x08 áolrA¸ï“S'\x17 V‚ "
b"\x01 –\x08 áolrA¸ï“S'×Gˆ "
b"\x01 –\x08 áolrA¸ï“S(È·7 "
b"\x01 –\x08 áolrA¸ï“S(öqh "
b"\x01 –\x08 áolrA¸ï“S)Ò–Ë "
b"\x01 –\x08 áolrA¸ï“S*\x18 &Ç "
b"\x01 –\x08 áolrA¸ï“S* ìK "
b"\x01 –\x08 áolrA¸ï“S+*jf "
b"\x01 –\x08 áolrA¸ï“S,\x0F &ò "
b"\x01 –\x08 áolrA¸ï“S,X,u "
b"\x01 –\x08 áolrA¸ï“S,‰eÊ "
b"\x01 –\x08 áolrA¸ï“S,óyè "
b"\x01 –\x08 áolrA¸ï“S-.Ì\e "
b"\x01 û\x08 ßolrA©´ôS-Ç«ì "
b"\x01 –\x08 áolrA¸ï“S.\x1F\x08 * "
b"\x01 –\x08 áolrA¸ï“S.øt¬ "
b"\x01 –\x08 áolrA¸ï“S/â›\x0E "
b"\x01 –\x08 áolrA¸ï“S0Q§¡ "
b"\x01 –\x08 áolrA¸ï“S0§bm "
b"\x01 –\x08 áolrA¸ï“S1^\r ” "
b"\x01 –\x08 áolrA¸ï“S1Ø´Ã "
b"\x01 –\x08 áolrA¸ï“S2£-Q "
b"\x01 –\x08 áolrA¸ï“S3‘4S "
b"\x01 –\x08 áolrA¸ï“S3ê\x08 ‡ "
b"\x01 –\x08 áolrA¸ï“S4\x0E +u "
b"\x01 û\x08 ßolrA©´ôS4®Åu "
b"\x01 –\x08 áolrA¸ï“S4²±“ "
b"\x01 –\x08 áolrA¸ï“S5\x17 ýM "
b"\x01 –\x08 áolrA¸ï“S5Í ¸ "
b"\x01 –\x08 áolrA¸ï“S6C#^ "
b"\x01 –\x08 áolrA¸ï“S6¥\x01 ¬ "
b"\x01 –\x08 áolrA¸ï“S6´7Ú "
b"\x01 –\x08 áolrA¸ï“S6Úd¶ "
b"\x01 –\x08 áolrA¸ï“S7‘p> "
b"\x01 –\x08 áolrA¸ï“S8Œ6¿ "
b"\x01 –\x08 áolrA¸ï“S8ŽÍ¿ "
b"\x01 –\x08 áolrA¸ï“S9M\x14\t "
b"\x01 –\x08 áolrA¸ï“S:0¦è "
b"\x01 –\x08 áolrA¸ï“S:1Ù§ "
b"\x01 –\x08 áolrA¸ï“S:”Ï\x14 "
b"\x01 –\x08 áolrA¸ï“S:Òg@ "
b"\x01 –\x08 áolrA¸ï“S;Í¡y "
b"\x01 –\x08 áolrA¸ï“S<0tw "
b"\x01 –\x08 áolrA¸ï“S<OÍé "
b"\x01 –\x08 áolrA¸ï“S=\x17 qÉ "
b"\x01 –\x08 áolrA¸ï“S=–&‚ "
b"\x01 –\x08 áolrA¸ï“S>\x13 Œš "
b"\x01 –\x08 áolrA¸ï“S>»AÞ "
b"\x01 –\x08 áolrA¸ï“S?\v ä\x0E "
b"\x01 –\x08 áolrA¸ï“S?N•Õ "
b"\x01 –\x08 áolrA¸ï“S@@±n "
b"\x01 –\x08 áolrA¸ï“S@Fa³ "
b"\x01 –\x08 áolrA¸ï“S@¿—± "
b"\x01 –\x08 áo¿qᶀÍ\x02\x11 Ï°\f "
b"\x01 –\x08 áo¿qᶀÍ\x02\x11 ýB# "
b"\x01 –\x08 áo¿qᶀÍ\x02\x12 Û\x17 ú "
b"\x01 –\x08 áo¿qᶀÍ\x02\x13\x11 ¤v "
b"\x01 –\x08 áo¿qᶀÍ\x02\x13 OJ\x00 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x14 CÎü "
b"\x01 –\x08 áo¿qᶀÍ\x02\x14 ô¹$ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x15 ¶à< "
b"\x01 –\x08 áo¿qᶀÍ\x02\x16 ¨<ç "
b"\x01 –\x08 áo¿qᶀÍ\x02\x16 Ë\x19 ¬ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 '¥‹ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 ?ݪ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 è±Ù "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 ñ\x03\x02 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x18 ì‡\x0F "
b"\x01 –\x08 áo¿qᶀÍ\x02\x19 9±& "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1A ¤] "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1A EÛE "
b"\x01 û\x08 ßo┐qßÂÇ═\x02\x1A ü┘ï "
b"\x01 –\x08 áo¿qᶀÍ\x02\e \\x00 z "
b"\x01 –\x08 áo¿qᶀÍ\x02\e µðÊ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1C\x0E £- "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1C ‹uÎ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1D ^.F "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1E Y{É "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1E 䂤 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1F A ; "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1F Tñ9 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1F «Üi "
b"\x01 –\x08 áo¿qᶀÍ\x02 Š\x1A Q "
b"\x01 –\x08 áo¿qᶀÍ\x02 !>€‹ "
b"\x01 –\x08 áo¿qᶀÍ\x02 !ë\x01 Ž "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 "_MØ "
b"\x01 –\x08 áo¿qᶀÍ\x02 # \x11\x12 "
b"\x01 –\x08 áo¿qᶀÍ\x02 #Ñ•õ "
b"\x01 –\x08 áo¿qᶀÍ\x02 $Ë#2 "
b"\x01 –\x08 áo¿qᶀÍ\x02 %ŒÉ "
b"\x01 –\x08 áo¿qᶀÍ\x02 &2µ[ "
b"\x01 –\x08 áo¿qᶀÍ\x02 &Òg( "
b"\x01 –\x08 áo¿qᶀÍ\x02 &àò\x15 "
b"\x01 –\x08 áo¿qᶀÍ\x02 '«û! "
b"\x01 –\x08 áo¿qᶀÍ\x02 (1\v < "
b"\x01 –\x08 áo¿qᶀÍ\x02 (ëÁ~ "
b"\x01 –\x08 áo¿qᶀÍ\x02 )\f ʨ "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 )Å°\x05 "
b"\x01 –\x08 áo¿qᶀÍ\x02 *MDà "
b"\x01 –\x08 áo¿qᶀÍ\x02 *Ê~A "
b"\x01 –\x08 áo¿qᶀÍ\x02 *Ïm\x13 "
b"\x01 –\x08 áo¿qᶀÍ\x02 +/oç "
b"\x01 –\x08 áo¿qᶀÍ\x02 +áÈz "
b"\x01 –\x08 áo¿qᶀÍ\x02 ,à\f ¬ "
b"\x01 –\x08 áo¿qᶀÍ\x02 -$mN "
b"\x01 –\x08 áo¿qᶀÍ\x02 -«á¶ "
b"\x01 –\x08 áo¿qᶀÍ\x02 -ðóL "
b"\x01 –\x08 áo¿qᶀÍ\x02 -÷\x05 e "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 .Ø2B "
b"\x01 –\x08 áo¿qᶀÍ\x02 />Mc "
b"\x01 –\x08 áo¿qᶀÍ\x02 0&ûV "
b"\x01 –\x08 áo¿qᶀÍ\x02 0 +å "
b"\x01 –\x08 áo¿qᶀÍ\x02 1&Ð\x06 "
b"\x01 –\x08 áo¿qᶀÍ\x02 1d~ê "
b"\x01 –\x08 áo¿qᶀÍ\x02 1Õ\x12 æ "
b"\x01 –\x08 áo¿qᶀÍ\x02 2Î\x14 T "
b"\x01 –\x08 áo¿qᶀÍ\x02 3{F¶ "
b"\x01 –\x08 áo¿qᶀÍ\x02 3Ж§ "
b"\x01 –\x08 áo¿qᶀÍ\x02 4\x1E î "
b"\x01 –\x08 áo¿qᶀÍ\x02 4*I "
b"\x01 –\x08 áo¿qᶀÍ\x02 4s¤\x1A "
b"\x01 –\x08 áo¿qᶀÍ\x02 5\x02 Ùj "
b"\x01 –\x08 áo¿qᶀÍ\x02 5\x1C Fí "
b"\x01 –\x08 áo¿qᶀÍ\x02 560n "
b"\x01 –\x08 áo¿qᶀÍ\x02 6\x1C jÿ "
b"\x01 –\x08 áo¿qᶀÍ\x02 6÷8] "
b"\x01 –\x08 áo¿qᶀÍ\x02 7ë\x1A ¨ "
b"\x01 –\x08 áo¿qᶀÍ\x02 8\x10 ]¹ "
b"\x01 –\x08 áo¿qᶀÍ\x02 8|_y "
b"\x01 –\x08 áo¿qᶀÍ\x02 9r\x7F [ "
b"\x01 –\x08 áo¿qᶀÍ\x02 9Ý"H "
b"\x01 –\x08 áo¿qᶀÍ\x02 :Z'ÿ "
b"\x01 –\x08 áo¿qᶀÍ\x02 :¼õ¾ "
b"\x01 –\x08 áo¿qᶀÍ\x02 ;¬¹P "
b"\x01 –\x08 áo¿qᶀÍ\x02 <{]x "
b"\x01 –\x08 áo¿qᶀÍ\x02 =p\f a "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 =É\x02 e "
b"\x01 –\x08 áo¿qᶀÍ\x02 >^²’ "
b"\x01 –\x08 áo¿qᶀÍ\x02 >jå\x02 "
b"\x01 –\x08 áo¿qᶀÍ\x02 >×\x17 \ "
b"\x01 –\x08 áo¿qᶀÍ\x02 >àb¹ "
b"\x01 –\x08 áo¿qᶀÍ\x02 ?9çó "
b"\x01 –\x08 áo¿qᶀÍ\x02 ?ó\x04\x08 "
b"\x01 –\x08 áo¿qᶀÍ\x02 @[õ! "
b"\x01 –\x08 áo¿qᶀÍ\x02 A5çX "
b"\x01 –\x08 áo¿qᶀÍ\x02 Aá\x16 b "
b"\x01 –\x08 áo¿qᶀÍ\x02 A펻 "
b"\x01 –\x08 áo¿qᶀÍ\x02 B©‡À "
b"\x01 –\x08 áo¿qᶀÍ\x02 C—L8 "
b"\x01 –\x08 áo¿qᶀÍ\x02 Dƒ¿_ "
b"\x01 –\x08 áo¿qᶀÍ\x02 E'í‘ "
b"\x01 –\x08 áo¿qᶀÍ\x02 E´·\x1E "
b"\x01 –\x08 áo¿qᶀÍ\x02 Eµ;\x08 "
b"\x01 –\x08 áo¿qᶀÍ\x02 Eµü\n "
b"\x01 –\x08 áo¿qᶀÍ\x02 F&åê "
b"\x01 –\x08 áo¿qᶀÍ\x02 FTäÎ "
b"\x01 –\x08 áo¿qᶀÍ\x02 F –0 "
b"\x01 –\x08 áo¿qᶀÍ\x02 FÜÃ+ "
b"\x01 –\x08 áo¿qᶀÍ\x02 Gl…X "
b"\x01 –\x08 áo¿qᶀÍ\x02 GãBÝ "
b"\x01 –\x08 áo¿qᶀÍ\x02 HAÙ\x1E "
b"\x01 –\x08 áo¿qᶀÍ\x02 H\x7F HŽ "
b"\x01 –\x08 áo¿qᶀÍ\x02 ImIç "
b"\x01 –\x08 áo¿qᶀÍ\x02 IŒ+1 "
b"\x01 –\x08 áo¿qᶀÍ\x02 J@?Õ "
b"\x01 –\x08 áo¿qᶀÍ\x02 JW¿Ü "
b"\x01 –\x08 áo¿qᶀÍ\x02 Jm™ÿ "
b"\x01 –\x08 áo¿qᶀÍ\x02 K\x13 bu "
b"\x01 –\x08 áo¿qᶀÍ\x02 K2\x19\f "
b"\x01 –\x08 áo¿qᶀÍ\x02 KÁ\x08 \ "
b"\x01 –\x08 áo¿qᶀÍ\x02 Lšû² "
b"\x01 –\x08 áo¿qᶀÍ\x02 MTO\x07 "
b"\x01 –\x08 áo¿qᶀÍ\x02 MÈ%O "
b"\x01 –\x08 áo¿qᶀÍ\x02 N¯Ÿ´ "
b"\x01 –\x08 áo¿qᶀÍ\x02 Oc¢Û "
b"\x01 –\x08 áo¿qᶀÍ\x02 P=GG "
b"\x01 –\x08 áo¿qᶀÍ\x02 P•\x1A\x1C "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 PØS, "
b"\x01 –\x08 áo¿qᶀÍ\x02 P®\x1A v "
b"\x01 –\x08 áo¿qᶀÍ\x02 Q‡È! "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 Q└BÅ "
b"\x01 –\x08 áo¿qᶀÍ\x02 R&íM "
b"\x01 –\x08 áo¿qᶀÍ\x02 R†‚¬ "
b"\x01 –\x08 áo¿qᶀÍ\x02 SW\x1F ã "
b"\x01 –\x08 áo¿qᶀÍ\x02 Såé\x15 "
b"\x01 –\x08 áo¿qᶀÍ\x02 T2Uo "
b"\x01 –\x08 áo¿qᶀÍ\x02 U\x14 ⃠"
b"\x01 –\x08 áo¿qᶀÍ\x02 UH´™ "
b"\x01 –\x08 áo¿qᶀÍ\x02 UØó "
b"\x01 –\x08 áo¿qᶀÍ\x02 VY·< "
b"\x01 –\x08 áo¿qᶀÍ\x02 W8çB "
b"\x01 –\x08 áo¿qᶀÍ\x02 WÙ#ì "
b"\x01 –\x08 áo¿qᶀÍ\x02 XYrñ "
b"\x01 –\x08 áo¿qᶀÍ\x02 X½ÍÐ "
b"\x01 –\x08 áo¿qᶀÍ\x02 Y8¿Y "
b"\x01 –\x08 áo¿qᶀÍ\x02 YýÇp "
b"\x01 –\x08 áo¿qᶀÍ\x02 Z'(\x15 "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 Z│\x17 Å "
b"\x01 –\x08 áo¿qᶀÍ\x02 [2[\x7F "
b"\x01 –\x08 áo¿qᶀÍ\x02 [_59 "
b"\x01 –\x08 áo¿qᶀÍ\x02 [ q\x02 "
b"\x01 –\x08 áo¿qᶀÍ\x02 \\t ®v "
b"\x01 –\x08 áo¿qᶀÍ\x02 \hLb "
b"\x01 –\x08 áo¿qᶀÍ\x02 \¬i² "
b"\x01 –\x08 áo¿qᶀÍ\x02 \Ûˆß "
b"\x01 –\x08 áo¿qᶀÍ\x02 ]ÖÒã "
b"\x01 –\x08 áo¿qᶀÍ\x02 ^‰½Ž "
b"\x01 –\x08 áo¿qᶀÍ\x02 ^Ñt† "
b"\x01 –\x08 áo¿qᶀÍ\x02 ^ÿàl "
b"\x01 –\x08 áo¿qᶀÍ\x02 _\x1D /6 "
b"\x01 –\x08 áo¿qᶀÍ\x02 _ óG "
b"\x01 –\x08 áp\x17 s=¹Éôz …Iå "
b"\x01 –\x08 áp\x17 s=¹Éôz æ8è "
b"\x01 –\x08 áp\x17 s=¹Éôz!t\x01 Ù "
b"\x01 –\x08 áp\x17 s=¹Éôz"pm2 "
b"\x01 –\x08 áp\x17 s=¹Éôz"þ#r "
b"\x01 –\x08 áp\x17 s=¹Éôz#\x7F b© "
b"\x01 –\x08 áp\x17 s=¹Éôz$\x01 ¯8 "
b"\x01 –\x08 áp\x17 s=¹Éôz$Îf2 "
b"\x01 –\x08 áp\x17 s=¹Éôz%”cI "
b"\x01 –\x08 áp\x17 s=¹Éôz%à¿+ "
b"\x01 û\x08 ßp\x17 s=╣╔¶z&É▀H "
b"\x01 –\x08 áp\x17 s=¹Éôz'hz: "
b"\x01 –\x08 áp\x17 s=¹Éôz(CÌh "
b"\x01 –\x08 áp\x17 s=¹Éôz)\x1F Œ5 "
b"\x01 –\x08 áp\x17 s=¹Éôz)Å0Ö "
b"\x01 –\x08 áp\x17 s=¹Éôz)Üs£ "
b"\x01 –\x08 áp\x17 s=¹Éôz*?Px "
b"\x01 –\x08 áp\x17 s=¹Éôz*réò "
b"\x01 –\x08 áp\x17 s=¹Éôz+BÆ[ "
b"""
\x01 –\x08 áp\x17 s=¹Éôz,\n
ÀÚ
"""
b"\x01 –\x08 áp\x17 s=¹Éôz,Óv[ "
b"\x01 –\x08 áp\x17 s=¹Éôz-©ç™ "
b"\x01 –\x08 áp\x17 s=¹Éôz.8\r * "
b"\x01 –\x08 áp\x17 s=¹Éôz.×Lq "
b"\x01 –\x08 áp\x17 s=¹Éôz/U‘ª "
b"""
\x01 –\x08 áp\x17 s=¹Éôz/l\n
d
"""
b"\x01 –\x08 áp\x17 s=¹Éôz/‚\x12 © "
b"\x01 –\x08 áp\x17 s=¹Éôz0Xîß "
b"\x01 –\x08 áp\x17 s=¹Éôz0}\x07 ¸ "
b"\x01 –\x08 áp\x17 s=¹Éôz0«ý\n "
b"\x01 –\x08 áp\x17 s=¹Éôz1y’q "
b"\x01 û\x08 ßp\x17 s=╣╔¶z1ìW\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz2^ìË "
b"\x01 –\x08 áp\x17 s=¹Éôz2—š\x1E "
b"\x01 –\x08 áp\x17 s=¹Éôz2¸‰\e "
b"\x01 –\x08 áp\x17 s=¹Éôz2ÜÖ" "
b"\x01 –\x08 áp\x17 s=¹Éôz2ñ‹Y "
b"\x01 –\x08 áp\x17 s=¹Éôz3®7\x02 "
b"\x01 –\x08 áp\x17 s=¹Éôz4 ô$ "
b"\x01 –\x08 áp\x17 s=¹Éôz4ƒ\x03 W "
b"\x01 û\x08 ßp\x17 s=╣╔¶z5\Nì "
b"\x01 –\x08 áp\x17 s=¹Éôz5µ/½ "
b"\x01 –\x08 áp\x17 s=¹Éôz6C%ê "
b"\x01 –\x08 áp\x17 s=¹Éôz7(( "
b"\x01 –\x08 áp\x17 s=¹Éôz8\x13\e\x05 "
b"\x01 û\x08 ßp\x17 s=╣╔¶z8ËÉ8 "
b"\x01 –\x08 áp\x17 s=¹Éôz8îo€ "
b"\x01 –\x08 áp\x17 s=¹Éôz9‡Áy "
b"\x01 –\x08 áp\x17 s=¹Éôz:2\x18 Ð "
b"\x01 –\x08 áp\x17 s=¹Éôz:c–… "
b"\x01 –\x08 áp\x17 s=¹Éôz;\x06 èÞ "
b"\x01 –\x08 áp\x17 s=¹Éôz;\x15\x18 Ñ "
b"\x01 –\x08 áp\x17 s=¹Éôz;@Å# "
b"\x01 –\x08 áp\x17 s=¹Éôz;¡ÊÄ "
b"\x01 –\x08 áp\x17 s=¹Éôz;î?ž "
b"\x01 –\x08 áp\x17 s=¹Éôz<&2v "
b"\x01 –\x08 áp\x17 s=¹Éôz=\x01 uï "
b"\x01 –\x08 áp\x17 s=¹Éôz=©\v\x02 "
b"\x01 –\x08 áp\x17 s=¹Éôz>X‚& "
b"\x01 –\x08 áp\x17 s=¹Éôz>ë_û "
b"\x01 –\x08 áp\x17 s=¹Éôz?\x0F £³ "
b"\x01 –\x08 áp\x17 s=¹Éôz?¨\x05 ù "
b"\x01 –\x08 áp\x17 s=¹Éôz@\x0E ;– "
b"\x01 –\x08 áp\x17 s=¹Éôz@ó\x1F j "
b"\x01 –\x08 áp\x17 s=¹ÉôzA¡O¦ "
b"\x01 –\x08 áp\x17 s=¹ÉôzA·%Ì "
b"\x01 –\x08 áp\x17 s=¹ÉôzB‚‚¼ "
b"\x01 –\x08 áp\x17 s=¹ÉôzCZ˜z "
b"\x01 –\x08 áp\x17 s=¹ÉôzC¿9E "
b"\x01 –\x08 áp\x17 s=¹ÉôzDx\x17 „ "
b"\x01 –\x08 áp\x17 s=¹ÉôzDÙž\n "
b"\x01 –\x08 áp\x17 s=¹ÉôzE\x02 ÔB "
b"\x01 –\x08 áp\x17 s=¹ÉôzE\x08 }@ "
b"\x01 –\x08 áp\x17 s=¹ÉôzEúÕÕ "
b"\x01 –\x08 áp\x17 s=¹ÉôzF\r A\x05 "
b"\x01 –\x08 áp\x17 s=¹ÉôzFj(\x07 "
b"\x01 –\x08 áp\x17 s=¹ÉôzGL\x06 [ "
b"\x01 –\x08 áp\x17 s=¹ÉôzG…»œ "
b"\x01 –\x08 áp\x17 s=¹ÉôzGã\x17 I "
b"\x01 –\x08 áp\x17 s=¹ÉôzH\e ±{ "
b"\x01 –\x08 áp\x17 s=¹ÉôzH®…À "
b"\x01 –\x08 áp\x17 s=¹ÉôzI ¤À "
b"\x01 –\x08 áp\x17 s=¹ÉôzIÕUp "
b"\x01 –\x08 áp\x17 s=¹ÉôzJZ³¢ "
b"\x01 –\x08 áp\x17 s=¹ÉôzJ†0ö "
b"""
\x01 –\x08 áp\x17 s=¹ÉôzJé\n
ó
"""
b"\x01 –\x08 áp\x17 s=¹ÉôzK‡{a "
b"\x01 –\x08 áp\x17 s=¹ÉôzLI¦_ "
b"\x01 û\x08 ßp\x17 s=╣╔¶zLŶ¡ "
b"\x01 –\x08 áp\x17 s=¹ÉôzL÷\x11 & "
b"\x01 –\x08 áp\x17 s=¹ÉôzM›£M "
b"\x01 –\x08 áp\x17 s=¹ÉôzMÆ\x13\t "
b"\x01 –\x08 áp\x17 s=¹ÉôzN'y— "
b"\x01 –\x08 áp\x17 s=¹ÉôzNÞS5 "
b"\x01 û\x08 ßp\x17 s=╣╔¶zOü└Ó "
b"\x01 –\x08 áp\x17 s=¹ÉôzP"á\x00 "
b"\x01 –\x08 áp\x17 s=¹ÉôzPÕ„û "
b"\x01 û\x08 ßp\x17 s=╣╔¶zQ╣Ø6 "
b"\x01 û\x08 ßp\x17 s=╣╔¶zREóì "
b"\x01 –\x08 áp\x17 s=¹ÉôzRN\x15 œ "
b"\x01 –\x08 áp\x17 s=¹ÉôzS\x04\x04 É "
b"\x01 –\x08 áp\x17 s=¹ÉôzSR _ "
b"\x01 –\x08 áp\x17 s=¹ÉôzS‘Ëi "
b"\x01 –\x08 áp\x17 s=¹ÉôzSÉÈŠ "
b"\x01 –\x08 áp\x17 s=¹ÉôzT1ï‚ "
b"\x01 –\x08 áp\x17 s=¹ÉôzU\x0E Âv "
b"\x01 –\x08 áp\x17 s=¹ÉôzUOr# "
b"\x01 –\x08 áp\x17 s=¹ÉôzUÊ÷7 "
b"\x01 –\x08 áp\x17 s=¹ÉôzV¼¦\x01 "
b"\x01 –\x08 áp\x17 s=¹ÉôzVô^‚ "
b"\x01 –\x08 áp\x17 s=¹ÉôzWT N "
b"\x01 –\x08 áp\x17 s=¹ÉôzW…¥Š "
b"\x01 –\x08 áp\x17 s=¹ÉôzX_¶µ "
b"\x01 –\x08 áp\x17 s=¹ÉôzXþ4A "
b"\x01 –\x08 áp\x17 s=¹ÉôzY¨”\x7F "
b"\x01 –\x08 áp\x17 s=¹ÉôzZ\x1C ¦ü "
b"\x01 –\x08 áp\x17 s=¹ÉôzZ\\x15 ÷ "
b"\x01 –\x08 áp\x17 s=¹Éôz[\x16 ¿Ö "
b"\x01 –\x08 áp\x17 s=¹Éôz[ÈŽW "
b"\x01 –\x08 áp\x17 s=¹Éôz\“ E "
b"\x01 –\x08 áp\x17 s=¹Éôz]n·\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz]ÝÏö "
b"\x01 –\x08 áp\x17 s=¹Éôz^KW6 "
b"\x01 –\x08 áp\x17 s=¹Éôz^Yå› "
b"\x01 –\x08 áp\x17 s=¹Éôz^òÙl "
b"\x01 –\x08 áp\x17 s=¹Éôz_\x11\x01 æ "
b"\x01 –\x08 áp\x17 s=¹Éôz`\x07 €< "
b"\x01 –\x08 áp\x17 s=¹Éôz`—àõ "
b"\x01 –\x08 áp\x17 s=¹ÉôzaOS\x0E "
b"\x01 –\x08 áp\x17 s=¹ÉôzaÿãP "
b"\x01 –\x08 áp\x17 s=¹Éôzb9nt "
b"\x01 –\x08 áp\x17 s=¹Éôzc\x06 Çz "
b"\x01 –\x08 áp\x17 s=¹Éôzcæˆç "
b"\x01 –\x08 áp\x17 s=¹Éôzd©±ï "
b"\x01 –\x08 áp\x17 s=¹ÉôzeK\x01 F "
b"\x01 –\x08 áp\x17 s=¹Éôze‰a& "
b"\x01 –\x08 áp\x17 s=¹Éôzf\x1E èé "
b"\x01 –\x08 áp\x17 s=¹Éôzf_”i "
b"\x01 û\x08 ßp\x17 s=╣╔¶zgWyÅ "
b"\x01 –\x08 áp\x17 s=¹ÉôzgÞ“ž "
b"\x01 –\x08 áp\x17 s=¹ÉôzhYl² "
b"""
\x01 –\x08 áp\x17 s=¹Éôzi\n
,à
"""
b"\x01 –\x08 áp\x17 s=¹Éôzi2QÓ "
b"\x01 –\x08 áp\x17 s=¹Éôzj+ Î "
b"\x01 –\x08 áp\x17 s=¹Éôzjœø\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôzjã~, "
b"\x01 –\x08 áp\x17 s=¹Éôzk‚’’ "
b"\x01 –\x08 áp\x17 s=¹ÉôzkÈ…\x19 "
b"\x01 –\x08 áp\x17 s=¹Éôzkçi\x1C "
b"\x01 –\x08 áp\x17 s=¹ÉôzlŠ¡Ì "
b"\x01 –\x08 áp\x17 s=¹Éôzm\x1F\x05 Ì "
b"\x01 –\x08 áp\x17 s=¹Éôzm8ÀÇ "
b"\x01 –\x08 áp\x17 s=¹Éôzmp»ï "
b"\x01 –\x08 áp\x17 s=¹Éôzn\x16\x00 b "
b"\x01 –\x08 áp\x17 s=¹ÉôznIå\x17 "
b"\x01 –\x08 áp\x17 s=¹ÉôznÛBm "
b"\x01 û\x08 ßp\x17 s=╣╔¶zo%áØ "
b"\x01 –\x08 áp\x17 s=¹Éôzog¾U "
b"\x01 –\x08 áptpS“ó\x14 å‹Cà\x1C "
b"\x01 –\x08 áptpS“ó\x14 å‹d\e Ç "
b"\x01 –\x08 áptpS“ó\x14 åŒ\x13 Â\x16 "
b"\x01 –\x08 áptpS“ó\x14 åŒ:Þ\x16 "
b"\x01 û\x08 ßptpSô¾\x14 Õìw·B "
b"\x01 û\x08 ßptpSô¾\x14 ÕìùÊw "
b"\x01 û\x08 ßptpSô¾\x14 ÕÅ-¾╚ "
b"\x01 –\x08 áptpS“ó\x14 呈ì@ "
b"\x01 –\x08 áptpS“ó\x14 å’\f \Û "
b"\x01 –\x08 áptpS“ó\x14 哧\x08 : "
b"\x01 –\x08 áptpS“ó\x14 å—æBo "
b"\x01 –\x08 áptpS“ó\x14 å˜^mn "
b"\x01 –\x08 áptpS“ó\x14 å˜sPw "
b"\x01 –\x08 áptpS“ó\x14 嘩èd "
b"\x01 –\x08 áptpS“ó\x14 åš\x13 ò\x01 "
b"\x01 –\x08 áptpS“ó\x14 åšæ‡\ "
b"\x01 –\x08 áptpS“ó\x14 åœ\x08 "\n "
b"\x01 –\x08 áptpS“ó\x14 圮)( "
b"\x01 û\x08 ßptpSô¾\x14 ÕØì\x18 ╩ "
b"\x01 û\x08 ßptpSô¾\x14 ÕØÄ>\x18 "
b"\x01 û\x08 ßptpSô¾\x14 ÕسÈy "
b"\x01 –\x08 áptpS“ó\x14 åž1Éû "
b"\x01 –\x08 áptpS“ó\x14 åž×(y "
b"\x01 –\x08 áptpS“ó\x14 åŸWD¢ "
b"\x01 –\x08 áptpS“ó\x14 å Ѿ• "
b"\x01 –\x08 áptpS“ó\x14 å¡ÏDü "
]
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 (0x019608E16F6B71D0ABFA719E5FF95932 , 0x019608E16F6B71D0ABFA719E6090E564 , 0x019608E16F6B71D0ABFA719E6097E67D , 0x019608E16F6B71D0ABFA719E60CC746B , 0x019608E16F6B71D0ABFA719E60F9E152 , 0x019608E16F6B71D0ABFA719E6115D98A , 0x019608E16F6B71D0ABFA719E6193DE12 , 0x019608E16F6B71D0ABFA719E622B6D23 , 0x019608E16F6B71D0ABFA719E62E40DB9 , 0x019608E16F6B71D0ABFA719E62E7800A , 0x019608E16F6B71D0ABFA719E63AAAE9E , 0x019608E16F6B71D0ABFA719E6430C1CB , 0x019608E16F6B71D0ABFA719E644A9A33 , 0x019608E16F6B71D0ABFA719E650F82E7 , 0x019608E16F6B71D0ABFA719E655C105A , 0x019608E16F6B71D0ABFA719E662F8CEF , 0x019608E16F6B71D0ABFA719E6649D1F5 , 0x019608E16F6B71D0ABFA719E6706B56C , 0x019608E16F6B71D0ABFA719E67E6E70F , 0x019608E16F6B71D0ABFA719E687BF13C , 0x019608E16F6B71D0ABFA719E68FBDAC1 , 0x019608E16F6B71D0ABFA719E69B08063 , 0x019608E16F6B71D0ABFA719E6A8486B0 , 0x019608E16F6B71D0ABFA719E6ACE5344 , 0x019608E16F6B71D0ABFA719E6AF950BC , 0x019608E16F6C7241B8EF9352FB71D483 , 0x019608E16F6C7241B8EF9352FC1C4967 , 0x019608E16F6C7241B8EF9352FC88B972 , 0x019608E16F6C7241B8EF9352FC912AF2 , 0x019608E16F6C7241B8EF9352FD7CB9F0 , 0x019608E16F6C7241B8EF9352FE407B78 , 0x019608E16F6C7241B8EF9352FEF8AD16 , 0x019608E16F6C7241B8EF9352FFB3388D , 0x019608E16F6C7241B8EF93530061E12B , 0x019608E16F6C7241B8EF93530117C471 , 0x019608E16F6C7241B8EF935301F1F313 , 0x019608E16F6C7241B8EF9353027FA4D4 , 0x019608E16F6C7241B8EF93530324EC97 , 0x019608E16F6C7241B8EF935303F15B6B , 0x019608E16F6C7241B8EF9353048FE140 , 0x019608E16F6C7241B8EF935304F10E84 , 0x019608E16F6C7241B8EF93530530D898 , 0x019608E16F6C7241B8EF935305CA5C2D , 0x019608E16F6C7241B8EF93530671EFB2 , 0x019608E16F6C7241B8EF9353075D7D39 , 0x019608E16F6C7241B8EF93530812DDEB , 0x019608E16F6C7241B8EF935308FD44F3 , 0x019608E16F6C7241B8EF935309FBA1C8 , 0x019608E16F6C7241B8EF935309FE8814 , 0x019608E16F6C7241B8EF93530A9F36DC , 0x019608E16F6C7241B8EF93530B04422A , 0x019608E16F6C7241B8EF93530B1A43B0 , 0x019608E16F6C7241B8EF93530B2AA221 , 0x019608E16F6C7241B8EF93530C23F242 , 0x019608E16F6C7241B8EF93530C57EE8D , 0x019608E16F6C7241B8EF93530C9D68B3 , 0x019608E16F6C7241B8EF93530D348F12 , 0x019608E16F6C7241B8EF93530D565057 , 0x019608E16F6C7241B8EF93530E4E4773 , 0x019608E16F6C7241B8EF93530E88DC6D , 0x019608E16F6C7241B8EF93530EB19A2A , 0x019608E16F6C7241B8EF93530F27733B , 0x019608E16F6C7241B8EF9353100D30A2 , 0x019608E16F6C7241B8EF93531020E23E , 0x019608E16F6C7241B8EF935310E901A2 , 0x019608E16F6C7241B8EF93531174250E , 0x019608E16F6C7241B8EF9353121674A1 , 0x019608E16F6C7241B8EF9353127D3C5A , 0x019608E16F6C7241B8EF935313765854 , 0x019608E16F6C7241B8EF93531463385E , 0x019608E16F6C7241B8EF9353155586E9 , 0x019608E16F6C7241B8EF93531568DA19 , 0x019608E16F6C7241B8EF9353160E3B7C , 0x019608E16F6C7241B8EF9353170522E3 , 0x019608E16F6C7241B8EF935317940F03 , 0x019608E16F6C7241B8EF9353185706FF , 0x019608E16F6C7241B8EF9353190046C9 , 0x019608E16F6C7241B8EF935319F0F865 , 0x019608E16F6C7241B8EF93531A098724 , 0x019608E16F6C7241B8EF93531A96E0D4 , 0x019608E16F6C7241B8EF93531B19E73C , 0x019608E16F6C7241B8EF93531B9B4D75 , 0x019608E16F6C7241B8EF93531BEF964A , 0x019608E16F6C7241B8EF93531C2D055E , 0x019608E16F6C7241B8EF93531C5B9CDA , 0x019608E16F6C7241B8EF93531C99BB1C , 0x019608E16F6C7241B8EF93531D43FA35 , 0x019608E16F6C7241B8EF93531D94D2F8 , 0x019608E16F6C7241B8EF93531E354533 , 0x019608E16F6C7241B8EF93531E391862 , 0x019608E16F6C7241B8EF93531E7DE4B9 , 0x019608E16F6C7241B8EF93531F380A46 , 0x019608E16F6C7241B8EF93531FD8C44F , 0x019608E16F6C7241B8EF93532037F2E8 , 0x019608E16F6C7241B8EF9353213748B6 , 0x019608E16F6C7241B8EF93532204B9AC , 0x019608E16F6C7241B8EF9353227BD9D3 , 0x019608E16F6C7241B8EF935322A3124F , 0x019608E16F6C7241B8EF9353233E1A89 , 0x019608E16F6C7241B8EF935323F8B43B , 0x019608E16F6C7241B8EF935324D61231 , 0x019608E16F6C7241B8EF935325106601 , 0x019608E16F6C7241B8EF935325E423FD , 0x019608E16F6C7241B8EF9353265998CE , 0x019608E16F6C7241B8EF935326D6AC1A , 0x019608E16F6C7241B8EF935327175682 , 0x019608E16F6C7241B8EF935327D74788 , 0x019608E16F6C7241B8EF935328C8B737 , 0x019608E16F6C7241B8EF935328F67168 , 0x019608E16F6C7241B8EF935329D296CB , 0x019608E16F6C7241B8EF93532A1826C7 , 0x019608E16F6C7241B8EF93532AA0EC4B , 0x019608E16F6C7241B8EF93532B2A6A66 , 0x019608E16F6C7241B8EF93532C0F26F2 , 0x019608E16F6C7241B8EF93532C582C75 , 0x019608E16F6C7241B8EF93532C8965CA , 0x019608E16F6C7241B8EF93532CF379E8 , 0x019608E16F6C7241B8EF93532D2ECC1B , 0x019608E16F6C7241B8EF93532D80AE8D , 0x019608E16F6C7241B8EF93532E1F082A , 0x019608E16F6C7241B8EF93532EF874AC , 0x019608E16F6C7241B8EF93532FE29B0E , 0x019608E16F6C7241B8EF93533051A7A1 , 0x019608E16F6C7241B8EF935330A7626D , 0x019608E16F6C7241B8EF9353315E0D94 , 0x019608E16F6C7241B8EF935331D8B4C3 , 0x019608E16F6C7241B8EF935332A32D51 , 0x019608E16F6C7241B8EF935333913453 , 0x019608E16F6C7241B8EF935333EA0887 , 0x019608E16F6C7241B8EF9353340E2B75 , 0x019608E16F6C7241B8EF935334A98F75 , 0x019608E16F6C7241B8EF935334B2B193 , 0x019608E16F6C7241B8EF93533517FD4D , 0x019608E16F6C7241B8EF935335CDA0B8 , 0x019608E16F6C7241B8EF93533643235E , 0x019608E16F6C7241B8EF935336A501AC , 0x019608E16F6C7241B8EF935336B437DA , 0x019608E16F6C7241B8EF935336DA64B6 , 0x019608E16F6C7241B8EF93533791703E , 0x019608E16F6C7241B8EF9353388C36BF , 0x019608E16F6C7241B8EF9353388ECDBF , 0x019608E16F6C7241B8EF9353394D1409 , 0x019608E16F6C7241B8EF93533A30A6E8 , 0x019608E16F6C7241B8EF93533A31D9A7 , 0x019608E16F6C7241B8EF93533A94CF14 , 0x019608E16F6C7241B8EF93533AD26740 , 0x019608E16F6C7241B8EF93533BCDA179 , 0x019608E16F6C7241B8EF93533C307477 , 0x019608E16F6C7241B8EF93533C4FCDE9 , 0x019608E16F6C7241B8EF93533D1771C9 , 0x019608E16F6C7241B8EF93533D962682 , 0x019608E16F6C7241B8EF93533E138C9A , 0x019608E16F6C7241B8EF93533EBB41DE , 0x019608E16F6C7241B8EF93533F0BE40E , 0x019608E16F6C7241B8EF93533F4E95D5 , 0x019608E16F6C7241B8EF93534040B16E , 0x019608E16F6C7241B8EF9353404661B3 , 0x019608E16F6C7241B8EF935340BF97B1 , 0x019608E16FBF71E1B680CD0211CFB00C , 0x019608E16FBF71E1B680CD0211FD4223 , 0x019608E16FBF71E1B680CD0212DB17FA , 0x019608E16FBF71E1B680CD021311A476 , 0x019608E16FBF71E1B680CD02134F4A00 , 0x019608E16FBF71E1B680CD021443CEFC , 0x019608E16FBF71E1B680CD0214F4B924 , 0x019608E16FBF71E1B680CD0215B6E03C , 0x019608E16FBF71E1B680CD0216A83CE7 , 0x019608E16FBF71E1B680CD0216CB19AC , 0x019608E16FBF71E1B680CD021727A58B , 0x019608E16FBF71E1B680CD02173FDDAA , 0x019608E16FBF71E1B680CD0217E8B1D9 , 0x019608E16FBF71E1B680CD0217F10302 , 0x019608E16FBF71E1B680CD0218EC870F , 0x019608E16FBF71E1B680CD021939B126 , 0x019608E16FBF71E1B680CD021A20A45D , 0x019608E16FBF71E1B680CD021A45DB45 , 0x019608E16FBF71E1B680CD021A81D98B , 0x019608E16FBF71E1B680CD021B5C007A , 0x019608E16FBF71E1B680CD021BB5F0CA , 0x019608E16FBF71E1B680CD021C0EA32D , 0x019608E16FBF71E1B680CD021C8B75CE , 0x019608E16FBF71E1B680CD021D5E2E46 , 0x019608E16FBF71E1B680CD021E597BC9 , 0x019608E16FBF71E1B680CD021EE482A4 , 0x019608E16FBF71E1B680CD021F41203B , 0x019608E16FBF71E1B680CD021F54F139 , 0x019608E16FBF71E1B680CD021FABDC69 , 0x019608E16FBF71E1B680CD02208A1A51 , 0x019608E16FBF71E1B680CD02213E808B , 0x019608E16FBF71E1B680CD0221EB018E , 0x019608E16FBF71E1B680CD02225F4D9D , 0x019608E16FBF71E1B680CD0223201112 , 0x019608E16FBF71E1B680CD0223D195F5 , 0x019608E16FBF71E1B680CD0224CB2332 , 0x019608E16FBF71E1B680CD02258CC9AD , 0x019608E16FBF71E1B680CD022632B55B , 0x019608E16FBF71E1B680CD0226D26728 , 0x019608E16FBF71E1B680CD0226E0F215 , 0x019608E16FBF71E1B680CD0227ABFB21 , 0x019608E16FBF71E1B680CD0228310B3C , 0x019608E16FBF71E1B680CD0228EBC17E , 0x019608E16FBF71E1B680CD02290CCAA8 , 0x019608E16FBF71E1B680CD02298FF805 , 0x019608E16FBF71E1B680CD022A4D44E0 , 0x019608E16FBF71E1B680CD022ACA7E41 , 0x019608E16FBF71E1B680CD022ACF6D13 , 0x019608E16FBF71E1B680CD022B2F6FE7 , 0x019608E16FBF71E1B680CD022BE1C87A , 0x019608E16FBF71E1B680CD022CE00CAC , 0x019608E16FBF71E1B680CD022D246D4E , 0x019608E16FBF71E1B680CD022DABE1B6 , 0x019608E16FBF71E1B680CD022DF0F34C , 0x019608E16FBF71E1B680CD022DF70565 , 0x019608E16FBF71E1B680CD022E9D3242 , 0x019608E16FBF71E1B680CD022F3E4D63 , 0x019608E16FBF71E1B680CD023026FB56 , 0x019608E16FBF71E1B680CD0230A02BE5 , 0x019608E16FBF71E1B680CD023126D006 , 0x019608E16FBF71E1B680CD0231647EEA , 0x019608E16FBF71E1B680CD0231D512E6 , 0x019608E16FBF71E1B680CD0232CE1454 , 0x019608E16FBF71E1B680CD02337B46B6 , 0x019608E16FBF71E1B680CD0233D096A7 , 0x019608E16FBF71E1B680CD02341EEEAD , 0x019608E16FBF71E1B680CD02342A4920 , 0x019608E16FBF71E1B680CD023473A41A , 0x019608E16FBF71E1B680CD023502D96A , 0x019608E16FBF71E1B680CD02351C46ED , 0x019608E16FBF71E1B680CD023536306E , 0x019608E16FBF71E1B680CD02361C6AFF , 0x019608E16FBF71E1B680CD0236F7385D , 0x019608E16FBF71E1B680CD0237EB1AA8 , 0x019608E16FBF71E1B680CD0238105DB9 , 0x019608E16FBF71E1B680CD02387C5F79 , 0x019608E16FBF71E1B680CD0239727F5B , 0x019608E16FBF71E1B680CD0239DD2248 , 0x019608E16FBF71E1B680CD023A5A27FF , 0x019608E16FBF71E1B680CD023ABCF5BE , 0x019608E16FBF71E1B680CD023BACB950 , 0x019608E16FBF71E1B680CD023C7B5D78 , 0x019608E16FBF71E1B680CD023D700C61 , 0x019608E16FBF71E1B680CD023D900265 , 0x019608E16FBF71E1B680CD023E5EB292 , 0x019608E16FBF71E1B680CD023E6AE502 , 0x019608E16FBF71E1B680CD023ED7175C , 0x019608E16FBF71E1B680CD023EE062B9 , 0x019608E16FBF71E1B680CD023F39E7F3 , 0x019608E16FBF71E1B680CD023FF30408 , 0x019608E16FBF71E1B680CD02405BF521 , 0x019608E16FBF71E1B680CD024135E758 , 0x019608E16FBF71E1B680CD0241E11662 , 0x019608E16FBF71E1B680CD0241ED8EBB , 0x019608E16FBF71E1B680CD0242A987C0 , 0x019608E16FBF71E1B680CD0243974C38 , 0x019608E16FBF71E1B680CD024483BF5F , 0x019608E16FBF71E1B680CD024527ED91 , 0x019608E16FBF71E1B680CD0245B4B71E , 0x019608E16FBF71E1B680CD0245B53B08 , 0x019608E16FBF71E1B680CD0245B5FC0A , 0x019608E16FBF71E1B680CD024626E5EA , 0x019608E16FBF71E1B680CD024654E4CE , 0x019608E16FBF71E1B680CD0246A09630 , 0x019608E16FBF71E1B680CD0246DCC32B , 0x019608E16FBF71E1B680CD02476C8558 , 0x019608E16FBF71E1B680CD0247E342DD , 0x019608E16FBF71E1B680CD024841D91E , 0x019608E16FBF71E1B680CD02487F488E , 0x019608E16FBF71E1B680CD02496D49E7 , 0x019608E16FBF71E1B680CD02498C2B31 , 0x019608E16FBF71E1B680CD024A403FD5 , 0x019608E16FBF71E1B680CD024A57BFDC , 0x019608E16FBF71E1B680CD024A6D99FF , 0x019608E16FBF71E1B680CD024B136275 , 0x019608E16FBF71E1B680CD024B32190C , 0x019608E16FBF71E1B680CD024BC1085C , 0x019608E16FBF71E1B680CD024C9AFBB2 , 0x019608E16FBF71E1B680CD024D544F07 , 0x019608E16FBF71E1B680CD024DC8254F , 0x019608E16FBF71E1B680CD024EAF9FB4 , 0x019608E16FBF71E1B680CD024F63A2DB , 0x019608E16FBF71E1B680CD02503D4747 , 0x019608E16FBF71E1B680CD0250951A1C , 0x019608E16FBF71E1B680CD02509D532C , 0x019608E16FBF71E1B680CD0250AE1A76 , 0x019608E16FBF71E1B680CD025187C821 , 0x019608E16FBF71E1B680CD0251C0428F , 0x019608E16FBF71E1B680CD025226ED4D , 0x019608E16FBF71E1B680CD02528682AC , 0x019608E16FBF71E1B680CD0253571FE3 , 0x019608E16FBF71E1B680CD0253E5E915 , 0x019608E16FBF71E1B680CD025432556F , 0x019608E16FBF71E1B680CD025514E283 , 0x019608E16FBF71E1B680CD025548B499 , 0x019608E16FBF71E1B680CD0255D8ADF3 , 0x019608E16FBF71E1B680CD025659B73C , 0x019608E16FBF71E1B680CD025738E742 , 0x019608E16FBF71E1B680CD0257D923EC , 0x019608E16FBF71E1B680CD02585972F1 , 0x019608E16FBF71E1B680CD0258BDCDD0 , 0x019608E16FBF71E1B680CD025938BF59 , 0x019608E16FBF71E1B680CD0259FDC770 , 0x019608E16FBF71E1B680CD025A272815 , 0x019608E16FBF71E1B680CD025AB3178F , 0x019608E16FBF71E1B680CD025B325B7F , 0x019608E16FBF71E1B680CD025B5F3539 , 0x019608E16FBF71E1B680CD025BA07102 , 0x019608E16FBF71E1B680CD025C09AE76 , 0x019608E16FBF71E1B680CD025C684C62 , 0x019608E16FBF71E1B680CD025CAC69B2 , 0x019608E16FBF71E1B680CD025CDB88DF , 0x019608E16FBF71E1B680CD025DD6D2E3 , 0x019608E16FBF71E1B680CD025E89BD8E , 0x019608E16FBF71E1B680CD025ED17486 , 0x019608E16FBF71E1B680CD025EFFE06C , 0x019608E16FBF71E1B680CD025F1D2F36 , 0x019608E16FBF71E1B680CD025F20F347 , 0x019608E17017733DB9C9F47A208549E5 , 0x019608E17017733DB9C9F47A20E638E8 , 0x019608E17017733DB9C9F47A217401D9 , 0x019608E17017733DB9C9F47A22706D32 , 0x019608E17017733DB9C9F47A22FE2372 , 0x019608E17017733DB9C9F47A237F62A9 , 0x019608E17017733DB9C9F47A2401AF38 , 0x019608E17017733DB9C9F47A24CE6632 , 0x019608E17017733DB9C9F47A25946349 , 0x019608E17017733DB9C9F47A25E0BF2B , 0x019608E17017733DB9C9F47A2690DF48 , 0x019608E17017733DB9C9F47A27687A3A , 0x019608E17017733DB9C9F47A2843CC68 , 0x019608E17017733DB9C9F47A291F8C35 , 0x019608E17017733DB9C9F47A29C530D6 , 0x019608E17017733DB9C9F47A29DC73A3 , 0x019608E17017733DB9C9F47A2A3F5078 , 0x019608E17017733DB9C9F47A2A72E9F2 , 0x019608E17017733DB9C9F47A2B42C65B , 0x019608E17017733DB9C9F47A2C0AC0DA , 0x019608E17017733DB9C9F47A2CD3765B , 0x019608E17017733DB9C9F47A2DA9E799 , 0x019608E17017733DB9C9F47A2E380D2A , 0x019608E17017733DB9C9F47A2ED74C71 , 0x019608E17017733DB9C9F47A2F5591AA , 0x019608E17017733DB9C9F47A2F6C0A64 , 0x019608E17017733DB9C9F47A2F8212A9 , 0x019608E17017733DB9C9F47A3058EEDF , 0x019608E17017733DB9C9F47A307D07B8 , 0x019608E17017733DB9C9F47A30ABFD0A , 0x019608E17017733DB9C9F47A31799271 , 0x019608E17017733DB9C9F47A318D5701 , 0x019608E17017733DB9C9F47A325EECCB , 0x019608E17017733DB9C9F47A32979A1E , 0x019608E17017733DB9C9F47A32B8891B , 0x019608E17017733DB9C9F47A32DCD622 , 0x019608E17017733DB9C9F47A32F18B59 , 0x019608E17017733DB9C9F47A33AE3702 , 0x019608E17017733DB9C9F47A3420F424 , 0x019608E17017733DB9C9F47A34830357 , 0x019608E17017733DB9C9F47A355C4E8D , 0x019608E17017733DB9C9F47A35B52FBD , 0x019608E17017733DB9C9F47A364325EA , 0x019608E17017733DB9C9F47A37282820 , 0x019608E17017733DB9C9F47A38131B05 , 0x019608E17017733DB9C9F47A38D39038 , 0x019608E17017733DB9C9F47A38EE6F80 , 0x019608E17017733DB9C9F47A3987C179 , 0x019608E17017733DB9C9F47A3A3218D0 , 0x019608E17017733DB9C9F47A3A639685 , 0x019608E17017733DB9C9F47A3B06E8DE , 0x019608E17017733DB9C9F47A3B1518D1 , 0x019608E17017733DB9C9F47A3B40C523 , 0x019608E17017733DB9C9F47A3BA1CAC4 , 0x019608E17017733DB9C9F47A3BEE3F9E , 0x019608E17017733DB9C9F47A3C263276 , 0x019608E17017733DB9C9F47A3D0175EF , 0x019608E17017733DB9C9F47A3DA90B02 , 0x019608E17017733DB9C9F47A3E588226 , 0x019608E17017733DB9C9F47A3EEB5FFB , 0x019608E17017733DB9C9F47A3F0FA3B3 , 0x019608E17017733DB9C9F47A3FA805F9 , 0x019608E17017733DB9C9F47A400E3B96 , 0x019608E17017733DB9C9F47A40F31F6A , 0x019608E17017733DB9C9F47A41A14FA6 , 0x019608E17017733DB9C9F47A41B725CC , 0x019608E17017733DB9C9F47A428282BC , 0x019608E17017733DB9C9F47A435A987A , 0x019608E17017733DB9C9F47A43BF3945 , 0x019608E17017733DB9C9F47A44781784 , 0x019608E17017733DB9C9F47A44D99E0A , 0x019608E17017733DB9C9F47A4502D442 , 0x019608E17017733DB9C9F47A45087D40 , 0x019608E17017733DB9C9F47A45FAD5D5 , 0x019608E17017733DB9C9F47A460D4105 , 0x019608E17017733DB9C9F47A466A2807 , 0x019608E17017733DB9C9F47A474C065B , 0x019608E17017733DB9C9F47A4785BB9C , 0x019608E17017733DB9C9F47A47E31749 , 0x019608E17017733DB9C9F47A481BB17B , 0x019608E17017733DB9C9F47A48AE85C0 , 0x019608E17017733DB9C9F47A49A0A4C0 , 0x019608E17017733DB9C9F47A49D55570 , 0x019608E17017733DB9C9F47A4A5AB3A2 , 0x019608E17017733DB9C9F47A4A8630F6 , 0x019608E17017733DB9C9F47A4AE90AF3 , 0x019608E17017733DB9C9F47A4B877B61 , 0x019608E17017733DB9C9F47A4C49A65F , 0x019608E17017733DB9C9F47A4C8FF4AD , 0x019608E17017733DB9C9F47A4CF71126 , 0x019608E17017733DB9C9F47A4D9BA34D , 0x019608E17017733DB9C9F47A4DC61309 , 0x019608E17017733DB9C9F47A4E277997 , 0x019608E17017733DB9C9F47A4EDE5335 , 0x019608E17017733DB9C9F47A4F81C0E0 , 0x019608E17017733DB9C9F47A5022E100 , 0x019608E17017733DB9C9F47A50D584FB , 0x019608E17017733DB9C9F47A51B99D36 , 0x019608E17017733DB9C9F47A5245A28D , 0x019608E17017733DB9C9F47A524E159C , 0x019608E17017733DB9C9F47A530404C9 , 0x019608E17017733DB9C9F47A5352A05F , 0x019608E17017733DB9C9F47A5391CB69 , 0x019608E17017733DB9C9F47A53C9C88A , 0x019608E17017733DB9C9F47A5431EF82 , 0x019608E17017733DB9C9F47A550EC276 , 0x019608E17017733DB9C9F47A554F7223 , 0x019608E17017733DB9C9F47A55CAF737 , 0x019608E17017733DB9C9F47A56BCA601 , 0x019608E17017733DB9C9F47A56F45E82 , 0x019608E17017733DB9C9F47A5754A04E , 0x019608E17017733DB9C9F47A5785A58A , 0x019608E17017733DB9C9F47A585FB6B5 , 0x019608E17017733DB9C9F47A58FE3441 , 0x019608E17017733DB9C9F47A59A8947F , 0x019608E17017733DB9C9F47A5A1CA6FC , 0x019608E17017733DB9C9F47A5A5C15F7 , 0x019608E17017733DB9C9F47A5B16BFD6 , 0x019608E17017733DB9C9F47A5BC88E57 , 0x019608E17017733DB9C9F47A5C93A045 , 0x019608E17017733DB9C9F47A5D6EB701 , 0x019608E17017733DB9C9F47A5DDDCFF6 , 0x019608E17017733DB9C9F47A5E4B5736 , 0x019608E17017733DB9C9F47A5E59E59B , 0x019608E17017733DB9C9F47A5EF2D96C , 0x019608E17017733DB9C9F47A5F1101E6 , 0x019608E17017733DB9C9F47A6007803C , 0x019608E17017733DB9C9F47A6097E0F5 , 0x019608E17017733DB9C9F47A614F530E , 0x019608E17017733DB9C9F47A61FFE350 , 0x019608E17017733DB9C9F47A62396E74 , 0x019608E17017733DB9C9F47A6306C77A , 0x019608E17017733DB9C9F47A63E688E7 , 0x019608E17017733DB9C9F47A64A9B1EF , 0x019608E17017733DB9C9F47A654B0146 , 0x019608E17017733DB9C9F47A65896126 , 0x019608E17017733DB9C9F47A661EE8E9 , 0x019608E17017733DB9C9F47A665F9469 , 0x019608E17017733DB9C9F47A6757798F , 0x019608E17017733DB9C9F47A67DE939E , 0x019608E17017733DB9C9F47A68596CB2 , 0x019608E17017733DB9C9F47A690A2CE0 , 0x019608E17017733DB9C9F47A693251D3 , 0x019608E17017733DB9C9F47A6A2B20CE , 0x019608E17017733DB9C9F47A6A9CF801 , 0x019608E17017733DB9C9F47A6AE37E2C , 0x019608E17017733DB9C9F47A6B829292 , 0x019608E17017733DB9C9F47A6BC88519 , 0x019608E17017733DB9C9F47A6BE7691C , 0x019608E17017733DB9C9F47A6C8AA1CC , 0x019608E17017733DB9C9F47A6D1F05CC , 0x019608E17017733DB9C9F47A6D38C0C7 , 0x019608E17017733DB9C9F47A6D70BBEF , 0x019608E17017733DB9C9F47A6E160062 , 0x019608E17017733DB9C9F47A6E49E517 , 0x019608E17017733DB9C9F47A6EDB426D , 0x019608E17017733DB9C9F47A6F25A09D , 0x019608E17017733DB9C9F47A6F67BE55 , 0x019608E17074705393F314E58B43E01C , 0x019608E17074705393F314E58B641BC7 , 0x019608E17074705393F314E58C13C216 , 0x019608E17074705393F314E58C3ADE16 , 0x019608E17074705393F314E58D77FA42 , 0x019608E17074705393F314E58D97D277 , 0x019608E17074705393F314E58F2DF3C8 , 0x019608E17074705393F314E59188EC40 , 0x019608E17074705393F314E5920C5CDB , 0x019608E17074705393F314E593A7083A , 0x019608E17074705393F314E597E6426F , 0x019608E17074705393F314E5985E6D6E , 0x019608E17074705393F314E598735077 , 0x019608E17074705393F314E598A9E864 , 0x019608E17074705393F314E59A13F201 , 0x019608E17074705393F314E59AE6875C , 0x019608E17074705393F314E59C08220A , 0x019608E17074705393F314E59CAE2928 , 0x019608E17074705393F314E59D8D18CA , 0x019608E17074705393F314E59D8E3E18 , 0x019608E17074705393F314E59DFCD479 , 0x019608E17074705393F314E59E31C9FB , 0x019608E17074705393F314E59ED72879 , 0x019608E17074705393F314E59F5744A2 , 0x019608E17074705393F314E5A0D1BE95 , 0x019608E17074705393F314E5A1CF44FC );
Copy
67
2.87 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 –\x08 áptpS“ó\x14 哧\x08 : "
b"\x01 –\x08 áq\x1D r‹‹;\r §«,r× "
b"\x01 û\x08 ßptpSô¾\x14 Õìw·B "
b"\x01 –\x08 áptpS“ó\x14 åÓ-»f "
b"\x01 –\x08 áq\x1D r‹‹;\r §£U$— "
b"\x01 –\x08 áolrA¸ï“S=\x17 qÉ "
b"\x01 û\x08 ßq\x1D rïï;\r ºÑ/ü╝ "
b"\x01 –\x08 áolrA¸ï“S>\x13 Œš "
b"\x01 –\x08 áolrA¸ï“S7‘p> "
b"\x01 –\x08 áq\x1D r‹‹;\r §¤\x1A bn "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 Q└BÅ "
b"\x01 –\x08 áp\x17 s=¹Éôz=\x01 uï "
b"\x01 –\x08 ápõrð´¬a̼ü\r ú "
b"\x01 –\x08 áq3qçɢJ&|îm "
b"\x01 –\x08 áo¿qᶀÍ\x02 :Z'ÿ "
b"\x01 –\x08 áp\x17 s=¹Éôz>ë_û "
b"\x01 –\x08 áp\x17 s=¹ÉôzS\x04\x04 É "
b"\x01 û\x08 ßq3q├º╔óJ,ÅÖ╠ "
b"\x01 –\x08 áq3qçɢJ(KZ\x07 "
b"\x01 –\x08 ápõrð´¬a̾\x04 Tþ "
b"\x01 –\x08 ápõrð´¬aÌÄ©ê- "
b"\x01 –\x08 ápõrð´¬aÌÃšï´ "
b"\x01 –\x08 áo¿qᶀÍ\x02 :¼õ¾ "
b"\x01 –\x08 ápîqÊ•è@>ê€Ó® "
b"\x01 –\x08 áq\x1D r‹‹;\r §¥r\x12 3 "
b"\x01 –\x08 áq3qçɢJ\x1F\x12 ¤e "
b"\x01 –\x08 áq\x1D r‹‹;\r §Ÿ\x03 ó\n "
b"\x01 –\x08 ápîqÊ•è@>étè: "
b"\x01 –\x08 ápîqÊ•è@>ê\x18 <Ž "
b"\x01 –\x08 ápîqÊ•è@>é²ƒÌ "
b"\x01 –\x08 áq3qçɢJ*ë\x01 \ "
b"\x01 –\x08 áq3qçɢJ\x1F •I "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1E 䂤 "
b"\x01 –\x08 áo¿qᶀÍ\x02 $Ë#2 "
b"\x01 –\x08 áp\x17 s=¹Éôzf_”i "
b"\x01 –\x08 ápÉpã°YÓ4\t\x7F Ê\x0E "
b"\x01 –\x08 ápÉpã°YÓ4\t øãf "
b"\x01 –\x08 ápÉpã°YÓ4\r ùÀÅ "
b"\x01 –\x08 ápÉpã°YÓ4\x08 TÞŽ "
b"\x01 –\x08 áp\x17 s=¹Éôz?\x0F £³ "
b"\x01 –\x08 áp\x17 s=¹Éôzm8ÀÇ "
b"\x01 –\x08 áptpS“ó\x14 å˜sPw "
b"\x01 –\x08 ápõrð´¬aÌÆj\x15 ± "
b"\x01 –\x08 áq3qçɢJ o%™ "
b"\x01 û\x08 ßptpSô¾\x14 Õ╩ììZ "
b"\x01 –\x08 áptpS“ó\x14 媫ðg "
b"\x01 –\x08 ápõrð´¬a̼\x14\x07 ¶ "
b"\x01 –\x08 áq3qçɢJ+ÂXn "
b"\x01 –\x08 áq3qçɢJ\x1C í\x01 « "
b"\x01 –\x08 áq3qçɢJ%m†\x16 "
b"\x01 –\x08 áq\x1D r‹‹;\r § ”»\x13 "
b"\x01 –\x08 áq\x1D r‹‹;\r §ªñ×> "
b"\x01 –\x08 áptpS“ó\x14 åœ\x08 "\n "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡'&ˆ\x04 "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡ \x1E\x1D\x07 "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡\x17 ±wê "
b"\x01 –\x08 áptpS“ó\x14 呈ì@ "
b"\x01 –\x08 áo¿qᶀÍ\x02 ^ÿàl "
b"\x01 –\x08 ápÉpã°YÓ4\x06 Ìyà "
b"\x01 –\x08 áq3qçɢJ'e„ý "
b"\x01 –\x08 ápÉpã°YÓ4\r \x02 ô\r "
b"\x01 –\x08 ápÉpã°YÓ4\v ³†\v "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 ñ\x03\x02 "
b"\x01 –\x08 áq3qçɢJ#Á\x04 Ù "
b"\x01 –\x08 áp\x17 s=¹Éôz-©ç™ "
b"\x01 û\x08 ßq\x05 q\x06 Ü{§ç\x1C صì "
b"\x01 –\x08 áp\x17 s=¹Éôz8\x13\e\x05 "
b"\x01 –\x08 áp\x17 s=¹ÉôzL÷\x11 & "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡\x18 ›,_ "
b"\x01 û\x08 ßq3q├º╔óJ-íØ▀ "
b"\x01 –\x08 áq3qçɢJ$Œ0W "
b"\x01 –\x08 áq3qçɢJ\x1D [\x1F ö "
b"\x01 –\x08 ápÉpã°YÓ4\x12 ŒŸ) "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 òj\x0E\x12 "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 ìÑ,a "
b"\x01 –\x08 ápÉpã°YÓ4\x0F ¡Ñ™ "
b"\x01 û\x08 ßp╔pÒ░YË4\x06 ìXÅ "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 ì°\x08 “ "
b"\x01 –\x08 ápõrð´¬aÌÃÀ,– "
b"\x01 –\x08 áq\x1D r‹‹;\r §¡\x01 ç. "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 ïÙ\x1F Ó "
b"\x01 –\x08 ápõrð´¬aÌÄ8ÏG "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡\x1A †©\x16 "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡ ËP¬ "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡)Ûæ. "
b"\x01 –\x08 áolrA¸ï“S\x10 é\x01 ¢ "
b"\x01 –\x08 ápõrð´¬aÌ¿ŠÜ\x0E "
b"\x01 –\x08 ápõrð´¬aÌ¿3…Œ "
b"\x01 û\x08 ßolrA©´ôS\f Øh│ "
b"\x01 –\x08 áolrA¸ï“S$Ö\x12 1 "
b"\x01 û\x08 ßp§r┤¼a╠╝¡┼ì "
b"\x01 –\x08 áokqЫúqža“Þ\x12 "
b"\x01 –\x08 áolrA¸ï“S\x13 vXT "
b"\x01 –\x08 áolrA¸ï“S?\v ä\x0E "
b"\x01 –\x08 áo¿qᶀÍ\x02 X½ÍÐ "
b"\x01 –\x08 áo¿qᶀÍ\x02 \hLb "
b"\x01 –\x08 áp\x17 s=¹ÉôzX_¶µ "
b"\x01 –\x08 áp\x17 s=¹Éôz^KW6 "
b"\x01 –\x08 áp\x17 s=¹Éôz_\x11\x01 æ "
b"\x01 –\x08 áptpS“ó\x14 åÄç\x03 f "
b"\x01 –\x08 áolrA¸ï“S\x0E NGs "
b"\x01 –\x08 áolrA¸ï“S\x0E ˆÜm "
b"\x01 –\x08 áolrA¸ï“S/â›\x0E "
b"\x01 –\x08 áo¿qᶀÍ\x02\e \\x00 z "
b"\x01 –\x08 áokqЫúqžg\x06 µl "
b"\x01 –\x08 áolrA¸ï“S\f #òB "
b"\x01 û\x08 ßolrA©´ôS-Ç«ì "
b"\x01 –\x08 áo¿qᶀÍ\x02 Dƒ¿_ "
b"\x01 –\x08 áo¿qᶀÍ\x02 JW¿Ü "
b"\x01 –\x08 áo¿qᶀÍ\x02 P=GG "
b"\x01 –\x08 áp\x17 s=¹ÉôzlŠ¡Ì "
b"\x01 –\x08 áolrA¸ï“S\x19 ðøe "
b"\x01 –\x08 áolrA¸ï“S+*jf "
b"\x01 –\x08 áolrA¸ï“S@Fa³ "
b"\x01 –\x08 áo¿qᶀÍ\x02 +áÈz "
b"\x01 –\x08 áo¿qᶀÍ\x02 N¯Ÿ´ "
b"\x01 –\x08 áo¿qᶀÍ\x02 U\x14 ⃠"
b"\x01 û\x08 ßp\x17 s=╣╔¶z1ìW\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz^Yå› "
b"\x01 –\x08 áp\x17 s=¹Éôzcæˆç "
b"\x01 –\x08 áptpS“ó\x14 å©&Šn "
b"\x01 –\x08 áolrA¸ï“S\x11 t%\x0E "
b"\x01 –\x08 áolrA¸ï“S\x1C ™»\x1C "
b"\x01 –\x08 áolrA¸ï“S&Ö¬\x1A "
b"\x01 –\x08 áolrA¸ï“S\x10 â> "
b"\x01 –\x08 áolrA¸ï“S0§bm "
b"\x01 –\x08 áolrA¸ï“S6´7Ú "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 =É\x02 e "
b"\x01 –\x08 áo¿qᶀÍ\x02 Y8¿Y "
b"\x01 –\x08 áo¿qᶀÍ\x02 _\x1D /6 "
b"""
\x01 –\x08 áp\x17 s=¹Éôz,\n
ÀÚ
"""
b"\x01 –\x08 áp\x17 s=¹ÉôzSÉÈŠ "
b"\x01 –\x08 áokqЫúqž`—æ} "
b"\x01 –\x08 áolrA¸ï“S%\x10 f\x01 "
b"\x01 –\x08 áo¿qᶀÍ\x02 (1\v < "
b"\x01 –\x08 áokqЫúqže\x0F ‚ç "
b"\x01 –\x08 áolrA¸ï“S\x03 $ì— "
b"\x01 –\x08 áolrA¸ï“S'\x17 V‚ "
b"\x01 –\x08 áo¿qᶀÍ\x02 -$mN "
b"\x01 –\x08 áo¿qᶀÍ\x02 -«á¶ "
b"\x01 –\x08 áolrA¸ï“S\x1E 5E3 "
b"\x01 –\x08 áolrA¸ï“S* ìK "
b"\x01 –\x08 áolrA¸ï“S4\x0E +u "
b"\x01 –\x08 áo¿qᶀÍ\x02 VY·< "
b"\x01 –\x08 áp\x17 s=¹Éôz+BÆ[ "
b"\x01 –\x08 áp\x17 s=¹Éôz8îo€ "
b"\x01 –\x08 áp\x17 s=¹Éôz;\x06 èÞ "
b"\x01 –\x08 áolrA¸ï“S\x01 ñó\x13 "
b"\x01 –\x08 áolrA¸ï“S4²±“ "
b"\x01 –\x08 áolrA¸ï“S@@±n "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 '¥‹ "
b"\x01 –\x08 áolrA¸ï“S\x1F ØÄO "
b"\x01 –\x08 áolrA¸ï“S:Òg@ "
b"\x01 –\x08 áolrA¸ï“S@¿—± "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1C ‹uÎ "
b"\x01 –\x08 áo¿qᶀÍ\x02 Såé\x15 "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 Z│\x17 Å "
b"\x01 –\x08 áolrA¸ï“S\x0E ±š* "
b"\x01 –\x08 áolrA¸ï“S-.Ì\e "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1F A ; "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 "_MØ "
b"\x01 –\x08 áp\x17 s=¹ÉôzJ†0ö "
b"\x01 û\x08 ßolrA©´ôR │8ì "
b"\x01 –\x08 áolrA¸ï“S\x05 0ؘ "
b"\x01 –\x08 áolrA¸ï“S\x1A\t ‡$ "
b"\x01 –\x08 áo¿qᶀÍ\x02 '«û! "
b"\x01 –\x08 áo¿qᶀÍ\x02 -ðóL "
b"\x01 –\x08 áp\x17 s=¹Éôzi2QÓ "
b"\x01 –\x08 áolrA¸ï“Rþø\x16 "
b"\x01 –\x08 áolrA¸ï“S\x00 aá+ "
b"\x01 –\x08 áolrA¸ï“S\x05 Ê\- "
b"\x01 –\x08 áo¿qᶀÍ\x02 FTäÎ "
b"\x01 –\x08 áp\x17 s=¹Éôz4ƒ\x03 W "
b"\x01 –\x08 áp\x17 s=¹Éôzn\x16\x00 b "
b"\x01 –\x08 áptpS“ó\x14 åÖxÇr "
b"\x01 –\x08 áolrA¸ï“S\x1D Cú5 "
b"\x01 –\x08 áolrA¸ï“S\x1E }ä¹ "
b"\x01 –\x08 áo¿qᶀÍ\x02 <{]x "
b"\x01 –\x08 áp\x17 s=¹ÉôzA·%Ì "
b"\x01 –\x08 áolrA¸ï“S:0¦è "
b"\x01 –\x08 áolrA¸ï“S:”Ï\x14 "
b"\x01 –\x08 áo¿qᶀÍ\x02 2Î\x14 T "
b"\x01 –\x08 áo¿qᶀÍ\x02 8|_y "
b"\x01 –\x08 áo¿qᶀÍ\x02 UØó "
b"\x01 –\x08 áp\x17 s=¹Éôz!t\x01 Ù "
b"\x01 –\x08 áp\x17 s=¹Éôz)Üs£ "
b"\x01 –\x08 áp\x17 s=¹ÉôzaOS\x0E "
b"\x01 û\x08 ßokqð½·q×`ÉÕd "
b"\x01 –\x08 áolrA¸ï“Rþ@{x "
b"\x01 –\x08 áolrA¸ï“S\x1C -\x05 ^ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x12 Û\x17 ú "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1F Tñ9 "
b"\x01 –\x08 áo¿qᶀÍ\x02 5\x1C Fí "
b"\x01 –\x08 áolrA¸ï“S\t û¡È "
b"\x01 –\x08 áo¿qᶀÍ\x02 # \x11\x12 "
b"\x01 û\x08 ßp\x17 s=╣╔¶z5\Nì "
b"\x01 –\x08 áp\x17 s=¹Éôz;î?ž "
b"\x01 –\x08 áokqЫúqžcª®ž "
b"\x01 –\x08 áolrA¸ï“S<OÍé "
b"\x01 –\x08 áo¿qᶀÍ\x02 !ë\x01 Ž "
b"\x01 –\x08 áp\x17 s=¹Éôze‰a& "
b"\x01 –\x08 áokqЫúqžfIÑõ "
b"\x01 û\x08 ßolrA©´ôS\x04 Åß@ "
b"\x01 –\x08 áolrA¸ï“S8Œ6¿ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1A EÛE "
b"\x01 –\x08 áo¿qᶀÍ\x02 E´·\x1E "
b"\x01 –\x08 áo¿qᶀÍ\x02 Oc¢Û "
b"\x01 –\x08 áp\x17 s=¹Éôz5µ/½ "
b"\x01 –\x08 áolrA¸ï“S\x17 ”\x0F\x03 "
b"\x01 –\x08 áolrA¸ï“S\x1C [œÚ "
b"\x01 –\x08 áolrA¸ï“S0Q§¡ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x19 9±& "
b"\x01 –\x08 áo¿qᶀÍ\x02 A5çX "
b"\x01 –\x08 áo¿qᶀÍ\x02 Gl…X "
b"\x01 –\x08 áolrA¸ï“S(È·7 "
b"\x01 –\x08 áo¿qᶀÍ\x02 )\f ʨ "
b"\x01 –\x08 áo¿qᶀÍ\x02 H\x7F HŽ "
b"\x01 –\x08 áo¿qᶀÍ\x02 ^‰½Ž "
b"\x01 –\x08 áp\x17 s=¹Éôz0}\x07 ¸ "
b"\x01 –\x08 áp\x17 s=¹ÉôzeK\x01 F "
b"\x01 –\x08 áo¿qᶀÍ\x02 Aá\x16 b "
b"\x01 –\x08 áp\x17 s=¹ÉôznÛBm "
b"\x01 –\x08 áolrA¸ï“RûqÔƒ "
b"\x01 –\x08 áolrA¸ï“S\x1D ”Òø "
b"\x01 –\x08 áolrA¸ï“S&Y˜Î "
b"\x01 –\x08 áo¿qᶀÍ\x02 *Ê~A "
b"\x01 –\x08 áp\x17 s=¹Éôz=©\v\x02 "
b"\x01 –\x08 áolrA¸ï“S.øt¬ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x18 ì‡\x0F "
b"\x01 –\x08 áo¿qᶀÍ\x02 &àò\x15 "
b"\x01 –\x08 áp\x17 s=¹ÉôzXþ4A "
b"\x01 –\x08 áptpS“ó\x14 åÅÞµå "
b"\x01 –\x08 áolrA¸ï“S\e ï–J "
b"\x01 –\x08 áolrA¸ï“S"\x04 ¹¬ "
b"\x01 –\x08 áolrA¸ï“S'×Gˆ "
b"\x01 –\x08 áo¿qᶀÍ\x02 >^²’ "
b"\x01 –\x08 áo¿qᶀÍ\x02 F –0 "
b"\x01 –\x08 áp\x17 s=¹ÉôzEúÕÕ "
b"\x01 –\x08 áp\x17 s=¹ÉôzF\r A\x05 "
b"\x01 –\x08 áptpS“ó\x14 å¬âgÈ "
b"\x01 –\x08 áokqЫúqžbä\r ¹ "
b"\x01 –\x08 áo¿qᶀÍ\x02 ;¬¹P "
b"\x01 –\x08 áo¿qᶀÍ\x02 Jm™ÿ "
b"\x01 –\x08 áolrA¸ï“S,\x0F &ò "
b"\x01 –\x08 áolrA¸ï“S>»AÞ "
b"\x01 –\x08 áokqЫúqžjùP¼ "
b"\x01 –\x08 áolrA¸ï“S\x14 c8^ "
b"\x01 –\x08 áo¿qᶀÍ\x02 >àb¹ "
b"\x01 û\x08 ßp\x17 s=╣╔¶zOü└Ó "
b"\x01 –\x08 áp\x17 s=¹Éôzjœø\x01 "
b"\x01 –\x08 áolrA¸ï“S5Í ¸ "
b"\x01 –\x08 áo¿qᶀÍ\x02 R†‚¬ "
b"\x01 –\x08 áp\x17 s=¹Éôz1y’q "
b"\x01 –\x08 áp\x17 s=¹Éôz:c–… "
b"\x01 –\x08 áptpS“ó\x14 åÉ'ZÒ "
b"\x01 –\x08 áokqЫúqži°€c "
b"\x01 –\x08 áolrA¸ï“S\x1E 9\x18 b "
b"\x01 –\x08 áo¿qᶀÍ\x02 MTO\x07 "
b"\x01 –\x08 áp\x17 s=¹ÉôzUOr# "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1E Y{É "
b"\x01 –\x08 áo¿qᶀÍ\x02 0&ûV "
b"\x01 –\x08 áolrA¸ï“Rü\x1C Ig "
b"\x01 –\x08 áolrA¸ï“S!7H¶ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x13\x11 ¤v "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1F «Üi "
b"\x01 –\x08 áp\x17 s=¹Éôz[\x16 ¿Ö "
b"\x01 û\x08 ßp\x17 s=╣╔¶zo%áØ "
b"\x01 û\x08 ßptpSô¾\x14 ÕÅ-¾╚ "
b"\x01 –\x08 áokqЫúqžjÎSD "
b"\x01 –\x08 áolrA¸ï“S\x18 W\x06 ÿ "
b"\x01 –\x08 áo¿qᶀÍ\x02 E'í‘ "
b"\x01 –\x08 áolrA¸ï“S\x17\x05 "ã "
b"\x01 –\x08 áo¿qᶀÍ\x02 3Ж§ "
b"\x01 –\x08 áo¿qᶀÍ\x02 >jå\x02 "
b"\x01 –\x08 áp\x17 s=¹ÉôzLI¦_ "
b"\x01 –\x08 áp\x17 s=¹Éôzjã~, "
b"\x01 û\x08 ßptpSô¾\x14 ÕÂÉþÆ "
b"\x01 –\x08 áolrA¸ï“S\x07 ]}9 "
b"\x01 –\x08 áolrA¸ï“S1^\r ” "
b"\x01 –\x08 áolrA¸ï“S3ê\x08 ‡ "
b"\x01 –\x08 áo¿qᶀÍ\x02 9r\x7F [ "
b"\x01 –\x08 áo¿qᶀÍ\x02 HAÙ\x1E "
b"\x01 –\x08 áo¿qᶀÍ\x02 [2[\x7F "
b"\x01 –\x08 áp\x17 s=¹ÉôzGL\x06 [ "
b"\x01 –\x08 áp\x17 s=¹ÉôzZ\x1C ¦ü "
b"\x01 –\x08 áo¿qᶀÍ\x02 J@?Õ "
b"\x01 –\x08 áp\x17 s=¹Éôzm\x1F\x05 Ì "
b"\x01 –\x08 áolrA¸ï“S\v\x1A C° "
b"\x01 –\x08 áolrA¸ï“S\r VPW "
b"\x01 –\x08 áo¿qᶀÍ\x02 IŒ+1 "
b"\x01 –\x08 áo¿qᶀÍ\x02 ,à\f ¬ "
b"\x01 –\x08 áolrA¸ï“S\x03 ñ[k "
b"\x01 –\x08 áolrA¸ï“S\v *¢! "
b"\x01 –\x08 áolrA¸ï“S)Ò–Ë "
b"\x01 –\x08 áo¿qᶀÍ\x02 1Õ\x12 æ "
b"\x01 –\x08 áolrA¸ï“S\x1A –àÔ "
b"\x01 –\x08 áp\x17 s=¹Éôz6C%ê "
b"\x01 –\x08 áolrA¸ï“S"{ÙÓ "
b"\x01 û\x08 ßo┐qßÂÇ═\x02\x1A ü┘ï "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1C\x0E £- "
b"\x01 –\x08 áolrA¸ï“S6Úd¶ "
b"\x01 –\x08 áolrA¸ï“S=–&‚ "
b"\x01 –\x08 áo¿qᶀÍ\x02 5\x02 Ùj "
b"\x01 –\x08 áp\x17 s=¹Éôz;@Å# "
b"\x01 –\x08 áp\x17 s=¹ÉôzP"á\x00 "
b"\x01 –\x08 áolrA¸ï“S,óyè "
b"\x01 –\x08 áo¿qᶀÍ\x02 ImIç "
b"\x01 –\x08 áolrA¸ï“S 7òè "
b"\x01 –\x08 áo¿qᶀÍ\x02\x13 OJ\x00 "
b"\x01 –\x08 áo¿qᶀÍ\x02 >×\x17 \ "
b"\x01 –\x08 áokqЫúqžd0ÁË "
b"\x01 –\x08 áolrA¸ï“S\e ›Mu "
b"\x01 –\x08 áo¿qᶀÍ\x02 \¬i² "
b"\x01 –\x08 áolrA¸ï“S*\x18 &Ç "
b"\x01 –\x08 áo¿qᶀÍ\x02 @[õ! "
b"\x01 –\x08 áo¿qᶀÍ\x02 XYrñ "
b"\x01 –\x08 áp\x17 s=¹Éôz.×Lq "
b"\x01 –\x08 áp\x17 s=¹ÉôzIÕUp "
b"\x01 û\x08 ßptpSô¾\x14 ÕØÄ>\x18 "
b"\x01 –\x08 áolrA¸ï“S\x15 U†é "
b"\x01 –\x08 áokqЫúqžf/Œï "
b"\x01 –\x08 áolrA¸ï“S\v\x04 B* "
b"\x01 –\x08 áo¿qᶀÍ\x02 #Ñ•õ "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 )Å°\x05 "
b"\x01 –\x08 áo¿qᶀÍ\x02 A펻 "
b"\x01 –\x08 áokqЫúqž_ùY2 "
b"\x01 –\x08 áo¿qᶀÍ\x02 0 +å "
b"\x01 –\x08 áo¿qᶀÍ\x02 ]ÖÒã "
b"\x01 –\x08 áolrA¸ï“S,‰eÊ "
b"\x01 –\x08 áp\x17 s=¹ÉôzI ¤À "
b"\x01 –\x08 áolrA¸ï“S\x04 ñ\x0E „ "
b"\x01 –\x08 áo¿qᶀÍ\x02 %ŒÉ "
b"\x01 –\x08 áo¿qᶀÍ\x02 C—L8 "
b"\x01 –\x08 áo¿qᶀÍ\x02 Lšû² "
b"\x01 –\x08 áolrA¸ï“S\x08\x12 Ýë "
b"\x01 –\x08 áo¿qᶀÍ\x02\x15 ¶à< "
b"\x01 –\x08 áo¿qᶀÍ\x02 Š\x1A Q "
b"\x01 –\x08 áo¿qᶀÍ\x02 8\x10 ]¹ "
b"\x01 –\x08 áp\x17 s=¹Éôz;¡ÊÄ "
b"\x01 –\x08 áp\x17 s=¹Éôzc\x06 Çz "
b"\x01 –\x08 áptpS“ó\x14 å\x08 çŒ "
b"\x01 –\x08 áolrA¸ï“S1Ø´Ã "
b"\x01 –\x08 áo¿qᶀÍ\x02 3{F¶ "
b"\x01 –\x08 áo¿qᶀÍ\x02 _ óG "
b"\x01 –\x08 áokqЫúqžgæç\x0F "
b"\x01 –\x08 áolrA¸ï“S.\x1F\x08 * "
b"\x01 –\x08 áo¿qᶀÍ\x02 9Ý"H "
b"\x01 –\x08 áo¿qᶀÍ\x02 Eµ;\x08 "
b"\x01 –\x08 áp\x17 s=¹Éôz$Îf2 "
b"\x01 –\x08 áp\x17 s=¹Éôz2ñ‹Y "
b"\x01 –\x08 áp\x17 s=¹ÉôzDÙž\n "
b"\x01 –\x08 áokqЫúqža\x15 ÙŠ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 è±Ù "
b"\x01 –\x08 áokqЫúqž`ùáR "
b"\x01 –\x08 áolrA¸ï“S5\x17 ýM "
b"\x01 –\x08 áo¿qᶀÍ\x02 1&Ð\x06 "
b"\x01 –\x08 áp\x17 s=¹Éôz4 ô$ "
b"\x01 –\x08 áptpS“ó\x14 åÀ\x05 ù× "
b"\x01 –\x08 áolrA¸ï“S6C#^ "
b"\x01 –\x08 áolrA¸ï“S\e\x19 ç< "
b"\x01 –\x08 áo¿qᶀÍ\x02 P•\x1A\x1C "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 PØS, "
b"\x01 –\x08 áp\x17 s=¹ÉôzDx\x17 „ "
b"\x01 –\x08 áokqЫúqžbç€\n "
b"\x01 –\x08 áo¿qᶀÍ\x02 *MDà "
b"\x01 –\x08 áo¿qᶀÍ\x02 P®\x1A v "
b"\x01 –\x08 áp\x17 s=¹ÉôzJZ³¢ "
b"\x01 –\x08 áp\x17 s=¹Éôz[ÈŽW "
b"""
\x01 –\x08 áolrA¸ï“S\n
Ÿ6Ü
"""
b"\x01 –\x08 áolrA¸ï“S(öqh "
b"\x01 –\x08 áo¿qᶀÍ\x02 [_59 "
b"\x01 –\x08 áolrA¸ï“S\x12\x16 t¡ "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 .Ø2B "
b"\x01 –\x08 áo¿qᶀÍ\x02 T2Uo "
b"\x01 –\x08 áp\x17 s=¹ÉôzC¿9E "
b"\x01 –\x08 áp\x17 s=¹ÉôzFj(\x07 "
b"\x01 û\x08 ßolrA©´ôS\r 4Å\x12 "
b"\x01 –\x08 áolrA¸ï“S3‘4S "
b"\x01 –\x08 áolrA¸ï“S\x01\x17 Äq "
b"\x01 –\x08 áolrA¸ï“S:1Ù§ "
b"\x01 –\x08 áo¿qᶀÍ\x02 &Òg( "
b"""
\x01 –\x08 áp\x17 s=¹Éôzi\n
,à
"""
b"\x01 –\x08 áolrA¸ï“S<0tw "
b"\x01 –\x08 áo¿qᶀÍ\x02 YýÇp "
b"\x01 –\x08 áo¿qᶀÍ\x02 ^Ñt† "
b"\x01 –\x08 áokqЫúqžh{ñ< "
b"\x01 –\x08 áo¿qᶀÍ\x02 GãBÝ "
b"""
\x01 –\x08 áolrA¸ï“S\x1F 8\n
F
"""
b"\x01 –\x08 áo¿qᶀÍ\x02\x14 ô¹$ "
b"\x01 –\x08 áolrA¸ï“S%ä#ý "
b"\x01 û\x08 ßolrA©´ôS4®Åu "
b"\x01 –\x08 áp\x17 s=¹Éôz2—š\x1E "
b"\x01 –\x08 áp\x17 s=¹ÉôzM›£M "
b"\x01 –\x08 áolrA¸ï“S\x12 }<Z "
b"\x01 –\x08 áp\x17 s=¹ÉôzkÈ…\x19 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 ?ݪ "
b"\x01 –\x08 áp\x17 s=¹ÉôzE\x08 }@ "
b"\x01 –\x08 áp\x17 s=¹Éôzkçi\x1C "
b"\x01 –\x08 áptpS“ó\x14 å±Är\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz>X‚& "
b"\x01 –\x08 áp\x17 s=¹ÉôzGã\x17 I "
b"\x01 –\x08 áp\x17 s=¹ÉôzPÕ„û "
b"\x01 –\x08 áp\x17 s=¹Éôz?¨\x05 ù "
b"\x01 –\x08 áp\x17 s=¹ÉôzN'y— "
b"\x01 –\x08 áp\x17 s=¹Éôz%”cI "
b"\x01 –\x08 áo¿qᶀÍ\x02 4\x1E î "
b"\x01 –\x08 áo¿qᶀÍ\x02 Q‡È! "
b"\x01 –\x08 áp\x17 s=¹ÉôzgÞ“ž "
b"\x01 –\x08 áo¿qᶀÍ\x02\x14 CÎü "
b"\x01 –\x08 áo¿qᶀÍ\x02\x11 Ï°\f "
b"\x01 –\x08 áo¿qᶀÍ\x02 Eµü\n "
b"\x01 –\x08 áolrA¸ï“S?N•Õ "
b"\x01 –\x08 áo¿qᶀÍ\x02 K2\x19\f "
b"\x01 –\x08 áolrA¸ï“S\x19\x00 FÉ "
b"\x01 –\x08 áolrA¸ï“S,X,u "
b"\x01 –\x08 áo¿qᶀÍ\x02 WÙ#ì "
b"\x01 –\x08 áolrA¸ï“S9M\x14\t "
b"\x01 –\x08 áo¿qᶀÍ\x02\e µðÊ "
b"\x01 –\x08 áolrA¸ï“S\x08 ýDó "
b"\x01 –\x08 áp\x17 s=¹Éôz`—àõ "
b"\x01 –\x08 áolrA¸ï“S\x02\x7F ¤Ô "
b"\x01 –\x08 áo¿qᶀÍ\x02 &2µ[ "
b"\x01 –\x08 áo¿qᶀÍ\x02 -÷\x05 e "
b"\x01 –\x08 áp\x17 s=¹Éôz$\x01 ¯8 "
b"\x01 –\x08 áolrA¸ï“S\x06 qï² "
b"\x01 –\x08 áptpS“ó\x14 å²ÖÇD "
b"\x01 –\x08 áo¿qᶀÍ\x02 W8çB "
b"\x01 –\x08 áolrA¸ï“S;Í¡y "
b"\x01 –\x08 áp\x17 s=¹Éôzmp»ï "
b"\x01 –\x08 áokqЫúqžb+m# "
b"\x01 –\x08 áo¿qᶀÍ\x02 [ q\x02 "
b"\x01 –\x08 áptpS“ó\x14 å—æBo "
b"\x01 û\x08 ßolrA©´ôS\f W¯ì "
b"\x01 –\x08 áo¿qᶀÍ\x02 FÜÃ+ "
b"\x01 –\x08 áo¿qᶀÍ\x02 \Ûˆß "
b"\x01 –\x08 áokqЫúqžj„†° "
b"\x01 –\x08 áolrA¸ï“S#>\x1A ‰ "
b"\x01 –\x08 áo¿qᶀÍ\x02 560n "
b"\x01 –\x08 áo¿qᶀÍ\x02 R&íM "
b"\x01 –\x08 áokqЫúqždJš3 "
b"\x01 –\x08 áp\x17 s=¹ÉôzCZ˜z "
b"\x01 –\x08 áokqЫúqž`Ìtk "
b"\x01 –\x08 áo¿qᶀÍ\x02 KÁ\x08 \ "
b"\x01 –\x08 áolrA¸ï“S\x0F 's; "
b"\x01 –\x08 áo¿qᶀÍ\x02 !>€‹ "
b"\x01 –\x08 áo¿qᶀÍ\x02 +/oç "
b"\x01 –\x08 áp\x17 s=¹Éôz)\x1F Œ5 "
b"\x01 –\x08 áo¿qᶀÍ\x02 \\t ®v "
b"\x01 –\x08 áp\x17 s=¹Éôz%à¿+ "
b"\x01 –\x08 áptpS“ó\x14 å¾ Ý‰ "
b"\x01 –\x08 áo¿qᶀÍ\x02 =p\f a "
b"\x01 –\x08 áokqЫúqžhûÚÁ "
b"\x01 –\x08 áo¿qᶀÍ\x02 (ëÁ~ "
b"\x01 –\x08 áolrA¸ï“S\t þˆ\x14 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x11 ýB# "
b"\x01 –\x08 áo¿qᶀÍ\x02 SW\x1F ã "
b"\x01 –\x08 áolrA¸ï“S6¥\x01 ¬ "
b"\x01 –\x08 áo¿qᶀÍ\x02 6÷8] "
b"\x01 –\x08 áp\x17 s=¹Éôz^òÙl "
b"\x01 –\x08 áo¿qᶀÍ\x02 4s¤\x1A "
b"\x01 –\x08 áp\x17 s=¹ÉôzS‘Ëi "
b"\x01 –\x08 áolrA¸ï“S8ŽÍ¿ "
b"\x01 –\x08 áo¿qᶀÍ\x02 />Mc "
b"\x01 –\x08 áptpS“ó\x14 å¥÷'\x1D "
b"\x01 –\x08 áp\x17 s=¹Éôz"pm2 "
b"\x01 –\x08 áp\x17 s=¹ÉôzVô^‚ "
b"\x01 –\x08 áptpS“ó\x14 åÓô*v "
b"\x01 –\x08 áo¿qᶀÍ\x02 *Ïm\x13 "
b"\x01 –\x08 áp\x17 s=¹Éôz/U‘ª "
b"\x01 –\x08 áo¿qᶀÍ\x02 7ë\x1A ¨ "
b"\x01 –\x08 áptpS“ó\x14 åÙ;\x10\x12 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1D ^.F "
b"\x01 –\x08 áp\x17 s=¹Éôz'hz: "
b"\x01 –\x08 áp\x17 s=¹ÉôzK‡{a "
b"\x01 –\x08 áptpS“ó\x14 åÒ.fß "
b"\x01 –\x08 áolrA¸ï“S2£-Q "
b"\x01 –\x08 áp\x17 s=¹ÉôzaÿãP "
b"\x01 –\x08 áp\x17 s=¹Éôz@ó\x1F j "
b"\x01 –\x08 áp\x17 s=¹ÉôzhYl² "
b"\x01 –\x08 áolrA¸ï“Rü‘*ò "
b"\x01 –\x08 áp\x17 s=¹ÉôzU\x0E Âv "
b"\x01 –\x08 áolrA¸ï“S"£\x12 O "
b"\x01 –\x08 áolrA¸ï“S\x15 hÚ\x19 "
b"\x01 –\x08 áolrA¸ï“Rüˆ¹r "
b"\x01 –\x08 áo¿qᶀÍ\x02 ?9çó "
b"\x01 –\x08 áo¿qᶀÍ\x02 Z'(\x15 "
b"\x01 û\x08 ßp\x17 s=╣╔¶zLŶ¡ "
b"\x01 –\x08 áp\x17 s=¹Éôzf\x1E èé "
b"\x01 û\x08 ßptpSô¾\x14 ÕÁ(Øô "
b"\x01 –\x08 áo¿qᶀÍ\x02 ?ó\x04\x08 "
b"\x01 –\x08 áp\x17 s=¹Éôz0Xîß "
b"\x01 –\x08 áptpS“ó\x14 åÏñ˜\r "
b"\x01 –\x08 áo¿qᶀÍ\x02 6\x1C jÿ "
b"\x01 –\x08 áptpS“ó\x14 å°ÊçA "
b"\x01 –\x08 áo¿qᶀÍ\x02 F&åê "
b"\x01 –\x08 áp\x17 s=¹ÉôzT1ï‚ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x16 ¨<ç "
b"\x01 –\x08 áptpS“ó\x14 å»çKl "
b"\x01 –\x08 áokqЫúqže\\x10 Z "
b"\x01 –\x08 áolrA¸ï“Rý|¹ð "
b"""
\x01 –\x08 áp\x17 s=¹Éôz/l\n
d
"""
b"\x01 –\x08 áp\x17 s=¹Éôzk‚’’ "
b"\x01 –\x08 áp\x17 s=¹ÉôzB‚‚¼ "
b"\x01 –\x08 áolrA¸ï“S#ø´; "
b"\x01 –\x08 áo¿qᶀÍ\x02 1d~ê "
b"\x01 –\x08 áo¿qᶀÍ\x02 MÈ%O "
b"\x01 –\x08 áp\x17 s=¹ÉôzMÆ\x13\t "
b"\x01 –\x08 áo¿qᶀÍ\x02 4*I "
b"\x01 –\x08 áptpS“ó\x14 å§@ý– "
b"\x01 –\x08 áp\x17 s=¹Éôz2ÜÖ" "
b"\x01 –\x08 áp\x17 s=¹Éôz/‚\x12 © "
b"\x01 û\x08 ßp\x17 s=╣╔¶z8ËÉ8 "
b"\x01 –\x08 áptpS“ó\x14 åÄs»[ "
b"\x01 –\x08 áp\x17 s=¹ÉôzG…»œ "
b"\x01 –\x08 áptpS“ó\x14 åÕ¦b1 "
b"\x01 –\x08 áp\x17 s=¹ÉôzNÞS5 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x16 Ë\x19 ¬ "
b"\x01 û\x08 ßptpSô¾\x14 ÕØì\x18 ╩ "
b"\x01 –\x08 áp\x17 s=¹Éôzj+ Î "
b"\x01 –\x08 áp\x17 s=¹Éôz#\x7F b© "
b"\x01 –\x08 áp\x17 s=¹Éôz`\x07 €< "
b"\x01 –\x08 áp\x17 s=¹ÉôzWT N "
b"\x01 –\x08 áp\x17 s=¹Éôz(CÌh "
b"\x01 –\x08 áp\x17 s=¹Éôz*?Px "
b"\x01 –\x08 áp\x17 s=¹Éôz"þ#r "
b"\x01 û\x08 ßp\x17 s=╣╔¶zgWyÅ "
b"\x01 –\x08 áptpS“ó\x14 å¬Åç# "
b"\x01 –\x08 áptpS“ó\x14 åº\x07 ÁL "
b"\x01 –\x08 áo¿qᶀÍ\x02 K\x13 bu "
b"\x01 –\x08 áp\x17 s=¹Éôz;\x15\x18 Ñ "
b"\x01 –\x08 áptpS“ó\x14 åÄð“Ô "
b"\x01 –\x08 áo¿qᶀÍ\x02 UH´™ "
b"\x01 –\x08 áp\x17 s=¹Éôz9‡Áy "
b"\x01 –\x08 áp\x17 s=¹Éôz3®7\x02 "
b"\x01 –\x08 áolrA¸ï“S\x10 \r 0¢ "
b"\x01 –\x08 áp\x17 s=¹Éôz]n·\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz2^ìË "
b"\x01 –\x08 áptpS“ó\x14 åÍ˺† "
b"\x01 –\x08 áp\x17 s=¹Éôz)Å0Ö "
b"\x01 –\x08 áptpS“ó\x14 å¹5&g "
b"\x01 –\x08 áptpS“ó\x14 åŒ:Þ\x16 "
b"\x01 –\x08 áp\x17 s=¹Éôz@\x0E ;– "
b"\x01 –\x08 áp\x17 s=¹Éôz<&2v "
b"\x01 –\x08 áp\x17 s=¹Éôzd©±ï "
b"\x01 –\x08 áp\x17 s=¹Éôz,Óv[ "
b"\x01 –\x08 áp\x17 s=¹Éôz0«ý\n "
b"\x01 –\x08 áptpS“ó\x14 åÉÝÃm "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1A ¤] "
b"\x01 û\x08 ßp\x17 s=╣╔¶z&É▀H "
b"\x01 –\x08 áptpS“ó\x14 åÃët] "
b"\x01 û\x08 ßp\x17 s=╣╔¶zREóì "
b"\x01 –\x08 áp\x17 s=¹Éôzb9nt "
b"\x01 –\x08 áptpS“ó\x14 åÙô)# "
b"\x01 –\x08 áptpS“ó\x14 壶-W "
b"\x01 –\x08 áptpS“ó\x14 å‹d\e Ç "
b"\x01 –\x08 áo¿qᶀÍ\x02 B©‡À "
b"\x01 –\x08 áp\x17 s=¹ÉôzV¼¦\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz:2\x18 Ð "
b"\x01 –\x08 áp\x17 s=¹ÉôzA¡O¦ "
b"\x01 –\x08 áp\x17 s=¹Éôz æ8è "
b"\x01 –\x08 áptpS“ó\x14 墺þ "
b"\x01 –\x08 áp\x17 s=¹ÉôzY¨”\x7F "
b"\x01 –\x08 áp\x17 s=¹ÉôzSR _ "
b"\x01 –\x08 áp\x17 s=¹ÉôzUÊ÷7 "
b"\x01 –\x08 áptpS“ó\x14 åÏ‹½« "
b"\x01 –\x08 áptpS“ó\x14 å¼\x0F Š "
b"\x01 –\x08 áp\x17 s=¹Éôz*réò "
b"\x01 û\x08 ßptpSô¾\x14 Õ«øü│ "
b"\x01 –\x08 áptpS“ó\x14 å½!>\x10 "
b"\x01 –\x08 áptpS“ó\x14 åŸWD¢ "
b"\x01 –\x08 áp\x17 s=¹Éôz\“ E "
b"""
\x01 –\x08 áp\x17 s=¹ÉôzJé\n
ó
"""
b"\x01 –\x08 áptpS“ó\x14 奃\f 9 "
b"\x01 –\x08 áolrA¸ï“S\x16\x0E ;| "
b"\x01 –\x08 áptpS“ó\x14 å°Á[® "
b"\x01 –\x08 áptpS“ó\x14 媢¶` "
b"\x01 –\x08 áptpS“ó\x14 åÆÙ|A "
b"\x01 –\x08 áptpS“ó\x14 åž×(y "
b"\x01 –\x08 áp\x17 s=¹ÉôzH\e ±{ "
b"\x01 –\x08 áp\x17 s=¹Éôz …Iå "
b"\x01 –\x08 áptpS“ó\x14 åµå\x16 6 "
b"\x01 –\x08 áptpS“ó\x14 å¥8¶“ "
b"\x01 –\x08 áp\x17 s=¹ÉôzRN\x15 œ "
b"\x01 –\x08 áp\x17 s=¹ÉôzH®…À "
b"\x01 –\x08 áp\x17 s=¹Éôz]ÝÏö "
b"\x01 –\x08 áptpS“ó\x14 嬕,z "
b"\x01 –\x08 áptpS“ó\x14 廊Á8 "
b"\x01 –\x08 áptpS“ó\x14 å¡ÏDü "
b"\x01 –\x08 áptpS“ó\x14 åŒ\x13 Â\x16 "
b"\x01 –\x08 áptpS“ó\x14 å©ŒiÀ "
b"\x01 –\x08 áp\x17 s=¹Éôz7(( "
b"\x01 –\x08 áptpS“ó\x14 åÃ*wÎ "
b"\x01 –\x08 áptpS“ó\x14 å¼"}é "
b"\x01 –\x08 áptpS“ó\x14 åš\x13 ò\x01 "
b"\x01 –\x08 áptpS“ó\x14 åšæ‡\ "
b"\x01 –\x08 áptpS“ó\x14 嘩èd "
b"\x01 –\x08 áp\x17 s=¹ÉôzW…¥Š "
b"\x01 û\x08 ßptpSô¾\x14 ÕìùÊw "
b"\x01 –\x08 áptpS“ó\x14 å×Y\x0F Ô "
b"\x01 –\x08 áp\x17 s=¹ÉôzZ\\x15 ÷ "
b"\x01 –\x08 áptpS“ó\x14 å®ñøB "
b"\x01 –\x08 áptpS“ó\x14 妌@˜ "
b"\x01 û\x08 ßp\x17 s=╣╔¶zQ╣Ø6 "
b"\x01 –\x08 áp\x17 s=¹ÉôzE\x02 ÔB "
b"\x01 –\x08 áp\x17 s=¹Éôzog¾U "
b"\x01 –\x08 áptpS“ó\x14 å¥üÔŠ "
b"\x01 –\x08 áptpS“ó\x14 圮)( "
b"\x01 –\x08 áptpS“ó\x14 åÊOÒ\x05 "
b"\x01 –\x08 áptpS“ó\x14 å‹Cà\x1C "
b"\x01 –\x08 áptpS“ó\x14 åÎ’œA "
b"\x01 û\x08 ßptpSô¾\x14 Õº!²Ø "
b"\x01 û\x08 ßptpSô¾\x14 ÕسÈy "
b"\x01 –\x08 áp\x17 s=¹Éôz.8\r * "
b"\x01 –\x08 áp\x17 s=¹Éôz2¸‰\e "
b"\x01 –\x08 áptpS“ó\x14 åªè§ó "
b"\x01 –\x08 áptpS“ó\x14 å˜^mn "
b"\x01 –\x08 áptpS“ó\x14 å’\f \Û "
b"\x01 –\x08 áptpS“ó\x14 å·0E` "
b"\x01 –\x08 áptpS“ó\x14 åÁgf1 "
b"\x01 –\x08 áptpS“ó\x14 å Ѿ• "
b"\x01 –\x08 áptpS“ó\x14 å¤èÏu "
b"\x01 –\x08 áptpS“ó\x14 å¤v=_ "
b"\x01 –\x08 áp\x17 s=¹ÉôznIå\x17 "
b"\x01 –\x08 áptpS“ó\x14 åÚ,Ýz "
b"\x01 –\x08 áptpS“ó\x14 峜ű "
b"\x01 –\x08 áptpS“ó\x14 嫉›\x05 "
b"\x01 –\x08 áptpS“ó\x14 å·í0~ "
b"\x01 –\x08 áptpS“ó\x14 åž1Éû "
b"\x01 –\x08 áptpS“ó\x14 å¨8"ø "
b"\x01 –\x08 áptpS“ó\x14 åÇÅj» "
]
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 (0x019608E17074705393F314E593A7083A , 0x019608E1711D728B8B3B0DA7AB2C72D7 , 0x019608E17074705393F314E58D77FA42 , 0x019608E17074705393F314E5D32DBB66 , 0x019608E1711D728B8B3B0DA7A3552497 , 0x019608E16F6C7241B8EF93533D1771C9 , 0x019608E1711D728B8B3B0DA7A52F81BC , 0x019608E16F6C7241B8EF93533E138C9A , 0x019608E16F6C7241B8EF93533791703E , 0x019608E1711D728B8B3B0DA7A41A626E , 0x019608E16FBF71E1B680CD0251C0428F , 0x019608E17017733DB9C9F47A3D0175EF , 0x019608E170F572F0B4AC61CCBCFC0DFA , 0x019608E1713371C3A7C9A24A267CEE6D , 0x019608E16FBF71E1B680CD023A5A27FF , 0x019608E17017733DB9C9F47A3EEB5FFB , 0x019608E17017733DB9C9F47A530404C9 , 0x019608E1713371C3A7C9A24A2C8F99CC , 0x019608E1713371C3A7C9A24A284B5A07 , 0x019608E170F572F0B4AC61CCBE0454FE , 0x019608E170F572F0B4AC61CCC4A9EA2D , 0x019608E170F572F0B4AC61CCC39AEFB4 , 0x019608E16FBF71E1B680CD023ABCF5BE , 0x019608E170EE71CA95E8403EEA80D3AE , 0x019608E1711D728B8B3B0DA7A5721233 , 0x019608E1713371C3A7C9A24A1F12A465 , 0x019608E1711D728B8B3B0DA79F03F30A , 0x019608E170EE71CA95E8403EE974E83A , 0x019608E170EE71CA95E8403EEA183C8E , 0x019608E170EE71CA95E8403EE9B283CC , 0x019608E1713371C3A7C9A24A2AEB015C , 0x019608E1713371C3A7C9A24A1FA09549 , 0x019608E16FBF71E1B680CD021EE482A4 , 0x019608E16FBF71E1B680CD0224CB2332 , 0x019608E17017733DB9C9F47A665F9469 , 0x019608E170C970E3B059D334097FCA0E , 0x019608E170C970E3B059D33409F8E366 , 0x019608E170C970E3B059D3340DF9C0C5 , 0x019608E170C970E3B059D3340854DE8E , 0x019608E17017733DB9C9F47A3F0FA3B3 , 0x019608E17017733DB9C9F47A6D38C0C7 , 0x019608E17074705393F314E598735077 , 0x019608E170F572F0B4AC61CCC66A15B1 , 0x019608E1713371C3A7C9A24A206F2599 , 0x019608E17074705393F314E5CA8D8D5A , 0x019608E17074705393F314E5AAABF067 , 0x019608E170F572F0B4AC61CCBC1407B6 , 0x019608E1713371C3A7C9A24A2BC2586E , 0x019608E1713371C3A7C9A24A1CED01AB , 0x019608E1713371C3A7C9A24A256D8616 , 0x019608E1711D728B8B3B0DA7A094BB13 , 0x019608E1711D728B8B3B0DA7AAF1D73E , 0x019608E17074705393F314E59C08220A , 0x019608E1710571069A7BF58727268804 , 0x019608E1710571069A7BF587201E1D07 , 0x019608E1710571069A7BF58717B177EA , 0x019608E17074705393F314E59188EC40 , 0x019608E16FBF71E1B680CD025EFFE06C , 0x019608E170C970E3B059D33406CC79C3 , 0x019608E1713371C3A7C9A24A276584FD , 0x019608E170C970E3B059D3340D02F40D , 0x019608E170C970E3B059D3340BB3860B , 0x019608E16FBF71E1B680CD0217F10302 , 0x019608E1713371C3A7C9A24A23C104D9 , 0x019608E17017733DB9C9F47A2DA9E799 , 0x019608E1710571069A7BF5871C9DE68D , 0x019608E17017733DB9C9F47A38131B05 , 0x019608E17017733DB9C9F47A4CF71126 , 0x019608E1710571069A7BF587189B2C5F , 0x019608E1713371C3A7C9A24A2DA19DDF , 0x019608E1713371C3A7C9A24A248C3057 , 0x019608E1713371C3A7C9A24A1D5B1FF6 , 0x019608E170C970E3B059D334128C9F29 , 0x019608E170DF73FFACD7C700F26A0E12 , 0x019608E170DF73FFACD7C700ECD12C61 , 0x019608E170C970E3B059D3340FA1D199 , 0x019608E170C970E3B059D334068D588F , 0x019608E170DF73FFACD7C700ECB00893 , 0x019608E170F572F0B4AC61CCC3C02C96 , 0x019608E1711D728B8B3B0DA7A101E72E , 0x019608E170DF73FFACD7C700EFD91FD3 , 0x019608E170F572F0B4AC61CCC438CF47 , 0x019608E1710571069A7BF5871A86A916 , 0x019608E1710571069A7BF58720CB50AC , 0x019608E1710571069A7BF58729DBE62E , 0x019608E16F6C7241B8EF935310E901A2 , 0x019608E170F572F0B4AC61CCBF8ADC0E , 0x019608E170F572F0B4AC61CCBF33858C , 0x019608E16F6C7241B8EF93530C9D68B3 , 0x019608E16F6C7241B8EF935324D61231 , 0x019608E170F572F0B4AC61CCBCADC58D , 0x019608E16F6B71D0ABFA719E6193DE12 , 0x019608E16F6C7241B8EF935313765854 , 0x019608E16F6C7241B8EF93533F0BE40E , 0x019608E16FBF71E1B680CD0258BDCDD0 , 0x019608E16FBF71E1B680CD025C684C62 , 0x019608E17017733DB9C9F47A585FB6B5 , 0x019608E17017733DB9C9F47A5E4B5736 , 0x019608E17017733DB9C9F47A5F1101E6 , 0x019608E17074705393F314E5C4E70366 , 0x019608E16F6C7241B8EF93530E4E4773 , 0x019608E16F6C7241B8EF93530E88DC6D , 0x019608E16F6C7241B8EF93532FE29B0E , 0x019608E16FBF71E1B680CD021B5C007A , 0x019608E16F6B71D0ABFA719E6706B56C , 0x019608E16F6C7241B8EF93530C23F242 , 0x019608E16F6C7241B8EF93532D80AE8D , 0x019608E16FBF71E1B680CD024483BF5F , 0x019608E16FBF71E1B680CD024A57BFDC , 0x019608E16FBF71E1B680CD02503D4747 , 0x019608E17017733DB9C9F47A6C8AA1CC , 0x019608E16F6C7241B8EF935319F0F865 , 0x019608E16F6C7241B8EF93532B2A6A66 , 0x019608E16F6C7241B8EF9353404661B3 , 0x019608E16FBF71E1B680CD022BE1C87A , 0x019608E16FBF71E1B680CD024EAF9FB4 , 0x019608E16FBF71E1B680CD025514E283 , 0x019608E17017733DB9C9F47A318D5701 , 0x019608E17017733DB9C9F47A5E59E59B , 0x019608E17017733DB9C9F47A63E688E7 , 0x019608E17074705393F314E5A9268A6E , 0x019608E16F6C7241B8EF93531174250E , 0x019608E16F6C7241B8EF93531C99BB1C , 0x019608E16F6C7241B8EF935326D6AC1A , 0x019608E16F6C7241B8EF93531020E23E , 0x019608E16F6C7241B8EF935330A7626D , 0x019608E16F6C7241B8EF935336B437DA , 0x019608E16FBF71E1B680CD023D900265 , 0x019608E16FBF71E1B680CD025938BF59 , 0x019608E16FBF71E1B680CD025F1D2F36 , 0x019608E17017733DB9C9F47A2C0AC0DA , 0x019608E17017733DB9C9F47A53C9C88A , 0x019608E16F6B71D0ABFA719E6097E67D , 0x019608E16F6C7241B8EF935325106601 , 0x019608E16FBF71E1B680CD0228310B3C , 0x019608E16F6B71D0ABFA719E650F82E7 , 0x019608E16F6C7241B8EF93530324EC97 , 0x019608E16F6C7241B8EF935327175682 , 0x019608E16FBF71E1B680CD022D246D4E , 0x019608E16FBF71E1B680CD022DABE1B6 , 0x019608E16F6C7241B8EF93531E354533 , 0x019608E16F6C7241B8EF93532AA0EC4B , 0x019608E16F6C7241B8EF9353340E2B75 , 0x019608E16FBF71E1B680CD025659B73C , 0x019608E17017733DB9C9F47A2B42C65B , 0x019608E17017733DB9C9F47A38EE6F80 , 0x019608E17017733DB9C9F47A3B06E8DE , 0x019608E16F6C7241B8EF935301F1F313 , 0x019608E16F6C7241B8EF935334B2B193 , 0x019608E16F6C7241B8EF93534040B16E , 0x019608E16FBF71E1B680CD021727A58B , 0x019608E16F6C7241B8EF93531FD8C44F , 0x019608E16F6C7241B8EF93533AD26740 , 0x019608E16F6C7241B8EF935340BF97B1 , 0x019608E16FBF71E1B680CD021C8B75CE , 0x019608E16FBF71E1B680CD0253E5E915 , 0x019608E16FBF71E1B680CD025AB3178F , 0x019608E16F6C7241B8EF93530EB19A2A , 0x019608E16F6C7241B8EF93532D2ECC1B , 0x019608E16FBF71E1B680CD021F41203B , 0x019608E16FBF71E1B680CD02225F4D9D , 0x019608E17017733DB9C9F47A4A8630F6 , 0x019608E16F6C7241B8EF9352FFB3388D , 0x019608E16F6C7241B8EF93530530D898 , 0x019608E16F6C7241B8EF93531A098724 , 0x019608E16FBF71E1B680CD0227ABFB21 , 0x019608E16FBF71E1B680CD022DF0F34C , 0x019608E17017733DB9C9F47A693251D3 , 0x019608E16F6C7241B8EF9352FEF8AD16 , 0x019608E16F6C7241B8EF93530061E12B , 0x019608E16F6C7241B8EF935305CA5C2D , 0x019608E16FBF71E1B680CD024654E4CE , 0x019608E17017733DB9C9F47A34830357 , 0x019608E17017733DB9C9F47A6E160062 , 0x019608E17074705393F314E5D678C772 , 0x019608E16F6C7241B8EF93531D43FA35 , 0x019608E16F6C7241B8EF93531E7DE4B9 , 0x019608E16FBF71E1B680CD023C7B5D78 , 0x019608E17017733DB9C9F47A41B725CC , 0x019608E16F6C7241B8EF93533A30A6E8 , 0x019608E16F6C7241B8EF93533A94CF14 , 0x019608E16FBF71E1B680CD0232CE1454 , 0x019608E16FBF71E1B680CD02387C5F79 , 0x019608E16FBF71E1B680CD0255D8ADF3 , 0x019608E17017733DB9C9F47A217401D9 , 0x019608E17017733DB9C9F47A29DC73A3 , 0x019608E17017733DB9C9F47A614F530E , 0x019608E16F6B71D0ABFA719E6090E564 , 0x019608E16F6C7241B8EF9352FE407B78 , 0x019608E16F6C7241B8EF93531C2D055E , 0x019608E16FBF71E1B680CD0212DB17FA , 0x019608E16FBF71E1B680CD021F54F139 , 0x019608E16FBF71E1B680CD02351C46ED , 0x019608E16F6C7241B8EF935309FBA1C8 , 0x019608E16FBF71E1B680CD0223201112 , 0x019608E17017733DB9C9F47A355C4E8D , 0x019608E17017733DB9C9F47A3BEE3F9E , 0x019608E16F6B71D0ABFA719E63AAAE9E , 0x019608E16F6C7241B8EF93533C4FCDE9 , 0x019608E16FBF71E1B680CD0221EB018E , 0x019608E17017733DB9C9F47A65896126 , 0x019608E16F6B71D0ABFA719E6649D1F5 , 0x019608E16F6C7241B8EF9353048FE140 , 0x019608E16F6C7241B8EF9353388C36BF , 0x019608E16FBF71E1B680CD021A45DB45 , 0x019608E16FBF71E1B680CD0245B4B71E , 0x019608E16FBF71E1B680CD024F63A2DB , 0x019608E17017733DB9C9F47A35B52FBD , 0x019608E16F6C7241B8EF935317940F03 , 0x019608E16F6C7241B8EF93531C5B9CDA , 0x019608E16F6C7241B8EF93533051A7A1 , 0x019608E16FBF71E1B680CD021939B126 , 0x019608E16FBF71E1B680CD024135E758 , 0x019608E16FBF71E1B680CD02476C8558 , 0x019608E16F6C7241B8EF935328C8B737 , 0x019608E16FBF71E1B680CD02290CCAA8 , 0x019608E16FBF71E1B680CD02487F488E , 0x019608E16FBF71E1B680CD025E89BD8E , 0x019608E17017733DB9C9F47A307D07B8 , 0x019608E17017733DB9C9F47A654B0146 , 0x019608E16FBF71E1B680CD0241E11662 , 0x019608E17017733DB9C9F47A6EDB426D , 0x019608E16F6C7241B8EF9352FB71D483 , 0x019608E16F6C7241B8EF93531D94D2F8 , 0x019608E16F6C7241B8EF9353265998CE , 0x019608E16FBF71E1B680CD022ACA7E41 , 0x019608E17017733DB9C9F47A3DA90B02 , 0x019608E16F6C7241B8EF93532EF874AC , 0x019608E16FBF71E1B680CD0218EC870F , 0x019608E16FBF71E1B680CD0226E0F215 , 0x019608E17017733DB9C9F47A58FE3441 , 0x019608E17074705393F314E5C5DEB5E5 , 0x019608E16F6C7241B8EF93531BEF964A , 0x019608E16F6C7241B8EF93532204B9AC , 0x019608E16F6C7241B8EF935327D74788 , 0x019608E16FBF71E1B680CD023E5EB292 , 0x019608E16FBF71E1B680CD0246A09630 , 0x019608E17017733DB9C9F47A45FAD5D5 , 0x019608E17017733DB9C9F47A460D4105 , 0x019608E17074705393F314E5ACE267C8 , 0x019608E16F6B71D0ABFA719E62E40DB9 , 0x019608E16FBF71E1B680CD023BACB950 , 0x019608E16FBF71E1B680CD024A6D99FF , 0x019608E16F6C7241B8EF93532C0F26F2 , 0x019608E16F6C7241B8EF93533EBB41DE , 0x019608E16F6B71D0ABFA719E6AF950BC , 0x019608E16F6C7241B8EF93531463385E , 0x019608E16FBF71E1B680CD023EE062B9 , 0x019608E17017733DB9C9F47A4F81C0E0 , 0x019608E17017733DB9C9F47A6A9CF801 , 0x019608E16F6C7241B8EF935335CDA0B8 , 0x019608E16FBF71E1B680CD02528682AC , 0x019608E17017733DB9C9F47A31799271 , 0x019608E17017733DB9C9F47A3A639685 , 0x019608E17074705393F314E5C9275AD2 , 0x019608E16F6B71D0ABFA719E69B08063 , 0x019608E16F6C7241B8EF93531E391862 , 0x019608E16FBF71E1B680CD024D544F07 , 0x019608E17017733DB9C9F47A554F7223 , 0x019608E16FBF71E1B680CD021E597BC9 , 0x019608E16FBF71E1B680CD023026FB56 , 0x019608E16F6C7241B8EF9352FC1C4967 , 0x019608E16F6C7241B8EF9353213748B6 , 0x019608E16FBF71E1B680CD021311A476 , 0x019608E16FBF71E1B680CD021FABDC69 , 0x019608E17017733DB9C9F47A5B16BFD6 , 0x019608E17017733DB9C9F47A6F25A09D , 0x019608E17074705393F314E58F2DF3C8 , 0x019608E16F6B71D0ABFA719E6ACE5344 , 0x019608E16F6C7241B8EF9353185706FF , 0x019608E16FBF71E1B680CD024527ED91 , 0x019608E16F6C7241B8EF9353170522E3 , 0x019608E16FBF71E1B680CD0233D096A7 , 0x019608E16FBF71E1B680CD023E6AE502 , 0x019608E17017733DB9C9F47A4C49A65F , 0x019608E17017733DB9C9F47A6AE37E2C , 0x019608E17074705393F314E5B690E792 , 0x019608E16F6C7241B8EF9353075D7D39 , 0x019608E16F6C7241B8EF9353315E0D94 , 0x019608E16F6C7241B8EF935333EA0887 , 0x019608E16FBF71E1B680CD0239727F5B , 0x019608E16FBF71E1B680CD024841D91E , 0x019608E16FBF71E1B680CD025B325B7F , 0x019608E17017733DB9C9F47A474C065B , 0x019608E17017733DB9C9F47A5A1CA6FC , 0x019608E16FBF71E1B680CD024A403FD5 , 0x019608E17017733DB9C9F47A6D1F05CC , 0x019608E16F6C7241B8EF93530B1A43B0 , 0x019608E16F6C7241B8EF93530D565057 , 0x019608E16FBF71E1B680CD02498C2B31 , 0x019608E16FBF71E1B680CD022CE00CAC , 0x019608E16F6C7241B8EF935303F15B6B , 0x019608E16F6C7241B8EF93530B2AA221 , 0x019608E16F6C7241B8EF935329D296CB , 0x019608E16FBF71E1B680CD0231D512E6 , 0x019608E16F6C7241B8EF93531A96E0D4 , 0x019608E17017733DB9C9F47A364325EA , 0x019608E16F6C7241B8EF9353227BD9D3 , 0x019608E16FBF71E1B680CD021A81D98B , 0x019608E16FBF71E1B680CD021C0EA32D , 0x019608E16F6C7241B8EF935336DA64B6 , 0x019608E16F6C7241B8EF93533D962682 , 0x019608E16FBF71E1B680CD023502D96A , 0x019608E17017733DB9C9F47A3B40C523 , 0x019608E17017733DB9C9F47A5022E100 , 0x019608E16F6C7241B8EF93532CF379E8 , 0x019608E16FBF71E1B680CD02496D49E7 , 0x019608E16F6C7241B8EF93532037F2E8 , 0x019608E16FBF71E1B680CD02134F4A00 , 0x019608E16FBF71E1B680CD023ED7175C , 0x019608E16F6B71D0ABFA719E6430C1CB , 0x019608E16F6C7241B8EF93531B9B4D75 , 0x019608E16FBF71E1B680CD025CAC69B2 , 0x019608E16F6C7241B8EF93532A1826C7 , 0x019608E16FBF71E1B680CD02405BF521 , 0x019608E16FBF71E1B680CD02585972F1 , 0x019608E17017733DB9C9F47A2ED74C71 , 0x019608E17017733DB9C9F47A49D55570 , 0x019608E17074705393F314E59D8E3E18 , 0x019608E16F6C7241B8EF9353155586E9 , 0x019608E16F6B71D0ABFA719E662F8CEF , 0x019608E16F6C7241B8EF93530B04422A , 0x019608E16FBF71E1B680CD0223D195F5 , 0x019608E16FBF71E1B680CD02298FF805 , 0x019608E16FBF71E1B680CD0241ED8EBB , 0x019608E16F6B71D0ABFA719E5FF95932 , 0x019608E16FBF71E1B680CD0230A02BE5 , 0x019608E16FBF71E1B680CD025DD6D2E3 , 0x019608E16F6C7241B8EF93532C8965CA , 0x019608E17017733DB9C9F47A49A0A4C0 , 0x019608E16F6C7241B8EF935304F10E84 , 0x019608E16FBF71E1B680CD02258CC9AD , 0x019608E16FBF71E1B680CD0243974C38 , 0x019608E16FBF71E1B680CD024C9AFBB2 , 0x019608E16F6C7241B8EF93530812DDEB , 0x019608E16FBF71E1B680CD0215B6E03C , 0x019608E16FBF71E1B680CD02208A1A51 , 0x019608E16FBF71E1B680CD0238105DB9 , 0x019608E17017733DB9C9F47A3BA1CAC4 , 0x019608E17017733DB9C9F47A6306C77A , 0x019608E17074705393F314E5AD08E78C , 0x019608E16F6C7241B8EF935331D8B4C3 , 0x019608E16FBF71E1B680CD02337B46B6 , 0x019608E16FBF71E1B680CD025F20F347 , 0x019608E16F6B71D0ABFA719E67E6E70F , 0x019608E16F6C7241B8EF93532E1F082A , 0x019608E16FBF71E1B680CD0239DD2248 , 0x019608E16FBF71E1B680CD0245B53B08 , 0x019608E17017733DB9C9F47A24CE6632 , 0x019608E17017733DB9C9F47A32F18B59 , 0x019608E17017733DB9C9F47A44D99E0A , 0x019608E16F6B71D0ABFA719E6115D98A , 0x019608E16FBF71E1B680CD0217E8B1D9 , 0x019608E16F6B71D0ABFA719E60F9E152 , 0x019608E16F6C7241B8EF93533517FD4D , 0x019608E16FBF71E1B680CD023126D006 , 0x019608E17017733DB9C9F47A3420F424 , 0x019608E17074705393F314E5C005F9D7 , 0x019608E16F6C7241B8EF93533643235E , 0x019608E16F6C7241B8EF93531B19E73C , 0x019608E16FBF71E1B680CD0250951A1C , 0x019608E16FBF71E1B680CD02509D532C , 0x019608E17017733DB9C9F47A44781784 , 0x019608E16F6B71D0ABFA719E62E7800A , 0x019608E16FBF71E1B680CD022A4D44E0 , 0x019608E16FBF71E1B680CD0250AE1A76 , 0x019608E17017733DB9C9F47A4A5AB3A2 , 0x019608E17017733DB9C9F47A5BC88E57 , 0x019608E16F6C7241B8EF93530A9F36DC , 0x019608E16F6C7241B8EF935328F67168 , 0x019608E16FBF71E1B680CD025B5F3539 , 0x019608E16F6C7241B8EF9353121674A1 , 0x019608E16FBF71E1B680CD022E9D3242 , 0x019608E16FBF71E1B680CD025432556F , 0x019608E17017733DB9C9F47A43BF3945 , 0x019608E17017733DB9C9F47A466A2807 , 0x019608E16F6C7241B8EF93530D348F12 , 0x019608E16F6C7241B8EF935333913453 , 0x019608E16F6C7241B8EF93530117C471 , 0x019608E16F6C7241B8EF93533A31D9A7 , 0x019608E16FBF71E1B680CD0226D26728 , 0x019608E17017733DB9C9F47A690A2CE0 , 0x019608E16F6C7241B8EF93533C307477 , 0x019608E16FBF71E1B680CD0259FDC770 , 0x019608E16FBF71E1B680CD025ED17486 , 0x019608E16F6B71D0ABFA719E687BF13C , 0x019608E16FBF71E1B680CD0247E342DD , 0x019608E16F6C7241B8EF93531F380A46 , 0x019608E16FBF71E1B680CD0214F4B924 , 0x019608E16F6C7241B8EF935325E423FD , 0x019608E16F6C7241B8EF935334A98F75 , 0x019608E17017733DB9C9F47A32979A1E , 0x019608E17017733DB9C9F47A4D9BA34D , 0x019608E16F6C7241B8EF9353127D3C5A , 0x019608E17017733DB9C9F47A6BC88519 , 0x019608E16FBF71E1B680CD02173FDDAA , 0x019608E17017733DB9C9F47A45087D40 , 0x019608E17017733DB9C9F47A6BE7691C , 0x019608E17074705393F314E5B1C47201 , 0x019608E17017733DB9C9F47A3E588226 , 0x019608E17017733DB9C9F47A47E31749 , 0x019608E17017733DB9C9F47A50D584FB , 0x019608E17017733DB9C9F47A3FA805F9 , 0x019608E17017733DB9C9F47A4E277997 , 0x019608E17017733DB9C9F47A25946349 , 0x019608E16FBF71E1B680CD02341EEEAD , 0x019608E16FBF71E1B680CD025187C821 , 0x019608E17017733DB9C9F47A67DE939E , 0x019608E16FBF71E1B680CD021443CEFC , 0x019608E16FBF71E1B680CD0211CFB00C , 0x019608E16FBF71E1B680CD0245B5FC0A , 0x019608E16F6C7241B8EF93533F4E95D5 , 0x019608E16FBF71E1B680CD024B32190C , 0x019608E16F6C7241B8EF9353190046C9 , 0x019608E16F6C7241B8EF93532C582C75 , 0x019608E16FBF71E1B680CD0257D923EC , 0x019608E16F6C7241B8EF9353394D1409 , 0x019608E16FBF71E1B680CD021BB5F0CA , 0x019608E16F6C7241B8EF935308FD44F3 , 0x019608E17017733DB9C9F47A6097E0F5 , 0x019608E16F6C7241B8EF9353027FA4D4 , 0x019608E16FBF71E1B680CD022632B55B , 0x019608E16FBF71E1B680CD022DF70565 , 0x019608E17017733DB9C9F47A2401AF38 , 0x019608E16F6C7241B8EF93530671EFB2 , 0x019608E17074705393F314E5B2D6C744 , 0x019608E16FBF71E1B680CD025738E742 , 0x019608E16F6C7241B8EF93533BCDA179 , 0x019608E17017733DB9C9F47A6D70BBEF , 0x019608E16F6B71D0ABFA719E622B6D23 , 0x019608E16FBF71E1B680CD025BA07102 , 0x019608E17074705393F314E597E6426F , 0x019608E16F6C7241B8EF93530C57EE8D , 0x019608E16FBF71E1B680CD0246DCC32B , 0x019608E16FBF71E1B680CD025CDB88DF , 0x019608E16F6B71D0ABFA719E6A8486B0 , 0x019608E16F6C7241B8EF9353233E1A89 , 0x019608E16FBF71E1B680CD023536306E , 0x019608E16FBF71E1B680CD025226ED4D , 0x019608E16F6B71D0ABFA719E644A9A33 , 0x019608E17017733DB9C9F47A435A987A , 0x019608E16F6B71D0ABFA719E60CC746B , 0x019608E16FBF71E1B680CD024BC1085C , 0x019608E16F6C7241B8EF93530F27733B , 0x019608E16FBF71E1B680CD02213E808B , 0x019608E16FBF71E1B680CD022B2F6FE7 , 0x019608E17017733DB9C9F47A291F8C35 , 0x019608E16FBF71E1B680CD025C09AE76 , 0x019608E17017733DB9C9F47A25E0BF2B , 0x019608E17074705393F314E5BEA0DD89 , 0x019608E16FBF71E1B680CD023D700C61 , 0x019608E16F6B71D0ABFA719E68FBDAC1 , 0x019608E16FBF71E1B680CD0228EBC17E , 0x019608E16F6C7241B8EF935309FE8814 , 0x019608E16FBF71E1B680CD0211FD4223 , 0x019608E16FBF71E1B680CD0253571FE3 , 0x019608E16F6C7241B8EF935336A501AC , 0x019608E16FBF71E1B680CD0236F7385D , 0x019608E17017733DB9C9F47A5EF2D96C , 0x019608E16FBF71E1B680CD023473A41A , 0x019608E17017733DB9C9F47A5391CB69 , 0x019608E16F6C7241B8EF9353388ECDBF , 0x019608E16FBF71E1B680CD022F3E4D63 , 0x019608E17074705393F314E5A5F7271D , 0x019608E17017733DB9C9F47A22706D32 , 0x019608E17017733DB9C9F47A56F45E82 , 0x019608E17074705393F314E5D3F42A76 , 0x019608E16FBF71E1B680CD022ACF6D13 , 0x019608E17017733DB9C9F47A2F5591AA , 0x019608E16FBF71E1B680CD0237EB1AA8 , 0x019608E17074705393F314E5D93B1012 , 0x019608E16FBF71E1B680CD021D5E2E46 , 0x019608E17017733DB9C9F47A27687A3A , 0x019608E17017733DB9C9F47A4B877B61 , 0x019608E17074705393F314E5D22E66DF , 0x019608E16F6C7241B8EF935332A32D51 , 0x019608E17017733DB9C9F47A61FFE350 , 0x019608E17017733DB9C9F47A40F31F6A , 0x019608E17017733DB9C9F47A68596CB2 , 0x019608E16F6C7241B8EF9352FC912AF2 , 0x019608E17017733DB9C9F47A550EC276 , 0x019608E16F6C7241B8EF935322A3124F , 0x019608E16F6C7241B8EF93531568DA19 , 0x019608E16F6C7241B8EF9352FC88B972 , 0x019608E16FBF71E1B680CD023F39E7F3 , 0x019608E16FBF71E1B680CD025A272815 , 0x019608E17017733DB9C9F47A4C8FF4AD , 0x019608E17017733DB9C9F47A661EE8E9 , 0x019608E17074705393F314E5B5289D93 , 0x019608E16FBF71E1B680CD023FF30408 , 0x019608E17017733DB9C9F47A3058EEDF , 0x019608E17074705393F314E5CFF1980D , 0x019608E16FBF71E1B680CD02361C6AFF , 0x019608E17074705393F314E5B0CAE741 , 0x019608E16FBF71E1B680CD024626E5EA , 0x019608E17017733DB9C9F47A5431EF82 , 0x019608E16FBF71E1B680CD0216A83CE7 , 0x019608E17074705393F314E5BBE74B6C , 0x019608E16F6B71D0ABFA719E655C105A , 0x019608E16F6C7241B8EF9352FD7CB9F0 , 0x019608E17017733DB9C9F47A2F6C0A64 , 0x019608E17017733DB9C9F47A6B829292 , 0x019608E17017733DB9C9F47A428282BC , 0x019608E16F6C7241B8EF935323F8B43B , 0x019608E16FBF71E1B680CD0231647EEA , 0x019608E16FBF71E1B680CD024DC8254F , 0x019608E17017733DB9C9F47A4DC61309 , 0x019608E16FBF71E1B680CD02342A4920 , 0x019608E17074705393F314E5A740FD96 , 0x019608E17017733DB9C9F47A32DCD622 , 0x019608E17017733DB9C9F47A2F8212A9 , 0x019608E17017733DB9C9F47A38D39038 , 0x019608E17074705393F314E5C473BB5B , 0x019608E17017733DB9C9F47A4785BB9C , 0x019608E17074705393F314E5D5A66231 , 0x019608E17017733DB9C9F47A4EDE5335 , 0x019608E16FBF71E1B680CD0216CB19AC , 0x019608E17074705393F314E59D8D18CA , 0x019608E17017733DB9C9F47A6A2B20CE , 0x019608E17017733DB9C9F47A237F62A9 , 0x019608E17017733DB9C9F47A6007803C , 0x019608E17017733DB9C9F47A5754A04E , 0x019608E17017733DB9C9F47A2843CC68 , 0x019608E17017733DB9C9F47A2A3F5078 , 0x019608E17017733DB9C9F47A22FE2372 , 0x019608E17017733DB9C9F47A6757798F , 0x019608E17074705393F314E5ACC5E723 , 0x019608E17074705393F314E5BA07C14C , 0x019608E16FBF71E1B680CD024B136275 , 0x019608E17017733DB9C9F47A3B1518D1 , 0x019608E17074705393F314E5C4F093D4 , 0x019608E16FBF71E1B680CD025548B499 , 0x019608E17017733DB9C9F47A3987C179 , 0x019608E17017733DB9C9F47A33AE3702 , 0x019608E16F6C7241B8EF9353100D30A2 , 0x019608E17017733DB9C9F47A5D6EB701 , 0x019608E17017733DB9C9F47A325EECCB , 0x019608E17074705393F314E5CDCBBA86 , 0x019608E17017733DB9C9F47A29C530D6 , 0x019608E17074705393F314E5B9352667 , 0x019608E17074705393F314E58C3ADE16 , 0x019608E17017733DB9C9F47A400E3B96 , 0x019608E17017733DB9C9F47A3C263276 , 0x019608E17017733DB9C9F47A64A9B1EF , 0x019608E17017733DB9C9F47A2CD3765B , 0x019608E17017733DB9C9F47A30ABFD0A , 0x019608E17074705393F314E5C9DDC36D , 0x019608E16FBF71E1B680CD021A20A45D , 0x019608E17017733DB9C9F47A2690DF48 , 0x019608E17074705393F314E5C3EB745D , 0x019608E17017733DB9C9F47A5245A28D , 0x019608E17017733DB9C9F47A62396E74 , 0x019608E17074705393F314E5D9F42923 , 0x019608E17074705393F314E5A3B62D57 , 0x019608E17074705393F314E58B641BC7 , 0x019608E16FBF71E1B680CD0242A987C0 , 0x019608E17017733DB9C9F47A56BCA601 , 0x019608E17017733DB9C9F47A3A3218D0 , 0x019608E17017733DB9C9F47A41A14FA6 , 0x019608E17017733DB9C9F47A20E638E8 , 0x019608E17074705393F314E5ADA2BAFE , 0x019608E17017733DB9C9F47A59A8947F , 0x019608E17017733DB9C9F47A5352A05F , 0x019608E17017733DB9C9F47A55CAF737 , 0x019608E17074705393F314E5CF8BBDAB , 0x019608E17074705393F314E5BC0FAD8A , 0x019608E17017733DB9C9F47A2A72E9F2 , 0x019608E17074705393F314E5AE9B81B3 , 0x019608E17074705393F314E5BD213E10 , 0x019608E17074705393F314E59F5744A2 , 0x019608E17017733DB9C9F47A5C93A045 , 0x019608E17017733DB9C9F47A4AE90AF3 , 0x019608E17074705393F314E5A5830C39 , 0x019608E16F6C7241B8EF9353160E3B7C , 0x019608E17074705393F314E5B0C15BAE , 0x019608E17074705393F314E5AAA2B660 , 0x019608E17074705393F314E5C6D97C41 , 0x019608E17074705393F314E59ED72879 , 0x019608E17017733DB9C9F47A481BB17B , 0x019608E17017733DB9C9F47A208549E5 , 0x019608E17074705393F314E5B5E51636 , 0x019608E17074705393F314E5A538B693 , 0x019608E17017733DB9C9F47A524E159C , 0x019608E17017733DB9C9F47A48AE85C0 , 0x019608E17017733DB9C9F47A5DDDCFF6 , 0x019608E17074705393F314E5AC952C7A , 0x019608E17074705393F314E5BB8AC138 , 0x019608E17074705393F314E5A1CF44FC , 0x019608E17074705393F314E58C13C216 , 0x019608E17074705393F314E5A98C69C0 , 0x019608E17017733DB9C9F47A37282820 , 0x019608E17074705393F314E5C32A77CE , 0x019608E17074705393F314E5BC227DE9 , 0x019608E17074705393F314E59A13F201 , 0x019608E17074705393F314E59AE6875C , 0x019608E17074705393F314E598A9E864 , 0x019608E17017733DB9C9F47A5785A58A , 0x019608E17074705393F314E58D97D277 , 0x019608E17074705393F314E5D7590FD4 , 0x019608E17017733DB9C9F47A5A5C15F7 , 0x019608E17074705393F314E5AEF1F842 , 0x019608E17074705393F314E5A68C4098 , 0x019608E17017733DB9C9F47A51B99D36 , 0x019608E17017733DB9C9F47A4502D442 , 0x019608E17017733DB9C9F47A6F67BE55 , 0x019608E17074705393F314E5A5FCD48A , 0x019608E17074705393F314E59CAE2928 , 0x019608E17074705393F314E5CA4FD205 , 0x019608E17074705393F314E58B43E01C , 0x019608E17074705393F314E5CE929C41 , 0x019608E17074705393F314E5A721FD9D , 0x019608E17074705393F314E59DFCD479 , 0x019608E17017733DB9C9F47A2E380D2A , 0x019608E17017733DB9C9F47A32B8891B , 0x019608E17074705393F314E5AAE8A7F3 , 0x019608E17074705393F314E5985E6D6E , 0x019608E17074705393F314E5920C5CDB , 0x019608E17074705393F314E5B7304560 , 0x019608E17074705393F314E5C1676631 , 0x019608E17074705393F314E5A0D1BE95 , 0x019608E17074705393F314E5A4E8CF75 , 0x019608E17074705393F314E5A4763D5F , 0x019608E17017733DB9C9F47A6E49E517 , 0x019608E17074705393F314E5DA2CDD7A , 0x019608E17074705393F314E5B39CC5B1 , 0x019608E17074705393F314E5AB899B05 , 0x019608E17074705393F314E5B7ED307E , 0x019608E17074705393F314E59E31C9FB , 0x019608E17074705393F314E5A83822F8 , 0x019608E17074705393F314E5C7C56ABB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
68
1.89 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 –\x08 áptpS“ó\x14 壶-W "
b"\x01 –\x08 áptpS“ó\x14 å¤v=_ "
b"\x01 –\x08 áptpS“ó\x14 å¤èÏu "
b"\x01 –\x08 áptpS“ó\x14 å¥8¶“ "
b"\x01 –\x08 áptpS“ó\x14 奃\f 9 "
b"\x01 –\x08 áptpS“ó\x14 å¥÷'\x1D "
b"\x01 –\x08 áptpS“ó\x14 å¥üÔŠ "
b"\x01 –\x08 áptpS“ó\x14 妌@˜ "
b"\x01 û\x08 ßptpSô¾\x14 Õº!²Ø "
b"\x01 –\x08 áptpS“ó\x14 å§@ý– "
b"\x01 –\x08 áptpS“ó\x14 å¨8"ø "
b"\x01 –\x08 áptpS“ó\x14 å©&Šn "
b"\x01 –\x08 áptpS“ó\x14 å©ŒiÀ "
b"\x01 –\x08 áptpS“ó\x14 媢¶` "
b"\x01 –\x08 áptpS“ó\x14 媫ðg "
b"\x01 –\x08 áptpS“ó\x14 åªè§ó "
b"\x01 –\x08 áptpS“ó\x14 嫉›\x05 "
b"\x01 –\x08 áptpS“ó\x14 嬕,z "
b"\x01 –\x08 áptpS“ó\x14 å¬Åç# "
b"\x01 –\x08 áptpS“ó\x14 å¬âgÈ "
b"\x01 –\x08 áptpS“ó\x14 å\x08 çŒ "
b"\x01 –\x08 áptpS“ó\x14 墺þ "
b"\x01 û\x08 ßptpSô¾\x14 Õ«øü│ "
b"\x01 –\x08 áptpS“ó\x14 å®ñøB "
b"\x01 –\x08 áptpS“ó\x14 å°Á[® "
b"\x01 –\x08 áptpS“ó\x14 å°ÊçA "
b"\x01 –\x08 áptpS“ó\x14 å±Är\x01 "
b"\x01 –\x08 áptpS“ó\x14 å²ÖÇD "
b"\x01 –\x08 áptpS“ó\x14 峜ű "
b"\x01 û\x08 ßptpSô¾\x14 ÕÁ(Øô "
b"\x01 –\x08 áptpS“ó\x14 åµå\x16 6 "
b"\x01 û\x08 ßptpSô¾\x14 ÕÂÉþÆ "
b"\x01 –\x08 áptpS“ó\x14 å·0E` "
b"\x01 –\x08 áptpS“ó\x14 å·í0~ "
b"\x01 –\x08 áptpS“ó\x14 å¹5&g "
b"\x01 –\x08 áptpS“ó\x14 åº\x07 ÁL "
b"\x01 –\x08 áptpS“ó\x14 廊Á8 "
b"\x01 –\x08 áptpS“ó\x14 å»çKl "
b"\x01 –\x08 áptpS“ó\x14 å¼\x0F Š "
b"\x01 –\x08 áptpS“ó\x14 å¼"}é "
b"\x01 –\x08 áptpS“ó\x14 å½!>\x10 "
b"\x01 –\x08 áptpS“ó\x14 å¾ Ý‰ "
b"\x01 –\x08 áptpS“ó\x14 åÀ\x05 ù× "
b"\x01 –\x08 áptpS“ó\x14 åÁgf1 "
b"\x01 –\x08 áptpS“ó\x14 åÃ*wÎ "
b"\x01 –\x08 áptpS“ó\x14 åÃët] "
b"\x01 –\x08 áptpS“ó\x14 åÄs»[ "
b"\x01 –\x08 áptpS“ó\x14 åÄç\x03 f "
b"\x01 –\x08 áptpS“ó\x14 åÄð“Ô "
b"\x01 –\x08 áptpS“ó\x14 åÅÞµå "
b"\x01 –\x08 áptpS“ó\x14 åÆÙ|A "
b"\x01 –\x08 áptpS“ó\x14 åÇÅj» "
b"\x01 –\x08 áptpS“ó\x14 åÉ'ZÒ "
b"\x01 –\x08 áptpS“ó\x14 åÉÝÃm "
b"\x01 –\x08 áptpS“ó\x14 åÊOÒ\x05 "
b"\x01 û\x08 ßptpSô¾\x14 Õ╩ììZ "
b"\x01 –\x08 áptpS“ó\x14 åÍ˺† "
b"\x01 –\x08 áptpS“ó\x14 åÎ’œA "
b"\x01 –\x08 áptpS“ó\x14 åÏ‹½« "
b"\x01 –\x08 áptpS“ó\x14 åÏñ˜\r "
b"\x01 –\x08 áptpS“ó\x14 åÒ.fß "
b"\x01 –\x08 áptpS“ó\x14 åÓ-»f "
b"\x01 –\x08 áptpS“ó\x14 åÓô*v "
b"\x01 –\x08 áptpS“ó\x14 åÕ¦b1 "
b"\x01 –\x08 áptpS“ó\x14 åÖxÇr "
b"\x01 –\x08 áptpS“ó\x14 å×Y\x0F Ô "
b"\x01 –\x08 áptpS“ó\x14 åÙ;\x10\x12 "
b"\x01 –\x08 áptpS“ó\x14 åÙô)# "
b"\x01 –\x08 áptpS“ó\x14 åÚ,Ýz "
b"\x01 û\x08 ßp╔pÒ░YË4\x06 ìXÅ "
b"\x01 –\x08 ápÉpã°YÓ4\x06 Ìyà "
b"\x01 –\x08 ápÉpã°YÓ4\x08 TÞŽ "
b"\x01 –\x08 ápÉpã°YÓ4\t\x7F Ê\x0E "
b"\x01 –\x08 ápÉpã°YÓ4\t øãf "
b"\x01 –\x08 ápÉpã°YÓ4\v ³†\v "
b"\x01 –\x08 ápÉpã°YÓ4\r \x02 ô\r "
b"\x01 –\x08 ápÉpã°YÓ4\r ùÀÅ "
b"\x01 –\x08 ápÉpã°YÓ4\x0F ¡Ñ™ "
b"\x01 –\x08 ápÉpã°YÓ4\x12 ŒŸ) "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 ì°\x08 “ "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 ìÑ,a "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 ïÙ\x1F Ó "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 òj\x0E\x12 "
b"\x01 –\x08 ápîqÊ•è@>étè: "
b"\x01 –\x08 ápîqÊ•è@>é²ƒÌ "
b"\x01 –\x08 ápîqÊ•è@>ê\x18 <Ž "
b"\x01 –\x08 ápîqÊ•è@>ê€Ó® "
b"\x01 –\x08 ápõrð´¬a̼\x14\x07 ¶ "
b"\x01 û\x08 ßp§r┤¼a╠╝¡┼ì "
b"\x01 –\x08 ápõrð´¬a̼ü\r ú "
b"\x01 –\x08 ápõrð´¬a̾\x04 Tþ "
b"\x01 –\x08 ápõrð´¬aÌ¿3…Œ "
b"\x01 –\x08 ápõrð´¬aÌ¿ŠÜ\x0E "
b"\x01 –\x08 ápõrð´¬aÌÃšï´ "
b"\x01 –\x08 ápõrð´¬aÌÃÀ,– "
b"\x01 –\x08 ápõrð´¬aÌÄ8ÏG "
b"\x01 –\x08 ápõrð´¬aÌÄ©ê- "
b"\x01 –\x08 ápõrð´¬aÌÆj\x15 ± "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡\x17 ±wê "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡\x18 ›,_ "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡\x1A †©\x16 "
b"\x01 û\x08 ßq\x05 q\x06 Ü{§ç\x1C صì "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡ \x1E\x1D\x07 "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡ ËP¬ "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡'&ˆ\x04 "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡)Ûæ. "
b"\x01 –\x08 áq\x1D r‹‹;\r §Ÿ\x03 ó\n "
b"\x01 –\x08 áq\x1D r‹‹;\r § ”»\x13 "
b"\x01 –\x08 áq\x1D r‹‹;\r §¡\x01 ç. "
b"\x01 –\x08 áq\x1D r‹‹;\r §£U$— "
b"\x01 –\x08 áq\x1D r‹‹;\r §¤\x1A bn "
b"\x01 û\x08 ßq\x1D rïï;\r ºÑ/ü╝ "
b"\x01 –\x08 áq\x1D r‹‹;\r §¥r\x12 3 "
b"\x01 –\x08 áq\x1D r‹‹;\r §ªñ×> "
b"\x01 –\x08 áq\x1D r‹‹;\r §«,r× "
b"\x01 –\x08 áq3qçɢJ\x1C í\x01 « "
b"\x01 –\x08 áq3qçɢJ\x1D [\x1F ö "
b"\x01 –\x08 áq3qçɢJ\x1F\x12 ¤e "
b"\x01 –\x08 áq3qçɢJ\x1F •I "
b"\x01 –\x08 áq3qçɢJ o%™ "
b"\x01 –\x08 áq3qçɢJ#Á\x04 Ù "
b"\x01 –\x08 áq3qçɢJ$Œ0W "
b"\x01 –\x08 áq3qçɢJ%m†\x16 "
b"\x01 –\x08 áq3qçɢJ&|îm "
b"\x01 –\x08 áq3qçɢJ'e„ý "
b"\x01 –\x08 áq3qçɢJ(KZ\x07 "
b"\x01 –\x08 áq3qçɢJ*ë\x01 \ "
b"\x01 –\x08 áq3qçɢJ+ÂXn "
b"\x01 û\x08 ßq3q├º╔óJ,ÅÖ╠ "
b"\x01 û\x08 ßq3q├º╔óJ-íØ▀ "
]
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 (0x019608E17074705393F314E5A3B62D57 , 0x019608E17074705393F314E5A4763D5F , 0x019608E17074705393F314E5A4E8CF75 , 0x019608E17074705393F314E5A538B693 , 0x019608E17074705393F314E5A5830C39 , 0x019608E17074705393F314E5A5F7271D , 0x019608E17074705393F314E5A5FCD48A , 0x019608E17074705393F314E5A68C4098 , 0x019608E17074705393F314E5A721FD9D , 0x019608E17074705393F314E5A740FD96 , 0x019608E17074705393F314E5A83822F8 , 0x019608E17074705393F314E5A9268A6E , 0x019608E17074705393F314E5A98C69C0 , 0x019608E17074705393F314E5AAA2B660 , 0x019608E17074705393F314E5AAABF067 , 0x019608E17074705393F314E5AAE8A7F3 , 0x019608E17074705393F314E5AB899B05 , 0x019608E17074705393F314E5AC952C7A , 0x019608E17074705393F314E5ACC5E723 , 0x019608E17074705393F314E5ACE267C8 , 0x019608E17074705393F314E5AD08E78C , 0x019608E17074705393F314E5ADA2BAFE , 0x019608E17074705393F314E5AE9B81B3 , 0x019608E17074705393F314E5AEF1F842 , 0x019608E17074705393F314E5B0C15BAE , 0x019608E17074705393F314E5B0CAE741 , 0x019608E17074705393F314E5B1C47201 , 0x019608E17074705393F314E5B2D6C744 , 0x019608E17074705393F314E5B39CC5B1 , 0x019608E17074705393F314E5B5289D93 , 0x019608E17074705393F314E5B5E51636 , 0x019608E17074705393F314E5B690E792 , 0x019608E17074705393F314E5B7304560 , 0x019608E17074705393F314E5B7ED307E , 0x019608E17074705393F314E5B9352667 , 0x019608E17074705393F314E5BA07C14C , 0x019608E17074705393F314E5BB8AC138 , 0x019608E17074705393F314E5BBE74B6C , 0x019608E17074705393F314E5BC0FAD8A , 0x019608E17074705393F314E5BC227DE9 , 0x019608E17074705393F314E5BD213E10 , 0x019608E17074705393F314E5BEA0DD89 , 0x019608E17074705393F314E5C005F9D7 , 0x019608E17074705393F314E5C1676631 , 0x019608E17074705393F314E5C32A77CE , 0x019608E17074705393F314E5C3EB745D , 0x019608E17074705393F314E5C473BB5B , 0x019608E17074705393F314E5C4E70366 , 0x019608E17074705393F314E5C4F093D4 , 0x019608E17074705393F314E5C5DEB5E5 , 0x019608E17074705393F314E5C6D97C41 , 0x019608E17074705393F314E5C7C56ABB , 0x019608E17074705393F314E5C9275AD2 , 0x019608E17074705393F314E5C9DDC36D , 0x019608E17074705393F314E5CA4FD205 , 0x019608E17074705393F314E5CA8D8D5A , 0x019608E17074705393F314E5CDCBBA86 , 0x019608E17074705393F314E5CE929C41 , 0x019608E17074705393F314E5CF8BBDAB , 0x019608E17074705393F314E5CFF1980D , 0x019608E17074705393F314E5D22E66DF , 0x019608E17074705393F314E5D32DBB66 , 0x019608E17074705393F314E5D3F42A76 , 0x019608E17074705393F314E5D5A66231 , 0x019608E17074705393F314E5D678C772 , 0x019608E17074705393F314E5D7590FD4 , 0x019608E17074705393F314E5D93B1012 , 0x019608E17074705393F314E5D9F42923 , 0x019608E17074705393F314E5DA2CDD7A , 0x019608E170C970E3B059D334068D588F , 0x019608E170C970E3B059D33406CC79C3 , 0x019608E170C970E3B059D3340854DE8E , 0x019608E170C970E3B059D334097FCA0E , 0x019608E170C970E3B059D33409F8E366 , 0x019608E170C970E3B059D3340BB3860B , 0x019608E170C970E3B059D3340D02F40D , 0x019608E170C970E3B059D3340DF9C0C5 , 0x019608E170C970E3B059D3340FA1D199 , 0x019608E170C970E3B059D334128C9F29 , 0x019608E170DF73FFACD7C700ECB00893 , 0x019608E170DF73FFACD7C700ECD12C61 , 0x019608E170DF73FFACD7C700EFD91FD3 , 0x019608E170DF73FFACD7C700F26A0E12 , 0x019608E170EE71CA95E8403EE974E83A , 0x019608E170EE71CA95E8403EE9B283CC , 0x019608E170EE71CA95E8403EEA183C8E , 0x019608E170EE71CA95E8403EEA80D3AE , 0x019608E170F572F0B4AC61CCBC1407B6 , 0x019608E170F572F0B4AC61CCBCADC58D , 0x019608E170F572F0B4AC61CCBCFC0DFA , 0x019608E170F572F0B4AC61CCBE0454FE , 0x019608E170F572F0B4AC61CCBF33858C , 0x019608E170F572F0B4AC61CCBF8ADC0E , 0x019608E170F572F0B4AC61CCC39AEFB4 , 0x019608E170F572F0B4AC61CCC3C02C96 , 0x019608E170F572F0B4AC61CCC438CF47 , 0x019608E170F572F0B4AC61CCC4A9EA2D , 0x019608E170F572F0B4AC61CCC66A15B1 , 0x019608E1710571069A7BF58717B177EA , 0x019608E1710571069A7BF587189B2C5F , 0x019608E1710571069A7BF5871A86A916 , 0x019608E1710571069A7BF5871C9DE68D , 0x019608E1710571069A7BF587201E1D07 , 0x019608E1710571069A7BF58720CB50AC , 0x019608E1710571069A7BF58727268804 , 0x019608E1710571069A7BF58729DBE62E , 0x019608E1711D728B8B3B0DA79F03F30A , 0x019608E1711D728B8B3B0DA7A094BB13 , 0x019608E1711D728B8B3B0DA7A101E72E , 0x019608E1711D728B8B3B0DA7A3552497 , 0x019608E1711D728B8B3B0DA7A41A626E , 0x019608E1711D728B8B3B0DA7A52F81BC , 0x019608E1711D728B8B3B0DA7A5721233 , 0x019608E1711D728B8B3B0DA7AAF1D73E , 0x019608E1711D728B8B3B0DA7AB2C72D7 , 0x019608E1713371C3A7C9A24A1CED01AB , 0x019608E1713371C3A7C9A24A1D5B1FF6 , 0x019608E1713371C3A7C9A24A1F12A465 , 0x019608E1713371C3A7C9A24A1FA09549 , 0x019608E1713371C3A7C9A24A206F2599 , 0x019608E1713371C3A7C9A24A23C104D9 , 0x019608E1713371C3A7C9A24A248C3057 , 0x019608E1713371C3A7C9A24A256D8616 , 0x019608E1713371C3A7C9A24A267CEE6D , 0x019608E1713371C3A7C9A24A276584FD , 0x019608E1713371C3A7C9A24A284B5A07 , 0x019608E1713371C3A7C9A24A2AEB015C , 0x019608E1713371C3A7C9A24A2BC2586E , 0x019608E1713371C3A7C9A24A2C8F99CC , 0x019608E1713371C3A7C9A24A2DA19DDF );
Copy
69
3.03 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 1000
Parameters :
[
true
b"\x01 –\x08 áptpS“ó\x14 哧\x08 : "
b"\x01 –\x08 áq\x1D r‹‹;\r §«,r× "
b"\x01 û\x08 ßptpSô¾\x14 Õìw·B "
b"\x01 –\x08 áptpS“ó\x14 åÓ-»f "
b"\x01 –\x08 áq\x1D r‹‹;\r §£U$— "
b"\x01 –\x08 áolrA¸ï“S=\x17 qÉ "
b"\x01 û\x08 ßq\x1D rïï;\r ºÑ/ü╝ "
b"\x01 –\x08 áolrA¸ï“S>\x13 Œš "
b"\x01 –\x08 áolrA¸ï“S7‘p> "
b"\x01 –\x08 áq\x1D r‹‹;\r §¤\x1A bn "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 Q└BÅ "
b"\x01 –\x08 áp\x17 s=¹Éôz=\x01 uï "
b"\x01 –\x08 ápõrð´¬a̼ü\r ú "
b"\x01 –\x08 áq3qçɢJ&|îm "
b"\x01 –\x08 áo¿qᶀÍ\x02 :Z'ÿ "
b"\x01 –\x08 áp\x17 s=¹Éôz>ë_û "
b"\x01 –\x08 áp\x17 s=¹ÉôzS\x04\x04 É "
b"\x01 û\x08 ßq3q├º╔óJ,ÅÖ╠ "
b"\x01 –\x08 áq3qçɢJ(KZ\x07 "
b"\x01 –\x08 ápõrð´¬a̾\x04 Tþ "
b"\x01 –\x08 ápõrð´¬aÌÄ©ê- "
b"\x01 –\x08 ápõrð´¬aÌÃšï´ "
b"\x01 –\x08 áo¿qᶀÍ\x02 :¼õ¾ "
b"\x01 –\x08 ápîqÊ•è@>ê€Ó® "
b"\x01 –\x08 áq\x1D r‹‹;\r §¥r\x12 3 "
b"\x01 –\x08 áq3qçɢJ\x1F\x12 ¤e "
b"\x01 –\x08 áq\x1D r‹‹;\r §Ÿ\x03 ó\n "
b"\x01 –\x08 ápîqÊ•è@>étè: "
b"\x01 –\x08 ápîqÊ•è@>ê\x18 <Ž "
b"\x01 –\x08 ápîqÊ•è@>é²ƒÌ "
b"\x01 –\x08 áq3qçɢJ*ë\x01 \ "
b"\x01 –\x08 áq3qçɢJ\x1F •I "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1E 䂤 "
b"\x01 –\x08 áo¿qᶀÍ\x02 $Ë#2 "
b"\x01 –\x08 áp\x17 s=¹Éôzf_”i "
b"\x01 –\x08 ápÉpã°YÓ4\t\x7F Ê\x0E "
b"\x01 –\x08 ápÉpã°YÓ4\t øãf "
b"\x01 –\x08 ápÉpã°YÓ4\r ùÀÅ "
b"\x01 –\x08 ápÉpã°YÓ4\x08 TÞŽ "
b"\x01 –\x08 áp\x17 s=¹Éôz?\x0F £³ "
b"\x01 –\x08 áp\x17 s=¹Éôzm8ÀÇ "
b"\x01 –\x08 áptpS“ó\x14 å˜sPw "
b"\x01 –\x08 ápõrð´¬aÌÆj\x15 ± "
b"\x01 –\x08 áq3qçɢJ o%™ "
b"\x01 û\x08 ßptpSô¾\x14 Õ╩ììZ "
b"\x01 –\x08 áptpS“ó\x14 媫ðg "
b"\x01 –\x08 ápõrð´¬a̼\x14\x07 ¶ "
b"\x01 –\x08 áq3qçɢJ+ÂXn "
b"\x01 –\x08 áq3qçɢJ\x1C í\x01 « "
b"\x01 –\x08 áq3qçɢJ%m†\x16 "
b"\x01 –\x08 áq\x1D r‹‹;\r § ”»\x13 "
b"\x01 –\x08 áq\x1D r‹‹;\r §ªñ×> "
b"\x01 –\x08 áptpS“ó\x14 åœ\x08 "\n "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡'&ˆ\x04 "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡ \x1E\x1D\x07 "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡\x17 ±wê "
b"\x01 –\x08 áptpS“ó\x14 呈ì@ "
b"\x01 –\x08 áo¿qᶀÍ\x02 ^ÿàl "
b"\x01 –\x08 ápÉpã°YÓ4\x06 Ìyà "
b"\x01 –\x08 áq3qçɢJ'e„ý "
b"\x01 –\x08 ápÉpã°YÓ4\r \x02 ô\r "
b"\x01 –\x08 ápÉpã°YÓ4\v ³†\v "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 ñ\x03\x02 "
b"\x01 –\x08 áq3qçɢJ#Á\x04 Ù "
b"\x01 –\x08 áp\x17 s=¹Éôz-©ç™ "
b"\x01 û\x08 ßq\x05 q\x06 Ü{§ç\x1C صì "
b"\x01 –\x08 áp\x17 s=¹Éôz8\x13\e\x05 "
b"\x01 –\x08 áp\x17 s=¹ÉôzL÷\x11 & "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡\x18 ›,_ "
b"\x01 û\x08 ßq3q├º╔óJ-íØ▀ "
b"\x01 –\x08 áq3qçɢJ$Œ0W "
b"\x01 –\x08 áq3qçɢJ\x1D [\x1F ö "
b"\x01 –\x08 ápÉpã°YÓ4\x12 ŒŸ) "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 òj\x0E\x12 "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 ìÑ,a "
b"\x01 –\x08 ápÉpã°YÓ4\x0F ¡Ñ™ "
b"\x01 û\x08 ßp╔pÒ░YË4\x06 ìXÅ "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 ì°\x08 “ "
b"\x01 –\x08 ápõrð´¬aÌÃÀ,– "
b"\x01 –\x08 áq\x1D r‹‹;\r §¡\x01 ç. "
b"\x01 –\x08 ápßsÿ¬×Ç\x00 ïÙ\x1F Ó "
b"\x01 –\x08 ápõrð´¬aÌÄ8ÏG "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡\x1A †©\x16 "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡ ËP¬ "
b"\x01 –\x08 áq\x05 q\x06 š{õ‡)Ûæ. "
b"\x01 –\x08 áolrA¸ï“S\x10 é\x01 ¢ "
b"\x01 –\x08 ápõrð´¬aÌ¿ŠÜ\x0E "
b"\x01 –\x08 ápõrð´¬aÌ¿3…Œ "
b"\x01 û\x08 ßolrA©´ôS\f Øh│ "
b"\x01 –\x08 áolrA¸ï“S$Ö\x12 1 "
b"\x01 û\x08 ßp§r┤¼a╠╝¡┼ì "
b"\x01 –\x08 áokqЫúqža“Þ\x12 "
b"\x01 –\x08 áolrA¸ï“S\x13 vXT "
b"\x01 –\x08 áolrA¸ï“S?\v ä\x0E "
b"\x01 –\x08 áo¿qᶀÍ\x02 X½ÍÐ "
b"\x01 –\x08 áo¿qᶀÍ\x02 \hLb "
b"\x01 –\x08 áp\x17 s=¹ÉôzX_¶µ "
b"\x01 –\x08 áp\x17 s=¹Éôz^KW6 "
b"\x01 –\x08 áp\x17 s=¹Éôz_\x11\x01 æ "
b"\x01 –\x08 áptpS“ó\x14 åÄç\x03 f "
b"\x01 –\x08 áolrA¸ï“S\x0E NGs "
b"\x01 –\x08 áolrA¸ï“S\x0E ˆÜm "
b"\x01 –\x08 áolrA¸ï“S/â›\x0E "
b"\x01 –\x08 áo¿qᶀÍ\x02\e \\x00 z "
b"\x01 –\x08 áokqЫúqžg\x06 µl "
b"\x01 –\x08 áolrA¸ï“S\f #òB "
b"\x01 û\x08 ßolrA©´ôS-Ç«ì "
b"\x01 –\x08 áo¿qᶀÍ\x02 Dƒ¿_ "
b"\x01 –\x08 áo¿qᶀÍ\x02 JW¿Ü "
b"\x01 –\x08 áo¿qᶀÍ\x02 P=GG "
b"\x01 –\x08 áp\x17 s=¹ÉôzlŠ¡Ì "
b"\x01 –\x08 áolrA¸ï“S\x19 ðøe "
b"\x01 –\x08 áolrA¸ï“S+*jf "
b"\x01 –\x08 áolrA¸ï“S@Fa³ "
b"\x01 –\x08 áo¿qᶀÍ\x02 +áÈz "
b"\x01 –\x08 áo¿qᶀÍ\x02 N¯Ÿ´ "
b"\x01 –\x08 áo¿qᶀÍ\x02 U\x14 ⃠"
b"\x01 û\x08 ßp\x17 s=╣╔¶z1ìW\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz^Yå› "
b"\x01 –\x08 áp\x17 s=¹Éôzcæˆç "
b"\x01 –\x08 áptpS“ó\x14 å©&Šn "
b"\x01 –\x08 áolrA¸ï“S\x11 t%\x0E "
b"\x01 –\x08 áolrA¸ï“S\x1C ™»\x1C "
b"\x01 –\x08 áolrA¸ï“S&Ö¬\x1A "
b"\x01 –\x08 áolrA¸ï“S\x10 â> "
b"\x01 –\x08 áolrA¸ï“S0§bm "
b"\x01 –\x08 áolrA¸ï“S6´7Ú "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 =É\x02 e "
b"\x01 –\x08 áo¿qᶀÍ\x02 Y8¿Y "
b"\x01 –\x08 áo¿qᶀÍ\x02 _\x1D /6 "
b"""
\x01 –\x08 áp\x17 s=¹Éôz,\n
ÀÚ
"""
b"\x01 –\x08 áp\x17 s=¹ÉôzSÉÈŠ "
b"\x01 –\x08 áokqЫúqž`—æ} "
b"\x01 –\x08 áolrA¸ï“S%\x10 f\x01 "
b"\x01 –\x08 áo¿qᶀÍ\x02 (1\v < "
b"\x01 –\x08 áokqЫúqže\x0F ‚ç "
b"\x01 –\x08 áolrA¸ï“S\x03 $ì— "
b"\x01 –\x08 áolrA¸ï“S'\x17 V‚ "
b"\x01 –\x08 áo¿qᶀÍ\x02 -$mN "
b"\x01 –\x08 áo¿qᶀÍ\x02 -«á¶ "
b"\x01 –\x08 áolrA¸ï“S\x1E 5E3 "
b"\x01 –\x08 áolrA¸ï“S* ìK "
b"\x01 –\x08 áolrA¸ï“S4\x0E +u "
b"\x01 –\x08 áo¿qᶀÍ\x02 VY·< "
b"\x01 –\x08 áp\x17 s=¹Éôz+BÆ[ "
b"\x01 –\x08 áp\x17 s=¹Éôz8îo€ "
b"\x01 –\x08 áp\x17 s=¹Éôz;\x06 èÞ "
b"\x01 –\x08 áolrA¸ï“S\x01 ñó\x13 "
b"\x01 –\x08 áolrA¸ï“S4²±“ "
b"\x01 –\x08 áolrA¸ï“S@@±n "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 '¥‹ "
b"\x01 –\x08 áolrA¸ï“S\x1F ØÄO "
b"\x01 –\x08 áolrA¸ï“S:Òg@ "
b"\x01 –\x08 áolrA¸ï“S@¿—± "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1C ‹uÎ "
b"\x01 –\x08 áo¿qᶀÍ\x02 Såé\x15 "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 Z│\x17 Å "
b"\x01 –\x08 áolrA¸ï“S\x0E ±š* "
b"\x01 –\x08 áolrA¸ï“S-.Ì\e "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1F A ; "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 "_MØ "
b"\x01 –\x08 áp\x17 s=¹ÉôzJ†0ö "
b"\x01 û\x08 ßolrA©´ôR │8ì "
b"\x01 –\x08 áolrA¸ï“S\x05 0ؘ "
b"\x01 –\x08 áolrA¸ï“S\x1A\t ‡$ "
b"\x01 –\x08 áo¿qᶀÍ\x02 '«û! "
b"\x01 –\x08 áo¿qᶀÍ\x02 -ðóL "
b"\x01 –\x08 áp\x17 s=¹Éôzi2QÓ "
b"\x01 –\x08 áolrA¸ï“Rþø\x16 "
b"\x01 –\x08 áolrA¸ï“S\x00 aá+ "
b"\x01 –\x08 áolrA¸ï“S\x05 Ê\- "
b"\x01 –\x08 áo¿qᶀÍ\x02 FTäÎ "
b"\x01 –\x08 áp\x17 s=¹Éôz4ƒ\x03 W "
b"\x01 –\x08 áp\x17 s=¹Éôzn\x16\x00 b "
b"\x01 –\x08 áptpS“ó\x14 åÖxÇr "
b"\x01 –\x08 áolrA¸ï“S\x1D Cú5 "
b"\x01 –\x08 áolrA¸ï“S\x1E }ä¹ "
b"\x01 –\x08 áo¿qᶀÍ\x02 <{]x "
b"\x01 –\x08 áp\x17 s=¹ÉôzA·%Ì "
b"\x01 –\x08 áolrA¸ï“S:0¦è "
b"\x01 –\x08 áolrA¸ï“S:”Ï\x14 "
b"\x01 –\x08 áo¿qᶀÍ\x02 2Î\x14 T "
b"\x01 –\x08 áo¿qᶀÍ\x02 8|_y "
b"\x01 –\x08 áo¿qᶀÍ\x02 UØó "
b"\x01 –\x08 áp\x17 s=¹Éôz!t\x01 Ù "
b"\x01 –\x08 áp\x17 s=¹Éôz)Üs£ "
b"\x01 –\x08 áp\x17 s=¹ÉôzaOS\x0E "
b"\x01 û\x08 ßokqð½·q×`ÉÕd "
b"\x01 –\x08 áolrA¸ï“Rþ@{x "
b"\x01 –\x08 áolrA¸ï“S\x1C -\x05 ^ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x12 Û\x17 ú "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1F Tñ9 "
b"\x01 –\x08 áo¿qᶀÍ\x02 5\x1C Fí "
b"\x01 –\x08 áolrA¸ï“S\t û¡È "
b"\x01 –\x08 áo¿qᶀÍ\x02 # \x11\x12 "
b"\x01 û\x08 ßp\x17 s=╣╔¶z5\Nì "
b"\x01 –\x08 áp\x17 s=¹Éôz;î?ž "
b"\x01 –\x08 áokqЫúqžcª®ž "
b"\x01 –\x08 áolrA¸ï“S<OÍé "
b"\x01 –\x08 áo¿qᶀÍ\x02 !ë\x01 Ž "
b"\x01 –\x08 áp\x17 s=¹Éôze‰a& "
b"\x01 –\x08 áokqЫúqžfIÑõ "
b"\x01 û\x08 ßolrA©´ôS\x04 Åß@ "
b"\x01 –\x08 áolrA¸ï“S8Œ6¿ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1A EÛE "
b"\x01 –\x08 áo¿qᶀÍ\x02 E´·\x1E "
b"\x01 –\x08 áo¿qᶀÍ\x02 Oc¢Û "
b"\x01 –\x08 áp\x17 s=¹Éôz5µ/½ "
b"\x01 –\x08 áolrA¸ï“S\x17 ”\x0F\x03 "
b"\x01 –\x08 áolrA¸ï“S\x1C [œÚ "
b"\x01 –\x08 áolrA¸ï“S0Q§¡ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x19 9±& "
b"\x01 –\x08 áo¿qᶀÍ\x02 A5çX "
b"\x01 –\x08 áo¿qᶀÍ\x02 Gl…X "
b"\x01 –\x08 áolrA¸ï“S(È·7 "
b"\x01 –\x08 áo¿qᶀÍ\x02 )\f ʨ "
b"\x01 –\x08 áo¿qᶀÍ\x02 H\x7F HŽ "
b"\x01 –\x08 áo¿qᶀÍ\x02 ^‰½Ž "
b"\x01 –\x08 áp\x17 s=¹Éôz0}\x07 ¸ "
b"\x01 –\x08 áp\x17 s=¹ÉôzeK\x01 F "
b"\x01 –\x08 áo¿qᶀÍ\x02 Aá\x16 b "
b"\x01 –\x08 áp\x17 s=¹ÉôznÛBm "
b"\x01 –\x08 áolrA¸ï“RûqÔƒ "
b"\x01 –\x08 áolrA¸ï“S\x1D ”Òø "
b"\x01 –\x08 áolrA¸ï“S&Y˜Î "
b"\x01 –\x08 áo¿qᶀÍ\x02 *Ê~A "
b"\x01 –\x08 áp\x17 s=¹Éôz=©\v\x02 "
b"\x01 –\x08 áolrA¸ï“S.øt¬ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x18 ì‡\x0F "
b"\x01 –\x08 áo¿qᶀÍ\x02 &àò\x15 "
b"\x01 –\x08 áp\x17 s=¹ÉôzXþ4A "
b"\x01 –\x08 áptpS“ó\x14 åÅÞµå "
b"\x01 –\x08 áolrA¸ï“S\e ï–J "
b"\x01 –\x08 áolrA¸ï“S"\x04 ¹¬ "
b"\x01 –\x08 áolrA¸ï“S'×Gˆ "
b"\x01 –\x08 áo¿qᶀÍ\x02 >^²’ "
b"\x01 –\x08 áo¿qᶀÍ\x02 F –0 "
b"\x01 –\x08 áp\x17 s=¹ÉôzEúÕÕ "
b"\x01 –\x08 áp\x17 s=¹ÉôzF\r A\x05 "
b"\x01 –\x08 áptpS“ó\x14 å¬âgÈ "
b"\x01 –\x08 áokqЫúqžbä\r ¹ "
b"\x01 –\x08 áo¿qᶀÍ\x02 ;¬¹P "
b"\x01 –\x08 áo¿qᶀÍ\x02 Jm™ÿ "
b"\x01 –\x08 áolrA¸ï“S,\x0F &ò "
b"\x01 –\x08 áolrA¸ï“S>»AÞ "
b"\x01 –\x08 áokqЫúqžjùP¼ "
b"\x01 –\x08 áolrA¸ï“S\x14 c8^ "
b"\x01 –\x08 áo¿qᶀÍ\x02 >àb¹ "
b"\x01 û\x08 ßp\x17 s=╣╔¶zOü└Ó "
b"\x01 –\x08 áp\x17 s=¹Éôzjœø\x01 "
b"\x01 –\x08 áolrA¸ï“S5Í ¸ "
b"\x01 –\x08 áo¿qᶀÍ\x02 R†‚¬ "
b"\x01 –\x08 áp\x17 s=¹Éôz1y’q "
b"\x01 –\x08 áp\x17 s=¹Éôz:c–… "
b"\x01 –\x08 áptpS“ó\x14 åÉ'ZÒ "
b"\x01 –\x08 áokqЫúqži°€c "
b"\x01 –\x08 áolrA¸ï“S\x1E 9\x18 b "
b"\x01 –\x08 áo¿qᶀÍ\x02 MTO\x07 "
b"\x01 –\x08 áp\x17 s=¹ÉôzUOr# "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1E Y{É "
b"\x01 –\x08 áo¿qᶀÍ\x02 0&ûV "
b"\x01 –\x08 áolrA¸ï“Rü\x1C Ig "
b"\x01 –\x08 áolrA¸ï“S!7H¶ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x13\x11 ¤v "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1F «Üi "
b"\x01 –\x08 áp\x17 s=¹Éôz[\x16 ¿Ö "
b"\x01 û\x08 ßp\x17 s=╣╔¶zo%áØ "
b"\x01 û\x08 ßptpSô¾\x14 ÕÅ-¾╚ "
b"\x01 –\x08 áokqЫúqžjÎSD "
b"\x01 –\x08 áolrA¸ï“S\x18 W\x06 ÿ "
b"\x01 –\x08 áo¿qᶀÍ\x02 E'í‘ "
b"\x01 –\x08 áolrA¸ï“S\x17\x05 "ã "
b"\x01 –\x08 áo¿qᶀÍ\x02 3Ж§ "
b"\x01 –\x08 áo¿qᶀÍ\x02 >jå\x02 "
b"\x01 –\x08 áp\x17 s=¹ÉôzLI¦_ "
b"\x01 –\x08 áp\x17 s=¹Éôzjã~, "
b"\x01 û\x08 ßptpSô¾\x14 ÕÂÉþÆ "
b"\x01 –\x08 áolrA¸ï“S\x07 ]}9 "
b"\x01 –\x08 áolrA¸ï“S1^\r ” "
b"\x01 –\x08 áolrA¸ï“S3ê\x08 ‡ "
b"\x01 –\x08 áo¿qᶀÍ\x02 9r\x7F [ "
b"\x01 –\x08 áo¿qᶀÍ\x02 HAÙ\x1E "
b"\x01 –\x08 áo¿qᶀÍ\x02 [2[\x7F "
b"\x01 –\x08 áp\x17 s=¹ÉôzGL\x06 [ "
b"\x01 –\x08 áp\x17 s=¹ÉôzZ\x1C ¦ü "
b"\x01 –\x08 áo¿qᶀÍ\x02 J@?Õ "
b"\x01 –\x08 áp\x17 s=¹Éôzm\x1F\x05 Ì "
b"\x01 –\x08 áolrA¸ï“S\v\x1A C° "
b"\x01 –\x08 áolrA¸ï“S\r VPW "
b"\x01 –\x08 áo¿qᶀÍ\x02 IŒ+1 "
b"\x01 –\x08 áo¿qᶀÍ\x02 ,à\f ¬ "
b"\x01 –\x08 áolrA¸ï“S\x03 ñ[k "
b"\x01 –\x08 áolrA¸ï“S\v *¢! "
b"\x01 –\x08 áolrA¸ï“S)Ò–Ë "
b"\x01 –\x08 áo¿qᶀÍ\x02 1Õ\x12 æ "
b"\x01 –\x08 áolrA¸ï“S\x1A –àÔ "
b"\x01 –\x08 áp\x17 s=¹Éôz6C%ê "
b"\x01 –\x08 áolrA¸ï“S"{ÙÓ "
b"\x01 û\x08 ßo┐qßÂÇ═\x02\x1A ü┘ï "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1C\x0E £- "
b"\x01 –\x08 áolrA¸ï“S6Úd¶ "
b"\x01 –\x08 áolrA¸ï“S=–&‚ "
b"\x01 –\x08 áo¿qᶀÍ\x02 5\x02 Ùj "
b"\x01 –\x08 áp\x17 s=¹Éôz;@Å# "
b"\x01 –\x08 áp\x17 s=¹ÉôzP"á\x00 "
b"\x01 –\x08 áolrA¸ï“S,óyè "
b"\x01 –\x08 áo¿qᶀÍ\x02 ImIç "
b"\x01 –\x08 áolrA¸ï“S 7òè "
b"\x01 –\x08 áo¿qᶀÍ\x02\x13 OJ\x00 "
b"\x01 –\x08 áo¿qᶀÍ\x02 >×\x17 \ "
b"\x01 –\x08 áokqЫúqžd0ÁË "
b"\x01 –\x08 áolrA¸ï“S\e ›Mu "
b"\x01 –\x08 áo¿qᶀÍ\x02 \¬i² "
b"\x01 –\x08 áolrA¸ï“S*\x18 &Ç "
b"\x01 –\x08 áo¿qᶀÍ\x02 @[õ! "
b"\x01 –\x08 áo¿qᶀÍ\x02 XYrñ "
b"\x01 –\x08 áp\x17 s=¹Éôz.×Lq "
b"\x01 –\x08 áp\x17 s=¹ÉôzIÕUp "
b"\x01 û\x08 ßptpSô¾\x14 ÕØÄ>\x18 "
b"\x01 –\x08 áolrA¸ï“S\x15 U†é "
b"\x01 –\x08 áokqЫúqžf/Œï "
b"\x01 –\x08 áolrA¸ï“S\v\x04 B* "
b"\x01 –\x08 áo¿qᶀÍ\x02 #Ñ•õ "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 )Å°\x05 "
b"\x01 –\x08 áo¿qᶀÍ\x02 A펻 "
b"\x01 –\x08 áokqЫúqž_ùY2 "
b"\x01 –\x08 áo¿qᶀÍ\x02 0 +å "
b"\x01 –\x08 áo¿qᶀÍ\x02 ]ÖÒã "
b"\x01 –\x08 áolrA¸ï“S,‰eÊ "
b"\x01 –\x08 áp\x17 s=¹ÉôzI ¤À "
b"\x01 –\x08 áolrA¸ï“S\x04 ñ\x0E „ "
b"\x01 –\x08 áo¿qᶀÍ\x02 %ŒÉ "
b"\x01 –\x08 áo¿qᶀÍ\x02 C—L8 "
b"\x01 –\x08 áo¿qᶀÍ\x02 Lšû² "
b"\x01 –\x08 áolrA¸ï“S\x08\x12 Ýë "
b"\x01 –\x08 áo¿qᶀÍ\x02\x15 ¶à< "
b"\x01 –\x08 áo¿qᶀÍ\x02 Š\x1A Q "
b"\x01 –\x08 áo¿qᶀÍ\x02 8\x10 ]¹ "
b"\x01 –\x08 áp\x17 s=¹Éôz;¡ÊÄ "
b"\x01 –\x08 áp\x17 s=¹Éôzc\x06 Çz "
b"\x01 –\x08 áptpS“ó\x14 å\x08 çŒ "
b"\x01 –\x08 áolrA¸ï“S1Ø´Ã "
b"\x01 –\x08 áo¿qᶀÍ\x02 3{F¶ "
b"\x01 –\x08 áo¿qᶀÍ\x02 _ óG "
b"\x01 –\x08 áokqЫúqžgæç\x0F "
b"\x01 –\x08 áolrA¸ï“S.\x1F\x08 * "
b"\x01 –\x08 áo¿qᶀÍ\x02 9Ý"H "
b"\x01 –\x08 áo¿qᶀÍ\x02 Eµ;\x08 "
b"\x01 –\x08 áp\x17 s=¹Éôz$Îf2 "
b"\x01 –\x08 áp\x17 s=¹Éôz2ñ‹Y "
b"\x01 –\x08 áp\x17 s=¹ÉôzDÙž\n "
b"\x01 –\x08 áokqЫúqža\x15 ÙŠ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 è±Ù "
b"\x01 –\x08 áokqЫúqž`ùáR "
b"\x01 –\x08 áolrA¸ï“S5\x17 ýM "
b"\x01 –\x08 áo¿qᶀÍ\x02 1&Ð\x06 "
b"\x01 –\x08 áp\x17 s=¹Éôz4 ô$ "
b"\x01 –\x08 áptpS“ó\x14 åÀ\x05 ù× "
b"\x01 –\x08 áolrA¸ï“S6C#^ "
b"\x01 –\x08 áolrA¸ï“S\e\x19 ç< "
b"\x01 –\x08 áo¿qᶀÍ\x02 P•\x1A\x1C "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 PØS, "
b"\x01 –\x08 áp\x17 s=¹ÉôzDx\x17 „ "
b"\x01 –\x08 áokqЫúqžbç€\n "
b"\x01 –\x08 áo¿qᶀÍ\x02 *MDà "
b"\x01 –\x08 áo¿qᶀÍ\x02 P®\x1A v "
b"\x01 –\x08 áp\x17 s=¹ÉôzJZ³¢ "
b"\x01 –\x08 áp\x17 s=¹Éôz[ÈŽW "
b"""
\x01 –\x08 áolrA¸ï“S\n
Ÿ6Ü
"""
b"\x01 –\x08 áolrA¸ï“S(öqh "
b"\x01 –\x08 áo¿qᶀÍ\x02 [_59 "
b"\x01 –\x08 áolrA¸ï“S\x12\x16 t¡ "
b"\x01 û\x08 ßo┐qßÂÇ═\x02 .Ø2B "
b"\x01 –\x08 áo¿qᶀÍ\x02 T2Uo "
b"\x01 –\x08 áp\x17 s=¹ÉôzC¿9E "
b"\x01 –\x08 áp\x17 s=¹ÉôzFj(\x07 "
b"\x01 û\x08 ßolrA©´ôS\r 4Å\x12 "
b"\x01 –\x08 áolrA¸ï“S3‘4S "
b"\x01 –\x08 áolrA¸ï“S\x01\x17 Äq "
b"\x01 –\x08 áolrA¸ï“S:1Ù§ "
b"\x01 –\x08 áo¿qᶀÍ\x02 &Òg( "
b"""
\x01 –\x08 áp\x17 s=¹Éôzi\n
,à
"""
b"\x01 –\x08 áolrA¸ï“S<0tw "
b"\x01 –\x08 áo¿qᶀÍ\x02 YýÇp "
b"\x01 –\x08 áo¿qᶀÍ\x02 ^Ñt† "
b"\x01 –\x08 áokqЫúqžh{ñ< "
b"\x01 –\x08 áo¿qᶀÍ\x02 GãBÝ "
b"""
\x01 –\x08 áolrA¸ï“S\x1F 8\n
F
"""
b"\x01 –\x08 áo¿qᶀÍ\x02\x14 ô¹$ "
b"\x01 –\x08 áolrA¸ï“S%ä#ý "
b"\x01 û\x08 ßolrA©´ôS4®Åu "
b"\x01 –\x08 áp\x17 s=¹Éôz2—š\x1E "
b"\x01 –\x08 áp\x17 s=¹ÉôzM›£M "
b"\x01 –\x08 áolrA¸ï“S\x12 }<Z "
b"\x01 –\x08 áp\x17 s=¹ÉôzkÈ…\x19 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x17 ?ݪ "
b"\x01 –\x08 áp\x17 s=¹ÉôzE\x08 }@ "
b"\x01 –\x08 áp\x17 s=¹Éôzkçi\x1C "
b"\x01 –\x08 áptpS“ó\x14 å±Är\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz>X‚& "
b"\x01 –\x08 áp\x17 s=¹ÉôzGã\x17 I "
b"\x01 –\x08 áp\x17 s=¹ÉôzPÕ„û "
b"\x01 –\x08 áp\x17 s=¹Éôz?¨\x05 ù "
b"\x01 –\x08 áp\x17 s=¹ÉôzN'y— "
b"\x01 –\x08 áp\x17 s=¹Éôz%”cI "
b"\x01 –\x08 áo¿qᶀÍ\x02 4\x1E î "
b"\x01 –\x08 áo¿qᶀÍ\x02 Q‡È! "
b"\x01 –\x08 áp\x17 s=¹ÉôzgÞ“ž "
b"\x01 –\x08 áo¿qᶀÍ\x02\x14 CÎü "
b"\x01 –\x08 áo¿qᶀÍ\x02\x11 Ï°\f "
b"\x01 –\x08 áo¿qᶀÍ\x02 Eµü\n "
b"\x01 –\x08 áolrA¸ï“S?N•Õ "
b"\x01 –\x08 áo¿qᶀÍ\x02 K2\x19\f "
b"\x01 –\x08 áolrA¸ï“S\x19\x00 FÉ "
b"\x01 –\x08 áolrA¸ï“S,X,u "
b"\x01 –\x08 áo¿qᶀÍ\x02 WÙ#ì "
b"\x01 –\x08 áolrA¸ï“S9M\x14\t "
b"\x01 –\x08 áo¿qᶀÍ\x02\e µðÊ "
b"\x01 –\x08 áolrA¸ï“S\x08 ýDó "
b"\x01 –\x08 áp\x17 s=¹Éôz`—àõ "
b"\x01 –\x08 áolrA¸ï“S\x02\x7F ¤Ô "
b"\x01 –\x08 áo¿qᶀÍ\x02 &2µ[ "
b"\x01 –\x08 áo¿qᶀÍ\x02 -÷\x05 e "
b"\x01 –\x08 áp\x17 s=¹Éôz$\x01 ¯8 "
b"\x01 –\x08 áolrA¸ï“S\x06 qï² "
b"\x01 –\x08 áptpS“ó\x14 å²ÖÇD "
b"\x01 –\x08 áo¿qᶀÍ\x02 W8çB "
b"\x01 –\x08 áolrA¸ï“S;Í¡y "
b"\x01 –\x08 áp\x17 s=¹Éôzmp»ï "
b"\x01 –\x08 áokqЫúqžb+m# "
b"\x01 –\x08 áo¿qᶀÍ\x02 [ q\x02 "
b"\x01 –\x08 áptpS“ó\x14 å—æBo "
b"\x01 û\x08 ßolrA©´ôS\f W¯ì "
b"\x01 –\x08 áo¿qᶀÍ\x02 FÜÃ+ "
b"\x01 –\x08 áo¿qᶀÍ\x02 \Ûˆß "
b"\x01 –\x08 áokqЫúqžj„†° "
b"\x01 –\x08 áolrA¸ï“S#>\x1A ‰ "
b"\x01 –\x08 áo¿qᶀÍ\x02 560n "
b"\x01 –\x08 áo¿qᶀÍ\x02 R&íM "
b"\x01 –\x08 áokqЫúqždJš3 "
b"\x01 –\x08 áp\x17 s=¹ÉôzCZ˜z "
b"\x01 –\x08 áokqЫúqž`Ìtk "
b"\x01 –\x08 áo¿qᶀÍ\x02 KÁ\x08 \ "
b"\x01 –\x08 áolrA¸ï“S\x0F 's; "
b"\x01 –\x08 áo¿qᶀÍ\x02 !>€‹ "
b"\x01 –\x08 áo¿qᶀÍ\x02 +/oç "
b"\x01 –\x08 áp\x17 s=¹Éôz)\x1F Œ5 "
b"\x01 –\x08 áo¿qᶀÍ\x02 \\t ®v "
b"\x01 –\x08 áp\x17 s=¹Éôz%à¿+ "
b"\x01 –\x08 áptpS“ó\x14 å¾ Ý‰ "
b"\x01 –\x08 áo¿qᶀÍ\x02 =p\f a "
b"\x01 –\x08 áokqЫúqžhûÚÁ "
b"\x01 –\x08 áo¿qᶀÍ\x02 (ëÁ~ "
b"\x01 –\x08 áolrA¸ï“S\t þˆ\x14 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x11 ýB# "
b"\x01 –\x08 áo¿qᶀÍ\x02 SW\x1F ã "
b"\x01 –\x08 áolrA¸ï“S6¥\x01 ¬ "
b"\x01 –\x08 áo¿qᶀÍ\x02 6÷8] "
b"\x01 –\x08 áp\x17 s=¹Éôz^òÙl "
b"\x01 –\x08 áo¿qᶀÍ\x02 4s¤\x1A "
b"\x01 –\x08 áp\x17 s=¹ÉôzS‘Ëi "
b"\x01 –\x08 áolrA¸ï“S8ŽÍ¿ "
b"\x01 –\x08 áo¿qᶀÍ\x02 />Mc "
b"\x01 –\x08 áptpS“ó\x14 å¥÷'\x1D "
b"\x01 –\x08 áp\x17 s=¹Éôz"pm2 "
b"\x01 –\x08 áp\x17 s=¹ÉôzVô^‚ "
b"\x01 –\x08 áptpS“ó\x14 åÓô*v "
b"\x01 –\x08 áo¿qᶀÍ\x02 *Ïm\x13 "
b"\x01 –\x08 áp\x17 s=¹Éôz/U‘ª "
b"\x01 –\x08 áo¿qᶀÍ\x02 7ë\x1A ¨ "
b"\x01 –\x08 áptpS“ó\x14 åÙ;\x10\x12 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1D ^.F "
b"\x01 –\x08 áp\x17 s=¹Éôz'hz: "
b"\x01 –\x08 áp\x17 s=¹ÉôzK‡{a "
b"\x01 –\x08 áptpS“ó\x14 åÒ.fß "
b"\x01 –\x08 áolrA¸ï“S2£-Q "
b"\x01 –\x08 áp\x17 s=¹ÉôzaÿãP "
b"\x01 –\x08 áp\x17 s=¹Éôz@ó\x1F j "
b"\x01 –\x08 áp\x17 s=¹ÉôzhYl² "
b"\x01 –\x08 áolrA¸ï“Rü‘*ò "
b"\x01 –\x08 áp\x17 s=¹ÉôzU\x0E Âv "
b"\x01 –\x08 áolrA¸ï“S"£\x12 O "
b"\x01 –\x08 áolrA¸ï“S\x15 hÚ\x19 "
b"\x01 –\x08 áolrA¸ï“Rüˆ¹r "
b"\x01 –\x08 áo¿qᶀÍ\x02 ?9çó "
b"\x01 –\x08 áo¿qᶀÍ\x02 Z'(\x15 "
b"\x01 û\x08 ßp\x17 s=╣╔¶zLŶ¡ "
b"\x01 –\x08 áp\x17 s=¹Éôzf\x1E èé "
b"\x01 û\x08 ßptpSô¾\x14 ÕÁ(Øô "
b"\x01 –\x08 áo¿qᶀÍ\x02 ?ó\x04\x08 "
b"\x01 –\x08 áp\x17 s=¹Éôz0Xîß "
b"\x01 –\x08 áptpS“ó\x14 åÏñ˜\r "
b"\x01 –\x08 áo¿qᶀÍ\x02 6\x1C jÿ "
b"\x01 –\x08 áptpS“ó\x14 å°ÊçA "
b"\x01 –\x08 áo¿qᶀÍ\x02 F&åê "
b"\x01 –\x08 áp\x17 s=¹ÉôzT1ï‚ "
b"\x01 –\x08 áo¿qᶀÍ\x02\x16 ¨<ç "
b"\x01 –\x08 áptpS“ó\x14 å»çKl "
b"\x01 –\x08 áokqЫúqže\\x10 Z "
b"\x01 –\x08 áolrA¸ï“Rý|¹ð "
b"""
\x01 –\x08 áp\x17 s=¹Éôz/l\n
d
"""
b"\x01 –\x08 áp\x17 s=¹Éôzk‚’’ "
b"\x01 –\x08 áp\x17 s=¹ÉôzB‚‚¼ "
b"\x01 –\x08 áolrA¸ï“S#ø´; "
b"\x01 –\x08 áo¿qᶀÍ\x02 1d~ê "
b"\x01 –\x08 áo¿qᶀÍ\x02 MÈ%O "
b"\x01 –\x08 áp\x17 s=¹ÉôzMÆ\x13\t "
b"\x01 –\x08 áo¿qᶀÍ\x02 4*I "
b"\x01 –\x08 áptpS“ó\x14 å§@ý– "
b"\x01 –\x08 áp\x17 s=¹Éôz2ÜÖ" "
b"\x01 –\x08 áp\x17 s=¹Éôz/‚\x12 © "
b"\x01 û\x08 ßp\x17 s=╣╔¶z8ËÉ8 "
b"\x01 –\x08 áptpS“ó\x14 åÄs»[ "
b"\x01 –\x08 áp\x17 s=¹ÉôzG…»œ "
b"\x01 –\x08 áptpS“ó\x14 åÕ¦b1 "
b"\x01 –\x08 áp\x17 s=¹ÉôzNÞS5 "
b"\x01 –\x08 áo¿qᶀÍ\x02\x16 Ë\x19 ¬ "
b"\x01 û\x08 ßptpSô¾\x14 ÕØì\x18 ╩ "
b"\x01 –\x08 áp\x17 s=¹Éôzj+ Î "
b"\x01 –\x08 áp\x17 s=¹Éôz#\x7F b© "
b"\x01 –\x08 áp\x17 s=¹Éôz`\x07 €< "
b"\x01 –\x08 áp\x17 s=¹ÉôzWT N "
b"\x01 –\x08 áp\x17 s=¹Éôz(CÌh "
b"\x01 –\x08 áp\x17 s=¹Éôz*?Px "
b"\x01 –\x08 áp\x17 s=¹Éôz"þ#r "
b"\x01 û\x08 ßp\x17 s=╣╔¶zgWyÅ "
b"\x01 –\x08 áptpS“ó\x14 å¬Åç# "
b"\x01 –\x08 áptpS“ó\x14 åº\x07 ÁL "
b"\x01 –\x08 áo¿qᶀÍ\x02 K\x13 bu "
b"\x01 –\x08 áp\x17 s=¹Éôz;\x15\x18 Ñ "
b"\x01 –\x08 áptpS“ó\x14 åÄð“Ô "
b"\x01 –\x08 áo¿qᶀÍ\x02 UH´™ "
b"\x01 –\x08 áp\x17 s=¹Éôz9‡Áy "
b"\x01 –\x08 áp\x17 s=¹Éôz3®7\x02 "
b"\x01 –\x08 áolrA¸ï“S\x10 \r 0¢ "
b"\x01 –\x08 áp\x17 s=¹Éôz]n·\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz2^ìË "
b"\x01 –\x08 áptpS“ó\x14 åÍ˺† "
b"\x01 –\x08 áp\x17 s=¹Éôz)Å0Ö "
b"\x01 –\x08 áptpS“ó\x14 å¹5&g "
b"\x01 –\x08 áptpS“ó\x14 åŒ:Þ\x16 "
b"\x01 –\x08 áp\x17 s=¹Éôz@\x0E ;– "
b"\x01 –\x08 áp\x17 s=¹Éôz<&2v "
b"\x01 –\x08 áp\x17 s=¹Éôzd©±ï "
b"\x01 –\x08 áp\x17 s=¹Éôz,Óv[ "
b"\x01 –\x08 áp\x17 s=¹Éôz0«ý\n "
b"\x01 –\x08 áptpS“ó\x14 åÉÝÃm "
b"\x01 –\x08 áo¿qᶀÍ\x02\x1A ¤] "
b"\x01 û\x08 ßp\x17 s=╣╔¶z&É▀H "
b"\x01 –\x08 áptpS“ó\x14 åÃët] "
b"\x01 û\x08 ßp\x17 s=╣╔¶zREóì "
b"\x01 –\x08 áp\x17 s=¹Éôzb9nt "
b"\x01 –\x08 áptpS“ó\x14 åÙô)# "
b"\x01 –\x08 áptpS“ó\x14 壶-W "
b"\x01 –\x08 áptpS“ó\x14 å‹d\e Ç "
b"\x01 –\x08 áo¿qᶀÍ\x02 B©‡À "
b"\x01 –\x08 áp\x17 s=¹ÉôzV¼¦\x01 "
b"\x01 –\x08 áp\x17 s=¹Éôz:2\x18 Ð "
b"\x01 –\x08 áp\x17 s=¹ÉôzA¡O¦ "
b"\x01 –\x08 áp\x17 s=¹Éôz æ8è "
b"\x01 –\x08 áptpS“ó\x14 墺þ "
b"\x01 –\x08 áp\x17 s=¹ÉôzY¨”\x7F "
b"\x01 –\x08 áp\x17 s=¹ÉôzSR _ "
b"\x01 –\x08 áp\x17 s=¹ÉôzUÊ÷7 "
b"\x01 –\x08 áptpS“ó\x14 åÏ‹½« "
b"\x01 –\x08 áptpS“ó\x14 å¼\x0F Š "
b"\x01 –\x08 áp\x17 s=¹Éôz*réò "
b"\x01 û\x08 ßptpSô¾\x14 Õ«øü│ "
b"\x01 –\x08 áptpS“ó\x14 å½!>\x10 "
b"\x01 –\x08 áptpS“ó\x14 åŸWD¢ "
b"\x01 –\x08 áp\x17 s=¹Éôz\“ E "
b"""
\x01 –\x08 áp\x17 s=¹ÉôzJé\n
ó
"""
b"\x01 –\x08 áptpS“ó\x14 奃\f 9 "
b"\x01 –\x08 áolrA¸ï“S\x16\x0E ;| "
b"\x01 –\x08 áptpS“ó\x14 å°Á[® "
b"\x01 –\x08 áptpS“ó\x14 媢¶` "
b"\x01 –\x08 áptpS“ó\x14 åÆÙ|A "
b"\x01 –\x08 áptpS“ó\x14 åž×(y "
b"\x01 –\x08 áp\x17 s=¹ÉôzH\e ±{ "
b"\x01 –\x08 áp\x17 s=¹Éôz …Iå "
b"\x01 –\x08 áptpS“ó\x14 åµå\x16 6 "
b"\x01 –\x08 áptpS“ó\x14 å¥8¶“ "
b"\x01 –\x08 áp\x17 s=¹ÉôzRN\x15 œ "
b"\x01 –\x08 áp\x17 s=¹ÉôzH®…À "
b"\x01 –\x08 áp\x17 s=¹Éôz]ÝÏö "
b"\x01 –\x08 áptpS“ó\x14 嬕,z "
b"\x01 –\x08 áptpS“ó\x14 廊Á8 "
b"\x01 –\x08 áptpS“ó\x14 å¡ÏDü "
b"\x01 –\x08 áptpS“ó\x14 åŒ\x13 Â\x16 "
b"\x01 –\x08 áptpS“ó\x14 å©ŒiÀ "
b"\x01 –\x08 áp\x17 s=¹Éôz7(( "
b"\x01 –\x08 áptpS“ó\x14 åÃ*wÎ "
b"\x01 –\x08 áptpS“ó\x14 å¼"}é "
b"\x01 –\x08 áptpS“ó\x14 åš\x13 ò\x01 "
b"\x01 –\x08 áptpS“ó\x14 åšæ‡\ "
b"\x01 –\x08 áptpS“ó\x14 嘩èd "
b"\x01 –\x08 áp\x17 s=¹ÉôzW…¥Š "
b"\x01 û\x08 ßptpSô¾\x14 ÕìùÊw "
b"\x01 –\x08 áptpS“ó\x14 å×Y\x0F Ô "
b"\x01 –\x08 áp\x17 s=¹ÉôzZ\\x15 ÷ "
b"\x01 –\x08 áptpS“ó\x14 å®ñøB "
b"\x01 –\x08 áptpS“ó\x14 妌@˜ "
b"\x01 û\x08 ßp\x17 s=╣╔¶zQ╣Ø6 "
b"\x01 –\x08 áp\x17 s=¹ÉôzE\x02 ÔB "
b"\x01 –\x08 áp\x17 s=¹Éôzog¾U "
b"\x01 –\x08 áptpS“ó\x14 å¥üÔŠ "
b"\x01 –\x08 áptpS“ó\x14 圮)( "
b"\x01 –\x08 áptpS“ó\x14 åÊOÒ\x05 "
b"\x01 –\x08 áptpS“ó\x14 å‹Cà\x1C "
b"\x01 –\x08 áptpS“ó\x14 åÎ’œA "
b"\x01 û\x08 ßptpSô¾\x14 Õº!²Ø "
b"\x01 û\x08 ßptpSô¾\x14 ÕسÈy "
b"\x01 –\x08 áp\x17 s=¹Éôz.8\r * "
b"\x01 –\x08 áp\x17 s=¹Éôz2¸‰\e "
b"\x01 –\x08 áptpS“ó\x14 åªè§ó "
b"\x01 –\x08 áptpS“ó\x14 å˜^mn "
b"\x01 –\x08 áptpS“ó\x14 å’\f \Û "
b"\x01 –\x08 áptpS“ó\x14 å·0E` "
b"\x01 –\x08 áptpS“ó\x14 åÁgf1 "
b"\x01 –\x08 áptpS“ó\x14 å Ѿ• "
b"\x01 –\x08 áptpS“ó\x14 å¤èÏu "
b"\x01 –\x08 áptpS“ó\x14 å¤v=_ "
b"\x01 –\x08 áp\x17 s=¹ÉôznIå\x17 "
b"\x01 –\x08 áptpS“ó\x14 åÚ,Ýz "
b"\x01 –\x08 áptpS“ó\x14 峜ű "
b"\x01 –\x08 áptpS“ó\x14 嫉›\x05 "
b"\x01 –\x08 áptpS“ó\x14 å·í0~ "
b"\x01 –\x08 áptpS“ó\x14 åž1Éû "
b"\x01 –\x08 áptpS“ó\x14 å¨8"ø "
b"\x01 –\x08 áptpS“ó\x14 åÇÅj» "
]
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
1000
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 (0x019608E17074705393F314E593A7083A , 0x019608E1711D728B8B3B0DA7AB2C72D7 , 0x019608E17074705393F314E58D77FA42 , 0x019608E17074705393F314E5D32DBB66 , 0x019608E1711D728B8B3B0DA7A3552497 , 0x019608E16F6C7241B8EF93533D1771C9 , 0x019608E1711D728B8B3B0DA7A52F81BC , 0x019608E16F6C7241B8EF93533E138C9A , 0x019608E16F6C7241B8EF93533791703E , 0x019608E1711D728B8B3B0DA7A41A626E , 0x019608E16FBF71E1B680CD0251C0428F , 0x019608E17017733DB9C9F47A3D0175EF , 0x019608E170F572F0B4AC61CCBCFC0DFA , 0x019608E1713371C3A7C9A24A267CEE6D , 0x019608E16FBF71E1B680CD023A5A27FF , 0x019608E17017733DB9C9F47A3EEB5FFB , 0x019608E17017733DB9C9F47A530404C9 , 0x019608E1713371C3A7C9A24A2C8F99CC , 0x019608E1713371C3A7C9A24A284B5A07 , 0x019608E170F572F0B4AC61CCBE0454FE , 0x019608E170F572F0B4AC61CCC4A9EA2D , 0x019608E170F572F0B4AC61CCC39AEFB4 , 0x019608E16FBF71E1B680CD023ABCF5BE , 0x019608E170EE71CA95E8403EEA80D3AE , 0x019608E1711D728B8B3B0DA7A5721233 , 0x019608E1713371C3A7C9A24A1F12A465 , 0x019608E1711D728B8B3B0DA79F03F30A , 0x019608E170EE71CA95E8403EE974E83A , 0x019608E170EE71CA95E8403EEA183C8E , 0x019608E170EE71CA95E8403EE9B283CC , 0x019608E1713371C3A7C9A24A2AEB015C , 0x019608E1713371C3A7C9A24A1FA09549 , 0x019608E16FBF71E1B680CD021EE482A4 , 0x019608E16FBF71E1B680CD0224CB2332 , 0x019608E17017733DB9C9F47A665F9469 , 0x019608E170C970E3B059D334097FCA0E , 0x019608E170C970E3B059D33409F8E366 , 0x019608E170C970E3B059D3340DF9C0C5 , 0x019608E170C970E3B059D3340854DE8E , 0x019608E17017733DB9C9F47A3F0FA3B3 , 0x019608E17017733DB9C9F47A6D38C0C7 , 0x019608E17074705393F314E598735077 , 0x019608E170F572F0B4AC61CCC66A15B1 , 0x019608E1713371C3A7C9A24A206F2599 , 0x019608E17074705393F314E5CA8D8D5A , 0x019608E17074705393F314E5AAABF067 , 0x019608E170F572F0B4AC61CCBC1407B6 , 0x019608E1713371C3A7C9A24A2BC2586E , 0x019608E1713371C3A7C9A24A1CED01AB , 0x019608E1713371C3A7C9A24A256D8616 , 0x019608E1711D728B8B3B0DA7A094BB13 , 0x019608E1711D728B8B3B0DA7AAF1D73E , 0x019608E17074705393F314E59C08220A , 0x019608E1710571069A7BF58727268804 , 0x019608E1710571069A7BF587201E1D07 , 0x019608E1710571069A7BF58717B177EA , 0x019608E17074705393F314E59188EC40 , 0x019608E16FBF71E1B680CD025EFFE06C , 0x019608E170C970E3B059D33406CC79C3 , 0x019608E1713371C3A7C9A24A276584FD , 0x019608E170C970E3B059D3340D02F40D , 0x019608E170C970E3B059D3340BB3860B , 0x019608E16FBF71E1B680CD0217F10302 , 0x019608E1713371C3A7C9A24A23C104D9 , 0x019608E17017733DB9C9F47A2DA9E799 , 0x019608E1710571069A7BF5871C9DE68D , 0x019608E17017733DB9C9F47A38131B05 , 0x019608E17017733DB9C9F47A4CF71126 , 0x019608E1710571069A7BF587189B2C5F , 0x019608E1713371C3A7C9A24A2DA19DDF , 0x019608E1713371C3A7C9A24A248C3057 , 0x019608E1713371C3A7C9A24A1D5B1FF6 , 0x019608E170C970E3B059D334128C9F29 , 0x019608E170DF73FFACD7C700F26A0E12 , 0x019608E170DF73FFACD7C700ECD12C61 , 0x019608E170C970E3B059D3340FA1D199 , 0x019608E170C970E3B059D334068D588F , 0x019608E170DF73FFACD7C700ECB00893 , 0x019608E170F572F0B4AC61CCC3C02C96 , 0x019608E1711D728B8B3B0DA7A101E72E , 0x019608E170DF73FFACD7C700EFD91FD3 , 0x019608E170F572F0B4AC61CCC438CF47 , 0x019608E1710571069A7BF5871A86A916 , 0x019608E1710571069A7BF58720CB50AC , 0x019608E1710571069A7BF58729DBE62E , 0x019608E16F6C7241B8EF935310E901A2 , 0x019608E170F572F0B4AC61CCBF8ADC0E , 0x019608E170F572F0B4AC61CCBF33858C , 0x019608E16F6C7241B8EF93530C9D68B3 , 0x019608E16F6C7241B8EF935324D61231 , 0x019608E170F572F0B4AC61CCBCADC58D , 0x019608E16F6B71D0ABFA719E6193DE12 , 0x019608E16F6C7241B8EF935313765854 , 0x019608E16F6C7241B8EF93533F0BE40E , 0x019608E16FBF71E1B680CD0258BDCDD0 , 0x019608E16FBF71E1B680CD025C684C62 , 0x019608E17017733DB9C9F47A585FB6B5 , 0x019608E17017733DB9C9F47A5E4B5736 , 0x019608E17017733DB9C9F47A5F1101E6 , 0x019608E17074705393F314E5C4E70366 , 0x019608E16F6C7241B8EF93530E4E4773 , 0x019608E16F6C7241B8EF93530E88DC6D , 0x019608E16F6C7241B8EF93532FE29B0E , 0x019608E16FBF71E1B680CD021B5C007A , 0x019608E16F6B71D0ABFA719E6706B56C , 0x019608E16F6C7241B8EF93530C23F242 , 0x019608E16F6C7241B8EF93532D80AE8D , 0x019608E16FBF71E1B680CD024483BF5F , 0x019608E16FBF71E1B680CD024A57BFDC , 0x019608E16FBF71E1B680CD02503D4747 , 0x019608E17017733DB9C9F47A6C8AA1CC , 0x019608E16F6C7241B8EF935319F0F865 , 0x019608E16F6C7241B8EF93532B2A6A66 , 0x019608E16F6C7241B8EF9353404661B3 , 0x019608E16FBF71E1B680CD022BE1C87A , 0x019608E16FBF71E1B680CD024EAF9FB4 , 0x019608E16FBF71E1B680CD025514E283 , 0x019608E17017733DB9C9F47A318D5701 , 0x019608E17017733DB9C9F47A5E59E59B , 0x019608E17017733DB9C9F47A63E688E7 , 0x019608E17074705393F314E5A9268A6E , 0x019608E16F6C7241B8EF93531174250E , 0x019608E16F6C7241B8EF93531C99BB1C , 0x019608E16F6C7241B8EF935326D6AC1A , 0x019608E16F6C7241B8EF93531020E23E , 0x019608E16F6C7241B8EF935330A7626D , 0x019608E16F6C7241B8EF935336B437DA , 0x019608E16FBF71E1B680CD023D900265 , 0x019608E16FBF71E1B680CD025938BF59 , 0x019608E16FBF71E1B680CD025F1D2F36 , 0x019608E17017733DB9C9F47A2C0AC0DA , 0x019608E17017733DB9C9F47A53C9C88A , 0x019608E16F6B71D0ABFA719E6097E67D , 0x019608E16F6C7241B8EF935325106601 , 0x019608E16FBF71E1B680CD0228310B3C , 0x019608E16F6B71D0ABFA719E650F82E7 , 0x019608E16F6C7241B8EF93530324EC97 , 0x019608E16F6C7241B8EF935327175682 , 0x019608E16FBF71E1B680CD022D246D4E , 0x019608E16FBF71E1B680CD022DABE1B6 , 0x019608E16F6C7241B8EF93531E354533 , 0x019608E16F6C7241B8EF93532AA0EC4B , 0x019608E16F6C7241B8EF9353340E2B75 , 0x019608E16FBF71E1B680CD025659B73C , 0x019608E17017733DB9C9F47A2B42C65B , 0x019608E17017733DB9C9F47A38EE6F80 , 0x019608E17017733DB9C9F47A3B06E8DE , 0x019608E16F6C7241B8EF935301F1F313 , 0x019608E16F6C7241B8EF935334B2B193 , 0x019608E16F6C7241B8EF93534040B16E , 0x019608E16FBF71E1B680CD021727A58B , 0x019608E16F6C7241B8EF93531FD8C44F , 0x019608E16F6C7241B8EF93533AD26740 , 0x019608E16F6C7241B8EF935340BF97B1 , 0x019608E16FBF71E1B680CD021C8B75CE , 0x019608E16FBF71E1B680CD0253E5E915 , 0x019608E16FBF71E1B680CD025AB3178F , 0x019608E16F6C7241B8EF93530EB19A2A , 0x019608E16F6C7241B8EF93532D2ECC1B , 0x019608E16FBF71E1B680CD021F41203B , 0x019608E16FBF71E1B680CD02225F4D9D , 0x019608E17017733DB9C9F47A4A8630F6 , 0x019608E16F6C7241B8EF9352FFB3388D , 0x019608E16F6C7241B8EF93530530D898 , 0x019608E16F6C7241B8EF93531A098724 , 0x019608E16FBF71E1B680CD0227ABFB21 , 0x019608E16FBF71E1B680CD022DF0F34C , 0x019608E17017733DB9C9F47A693251D3 , 0x019608E16F6C7241B8EF9352FEF8AD16 , 0x019608E16F6C7241B8EF93530061E12B , 0x019608E16F6C7241B8EF935305CA5C2D , 0x019608E16FBF71E1B680CD024654E4CE , 0x019608E17017733DB9C9F47A34830357 , 0x019608E17017733DB9C9F47A6E160062 , 0x019608E17074705393F314E5D678C772 , 0x019608E16F6C7241B8EF93531D43FA35 , 0x019608E16F6C7241B8EF93531E7DE4B9 , 0x019608E16FBF71E1B680CD023C7B5D78 , 0x019608E17017733DB9C9F47A41B725CC , 0x019608E16F6C7241B8EF93533A30A6E8 , 0x019608E16F6C7241B8EF93533A94CF14 , 0x019608E16FBF71E1B680CD0232CE1454 , 0x019608E16FBF71E1B680CD02387C5F79 , 0x019608E16FBF71E1B680CD0255D8ADF3 , 0x019608E17017733DB9C9F47A217401D9 , 0x019608E17017733DB9C9F47A29DC73A3 , 0x019608E17017733DB9C9F47A614F530E , 0x019608E16F6B71D0ABFA719E6090E564 , 0x019608E16F6C7241B8EF9352FE407B78 , 0x019608E16F6C7241B8EF93531C2D055E , 0x019608E16FBF71E1B680CD0212DB17FA , 0x019608E16FBF71E1B680CD021F54F139 , 0x019608E16FBF71E1B680CD02351C46ED , 0x019608E16F6C7241B8EF935309FBA1C8 , 0x019608E16FBF71E1B680CD0223201112 , 0x019608E17017733DB9C9F47A355C4E8D , 0x019608E17017733DB9C9F47A3BEE3F9E , 0x019608E16F6B71D0ABFA719E63AAAE9E , 0x019608E16F6C7241B8EF93533C4FCDE9 , 0x019608E16FBF71E1B680CD0221EB018E , 0x019608E17017733DB9C9F47A65896126 , 0x019608E16F6B71D0ABFA719E6649D1F5 , 0x019608E16F6C7241B8EF9353048FE140 , 0x019608E16F6C7241B8EF9353388C36BF , 0x019608E16FBF71E1B680CD021A45DB45 , 0x019608E16FBF71E1B680CD0245B4B71E , 0x019608E16FBF71E1B680CD024F63A2DB , 0x019608E17017733DB9C9F47A35B52FBD , 0x019608E16F6C7241B8EF935317940F03 , 0x019608E16F6C7241B8EF93531C5B9CDA , 0x019608E16F6C7241B8EF93533051A7A1 , 0x019608E16FBF71E1B680CD021939B126 , 0x019608E16FBF71E1B680CD024135E758 , 0x019608E16FBF71E1B680CD02476C8558 , 0x019608E16F6C7241B8EF935328C8B737 , 0x019608E16FBF71E1B680CD02290CCAA8 , 0x019608E16FBF71E1B680CD02487F488E , 0x019608E16FBF71E1B680CD025E89BD8E , 0x019608E17017733DB9C9F47A307D07B8 , 0x019608E17017733DB9C9F47A654B0146 , 0x019608E16FBF71E1B680CD0241E11662 , 0x019608E17017733DB9C9F47A6EDB426D , 0x019608E16F6C7241B8EF9352FB71D483 , 0x019608E16F6C7241B8EF93531D94D2F8 , 0x019608E16F6C7241B8EF9353265998CE , 0x019608E16FBF71E1B680CD022ACA7E41 , 0x019608E17017733DB9C9F47A3DA90B02 , 0x019608E16F6C7241B8EF93532EF874AC , 0x019608E16FBF71E1B680CD0218EC870F , 0x019608E16FBF71E1B680CD0226E0F215 , 0x019608E17017733DB9C9F47A58FE3441 , 0x019608E17074705393F314E5C5DEB5E5 , 0x019608E16F6C7241B8EF93531BEF964A , 0x019608E16F6C7241B8EF93532204B9AC , 0x019608E16F6C7241B8EF935327D74788 , 0x019608E16FBF71E1B680CD023E5EB292 , 0x019608E16FBF71E1B680CD0246A09630 , 0x019608E17017733DB9C9F47A45FAD5D5 , 0x019608E17017733DB9C9F47A460D4105 , 0x019608E17074705393F314E5ACE267C8 , 0x019608E16F6B71D0ABFA719E62E40DB9 , 0x019608E16FBF71E1B680CD023BACB950 , 0x019608E16FBF71E1B680CD024A6D99FF , 0x019608E16F6C7241B8EF93532C0F26F2 , 0x019608E16F6C7241B8EF93533EBB41DE , 0x019608E16F6B71D0ABFA719E6AF950BC , 0x019608E16F6C7241B8EF93531463385E , 0x019608E16FBF71E1B680CD023EE062B9 , 0x019608E17017733DB9C9F47A4F81C0E0 , 0x019608E17017733DB9C9F47A6A9CF801 , 0x019608E16F6C7241B8EF935335CDA0B8 , 0x019608E16FBF71E1B680CD02528682AC , 0x019608E17017733DB9C9F47A31799271 , 0x019608E17017733DB9C9F47A3A639685 , 0x019608E17074705393F314E5C9275AD2 , 0x019608E16F6B71D0ABFA719E69B08063 , 0x019608E16F6C7241B8EF93531E391862 , 0x019608E16FBF71E1B680CD024D544F07 , 0x019608E17017733DB9C9F47A554F7223 , 0x019608E16FBF71E1B680CD021E597BC9 , 0x019608E16FBF71E1B680CD023026FB56 , 0x019608E16F6C7241B8EF9352FC1C4967 , 0x019608E16F6C7241B8EF9353213748B6 , 0x019608E16FBF71E1B680CD021311A476 , 0x019608E16FBF71E1B680CD021FABDC69 , 0x019608E17017733DB9C9F47A5B16BFD6 , 0x019608E17017733DB9C9F47A6F25A09D , 0x019608E17074705393F314E58F2DF3C8 , 0x019608E16F6B71D0ABFA719E6ACE5344 , 0x019608E16F6C7241B8EF9353185706FF , 0x019608E16FBF71E1B680CD024527ED91 , 0x019608E16F6C7241B8EF9353170522E3 , 0x019608E16FBF71E1B680CD0233D096A7 , 0x019608E16FBF71E1B680CD023E6AE502 , 0x019608E17017733DB9C9F47A4C49A65F , 0x019608E17017733DB9C9F47A6AE37E2C , 0x019608E17074705393F314E5B690E792 , 0x019608E16F6C7241B8EF9353075D7D39 , 0x019608E16F6C7241B8EF9353315E0D94 , 0x019608E16F6C7241B8EF935333EA0887 , 0x019608E16FBF71E1B680CD0239727F5B , 0x019608E16FBF71E1B680CD024841D91E , 0x019608E16FBF71E1B680CD025B325B7F , 0x019608E17017733DB9C9F47A474C065B , 0x019608E17017733DB9C9F47A5A1CA6FC , 0x019608E16FBF71E1B680CD024A403FD5 , 0x019608E17017733DB9C9F47A6D1F05CC , 0x019608E16F6C7241B8EF93530B1A43B0 , 0x019608E16F6C7241B8EF93530D565057 , 0x019608E16FBF71E1B680CD02498C2B31 , 0x019608E16FBF71E1B680CD022CE00CAC , 0x019608E16F6C7241B8EF935303F15B6B , 0x019608E16F6C7241B8EF93530B2AA221 , 0x019608E16F6C7241B8EF935329D296CB , 0x019608E16FBF71E1B680CD0231D512E6 , 0x019608E16F6C7241B8EF93531A96E0D4 , 0x019608E17017733DB9C9F47A364325EA , 0x019608E16F6C7241B8EF9353227BD9D3 , 0x019608E16FBF71E1B680CD021A81D98B , 0x019608E16FBF71E1B680CD021C0EA32D , 0x019608E16F6C7241B8EF935336DA64B6 , 0x019608E16F6C7241B8EF93533D962682 , 0x019608E16FBF71E1B680CD023502D96A , 0x019608E17017733DB9C9F47A3B40C523 , 0x019608E17017733DB9C9F47A5022E100 , 0x019608E16F6C7241B8EF93532CF379E8 , 0x019608E16FBF71E1B680CD02496D49E7 , 0x019608E16F6C7241B8EF93532037F2E8 , 0x019608E16FBF71E1B680CD02134F4A00 , 0x019608E16FBF71E1B680CD023ED7175C , 0x019608E16F6B71D0ABFA719E6430C1CB , 0x019608E16F6C7241B8EF93531B9B4D75 , 0x019608E16FBF71E1B680CD025CAC69B2 , 0x019608E16F6C7241B8EF93532A1826C7 , 0x019608E16FBF71E1B680CD02405BF521 , 0x019608E16FBF71E1B680CD02585972F1 , 0x019608E17017733DB9C9F47A2ED74C71 , 0x019608E17017733DB9C9F47A49D55570 , 0x019608E17074705393F314E59D8E3E18 , 0x019608E16F6C7241B8EF9353155586E9 , 0x019608E16F6B71D0ABFA719E662F8CEF , 0x019608E16F6C7241B8EF93530B04422A , 0x019608E16FBF71E1B680CD0223D195F5 , 0x019608E16FBF71E1B680CD02298FF805 , 0x019608E16FBF71E1B680CD0241ED8EBB , 0x019608E16F6B71D0ABFA719E5FF95932 , 0x019608E16FBF71E1B680CD0230A02BE5 , 0x019608E16FBF71E1B680CD025DD6D2E3 , 0x019608E16F6C7241B8EF93532C8965CA , 0x019608E17017733DB9C9F47A49A0A4C0 , 0x019608E16F6C7241B8EF935304F10E84 , 0x019608E16FBF71E1B680CD02258CC9AD , 0x019608E16FBF71E1B680CD0243974C38 , 0x019608E16FBF71E1B680CD024C9AFBB2 , 0x019608E16F6C7241B8EF93530812DDEB , 0x019608E16FBF71E1B680CD0215B6E03C , 0x019608E16FBF71E1B680CD02208A1A51 , 0x019608E16FBF71E1B680CD0238105DB9 , 0x019608E17017733DB9C9F47A3BA1CAC4 , 0x019608E17017733DB9C9F47A6306C77A , 0x019608E17074705393F314E5AD08E78C , 0x019608E16F6C7241B8EF935331D8B4C3 , 0x019608E16FBF71E1B680CD02337B46B6 , 0x019608E16FBF71E1B680CD025F20F347 , 0x019608E16F6B71D0ABFA719E67E6E70F , 0x019608E16F6C7241B8EF93532E1F082A , 0x019608E16FBF71E1B680CD0239DD2248 , 0x019608E16FBF71E1B680CD0245B53B08 , 0x019608E17017733DB9C9F47A24CE6632 , 0x019608E17017733DB9C9F47A32F18B59 , 0x019608E17017733DB9C9F47A44D99E0A , 0x019608E16F6B71D0ABFA719E6115D98A , 0x019608E16FBF71E1B680CD0217E8B1D9 , 0x019608E16F6B71D0ABFA719E60F9E152 , 0x019608E16F6C7241B8EF93533517FD4D , 0x019608E16FBF71E1B680CD023126D006 , 0x019608E17017733DB9C9F47A3420F424 , 0x019608E17074705393F314E5C005F9D7 , 0x019608E16F6C7241B8EF93533643235E , 0x019608E16F6C7241B8EF93531B19E73C , 0x019608E16FBF71E1B680CD0250951A1C , 0x019608E16FBF71E1B680CD02509D532C , 0x019608E17017733DB9C9F47A44781784 , 0x019608E16F6B71D0ABFA719E62E7800A , 0x019608E16FBF71E1B680CD022A4D44E0 , 0x019608E16FBF71E1B680CD0250AE1A76 , 0x019608E17017733DB9C9F47A4A5AB3A2 , 0x019608E17017733DB9C9F47A5BC88E57 , 0x019608E16F6C7241B8EF93530A9F36DC , 0x019608E16F6C7241B8EF935328F67168 , 0x019608E16FBF71E1B680CD025B5F3539 , 0x019608E16F6C7241B8EF9353121674A1 , 0x019608E16FBF71E1B680CD022E9D3242 , 0x019608E16FBF71E1B680CD025432556F , 0x019608E17017733DB9C9F47A43BF3945 , 0x019608E17017733DB9C9F47A466A2807 , 0x019608E16F6C7241B8EF93530D348F12 , 0x019608E16F6C7241B8EF935333913453 , 0x019608E16F6C7241B8EF93530117C471 , 0x019608E16F6C7241B8EF93533A31D9A7 , 0x019608E16FBF71E1B680CD0226D26728 , 0x019608E17017733DB9C9F47A690A2CE0 , 0x019608E16F6C7241B8EF93533C307477 , 0x019608E16FBF71E1B680CD0259FDC770 , 0x019608E16FBF71E1B680CD025ED17486 , 0x019608E16F6B71D0ABFA719E687BF13C , 0x019608E16FBF71E1B680CD0247E342DD , 0x019608E16F6C7241B8EF93531F380A46 , 0x019608E16FBF71E1B680CD0214F4B924 , 0x019608E16F6C7241B8EF935325E423FD , 0x019608E16F6C7241B8EF935334A98F75 , 0x019608E17017733DB9C9F47A32979A1E , 0x019608E17017733DB9C9F47A4D9BA34D , 0x019608E16F6C7241B8EF9353127D3C5A , 0x019608E17017733DB9C9F47A6BC88519 , 0x019608E16FBF71E1B680CD02173FDDAA , 0x019608E17017733DB9C9F47A45087D40 , 0x019608E17017733DB9C9F47A6BE7691C , 0x019608E17074705393F314E5B1C47201 , 0x019608E17017733DB9C9F47A3E588226 , 0x019608E17017733DB9C9F47A47E31749 , 0x019608E17017733DB9C9F47A50D584FB , 0x019608E17017733DB9C9F47A3FA805F9 , 0x019608E17017733DB9C9F47A4E277997 , 0x019608E17017733DB9C9F47A25946349 , 0x019608E16FBF71E1B680CD02341EEEAD , 0x019608E16FBF71E1B680CD025187C821 , 0x019608E17017733DB9C9F47A67DE939E , 0x019608E16FBF71E1B680CD021443CEFC , 0x019608E16FBF71E1B680CD0211CFB00C , 0x019608E16FBF71E1B680CD0245B5FC0A , 0x019608E16F6C7241B8EF93533F4E95D5 , 0x019608E16FBF71E1B680CD024B32190C , 0x019608E16F6C7241B8EF9353190046C9 , 0x019608E16F6C7241B8EF93532C582C75 , 0x019608E16FBF71E1B680CD0257D923EC , 0x019608E16F6C7241B8EF9353394D1409 , 0x019608E16FBF71E1B680CD021BB5F0CA , 0x019608E16F6C7241B8EF935308FD44F3 , 0x019608E17017733DB9C9F47A6097E0F5 , 0x019608E16F6C7241B8EF9353027FA4D4 , 0x019608E16FBF71E1B680CD022632B55B , 0x019608E16FBF71E1B680CD022DF70565 , 0x019608E17017733DB9C9F47A2401AF38 , 0x019608E16F6C7241B8EF93530671EFB2 , 0x019608E17074705393F314E5B2D6C744 , 0x019608E16FBF71E1B680CD025738E742 , 0x019608E16F6C7241B8EF93533BCDA179 , 0x019608E17017733DB9C9F47A6D70BBEF , 0x019608E16F6B71D0ABFA719E622B6D23 , 0x019608E16FBF71E1B680CD025BA07102 , 0x019608E17074705393F314E597E6426F , 0x019608E16F6C7241B8EF93530C57EE8D , 0x019608E16FBF71E1B680CD0246DCC32B , 0x019608E16FBF71E1B680CD025CDB88DF , 0x019608E16F6B71D0ABFA719E6A8486B0 , 0x019608E16F6C7241B8EF9353233E1A89 , 0x019608E16FBF71E1B680CD023536306E , 0x019608E16FBF71E1B680CD025226ED4D , 0x019608E16F6B71D0ABFA719E644A9A33 , 0x019608E17017733DB9C9F47A435A987A , 0x019608E16F6B71D0ABFA719E60CC746B , 0x019608E16FBF71E1B680CD024BC1085C , 0x019608E16F6C7241B8EF93530F27733B , 0x019608E16FBF71E1B680CD02213E808B , 0x019608E16FBF71E1B680CD022B2F6FE7 , 0x019608E17017733DB9C9F47A291F8C35 , 0x019608E16FBF71E1B680CD025C09AE76 , 0x019608E17017733DB9C9F47A25E0BF2B , 0x019608E17074705393F314E5BEA0DD89 , 0x019608E16FBF71E1B680CD023D700C61 , 0x019608E16F6B71D0ABFA719E68FBDAC1 , 0x019608E16FBF71E1B680CD0228EBC17E , 0x019608E16F6C7241B8EF935309FE8814 , 0x019608E16FBF71E1B680CD0211FD4223 , 0x019608E16FBF71E1B680CD0253571FE3 , 0x019608E16F6C7241B8EF935336A501AC , 0x019608E16FBF71E1B680CD0236F7385D , 0x019608E17017733DB9C9F47A5EF2D96C , 0x019608E16FBF71E1B680CD023473A41A , 0x019608E17017733DB9C9F47A5391CB69 , 0x019608E16F6C7241B8EF9353388ECDBF , 0x019608E16FBF71E1B680CD022F3E4D63 , 0x019608E17074705393F314E5A5F7271D , 0x019608E17017733DB9C9F47A22706D32 , 0x019608E17017733DB9C9F47A56F45E82 , 0x019608E17074705393F314E5D3F42A76 , 0x019608E16FBF71E1B680CD022ACF6D13 , 0x019608E17017733DB9C9F47A2F5591AA , 0x019608E16FBF71E1B680CD0237EB1AA8 , 0x019608E17074705393F314E5D93B1012 , 0x019608E16FBF71E1B680CD021D5E2E46 , 0x019608E17017733DB9C9F47A27687A3A , 0x019608E17017733DB9C9F47A4B877B61 , 0x019608E17074705393F314E5D22E66DF , 0x019608E16F6C7241B8EF935332A32D51 , 0x019608E17017733DB9C9F47A61FFE350 , 0x019608E17017733DB9C9F47A40F31F6A , 0x019608E17017733DB9C9F47A68596CB2 , 0x019608E16F6C7241B8EF9352FC912AF2 , 0x019608E17017733DB9C9F47A550EC276 , 0x019608E16F6C7241B8EF935322A3124F , 0x019608E16F6C7241B8EF93531568DA19 , 0x019608E16F6C7241B8EF9352FC88B972 , 0x019608E16FBF71E1B680CD023F39E7F3 , 0x019608E16FBF71E1B680CD025A272815 , 0x019608E17017733DB9C9F47A4C8FF4AD , 0x019608E17017733DB9C9F47A661EE8E9 , 0x019608E17074705393F314E5B5289D93 , 0x019608E16FBF71E1B680CD023FF30408 , 0x019608E17017733DB9C9F47A3058EEDF , 0x019608E17074705393F314E5CFF1980D , 0x019608E16FBF71E1B680CD02361C6AFF , 0x019608E17074705393F314E5B0CAE741 , 0x019608E16FBF71E1B680CD024626E5EA , 0x019608E17017733DB9C9F47A5431EF82 , 0x019608E16FBF71E1B680CD0216A83CE7 , 0x019608E17074705393F314E5BBE74B6C , 0x019608E16F6B71D0ABFA719E655C105A , 0x019608E16F6C7241B8EF9352FD7CB9F0 , 0x019608E17017733DB9C9F47A2F6C0A64 , 0x019608E17017733DB9C9F47A6B829292 , 0x019608E17017733DB9C9F47A428282BC , 0x019608E16F6C7241B8EF935323F8B43B , 0x019608E16FBF71E1B680CD0231647EEA , 0x019608E16FBF71E1B680CD024DC8254F , 0x019608E17017733DB9C9F47A4DC61309 , 0x019608E16FBF71E1B680CD02342A4920 , 0x019608E17074705393F314E5A740FD96 , 0x019608E17017733DB9C9F47A32DCD622 , 0x019608E17017733DB9C9F47A2F8212A9 , 0x019608E17017733DB9C9F47A38D39038 , 0x019608E17074705393F314E5C473BB5B , 0x019608E17017733DB9C9F47A4785BB9C , 0x019608E17074705393F314E5D5A66231 , 0x019608E17017733DB9C9F47A4EDE5335 , 0x019608E16FBF71E1B680CD0216CB19AC , 0x019608E17074705393F314E59D8D18CA , 0x019608E17017733DB9C9F47A6A2B20CE , 0x019608E17017733DB9C9F47A237F62A9 , 0x019608E17017733DB9C9F47A6007803C , 0x019608E17017733DB9C9F47A5754A04E , 0x019608E17017733DB9C9F47A2843CC68 , 0x019608E17017733DB9C9F47A2A3F5078 , 0x019608E17017733DB9C9F47A22FE2372 , 0x019608E17017733DB9C9F47A6757798F , 0x019608E17074705393F314E5ACC5E723 , 0x019608E17074705393F314E5BA07C14C , 0x019608E16FBF71E1B680CD024B136275 , 0x019608E17017733DB9C9F47A3B1518D1 , 0x019608E17074705393F314E5C4F093D4 , 0x019608E16FBF71E1B680CD025548B499 , 0x019608E17017733DB9C9F47A3987C179 , 0x019608E17017733DB9C9F47A33AE3702 , 0x019608E16F6C7241B8EF9353100D30A2 , 0x019608E17017733DB9C9F47A5D6EB701 , 0x019608E17017733DB9C9F47A325EECCB , 0x019608E17074705393F314E5CDCBBA86 , 0x019608E17017733DB9C9F47A29C530D6 , 0x019608E17074705393F314E5B9352667 , 0x019608E17074705393F314E58C3ADE16 , 0x019608E17017733DB9C9F47A400E3B96 , 0x019608E17017733DB9C9F47A3C263276 , 0x019608E17017733DB9C9F47A64A9B1EF , 0x019608E17017733DB9C9F47A2CD3765B , 0x019608E17017733DB9C9F47A30ABFD0A , 0x019608E17074705393F314E5C9DDC36D , 0x019608E16FBF71E1B680CD021A20A45D , 0x019608E17017733DB9C9F47A2690DF48 , 0x019608E17074705393F314E5C3EB745D , 0x019608E17017733DB9C9F47A5245A28D , 0x019608E17017733DB9C9F47A62396E74 , 0x019608E17074705393F314E5D9F42923 , 0x019608E17074705393F314E5A3B62D57 , 0x019608E17074705393F314E58B641BC7 , 0x019608E16FBF71E1B680CD0242A987C0 , 0x019608E17017733DB9C9F47A56BCA601 , 0x019608E17017733DB9C9F47A3A3218D0 , 0x019608E17017733DB9C9F47A41A14FA6 , 0x019608E17017733DB9C9F47A20E638E8 , 0x019608E17074705393F314E5ADA2BAFE , 0x019608E17017733DB9C9F47A59A8947F , 0x019608E17017733DB9C9F47A5352A05F , 0x019608E17017733DB9C9F47A55CAF737 , 0x019608E17074705393F314E5CF8BBDAB , 0x019608E17074705393F314E5BC0FAD8A , 0x019608E17017733DB9C9F47A2A72E9F2 , 0x019608E17074705393F314E5AE9B81B3 , 0x019608E17074705393F314E5BD213E10 , 0x019608E17074705393F314E59F5744A2 , 0x019608E17017733DB9C9F47A5C93A045 , 0x019608E17017733DB9C9F47A4AE90AF3 , 0x019608E17074705393F314E5A5830C39 , 0x019608E16F6C7241B8EF9353160E3B7C , 0x019608E17074705393F314E5B0C15BAE , 0x019608E17074705393F314E5AAA2B660 , 0x019608E17074705393F314E5C6D97C41 , 0x019608E17074705393F314E59ED72879 , 0x019608E17017733DB9C9F47A481BB17B , 0x019608E17017733DB9C9F47A208549E5 , 0x019608E17074705393F314E5B5E51636 , 0x019608E17074705393F314E5A538B693 , 0x019608E17017733DB9C9F47A524E159C , 0x019608E17017733DB9C9F47A48AE85C0 , 0x019608E17017733DB9C9F47A5DDDCFF6 , 0x019608E17074705393F314E5AC952C7A , 0x019608E17074705393F314E5BB8AC138 , 0x019608E17074705393F314E5A1CF44FC , 0x019608E17074705393F314E58C13C216 , 0x019608E17074705393F314E5A98C69C0 , 0x019608E17017733DB9C9F47A37282820 , 0x019608E17074705393F314E5C32A77CE , 0x019608E17074705393F314E5BC227DE9 , 0x019608E17074705393F314E59A13F201 , 0x019608E17074705393F314E59AE6875C , 0x019608E17074705393F314E598A9E864 , 0x019608E17017733DB9C9F47A5785A58A , 0x019608E17074705393F314E58D97D277 , 0x019608E17074705393F314E5D7590FD4 , 0x019608E17017733DB9C9F47A5A5C15F7 , 0x019608E17074705393F314E5AEF1F842 , 0x019608E17074705393F314E5A68C4098 , 0x019608E17017733DB9C9F47A51B99D36 , 0x019608E17017733DB9C9F47A4502D442 , 0x019608E17017733DB9C9F47A6F67BE55 , 0x019608E17074705393F314E5A5FCD48A , 0x019608E17074705393F314E59CAE2928 , 0x019608E17074705393F314E5CA4FD205 , 0x019608E17074705393F314E58B43E01C , 0x019608E17074705393F314E5CE929C41 , 0x019608E17074705393F314E5A721FD9D , 0x019608E17074705393F314E59DFCD479 , 0x019608E17017733DB9C9F47A2E380D2A , 0x019608E17017733DB9C9F47A32B8891B , 0x019608E17074705393F314E5AAE8A7F3 , 0x019608E17074705393F314E5985E6D6E , 0x019608E17074705393F314E5920C5CDB , 0x019608E17074705393F314E5B7304560 , 0x019608E17074705393F314E5C1676631 , 0x019608E17074705393F314E5A0D1BE95 , 0x019608E17074705393F314E5A4E8CF75 , 0x019608E17074705393F314E5A4763D5F , 0x019608E17017733DB9C9F47A6E49E517 , 0x019608E17074705393F314E5DA2CDD7A , 0x019608E17074705393F314E5B39CC5B1 , 0x019608E17074705393F314E5AB899B05 , 0x019608E17074705393F314E5B7ED307E , 0x019608E17074705393F314E59E31C9FB , 0x019608E17074705393F314E5A83822F8 , 0x019608E17074705393F314E5C7C56ABB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
70
0.55 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
71
0.79 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
72
0.65 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 –\x08 á\x07 ùs'ŸKDuµ1û\x17 "
b"\x01 û\x08 ß\x07 ·rÆ¥JɱaèÄß "
]
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 (0x019608E107F973279F4B4475B531FB17 , 0x019608E107FA7292BE4A90F1618A8EE1 ));
Copy
73
0.48 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
74
0.25 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'en-GB' ;
Copy
75
0.18 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x01 –\x08 à\\x00 sï½å;WžZ"a "
]
SELECT iso FROM snippet_set WHERE id = 0x019608E05C0073EFBDE53B579E5A2261 ;
Copy
76
0.38 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 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
]
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 = 0x019608E11B02704E8B49AAB52D9F3E29
;
Copy
77
0.15 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
78
0.25 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x01 –\x08 à\\x00 sï½å;WžZ"a "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x019608E05C0073EFBDE53B579E5A2261 ;
Copy
79
22.60 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/019608e171497020b968be0d741ba740 "
"/navigation/019608e1715772b18c88c47ec3aad47c "
"/navigation/019608e1716072058513e057f5ea5758 "
"/navigation/019608e171717002b05c7daf552fa057 "
"/navigation/019608e17175729cbec17f53a948bea3 "
"/navigation/019608e1717d73e7aab2116d13da1fbf "
"/navigation/019608e17182708292cf11040a1c29bc "
"/navigation/019608e17183722dbb09bc05be5e6b9e "
"/navigation/019608e1719372d292f9aa02720abcfb "
"/navigation/019608e17194721ca1ec6af927d43f4a "
"/navigation/019608e1714a73568472a422d6abe3e3 "
"/navigation/019608e1714a73568472a422d74795bf "
"/navigation/019608e1714a73568472a422d7c2d301 "
"/navigation/019608e1714b7277ac891831dd02c913 "
"/navigation/019608e1714b7277ac891831de5bc1aa "
"/navigation/019608e1714b7277ac891831e0d5a3cc "
"/navigation/019608e1714b7277ac891831e28fc998 "
"/navigation/019608e1714b7277ac891831e2e992f3 "
"/navigation/019608e1714c70d89c4d13b1eff9372c "
"/navigation/019608e1714c70d89c4d13b1f19028e0 "
"/navigation/019608e1714c70d89c4d13b1f4e2440c "
"/navigation/019608e1714c70d89c4d13b1f5f99955 "
"/navigation/019608e1714d708e9ca5417e29df9e38 "
"/navigation/019608e1714d708e9ca5417e2a9badbd "
"/navigation/019608e1714d708e9ca5417e2b6165c4 "
"/navigation/019608e1714d708e9ca5417e2e82624a "
"/navigation/019608e1714d708e9ca5417e2f8fdc21 "
"/navigation/019608e1714d708e9ca5417e319638f6 "
"/navigation/019608e1714d708e9ca5417e3282821c "
"/navigation/019608e1714e71d0876ff026d88fcd36 "
"/navigation/019608e1714e71d0876ff026dafb7756 "
"/navigation/019608e1714e71d0876ff026de78b187 "
"/navigation/019608e1714f726384f2fc8327848604 "
"/navigation/019608e1714f726384f2fc8327db4440 "
"/navigation/019608e1714f726384f2fc832961792c "
"/navigation/019608e1714f726384f2fc832b8edb89 "
"/navigation/019608e1714f726384f2fc832c5401bc "
"/navigation/019608e1714f726384f2fc832dbf0f7d "
"/navigation/019608e1714f726384f2fc833093c3bb "
"/navigation/019608e1715072aa841f680d91413a9e "
"/navigation/019608e1715072aa841f680d943c7b5e "
"/navigation/019608e1715072aa841f680d94b890b4 "
"/navigation/019608e1715072aa841f680d96ee8fd0 "
"/navigation/019608e171517330a9d08196ebe47d7e "
"/navigation/019608e171517330a9d08196ec888d2c "
"/navigation/019608e171517330a9d08196ee9c1ee2 "
"/navigation/019608e171517330a9d08196f0b20dcc "
"/navigation/019608e171517330a9d08196f16d696a "
"/navigation/019608e171517330a9d08196f1e7e809 "
"/navigation/019608e171517330a9d08196f2b148f6 "
"/navigation/019608e17152710596de38f6f850d067 "
"/navigation/019608e17152710596de38f6fafbbc7c "
"/navigation/019608e17152710596de38f6fd58f8e6 "
"/navigation/019608e17152710596de38f6fdb92852 "
"/navigation/019608e17152710596de38f700d6bdb7 "
"/navigation/019608e1715373f096f3156a73372369 "
"/navigation/019608e1715373f096f3156a73d15df3 "
"/navigation/019608e1715373f096f3156a75ec253b "
"/navigation/019608e1715373f096f3156a79362d47 "
"/navigation/019608e1715373f096f3156a7b5ab63d "
"/navigation/019608e17154723a8860e8a5a1d11206 "
"/navigation/019608e17154723a8860e8a5a47bee76 "
"/navigation/019608e17154723a8860e8a5a7ad9657 "
"/navigation/019608e17154723a8860e8a5aaa4f712 "
"/navigation/019608e1715572888177662d51b0c3c3 "
"/navigation/019608e1715572888177662d5220b2ab "
"/navigation/019608e1715572888177662d540c98b3 "
"/navigation/019608e1715572888177662d5703cb24 "
"/navigation/019608e1715572888177662d5a30a683 "
"/navigation/019608e1715672908bcbd46c4d39befa "
"/navigation/019608e1715672908bcbd46c50070f23 "
"/navigation/019608e1715672908bcbd46c5105645d "
"/navigation/019608e1715672908bcbd46c5412a030 "
"/navigation/019608e1715772b18c88c47ebd7169db "
"/navigation/019608e1715772b18c88c47ec076ac32 "
"/navigation/019608e1715772b18c88c47ec497b6c7 "
"/navigation/019608e1715772b18c88c47ec502a7c7 "
"/navigation/019608e1715772b18c88c47ec5a27e44 "
"/navigation/019608e1715772b18c88c47ec7de9cc7 "
"/navigation/019608e171587184a3b9b57fe2bd541d "
"/navigation/019608e171587184a3b9b57fe40909a2 "
"/navigation/019608e171587184a3b9b57fe7033791 "
"/navigation/019608e171587184a3b9b57fe7ba0e49 "
"/navigation/019608e17159725c9bfbb43770dc3145 "
"/navigation/019608e17159725c9bfbb437742d8bd7 "
"/navigation/019608e17159725c9bfbb43775728c8b "
"/navigation/019608e1715a70a481748f396f7802e2 "
"/navigation/019608e1715a70a481748f396fceef54 "
"/navigation/019608e1715a70a481748f3971655d29 "
"/navigation/019608e1715a70a481748f3973afbc94 "
"/navigation/019608e1715a70a481748f3975e36fee "
"/navigation/019608e1715a70a481748f3976304818 "
"/navigation/019608e1715b73b19128a6090c23fa0f "
"/navigation/019608e1715b73b19128a6090c95a455 "
"/navigation/019608e1715b73b19128a6090d8c0558 "
"/navigation/019608e1715b73b19128a6090f967bda "
"/navigation/019608e1715c70e387e6e3b092a5e05a "
"/navigation/019608e1715c70e387e6e3b093071c81 "
"/navigation/019608e1715c70e387e6e3b094ffb18a "
"/navigation/019608e1715c70e387e6e3b09722e7a0 "
"/navigation/019608e1715c70e387e6e3b098c58e1c "
"/navigation/019608e1715d7127acebe207423fb6ae "
"/navigation/019608e1715d7127acebe20743cc1a18 "
"/navigation/019608e1715d7127acebe2074475b30e "
"/navigation/019608e1715d7127acebe207452100f9 "
"/navigation/019608e1715d7127acebe207492a604f "
"/navigation/019608e1715d7127acebe2074a1affdc "
"/navigation/019608e1715e71e496108d1289caa9f2 "
"/navigation/019608e1715e71e496108d128aa66bf1 "
"/navigation/019608e1715e71e496108d128d4f2690 "
"/navigation/019608e1715e71e496108d12907bc690 "
"/navigation/019608e1715f72e5bb945afe022bedb2 "
"/navigation/019608e1715f72e5bb945afe045e94a2 "
"/navigation/019608e1715f72e5bb945afe06be6cc4 "
"/navigation/019608e1715f72e5bb945afe06fddb57 "
"/navigation/019608e1715f72e5bb945afe091e9ee6 "
"/navigation/019608e1716072058513e057f6c1bc21 "
"/navigation/019608e1716072058513e057f6f669a9 "
"/navigation/019608e1716072058513e057f7b974c2 "
"/navigation/019608e1716072058513e057f93349f5 "
"/navigation/019608e1716072058513e057fa642134 "
"/navigation/019608e1716072058513e057fc7e80f6 "
"/navigation/019608e1716173b5932df5f604659e39 "
"/navigation/019608e1716173b5932df5f60517f29c "
"/navigation/019608e1716173b5932df5f60530855b "
"/navigation/019608e1716173b5932df5f606234d75 "
"/navigation/019608e1716173b5932df5f609ce3ed7 "
"/navigation/019608e1716173b5932df5f60a8d650f "
"/navigation/019608e1716173b5932df5f60c25eae2 "
"/navigation/019608e1716270e7bc3655eb93a77e61 "
"/navigation/019608e1716270e7bc3655eb95f052f6 "
"/navigation/019608e1716270e7bc3655eb9710fc59 "
"/navigation/019608e1716270e7bc3655eb97ee6fa2 "
"/navigation/019608e1716270e7bc3655eb9bd2b550 "
"/navigation/019608e17163731c84685bf7c0abfa73 "
"/navigation/019608e17163731c84685bf7c2efd28f "
"/navigation/019608e17163731c84685bf7c30cf01d "
"/navigation/019608e17163731c84685bf7c3f998c4 "
"/navigation/019608e17164719fb524fc3c2aa707f8 "
"/navigation/019608e17164719fb524fc3c2bbbcb2d "
"/navigation/019608e17164719fb524fc3c2d09d0e5 "
"/navigation/019608e17164719fb524fc3c2edb405e "
"/navigation/019608e17164719fb524fc3c2f11ea02 "
"/navigation/019608e17164719fb524fc3c30756759 "
"/navigation/019608e17165710d96261090bb33d044 "
"/navigation/019608e17165710d96261090bb7f9d31 "
"/navigation/019608e17165710d96261090bda543e2 "
"/navigation/019608e17165710d96261090be6e264e "
"/navigation/019608e17165710d96261090c0c4dd21 "
"/navigation/019608e17165710d96261090c3dfb5be "
"/navigation/019608e171667007ac5f49c743a70fbb "
"/navigation/019608e171667007ac5f49c743ea1863 "
"/navigation/019608e171667007ac5f49c745ce21a0 "
"/navigation/019608e171667007ac5f49c749ab4fb5 "
"/navigation/019608e171667007ac5f49c74a68e97b "
"/navigation/019608e171667007ac5f49c74afb2744 "
"/navigation/019608e171677375a8aca3b066283c91 "
"/navigation/019608e171677375a8aca3b06a3d00f0 "
"/navigation/019608e171677375a8aca3b06ad25c37 "
"/navigation/019608e171677375a8aca3b06d49176e "
"/navigation/019608e171677375a8aca3b06f06b456 "
"/navigation/019608e1716871d3b13507a2239d0d57 "
"/navigation/019608e1716871d3b13507a225269816 "
"/navigation/019608e1716871d3b13507a227715392 "
"/navigation/019608e1716871d3b13507a228232618 "
"/navigation/019608e1716971fe8ab69d3ebc4610df "
"/navigation/019608e1716971fe8ab69d3ebec2b814 "
"/navigation/019608e1716971fe8ab69d3ebf91dfd2 "
"/navigation/019608e1716971fe8ab69d3ec06b7981 "
"/navigation/019608e1716971fe8ab69d3ec0c44813 "
"/navigation/019608e1716971fe8ab69d3ec2bcd6e8 "
"/navigation/019608e1716a71a3accd797854b8938f "
"/navigation/019608e1716a71a3accd797856f24d84 "
"/navigation/019608e1716a71a3accd7978586a1fc0 "
"/navigation/019608e1716a71a3accd79785a7e68fd "
"/navigation/019608e1716a71a3accd79785b36fe85 "
"/navigation/019608e1716a71a3accd79785d2700a0 "
"/navigation/019608e1716b709987b33aec86f8021f "
"/navigation/019608e1716b709987b33aec88da77ac "
"/navigation/019608e1716b709987b33aec8b628b20 "
"/navigation/019608e1716b709987b33aec8b981375 "
"/navigation/019608e1716c7054954664c726ae1afe "
"/navigation/019608e1716c7054954664c728d246a0 "
"/navigation/019608e1716c7054954664c72bda80eb "
"/navigation/019608e1716d721b916261f80ed7546a "
"/navigation/019608e1716d721b916261f80ed7682e "
"/navigation/019608e1716d721b916261f81231b45a "
"/navigation/019608e1716d721b916261f814bccaf4 "
"/navigation/019608e1716d721b916261f816a75699 "
"/navigation/019608e1716e7184aac7e99237583b36 "
"/navigation/019608e1716e7184aac7e99237deb15b "
"/navigation/019608e1716e7184aac7e9923ab65874 "
"/navigation/019608e1716e7184aac7e9923c5d5b05 "
"/navigation/019608e1716f732da6637f8c1ebcace2 "
"/navigation/019608e1716f732da6637f8c208d87aa "
"/navigation/019608e1716f732da6637f8c22c936b0 "
"/navigation/019608e1716f732da6637f8c239ea7b8 "
"/navigation/019608e1716f732da6637f8c23dd8f06 "
"/navigation/019608e1717071b3a2f3ec67267822dd "
"/navigation/019608e1717071b3a2f3ec6728b4a8e4 "
"/navigation/019608e1717071b3a2f3ec672a65d733 "
"/navigation/019608e1717071b3a2f3ec672c706fcc "
"/navigation/019608e1717071b3a2f3ec672ced205a "
"/navigation/019608e171717002b05c7daf51dd48ad "
"/navigation/019608e171717002b05c7daf555ce34e "
"/navigation/019608e171717002b05c7daf559d55ef "
"/navigation/019608e171717002b05c7daf55b75a22 "
"/navigation/019608e171717002b05c7daf55c44943 "
"/navigation/019608e171717002b05c7daf55f1beaf "
"/navigation/019608e171717002b05c7daf560c6685 "
"/navigation/019608e171717002b05c7daf56ad9bfd "
"/navigation/019608e1717271988c86a0a761aef18c "
"/navigation/019608e1717271988c86a0a76205a894 "
"/navigation/019608e1717271988c86a0a7629f4736 "
"/navigation/019608e1717271988c86a0a7636b0a52 "
"/navigation/019608e1717271988c86a0a76447b1a2 "
"/navigation/019608e1717271988c86a0a764d82bc2 "
"/navigation/019608e1717271988c86a0a7651401ef "
"/navigation/019608e1717271988c86a0a7656d4729 "
"/navigation/019608e1717271988c86a0a765a27da2 "
"/navigation/019608e1717271988c86a0a765f91e35 "
"/navigation/019608e1717271988c86a0a7661c1e4f "
"/navigation/019608e1717271988c86a0a766be6556 "
"/navigation/019608e1717271988c86a0a7672a0301 "
"/navigation/019608e1717271988c86a0a7682779c2 "
"/navigation/019608e1717271988c86a0a7687aa801 "
"/navigation/019608e1717271988c86a0a7692cbfb5 "
"/navigation/019608e1717373a2bcacee32560d77c4 "
"/navigation/019608e1717373a2bcacee32567aede6 "
"/navigation/019608e1717373a2bcacee3256b0c6a4 "
"/navigation/019608e1717373a2bcacee325764d872 "
"/navigation/019608e1717373a2bcacee3258257029 "
"/navigation/019608e1717373a2bcacee32587fe5e4 "
"/navigation/019608e1717373a2bcacee3258a2b4fc "
"/navigation/019608e1717373a2bcacee32597d7bb9 "
"/navigation/019608e1717373a2bcacee3259c4a33e "
"/navigation/019608e1717373a2bcacee325a6da629 "
"/navigation/019608e1717373a2bcacee325a919b5f "
"/navigation/019608e1717373a2bcacee325ae8af38 "
"/navigation/019608e1717373a2bcacee325b61a9d0 "
"/navigation/019608e1717373a2bcacee325bf9a3e9 "
"/navigation/019608e1717373a2bcacee325bfe6eee "
"/navigation/019608e1717373a2bcacee325c268e32 "
"/navigation/019608e1717373a2bcacee325d0eb428 "
"/navigation/019608e171747036bccde0284e0a019e "
"/navigation/019608e171747036bccde0284ed96e56 "
"/navigation/019608e171747036bccde0284fd0c3cb "
"/navigation/019608e171747036bccde028505081ba "
"/navigation/019608e171747036bccde02850cb5306 "
"/navigation/019608e171747036bccde02851770ebb "
"/navigation/019608e171747036bccde028518b4ff4 "
"/navigation/019608e171747036bccde0285197dff2 "
"/navigation/019608e171747036bccde02852012bcc "
"/navigation/019608e171747036bccde028522e67cf "
"/navigation/019608e171747036bccde02852d55d4a "
"/navigation/019608e171747036bccde02852edc281 "
"/navigation/019608e171747036bccde02852fb6d5c "
"/navigation/019608e171747036bccde02853f5aecd "
"/navigation/019608e171747036bccde02854ca9639 "
"/navigation/019608e171747036bccde02854f3570d "
"/navigation/019608e17175729cbec17f53a3249a6b "
"/navigation/019608e17175729cbec17f53a380ad59 "
"/navigation/019608e17175729cbec17f53a3d7ca55 "
"/navigation/019608e17175729cbec17f53a40a6810 "
"/navigation/019608e17175729cbec17f53a484d000 "
"/navigation/019608e17175729cbec17f53a4c15155 "
"/navigation/019608e17175729cbec17f53a5a385b4 "
"/navigation/019608e17175729cbec17f53a648b61d "
"/navigation/019608e17175729cbec17f53a6d7e5cf "
"/navigation/019608e17175729cbec17f53a75dbffe "
"/navigation/019608e17175729cbec17f53a7d71105 "
"/navigation/019608e17175729cbec17f53a8569401 "
"/navigation/019608e17175729cbec17f53a9f9ffa3 "
"/navigation/019608e17175729cbec17f53aacbb5a3 "
"/navigation/019608e17175729cbec17f53aacf0f04 "
"/navigation/019608e1717671878f394b5789369ae2 "
"/navigation/019608e1717671878f394b578b510d64 "
"/navigation/019608e1717671878f394b578c460c3b "
"/navigation/019608e1717671878f394b578e5380cc "
"/navigation/019608e171777325a2573fdb054cc117 "
"/navigation/019608e171777325a2573fdb062fc51c "
"/navigation/019608e171777325a2573fdb07e8b68c "
"/navigation/019608e171777325a2573fdb09443cd4 "
"/navigation/019608e171777325a2573fdb0ac6de2d "
"/navigation/019608e171787387a972f8f24a6f8190 "
"/navigation/019608e171787387a972f8f24afe39ec "
"/navigation/019608e171787387a972f8f24b93c6f2 "
"/navigation/019608e171787387a972f8f24dd06713 "
"/navigation/019608e171787387a972f8f25135b337 "
"/navigation/019608e1717971f4926eddd3d7001a15 "
"/navigation/019608e1717971f4926eddd3d84ab728 "
"/navigation/019608e1717971f4926eddd3d8cfcc44 "
"/navigation/019608e1717971f4926eddd3db244375 "
"/navigation/019608e1717a716dbf501b21b47b77ed "
"/navigation/019608e1717a716dbf501b21b5dda3bb "
"/navigation/019608e1717a716dbf501b21b5f2650c "
"/navigation/019608e1717a716dbf501b21b6a9e3cb "
"/navigation/019608e1717a716dbf501b21b7ec121e "
"/navigation/019608e1717b72088fbd5ae396cfd65d "
"/navigation/019608e1717b72088fbd5ae39a4c4ea6 "
"/navigation/019608e1717b72088fbd5ae39a9175ea "
"/navigation/019608e1717b72088fbd5ae39c351818 "
"/navigation/019608e1717c71039ac1725dca3f1328 "
"/navigation/019608e1717c71039ac1725dcd0a813c "
"/navigation/019608e1717c71039ac1725dcea5a894 "
"/navigation/019608e1717d73e7aab2116d0ac98dc2 "
"/navigation/019608e1717d73e7aab2116d0b430893 "
"/navigation/019608e1717d73e7aab2116d0ecee145 "
"/navigation/019608e1717d73e7aab2116d11a08892 "
"/navigation/019608e1717d73e7aab2116d13ec6a87 "
"/navigation/019608e1717e717da170e8f9356a2cbc "
"/navigation/019608e1717e717da170e8f93646d69b "
"/navigation/019608e1717e717da170e8f9370cd9b5 "
"/navigation/019608e1717e717da170e8f937ddc9c4 "
"/navigation/019608e1717e717da170e8f9380b8a30 "
"/navigation/019608e1717e717da170e8f9386d363a "
"/navigation/019608e1717e717da170e8f9392a857b "
"/navigation/019608e1717e717da170e8f93a0d0327 "
"/navigation/019608e1717e717da170e8f93aa98ae4 "
"/navigation/019608e1717e717da170e8f93b363947 "
"/navigation/019608e1717e717da170e8f93b58ccc1 "
"/navigation/019608e1717e717da170e8f93b65daad "
"/navigation/019608e1717e717da170e8f93b9b41b1 "
"/navigation/019608e1717e717da170e8f93ba26c3c "
"/navigation/019608e1717e717da170e8f93bc01977 "
"/navigation/019608e1717e717da170e8f93c9adc2d "
"/navigation/019608e1717f73a0a29d24af0513563a "
"/navigation/019608e1717f73a0a29d24af05f37525 "
"/navigation/019608e1717f73a0a29d24af06658f9e "
"/navigation/019608e1717f73a0a29d24af07178344 "
"/navigation/019608e1717f73a0a29d24af08100afd "
"/navigation/019608e1717f73a0a29d24af08a9fb21 "
"/navigation/019608e1717f73a0a29d24af099e4e0a "
"/navigation/019608e1717f73a0a29d24af09e309d1 "
"/navigation/019608e1717f73a0a29d24af0ac4ed4a "
"/navigation/019608e1717f73a0a29d24af0b956459 "
"/navigation/019608e1717f73a0a29d24af0c263c2d "
"/navigation/019608e1717f73a0a29d24af0cf5b62e "
"/navigation/019608e1717f73a0a29d24af0d1f4d2f "
"/navigation/019608e1717f73a0a29d24af0d75fe82 "
"/navigation/019608e1717f73a0a29d24af0e4171a1 "
"/navigation/019608e1717f73a0a29d24af0f2a3c48 "
"/navigation/019608e1718073efa3503081fb56af44 "
"/navigation/019608e1718073efa3503081fbfb49f2 "
"/navigation/019608e1718073efa3503081fcb75a37 "
"/navigation/019608e1718073efa3503081fd41e232 "
"/navigation/019608e1718073efa3503081fde617e8 "
"/navigation/019608e1718073efa3503081fe48cc9b "
"/navigation/019608e1718073efa3503081fe8686c9 "
"/navigation/019608e1718073efa3503081ff3679bd "
"/navigation/019608e1718073efa3503081ff95566c "
"/navigation/019608e1718073efa3503082002b1090 "
"/navigation/019608e1718073efa350308201088264 "
"/navigation/019608e1718073efa350308201479a34 "
"/navigation/019608e1718073efa350308201b8f2b7 "
"/navigation/019608e1718073efa35030820258b132 "
"/navigation/019608e1718073efa350308202fbdcab "
"/navigation/019608e1718172ab91d1e9d41f1dce6e "
"/navigation/019608e1718172ab91d1e9d41fc23235 "
"/navigation/019608e1718172ab91d1e9d4207a8e3d "
"/navigation/019608e1718172ab91d1e9d421603535 "
"/navigation/019608e1718172ab91d1e9d42219e72a "
"/navigation/019608e1718172ab91d1e9d42226f334 "
"/navigation/019608e1718172ab91d1e9d4232525a7 "
"/navigation/019608e1718172ab91d1e9d4240ca395 "
"/navigation/019608e1718172ab91d1e9d4243698f6 "
"/navigation/019608e1718172ab91d1e9d424cf2f0a "
"/navigation/019608e1718172ab91d1e9d4251fe92b "
"/navigation/019608e1718172ab91d1e9d42608c259 "
"/navigation/019608e1718172ab91d1e9d426e35d40 "
"/navigation/019608e1718172ab91d1e9d427c06d72 "
"/navigation/019608e1718172ab91d1e9d4287bdb9e "
"/navigation/019608e1718172ab91d1e9d428e54136 "
"/navigation/019608e17182708292cf110403901902 "
"/navigation/019608e17182708292cf110404858d56 "
"/navigation/019608e17182708292cf110404ef3a82 "
"/navigation/019608e17182708292cf1104056b5730 "
"/navigation/019608e17182708292cf11040608097c "
"/navigation/019608e17182708292cf110406521ee2 "
"/navigation/019608e17182708292cf1104074ecdeb "
"/navigation/019608e17182708292cf11040835749c "
"/navigation/019608e17182708292cf1104091a983d "
"/navigation/019608e17182708292cf110409e4402a "
"/navigation/019608e17182708292cf11040a1e9b11 "
"/navigation/019608e17182708292cf11040a9df970 "
"/navigation/019608e17182708292cf11040b77b957 "
"/navigation/019608e17182708292cf11040bc92692 "
"/navigation/019608e17183722dbb09bc05b73938f1 "
"/navigation/019608e17183722dbb09bc05b7b594fb "
"/navigation/019608e17183722dbb09bc05b7caa7b0 "
"/navigation/019608e17183722dbb09bc05b8a668ce "
"/navigation/019608e17183722dbb09bc05b8ac34f0 "
"/navigation/019608e17183722dbb09bc05b8d423b9 "
"/navigation/019608e17183722dbb09bc05b9aec824 "
"/navigation/019608e17183722dbb09bc05ba96a8ad "
"/navigation/019608e17183722dbb09bc05bb3a6ac1 "
"/navigation/019608e17183722dbb09bc05bbc1121b "
"/navigation/019608e17183722dbb09bc05bc68a4f3 "
"/navigation/019608e17183722dbb09bc05bd1a5502 "
"/navigation/019608e17183722dbb09bc05bdb2ad0e "
"/navigation/019608e17183722dbb09bc05bf499d62 "
"/navigation/019608e17183722dbb09bc05bfbb2aec "
"/navigation/019608e17183722dbb09bc05c04c2eac "
"/navigation/019608e1718471d7b015608cf63766ec "
"/navigation/019608e1718471d7b015608cf8c256ae "
"/navigation/019608e1718471d7b015608cfbc21bcc "
"/navigation/019608e17185729694cd4359c87cfc7e "
"/navigation/019608e17185729694cd4359c939bf62 "
"/navigation/019608e17185729694cd4359cbd42325 "
"/navigation/019608e17185729694cd4359ce04ef76 "
"/navigation/019608e1718670a99c57671277723f50 "
"/navigation/019608e1718670a99c5767127af92775 "
"/navigation/019608e1718670a99c5767127b318d19 "
"/navigation/019608e1718670a99c5767127d03f272 "
"/navigation/019608e1718773db8aada6a84f6c4a04 "
"/navigation/019608e1718773db8aada6a8505f99d7 "
"/navigation/019608e1718773db8aada6a850b829a1 "
"/navigation/019608e1718773db8aada6a852e5e1ba "
"/navigation/019608e1718773db8aada6a855f016ed "
"/navigation/019608e17188734ea8867a1e555acd5a "
"/navigation/019608e17188734ea8867a1e5690c92c "
"/navigation/019608e17188734ea8867a1e59c8d797 "
"/navigation/019608e17188734ea8867a1e59f09c80 "
"/navigation/019608e171897344a34c44490c881748 "
"/navigation/019608e171897344a34c44490e3cd0aa "
"/navigation/019608e171897344a34c44490f1495f7 "
"/navigation/019608e171897344a34c44490fbd6f28 "
"/navigation/019608e1718a72afbf542a9052dbed8a "
"/navigation/019608e1718a72afbf542a9055d16d53 "
"/navigation/019608e1718a72afbf542a9057f16f30 "
"/navigation/019608e1718b739e8e8d0301e990e948 "
"/navigation/019608e1718b739e8e8d0301e9b74293 "
"/navigation/019608e1718b739e8e8d0301ec79f501 "
"/navigation/019608e1718b739e8e8d0301ede4f67f "
"/navigation/019608e1718c7278951d900df18273b2 "
"/navigation/019608e1718c7278951d900df451d7ce "
"/navigation/019608e1718c7278951d900df4b0470b "
"/navigation/019608e1718c7278951d900df6af99d3 "
"/navigation/019608e1718d73fd9eb3147d5e614593 "
"/navigation/019608e1718d73fd9eb3147d60b69f9a "
"/navigation/019608e1718d73fd9eb3147d63718f18 "
"/navigation/019608e1718d73fd9eb3147d64274689 "
"/navigation/019608e1718d73fd9eb3147d655b6988 "
"/navigation/019608e1718e730ba8388f0f5de8b7cd "
"/navigation/019608e1718e730ba8388f0f5fe2d824 "
"/navigation/019608e1718e730ba8388f0f5ffa8ca4 "
"/navigation/019608e1718e730ba8388f0f61773332 "
"/navigation/019608e1718e730ba8388f0f647b1319 "
"/navigation/019608e1718f71929baffc3d54283032 "
"/navigation/019608e1718f71929baffc3d550a5f62 "
"/navigation/019608e1718f71929baffc3d550f6792 "
"/navigation/019608e1718f71929baffc3d572a31f2 "
"/navigation/019608e1719072f58b12927e2e3ca398 "
"/navigation/019608e1719072f58b12927e2f03c151 "
"/navigation/019608e1719072f58b12927e308d7dca "
"/navigation/019608e1719072f58b12927e338698f3 "
"/navigation/019608e1719072f58b12927e33fe91cc "
"/navigation/019608e1719072f58b12927e34e7a2a6 "
"/navigation/019608e17191705eb112288a16997988 "
"/navigation/019608e17191705eb112288a185b696a "
"/navigation/019608e17191705eb112288a18fc7ec2 "
"/navigation/019608e17191705eb112288a1c2a4331 "
"/navigation/019608e1719272a2a7587b733749ad2e "
"/navigation/019608e1719272a2a7587b7339b36fa3 "
"/navigation/019608e1719272a2a7587b7339fa78e4 "
"/navigation/019608e1719272a2a7587b733a82b220 "
"/navigation/019608e1719272a2a7587b733d2b6e78 "
"/navigation/019608e1719372d292f9aa026ed2d441 "
"/navigation/019608e1719372d292f9aa026f0356e4 "
"/navigation/019608e1719372d292f9aa026f7ac97d "
"/navigation/019608e1719372d292f9aa02727661ef "
"/navigation/019608e1719372d292f9aa02734ee842 "
"/navigation/019608e1719372d292f9aa0273850bfa "
"/navigation/019608e1719372d292f9aa0273e724a9 "
"/navigation/019608e17194721ca1ec6af923be17cb "
"/navigation/019608e17194721ca1ec6af923cea329 "
"/navigation/019608e17194721ca1ec6af924be81c1 "
"/navigation/019608e17194721ca1ec6af92538875a "
"/navigation/019608e17194721ca1ec6af9261cc52d "
"/navigation/019608e17194721ca1ec6af9270e1f9c "
"/navigation/019608e17194721ca1ec6af9287648f2 "
"/navigation/019608e17194721ca1ec6af92935d916 "
"/navigation/019608e17194721ca1ec6af929935bd0 "
"/navigation/019608e17194721ca1ec6af92a08c025 "
"/navigation/019608e17194721ca1ec6af92b02cefd "
"/navigation/019608e17194721ca1ec6af92bb71f8d "
"/detail/019608e18eee70a28194006149d7b806 "
"/detail/019608e1a580725ba8d99447ecf3770d "
"/detail/019608e1ae2c707eba8455fa7c1a2f7f "
"/detail/019608e1b117731f8aac264c5bc29be9 "
"/detail/019608e1d01971ea89dce2d0d2b9afd7 "
"/detail/019608e1919e70418a8a4c4d6b1a4f60 "
"/detail/019608e1aa3273919dac2ef971c9def9 "
"/detail/019608e1a0c6717188ce4a8187e50dad "
"/detail/019608e1e37473e1b0353cd071e4902c "
"/detail/019608e1b84a70f78cb9940d4688e1e0 "
"/detail/019608e1de4d7150a1af368f9a0d5b03 "
"/detail/019608e1b9af721698b8014c6905bd49 "
"/detail/019608e1a0a0709f8a0b079b8fe21f29 "
"/detail/019608e1d04c727e93ad8baeca787d44 "
"/detail/019608e19937705781a14c4de05936e4 "
"/detail/019608e1cc227067b628c3deafe87430 "
"/detail/019608e1b6d1732e9926c85399e3cd38 "
"/detail/019608e190777335a5989ffebd43344e "
"/detail/019608e1bc7571e7894f89b705abb709 "
"/detail/019608e1b0f1714da5a3b3a55b91792a "
"/detail/019608e1aa227024bcef4cab43947e00 "
"/detail/019608e1e25c73c3bb8b7ccea8c78a17 "
"/detail/019608e1acf0723aa7d0d4daa0801d43 "
"/detail/019608e1ad0171b78c1b2a38ae83ebf8 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 –\x08 á\e\x02 pN‹Iªµ-Ÿ>) "
]
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/019608e171497020b968be0d741ba740' , '/navigation/019608e1715772b18c88c47ec3aad47c' , '/navigation/019608e1716072058513e057f5ea5758' , '/navigation/019608e171717002b05c7daf552fa057' , '/navigation/019608e17175729cbec17f53a948bea3' , '/navigation/019608e1717d73e7aab2116d13da1fbf' , '/navigation/019608e17182708292cf11040a1c29bc' , '/navigation/019608e17183722dbb09bc05be5e6b9e' , '/navigation/019608e1719372d292f9aa02720abcfb' , '/navigation/019608e17194721ca1ec6af927d43f4a' , '/navigation/019608e1714a73568472a422d6abe3e3' , '/navigation/019608e1714a73568472a422d74795bf' , '/navigation/019608e1714a73568472a422d7c2d301' , '/navigation/019608e1714b7277ac891831dd02c913' , '/navigation/019608e1714b7277ac891831de5bc1aa' , '/navigation/019608e1714b7277ac891831e0d5a3cc' , '/navigation/019608e1714b7277ac891831e28fc998' , '/navigation/019608e1714b7277ac891831e2e992f3' , '/navigation/019608e1714c70d89c4d13b1eff9372c' , '/navigation/019608e1714c70d89c4d13b1f19028e0' , '/navigation/019608e1714c70d89c4d13b1f4e2440c' , '/navigation/019608e1714c70d89c4d13b1f5f99955' , '/navigation/019608e1714d708e9ca5417e29df9e38' , '/navigation/019608e1714d708e9ca5417e2a9badbd' , '/navigation/019608e1714d708e9ca5417e2b6165c4' , '/navigation/019608e1714d708e9ca5417e2e82624a' , '/navigation/019608e1714d708e9ca5417e2f8fdc21' , '/navigation/019608e1714d708e9ca5417e319638f6' , '/navigation/019608e1714d708e9ca5417e3282821c' , '/navigation/019608e1714e71d0876ff026d88fcd36' , '/navigation/019608e1714e71d0876ff026dafb7756' , '/navigation/019608e1714e71d0876ff026de78b187' , '/navigation/019608e1714f726384f2fc8327848604' , '/navigation/019608e1714f726384f2fc8327db4440' , '/navigation/019608e1714f726384f2fc832961792c' , '/navigation/019608e1714f726384f2fc832b8edb89' , '/navigation/019608e1714f726384f2fc832c5401bc' , '/navigation/019608e1714f726384f2fc832dbf0f7d' , '/navigation/019608e1714f726384f2fc833093c3bb' , '/navigation/019608e1715072aa841f680d91413a9e' , '/navigation/019608e1715072aa841f680d943c7b5e' , '/navigation/019608e1715072aa841f680d94b890b4' , '/navigation/019608e1715072aa841f680d96ee8fd0' , '/navigation/019608e171517330a9d08196ebe47d7e' , '/navigation/019608e171517330a9d08196ec888d2c' , '/navigation/019608e171517330a9d08196ee9c1ee2' , '/navigation/019608e171517330a9d08196f0b20dcc' , '/navigation/019608e171517330a9d08196f16d696a' , '/navigation/019608e171517330a9d08196f1e7e809' , '/navigation/019608e171517330a9d08196f2b148f6' , '/navigation/019608e17152710596de38f6f850d067' , '/navigation/019608e17152710596de38f6fafbbc7c' , '/navigation/019608e17152710596de38f6fd58f8e6' , '/navigation/019608e17152710596de38f6fdb92852' , '/navigation/019608e17152710596de38f700d6bdb7' , '/navigation/019608e1715373f096f3156a73372369' , '/navigation/019608e1715373f096f3156a73d15df3' , '/navigation/019608e1715373f096f3156a75ec253b' , '/navigation/019608e1715373f096f3156a79362d47' , '/navigation/019608e1715373f096f3156a7b5ab63d' , '/navigation/019608e17154723a8860e8a5a1d11206' , '/navigation/019608e17154723a8860e8a5a47bee76' , '/navigation/019608e17154723a8860e8a5a7ad9657' , '/navigation/019608e17154723a8860e8a5aaa4f712' , '/navigation/019608e1715572888177662d51b0c3c3' , '/navigation/019608e1715572888177662d5220b2ab' , '/navigation/019608e1715572888177662d540c98b3' , '/navigation/019608e1715572888177662d5703cb24' , '/navigation/019608e1715572888177662d5a30a683' , '/navigation/019608e1715672908bcbd46c4d39befa' , '/navigation/019608e1715672908bcbd46c50070f23' , '/navigation/019608e1715672908bcbd46c5105645d' , '/navigation/019608e1715672908bcbd46c5412a030' , '/navigation/019608e1715772b18c88c47ebd7169db' , '/navigation/019608e1715772b18c88c47ec076ac32' , '/navigation/019608e1715772b18c88c47ec497b6c7' , '/navigation/019608e1715772b18c88c47ec502a7c7' , '/navigation/019608e1715772b18c88c47ec5a27e44' , '/navigation/019608e1715772b18c88c47ec7de9cc7' , '/navigation/019608e171587184a3b9b57fe2bd541d' , '/navigation/019608e171587184a3b9b57fe40909a2' , '/navigation/019608e171587184a3b9b57fe7033791' , '/navigation/019608e171587184a3b9b57fe7ba0e49' , '/navigation/019608e17159725c9bfbb43770dc3145' , '/navigation/019608e17159725c9bfbb437742d8bd7' , '/navigation/019608e17159725c9bfbb43775728c8b' , '/navigation/019608e1715a70a481748f396f7802e2' , '/navigation/019608e1715a70a481748f396fceef54' , '/navigation/019608e1715a70a481748f3971655d29' , '/navigation/019608e1715a70a481748f3973afbc94' , '/navigation/019608e1715a70a481748f3975e36fee' , '/navigation/019608e1715a70a481748f3976304818' , '/navigation/019608e1715b73b19128a6090c23fa0f' , '/navigation/019608e1715b73b19128a6090c95a455' , '/navigation/019608e1715b73b19128a6090d8c0558' , '/navigation/019608e1715b73b19128a6090f967bda' , '/navigation/019608e1715c70e387e6e3b092a5e05a' , '/navigation/019608e1715c70e387e6e3b093071c81' , '/navigation/019608e1715c70e387e6e3b094ffb18a' , '/navigation/019608e1715c70e387e6e3b09722e7a0' , '/navigation/019608e1715c70e387e6e3b098c58e1c' , '/navigation/019608e1715d7127acebe207423fb6ae' , '/navigation/019608e1715d7127acebe20743cc1a18' , '/navigation/019608e1715d7127acebe2074475b30e' , '/navigation/019608e1715d7127acebe207452100f9' , '/navigation/019608e1715d7127acebe207492a604f' , '/navigation/019608e1715d7127acebe2074a1affdc' , '/navigation/019608e1715e71e496108d1289caa9f2' , '/navigation/019608e1715e71e496108d128aa66bf1' , '/navigation/019608e1715e71e496108d128d4f2690' , '/navigation/019608e1715e71e496108d12907bc690' , '/navigation/019608e1715f72e5bb945afe022bedb2' , '/navigation/019608e1715f72e5bb945afe045e94a2' , '/navigation/019608e1715f72e5bb945afe06be6cc4' , '/navigation/019608e1715f72e5bb945afe06fddb57' , '/navigation/019608e1715f72e5bb945afe091e9ee6' , '/navigation/019608e1716072058513e057f6c1bc21' , '/navigation/019608e1716072058513e057f6f669a9' , '/navigation/019608e1716072058513e057f7b974c2' , '/navigation/019608e1716072058513e057f93349f5' , '/navigation/019608e1716072058513e057fa642134' , '/navigation/019608e1716072058513e057fc7e80f6' , '/navigation/019608e1716173b5932df5f604659e39' , '/navigation/019608e1716173b5932df5f60517f29c' , '/navigation/019608e1716173b5932df5f60530855b' , '/navigation/019608e1716173b5932df5f606234d75' , '/navigation/019608e1716173b5932df5f609ce3ed7' , '/navigation/019608e1716173b5932df5f60a8d650f' , '/navigation/019608e1716173b5932df5f60c25eae2' , '/navigation/019608e1716270e7bc3655eb93a77e61' , '/navigation/019608e1716270e7bc3655eb95f052f6' , '/navigation/019608e1716270e7bc3655eb9710fc59' , '/navigation/019608e1716270e7bc3655eb97ee6fa2' , '/navigation/019608e1716270e7bc3655eb9bd2b550' , '/navigation/019608e17163731c84685bf7c0abfa73' , '/navigation/019608e17163731c84685bf7c2efd28f' , '/navigation/019608e17163731c84685bf7c30cf01d' , '/navigation/019608e17163731c84685bf7c3f998c4' , '/navigation/019608e17164719fb524fc3c2aa707f8' , '/navigation/019608e17164719fb524fc3c2bbbcb2d' , '/navigation/019608e17164719fb524fc3c2d09d0e5' , '/navigation/019608e17164719fb524fc3c2edb405e' , '/navigation/019608e17164719fb524fc3c2f11ea02' , '/navigation/019608e17164719fb524fc3c30756759' , '/navigation/019608e17165710d96261090bb33d044' , '/navigation/019608e17165710d96261090bb7f9d31' , '/navigation/019608e17165710d96261090bda543e2' , '/navigation/019608e17165710d96261090be6e264e' , '/navigation/019608e17165710d96261090c0c4dd21' , '/navigation/019608e17165710d96261090c3dfb5be' , '/navigation/019608e171667007ac5f49c743a70fbb' , '/navigation/019608e171667007ac5f49c743ea1863' , '/navigation/019608e171667007ac5f49c745ce21a0' , '/navigation/019608e171667007ac5f49c749ab4fb5' , '/navigation/019608e171667007ac5f49c74a68e97b' , '/navigation/019608e171667007ac5f49c74afb2744' , '/navigation/019608e171677375a8aca3b066283c91' , '/navigation/019608e171677375a8aca3b06a3d00f0' , '/navigation/019608e171677375a8aca3b06ad25c37' , '/navigation/019608e171677375a8aca3b06d49176e' , '/navigation/019608e171677375a8aca3b06f06b456' , '/navigation/019608e1716871d3b13507a2239d0d57' , '/navigation/019608e1716871d3b13507a225269816' , '/navigation/019608e1716871d3b13507a227715392' , '/navigation/019608e1716871d3b13507a228232618' , '/navigation/019608e1716971fe8ab69d3ebc4610df' , '/navigation/019608e1716971fe8ab69d3ebec2b814' , '/navigation/019608e1716971fe8ab69d3ebf91dfd2' , '/navigation/019608e1716971fe8ab69d3ec06b7981' , '/navigation/019608e1716971fe8ab69d3ec0c44813' , '/navigation/019608e1716971fe8ab69d3ec2bcd6e8' , '/navigation/019608e1716a71a3accd797854b8938f' , '/navigation/019608e1716a71a3accd797856f24d84' , '/navigation/019608e1716a71a3accd7978586a1fc0' , '/navigation/019608e1716a71a3accd79785a7e68fd' , '/navigation/019608e1716a71a3accd79785b36fe85' , '/navigation/019608e1716a71a3accd79785d2700a0' , '/navigation/019608e1716b709987b33aec86f8021f' , '/navigation/019608e1716b709987b33aec88da77ac' , '/navigation/019608e1716b709987b33aec8b628b20' , '/navigation/019608e1716b709987b33aec8b981375' , '/navigation/019608e1716c7054954664c726ae1afe' , '/navigation/019608e1716c7054954664c728d246a0' , '/navigation/019608e1716c7054954664c72bda80eb' , '/navigation/019608e1716d721b916261f80ed7546a' , '/navigation/019608e1716d721b916261f80ed7682e' , '/navigation/019608e1716d721b916261f81231b45a' , '/navigation/019608e1716d721b916261f814bccaf4' , '/navigation/019608e1716d721b916261f816a75699' , '/navigation/019608e1716e7184aac7e99237583b36' , '/navigation/019608e1716e7184aac7e99237deb15b' , '/navigation/019608e1716e7184aac7e9923ab65874' , '/navigation/019608e1716e7184aac7e9923c5d5b05' , '/navigation/019608e1716f732da6637f8c1ebcace2' , '/navigation/019608e1716f732da6637f8c208d87aa' , '/navigation/019608e1716f732da6637f8c22c936b0' , '/navigation/019608e1716f732da6637f8c239ea7b8' , '/navigation/019608e1716f732da6637f8c23dd8f06' , '/navigation/019608e1717071b3a2f3ec67267822dd' , '/navigation/019608e1717071b3a2f3ec6728b4a8e4' , '/navigation/019608e1717071b3a2f3ec672a65d733' , '/navigation/019608e1717071b3a2f3ec672c706fcc' , '/navigation/019608e1717071b3a2f3ec672ced205a' , '/navigation/019608e171717002b05c7daf51dd48ad' , '/navigation/019608e171717002b05c7daf555ce34e' , '/navigation/019608e171717002b05c7daf559d55ef' , '/navigation/019608e171717002b05c7daf55b75a22' , '/navigation/019608e171717002b05c7daf55c44943' , '/navigation/019608e171717002b05c7daf55f1beaf' , '/navigation/019608e171717002b05c7daf560c6685' , '/navigation/019608e171717002b05c7daf56ad9bfd' , '/navigation/019608e1717271988c86a0a761aef18c' , '/navigation/019608e1717271988c86a0a76205a894' , '/navigation/019608e1717271988c86a0a7629f4736' , '/navigation/019608e1717271988c86a0a7636b0a52' , '/navigation/019608e1717271988c86a0a76447b1a2' , '/navigation/019608e1717271988c86a0a764d82bc2' , '/navigation/019608e1717271988c86a0a7651401ef' , '/navigation/019608e1717271988c86a0a7656d4729' , '/navigation/019608e1717271988c86a0a765a27da2' , '/navigation/019608e1717271988c86a0a765f91e35' , '/navigation/019608e1717271988c86a0a7661c1e4f' , '/navigation/019608e1717271988c86a0a766be6556' , '/navigation/019608e1717271988c86a0a7672a0301' , '/navigation/019608e1717271988c86a0a7682779c2' , '/navigation/019608e1717271988c86a0a7687aa801' , '/navigation/019608e1717271988c86a0a7692cbfb5' , '/navigation/019608e1717373a2bcacee32560d77c4' , '/navigation/019608e1717373a2bcacee32567aede6' , '/navigation/019608e1717373a2bcacee3256b0c6a4' , '/navigation/019608e1717373a2bcacee325764d872' , '/navigation/019608e1717373a2bcacee3258257029' , '/navigation/019608e1717373a2bcacee32587fe5e4' , '/navigation/019608e1717373a2bcacee3258a2b4fc' , '/navigation/019608e1717373a2bcacee32597d7bb9' , '/navigation/019608e1717373a2bcacee3259c4a33e' , '/navigation/019608e1717373a2bcacee325a6da629' , '/navigation/019608e1717373a2bcacee325a919b5f' , '/navigation/019608e1717373a2bcacee325ae8af38' , '/navigation/019608e1717373a2bcacee325b61a9d0' , '/navigation/019608e1717373a2bcacee325bf9a3e9' , '/navigation/019608e1717373a2bcacee325bfe6eee' , '/navigation/019608e1717373a2bcacee325c268e32' , '/navigation/019608e1717373a2bcacee325d0eb428' , '/navigation/019608e171747036bccde0284e0a019e' , '/navigation/019608e171747036bccde0284ed96e56' , '/navigation/019608e171747036bccde0284fd0c3cb' , '/navigation/019608e171747036bccde028505081ba' , '/navigation/019608e171747036bccde02850cb5306' , '/navigation/019608e171747036bccde02851770ebb' , '/navigation/019608e171747036bccde028518b4ff4' , '/navigation/019608e171747036bccde0285197dff2' , '/navigation/019608e171747036bccde02852012bcc' , '/navigation/019608e171747036bccde028522e67cf' , '/navigation/019608e171747036bccde02852d55d4a' , '/navigation/019608e171747036bccde02852edc281' , '/navigation/019608e171747036bccde02852fb6d5c' , '/navigation/019608e171747036bccde02853f5aecd' , '/navigation/019608e171747036bccde02854ca9639' , '/navigation/019608e171747036bccde02854f3570d' , '/navigation/019608e17175729cbec17f53a3249a6b' , '/navigation/019608e17175729cbec17f53a380ad59' , '/navigation/019608e17175729cbec17f53a3d7ca55' , '/navigation/019608e17175729cbec17f53a40a6810' , '/navigation/019608e17175729cbec17f53a484d000' , '/navigation/019608e17175729cbec17f53a4c15155' , '/navigation/019608e17175729cbec17f53a5a385b4' , '/navigation/019608e17175729cbec17f53a648b61d' , '/navigation/019608e17175729cbec17f53a6d7e5cf' , '/navigation/019608e17175729cbec17f53a75dbffe' , '/navigation/019608e17175729cbec17f53a7d71105' , '/navigation/019608e17175729cbec17f53a8569401' , '/navigation/019608e17175729cbec17f53a9f9ffa3' , '/navigation/019608e17175729cbec17f53aacbb5a3' , '/navigation/019608e17175729cbec17f53aacf0f04' , '/navigation/019608e1717671878f394b5789369ae2' , '/navigation/019608e1717671878f394b578b510d64' , '/navigation/019608e1717671878f394b578c460c3b' , '/navigation/019608e1717671878f394b578e5380cc' , '/navigation/019608e171777325a2573fdb054cc117' , '/navigation/019608e171777325a2573fdb062fc51c' , '/navigation/019608e171777325a2573fdb07e8b68c' , '/navigation/019608e171777325a2573fdb09443cd4' , '/navigation/019608e171777325a2573fdb0ac6de2d' , '/navigation/019608e171787387a972f8f24a6f8190' , '/navigation/019608e171787387a972f8f24afe39ec' , '/navigation/019608e171787387a972f8f24b93c6f2' , '/navigation/019608e171787387a972f8f24dd06713' , '/navigation/019608e171787387a972f8f25135b337' , '/navigation/019608e1717971f4926eddd3d7001a15' , '/navigation/019608e1717971f4926eddd3d84ab728' , '/navigation/019608e1717971f4926eddd3d8cfcc44' , '/navigation/019608e1717971f4926eddd3db244375' , '/navigation/019608e1717a716dbf501b21b47b77ed' , '/navigation/019608e1717a716dbf501b21b5dda3bb' , '/navigation/019608e1717a716dbf501b21b5f2650c' , '/navigation/019608e1717a716dbf501b21b6a9e3cb' , '/navigation/019608e1717a716dbf501b21b7ec121e' , '/navigation/019608e1717b72088fbd5ae396cfd65d' , '/navigation/019608e1717b72088fbd5ae39a4c4ea6' , '/navigation/019608e1717b72088fbd5ae39a9175ea' , '/navigation/019608e1717b72088fbd5ae39c351818' , '/navigation/019608e1717c71039ac1725dca3f1328' , '/navigation/019608e1717c71039ac1725dcd0a813c' , '/navigation/019608e1717c71039ac1725dcea5a894' , '/navigation/019608e1717d73e7aab2116d0ac98dc2' , '/navigation/019608e1717d73e7aab2116d0b430893' , '/navigation/019608e1717d73e7aab2116d0ecee145' , '/navigation/019608e1717d73e7aab2116d11a08892' , '/navigation/019608e1717d73e7aab2116d13ec6a87' , '/navigation/019608e1717e717da170e8f9356a2cbc' , '/navigation/019608e1717e717da170e8f93646d69b' , '/navigation/019608e1717e717da170e8f9370cd9b5' , '/navigation/019608e1717e717da170e8f937ddc9c4' , '/navigation/019608e1717e717da170e8f9380b8a30' , '/navigation/019608e1717e717da170e8f9386d363a' , '/navigation/019608e1717e717da170e8f9392a857b' , '/navigation/019608e1717e717da170e8f93a0d0327' , '/navigation/019608e1717e717da170e8f93aa98ae4' , '/navigation/019608e1717e717da170e8f93b363947' , '/navigation/019608e1717e717da170e8f93b58ccc1' , '/navigation/019608e1717e717da170e8f93b65daad' , '/navigation/019608e1717e717da170e8f93b9b41b1' , '/navigation/019608e1717e717da170e8f93ba26c3c' , '/navigation/019608e1717e717da170e8f93bc01977' , '/navigation/019608e1717e717da170e8f93c9adc2d' , '/navigation/019608e1717f73a0a29d24af0513563a' , '/navigation/019608e1717f73a0a29d24af05f37525' , '/navigation/019608e1717f73a0a29d24af06658f9e' , '/navigation/019608e1717f73a0a29d24af07178344' , '/navigation/019608e1717f73a0a29d24af08100afd' , '/navigation/019608e1717f73a0a29d24af08a9fb21' , '/navigation/019608e1717f73a0a29d24af099e4e0a' , '/navigation/019608e1717f73a0a29d24af09e309d1' , '/navigation/019608e1717f73a0a29d24af0ac4ed4a' , '/navigation/019608e1717f73a0a29d24af0b956459' , '/navigation/019608e1717f73a0a29d24af0c263c2d' , '/navigation/019608e1717f73a0a29d24af0cf5b62e' , '/navigation/019608e1717f73a0a29d24af0d1f4d2f' , '/navigation/019608e1717f73a0a29d24af0d75fe82' , '/navigation/019608e1717f73a0a29d24af0e4171a1' , '/navigation/019608e1717f73a0a29d24af0f2a3c48' , '/navigation/019608e1718073efa3503081fb56af44' , '/navigation/019608e1718073efa3503081fbfb49f2' , '/navigation/019608e1718073efa3503081fcb75a37' , '/navigation/019608e1718073efa3503081fd41e232' , '/navigation/019608e1718073efa3503081fde617e8' , '/navigation/019608e1718073efa3503081fe48cc9b' , '/navigation/019608e1718073efa3503081fe8686c9' , '/navigation/019608e1718073efa3503081ff3679bd' , '/navigation/019608e1718073efa3503081ff95566c' , '/navigation/019608e1718073efa3503082002b1090' , '/navigation/019608e1718073efa350308201088264' , '/navigation/019608e1718073efa350308201479a34' , '/navigation/019608e1718073efa350308201b8f2b7' , '/navigation/019608e1718073efa35030820258b132' , '/navigation/019608e1718073efa350308202fbdcab' , '/navigation/019608e1718172ab91d1e9d41f1dce6e' , '/navigation/019608e1718172ab91d1e9d41fc23235' , '/navigation/019608e1718172ab91d1e9d4207a8e3d' , '/navigation/019608e1718172ab91d1e9d421603535' , '/navigation/019608e1718172ab91d1e9d42219e72a' , '/navigation/019608e1718172ab91d1e9d42226f334' , '/navigation/019608e1718172ab91d1e9d4232525a7' , '/navigation/019608e1718172ab91d1e9d4240ca395' , '/navigation/019608e1718172ab91d1e9d4243698f6' , '/navigation/019608e1718172ab91d1e9d424cf2f0a' , '/navigation/019608e1718172ab91d1e9d4251fe92b' , '/navigation/019608e1718172ab91d1e9d42608c259' , '/navigation/019608e1718172ab91d1e9d426e35d40' , '/navigation/019608e1718172ab91d1e9d427c06d72' , '/navigation/019608e1718172ab91d1e9d4287bdb9e' , '/navigation/019608e1718172ab91d1e9d428e54136' , '/navigation/019608e17182708292cf110403901902' , '/navigation/019608e17182708292cf110404858d56' , '/navigation/019608e17182708292cf110404ef3a82' , '/navigation/019608e17182708292cf1104056b5730' , '/navigation/019608e17182708292cf11040608097c' , '/navigation/019608e17182708292cf110406521ee2' , '/navigation/019608e17182708292cf1104074ecdeb' , '/navigation/019608e17182708292cf11040835749c' , '/navigation/019608e17182708292cf1104091a983d' , '/navigation/019608e17182708292cf110409e4402a' , '/navigation/019608e17182708292cf11040a1e9b11' , '/navigation/019608e17182708292cf11040a9df970' , '/navigation/019608e17182708292cf11040b77b957' , '/navigation/019608e17182708292cf11040bc92692' , '/navigation/019608e17183722dbb09bc05b73938f1' , '/navigation/019608e17183722dbb09bc05b7b594fb' , '/navigation/019608e17183722dbb09bc05b7caa7b0' , '/navigation/019608e17183722dbb09bc05b8a668ce' , '/navigation/019608e17183722dbb09bc05b8ac34f0' , '/navigation/019608e17183722dbb09bc05b8d423b9' , '/navigation/019608e17183722dbb09bc05b9aec824' , '/navigation/019608e17183722dbb09bc05ba96a8ad' , '/navigation/019608e17183722dbb09bc05bb3a6ac1' , '/navigation/019608e17183722dbb09bc05bbc1121b' , '/navigation/019608e17183722dbb09bc05bc68a4f3' , '/navigation/019608e17183722dbb09bc05bd1a5502' , '/navigation/019608e17183722dbb09bc05bdb2ad0e' , '/navigation/019608e17183722dbb09bc05bf499d62' , '/navigation/019608e17183722dbb09bc05bfbb2aec' , '/navigation/019608e17183722dbb09bc05c04c2eac' , '/navigation/019608e1718471d7b015608cf63766ec' , '/navigation/019608e1718471d7b015608cf8c256ae' , '/navigation/019608e1718471d7b015608cfbc21bcc' , '/navigation/019608e17185729694cd4359c87cfc7e' , '/navigation/019608e17185729694cd4359c939bf62' , '/navigation/019608e17185729694cd4359cbd42325' , '/navigation/019608e17185729694cd4359ce04ef76' , '/navigation/019608e1718670a99c57671277723f50' , '/navigation/019608e1718670a99c5767127af92775' , '/navigation/019608e1718670a99c5767127b318d19' , '/navigation/019608e1718670a99c5767127d03f272' , '/navigation/019608e1718773db8aada6a84f6c4a04' , '/navigation/019608e1718773db8aada6a8505f99d7' , '/navigation/019608e1718773db8aada6a850b829a1' , '/navigation/019608e1718773db8aada6a852e5e1ba' , '/navigation/019608e1718773db8aada6a855f016ed' , '/navigation/019608e17188734ea8867a1e555acd5a' , '/navigation/019608e17188734ea8867a1e5690c92c' , '/navigation/019608e17188734ea8867a1e59c8d797' , '/navigation/019608e17188734ea8867a1e59f09c80' , '/navigation/019608e171897344a34c44490c881748' , '/navigation/019608e171897344a34c44490e3cd0aa' , '/navigation/019608e171897344a34c44490f1495f7' , '/navigation/019608e171897344a34c44490fbd6f28' , '/navigation/019608e1718a72afbf542a9052dbed8a' , '/navigation/019608e1718a72afbf542a9055d16d53' , '/navigation/019608e1718a72afbf542a9057f16f30' , '/navigation/019608e1718b739e8e8d0301e990e948' , '/navigation/019608e1718b739e8e8d0301e9b74293' , '/navigation/019608e1718b739e8e8d0301ec79f501' , '/navigation/019608e1718b739e8e8d0301ede4f67f' , '/navigation/019608e1718c7278951d900df18273b2' , '/navigation/019608e1718c7278951d900df451d7ce' , '/navigation/019608e1718c7278951d900df4b0470b' , '/navigation/019608e1718c7278951d900df6af99d3' , '/navigation/019608e1718d73fd9eb3147d5e614593' , '/navigation/019608e1718d73fd9eb3147d60b69f9a' , '/navigation/019608e1718d73fd9eb3147d63718f18' , '/navigation/019608e1718d73fd9eb3147d64274689' , '/navigation/019608e1718d73fd9eb3147d655b6988' , '/navigation/019608e1718e730ba8388f0f5de8b7cd' , '/navigation/019608e1718e730ba8388f0f5fe2d824' , '/navigation/019608e1718e730ba8388f0f5ffa8ca4' , '/navigation/019608e1718e730ba8388f0f61773332' , '/navigation/019608e1718e730ba8388f0f647b1319' , '/navigation/019608e1718f71929baffc3d54283032' , '/navigation/019608e1718f71929baffc3d550a5f62' , '/navigation/019608e1718f71929baffc3d550f6792' , '/navigation/019608e1718f71929baffc3d572a31f2' , '/navigation/019608e1719072f58b12927e2e3ca398' , '/navigation/019608e1719072f58b12927e2f03c151' , '/navigation/019608e1719072f58b12927e308d7dca' , '/navigation/019608e1719072f58b12927e338698f3' , '/navigation/019608e1719072f58b12927e33fe91cc' , '/navigation/019608e1719072f58b12927e34e7a2a6' , '/navigation/019608e17191705eb112288a16997988' , '/navigation/019608e17191705eb112288a185b696a' , '/navigation/019608e17191705eb112288a18fc7ec2' , '/navigation/019608e17191705eb112288a1c2a4331' , '/navigation/019608e1719272a2a7587b733749ad2e' , '/navigation/019608e1719272a2a7587b7339b36fa3' , '/navigation/019608e1719272a2a7587b7339fa78e4' , '/navigation/019608e1719272a2a7587b733a82b220' , '/navigation/019608e1719272a2a7587b733d2b6e78' , '/navigation/019608e1719372d292f9aa026ed2d441' , '/navigation/019608e1719372d292f9aa026f0356e4' , '/navigation/019608e1719372d292f9aa026f7ac97d' , '/navigation/019608e1719372d292f9aa02727661ef' , '/navigation/019608e1719372d292f9aa02734ee842' , '/navigation/019608e1719372d292f9aa0273850bfa' , '/navigation/019608e1719372d292f9aa0273e724a9' , '/navigation/019608e17194721ca1ec6af923be17cb' , '/navigation/019608e17194721ca1ec6af923cea329' , '/navigation/019608e17194721ca1ec6af924be81c1' , '/navigation/019608e17194721ca1ec6af92538875a' , '/navigation/019608e17194721ca1ec6af9261cc52d' , '/navigation/019608e17194721ca1ec6af9270e1f9c' , '/navigation/019608e17194721ca1ec6af9287648f2' , '/navigation/019608e17194721ca1ec6af92935d916' , '/navigation/019608e17194721ca1ec6af929935bd0' , '/navigation/019608e17194721ca1ec6af92a08c025' , '/navigation/019608e17194721ca1ec6af92b02cefd' , '/navigation/019608e17194721ca1ec6af92bb71f8d' , '/detail/019608e18eee70a28194006149d7b806' , '/detail/019608e1a580725ba8d99447ecf3770d' , '/detail/019608e1ae2c707eba8455fa7c1a2f7f' , '/detail/019608e1b117731f8aac264c5bc29be9' , '/detail/019608e1d01971ea89dce2d0d2b9afd7' , '/detail/019608e1919e70418a8a4c4d6b1a4f60' , '/detail/019608e1aa3273919dac2ef971c9def9' , '/detail/019608e1a0c6717188ce4a8187e50dad' , '/detail/019608e1e37473e1b0353cd071e4902c' , '/detail/019608e1b84a70f78cb9940d4688e1e0' , '/detail/019608e1de4d7150a1af368f9a0d5b03' , '/detail/019608e1b9af721698b8014c6905bd49' , '/detail/019608e1a0a0709f8a0b079b8fe21f29' , '/detail/019608e1d04c727e93ad8baeca787d44' , '/detail/019608e19937705781a14c4de05936e4' , '/detail/019608e1cc227067b628c3deafe87430' , '/detail/019608e1b6d1732e9926c85399e3cd38' , '/detail/019608e190777335a5989ffebd43344e' , '/detail/019608e1bc7571e7894f89b705abb709' , '/detail/019608e1b0f1714da5a3b3a55b91792a' , '/detail/019608e1aa227024bcef4cab43947e00' , '/detail/019608e1e25c73c3bb8b7ccea8c78a17' , '/detail/019608e1acf0723aa7d0d4daa0801d43' , '/detail/019608e1ad0171b78c1b2a38ae83ebf8' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x019608E11B02704E8B49AAB52D9F3E29 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
80
0.76 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 –\x08 à[gqë«ä\x02 ÷"¯"ª "
b"\x01 –\x08 à[¡p ¹\x01 &\x16 W’Œì "
b"\x01 –\x08 à{„s¼Šî\t pËz4\x04 "
b"\x01 –\x08 à\\x17 r½¡}n11ö–b "
b"\x01 –\x08 à\\e pƒ°Ëf\x05 “\x06 ²Ì "
]
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 (0x019608E05B6771EBABE402F722AF22AA , 0x019608E05BA17020B901261657928CEC , 0x019608E07B8473BC8AEE0970CB7A3404 , 0x019608E05C1772BDA17D6E3131F69662 , 0x019608E05C1B7083B0CB66059306B2CC );
Copy