1
0.28 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.32 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.20 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.27 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.13 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.57 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.33 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.21 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
9
0.29 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 –🖬qÒ—Þw\x17 .ÿ\x7F " "
"gbCv1tT440hQm6GCOXvjF0b1T16P6cLk "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0196F09F96AC71D297DE77172EFF7F22 ) AND (token = 'gbCv1tT440hQm6GCOXvjF0b1T16P6cLk' ) LIMIT 1 ;
Copy
10
0.48 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
]
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 = 0x0196F09F96AC71D297DE77172EFF7F22
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
11
0.70 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
]
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 (0x0196F09F96AC71D297DE77172EFF7F22 );
Copy
12
0.32 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
]
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 (0x0196F09F96AC71D297DE77172EFF7F22 ));
Copy
13
0.41 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.39 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 –ðžÏ\x15 s*†w=¤yh3¯ "
]
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 (0x0196F09ECF15732A86773DA4796833AF );
Copy
15
0.35 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.53 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 û×ÈÞqÇà:xئ\\x05\x1A "
b"\x01 û×ÈÞqÇà:xئÏ8e "
b"\x01 –ðŸ\x05 )pj¢OÀ%\x00 —/µ "
]
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 (0x0196F09ED4E87180853A789DDD5C051A , 0x0196F09ED4E87180853A789DDDD83865 , 0x0196F09F0529706AA24FC02500972FB5 ));
Copy
18
0.61 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ûÑÑ\x00 sÔƒXØ\x03 hÔ4Ì "
]
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 (0x0196F0A5A50073E29F589D0368E234DE );
Copy
19
0.69 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 –ðžÔÒp±¬ÑЋyÔ\r \x16 "
]
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 (0x0196F09ED4D270B1ACD1D08B79D40D16 );
Copy
20
0.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 –ðžÏ\x15 s*†w=¤yh3¯ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x0196F09ECF15732A86773DA4796833AF ) LIMIT 1 ;
Copy
21
0.34 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"gbCv1tT440hQm6GCOXvjF0b1T16P6cLk "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'gbCv1tT440hQm6GCOXvjF0b1T16P6cLk' ;
Copy
22
0.31 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.32 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 –ðžÔ™r\x18 ‹¿ÿðÊmN\x0E "
b"\x01 û×ÈÊp▒¼Ððïz·üØ "
b"\x01 –ðžÕMq\x19 µà\x03 êLÏ{ô "
b"\x01 –ðžóEq•ƒÆ~M_*¹\x07 "
b"\x01 û×ıEr\x07 Åa\x1D ÎtJ¼ì "
b"\x01 –ðžÕHr4£&óß„’—Ø "
b"\x01 –ðŸKìpÔ¿nvg‡Êï¹ "
]
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 (0x0196F09ED49972188BBFFFF0CA6D4E0E , 0x0196F09ED4D270B1ACD1D08B7AFA819D , 0x0196F09ED54D7119B5E003EA4CCF7BF4 , 0x0196F09EF345719583C67E4D5F2AB907 , 0x0196F09ED54572078F611DD7744AAC8D , 0x0196F09ED5487234A326F3DF849297D8 , 0x0196F09F4BEC70D4BF6E766787CAEFB9 );
Copy
24
0.55 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.30 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
b"\x01 –ðžÏ\x15 s*†w=¤yh3¯ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x0196F09F96AC71D297DE77172EFF7F22 AND `sales_channel_country` . `country_id` = 0x0196F09ECF15732A86773DA4796833AF );
Copy
27
0.43 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x0196F09F96AC71D297DE77172EFF7F22 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
28
0.51 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
b"\x01 –🖬qÒ—Þw\x17 .ÿ\x7F " "
]
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` = 0x0196F09F96AC71D297DE77172EFF7F22 AND `language.salesChannels` . `id` = 0x0196F09F96AC71D297DE77172EFF7F22 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
29
0.47 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
30
0.36 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 û×Èýr¥ü£3vþe╝▓ "
b"\x01 û×Èýr¥ü£3vþe╝▓ "
b"\x01 û×Èýr¥ü£3vþe╝▓ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x0196F09ED4EC72BE819C3376E765BCB2 OR `parent_id` = 0x0196F09ED4EC72BE819C3376E765BCB2 OR `id` = 0x0196F09ED4EC72BE819C3376E765BCB2
;
Copy
31
6.72 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% "
"%|0196f09ed4ec72be819c3376e765bcb2|% "
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 '%|0196f09ed4ec72be819c3376e765bcb2|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )));
Copy
32
1.63 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|0196f09ed4ec72be819c3376e765bcb2|% "
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 '%|0196f09ed4ec72be819c3376e765bcb2|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
33
0.80 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 û×Èýr¥ü£3vþ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 (0x0196F09ED4EC72BE819C3376E765BCB2 ));
Copy
34
0.66 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
]
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` = 0x0196F09F96AC71D297DE77172EFF7F22 ) GROUP BY `currency` . `id` ;
Copy
35
0.51 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 û×È\x7F p¶ÑºV6AìP} "
b"\x01 –ðžÔ\x7F pô¥§V6BGQd "
b"\x01 –ðžì÷sp¥gD\x02 u+\B "
b"\x01 û×ý q<É\x1C ]·CÅY╔ "
b"""
\x01 –ðží\x05 päº[Æ;\n
\v\x1D I
"""
b"\x01 –ðží\v su—Ý@ø'Dº^ "
b"\x01 –ðží\x11 rDƒó•n\x01 `@A "
b"\x01 –ðŸ\t ¢pͱ×\r \x1C wžKÐ "
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 (0x0196F09ED47F70F4A5A75636418D507D , 0x0196F09ED47F70F4A5A7563642475164 , 0x0196F09EECF77370A5674402752B5C42 , 0x0196F09EECFF713C901C5DFA438F59C9 , 0x0196F09EED0570E4BA5BC63B0A0B1D49 , 0x0196F09EED0B737597DD40F82744BA5E , 0x0196F09EED11724483F3956E01604041 , 0x0196F09F09A270CDB1D70D1C779E4BD0 , 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
36
0.55 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
]
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` = 0x0196F09F96AC71D297DE77172EFF7F22 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
37
0.79 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 –ðžÔÒp±¬ÑЋziTa "
b"\x01 –ðžÔÒp±¬ÑЋyÔ\r \x16 "
]
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 (0x0196F09ED4D270B1ACD1D08B7A695461 , 0x0196F09ED4D270B1ACD1D08B79D40D16 );
Copy
38
0.44 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
]
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` = 0x0196F09F96AC71D297DE77172EFF7F22 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
39
0.80 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 –ð¥œwsx—4Ï„\x10 Ä\? "
b"\x01 –ð¥žùpÓ¸l‡átI±è "
b"\x01 –ð¥ \x18 r\x14 ˆ©\x02 D\x0E Uë÷ "
b"\x01 –ð¥¡4pª†6™íÁ¹$\t "
b"\x01 –𥢑rð¬ô\x15 $sGˆ\x06 "
b"\x01 –ð¥£Æs˜¯pð¯û–v+ "
b"\x01 ûÑÑ\x00 sÔƒXØ\x03 hÔ4Ì "
]
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 (0x0196F0A59C7773789734CF8410C45C3F , 0x0196F0A59EF970D3B86C87E17449B1E8 , 0x0196F0A5A018721488A902440E55EBF7 , 0x0196F0A5A13470AA863699EDC1B92409 , 0x0196F0A5A29172F0ACF4152473478806 , 0x0196F0A5A3C67398AF70F0AFFB96762B , 0x0196F0A5A50073E29F589D0368E234DE );
Copy
40
0.74 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 û×Èýr¥ü£3vþ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 (0x0196F09ED4EC72BE819C3376E765BCB2 ));
Copy
41
0.42 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 –ðž×gqW²ÙÔÊlÅøÂ "
]
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 (0x0196F09ED7677157B2D9D4CA6CC5F8C2 ));
Copy
42
0.55 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 –ðž×gqW²ÙÔÊlÅøÂ "
]
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 (0x0196F09ED7677157B2D9D4CA6CC5F8C2 )));
Copy
43
0.50 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 –ðžâþrC”\x7F ´ekCV\x7F "
]
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 (0x0196F09EE2FE7243947FB4656B43567F )));
Copy
44
0.42 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 –ðž×oqA•[Ä\x19 ”ך\x13 "
b"\x01 –ðž×oqA•[Ä\x19 • \x18 7 "
b"\x01 –ðžä¶r*¾^Ä.2c÷™ "
]
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 (0x0196F09ED76F7141955BC41994D79A13 , 0x0196F09ED76F7141955BC41995A01837 , 0x0196F09EE4B6722ABE5EC42E3263F799 )));
Copy
45
0.56 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 –ðŸ\x0E .ry³A\x04 ‹\x07 ù£Í "
]
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 (0x0196F09F0E2E7279B341048B07F9A3CD );
Copy
46
0.26 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.40 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 –ðŸ\x0E .ry³A\x04 ‹\x07 ù£Í "
b"\x01 –ðŸ\x0E .ry³A\x04 ‹\x08 ?\x1A ý "
b"\x01 –ðŸ\x0E .ry³A\x04 ‹\x08 …‡ö "
b"\x01 ûƒ\x0E .ry│A\x04 ï\t tü´ "
b"""
\x01 –ðŸ\x0E .ry³A\x04 ‹\n
`•l
"""
b"\x01 –ðŸ\x14 žqþ»ÀHN\x06 JI. "
]
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 (0x0196F09F0E2E7279B341048B07F9A3CD , 0x0196F09F0E2E7279B341048B083F1AFD , 0x0196F09F0E2E7279B341048B088587F6 , 0x0196F09F0E2E7279B341048B097481EF , 0x0196F09F0E2E7279B341048B0A60956C , 0x0196F09F149E71FEBBC0484E064A492E );
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 û×Èýr¥ü£3vþe╝▓ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0196F09ED4EC72BE819C3376E765BCB2 )) LIMIT 1 ;
Copy
49
0.22 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 û×Èýr¥ü£3vþ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 (0x0196F09ED4EC72BE819C3376E765BCB2 ));
Copy
50
18.53 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
true
b"\x01 û×Èýr¥ü£3vþ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` = 0x0196F09F96AC71D297DE77172EFF7F22 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0196F09ED4EC72BE819C3376E765BCB2 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
20.66 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
true
b"\x01 û×Èýr¥ü£3vþ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` = 0x0196F09F96AC71D297DE77172EFF7F22 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0196F09ED4EC72BE819C3376E765BCB2 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
52
12.04 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
true
b"\x01 û×Èýr¥ü£3vþ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` = 0x0196F09F96AC71D297DE77172EFF7F22 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0196F09ED4EC72BE819C3376E765BCB2 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
53
0.78 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 –ðŸö²qv¸„MiV[}K "
b"\x01 –ðŸö±rì‡Ð\x00 vË\x02 wk "
b"\x01 –ðŸö²qv¸„Mi^ÅT\x1A "
b"\x01 –ðŸö²qv¸„MiWþÉÈ "
b"\x01 –ðŸö±rì‡Ð\x00 vÏÏZÊ "
b"\x01 –ðŸö±rì‡Ð\x00 vѧ¢\x0F "
b"\x01 ûƒ÷▒rýçð\x00 v╩bب "
b"\x01 –ðŸö²qv¸„Mi\\x17 T\x1C "
b"\x01 –ðŸö±rì‡Ð\x00 vÃ$w– "
b"\x01 –ðŸö±rì‡Ð\x00 vÈï(× "
b"\x01 –ðŸö²qv¸„MiYc…µ "
b"\x01 ûƒ÷▓qv©äMiVþì\x06 "
b"\x01 –ðŸö±rì‡Ð\x00 vÅ\x1A Z4 "
b"\x01 –ðŸö±rì‡Ð\x00 vÉèWì "
b"\x01 –ðŸö²qv¸„Mi^`¡Ä "
b"\x01 –ðŸö²qv¸„MiVZGL "
b"\x01 –ðŸö±rì‡Ð\x00 vÄï\x08 € "
b"\x01 –ðŸö²qv¸„MiVˆ’Ø "
b"\x01 ûƒ÷▒rýçð\x00 v╚┴ì³ "
b"\x01 –ðŸö±rì‡Ð\x00 vÆŽ¥ý "
b"\x01 ûƒ÷▓qv©äMiYb\x1C ü "
b"\x01 –ðŸö²qv¸„Mi^"Á¡ "
b"\x01 –ðŸö²qv¸„MiY·-\x06 "
b"\x01 –ðŸö±rì‡Ð\x00 vÏF>à "
b"\x01 ûƒ÷▓qv©äMi\&╬Å "
b"\x01 –ðŸö±rì‡Ð\x00 vÎr’< "
b"\x01 –ðŸö±rì‡Ð\x00 vËs]q "
b"\x01 –ðŸö±rì‡Ð\x00 vŰě "
b"\x01 –ðŸö±rì‡Ð\x00 vÃPé\x17 "
b"\x01 –ðŸö²qv¸„Mi]Ø ? "
b"\x01 –ðŸö±rì‡Ð\x00 vϺÔÛ "
b"\x01 ûƒ÷▒rýçð\x00 v╔üf% "
b"\x01 –ðŸö±rì‡Ð\x00 vÂá\x05 ” "
b"\x01 –ðŸö±rì‡Ð\x00 vÌcù: "
b"\x01 –ðŸö±rì‡Ð\x00 vÍ‹\r Ò "
b"\x01 –ðŸö²qv¸„MiW îr "
b"\x01 –ðŸö²qv¸„MiUÚš¼ "
b"\x01 –ðŸö±rì‡Ð\x00 vÆ\t à3 "
b"\x01 –ðŸö±rì‡Ð\x00 vÇ\x1E î "
b"\x01 –ðŸö²qv¸„MiYñÁ° "
b"\x01 –ðŸö±rì‡Ð\x00 vÄš=\x1D "
b"\x01 –ðŸö²qv¸„MiZëß\x16 "
b"\x01 –ðŸö±rì‡Ð\x00 vÑÏ€\x7F "
b"\x01 –ðŸö±rì‡Ð\x00 vÃ爩 "
b"\x01 –ðžÕ&r\x00 ˆ/qŸ¥¹™^ "
b"\x01 –ðŸö²qv¸„MiXÐç( "
b"\x01 ûƒ÷▓qv©äMiYëïü "
b"\x01 –ðŸö±rì‡Ð\x00 vÐËy% "
b"\x01 –ðŸö²qv¸„MiX3‚Í "
b"\x01 –ðŸö±rì‡Ð\x00 vÃPoŠ "
b"\x01 –ðŸö±rì‡Ð\x00 vÊ…®Ó "
b"\x01 –ðŸö²qv¸„Mi["&M "
b"\x01 –ðŸö±rì‡Ð\x00 vÐá-\x06 "
b"\x01 –ðŸö±rì‡Ð\x00 vÊŒÐú "
b"\x01 –ðŸö±rì‡Ð\x00 vʬƒ "
b"\x01 –ðŸö±rì‡Ð\x00 vÅÍñÉ "
b"""
\x01 –ðŸö²qv¸„Mi]\x1E \n
Ë
"""
b"\x01 –ðŸö±rì‡Ð\x00 vÂwV‚ "
b"\x01 –ðŸö±rì‡Ð\x00 vÊ"2‚ "
b"\x01 –ðŸö±rì‡Ð\x00 vÈ\x1C †þ "
b"\x01 –ðŸö±rì‡Ð\x00 vÍ\x0E …a "
]
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 (0x0196F09FF6B27176B8844D69565B7D4B , 0x0196F09FF6B172EC87D00076CB02776B , 0x0196F09FF6B27176B8844D695EC5541A , 0x0196F09FF6B27176B8844D6957FEC9C8 , 0x0196F09FF6B172EC87D00076CFCF5ACA , 0x0196F09FF6B172EC87D00076D1A7A20F , 0x0196F09FF6B172EC87D00076CA629DF9 , 0x0196F09FF6B27176B8844D695C17541C , 0x0196F09FF6B172EC87D00076C3247796 , 0x0196F09FF6B172EC87D00076C8EF28D7 , 0x0196F09FF6B27176B8844D69596385B5 , 0x0196F09FF6B27176B8844D6956E78D06 , 0x0196F09FF6B172EC87D00076C51A5A34 , 0x0196F09FF6B172EC87D00076C9E857EC , 0x0196F09FF6B27176B8844D695E60A1C4 , 0x0196F09FF6B27176B8844D69565A474C , 0x0196F09FF6B172EC87D00076C4EF0880 , 0x0196F09FF6B27176B8844D69568892D8 , 0x0196F09FF6B172EC87D00076C8C18DFC , 0x0196F09FF6B172EC87D00076C68EA5FD , 0x0196F09FF6B27176B8844D6959621C81 , 0x0196F09FF6B27176B8844D695E22C1A1 , 0x0196F09FF6B27176B8844D6959B72D06 , 0x0196F09FF6B172EC87D00076CF463EE0 , 0x0196F09FF6B27176B8844D695C26CE8F , 0x0196F09FF6B172EC87D00076CE72923C , 0x0196F09FF6B172EC87D00076CB735D71 , 0x0196F09FF6B172EC87D00076C5B0C49B , 0x0196F09FF6B172EC87D00076C350E917 , 0x0196F09FF6B27176B8844D695DD8203F , 0x0196F09FF6B172EC87D00076CFBAD4DB , 0x0196F09FF6B172EC87D00076C9816625 , 0x0196F09FF6B172EC87D00076C2E10594 , 0x0196F09FF6B172EC87D00076CC63F93A , 0x0196F09FF6B172EC87D00076CD8B0DD2 , 0x0196F09FF6B27176B8844D695720EE72 , 0x0196F09FF6B27176B8844D6955DA9ABC , 0x0196F09FF6B172EC87D00076C609E033 , 0x0196F09FF6B172EC87D00076C71E20EE , 0x0196F09FF6B27176B8844D6959F1C1B0 , 0x0196F09FF6B172EC87D00076C49A3D1D , 0x0196F09FF6B27176B8844D695AEBDF16 , 0x0196F09FF6B172EC87D00076D1CF807F , 0x0196F09FF6B172EC87D00076C3E788A9 , 0x0196F09ED5267200882F719FA5B9995E , 0x0196F09FF6B27176B8844D6958D0E728 , 0x0196F09FF6B27176B8844D6959898B81 , 0x0196F09FF6B172EC87D00076D0CB7925 , 0x0196F09FF6B27176B8844D69583382CD , 0x0196F09FF6B172EC87D00076C3506F8A , 0x0196F09FF6B172EC87D00076CA85AED3 , 0x0196F09FF6B27176B8844D695B22264D , 0x0196F09FF6B172EC87D00076D0E12D06 , 0x0196F09FF6B172EC87D00076CA8CD0FA , 0x0196F09FF6B172EC87D00076CAADAC83 , 0x0196F09FF6B172EC87D00076C5CDF1C9 , 0x0196F09FF6B27176B8844D695D1E0ACB , 0x0196F09FF6B172EC87D00076C2775682 , 0x0196F09FF6B172EC87D00076CA223282 , 0x0196F09FF6B172EC87D00076C81C86FE , 0x0196F09FF6B172EC87D00076CD0E8561 ));
Copy
54
51.80 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ed49972188bbffff0ca6d4e0e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ed4d270b1acd1d08b7afa819d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ef345719583c67e4d5f2ab907.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ed5487234a326f3df849297d8.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` , "$.rule0196f09ed49972188bbffff0ca6d4e0e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0196f09ed4d270b1acd1d08b7afa819d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0196f09ef345719583c67e4d5f2ab907.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0196f09ed5487234a326f3df849297d8.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` , "$.rule0196f09ed49972188bbffff0ca6d4e0e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ed4d270b1acd1d08b7afa819d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ef345719583c67e4d5f2ab907.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ed5487234a326f3df849297d8.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` , "$.rule0196f09ed49972188bbffff0ca6d4e0e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0196f09ed4d270b1acd1d08b7afa819d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0196f09ef345719583c67e4d5f2ab907.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0196f09ed5487234a326f3df849297d8.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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
true
b"\x01 û×Èýr¥ü£3vþe╝▓ "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0196f09ed49972188bbffff0ca6d4e0e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0196f09ed4d270b1acd1d08b7afa819d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0196f09ef345719583c67e4d5f2ab907.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0196f09ed5487234a326f3df849297d8.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` ,
"$.rule0196f09ed49972188bbffff0ca6d4e0e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0196f09ed4d270b1acd1d08b7afa819d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0196f09ef345719583c67e4d5f2ab907.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0196f09ed5487234a326f3df849297d8.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` ,
"$.rule0196f09ed49972188bbffff0ca6d4e0e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0196f09ed4d270b1acd1d08b7afa819d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0196f09ef345719583c67e4d5f2ab907.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0196f09ed5487234a326f3df849297d8.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` ,
"$.rule0196f09ed49972188bbffff0ca6d4e0e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0196f09ed4d270b1acd1d08b7afa819d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0196f09ef345719583c67e4d5f2ab907.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0196f09ed5487234a326f3df849297d8.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` , "$.rule0196f09ed49972188bbffff0ca6d4e0e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ed4d270b1acd1d08b7afa819d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ef345719583c67e4d5f2ab907.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ed5487234a326f3df849297d8.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` , "$.rule0196f09ed49972188bbffff0ca6d4e0e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0196f09ed4d270b1acd1d08b7afa819d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0196f09ef345719583c67e4d5f2ab907.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0196f09ed5487234a326f3df849297d8.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` , "$.rule0196f09ed49972188bbffff0ca6d4e0e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ed4d270b1acd1d08b7afa819d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ef345719583c67e4d5f2ab907.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0196f09ed5487234a326f3df849297d8.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` , "$.rule0196f09ed49972188bbffff0ca6d4e0e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0196f09ed4d270b1acd1d08b7afa819d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0196f09ef345719583c67e4d5f2ab907.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0196f09ed5487234a326f3df849297d8.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` = 0x0196F09F96AC71D297DE77172EFF7F22 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0196F09ED4EC72BE819C3376E765BCB2 AND NOT (`product` . `display_group` < = > NULL )));
Copy
55
6.79 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
true
b"\x01 û×Èýr¥ü£3vþ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` = 0x0196F09F96AC71D297DE77172EFF7F22 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0196F09ED4EC72BE819C3376E765BCB2 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
56
7.65 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
true
b"\x01 û×Èýr¥ü£3vþ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` = 0x0196F09F96AC71D297DE77172EFF7F22 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0196F09ED4EC72BE819C3376E765BCB2 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
57
40.89 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
true
b"\x01 û×Èýr¥ü£3vþ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` = 0x0196F09F96AC71D297DE77172EFF7F22 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0196F09ED4EC72BE819C3376E765BCB2 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
58
18.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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
true
b"\x01 û×Èýr¥ü£3vþ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` = 0x0196F09F96AC71D297DE77172EFF7F22 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0196F09ED4EC72BE819C3376E765BCB2 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
59
0.60 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 –ð )ér\x05 “ˆðãø@ˆë "
b"\x01 –ð +9q&¾8ú;¾š¦\x1F "
b"\x01 –ð \x00 îs&ºG´P¶†#÷ "
b"\x01 –ð $OpÞ“ âìED.= "
b"\x01 –ð "¥rÛ4\x1A §\x18 IÀ\x1D "
b"\x01 –ðŸüîsÇŒR1À\f ¿Ìw "
b"\x01 –ð \x0E `s\x04 “ÍA¸èØN; "
b"\x01 –ð :¨r©™v‚ãtC¹\x1E "
b"\x01 –ð \x14\x08 rª§\x11 •;™z†a "
b"\x01 ûá$ar$║Y쯫ãÊ£ "
b"\x01 –ð \x02 (pnŠm¿ ®(\x15 S "
b"\x01 –ð 0³qc¸AA†Ï?0¡ "
b"\x01 –ð :¦q\x11 ¹±x¥A”O¥ "
b"\x01 –ð 8\x0F ps <¨h\x0F ö̺ "
b"\x01 –ð \e ãr"¿m:2ˆwdÙ "
b"\x01 –ð \x17 üpA®ì<<Q㯩 "
b"\x01 –ð \e Ôp\x1E ³\x08 Vd\x03 À\v ¸ "
b"\x01 –ð \x19 9p+ºL›\x10 Œ¯C¿ "
b"\x01 –ð \x14 'ra ?"ü†QlÑ "
b"\x01 –ðŸ÷(r\x16 ¼;{ïïÈ*£ "
b"\x01 –ð .Os˜ƒp¦óvÐÁ\x0F "
b"\x01 –ð \x00 ÙsE€\Hvî”ãE "
b"\x01 –ð \x00 ìrê€ËJ¤å(j7 "
b"\x01 ûá0▒pkØhryVÕÃ\v "
]
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 (0x0196F0A029E972059388F0E3F84088EB , 0x0196F0A02B397126BE38FA3BBE9AA61F , 0x0196F0A000EE7326BA47B450B68623F7 , 0x0196F0A0244F70DE93A0E2EC45442E3D , 0x0196F0A022A572DBAD341AA71849C01D , 0x0196F09FFCEE73C78C5231C00CBFCC77 , 0x0196F0A00E60730493CD41B8E8D84E3B , 0x0196F0A03AA872A9997682E37443B91E , 0x0196F0A0140872AAA711953B997A8661 , 0x0196F0A024617224BA598DEEAEC6D29C , 0x0196F0A00228706E8A6DBF20AE281553 , 0x0196F0A030B37163B8414186CF3F30A1 , 0x0196F0A03AA67111B9B178A541944FA5 , 0x0196F0A0380F7073A03CA8680FF6CCBA , 0x0196F0A01BE37222BF6D3A32887764D9 , 0x0196F0A017FC7041AEEC3C3C51E3AFA9 , 0x0196F0A01BD4701EB308566403C00BB8 , 0x0196F0A01939702BBA4C9B108CAF43BF , 0x0196F0A014277261A03F22FC86516CD1 , 0x0196F09FF7287216BC3B7BEFEFC82AA3 , 0x0196F0A02E4F73988370A6F376D0C10F , 0x0196F0A000D97345805C4876EE94E345 , 0x0196F0A000EC72EA80CB4AA4E5286A37 , 0x0196F0A030B1706B9D68727956E5C70B );
Copy
60
0.82 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
true
b"\x01 –ð )ér\x05 “ˆðãø@ˆë "
b"\x01 –ð +9q&¾8ú;¾š¦\x1F "
b"\x01 –ð \x00 îs&ºG´P¶†#÷ "
b"\x01 –ð $OpÞ“ âìED.= "
b"\x01 –ð "¥rÛ4\x1A §\x18 IÀ\x1D "
b"\x01 –ðŸüîsÇŒR1À\f ¿Ìw "
b"\x01 –ð \x0E `s\x04 “ÍA¸èØN; "
b"\x01 –ð :¨r©™v‚ãtC¹\x1E "
b"\x01 –ð \x14\x08 rª§\x11 •;™z†a "
b"\x01 ûá$ar$║Y쯫ãÊ£ "
b"\x01 –ð \x02 (pnŠm¿ ®(\x15 S "
b"\x01 –ð 0³qc¸AA†Ï?0¡ "
b"\x01 –ð :¦q\x11 ¹±x¥A”O¥ "
b"\x01 –ð 8\x0F ps <¨h\x0F ö̺ "
b"\x01 –ð \e ãr"¿m:2ˆwdÙ "
b"\x01 –ð \x17 üpA®ì<<Q㯩 "
b"\x01 –ð \e Ôp\x1E ³\x08 Vd\x03 À\v ¸ "
b"\x01 –ð \x19 9p+ºL›\x10 Œ¯C¿ "
b"\x01 –ð \x14 'ra ?"ü†QlÑ "
b"\x01 –ðŸ÷(r\x16 ¼;{ïïÈ*£ "
b"\x01 –ð .Os˜ƒp¦óvÐÁ\x0F "
b"\x01 –ð \x00 ÙsE€\Hvî”ãE "
b"\x01 –ð \x00 ìrê€ËJ¤å(j7 "
b"\x01 ûá0▒pkØhryVÕÃ\v "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x0196F09F96AC71D297DE77172EFF7F22 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x0196F0A029E972059388F0E3F84088EB , 0x0196F0A02B397126BE38FA3BBE9AA61F , 0x0196F0A000EE7326BA47B450B68623F7 , 0x0196F0A0244F70DE93A0E2EC45442E3D , 0x0196F0A022A572DBAD341AA71849C01D , 0x0196F09FFCEE73C78C5231C00CBFCC77 , 0x0196F0A00E60730493CD41B8E8D84E3B , 0x0196F0A03AA872A9997682E37443B91E , 0x0196F0A0140872AAA711953B997A8661 , 0x0196F0A024617224BA598DEEAEC6D29C , 0x0196F0A00228706E8A6DBF20AE281553 , 0x0196F0A030B37163B8414186CF3F30A1 , 0x0196F0A03AA67111B9B178A541944FA5 , 0x0196F0A0380F7073A03CA8680FF6CCBA , 0x0196F0A01BE37222BF6D3A32887764D9 , 0x0196F0A017FC7041AEEC3C3C51E3AFA9 , 0x0196F0A01BD4701EB308566403C00BB8 , 0x0196F0A01939702BBA4C9B108CAF43BF , 0x0196F0A014277261A03F22FC86516CD1 , 0x0196F09FF7287216BC3B7BEFEFC82AA3 , 0x0196F0A02E4F73988370A6F376D0C10F , 0x0196F0A000D97345805C4876EE94E345 , 0x0196F0A000EC72EA80CB4AA4E5286A37 , 0x0196F0A030B1706B9D68727956E5C70B )) GROUP BY `product` . `id` ;
Copy
61
3.37 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 –ð )ér\x05 “ˆðãø@ˆë "
b"\x01 –ð +9q&¾8ú;¾š¦\x1F "
b"\x01 –ð \x00 îs&ºG´P¶†#÷ "
b"\x01 –ð $OpÞ“ âìED.= "
b"\x01 –ð "¥rÛ4\x1A §\x18 IÀ\x1D "
b"\x01 –ðŸüîsÇŒR1À\f ¿Ìw "
b"\x01 –ð \x0E `s\x04 “ÍA¸èØN; "
b"\x01 –ð :¨r©™v‚ãtC¹\x1E "
b"\x01 –ð \x14\x08 rª§\x11 •;™z†a "
b"\x01 ûá$ar$║Y쯫ãÊ£ "
b"\x01 –ð \x02 (pnŠm¿ ®(\x15 S "
b"\x01 –ð 0³qc¸AA†Ï?0¡ "
b"\x01 –ð :¦q\x11 ¹±x¥A”O¥ "
b"\x01 –ð 8\x0F ps <¨h\x0F ö̺ "
b"\x01 –ð \e ãr"¿m:2ˆwdÙ "
b"\x01 –ð \x17 üpA®ì<<Q㯩 "
b"\x01 –ð \e Ôp\x1E ³\x08 Vd\x03 À\v ¸ "
b"\x01 –ð \x19 9p+ºL›\x10 Œ¯C¿ "
b"\x01 –ð \x14 'ra ?"ü†QlÑ "
b"\x01 –ðŸ÷(r\x16 ¼;{ïïÈ*£ "
b"\x01 –ð .Os˜ƒp¦óvÐÁ\x0F "
b"\x01 –ð \x00 ÙsE€\Hvî”ãE "
b"\x01 –ð \x00 ìrê€ËJ¤å(j7 "
b"\x01 ûá0▒pkØhryVÕÃ\v "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`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 (0x0196F0A029E972059388F0E3F84088EB , 0x0196F0A02B397126BE38FA3BBE9AA61F , 0x0196F0A000EE7326BA47B450B68623F7 , 0x0196F0A0244F70DE93A0E2EC45442E3D , 0x0196F0A022A572DBAD341AA71849C01D , 0x0196F09FFCEE73C78C5231C00CBFCC77 , 0x0196F0A00E60730493CD41B8E8D84E3B , 0x0196F0A03AA872A9997682E37443B91E , 0x0196F0A0140872AAA711953B997A8661 , 0x0196F0A024617224BA598DEEAEC6D29C , 0x0196F0A00228706E8A6DBF20AE281553 , 0x0196F0A030B37163B8414186CF3F30A1 , 0x0196F0A03AA67111B9B178A541944FA5 , 0x0196F0A0380F7073A03CA8680FF6CCBA , 0x0196F0A01BE37222BF6D3A32887764D9 , 0x0196F0A017FC7041AEEC3C3C51E3AFA9 , 0x0196F0A01BD4701EB308566403C00BB8 , 0x0196F0A01939702BBA4C9B108CAF43BF , 0x0196F0A014277261A03F22FC86516CD1 , 0x0196F09FF7287216BC3B7BEFEFC82AA3 , 0x0196F0A02E4F73988370A6F376D0C10F , 0x0196F0A000D97345805C4876EE94E345 , 0x0196F0A000EC72EA80CB4AA4E5286A37 , 0x0196F0A030B1706B9D68727956E5C70B ));
Copy
62
1.14 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 –ðŸ÷(r\x16 ¼;{ïïÈ*£ "
b"\x01 –ðŸüîsÇŒR1À\f ¿Ìw "
b"\x01 –ð \x00 ÙsE€\Hvî”ãE "
b"\x01 –ð \x00 ìrê€ËJ¤å(j7 "
b"\x01 –ð \x00 îs&ºG´P¶†#÷ "
b"\x01 –ð \x02 (pnŠm¿ ®(\x15 S "
b"\x01 –ð \x0E `s\x04 “ÍA¸èØN; "
b"\x01 –ð \x14\x08 rª§\x11 •;™z†a "
b"\x01 –ð \x14 'ra ?"ü†QlÑ "
b"\x01 –ð \x17 üpA®ì<<Q㯩 "
b"\x01 –ð \x19 9p+ºL›\x10 Œ¯C¿ "
b"\x01 –ð \e Ôp\x1E ³\x08 Vd\x03 À\v ¸ "
b"\x01 –ð \e ãr"¿m:2ˆwdÙ "
b"\x01 –ð "¥rÛ4\x1A §\x18 IÀ\x1D "
b"\x01 –ð $OpÞ“ âìED.= "
b"\x01 ûá$ar$║Y쯫ãÊ£ "
b"\x01 –ð )ér\x05 “ˆðãø@ˆë "
b"\x01 –ð +9q&¾8ú;¾š¦\x1F "
b"\x01 –ð .Os˜ƒp¦óvÐÁ\x0F "
b"\x01 ûá0▒pkØhryVÕÃ\v "
b"\x01 –ð 0³qc¸AA†Ï?0¡ "
b"\x01 –ð 8\x0F ps <¨h\x0F ö̺ "
b"\x01 –ð :¦q\x11 ¹±x¥A”O¥ "
b"\x01 –ð :¨r©™v‚ãtC¹\x1E "
]
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 (0x0196F09FF7287216BC3B7BEFEFC82AA3 , 0x0196F09FFCEE73C78C5231C00CBFCC77 , 0x0196F0A000D97345805C4876EE94E345 , 0x0196F0A000EC72EA80CB4AA4E5286A37 , 0x0196F0A000EE7326BA47B450B68623F7 , 0x0196F0A00228706E8A6DBF20AE281553 , 0x0196F0A00E60730493CD41B8E8D84E3B , 0x0196F0A0140872AAA711953B997A8661 , 0x0196F0A014277261A03F22FC86516CD1 , 0x0196F0A017FC7041AEEC3C3C51E3AFA9 , 0x0196F0A01939702BBA4C9B108CAF43BF , 0x0196F0A01BD4701EB308566403C00BB8 , 0x0196F0A01BE37222BF6D3A32887764D9 , 0x0196F0A022A572DBAD341AA71849C01D , 0x0196F0A0244F70DE93A0E2EC45442E3D , 0x0196F0A024617224BA598DEEAEC6D29C , 0x0196F0A029E972059388F0E3F84088EB , 0x0196F0A02B397126BE38FA3BBE9AA61F , 0x0196F0A02E4F73988370A6F376D0C10F , 0x0196F0A030B1706B9D68727956E5C70B , 0x0196F0A030B37163B8414186CF3F30A1 , 0x0196F0A0380F7073A03CA8680FF6CCBA , 0x0196F0A03AA67111B9B178A541944FA5 , 0x0196F0A03AA872A9997682E37443B91E )));
Copy
63
0.45 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
64
2.68 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 ûƒµÏqàÉ>!\x1F \t w╗ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x08 ÍòÖ "
b"\x01 –ðŸçúr1¨\x13 +aÞÀ˜\x05 "
b"\x01 –ðŸçúr1¨\x13 +aÄ2vY "
b"\x01 –ðŸçúr1¨\x13 +aǃ • "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ôÝ\x1A h "
b"\x01 ûƒµÏqàÉ>!\x1F #╔¢° "
b"\x01 ûƒµÏqàÉ>!\x1F W█3w "
b"\x01 ûƒµÏqàÉ>!\x1F /Æ÷¶ "
b"\x01 –ðŸçšr®½•kæÓ\x1A [F "
b"\x01 –ðŸçšr®½•k毋@˜ "
b"\x01 –ðŸçšr®½•kæ·±5H "
b"\x01 ûƒþÜr«¢òkµ╔æü¿ "
b"\x01 ûƒÞÉp'Å‗lpÆ·\x07 k "
b"\x01 ûƒÞÉp'Å‗lpê\x07 äh "
b"\x01 ûƒÞÉp'Å‗lpî_Ûc "
b"\x01 ûƒÞÉp'Å‗lpèª╔è "
b"\x01 –ðŸèRrÙŸ–#ëô˜º\x02 "
b"\x01 –ðŸèxrR¡R®C!Ú7è "
b"\x01 –ðŸè€q4šÏ\x03 {n¸<p "
b"""
\x01 –ðŸè¾sƒ®a\n
¢‘¥àb
"""
b"\x01 –ðŸè€q4šÏ\x03 {xiG’ "
b"\x01 –ðŸè€q4šÏ\x03 {v‚\C "
b"\x01 –ðŸè€q4šÏ\x03 {y\t áû "
b"\x01 –ðŸèRrÙŸ–#ëðˆË” "
b"\x01 –ðŸèRrÙŸ–#ëô‡{Ô "
b"\x01 ûƒÞRr┘ƒû#Ù¾É'b "
b"""
\x01 –ðŸè¾sƒ®a\n
¢„÷&·
"""
b"\x01 –ðŸèxrR¡R®C ž\x0F n "
b"\x01 –ðŸèxrR¡R®C lÙè "
b"\x01 –ðŸèxrR¡R®C![\x11 á "
b"\x01 ûƒÞÉp'Å‗lpÄÆ╣É "
b"\x01 –ðŸè¨p\x03 “Nð¯¡\v ÀC "
b"""
\x01 –ðŸè¾sƒ®a\n
¢ˆ0q4
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢ŽÏ\x1F =
"""
b"\x01 ûƒÞ¿p\x03 ôN»í1Å "
b"\x01 ûƒÞÉp'Å‗lpætK[ "
b"\x01 ûƒÞÉp'Å‗lpè\x0E 9f "
b"\x01 ûƒÞÉp'Å‗lpç;║® "
b"\x01 –ðŸèxrR¡R®C"\x08\x01 n "
b"\x01 –ðŸèiq¤šÝ\x7F à4Ð\x08 ö "
b"\x01 –ðŸèiq¤šÝ\x7F à:Æ¢9 "
b"\x01 –ðŸè¨p\x03 “Nð¯¨l«„ "
b"""
\x01 –ðŸè¾sƒ®a\n
¢ŽˆŸ´
"""
b"\x01 –ðŸè¨p\x03 “N跰¦ž "
b"""
\x01 –ðŸè¾sƒ®a\n
¢‹\x06\x1A\x10
"""
b"\x01 –ðŸçšr®½•kæÕQUó "
b"\x01 ûƒþÜr«¢òkµªN®Å "
b"\x01 –ðŸçšr®½•kæ¼[}Ë "
b"\x01 –ðŸçšr®½•kæÔ´Ð¾ "
b"\x01 –ðŸçšr®½•kæ‘\x1C €› "
b"\x01 –ðŸè€q4šÏ\x03 {uÍ\x1A "
b"\x01 ûƒÞÇq4ܤ\x03 {s╚;Ø "
b"\x01 –ðŸç™p\x1A †\x16 ä¦K\x10 ‡ "
b"\x01 –ðŸèRrÙŸ–#ëîg\x02 à "
b"\x01 –ðŸèRrÙŸ–#ëñ ˜… "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x10 úä\x1E "
b"\x01 –ðŸè¨p\x03 “Nð¯ª[çü "
b"\x01 –ðŸè¨p\x03 “Nð¯£iH© "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1F Å`\n "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x18 šð} "
b"\x01 –ðŸçšr®½•kæÂèJ\x1E "
b"\x01 –ðŸçúr1¨\x13 +aÌâŠ- "
b"\x01 –ðŸèRrÙŸ–#ëñ/&4 "
b"\x01 –ðŸçúr1¨\x13 +a×ã\x02 ´ "
b"\x01 –ðŸçšr®½•k濳§\e "
b"\x01 –ðŸçšr®½•kæÑ\x14 }£ "
b"\x01 –ðŸçšr®½•kæ×L\x16 v "
b"\x01 –ðŸèRrÙŸ–#ëîdŸ "
b"\x01 –ðŸèRrÙŸ–#ëï\x12\x05 ç "
b"\x01 ûƒµÏqàÉ>!\x1F U+Mv "
b"\x01 –ðŸèRrÙŸ–#ëò\x15 ~N "
b"\x01 –ðŸèiq¤šÝ\x7F à4-Éû "
b"""
\x01 –ðŸè¾sƒ®a\n
¢ƒšµ(
"""
b"\x01 ûƒµÏqàÉ>!\x1F Xá╩+ "
b"""
\x01 –ðŸè¾sƒ®a\n
¢‹\x18\x7F m
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢‘¢Ïw
"""
b"\x01 –ðŸèiq¤šÝ\x7F à5<Q¼ "
b"\x01 ûƒµÏqàÉ>!\x1F =Q\x07 ¿ "
b"\x01 –ðŸçšr®½•kæÆÇ²; "
b"""
\x01 –ðŸè¾sƒ®a\n
¢†Cúb
"""
b"\x01 ûƒµÏqàÉ>!\x1F -╦æ« "
b"""
\x01 ûƒÞ¥sâ«a\n
óè&Ų
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢‡,·.
"""
b"\x01 –ðŸçšr®½•kæ¨b#ë "
b"\x01 –ðŸçšr®½•kæ¶N\x08 c "
b"\x01 –ðŸèiq¤šÝ\x7F à6ÕX1 "
b"\x01 –ðŸèiq¤šÝ\x7F à8Ü¡· "
b"\x01 –ðŸèiq¤šÝ\x7F à6\x13 [p "
b"\x01 –ðŸèiq¤šÝ\x7F à2IN! "
b"\x01 –ðŸè¨p\x03 “N𦖨‹¶ "
b"\x01 –ðŸè¨p\x03 “Nð¯£?Fú "
b"\x01 –ðŸçšr®½•k汯\x05 L "
b"\x01 ûƒµÏqàÉ>!\x1F I-²m "
b"\x01 ûƒµÏqàÉ>!\x1F Y¶l¿ "
b"\x01 ûƒµÏqàÉ>!\x1F ]p=Ó "
b"\x01 ûƒþ.péçò\x1E\x1C Ó5DØ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C êÑ\t Œ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A B\x00 \n "
b"\x01 ûƒþÖp\x1A å\x16 õª¼ÅÀ╚ "
b"\x01 –ðŸç™p\x1A †\x16 䦮\x08 °\x10 "
b"\x01 –ðŸçšr®½•kæÐ\x06 •ú "
b"\x01 ûƒµÏqàÉ>!\x1F UÐ%3 "
b"\x01 ûƒµÏqàÉ>!\x1F _&Ãæ "
b"\x01 ûƒµÏqàÉ>!\x1F h)×N "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\t íõ3 "
b"\x01 ûƒµÏqàÉ>!\x1F "²iÌ "
b"\x01 ûƒµÏqàÉ>!\x1F D╔VI "
b"\x01 ûƒµÏqàÉ>!\x1F T.╬f "
b"\x01 –ðŸç.p‚‡•\x1E\x1D "[åë "
b"\x01 ûƒµÏqàÉ>!\x1F (ý3\v "
b"\x01 ûƒµÏqàÉ>!\x1F cñzß "
b"\x01 –ðŸç.p‚‡•\x1E\x1C õ\x0E OŸ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F \!¡ "
b"\x01 ûƒµÏqàÉ>!\x1F 1\x13 x# "
b"\x01 ûƒµÏqàÉ>!\x1F 4ñ\x7F Ä "
b"\x01 ûƒµÏqàÉ>!\x1F Oª;B "
b"\x01 –ðŸç.p‚‡•\x1E\x1C å(x: "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÿ²_0 "
b"\x01 ûƒµÏqàÉ>!\x1F .Û½ç "
b"\x01 ûƒµÏqàÉ>!\x1F 4Í╗« "
b"\x01 ûƒµÏqàÉ>!\x1F PùÄ\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Û´v¾ "
b"\x01 ûƒþ.péçò\x1E\x1C Ù$Òì "
b"\x01 –ðŸç.p‚‡•\x1E\x1C í(+D "
b"\x01 –ðŸçšr®½•kæ˜ãoJ "
b"\x01 ûƒþÜr«¢òkµØú\x19 ) "
b"\x01 –ðŸçšr®½•kæÆ&\v w "
b"\x01 ûƒµÏqàÉ>!\x1F I£>R "
b"\x01 –ðŸç.p‚‡•\x1E\x1C è †+ "
b"\x01 ûƒµÏqàÉ>!\x1F 1ã|\x18 "
b"\x01 ûƒµÏqàÉ>!\x1F ^\e îQ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C é»w« "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 踱 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 ó\e Ô "
b"\x01 ûƒµÏqàÉ>!\x1F (\x1C :¤ "
b"\x01 ûƒµÏqàÉ>!\x1F ;wÌÜ "
b"\x01 ûƒµÏqàÉ>!\x1F Y╠am "
b"\x01 –ðŸç.p‚‡•\x1E\x1C öl\x16 ã "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x00 HÁ‘ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f ŸÙÀ "
b"\x01 –ðŸçšr®½•kæ¶À`d "
b"\x01 –ðŸçšr®½•kæ½w|È "
b"\x01 –ðŸçšr®½•kæÓh\x1F ‹ "
b"\x01 –ðŸçúr1¨\x13 +a©²$¹ "
b"\x01 ûƒµÏqàÉ>!\x1F ?g.\x14 "
b"\x01 ûƒµÏqàÉ>!\x1F Qã̽ "
b"\x01 ûƒµÏqàÉ>!\x1F \q): "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ò\x01\f ‘ "
b"\x01 ûƒµÏqàÉ>!\x1F !ªgd "
b"\x01 ûƒµÏqàÉ>!\x1F A/├\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ü†–q "
b"\x01 ûƒµÏqàÉ>!\x1F :iè█ "
b"\x01 ûƒµÏqàÉ>!\x1F =╦Iq "
b"\x01 ûƒµÏqàÉ>!\x1F K╝ªr "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F |óÍ "
b"\x01 ûƒþ.péçò\x1E\x1D\x1A rÉ? "
b"\x01 –ðŸçšr®½•kæ§K8\x16 "
b"\x01 –ðŸçšr®½•kæ·°% "
b"\x01 –ðŸçšr®½•kæË\x03 |Ú "
b"\x01 ûƒþ·r1¿\x13 +a¢¯ì÷ "
b"\x01 ûƒµÏqàÉ>!\x1F "â\x7F D "
b"\x01 ûƒµÏqàÉ>!\x1F d╝Êó "
b"\x01 ûƒµÏqàÉ>!\x1F g│åÙ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A jU\x1F "
b"\x01 –ðŸç.p‚‡•\x1E\x1D !e¬2 "
b"\x01 –ðŸçšr®½•kæÁLس "
b"\x01 –ðŸçšr®½•kæÎýJ« "
b"\x01 –ðŸçúr1¨\x13 +a·¢‡‡ "
b"\x01 ûƒµÏqàÉ>!\x1F %2\x13 S "
b"\x01 ûƒµÏqàÉ>!\x1F *ËrK "
b"\x01 ûƒµÏqàÉ>!\x1F ^╣M "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x05 †´q "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 Hu‘ "
b"\x01 ûƒµÏqàÉ>!\x1F 82_» "
b"\x01 ûƒµÏqàÉ>!\x1F Lä½Z "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÜŽ˜\x13 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C àÞ+2 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 v«ø "
b"\x01 –ðŸçšr®½•kæ¹4æ~ "
b"\x01 ûƒµÏqàÉ>!\x1F Q(«Ö "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ûØ\x1C ä "
b"\x01 –ðŸç™p\x1A †\x16 䦪̎\x08 "
b"\x01 –ðŸçšr®½•kæ¹ZJÐ "
b"\x01 –ðŸçšr®½•kæÈ·VÌ "
b"\x01 –ðŸçúr1¨\x13 +aàœÐ‡ "
b"\x01 ûƒµÏqàÉ>!\x1F 7┼Ò║ "
b"\x01 ûƒµÏqàÉ>!\x1F <ÜX┴ "
b"\x01 ûƒµÏqàÉ>!\x1F j\x12 #9 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v\x03 ‹" "
b"\x01 –ðŸçšr®½•kæ¼ú'u "
b"\x01 –ðŸçšr®½•kæÄÀÎb "
b"\x01 ûƒµÏqàÉ>!\x1F !J5à "
b"\x01 ûƒµÏqàÉ>!\x1F H┌\x17 Ð "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ßy,> "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x03 ÆóÇ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x14 æz "
b"\x01 –ðŸç™p\x1A †\x16 䦱$Ôà "
b"\x01 –ðŸçšr®½•k椀ÿP "
b"\x01 –ðŸçšr®½•kæÍ@\x0F ã "
b"\x01 ûƒµÏqàÉ>!\x1F\x1E Ù×\x14 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C åW’z "
b"\x01 –ðŸç.p‚‡•\x1E\x1C øŽpM "
b"\x01 ûƒµÏqàÉ>!\x1F 8»:0 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C í;ŸB "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÷\x1F\x17 Ö "
b"\x01 –ðŸç™p\x1A †\x16 䦴\x1F e¬ "
b"\x01 –ðŸçšr®½•kæ¬\x0E Û\x16 "
b"\x01 ûƒµÏqàÉ>!\x1F 0:ZM "
b"\x01 ûƒµÏqàÉ>!\x1F S6X¥ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Ù+T9 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ïËSL "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v ¡Oö "
b"\x01 –ðŸçšr®½•kæ¡¥¬¦ "
b"\x01 –ðŸçšr®½•kæ®\x7F I¬ "
b"\x01 –ðŸçšr®½•kæ¼H‚Ê "
b"\x01 –ðŸçúr1¨\x13 +aº:°D "
b"\x01 ûƒµÏqàÉ>!\x1F +╩\x1C  "
b"\x01 ûƒµÏqàÉ>!\x1F >j\x14 ã "
b"\x01 ûƒµÏqàÉ>!\x1F JL¨H "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ß5×ø "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x01 Š_i "
b"\x01 –ðŸç™p\x1A †\x16 䦰™šÀ "
b"\x01 –ðŸçšr®½•kæÕÚñ× "
b"\x01 ûƒµÏqàÉ>!\x1F Z[(| "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1C ˜\x1C [ "
b"\x01 –ðŸçšr®½•kæ—jü\x0E "
b"\x01 –ðŸçšr®½•kæÃW?^ "
b"\x01 ûƒµÏqàÉ>!\x1F AûÊ> "
b"\x01 ûƒµÏqàÉ>!\x1F Hð▓î "
b"\x01 ûƒµÏqàÉ>!\x1F gÆÞª "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x02 D)N "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x05\x11 S\x18 "
b"\x01 –ðŸç™p\x1A †\x16 䦲+'è "
b"\x01 ûƒµÏqàÉ>!\x1F 8Ë┘╝ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\t ¥Lf "
b"\x01 ûƒµÏqàÉ>!\x1F W;l? "
b"\x01 ûƒµÏqàÉ>!\x1F a"╝³ "
b"\x01 ûƒµÏqàÉ>!\x1F iû┤\x07 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ñ\r Ûæ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ñ¶–` "
b"\x01 –ðŸç.p‚‡•\x1E\x1D \r \x18 Ln "
b"\x01 ûƒþÜr«¢òkµÉ\x17 ý╗ "
b"\x01 –ðŸçšr®½•kæ”lßá "
b"\x01 –ðŸçšr®½•kæÃî\x08 5 "
b"\x01 ûƒµÏqàÉ>!\x1F Mé)Ä "
b"\x01 ûƒµÏqàÉ>!\x1F ^┐°L "
b"\x01 ûƒµÏqàÉ>!\x1F ;ÝQû "
b"\x01 ûƒµÏqàÉ>!\x1F N¸\x16 Å "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x10 <b\x1A "
b"\x01 ûƒµÏqàÉ>!\x1F\x1E Ú50 "
b"\x01 ûƒµÏqàÉ>!\x1F 6¼¤h "
b"\x01 ûƒµÏqàÉ>!\x1F ?A▒¿ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ì‹\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x06 "Ây "
b"\x01 –ðŸçšr®½•kæ›2úZ "
b"\x01 ûƒµÏqàÉ>!\x1F )iñ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C æù6\x1C "
b"\x01 –ðŸç.p‚‡•\x1E\x1C óH[7 "
b"\x01 ûƒþ.péçò\x1E\x1D\f\x18 üA "
b"\x01 –ðŸçšr®½•k曤}O "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Þ®ô1 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0E È2Ð "
b"\x01 –ðŸçšr®½•kæ¢?ZÜ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ùݶˆ "
b"""
\x01 –ðŸçšr®½•kæ—\n
\x06\v
"""
b"\x01 –ðŸçšr®½•kæ£7wè "
b"\x01 –ðŸçšr®½•kæÒ\x02\x07 … "
b"\x01 ûƒµÏqàÉ>!\x1F %µßû "
b"\x01 ûƒµÏqàÉ>!\x1F jå1▀ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 QåŒ "
b"\x01 ûƒµÏqàÉ>!\x1F =^Û¤ "
b"\x01 ûƒµÏqàÉ>!\x1F bg|J "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÝÊ\t \r "
b"\x01 ûƒµÏqàÉ>!\x1F YêÛO "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Üì². "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÿTôÓ "
b"\x01 ûƒµÏqàÉ>!\x1F 4▒?µ "
b"\x01 ûƒµÏqàÉ>!\x1F IåÍ\r "
b"\x01 –ðŸç.p‚‡•\x1E\x1C èÚÆí "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 '\x1E ” "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x15\x1F ›@ "
b"\x01 ûƒµÏqàÉ>!\x1F 9cû& "
b"\x01 ûƒµÏqàÉ>!\x1F M═m\x11 "
b"\x01 –ðŸçšr®½•kæÊow„ "
b"\x01 ûƒµÏqàÉ>!\x1F &Q╝\x19 "
b"\x01 ûƒµÏqàÉ>!\x1F [u"L "
b"\x01 ûƒµÏqàÉ>!\x1F `É\x01 ▀ "
b"""
\x01 –ðŸç.p‚‡•\x1E\x1D \n
§{\
"""
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x16 ˜}£ "
b"\x01 ûƒþÜr«¢òkµð\e ü¿ "
b"\x01 ûƒµÏqàÉ>!\x1F .└\x0F , "
b"\x01 ûƒµÏqàÉ>!\x1F =¿°" "
b"\x01 ûƒµÏqàÉ>!\x1F Nc|\x10 "
b"\x01 ûƒµÏqàÉ>!\x1F j{Nx "
b"\x01 –ðŸç.p‚‡•\x1E\x1C áʺº "
b"\x01 –ðŸç.p‚‡•\x1E\x1C òïÅã "
b"\x01 ûƒµÏqàÉ>!\x1F H¤3_ "
b"\x01 ûƒµÏqàÉ>!\x1F VLBå "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ØSÚõ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C þ_GÑ "
b"\x01 –ðŸçšr®½•kæ²h>¹ "
b"\x01 –ðŸçšr®½•kæÊRC\x17 "
b"\x01 –ðŸçšr®½•kæØ)\x07 ç "
b"\x01 –ðŸçšr®½•kæ—§\x03 ] "
b"\x01 –ðŸçúr1¨\x13 +aŸ\x1C †Ä "
b"\x01 ûƒµÏqàÉ>!\x1F CÙ\x08 ┘ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ãgÇd "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x15 Ô6Ô "
b"\x01 –ðŸçšr®½•kæÍ\x06 ùö "
b"\x01 –ðŸçšr®½•kæÖ¦\x0F ñ "
b"\x01 ûƒµÏqàÉ>!\x1F\x1F 5▀æ "
b"\x01 ûƒµÏqàÉ>!\x1F Q¬Qa "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v ö¨E "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x13 d\x03 % "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x19 {ô] "
b"\x01 –ðŸç™p\x1A †\x16 䦫öt“ "
b"\x01 –ðŸçšr®½•kæ»*÷@ "
b"""
\x01 ûƒµÏqàÉ>!\x1F %1\n
ô
"""
b"\x01 ûƒµÏqàÉ>!\x1F eÒ±& "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x11 âÜO "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A ÿ3ñ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D õ\x03 "
b"\x01 –ðŸçšr®½•kæŸ3ßà "
b"\x01 –ðŸçúr1¨\x13 +aÅaª¸ "
b"\x01 ûƒµÏqàÉ>!\x1F ,Ý╝c "
b"\x01 ûƒµÏqàÉ>!\x1F 8th─ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C äfÞ÷ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C å2ÁI "
b"\x01 ûƒµÏqàÉ>!\x1F RK░X "
b"\x01 –ðŸçšr®½•kæ³Ö–Å "
b"\x01 ûƒµÏqàÉ>!\x1F E▓┤q "
b"\x01 ûƒµÏqàÉ>!\x1F \ 4Û "
b"\x01 ûƒµÏqàÉ>!\x1F Qã$Í "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ýpÕ\x17 "
b"\x01 ûƒµÏqàÉ>!\x1F ,V╔\x01 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÷˜±± "
b"\x01 –ðŸçšr®½•kæµ¼ß= "
b"\x01 ûƒµÏqàÉ>!\x1F 8l1q "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x11 < ç "
b"\x01 –ðŸç™p\x1A †\x16 䦱PðÒ "
b"\x01 –ðŸçšr®½•kæ³\x1A `ì "
b"\x01 –ðŸçúr1¨\x13 +a»C¨? "
b"\x01 –ðŸç.p‚‡•\x1E\x1C õ沎 "
b"\x01 –ðŸçšr®½•kæ»XmM "
b"\x01 ûƒµÏqàÉ>!\x1F cXª# "
b"\x01 ûƒµÏqàÉ>!\x1F j5Sû "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ×윽 "
b"\x01 ûƒµÏqàÉ>!\x1F !n┬Å "
b"\x01 ûƒµÏqàÉ>!\x1F K\x00 ═. "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x02 ¡\x1D ° "
b"\x01 ûƒþÜr«¢òkµ×üB« "
b"\x01 –ðŸçšr®½•k殊%¹ "
b"\x01 –ðŸçšr®½•kæÎ©«f "
b"\x01 ûƒþ.péçò\x1E\x1C þ\x1C É▄ "
b"\x01 –ðŸçšr®½•kæ¯ «É "
b"\x01 –ðŸçšr®½•kæÑ€8\x03 "
b"\x01 –ðŸçúr1¨\x13 +aæ÷€\x10 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C úŸ\x03\x10 "
b"\x01 –ðŸçšr®½•kæ‘R;Õ "
b"\x01 –ðŸçšr®½•k晘Ç` "
b"\x01 ûƒµÏqàÉ>!\x1F 7i\x15\x11 "
b"\x01 ûƒµÏqàÉ>!\x1F 3¢╦P "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ë²½9 "
b"\x01 –ðŸç™p\x1A †\x16 䦲õkè "
b"\x01 ûƒµÏqàÉ>!\x1F ±0▀ "
b"\x01 ûƒµÏqàÉ>!\x1F Z¤=p "
b"\x01 ûƒµÏqàÉ>!\x1F 9wò_ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\e àÖÄ "
b"\x01 ûƒµÏqàÉ>!\x1F Fâ\x13 ÿ "
b"\x01 –ðŸçšr®½•kæØ\x19 í\x03 "
b"\x01 ûƒµÏqàÉ>!\x1F H\x03 ¥╩ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x03 ™\v i "
b"\x01 ûƒþÜr«¢òkµÉ█ıÓ "
b"\x01 –ðŸçšr®½•kæµë¶B "
b"\x01 –ðŸç.p‚‡•\x1E\x1C û8ÆÕ "
b"\x01 –ðŸçšr®½•kæ‘ß¹d "
b"\x01 –ðŸçšr®½•kæ³üD\x17 "
b"\x01 –ðŸçúr1¨\x13 +aÙ\dÅ "
b"\x01 ûƒµÏqàÉ>!\x1F :ª±u "
b"\x01 –ðŸçšr®½•kæ’²œ! "
b"\x01 ûƒµÏqàÉ>!\x1F [\x00 ┤╝ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C êK"Ž "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x11 Þ.ò "
b"\x01 ûƒµÏqàÉ>!\x1F 2Õ}> "
b"\x01 ûƒµÏqàÉ>!\x1F b\x19 ý² "
b"\x01 –ðŸç™p\x1A †\x16 䦳<}: "
b"\x01 –ðŸçšr®½•kæ¬ÀiA "
b"\x01 –ðŸçšr®½•k渖í` "
b"\x01 –ðŸçúr1¨\x13 +aÓyC6 "
b"\x01 –ðŸçšr®½•kæÅÄr' "
b"\x01 ûƒµÏqàÉ>!\x1F 2_┐$ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C óê€\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ô²øû "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÷Œˆw "
b"\x01 ûƒþÜr«¢òkµÈ\x1C\x05 ü "
b"\x01 ûƒµÏqàÉ>!\x1F S│%Ü "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A p\x08 $ "
b"\x01 –ðŸçšr®½•kæÏ’±³ "
b"\x01 ûƒµÏqàÉ>!\x1F CA▀d "
b"\x01 –ðŸç.p‚‡•\x1E\x1C î~—† "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x04 pdf "
b"\x01 ûƒµÏqàÉ>!\x1F A▀Ê "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ú#\x02 Ï "
b"\x01 ûƒµÏqàÉ>!\x1F *V¿╠ "
b"\x01 ûƒµÏqàÉ>!\x1F @]╣, "
b"\x01 –ðŸçšr®½•kæ¾îj\n "
b"\x01 –ðŸçšr®½•kæÅª_. "
b"\x01 –ðŸçúr1¨\x13 +aÌ\x1C Pè "
b"\x01 –ðŸçšr®½•kæ¿-¸„ "
b"\x01 ûƒþ·r1¿\x13 +aË\x1C ì\x13 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f\x1C\x05 Ü "
b"\x01 ûƒµÏqàÉ>!\x1F _ËX¸ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C â½f[ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C è\x03 wu "
b"\x01 ûƒµÏqàÉ>!\x1F DDrã "
b"\x01 –ðŸç™p\x1A †\x16 䦰7¯\x00 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÿ\x1D [ "
b"\x01 ûƒµÏqàÉ>!\x1F <\t Iµ "
b"\x01 ûƒµÏqàÉ>!\x1F !Hje "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v\x02 Ì\x7F "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1D Lïê "
b"\x01 –ðŸçšr®½•kæ°\x1C œ\n "
b"\x01 –ðŸçšr®½•kæÀZd{ "
b"\x01 –ðŸçšr®½•kæ©©ê= "
b"\x01 –ðŸçúr1¨\x13 +a»¦ëâ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D #ÇRî "
b"\x01 ûƒµÏqàÉ>!\x1F "å[ "
b"\x01 ûƒµÏqàÉ>!\x1F 8)ÕÓ "
b"\x01 ûƒµÏqàÉ>!\x1F "õXÿ "
b"\x01 ûƒµÏqàÉ>!\x1F ^iv╚ "
b"\x01 ûƒþ.péçò\x1E\x1C \x7F ü² "
b"\x01 ûƒµÏqàÉ>!\x1F AHP¢ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f á\x12 ñ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 x¤ž "
b"\x01 –ðŸçšr®½•kæÁéZ+ "
b"\x01 –ðŸçšr®½•k擵ñ“ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D "èô” "
b"\x01 –ðŸçšr®½•kæËÏ\x00 ˆ "
b"\x01 –ðŸçúr1¨\x13 +a žE• "
b"\x01 ûƒµÏqàÉ>!\x1F 5 X# "
b"\x01 –ðŸçšr®½•kæÊŠ/u "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f [=4 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0E )[A "
b"\x01 ûƒµÏqàÉ>!\x1F f▄¿² "
b"\x01 ûƒµÏqàÉ>!\x1F i\x01\x1A , "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ú=OÝ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C é<Þe "
b"\x01 –ðŸç.p‚‡•\x1E\x1C øJ¦w "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x12 ”J¿ "
b"\x01 –ðŸç™p\x1A †\x16 䦮”Sq "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\t Ž\x1D n "
b"\x01 ûƒþÜr«¢òkµØ╬ñ? "
b"\x01 –ðŸçúr1¨\x13 +a²ÅoŒ "
b"\x01 –ðŸçšr®½•kæ’#ë´ "
b"\x01 –ðŸçúr1¨\x13 +aÖ6¥· "
b"\x01 ûƒµÏqàÉ>!\x1F 5¹ m "
b"\x01 –ðŸç.p‚‡•\x1E\x1C èËÚ\x1E "
b"\x01 –ðŸç.p‚‡•\x1E\x1C îÙAî "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F ;ýB "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v }OÞ "
b"\x01 –ðŸç™p\x1A †\x16 ä¦ªÍž× "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x00 ^×6 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1F\x13 E¦ "
b"\x01 ûƒµÏqàÉ>!\x1F H°jþ "
b"\x01 –ðŸçšr®½•kæÉÀ6\x01 "
b"\x01 –ðŸçúr1¨\x13 +aÚ\x7F Ú[ "
b"\x01 ûƒµÏqàÉ>!\x1F 3\x7F â_ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x03 mÜû "
b"\x01 –ðŸçšr®½•kæŸåñÑ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ò05– "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F Aѱ "
b"\x01 ûƒþÜr«¢òkµËØ└ý "
b"\x01 ûƒµÏqàÉ>!\x1F V░§; "
b"\x01 ûƒµÏqàÉ>!\x1F B╩#¡ "
b"\x01 ûƒµÏqàÉ>!\x1F M_ù( "
b"\x01 –ðŸçšr®½•kæÒ\x08 0\x1F "
b"\x01 –ðŸçúr1¨\x13 +aK‡¯ "
b"\x01 –ðŸçšr®½•kæÇ‰þ\n "
b"\x01 –ðŸçúr1¨\x13 +aà\r Çù "
b"\x01 –ðŸçšr®½•kæ•d¿R "
b"\x01 –ðŸç.p‚‡•\x1E\x1D \r ð=& "
b"\x01 –ðŸç.p‚‡•\x1E\x1C î3zË "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ï`à# "
b"""
\x01 –ðŸç.p‚‡•\x1E\x1C ÷\n
\x1D ¿
"""
b"\x01 –ðŸçšr®½•k漦\x08\x1C "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ç\x04 zz "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Û\t õq "
b"\x01 –ðŸç.p‚‡•\x1E\x1C æ\x0E ~\x06 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x02 ìO¸ "
b"\x01 –ðŸçúr1¨\x13 +a·<4Ð "
b"\x01 –ðŸçšr®½•kæÖ‡\x1F s "
b"\x01 –ðŸçšr®½•kæ˜E‘1 "
b"\x01 –ðŸçúr1¨\x13 +a¼zSl "
b"\x01 ûƒµÏqàÉ>!\x1F cÛ│º "
b"\x01 –ðŸçúr1¨\x13 +aØ`Çê "
b"\x01 –ðŸç.p‚‡•\x1E\x1C òÌw« "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x08 »Í¾ "
b"\x01 –ðŸç™p\x1A †\x16 䦫=%£ "
b"\x01 –ðŸçšr®½•kæŸzx "
b"\x01 –ðŸçšr®½•kæ´åÒ¯ "
b"\x01 ûƒµÏqàÉ>!\x1F $ˬ£ "
b"\x01 –ðŸçšr®½•kæ¨Èÿ\x16 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x15\f Ïr "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 ñb+ "
b"\x01 –ðŸçúr1¨\x13 +a²å~÷ "
b"\x01 –ðŸçšr®½•k朄éû "
b"\x01 ûƒµÏqàÉ>!\x1F #Î\x1E Ð "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x00 Õ$D "
b"\x01 ûƒµÏqàÉ>!\x1F ' nM "
b"\x01 ûƒµÏqàÉ>!\x1F aÝTå "
b"\x01 –ðŸçúr1¨\x13 +aÎ %ë "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x19 ¯‰Ä "
b"\x01 –ðŸç™p\x1A †\x16 䦪wüø "
b"\x01 –ðŸç.p‚‡•\x1E\x1C õ,\x18 H "
b"\x01 –ðŸçšr®½•kæËå‰A "
b"\x01 ûƒþÜr«¢òkµ¬üz? "
b"\x01 ûƒµÏqàÉ>!\x1F 4Ï\x1A\x1D "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ú¹të "
b"\x01 –ðŸçšr®½•kæ‘×’\v "
b"\x01 –ðŸçšr®½•kæÄ×ëˆ "
b"\x01 –ðŸçšr®½•kæ¥ÅW§ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1E $“ÿ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x06 ®nb "
b"\x01 –ðŸçšr®½•kæÈ\Ž‘ "
b"\x01 –ðŸçúr1¨\x13 +aÚLj\x10 "
b"\x01 –ðŸçšr®½•k晾ZD "
b"\x01 ûƒµÏqàÉ>!\x1F kQª> "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÙÎåK "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ùCyõ "
b"\x01 –ðŸç™p\x1A †\x16 䦳دå "
b"\x01 –ðŸçúr1¨\x13 +aæ„%A "
b"\x01 –ðŸç™p\x1A †\x16 䦮ø;£ "
b"\x01 –ðŸçšr®½•kæªËZI "
b"\x01 –ðŸçúr1¨\x13 +a·ºù6 "
b"\x01 –ðŸçúr1¨\x13 +a«Ášh "
b"\x01 ûƒµÏqàÉ>!\x1F _5▓\x18 "
b"\x01 ûƒµÏqàÉ>!\x1F NÔu■ "
b"\x01 –ðŸçúr1¨\x13 +aÉ!)ã "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Ú•Àú "
b"\x01 –ðŸçšr®½•kæÒä\x7F ´ "
b"\x01 –ðŸçšr®½•kæ“\x10 Ðí "
b"\x01 –ðŸçšr®½•kæ§ŽØê "
b"\x01 –ðŸç™p\x1A †\x16 䦯AÙ½ "
b"\x01 ûƒµÏqàÉ>!\x1F eWk4 "
b"\x01 –ðŸç™p\x1A †\x16 䦱\x17 Ûe "
b"\x01 –ðŸçšr®½•kæ¼4žÔ "
b"\x01 –ðŸçšr®½•kæ¾\x15 X\v "
b"\x01 –ðŸç.p‚‡•\x1E\x1D #³™Í "
b"\x01 ûƒµÏqàÉ>!\x1F G~¬▄ "
b"\x01 –ðŸçšr®½•kæ åJ° "
b"\x01 –ðŸçúr1¨\x13 +a¸{X– "
b"\x01 –ðŸçšr®½•kæ¥7ú` "
b"\x01 –ðŸçšr®½•kæ°ÔKá "
b"\x01 ûƒþÜr«¢òkµÂÔÉå "
b"\x01 –ðŸçšr®½•kæš½?ä "
b"\x01 ûƒµÏqàÉ>!\x1F K7¦u "
b"\x01 –ðŸçúr1¨\x13 +a®‡„‚ "
b"\x01 –ðŸçšr®½•kæÍÄ¡\x12 "
b"\x01 –ðŸçúr1¨\x13 +a£ÞDà "
b"\x01 –ðŸçšr®½•kæÌÕ\x17 X "
b"\x01 –ðŸçúr1¨\x13 +aÈ$\x19 x "
b"\x01 –ðŸçúr1¨\x13 +a¼ÞuØ "
b"\x01 ûƒþÜr«¢òkµûHü` "
b"\x01 –ðŸçšr®½•kæœËXý "
b"\x01 –ðŸçúr1¨\x13 +aå7†# "
b"\x01 –ðŸçúr1¨\x13 +aâï\x0E b "
b"\x01 –ðŸçšr®½•kæ¥l˜} "
b"\x01 –ðŸçúr1¨\x13 +aÄf«Y "
b"\x01 –ðŸçúr1¨\x13 +a§3‡÷ "
b"\x01 –ðŸçúr1¨\x13 +a¾ÚgE "
b"\x01 –ðŸçšr®½•kæ«Kºq "
b"\x01 –ðŸçúr1¨\x13 +a¿¿ßà "
b"\x01 –ðŸçšr®½•kæ½xt\x07 "
b"\x01 –ðŸçúr1¨\x13 +a¯XãÈ "
b"\x01 –ðŸçúr1¨\x13 +aÜÐ\x14 5 "
b"\x01 –ðŸçúr1¨\x13 +aç›Å\x16 "
b"\x01 –ðŸçúr1¨\x13 +aµY\x04 "
b"\x01 –ðŸçšr®½•kæ»b†§ "
b"\x01 –ðŸçúr1¨\x13 +a¡ÝF’ "
b"\x01 –ðŸçšr®½•k棪êà "
b"\x01 –ðŸçúr1¨\x13 +aÓ;\x04 ’ "
b"\x01 ûƒþ·r1¿\x13 +aıyÚÉ "
b"\x01 –ðŸçúr1¨\x13 +a¦†’\x13 "
b"\x01 –ðŸçúr1¨\x13 +aÃ=\x00 W "
b"\x01 –ðŸçúr1¨\x13 +aÇøE¾ "
b"\x01 –ðŸçúr1¨\x13 +aÖúç% "
b"\x01 –ðŸçúr1¨\x13 +aËåÝ› "
b"\x01 –ðŸçúr1¨\x13 +a»\r Ûr "
b"\x01 –ðŸçšr®½•kæºUû{ "
b"\x01 –ðŸçúr1¨\x13 +aÞâ!† "
b"\x01 –ðŸçúr1¨\x13 +a±°\f o "
b"\x01 –ðŸçúr1¨\x13 +aÀ*«w "
b"\x01 –ðŸçúr1¨\x13 +aÝ`ŽD "
b"\x01 –ðŸçúr1¨\x13 +a§§\x10\x05 "
b"\x01 –ðŸçúr1¨\x13 +a¥ƒ:Ý "
b"\x01 –ðŸçúr1¨\x13 +a´×å\x06 "
b"\x01 –ðŸçúr1¨\x13 +a´\x0F }\x06 "
b"\x01 –ðŸçúr1¨\x13 +a \x01 º¨ "
b"\x01 –ðŸçúr1¨\x13 +aÞ?… "
b"\x01 –ðŸçúr1¨\x13 +a¤Øk_ "
b"\x01 –ðŸçúr1¨\x13 +aÁH\x1E j "
b"\x01 –ðŸçúr1¨\x13 +a¦nf, "
b"\x01 –ðŸçúr1¨\x13 +aÐ\x13 xÞ "
b"\x01 ûƒþ·r1¿\x13 +a╩Òì┘ "
b"\x01 –ðŸçúr1¨\x13 +aãL\v 8 "
b"\x01 –ðŸçúr1¨\x13 +a²Ø1 "
b"\x01 –ðŸçúr1¨\x13 +aÑ\x12\x10 R "
b"\x01 –ðŸçúr1¨\x13 +a¤f^$ "
b"\x01 –ðŸçúr1¨\x13 +aÏwù\x14 "
b"\x01 –ðŸçúr1¨\x13 +aÊ)\x18 — "
b"\x01 –ðŸçúr1¨\x13 +a¶ÿbÊ "
b"\x01 –ðŸçúr1¨\x13 +a¢±F¥ "
b"\x01 –ðŸçúr1¨\x13 +aÍÀ9Ð "
b"\x01 –ðŸçúr1¨\x13 +aÁ\x1E Ù0 "
b"\x01 –ðŸçúr1¨\x13 +aÅñ,= "
b"\x01 –ðŸçúr1¨\x13 +aÇÛØ‰ "
b"\x01 –ðŸçúr1¨\x13 +aɘ¡¼ "
b"\x01 –ðŸçúr1¨\x13 +a© üL "
b"\x01 –ðŸçúr1¨\x13 +aä\x06 N\ "
b"\x01 –ðŸçúr1¨\x13 +aÑDYx "
b"\x01 –ðŸçúr1¨\x13 +aÙªNî "
b"\x01 ûƒþ·r1¿\x13 +a┬áü╬ "
b"\x01 –ðŸçúr1¨\x13 +aáƒ{µ "
b"\x01 –ðŸçúr1¨\x13 +a²í(B "
b"""
\x01 –ðŸçúr1¨\x13 +a\n
Ó€
"""
b"\x01 –ðŸçúr1¨\x13 +a¤ûLY "
b"\x01 –ðŸçúr1¨\x13 +aµýnX "
b"\x01 –ðŸçúr1¨\x13 +aŸè\x0E ¥ "
]
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 (0x0196F09FE6D87185903E211F200977BB , 0x0196F09FE72E708287951E1D08CDF2D6 , 0x0196F09FE7FA7231A8132B61DEC09805 , 0x0196F09FE7FA7231A8132B61C4327659 , 0x0196F09FE7FA7231A8132B61C783A095 , 0x0196F09FE72E708287951E1CF4DD1A68 , 0x0196F09FE6D87185903E211F23C9BDF8 , 0x0196F09FE6D87185903E211F57DB3377 , 0x0196F09FE6D87185903E211F2F92F6F4 , 0x0196F09FE79A72AEBD956BE6D31A5B46 , 0x0196F09FE79A72AEBD956BE6AF8B4098 , 0x0196F09FE79A72AEBD956BE6B7B13548 , 0x0196F09FE79A72AEBD956BE6C99181A8 , 0x0196F09FE89070278FF26C7092FA076B , 0x0196F09FE89070278FF26C7088078468 , 0x0196F09FE89070278FF26C708C5FEA63 , 0x0196F09FE89070278FF26C708AA6C98A , 0x0196F09FE85272D99F9623EBF498BA02 , 0x0196F09FE8787252A152AE4321DA37E8 , 0x0196F09FE88071349ACF037B6EB83C70 , 0x0196F09FE8BE7383AE610AA291A5E062 , 0x0196F09FE88071349ACF037B78694792 , 0x0196F09FE88071349ACF037B76825C43 , 0x0196F09FE88071349ACF037B7909E1FB , 0x0196F09FE85272D99F9623EBF088CB94 , 0x0196F09FE85272D99F9623EBF4877BD4 , 0x0196F09FE85272D99F9623EBF3902762 , 0x0196F09FE8BE7383AE610AA284F726B7 , 0x0196F09FE8787252A152AE43209E0F6E , 0x0196F09FE8787252A152AE43206CD9E8 , 0x0196F09FE8787252A152AE43215B11E1 , 0x0196F09FE89070278FF26C708E92B990 , 0x0196F09FE8A87003934EF0AFA10BC043 , 0x0196F09FE8BE7383AE610AA288307134 , 0x0196F09FE8BE7383AE610AA28ECF1F3D , 0x0196F09FE8A87003934EF0AFA1318FFF , 0x0196F09FE89070278FF26C7091744B5B , 0x0196F09FE89070278FF26C708A0E3966 , 0x0196F09FE89070278FF26C70873BBAA9 , 0x0196F09FE8787252A152AE432208016E , 0x0196F09FE86971A49ADD7FE034D008F6 , 0x0196F09FE86971A49ADD7FE03AC6A239 , 0x0196F09FE8A87003934EF0AFA86CAB84 , 0x0196F09FE8BE7383AE610AA28E889FB4 , 0x0196F09FE8A87003934EF0AFA79CA69E , 0x0196F09FE8BE7383AE610AA28B061A10 , 0x0196F09FE79A72AEBD956BE6D55155F3 , 0x0196F09FE79A72AEBD956BE6A64EA98F , 0x0196F09FE79A72AEBD956BE6BC5B7DCB , 0x0196F09FE79A72AEBD956BE6D4B4D0BE , 0x0196F09FE79A72AEBD956BE6911C809B , 0x0196F09FE88071349ACF037B75CD1A20 , 0x0196F09FE88071349ACF037B73C83B9D , 0x0196F09FE799701A8616E4A6AD4B1087 , 0x0196F09FE85272D99F9623EBEE6702C3 , 0x0196F09FE85272D99F9623EBF1A09885 , 0x0196F09FE72E708287951E1D10FAE41E , 0x0196F09FE8A87003934EF0AFAA5BE7FC , 0x0196F09FE8A87003934EF0AFA36948A9 , 0x0196F09FE72E708287951E1D1FC5600A , 0x0196F09FE72E708287951E1D189AF07D , 0x0196F09FE79A72AEBD956BE6C2E84A1E , 0x0196F09FE7FA7231A8132B61CCE28A2D , 0x0196F09FE85272D99F9623EBF12F2634 , 0x0196F09FE7FA7231A8132B61D7E302B4 , 0x0196F09FE79A72AEBD956BE6BFB3A71B , 0x0196F09FE79A72AEBD956BE6D1147DA3 , 0x0196F09FE79A72AEBD956BE6D74C1676 , 0x0196F09FE85272D99F9623EBEE649F20 , 0x0196F09FE85272D99F9623EBEF1205E7 , 0x0196F09FE6D87185903E211F552B4D76 , 0x0196F09FE85272D99F9623EBF2157E4E , 0x0196F09FE86971A49ADD7FE0342DC9FB , 0x0196F09FE8BE7383AE610AA2839AB528 , 0x0196F09FE6D87185903E211F58A0CA2B , 0x0196F09FE8BE7383AE610AA28B187F6D , 0x0196F09FE8BE7383AE610AA291A2CF77 , 0x0196F09FE86971A49ADD7FE0353C51BC , 0x0196F09FE6D87185903E211F3D5107A8 , 0x0196F09FE79A72AEBD956BE6C6C7B23B , 0x0196F09FE8BE7383AE610AA28643FA62 , 0x0196F09FE6D87185903E211F2DCB91AE , 0x0196F09FE8BE7383AE610AA28A268FFD , 0x0196F09FE8BE7383AE610AA2872CB72E , 0x0196F09FE79A72AEBD956BE6A86223EB , 0x0196F09FE79A72AEBD956BE6B64E0863 , 0x0196F09FE86971A49ADD7FE036D55831 , 0x0196F09FE86971A49ADD7FE038DCA1B7 , 0x0196F09FE86971A49ADD7FE036135B70 , 0x0196F09FE86971A49ADD7FE032494E21 , 0x0196F09FE8A87003934EF0AFA5BE8BB6 , 0x0196F09FE8A87003934EF0AFA33F46FA , 0x0196F09FE79A72AEBD956BE6B1AF054C , 0x0196F09FE6D87185903E211F492DFD6D , 0x0196F09FE6D87185903E211F59F46CA8 , 0x0196F09FE6D87185903E211F5D703DE0 , 0x0196F09FE72E708287951E1CE035449D , 0x0196F09FE72E708287951E1CEAD1098C , 0x0196F09FE72E708287951E1D1A42000A , 0x0196F09FE799701A8616E4A6AC8FB7C8 , 0x0196F09FE799701A8616E4A6AE08B010 , 0x0196F09FE79A72AEBD956BE6D00695FA , 0x0196F09FE6D87185903E211F55D12533 , 0x0196F09FE6D87185903E211F5F26C791 , 0x0196F09FE6D87185903E211F68299E4E , 0x0196F09FE72E708287951E1D09EDF533 , 0x0196F09FE6D87185903E211F22FD69DE , 0x0196F09FE6D87185903E211F44C95649 , 0x0196F09FE6D87185903E211F542ECE66 , 0x0196F09FE72E708287951E1D225BE5EB , 0x0196F09FE6D87185903E211F28EC330B , 0x0196F09FE6D87185903E211F63A47AE1 , 0x0196F09FE72E708287951E1CF50E4F9F , 0x0196F09FE72E708287951E1D0F5C21A1 , 0x0196F09FE6D87185903E211F31137823 , 0x0196F09FE6D87185903E211F34A47F8E , 0x0196F09FE6D87185903E211F4FA63B42 , 0x0196F09FE72E708287951E1CE528783A , 0x0196F09FE72E708287951E1CFFB25F30 , 0x0196F09FE6D87185903E211F2EEAAB87 , 0x0196F09FE6D87185903E211F34D6BBAE , 0x0196F09FE6D87185903E211F50978E19 , 0x0196F09FE72E708287951E1CDBB476BE , 0x0196F09FE72E708287951E1CEB24E38D , 0x0196F09FE72E708287951E1CED282B44 , 0x0196F09FE79A72AEBD956BE698E36F4A , 0x0196F09FE79A72AEBD956BE69DA31929 , 0x0196F09FE79A72AEBD956BE6C6260B77 , 0x0196F09FE6D87185903E211F499C3E52 , 0x0196F09FE72E708287951E1CE820862B , 0x0196F09FE6D87185903E211F31C67C18 , 0x0196F09FE6D87185903E211F5E1B8C51 , 0x0196F09FE72E708287951E1CE9BB77AB , 0x0196F09FE72E708287951E1D17E8B8B1 , 0x0196F09FE72E708287951E1D17F31BD4 , 0x0196F09FE6D87185903E211F281C3ACF , 0x0196F09FE6D87185903E211F3B77DE9A , 0x0196F09FE6D87185903E211F59CC616D , 0x0196F09FE72E708287951E1CF66C16E3 , 0x0196F09FE72E708287951E1D0048C191 , 0x0196F09FE72E708287951E1D0C9FD9C0 , 0x0196F09FE79A72AEBD956BE6B6C06064 , 0x0196F09FE79A72AEBD956BE6BD777CC8 , 0x0196F09FE79A72AEBD956BE6D3681F8B , 0x0196F09FE7FA7231A8132B61A9B224B9 , 0x0196F09FE6D87185903E211F3F672E14 , 0x0196F09FE6D87185903E211F51C6DEAB , 0x0196F09FE6D87185903E211F5C71293A , 0x0196F09FE72E708287951E1CF2010C91 , 0x0196F09FE6D87185903E211F21A66764 , 0x0196F09FE6D87185903E211F412FC319 , 0x0196F09FE72E708287951E1CFC869671 , 0x0196F09FE6D87185903E211F3A698ADB , 0x0196F09FE6D87185903E211F3DCB4971 , 0x0196F09FE6D87185903E211F4BBCA672 , 0x0196F09FE72E708287951E1D0F7CF3CD , 0x0196F09FE72E708287951E1D1A72903F , 0x0196F09FE79A72AEBD956BE6A74B3816 , 0x0196F09FE79A72AEBD956BE6B7ADB025 , 0x0196F09FE79A72AEBD956BE6CB037CDA , 0x0196F09FE7FA7231A8132B61BDEE8DF6 , 0x0196F09FE6D87185903E211F22837F44 , 0x0196F09FE6D87185903E211F64BCD2A2 , 0x0196F09FE6D87185903E211F67B386EB , 0x0196F09FE72E708287951E1D1A6A551F , 0x0196F09FE72E708287951E1D2165AC32 , 0x0196F09FE79A72AEBD956BE6C14CD8B3 , 0x0196F09FE79A72AEBD956BE6CEFD4AAB , 0x0196F09FE7FA7231A8132B61B7A28787 , 0x0196F09FE6D87185903E211F25321353 , 0x0196F09FE6D87185903E211F2AD3724B , 0x0196F09FE6D87185903E211F5EB94DFF , 0x0196F09FE72E708287951E1D0586B471 , 0x0196F09FE72E708287951E1D07487591 , 0x0196F09FE6D87185903E211F38325FAF , 0x0196F09FE6D87185903E211F4C84AB5A , 0x0196F09FE72E708287951E1CDC8E9813 , 0x0196F09FE72E708287951E1CE0DE2B32 , 0x0196F09FE72E708287951E1D1776ABF8 , 0x0196F09FE79A72AEBD956BE6B934E67E , 0x0196F09FE6D87185903E211F5128AE99 , 0x0196F09FE72E708287951E1CFBD81CE4 , 0x0196F09FE799701A8616E4A6AACC8E08 , 0x0196F09FE79A72AEBD956BE6B95A4AD0 , 0x0196F09FE79A72AEBD956BE6C8B756CC , 0x0196F09FE7FA7231A8132B61E09CD087 , 0x0196F09FE6D87185903E211F37C5E3BA , 0x0196F09FE6D87185903E211F3C9A58C1 , 0x0196F09FE6D87185903E211F6A122339 , 0x0196F09FE72E708287951E1D0B038B22 , 0x0196F09FE79A72AEBD956BE6BCFA2775 , 0x0196F09FE79A72AEBD956BE6C4C0CE62 , 0x0196F09FE6D87185903E211F214A3585 , 0x0196F09FE6D87185903E211F48DA17D1 , 0x0196F09FE72E708287951E1CDF792C3E , 0x0196F09FE72E708287951E1D03C6F3C7 , 0x0196F09FE72E708287951E1D1420E67A , 0x0196F09FE799701A8616E4A6B124D4C3 , 0x0196F09FE79A72AEBD956BE6A480FF50 , 0x0196F09FE79A72AEBD956BE6CD400FE3 , 0x0196F09FE6D87185903E211F1EEB9E14 , 0x0196F09FE72E708287951E1CE557927A , 0x0196F09FE72E708287951E1CF88E704D , 0x0196F09FE6D87185903E211F38AF3A30 , 0x0196F09FE72E708287951E1CED3B9F42 , 0x0196F09FE72E708287951E1CF71F17D6 , 0x0196F09FE799701A8616E4A6B41F65AC , 0x0196F09FE79A72AEBD956BE6AC0EDB16 , 0x0196F09FE6D87185903E211F303A5A4D , 0x0196F09FE6D87185903E211F533658BE , 0x0196F09FE72E708287951E1CD92B5439 , 0x0196F09FE72E708287951E1CEFCB534C , 0x0196F09FE72E708287951E1D0BA14FF6 , 0x0196F09FE79A72AEBD956BE6A1A5ACA6 , 0x0196F09FE79A72AEBD956BE6AE7F49AC , 0x0196F09FE79A72AEBD956BE6BC4882CA , 0x0196F09FE7FA7231A8132B61BA3AB044 , 0x0196F09FE6D87185903E211F2BCA1CB6 , 0x0196F09FE6D87185903E211F3E6A14C6 , 0x0196F09FE6D87185903E211F4A4CF948 , 0x0196F09FE72E708287951E1CDF35D7F8 , 0x0196F09FE72E708287951E1D018A5F69 , 0x0196F09FE799701A8616E4A6B0999AC0 , 0x0196F09FE79A72AEBD956BE6D5DAF1D7 , 0x0196F09FE6D87185903E211F5A5B287C , 0x0196F09FE72E708287951E1D1C981C5B , 0x0196F09FE79A72AEBD956BE6976AFC0E , 0x0196F09FE79A72AEBD956BE6C3573F5E , 0x0196F09FE6D87185903E211F4196D23E , 0x0196F09FE6D87185903E211F48D0B28C , 0x0196F09FE6D87185903E211F6792E8A6 , 0x0196F09FE72E708287951E1D0244294E , 0x0196F09FE72E708287951E1D05115318 , 0x0196F09FE799701A8616E4A6B22B27E8 , 0x0196F09FE6D87185903E211F38D3D9BC , 0x0196F09FE72E708287951E1D09A54C66 , 0x0196F09FE6D87185903E211F573B6C3F , 0x0196F09FE6D87185903E211F6122BCFC , 0x0196F09FE6D87185903E211F6996B407 , 0x0196F09FE72E708287951E1CF10DDBE6 , 0x0196F09FE72E708287951E1CF1B69660 , 0x0196F09FE72E708287951E1D0D184C6E , 0x0196F09FE79A72AEBD956BE69017ECBB , 0x0196F09FE79A72AEBD956BE6946CDFE1 , 0x0196F09FE79A72AEBD956BE6C3EE0835 , 0x0196F09FE6D87185903E211F4D82298E , 0x0196F09FE6D87185903E211F5EBFF84C , 0x0196F09FE6D87185903E211F3BED5196 , 0x0196F09FE6D87185903E211F4EF7168F , 0x0196F09FE72E708287951E1D103C621A , 0x0196F09FE6D87185903E211F1EE93530 , 0x0196F09FE6D87185903E211F36ACCF68 , 0x0196F09FE6D87185903E211F3F41B1A8 , 0x0196F09FE72E708287951E1CEC8B19A0 , 0x0196F09FE72E708287951E1D0622C279 , 0x0196F09FE79A72AEBD956BE69B32FA5A , 0x0196F09FE6D87185903E211F2969F0A4 , 0x0196F09FE72E708287951E1CE6F9361C , 0x0196F09FE72E708287951E1CF3485B37 , 0x0196F09FE72E708287951E1D0C188141 , 0x0196F09FE79A72AEBD956BE69BA47D4F , 0x0196F09FE72E708287951E1CDEAEF431 , 0x0196F09FE72E708287951E1D0EC832D0 , 0x0196F09FE79A72AEBD956BE6A23F5ADC , 0x0196F09FE72E708287951E1CF9DDB688 , 0x0196F09FE79A72AEBD956BE6970A060B , 0x0196F09FE79A72AEBD956BE6A33777E8 , 0x0196F09FE79A72AEBD956BE6D2020785 , 0x0196F09FE6D87185903E211F25E6E196 , 0x0196F09FE6D87185903E211F6A8631DF , 0x0196F09FE72E708287951E1D0751E58C , 0x0196F09FE6D87185903E211F3D5EEACF , 0x0196F09FE6D87185903E211F62677C4A , 0x0196F09FE72E708287951E1CDDCA090D , 0x0196F09FE6D87185903E211F5988EA4F , 0x0196F09FE72E708287951E1CDCECB22E , 0x0196F09FE72E708287951E1CFF54F4D3 , 0x0196F09FE6D87185903E211F34B13FE6 , 0x0196F09FE6D87185903E211F4986D60D , 0x0196F09FE72E708287951E1CE8DAC6ED , 0x0196F09FE72E708287951E1D07271E94 , 0x0196F09FE72E708287951E1D151F9B40 , 0x0196F09FE6D87185903E211F39639626 , 0x0196F09FE6D87185903E211F4DCD6D11 , 0x0196F09FE79A72AEBD956BE6CA6F7784 , 0x0196F09FE6D87185903E211F2651BC19 , 0x0196F09FE6D87185903E211F5B75224C , 0x0196F09FE6D87185903E211F609001DF , 0x0196F09FE72E708287951E1D0AA77B5C , 0x0196F09FE72E708287951E1D16987DA3 , 0x0196F09FE79A72AEBD956BE6D01B81A8 , 0x0196F09FE6D87185903E211F2EC00F2C , 0x0196F09FE6D87185903E211F3DA8F822 , 0x0196F09FE6D87185903E211F4E637C10 , 0x0196F09FE6D87185903E211F6A7B4E78 , 0x0196F09FE72E708287951E1CE1CABABA , 0x0196F09FE72E708287951E1CF2EFC5E3 , 0x0196F09FE6D87185903E211F48CF335F , 0x0196F09FE6D87185903E211F564C4286 , 0x0196F09FE72E708287951E1CD853DAF5 , 0x0196F09FE72E708287951E1CFE5F47D1 , 0x0196F09FE79A72AEBD956BE6B2683EB9 , 0x0196F09FE79A72AEBD956BE6CA524317 , 0x0196F09FE79A72AEBD956BE6D82907E7 , 0x0196F09FE79A72AEBD956BE697A7035D , 0x0196F09FE7FA7231A8132B619F1C86C4 , 0x0196F09FE6D87185903E211F43EB08D9 , 0x0196F09FE72E708287951E1CE367C764 , 0x0196F09FE72E708287951E1D15D436D4 , 0x0196F09FE79A72AEBD956BE6CD06F9F6 , 0x0196F09FE79A72AEBD956BE6D6A60FF1 , 0x0196F09FE6D87185903E211F1F35DF91 , 0x0196F09FE6D87185903E211F51AA5161 , 0x0196F09FE72E708287951E1D0BF6A845 , 0x0196F09FE72E708287951E1D13640325 , 0x0196F09FE72E708287951E1D197BF45D , 0x0196F09FE799701A8616E4A6ABF67493 , 0x0196F09FE79A72AEBD956BE6BB2AF740 , 0x0196F09FE6D87185903E211F25310A93 , 0x0196F09FE6D87185903E211F65E3F126 , 0x0196F09FE72E708287951E1D11E2DC4F , 0x0196F09FE72E708287951E1D1AFF33F1 , 0x0196F09FE72E708287951E1D20C3B503 , 0x0196F09FE79A72AEBD956BE69F33DFC3 , 0x0196F09FE7FA7231A8132B61C561AAB8 , 0x0196F09FE6D87185903E211F2CEDBC63 , 0x0196F09FE6D87185903E211F387468C4 , 0x0196F09FE72E708287951E1CE466DEF7 , 0x0196F09FE72E708287951E1CE532C149 , 0x0196F09FE6D87185903E211F524BB058 , 0x0196F09FE79A72AEBD956BE6B3D696C5 , 0x0196F09FE6D87185903E211F45B2B471 , 0x0196F09FE6D87185903E211F5C2034EA , 0x0196F09FE6D87185903E211F51C624D6 , 0x0196F09FE72E708287951E1CFD70D517 , 0x0196F09FE6D87185903E211F2C56C901 , 0x0196F09FE72E708287951E1CF798B1B1 , 0x0196F09FE79A72AEBD956BE6B5BCDF3D , 0x0196F09FE6D87185903E211F386C3171 , 0x0196F09FE72E708287951E1D113C20E7 , 0x0196F09FE799701A8616E4A6B150F0D2 , 0x0196F09FE79A72AEBD956BE6B31A60EC , 0x0196F09FE7FA7231A8132B61BB43A83F , 0x0196F09FE72E708287951E1CF5E6B28E , 0x0196F09FE79A72AEBD956BE6BB586D4D , 0x0196F09FE6D87185903E211F6358A623 , 0x0196F09FE6D87185903E211F6A355396 , 0x0196F09FE72E708287951E1CD7EC9CBD , 0x0196F09FE6D87185903E211F216EC28F , 0x0196F09FE6D87185903E211F4B00CD2E , 0x0196F09FE72E708287951E1D02A11DB0 , 0x0196F09FE79A72AEBD956BE69E8142AE , 0x0196F09FE79A72AEBD956BE6AE8A25B9 , 0x0196F09FE79A72AEBD956BE6CEA9AB66 , 0x0196F09FE72E708287951E1CE71C90DC , 0x0196F09FE79A72AEBD956BE6AF20ABC9 , 0x0196F09FE79A72AEBD956BE6D1803803 , 0x0196F09FE7FA7231A8132B61E6F78010 , 0x0196F09FE72E708287951E1CFA9F0310 , 0x0196F09FE79A72AEBD956BE691523BD5 , 0x0196F09FE79A72AEBD956BE69998C760 , 0x0196F09FE6D87185903E211F37691511 , 0x0196F09FE6D87185903E211F33BDCB50 , 0x0196F09FE72E708287951E1CEBB2BD39 , 0x0196F09FE799701A8616E4A6B2F56BE8 , 0x0196F09FE6D87185903E211F20F130DF , 0x0196F09FE6D87185903E211F5ACF3D70 , 0x0196F09FE6D87185903E211F3977955F , 0x0196F09FE72E708287951E1D1BE0D6C4 , 0x0196F09FE6D87185903E211F46831398 , 0x0196F09FE79A72AEBD956BE6D819ED03 , 0x0196F09FE6D87185903E211F4803BECA , 0x0196F09FE72E708287951E1D03990B69 , 0x0196F09FE79A72AEBD956BE690DBD5E0 , 0x0196F09FE79A72AEBD956BE6B5EBB642 , 0x0196F09FE72E708287951E1CFB38C6D5 , 0x0196F09FE79A72AEBD956BE691DFB964 , 0x0196F09FE79A72AEBD956BE6B3FC4417 , 0x0196F09FE7FA7231A8132B61D95C64C5 , 0x0196F09FE6D87185903E211F3AA6F175 , 0x0196F09FE79A72AEBD956BE692B29C21 , 0x0196F09FE6D87185903E211F5B00B4BC , 0x0196F09FE72E708287951E1CEA4B228E , 0x0196F09FE72E708287951E1D11DE2EF2 , 0x0196F09FE6D87185903E211F32E57D3E , 0x0196F09FE6D87185903E211F6219ECFD , 0x0196F09FE799701A8616E4A6B33C7D3A , 0x0196F09FE79A72AEBD956BE6ACC06941 , 0x0196F09FE79A72AEBD956BE6B896ED60 , 0x0196F09FE7FA7231A8132B61D3794336 , 0x0196F09FE79A72AEBD956BE6C5C47227 , 0x0196F09FE6D87185903E211F325FBF24 , 0x0196F09FE72E708287951E1CF3EA8019 , 0x0196F09FE72E708287951E1CF4B2F8FB , 0x0196F09FE72E708287951E1CF78C8877 , 0x0196F09FE79A72AEBD956BE6D41C0581 , 0x0196F09FE6D87185903E211F53B3259A , 0x0196F09FE72E708287951E1D1A700824 , 0x0196F09FE79A72AEBD956BE6CF92B1B3 , 0x0196F09FE6D87185903E211F4341DF64 , 0x0196F09FE72E708287951E1CEE7E9786 , 0x0196F09FE72E708287951E1D04706466 , 0x0196F09FE6D87185903E211F41DFD2F0 , 0x0196F09FE72E708287951E1CFA2302CF , 0x0196F09FE6D87185903E211F2A56A8CC , 0x0196F09FE6D87185903E211F405DB92C , 0x0196F09FE79A72AEBD956BE6BEEE6A0A , 0x0196F09FE79A72AEBD956BE6C5AA5F2E , 0x0196F09FE7FA7231A8132B61CC1C50E8 , 0x0196F09FE79A72AEBD956BE6BF2DB884 , 0x0196F09FE7FA7231A8132B61D31C8D13 , 0x0196F09FE72E708287951E1D0C1C05DC , 0x0196F09FE6D87185903E211F5FD358F7 , 0x0196F09FE72E708287951E1CE2BD665B , 0x0196F09FE72E708287951E1CE8037775 , 0x0196F09FE6D87185903E211F444472C6 , 0x0196F09FE799701A8616E4A6B037AF00 , 0x0196F09FE72E708287951E1CFF1DAD5B , 0x0196F09FE6D87185903E211F3C0949E6 , 0x0196F09FE6D87185903E211F21486A65 , 0x0196F09FE72E708287951E1D0B02CC7F , 0x0196F09FE72E708287951E1D1D4CEFEA , 0x0196F09FE79A72AEBD956BE6B01C9C0A , 0x0196F09FE79A72AEBD956BE6C05A647B , 0x0196F09FE79A72AEBD956BE6A9A9EA3D , 0x0196F09FE7FA7231A8132B61BBA6EBE2 , 0x0196F09FE72E708287951E1D23C752EE , 0x0196F09FE6D87185903E211F22F0865B , 0x0196F09FE6D87185903E211F3829E5E0 , 0x0196F09FE6D87185903E211F22E45898 , 0x0196F09FE6D87185903E211F5E6976C8 , 0x0196F09FE72E708287951E1CF07F81FD , 0x0196F09FE6D87185903E211F414850BD , 0x0196F09FE72E708287951E1D0CE112F1 , 0x0196F09FE72E708287951E1D1778A49E , 0x0196F09FE79A72AEBD956BE6C1E95A2B , 0x0196F09FE79A72AEBD956BE693B5F193 , 0x0196F09FE72E708287951E1D22E8F494 , 0x0196F09FE79A72AEBD956BE6CBCF0088 , 0x0196F09FE7FA7231A8132B61A09E4595 , 0x0196F09FE6D87185903E211F35205823 , 0x0196F09FE79A72AEBD956BE6CA8A2F75 , 0x0196F09FE72E708287951E1D0C5B3D34 , 0x0196F09FE72E708287951E1D0E295B41 , 0x0196F09FE6D87185903E211F66DCA8FD , 0x0196F09FE6D87185903E211F69011A2C , 0x0196F09FE72E708287951E1CFA3D4FDD , 0x0196F09FE72E708287951E1CE93CDE65 , 0x0196F09FE72E708287951E1CF84AA677 , 0x0196F09FE72E708287951E1D12944ABF , 0x0196F09FE799701A8616E4A6AE945371 , 0x0196F09FE72E708287951E1D098E1D6E , 0x0196F09FE79A72AEBD956BE69DCEA43F , 0x0196F09FE7FA7231A8132B61B2C56F8C , 0x0196F09FE79A72AEBD956BE69223EBB4 , 0x0196F09FE7FA7231A8132B61D636A5B7 , 0x0196F09FE6D87185903E211F35FBFF6D , 0x0196F09FE72E708287951E1CE8CBDA1E , 0x0196F09FE72E708287951E1CEED941EE , 0x0196F09FE72E708287951E1D0F3BFD42 , 0x0196F09FE72E708287951E1D0B7D4FDE , 0x0196F09FE799701A8616E4A6AACD9ED7 , 0x0196F09FE72E708287951E1D005ED736 , 0x0196F09FE72E708287951E1D1F1345A6 , 0x0196F09FE6D87185903E211F48F86AE7 , 0x0196F09FE79A72AEBD956BE6C9C03601 , 0x0196F09FE7FA7231A8132B61DA7FDA5B , 0x0196F09FE6D87185903E211F337F835F , 0x0196F09FE72E708287951E1D036DDCFB , 0x0196F09FE79A72AEBD956BE69FE5F1D1 , 0x0196F09FE72E708287951E1CF2303596 , 0x0196F09FE72E708287951E1D0F41D1B1 , 0x0196F09FE79A72AEBD956BE6D39DC0EC , 0x0196F09FE6D87185903E211F56B0F53B , 0x0196F09FE6D87185903E211F42CA23AD , 0x0196F09FE6D87185903E211F4D5F9728 , 0x0196F09FE79A72AEBD956BE6D208301F , 0x0196F09FE7FA7231A8132B61AD4B87AF , 0x0196F09FE79A72AEBD956BE6C789FE0A , 0x0196F09FE7FA7231A8132B61E00DC7F9 , 0x0196F09FE79A72AEBD956BE69564BF52 , 0x0196F09FE72E708287951E1D0DF03D26 , 0x0196F09FE72E708287951E1CEE337ACB , 0x0196F09FE72E708287951E1CEF60E023 , 0x0196F09FE72E708287951E1CF70A1DBF , 0x0196F09FE79A72AEBD956BE6BCA6081C , 0x0196F09FE72E708287951E1CE7047A7A , 0x0196F09FE72E708287951E1CDB09F571 , 0x0196F09FE72E708287951E1CE60E7E06 , 0x0196F09FE72E708287951E1D02EC4FB8 , 0x0196F09FE7FA7231A8132B61B73C34D0 , 0x0196F09FE79A72AEBD956BE6D6871F73 , 0x0196F09FE79A72AEBD956BE698459131 , 0x0196F09FE7FA7231A8132B61BC7A536C , 0x0196F09FE6D87185903E211F63EAB3A7 , 0x0196F09FE7FA7231A8132B61D860C7EA , 0x0196F09FE72E708287951E1CF2CC77AB , 0x0196F09FE72E708287951E1D08BBCDBE , 0x0196F09FE799701A8616E4A6AB3D25A3 , 0x0196F09FE79A72AEBD956BE6AD9F7A78 , 0x0196F09FE79A72AEBD956BE6B4E5D2AF , 0x0196F09FE6D87185903E211F24D3AA9C , 0x0196F09FE79A72AEBD956BE6A8C8FF16 , 0x0196F09FE72E708287951E1D150CCF72 , 0x0196F09FE72E708287951E1D07F1622B , 0x0196F09FE7FA7231A8132B61B2E57EF7 , 0x0196F09FE79A72AEBD956BE69C84E9FB , 0x0196F09FE6D87185903E211F23D71ED1 , 0x0196F09FE72E708287951E1D00D52444 , 0x0196F09FE6D87185903E211F27206E4D , 0x0196F09FE6D87185903E211F61ED5486 , 0x0196F09FE7FA7231A8132B61CEA025EB , 0x0196F09FE72E708287951E1D19AF89C4 , 0x0196F09FE799701A8616E4A6AA77FCF8 , 0x0196F09FE72E708287951E1CF52C1848 , 0x0196F09FE79A72AEBD956BE6CBE58941 , 0x0196F09FE79A72AEBD956BE6AA817A3F , 0x0196F09FE6D87185903E211F34D81A1D , 0x0196F09FE72E708287951E1CFAB974EB , 0x0196F09FE79A72AEBD956BE691D7920B , 0x0196F09FE79A72AEBD956BE6C4D7EB88 , 0x0196F09FE79A72AEBD956BE6A5C557A7 , 0x0196F09FE72E708287951E1D1E2493FF , 0x0196F09FE72E708287951E1D06AE6E62 , 0x0196F09FE79A72AEBD956BE6C85C8E91 , 0x0196F09FE7FA7231A8132B61DA4C6A10 , 0x0196F09FE79A72AEBD956BE699BE5A44 , 0x0196F09FE6D87185903E211F6B51A63E , 0x0196F09FE72E708287951E1CD9CEE54B , 0x0196F09FE72E708287951E1CF94379F5 , 0x0196F09FE799701A8616E4A6B3D8AFE5 , 0x0196F09FE7FA7231A8132B61E6842541 , 0x0196F09FE799701A8616E4A6AEF83BA3 , 0x0196F09FE79A72AEBD956BE6AACB5A49 , 0x0196F09FE7FA7231A8132B61B7BAF936 , 0x0196F09FE7FA7231A8132B61ABC19A68 , 0x0196F09FE6D87185903E211F5F35B218 , 0x0196F09FE6D87185903E211F4EE275FE , 0x0196F09FE7FA7231A8132B61C92129E3 , 0x0196F09FE72E708287951E1CDA95C0FA , 0x0196F09FE79A72AEBD956BE6D2E47FB4 , 0x0196F09FE79A72AEBD956BE69310D0ED , 0x0196F09FE79A72AEBD956BE6A78ED8EA , 0x0196F09FE799701A8616E4A6AF41D9BD , 0x0196F09FE6D87185903E211F65576B34 , 0x0196F09FE799701A8616E4A6B117DB65 , 0x0196F09FE79A72AEBD956BE6BC349ED4 , 0x0196F09FE79A72AEBD956BE6BE15580B , 0x0196F09FE72E708287951E1D23B399CD , 0x0196F09FE6D87185903E211F477EAADC , 0x0196F09FE79A72AEBD956BE6A0E54AB0 , 0x0196F09FE7FA7231A8132B61B87B5896 , 0x0196F09FE79A72AEBD956BE6A537FA60 , 0x0196F09FE79A72AEBD956BE6B0D44BE1 , 0x0196F09FE79A72AEBD956BE6B6E29086 , 0x0196F09FE79A72AEBD956BE69ABD3FE4 , 0x0196F09FE6D87185903E211F4B37DD75 , 0x0196F09FE7FA7231A8132B61AE878482 , 0x0196F09FE79A72AEBD956BE6CDC4A112 , 0x0196F09FE7FA7231A8132B61A3DE44C3 , 0x0196F09FE79A72AEBD956BE6CCD51758 , 0x0196F09FE7FA7231A8132B61C8241978 , 0x0196F09FE7FA7231A8132B61BCDE75D8 , 0x0196F09FE79A72AEBD956BE696488160 , 0x0196F09FE79A72AEBD956BE69CCB58FD , 0x0196F09FE7FA7231A8132B61E5378623 , 0x0196F09FE7FA7231A8132B61E2EF0E62 , 0x0196F09FE79A72AEBD956BE6A56C987D , 0x0196F09FE7FA7231A8132B61C466AB59 , 0x0196F09FE7FA7231A8132B61A73387F7 , 0x0196F09FE7FA7231A8132B61BEDA6745 , 0x0196F09FE79A72AEBD956BE6AB4BBA71 , 0x0196F09FE7FA7231A8132B61BFBFDFE0 , 0x0196F09FE79A72AEBD956BE6BD787407 , 0x0196F09FE7FA7231A8132B61AF58E3C8 , 0x0196F09FE7FA7231A8132B61DCD01435 , 0x0196F09FE7FA7231A8132B61E79BC516 , 0x0196F09FE7FA7231A8132B61B55904A0 , 0x0196F09FE79A72AEBD956BE6BB6286A7 , 0x0196F09FE7FA7231A8132B61A1DD4692 , 0x0196F09FE79A72AEBD956BE6A3AAEAE0 , 0x0196F09FE7FA7231A8132B61D33B0492 , 0x0196F09FE7FA7231A8132B61D579E990 , 0x0196F09FE7FA7231A8132B61A6869213 , 0x0196F09FE7FA7231A8132B61C33D0057 , 0x0196F09FE7FA7231A8132B61C7F845BE , 0x0196F09FE7FA7231A8132B61D6FAE725 , 0x0196F09FE7FA7231A8132B61CBE5DD9B , 0x0196F09FE7FA7231A8132B61BB0DDB72 , 0x0196F09FE79A72AEBD956BE6BA55FB7B , 0x0196F09FE7FA7231A8132B61DEE22186 , 0x0196F09FE7FA7231A8132B61B1B00C6F , 0x0196F09FE7FA7231A8132B61C02AAB77 , 0x0196F09FE7FA7231A8132B61DD608E44 , 0x0196F09FE7FA7231A8132B61A7A71005 , 0x0196F09FE7FA7231A8132B61A5833ADD , 0x0196F09FE7FA7231A8132B61B4D7E506 , 0x0196F09FE7FA7231A8132B61B40F7D06 , 0x0196F09FE7FA7231A8132B61A001BAA8 , 0x0196F09FE7FA7231A8132B61DE3F85AD , 0x0196F09FE7FA7231A8132B61A4D86B5F , 0x0196F09FE7FA7231A8132B61C1481E6A , 0x0196F09FE7FA7231A8132B61A66E662C , 0x0196F09FE7FA7231A8132B61D01378DE , 0x0196F09FE7FA7231A8132B61CAE38DD9 , 0x0196F09FE7FA7231A8132B61E34C0B38 , 0x0196F09FE7FA7231A8132B61ADB2D831 , 0x0196F09FE7FA7231A8132B61D1121052 , 0x0196F09FE7FA7231A8132B61A4665E24 , 0x0196F09FE7FA7231A8132B61CF77F914 , 0x0196F09FE7FA7231A8132B61CA291897 , 0x0196F09FE7FA7231A8132B61B6FF62CA , 0x0196F09FE7FA7231A8132B61A2B146A5 , 0x0196F09FE7FA7231A8132B61CDC039D0 , 0x0196F09FE7FA7231A8132B61C11ED930 , 0x0196F09FE7FA7231A8132B61C5F12C3D , 0x0196F09FE7FA7231A8132B61C7DBD889 , 0x0196F09FE7FA7231A8132B61C998A1BC , 0x0196F09FE7FA7231A8132B61A920FC4C , 0x0196F09FE7FA7231A8132B61E4064E5C , 0x0196F09FE7FA7231A8132B61D1445978 , 0x0196F09FE7FA7231A8132B61D9AA4EEE , 0x0196F09FE7FA7231A8132B61C2A081CE , 0x0196F09FE7FA7231A8132B61E1837BB5 , 0x0196F09FE7FA7231A8132B61B2ED2842 , 0x0196F09FE7FA7231A8132B61AD0AD380 , 0x0196F09FE7FA7231A8132B61A4FB4C59 , 0x0196F09FE7FA7231A8132B61B5FD6E58 , 0x0196F09FE7FA7231A8132B619FE80EA5 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
65
4.11 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 ûƒµÏqàÉ>!\x1F\x1E Ú50 "
b"\x01 ûƒµÏqàÉ>!\x1F\x1E Ù×\x14 "
b"\x01 ûƒµÏqàÉ>!\x1F\x1F 5▀æ "
b"\x01 ûƒµÏqàÉ>!\x1F \t w╗ "
b"\x01 ûƒµÏqàÉ>!\x1F ±0▀ "
b"\x01 ûƒµÏqàÉ>!\x1F !Hje "
b"\x01 ûƒµÏqàÉ>!\x1F !J5à "
b"\x01 ûƒµÏqàÉ>!\x1F !n┬Å "
b"\x01 ûƒµÏqàÉ>!\x1F !ªgd "
b"\x01 ûƒµÏqàÉ>!\x1F "â\x7F D "
b"\x01 ûƒµÏqàÉ>!\x1F "õXÿ "
b"\x01 ûƒµÏqàÉ>!\x1F "å[ "
b"\x01 ûƒµÏqàÉ>!\x1F "²iÌ "
b"\x01 ûƒµÏqàÉ>!\x1F #╔¢° "
b"\x01 ûƒµÏqàÉ>!\x1F #Î\x1E Ð "
b"\x01 ûƒµÏqàÉ>!\x1F $ˬ£ "
b"""
\x01 ûƒµÏqàÉ>!\x1F %1\n
ô
"""
b"\x01 ûƒµÏqàÉ>!\x1F %2\x13 S "
b"\x01 ûƒµÏqàÉ>!\x1F %µßû "
b"\x01 ûƒµÏqàÉ>!\x1F &Q╝\x19 "
b"\x01 ûƒµÏqàÉ>!\x1F ' nM "
b"\x01 ûƒµÏqàÉ>!\x1F (\x1C :¤ "
b"\x01 ûƒµÏqàÉ>!\x1F (ý3\v "
b"\x01 ûƒµÏqàÉ>!\x1F )iñ "
b"\x01 ûƒµÏqàÉ>!\x1F *V¿╠ "
b"\x01 ûƒµÏqàÉ>!\x1F *ËrK "
b"\x01 ûƒµÏqàÉ>!\x1F +╩\x1C  "
b"\x01 ûƒµÏqàÉ>!\x1F ,V╔\x01 "
b"\x01 ûƒµÏqàÉ>!\x1F ,Ý╝c "
b"\x01 ûƒµÏqàÉ>!\x1F -╦æ« "
b"\x01 ûƒµÏqàÉ>!\x1F .└\x0F , "
b"\x01 ûƒµÏqàÉ>!\x1F .Û½ç "
b"\x01 ûƒµÏqàÉ>!\x1F /Æ÷¶ "
b"\x01 ûƒµÏqàÉ>!\x1F 0:ZM "
b"\x01 ûƒµÏqàÉ>!\x1F 1\x13 x# "
b"\x01 ûƒµÏqàÉ>!\x1F 1ã|\x18 "
b"\x01 ûƒµÏqàÉ>!\x1F 2_┐$ "
b"\x01 ûƒµÏqàÉ>!\x1F 2Õ}> "
b"\x01 ûƒµÏqàÉ>!\x1F 3\x7F â_ "
b"\x01 ûƒµÏqàÉ>!\x1F 3¢╦P "
b"\x01 ûƒµÏqàÉ>!\x1F 4ñ\x7F Ä "
b"\x01 ûƒµÏqàÉ>!\x1F 4▒?µ "
b"\x01 ûƒµÏqàÉ>!\x1F 4Í╗« "
b"\x01 ûƒµÏqàÉ>!\x1F 4Ï\x1A\x1D "
b"\x01 ûƒµÏqàÉ>!\x1F 5 X# "
b"\x01 ûƒµÏqàÉ>!\x1F 5¹ m "
b"\x01 ûƒµÏqàÉ>!\x1F 6¼¤h "
b"\x01 ûƒµÏqàÉ>!\x1F 7i\x15\x11 "
b"\x01 ûƒµÏqàÉ>!\x1F 7┼Ò║ "
b"\x01 ûƒµÏqàÉ>!\x1F 8)ÕÓ "
b"\x01 ûƒµÏqàÉ>!\x1F 82_» "
b"\x01 ûƒµÏqàÉ>!\x1F 8l1q "
b"\x01 ûƒµÏqàÉ>!\x1F 8th─ "
b"\x01 ûƒµÏqàÉ>!\x1F 8»:0 "
b"\x01 ûƒµÏqàÉ>!\x1F 8Ë┘╝ "
b"\x01 ûƒµÏqàÉ>!\x1F 9cû& "
b"\x01 ûƒµÏqàÉ>!\x1F 9wò_ "
b"\x01 ûƒµÏqàÉ>!\x1F :iè█ "
b"\x01 ûƒµÏqàÉ>!\x1F :ª±u "
b"\x01 ûƒµÏqàÉ>!\x1F ;wÌÜ "
b"\x01 ûƒµÏqàÉ>!\x1F ;ÝQû "
b"\x01 ûƒµÏqàÉ>!\x1F <\t Iµ "
b"\x01 ûƒµÏqàÉ>!\x1F <ÜX┴ "
b"\x01 ûƒµÏqàÉ>!\x1F =Q\x07 ¿ "
b"\x01 ûƒµÏqàÉ>!\x1F =^Û¤ "
b"\x01 ûƒµÏqàÉ>!\x1F =¿°" "
b"\x01 ûƒµÏqàÉ>!\x1F =╦Iq "
b"\x01 ûƒµÏqàÉ>!\x1F >j\x14 ã "
b"\x01 ûƒµÏqàÉ>!\x1F ?A▒¿ "
b"\x01 ûƒµÏqàÉ>!\x1F ?g.\x14 "
b"\x01 ûƒµÏqàÉ>!\x1F @]╣, "
b"\x01 ûƒµÏqàÉ>!\x1F A/├\x19 "
b"\x01 ûƒµÏqàÉ>!\x1F AHP¢ "
b"\x01 ûƒµÏqàÉ>!\x1F AûÊ> "
b"\x01 ûƒµÏqàÉ>!\x1F A▀Ê "
b"\x01 ûƒµÏqàÉ>!\x1F B╩#¡ "
b"\x01 ûƒµÏqàÉ>!\x1F CA▀d "
b"\x01 ûƒµÏqàÉ>!\x1F CÙ\x08 ┘ "
b"\x01 ûƒµÏqàÉ>!\x1F DDrã "
b"\x01 ûƒµÏqàÉ>!\x1F D╔VI "
b"\x01 ûƒµÏqàÉ>!\x1F E▓┤q "
b"\x01 ûƒµÏqàÉ>!\x1F Fâ\x13 ÿ "
b"\x01 ûƒµÏqàÉ>!\x1F G~¬▄ "
b"\x01 ûƒµÏqàÉ>!\x1F H\x03 ¥╩ "
b"\x01 ûƒµÏqàÉ>!\x1F H¤3_ "
b"\x01 ûƒµÏqàÉ>!\x1F Hð▓î "
b"\x01 ûƒµÏqàÉ>!\x1F H┌\x17 Ð "
b"\x01 ûƒµÏqàÉ>!\x1F H°jþ "
b"\x01 ûƒµÏqàÉ>!\x1F I-²m "
b"\x01 ûƒµÏqàÉ>!\x1F IåÍ\r "
b"\x01 ûƒµÏqàÉ>!\x1F I£>R "
b"\x01 ûƒµÏqàÉ>!\x1F JL¨H "
b"\x01 ûƒµÏqàÉ>!\x1F K\x00 ═. "
b"\x01 ûƒµÏqàÉ>!\x1F K7¦u "
b"\x01 ûƒµÏqàÉ>!\x1F K╝ªr "
b"\x01 ûƒµÏqàÉ>!\x1F Lä½Z "
b"\x01 ûƒµÏqàÉ>!\x1F M_ù( "
b"\x01 ûƒµÏqàÉ>!\x1F Mé)Ä "
b"\x01 ûƒµÏqàÉ>!\x1F M═m\x11 "
b"\x01 ûƒµÏqàÉ>!\x1F Nc|\x10 "
b"\x01 ûƒµÏqàÉ>!\x1F NÔu■ "
b"\x01 ûƒµÏqàÉ>!\x1F N¸\x16 Å "
b"\x01 ûƒµÏqàÉ>!\x1F Oª;B "
b"\x01 ûƒµÏqàÉ>!\x1F PùÄ\x19 "
b"\x01 ûƒµÏqàÉ>!\x1F Q(«Ö "
b"\x01 ûƒµÏqàÉ>!\x1F Q¬Qa "
b"\x01 ûƒµÏqàÉ>!\x1F Qã$Í "
b"\x01 ûƒµÏqàÉ>!\x1F Qã̽ "
b"\x01 ûƒµÏqàÉ>!\x1F RK░X "
b"\x01 ûƒµÏqàÉ>!\x1F S6X¥ "
b"\x01 ûƒµÏqàÉ>!\x1F S│%Ü "
b"\x01 ûƒµÏqàÉ>!\x1F T.╬f "
b"\x01 ûƒµÏqàÉ>!\x1F U+Mv "
b"\x01 ûƒµÏqàÉ>!\x1F UÐ%3 "
b"\x01 ûƒµÏqàÉ>!\x1F VLBå "
b"\x01 ûƒµÏqàÉ>!\x1F V░§; "
b"\x01 ûƒµÏqàÉ>!\x1F W;l? "
b"\x01 ûƒµÏqàÉ>!\x1F W█3w "
b"\x01 ûƒµÏqàÉ>!\x1F Xá╩+ "
b"\x01 ûƒµÏqàÉ>!\x1F YêÛO "
b"\x01 ûƒµÏqàÉ>!\x1F Y╠am "
b"\x01 ûƒµÏqàÉ>!\x1F Y¶l¿ "
b"\x01 ûƒµÏqàÉ>!\x1F Z[(| "
b"\x01 ûƒµÏqàÉ>!\x1F Z¤=p "
b"\x01 ûƒµÏqàÉ>!\x1F [\x00 ┤╝ "
b"\x01 ûƒµÏqàÉ>!\x1F [u"L "
b"\x01 ûƒµÏqàÉ>!\x1F \ 4Û "
b"\x01 ûƒµÏqàÉ>!\x1F \q): "
b"\x01 ûƒµÏqàÉ>!\x1F ]p=Ó "
b"\x01 ûƒµÏqàÉ>!\x1F ^\e îQ "
b"\x01 ûƒµÏqàÉ>!\x1F ^iv╚ "
b"\x01 ûƒµÏqàÉ>!\x1F ^╣M "
b"\x01 ûƒµÏqàÉ>!\x1F ^┐°L "
b"\x01 ûƒµÏqàÉ>!\x1F _&Ãæ "
b"\x01 ûƒµÏqàÉ>!\x1F _5▓\x18 "
b"\x01 ûƒµÏqàÉ>!\x1F _ËX¸ "
b"\x01 ûƒµÏqàÉ>!\x1F `É\x01 ▀ "
b"\x01 ûƒµÏqàÉ>!\x1F a"╝³ "
b"\x01 ûƒµÏqàÉ>!\x1F aÝTå "
b"\x01 ûƒµÏqàÉ>!\x1F b\x19 ý² "
b"\x01 ûƒµÏqàÉ>!\x1F bg|J "
b"\x01 ûƒµÏqàÉ>!\x1F cXª# "
b"\x01 ûƒµÏqàÉ>!\x1F cñzß "
b"\x01 ûƒµÏqàÉ>!\x1F cÛ│º "
b"\x01 ûƒµÏqàÉ>!\x1F d╝Êó "
b"\x01 ûƒµÏqàÉ>!\x1F eWk4 "
b"\x01 ûƒµÏqàÉ>!\x1F eÒ±& "
b"\x01 ûƒµÏqàÉ>!\x1F f▄¿² "
b"\x01 ûƒµÏqàÉ>!\x1F gÆÞª "
b"\x01 ûƒµÏqàÉ>!\x1F g│åÙ "
b"\x01 ûƒµÏqàÉ>!\x1F h)×N "
b"\x01 ûƒµÏqàÉ>!\x1F i\x01\x1A , "
b"\x01 ûƒµÏqàÉ>!\x1F iû┤\x07 "
b"\x01 ûƒµÏqàÉ>!\x1F j\x12 #9 "
b"\x01 ûƒµÏqàÉ>!\x1F j5Sû "
b"\x01 ûƒµÏqàÉ>!\x1F j{Nx "
b"\x01 ûƒµÏqàÉ>!\x1F jå1▀ "
b"\x01 ûƒµÏqàÉ>!\x1F kQª> "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ×윽 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ØSÚõ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Ù+T9 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÙÎåK "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Ú•Àú "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Û\t õq "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Û´v¾ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÜŽ˜\x13 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Üì². "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÝÊ\t \r "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Þ®ô1 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ß5×ø "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ßy,> "
b"\x01 ûƒþ.péçò\x1E\x1C Ó5DØ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C àÞ+2 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C áʺº "
b"\x01 –ðŸç.p‚‡•\x1E\x1C â½f[ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ãgÇd "
b"\x01 –ðŸç.p‚‡•\x1E\x1C äfÞ÷ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C å(x: "
b"\x01 –ðŸç.p‚‡•\x1E\x1C å2ÁI "
b"\x01 –ðŸç.p‚‡•\x1E\x1C åW’z "
b"\x01 –ðŸç.p‚‡•\x1E\x1C æ\x0E ~\x06 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C æù6\x1C "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ç\x04 zz "
b"\x01 ûƒþ.péçò\x1E\x1C þ\x1C É▄ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C è\x03 wu "
b"\x01 –ðŸç.p‚‡•\x1E\x1C è †+ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C èËÚ\x1E "
b"\x01 –ðŸç.p‚‡•\x1E\x1C èÚÆí "
b"\x01 –ðŸç.p‚‡•\x1E\x1C é<Þe "
b"\x01 –ðŸç.p‚‡•\x1E\x1C é»w« "
b"\x01 –ðŸç.p‚‡•\x1E\x1C êK"Ž "
b"\x01 –ðŸç.p‚‡•\x1E\x1C êÑ\t Œ "
b"\x01 ûƒþ.péçò\x1E\x1C Ù$Òì "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ë²½9 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ì‹\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C í(+D "
b"\x01 –ðŸç.p‚‡•\x1E\x1C í;ŸB "
b"\x01 –ðŸç.p‚‡•\x1E\x1C î3zË "
b"\x01 –ðŸç.p‚‡•\x1E\x1C î~—† "
b"\x01 –ðŸç.p‚‡•\x1E\x1C îÙAî "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ï`à# "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ïËSL "
b"\x01 ûƒþ.péçò\x1E\x1C \x7F ü² "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ñ\r Ûæ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ñ¶–` "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ò\x01\f ‘ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ò05– "
b"\x01 –ðŸç.p‚‡•\x1E\x1C òÌw« "
b"\x01 –ðŸç.p‚‡•\x1E\x1C òïÅã "
b"\x01 –ðŸç.p‚‡•\x1E\x1C óH[7 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C óê€\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ô²øû "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ôÝ\x1A h "
b"\x01 –ðŸç.p‚‡•\x1E\x1C õ\x0E OŸ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C õ,\x18 H "
b"\x01 –ðŸç.p‚‡•\x1E\x1C õ沎 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C öl\x16 ã "
b"""
\x01 –ðŸç.p‚‡•\x1E\x1C ÷\n
\x1D ¿
"""
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÷\x1F\x17 Ö "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÷Œˆw "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÷˜±± "
b"\x01 –ðŸç.p‚‡•\x1E\x1C øJ¦w "
b"\x01 –ðŸç.p‚‡•\x1E\x1C øŽpM "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ùCyõ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ùݶˆ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ú#\x02 Ï "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ú=OÝ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C úŸ\x03\x10 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ú¹të "
b"\x01 –ðŸç.p‚‡•\x1E\x1C û8ÆÕ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ûØ\x1C ä "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ü†–q "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ýpÕ\x17 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C þ_GÑ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÿ\x1D [ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÿTôÓ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÿ²_0 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x00 HÁ‘ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x00 ^×6 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x00 Õ$D "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x01 Š_i "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x02 D)N "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x02 ¡\x1D ° "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x02 ìO¸ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x03 mÜû "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x03 ™\v i "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x03 ÆóÇ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x04 pdf "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x05\x11 S\x18 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x05 †´q "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x06 "Ây "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x06 ®nb "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 '\x1E ” "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 Hu‘ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 QåŒ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 ñb+ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x08 »Í¾ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x08 ÍòÖ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\t Ž\x1D n "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\t ¥Lf "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\t íõ3 "
b"""
\x01 –ðŸç.p‚‡•\x1E\x1D \n
§{\
"""
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v\x02 Ì\x7F "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v\x03 ‹" "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v }OÞ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v ¡Oö "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v ö¨E "
b"\x01 ûƒþ.péçò\x1E\x1D\f\x18 üA "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f\x1C\x05 Ü "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f [=4 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f ŸÙÀ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f á\x12 ñ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D \r \x18 Ln "
b"\x01 –ðŸç.p‚‡•\x1E\x1D \r ð=& "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0E )[A "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0E È2Ð "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F ;ýB "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F Aѱ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F \!¡ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F |óÍ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x10 <b\x1A "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x10 úä\x1E "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x11 < ç "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x11 Þ.ò "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x11 âÜO "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x12 ”J¿ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x13 d\x03 % "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x14 æz "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x15\f Ïr "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x15\x1F ›@ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x15 Ô6Ô "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x16 ˜}£ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 v«ø "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 x¤ž "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 踱 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 ó\e Ô "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x18 šð} "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x19 {ô] "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x19 ¯‰Ä "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A B\x00 \n "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A jU\x1F "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A p\x08 $ "
b"\x01 ûƒþ.péçò\x1E\x1D\x1A rÉ? "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A ÿ3ñ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\e àÖÄ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1C ˜\x1C [ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1D Lïê "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1E $“ÿ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1F\x13 E¦ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1F Å`\n "
b"\x01 –ðŸç.p‚‡•\x1E\x1D õ\x03 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D !e¬2 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D "[åë "
b"\x01 –ðŸç.p‚‡•\x1E\x1D "èô” "
b"\x01 –ðŸç.p‚‡•\x1E\x1D #³™Í "
b"\x01 –ðŸç.p‚‡•\x1E\x1D #ÇRî "
b"\x01 –ðŸç™p\x1A †\x16 䦪wüø "
b"\x01 –ðŸç™p\x1A †\x16 䦪̎\x08 "
b"\x01 –ðŸç™p\x1A †\x16 ä¦ªÍž× "
b"\x01 –ðŸç™p\x1A †\x16 䦫=%£ "
b"\x01 –ðŸç™p\x1A †\x16 䦫öt“ "
b"\x01 ûƒþÖp\x1A å\x16 õª¼ÅÀ╚ "
b"\x01 –ðŸç™p\x1A †\x16 ä¦K\x10 ‡ "
b"\x01 –ðŸç™p\x1A †\x16 䦮\x08 °\x10 "
b"\x01 –ðŸç™p\x1A †\x16 䦮”Sq "
b"\x01 –ðŸç™p\x1A †\x16 䦮ø;£ "
b"\x01 –ðŸç™p\x1A †\x16 䦯AÙ½ "
b"\x01 –ðŸç™p\x1A †\x16 䦰7¯\x00 "
b"\x01 –ðŸç™p\x1A †\x16 䦰™šÀ "
b"\x01 –ðŸç™p\x1A †\x16 䦱\x17 Ûe "
b"\x01 –ðŸç™p\x1A †\x16 䦱$Ôà "
b"\x01 –ðŸç™p\x1A †\x16 䦱PðÒ "
b"\x01 –ðŸç™p\x1A †\x16 䦲+'è "
b"\x01 –ðŸç™p\x1A †\x16 䦲õkè "
b"\x01 –ðŸç™p\x1A †\x16 䦳<}: "
b"\x01 –ðŸç™p\x1A †\x16 䦳دå "
b"\x01 –ðŸç™p\x1A †\x16 䦴\x1F e¬ "
b"\x01 ûƒþÜr«¢òkµÉ\x17 ý╗ "
b"\x01 ûƒþÜr«¢òkµÉ█ıÓ "
b"\x01 –ðŸçšr®½•kæ‘\x1C €› "
b"\x01 –ðŸçšr®½•kæ‘R;Õ "
b"\x01 –ðŸçšr®½•kæ‘×’\v "
b"\x01 –ðŸçšr®½•kæ‘ß¹d "
b"\x01 –ðŸçšr®½•kæ’#ë´ "
b"\x01 –ðŸçšr®½•kæ’²œ! "
b"\x01 –ðŸçšr®½•kæ“\x10 Ðí "
b"\x01 –ðŸçšr®½•k擵ñ“ "
b"\x01 –ðŸçšr®½•kæ”lßá "
b"\x01 –ðŸçšr®½•kæ•d¿R "
b"\x01 ûƒþÜr«¢òkµûHü` "
b"""
\x01 –ðŸçšr®½•kæ—\n
\x06\v
"""
b"\x01 –ðŸçšr®½•kæ—jü\x0E "
b"\x01 –ðŸçšr®½•kæ—§\x03 ] "
b"\x01 –ðŸçšr®½•kæ˜E‘1 "
b"\x01 –ðŸçšr®½•kæ˜ãoJ "
b"\x01 –ðŸçšr®½•k晘Ç` "
b"\x01 –ðŸçšr®½•k晾ZD "
b"\x01 –ðŸçšr®½•kæš½?ä "
b"\x01 –ðŸçšr®½•kæ›2úZ "
b"\x01 –ðŸçšr®½•k曤}O "
b"\x01 –ðŸçšr®½•k朄éû "
b"\x01 –ðŸçšr®½•kæœËXý "
b"\x01 ûƒþÜr«¢òkµØú\x19 ) "
b"\x01 ûƒþÜr«¢òkµØ╬ñ? "
b"\x01 ûƒþÜr«¢òkµ×üB« "
b"\x01 –ðŸçšr®½•kæŸ3ßà "
b"\x01 –ðŸçšr®½•kæŸåñÑ "
b"\x01 –ðŸçšr®½•kæ åJ° "
b"\x01 –ðŸçšr®½•kæ¡¥¬¦ "
b"\x01 –ðŸçšr®½•kæ¢?ZÜ "
b"\x01 –ðŸçšr®½•kæ£7wè "
b"\x01 –ðŸçšr®½•k棪êà "
b"\x01 –ðŸçšr®½•k椀ÿP "
b"\x01 –ðŸçšr®½•kæ¥7ú` "
b"\x01 –ðŸçšr®½•kæ¥l˜} "
b"\x01 –ðŸçšr®½•kæ¥ÅW§ "
b"\x01 ûƒþÜr«¢òkµªN®Å "
b"\x01 –ðŸçšr®½•kæ§K8\x16 "
b"\x01 –ðŸçšr®½•kæ§ŽØê "
b"\x01 –ðŸçšr®½•kæ¨b#ë "
b"\x01 –ðŸçšr®½•kæ¨Èÿ\x16 "
b"\x01 –ðŸçšr®½•kæ©©ê= "
b"\x01 ûƒþÜr«¢òkµ¬üz? "
b"\x01 –ðŸçšr®½•kæªËZI "
b"\x01 –ðŸçšr®½•kæ«Kºq "
b"\x01 –ðŸçšr®½•kæ¬\x0E Û\x16 "
b"\x01 –ðŸçšr®½•kæ¬ÀiA "
b"\x01 –ðŸçšr®½•kæŸzx "
b"\x01 –ðŸçšr®½•kæ®\x7F I¬ "
b"\x01 –ðŸçšr®½•k殊%¹ "
b"\x01 –ðŸçšr®½•kæ¯ «É "
b"\x01 –ðŸçšr®½•k毋@˜ "
b"\x01 –ðŸçšr®½•kæ°\x1C œ\n "
b"\x01 –ðŸçšr®½•kæ°ÔKá "
b"\x01 –ðŸçšr®½•k汯\x05 L "
b"\x01 –ðŸçšr®½•kæ²h>¹ "
b"\x01 –ðŸçšr®½•kæ³\x1A `ì "
b"\x01 –ðŸçšr®½•kæ³Ö–Å "
b"\x01 –ðŸçšr®½•kæ³üD\x17 "
b"\x01 –ðŸçšr®½•kæ´åÒ¯ "
b"\x01 –ðŸçšr®½•kæµ¼ß= "
b"\x01 –ðŸçšr®½•kæµë¶B "
b"\x01 –ðŸçšr®½•kæ¶N\x08 c "
b"\x01 –ðŸçšr®½•kæ¶À`d "
b"\x01 ûƒþÜr«¢òkµÂÔÉå "
b"\x01 –ðŸçšr®½•kæ·°% "
b"\x01 –ðŸçšr®½•kæ·±5H "
b"\x01 –ðŸçšr®½•k渖í` "
b"\x01 –ðŸçšr®½•kæ¹4æ~ "
b"\x01 –ðŸçšr®½•kæ¹ZJÐ "
b"\x01 –ðŸçšr®½•kæºUû{ "
b"\x01 –ðŸçšr®½•kæ»*÷@ "
b"\x01 –ðŸçšr®½•kæ»XmM "
b"\x01 –ðŸçšr®½•kæ»b†§ "
b"\x01 –ðŸçšr®½•kæ¼4žÔ "
b"\x01 –ðŸçšr®½•kæ¼H‚Ê "
b"\x01 –ðŸçšr®½•kæ¼[}Ë "
b"\x01 –ðŸçšr®½•k漦\x08\x1C "
b"\x01 –ðŸçšr®½•kæ¼ú'u "
b"\x01 –ðŸçšr®½•kæ½w|È "
b"\x01 –ðŸçšr®½•kæ½xt\x07 "
b"\x01 –ðŸçšr®½•kæ¾\x15 X\v "
b"\x01 –ðŸçšr®½•kæ¾îj\n "
b"\x01 –ðŸçšr®½•kæ¿-¸„ "
b"\x01 –ðŸçšr®½•k濳§\e "
b"\x01 –ðŸçšr®½•kæÀZd{ "
b"\x01 –ðŸçšr®½•kæÁLس "
b"\x01 –ðŸçšr®½•kæÁéZ+ "
b"\x01 –ðŸçšr®½•kæÂèJ\x1E "
b"\x01 –ðŸçšr®½•kæÃW?^ "
b"\x01 –ðŸçšr®½•kæÃî\x08 5 "
b"\x01 –ðŸçšr®½•kæÄÀÎb "
b"\x01 –ðŸçšr®½•kæÄ×ëˆ "
b"\x01 –ðŸçšr®½•kæÅª_. "
b"\x01 –ðŸçšr®½•kæÅÄr' "
b"\x01 –ðŸçšr®½•kæÆ&\v w "
b"\x01 –ðŸçšr®½•kæÆÇ²; "
b"\x01 –ðŸçšr®½•kæÇ‰þ\n "
b"\x01 –ðŸçšr®½•kæÈ\Ž‘ "
b"\x01 –ðŸçšr®½•kæÈ·VÌ "
b"\x01 ûƒþÜr«¢òkµ╔æü¿ "
b"\x01 –ðŸçšr®½•kæÉÀ6\x01 "
b"\x01 –ðŸçšr®½•kæÊRC\x17 "
b"\x01 –ðŸçšr®½•kæÊow„ "
b"\x01 –ðŸçšr®½•kæÊŠ/u "
b"\x01 –ðŸçšr®½•kæË\x03 |Ú "
b"\x01 –ðŸçšr®½•kæËÏ\x00 ˆ "
b"\x01 –ðŸçšr®½•kæËå‰A "
b"\x01 –ðŸçšr®½•kæÌÕ\x17 X "
b"\x01 –ðŸçšr®½•kæÍ\x06 ùö "
b"\x01 –ðŸçšr®½•kæÍ@\x0F ã "
b"\x01 –ðŸçšr®½•kæÍÄ¡\x12 "
b"\x01 –ðŸçšr®½•kæÎ©«f "
b"\x01 –ðŸçšr®½•kæÎýJ« "
b"\x01 –ðŸçšr®½•kæÏ’±³ "
b"\x01 –ðŸçšr®½•kæÐ\x06 •ú "
b"\x01 ûƒþÜr«¢òkµð\e ü¿ "
b"\x01 –ðŸçšr®½•kæÑ\x14 }£ "
b"\x01 –ðŸçšr®½•kæÑ€8\x03 "
b"\x01 –ðŸçšr®½•kæÒ\x02\x07 … "
b"\x01 –ðŸçšr®½•kæÒ\x08 0\x1F "
b"\x01 –ðŸçšr®½•kæÒä\x7F ´ "
b"\x01 –ðŸçšr®½•kæÓ\x1A [F "
b"\x01 –ðŸçšr®½•kæÓh\x1F ‹ "
b"\x01 ûƒþÜr«¢òkµËØ└ý "
b"\x01 ûƒþÜr«¢òkµÈ\x1C\x05 ü "
b"\x01 –ðŸçšr®½•kæÔ´Ð¾ "
b"\x01 –ðŸçšr®½•kæÕQUó "
b"\x01 –ðŸçšr®½•kæÕÚñ× "
b"\x01 –ðŸçšr®½•kæÖ‡\x1F s "
b"\x01 –ðŸçšr®½•kæÖ¦\x0F ñ "
b"\x01 –ðŸçšr®½•kæ×L\x16 v "
b"\x01 –ðŸçšr®½•kæØ\x19 í\x03 "
b"\x01 –ðŸçšr®½•kæØ)\x07 ç "
b"\x01 –ðŸçúr1¨\x13 +aŸ\x1C †Ä "
b"\x01 –ðŸçúr1¨\x13 +aŸè\x0E ¥ "
b"\x01 –ðŸçúr1¨\x13 +a \x01 º¨ "
b"\x01 –ðŸçúr1¨\x13 +a žE• "
b"\x01 –ðŸçúr1¨\x13 +a¡ÝF’ "
b"\x01 –ðŸçúr1¨\x13 +a¢±F¥ "
b"\x01 –ðŸçúr1¨\x13 +a£ÞDà "
b"\x01 –ðŸçúr1¨\x13 +a¤f^$ "
b"\x01 –ðŸçúr1¨\x13 +a¤Øk_ "
b"\x01 –ðŸçúr1¨\x13 +a¤ûLY "
b"\x01 –ðŸçúr1¨\x13 +a¥ƒ:Ý "
b"\x01 –ðŸçúr1¨\x13 +a¦nf, "
b"\x01 –ðŸçúr1¨\x13 +a¦†’\x13 "
b"\x01 –ðŸçúr1¨\x13 +a§3‡÷ "
b"\x01 –ðŸçúr1¨\x13 +a§§\x10\x05 "
b"\x01 –ðŸçúr1¨\x13 +a© üL "
b"\x01 –ðŸçúr1¨\x13 +a©²$¹ "
b"\x01 –ðŸçúr1¨\x13 +a«Ášh "
b"""
\x01 –ðŸçúr1¨\x13 +a\n
Ó€
"""
b"\x01 –ðŸçúr1¨\x13 +aK‡¯ "
b"\x01 –ðŸçúr1¨\x13 +a²Ø1 "
b"\x01 –ðŸçúr1¨\x13 +a®‡„‚ "
b"\x01 –ðŸçúr1¨\x13 +a¯XãÈ "
b"\x01 –ðŸçúr1¨\x13 +a±°\f o "
b"\x01 –ðŸçúr1¨\x13 +a²ÅoŒ "
b"\x01 –ðŸçúr1¨\x13 +a²å~÷ "
]
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 (0x0196F09FE6D87185903E211F1EE93530 , 0x0196F09FE6D87185903E211F1EEB9E14 , 0x0196F09FE6D87185903E211F1F35DF91 , 0x0196F09FE6D87185903E211F200977BB , 0x0196F09FE6D87185903E211F20F130DF , 0x0196F09FE6D87185903E211F21486A65 , 0x0196F09FE6D87185903E211F214A3585 , 0x0196F09FE6D87185903E211F216EC28F , 0x0196F09FE6D87185903E211F21A66764 , 0x0196F09FE6D87185903E211F22837F44 , 0x0196F09FE6D87185903E211F22E45898 , 0x0196F09FE6D87185903E211F22F0865B , 0x0196F09FE6D87185903E211F22FD69DE , 0x0196F09FE6D87185903E211F23C9BDF8 , 0x0196F09FE6D87185903E211F23D71ED1 , 0x0196F09FE6D87185903E211F24D3AA9C , 0x0196F09FE6D87185903E211F25310A93 , 0x0196F09FE6D87185903E211F25321353 , 0x0196F09FE6D87185903E211F25E6E196 , 0x0196F09FE6D87185903E211F2651BC19 , 0x0196F09FE6D87185903E211F27206E4D , 0x0196F09FE6D87185903E211F281C3ACF , 0x0196F09FE6D87185903E211F28EC330B , 0x0196F09FE6D87185903E211F2969F0A4 , 0x0196F09FE6D87185903E211F2A56A8CC , 0x0196F09FE6D87185903E211F2AD3724B , 0x0196F09FE6D87185903E211F2BCA1CB6 , 0x0196F09FE6D87185903E211F2C56C901 , 0x0196F09FE6D87185903E211F2CEDBC63 , 0x0196F09FE6D87185903E211F2DCB91AE , 0x0196F09FE6D87185903E211F2EC00F2C , 0x0196F09FE6D87185903E211F2EEAAB87 , 0x0196F09FE6D87185903E211F2F92F6F4 , 0x0196F09FE6D87185903E211F303A5A4D , 0x0196F09FE6D87185903E211F31137823 , 0x0196F09FE6D87185903E211F31C67C18 , 0x0196F09FE6D87185903E211F325FBF24 , 0x0196F09FE6D87185903E211F32E57D3E , 0x0196F09FE6D87185903E211F337F835F , 0x0196F09FE6D87185903E211F33BDCB50 , 0x0196F09FE6D87185903E211F34A47F8E , 0x0196F09FE6D87185903E211F34B13FE6 , 0x0196F09FE6D87185903E211F34D6BBAE , 0x0196F09FE6D87185903E211F34D81A1D , 0x0196F09FE6D87185903E211F35205823 , 0x0196F09FE6D87185903E211F35FBFF6D , 0x0196F09FE6D87185903E211F36ACCF68 , 0x0196F09FE6D87185903E211F37691511 , 0x0196F09FE6D87185903E211F37C5E3BA , 0x0196F09FE6D87185903E211F3829E5E0 , 0x0196F09FE6D87185903E211F38325FAF , 0x0196F09FE6D87185903E211F386C3171 , 0x0196F09FE6D87185903E211F387468C4 , 0x0196F09FE6D87185903E211F38AF3A30 , 0x0196F09FE6D87185903E211F38D3D9BC , 0x0196F09FE6D87185903E211F39639626 , 0x0196F09FE6D87185903E211F3977955F , 0x0196F09FE6D87185903E211F3A698ADB , 0x0196F09FE6D87185903E211F3AA6F175 , 0x0196F09FE6D87185903E211F3B77DE9A , 0x0196F09FE6D87185903E211F3BED5196 , 0x0196F09FE6D87185903E211F3C0949E6 , 0x0196F09FE6D87185903E211F3C9A58C1 , 0x0196F09FE6D87185903E211F3D5107A8 , 0x0196F09FE6D87185903E211F3D5EEACF , 0x0196F09FE6D87185903E211F3DA8F822 , 0x0196F09FE6D87185903E211F3DCB4971 , 0x0196F09FE6D87185903E211F3E6A14C6 , 0x0196F09FE6D87185903E211F3F41B1A8 , 0x0196F09FE6D87185903E211F3F672E14 , 0x0196F09FE6D87185903E211F405DB92C , 0x0196F09FE6D87185903E211F412FC319 , 0x0196F09FE6D87185903E211F414850BD , 0x0196F09FE6D87185903E211F4196D23E , 0x0196F09FE6D87185903E211F41DFD2F0 , 0x0196F09FE6D87185903E211F42CA23AD , 0x0196F09FE6D87185903E211F4341DF64 , 0x0196F09FE6D87185903E211F43EB08D9 , 0x0196F09FE6D87185903E211F444472C6 , 0x0196F09FE6D87185903E211F44C95649 , 0x0196F09FE6D87185903E211F45B2B471 , 0x0196F09FE6D87185903E211F46831398 , 0x0196F09FE6D87185903E211F477EAADC , 0x0196F09FE6D87185903E211F4803BECA , 0x0196F09FE6D87185903E211F48CF335F , 0x0196F09FE6D87185903E211F48D0B28C , 0x0196F09FE6D87185903E211F48DA17D1 , 0x0196F09FE6D87185903E211F48F86AE7 , 0x0196F09FE6D87185903E211F492DFD6D , 0x0196F09FE6D87185903E211F4986D60D , 0x0196F09FE6D87185903E211F499C3E52 , 0x0196F09FE6D87185903E211F4A4CF948 , 0x0196F09FE6D87185903E211F4B00CD2E , 0x0196F09FE6D87185903E211F4B37DD75 , 0x0196F09FE6D87185903E211F4BBCA672 , 0x0196F09FE6D87185903E211F4C84AB5A , 0x0196F09FE6D87185903E211F4D5F9728 , 0x0196F09FE6D87185903E211F4D82298E , 0x0196F09FE6D87185903E211F4DCD6D11 , 0x0196F09FE6D87185903E211F4E637C10 , 0x0196F09FE6D87185903E211F4EE275FE , 0x0196F09FE6D87185903E211F4EF7168F , 0x0196F09FE6D87185903E211F4FA63B42 , 0x0196F09FE6D87185903E211F50978E19 , 0x0196F09FE6D87185903E211F5128AE99 , 0x0196F09FE6D87185903E211F51AA5161 , 0x0196F09FE6D87185903E211F51C624D6 , 0x0196F09FE6D87185903E211F51C6DEAB , 0x0196F09FE6D87185903E211F524BB058 , 0x0196F09FE6D87185903E211F533658BE , 0x0196F09FE6D87185903E211F53B3259A , 0x0196F09FE6D87185903E211F542ECE66 , 0x0196F09FE6D87185903E211F552B4D76 , 0x0196F09FE6D87185903E211F55D12533 , 0x0196F09FE6D87185903E211F564C4286 , 0x0196F09FE6D87185903E211F56B0F53B , 0x0196F09FE6D87185903E211F573B6C3F , 0x0196F09FE6D87185903E211F57DB3377 , 0x0196F09FE6D87185903E211F58A0CA2B , 0x0196F09FE6D87185903E211F5988EA4F , 0x0196F09FE6D87185903E211F59CC616D , 0x0196F09FE6D87185903E211F59F46CA8 , 0x0196F09FE6D87185903E211F5A5B287C , 0x0196F09FE6D87185903E211F5ACF3D70 , 0x0196F09FE6D87185903E211F5B00B4BC , 0x0196F09FE6D87185903E211F5B75224C , 0x0196F09FE6D87185903E211F5C2034EA , 0x0196F09FE6D87185903E211F5C71293A , 0x0196F09FE6D87185903E211F5D703DE0 , 0x0196F09FE6D87185903E211F5E1B8C51 , 0x0196F09FE6D87185903E211F5E6976C8 , 0x0196F09FE6D87185903E211F5EB94DFF , 0x0196F09FE6D87185903E211F5EBFF84C , 0x0196F09FE6D87185903E211F5F26C791 , 0x0196F09FE6D87185903E211F5F35B218 , 0x0196F09FE6D87185903E211F5FD358F7 , 0x0196F09FE6D87185903E211F609001DF , 0x0196F09FE6D87185903E211F6122BCFC , 0x0196F09FE6D87185903E211F61ED5486 , 0x0196F09FE6D87185903E211F6219ECFD , 0x0196F09FE6D87185903E211F62677C4A , 0x0196F09FE6D87185903E211F6358A623 , 0x0196F09FE6D87185903E211F63A47AE1 , 0x0196F09FE6D87185903E211F63EAB3A7 , 0x0196F09FE6D87185903E211F64BCD2A2 , 0x0196F09FE6D87185903E211F65576B34 , 0x0196F09FE6D87185903E211F65E3F126 , 0x0196F09FE6D87185903E211F66DCA8FD , 0x0196F09FE6D87185903E211F6792E8A6 , 0x0196F09FE6D87185903E211F67B386EB , 0x0196F09FE6D87185903E211F68299E4E , 0x0196F09FE6D87185903E211F69011A2C , 0x0196F09FE6D87185903E211F6996B407 , 0x0196F09FE6D87185903E211F6A122339 , 0x0196F09FE6D87185903E211F6A355396 , 0x0196F09FE6D87185903E211F6A7B4E78 , 0x0196F09FE6D87185903E211F6A8631DF , 0x0196F09FE6D87185903E211F6B51A63E , 0x0196F09FE72E708287951E1CD7EC9CBD , 0x0196F09FE72E708287951E1CD853DAF5 , 0x0196F09FE72E708287951E1CD92B5439 , 0x0196F09FE72E708287951E1CD9CEE54B , 0x0196F09FE72E708287951E1CDA95C0FA , 0x0196F09FE72E708287951E1CDB09F571 , 0x0196F09FE72E708287951E1CDBB476BE , 0x0196F09FE72E708287951E1CDC8E9813 , 0x0196F09FE72E708287951E1CDCECB22E , 0x0196F09FE72E708287951E1CDDCA090D , 0x0196F09FE72E708287951E1CDEAEF431 , 0x0196F09FE72E708287951E1CDF35D7F8 , 0x0196F09FE72E708287951E1CDF792C3E , 0x0196F09FE72E708287951E1CE035449D , 0x0196F09FE72E708287951E1CE0DE2B32 , 0x0196F09FE72E708287951E1CE1CABABA , 0x0196F09FE72E708287951E1CE2BD665B , 0x0196F09FE72E708287951E1CE367C764 , 0x0196F09FE72E708287951E1CE466DEF7 , 0x0196F09FE72E708287951E1CE528783A , 0x0196F09FE72E708287951E1CE532C149 , 0x0196F09FE72E708287951E1CE557927A , 0x0196F09FE72E708287951E1CE60E7E06 , 0x0196F09FE72E708287951E1CE6F9361C , 0x0196F09FE72E708287951E1CE7047A7A , 0x0196F09FE72E708287951E1CE71C90DC , 0x0196F09FE72E708287951E1CE8037775 , 0x0196F09FE72E708287951E1CE820862B , 0x0196F09FE72E708287951E1CE8CBDA1E , 0x0196F09FE72E708287951E1CE8DAC6ED , 0x0196F09FE72E708287951E1CE93CDE65 , 0x0196F09FE72E708287951E1CE9BB77AB , 0x0196F09FE72E708287951E1CEA4B228E , 0x0196F09FE72E708287951E1CEAD1098C , 0x0196F09FE72E708287951E1CEB24E38D , 0x0196F09FE72E708287951E1CEBB2BD39 , 0x0196F09FE72E708287951E1CEC8B19A0 , 0x0196F09FE72E708287951E1CED282B44 , 0x0196F09FE72E708287951E1CED3B9F42 , 0x0196F09FE72E708287951E1CEE337ACB , 0x0196F09FE72E708287951E1CEE7E9786 , 0x0196F09FE72E708287951E1CEED941EE , 0x0196F09FE72E708287951E1CEF60E023 , 0x0196F09FE72E708287951E1CEFCB534C , 0x0196F09FE72E708287951E1CF07F81FD , 0x0196F09FE72E708287951E1CF10DDBE6 , 0x0196F09FE72E708287951E1CF1B69660 , 0x0196F09FE72E708287951E1CF2010C91 , 0x0196F09FE72E708287951E1CF2303596 , 0x0196F09FE72E708287951E1CF2CC77AB , 0x0196F09FE72E708287951E1CF2EFC5E3 , 0x0196F09FE72E708287951E1CF3485B37 , 0x0196F09FE72E708287951E1CF3EA8019 , 0x0196F09FE72E708287951E1CF4B2F8FB , 0x0196F09FE72E708287951E1CF4DD1A68 , 0x0196F09FE72E708287951E1CF50E4F9F , 0x0196F09FE72E708287951E1CF52C1848 , 0x0196F09FE72E708287951E1CF5E6B28E , 0x0196F09FE72E708287951E1CF66C16E3 , 0x0196F09FE72E708287951E1CF70A1DBF , 0x0196F09FE72E708287951E1CF71F17D6 , 0x0196F09FE72E708287951E1CF78C8877 , 0x0196F09FE72E708287951E1CF798B1B1 , 0x0196F09FE72E708287951E1CF84AA677 , 0x0196F09FE72E708287951E1CF88E704D , 0x0196F09FE72E708287951E1CF94379F5 , 0x0196F09FE72E708287951E1CF9DDB688 , 0x0196F09FE72E708287951E1CFA2302CF , 0x0196F09FE72E708287951E1CFA3D4FDD , 0x0196F09FE72E708287951E1CFA9F0310 , 0x0196F09FE72E708287951E1CFAB974EB , 0x0196F09FE72E708287951E1CFB38C6D5 , 0x0196F09FE72E708287951E1CFBD81CE4 , 0x0196F09FE72E708287951E1CFC869671 , 0x0196F09FE72E708287951E1CFD70D517 , 0x0196F09FE72E708287951E1CFE5F47D1 , 0x0196F09FE72E708287951E1CFF1DAD5B , 0x0196F09FE72E708287951E1CFF54F4D3 , 0x0196F09FE72E708287951E1CFFB25F30 , 0x0196F09FE72E708287951E1D0048C191 , 0x0196F09FE72E708287951E1D005ED736 , 0x0196F09FE72E708287951E1D00D52444 , 0x0196F09FE72E708287951E1D018A5F69 , 0x0196F09FE72E708287951E1D0244294E , 0x0196F09FE72E708287951E1D02A11DB0 , 0x0196F09FE72E708287951E1D02EC4FB8 , 0x0196F09FE72E708287951E1D036DDCFB , 0x0196F09FE72E708287951E1D03990B69 , 0x0196F09FE72E708287951E1D03C6F3C7 , 0x0196F09FE72E708287951E1D04706466 , 0x0196F09FE72E708287951E1D05115318 , 0x0196F09FE72E708287951E1D0586B471 , 0x0196F09FE72E708287951E1D0622C279 , 0x0196F09FE72E708287951E1D06AE6E62 , 0x0196F09FE72E708287951E1D07271E94 , 0x0196F09FE72E708287951E1D07487591 , 0x0196F09FE72E708287951E1D0751E58C , 0x0196F09FE72E708287951E1D07F1622B , 0x0196F09FE72E708287951E1D08BBCDBE , 0x0196F09FE72E708287951E1D08CDF2D6 , 0x0196F09FE72E708287951E1D098E1D6E , 0x0196F09FE72E708287951E1D09A54C66 , 0x0196F09FE72E708287951E1D09EDF533 , 0x0196F09FE72E708287951E1D0AA77B5C , 0x0196F09FE72E708287951E1D0B02CC7F , 0x0196F09FE72E708287951E1D0B038B22 , 0x0196F09FE72E708287951E1D0B7D4FDE , 0x0196F09FE72E708287951E1D0BA14FF6 , 0x0196F09FE72E708287951E1D0BF6A845 , 0x0196F09FE72E708287951E1D0C188141 , 0x0196F09FE72E708287951E1D0C1C05DC , 0x0196F09FE72E708287951E1D0C5B3D34 , 0x0196F09FE72E708287951E1D0C9FD9C0 , 0x0196F09FE72E708287951E1D0CE112F1 , 0x0196F09FE72E708287951E1D0D184C6E , 0x0196F09FE72E708287951E1D0DF03D26 , 0x0196F09FE72E708287951E1D0E295B41 , 0x0196F09FE72E708287951E1D0EC832D0 , 0x0196F09FE72E708287951E1D0F3BFD42 , 0x0196F09FE72E708287951E1D0F41D1B1 , 0x0196F09FE72E708287951E1D0F5C21A1 , 0x0196F09FE72E708287951E1D0F7CF3CD , 0x0196F09FE72E708287951E1D103C621A , 0x0196F09FE72E708287951E1D10FAE41E , 0x0196F09FE72E708287951E1D113C20E7 , 0x0196F09FE72E708287951E1D11DE2EF2 , 0x0196F09FE72E708287951E1D11E2DC4F , 0x0196F09FE72E708287951E1D12944ABF , 0x0196F09FE72E708287951E1D13640325 , 0x0196F09FE72E708287951E1D1420E67A , 0x0196F09FE72E708287951E1D150CCF72 , 0x0196F09FE72E708287951E1D151F9B40 , 0x0196F09FE72E708287951E1D15D436D4 , 0x0196F09FE72E708287951E1D16987DA3 , 0x0196F09FE72E708287951E1D1776ABF8 , 0x0196F09FE72E708287951E1D1778A49E , 0x0196F09FE72E708287951E1D17E8B8B1 , 0x0196F09FE72E708287951E1D17F31BD4 , 0x0196F09FE72E708287951E1D189AF07D , 0x0196F09FE72E708287951E1D197BF45D , 0x0196F09FE72E708287951E1D19AF89C4 , 0x0196F09FE72E708287951E1D1A42000A , 0x0196F09FE72E708287951E1D1A6A551F , 0x0196F09FE72E708287951E1D1A700824 , 0x0196F09FE72E708287951E1D1A72903F , 0x0196F09FE72E708287951E1D1AFF33F1 , 0x0196F09FE72E708287951E1D1BE0D6C4 , 0x0196F09FE72E708287951E1D1C981C5B , 0x0196F09FE72E708287951E1D1D4CEFEA , 0x0196F09FE72E708287951E1D1E2493FF , 0x0196F09FE72E708287951E1D1F1345A6 , 0x0196F09FE72E708287951E1D1FC5600A , 0x0196F09FE72E708287951E1D20C3B503 , 0x0196F09FE72E708287951E1D2165AC32 , 0x0196F09FE72E708287951E1D225BE5EB , 0x0196F09FE72E708287951E1D22E8F494 , 0x0196F09FE72E708287951E1D23B399CD , 0x0196F09FE72E708287951E1D23C752EE , 0x0196F09FE799701A8616E4A6AA77FCF8 , 0x0196F09FE799701A8616E4A6AACC8E08 , 0x0196F09FE799701A8616E4A6AACD9ED7 , 0x0196F09FE799701A8616E4A6AB3D25A3 , 0x0196F09FE799701A8616E4A6ABF67493 , 0x0196F09FE799701A8616E4A6AC8FB7C8 , 0x0196F09FE799701A8616E4A6AD4B1087 , 0x0196F09FE799701A8616E4A6AE08B010 , 0x0196F09FE799701A8616E4A6AE945371 , 0x0196F09FE799701A8616E4A6AEF83BA3 , 0x0196F09FE799701A8616E4A6AF41D9BD , 0x0196F09FE799701A8616E4A6B037AF00 , 0x0196F09FE799701A8616E4A6B0999AC0 , 0x0196F09FE799701A8616E4A6B117DB65 , 0x0196F09FE799701A8616E4A6B124D4C3 , 0x0196F09FE799701A8616E4A6B150F0D2 , 0x0196F09FE799701A8616E4A6B22B27E8 , 0x0196F09FE799701A8616E4A6B2F56BE8 , 0x0196F09FE799701A8616E4A6B33C7D3A , 0x0196F09FE799701A8616E4A6B3D8AFE5 , 0x0196F09FE799701A8616E4A6B41F65AC , 0x0196F09FE79A72AEBD956BE69017ECBB , 0x0196F09FE79A72AEBD956BE690DBD5E0 , 0x0196F09FE79A72AEBD956BE6911C809B , 0x0196F09FE79A72AEBD956BE691523BD5 , 0x0196F09FE79A72AEBD956BE691D7920B , 0x0196F09FE79A72AEBD956BE691DFB964 , 0x0196F09FE79A72AEBD956BE69223EBB4 , 0x0196F09FE79A72AEBD956BE692B29C21 , 0x0196F09FE79A72AEBD956BE69310D0ED , 0x0196F09FE79A72AEBD956BE693B5F193 , 0x0196F09FE79A72AEBD956BE6946CDFE1 , 0x0196F09FE79A72AEBD956BE69564BF52 , 0x0196F09FE79A72AEBD956BE696488160 , 0x0196F09FE79A72AEBD956BE6970A060B , 0x0196F09FE79A72AEBD956BE6976AFC0E , 0x0196F09FE79A72AEBD956BE697A7035D , 0x0196F09FE79A72AEBD956BE698459131 , 0x0196F09FE79A72AEBD956BE698E36F4A , 0x0196F09FE79A72AEBD956BE69998C760 , 0x0196F09FE79A72AEBD956BE699BE5A44 , 0x0196F09FE79A72AEBD956BE69ABD3FE4 , 0x0196F09FE79A72AEBD956BE69B32FA5A , 0x0196F09FE79A72AEBD956BE69BA47D4F , 0x0196F09FE79A72AEBD956BE69C84E9FB , 0x0196F09FE79A72AEBD956BE69CCB58FD , 0x0196F09FE79A72AEBD956BE69DA31929 , 0x0196F09FE79A72AEBD956BE69DCEA43F , 0x0196F09FE79A72AEBD956BE69E8142AE , 0x0196F09FE79A72AEBD956BE69F33DFC3 , 0x0196F09FE79A72AEBD956BE69FE5F1D1 , 0x0196F09FE79A72AEBD956BE6A0E54AB0 , 0x0196F09FE79A72AEBD956BE6A1A5ACA6 , 0x0196F09FE79A72AEBD956BE6A23F5ADC , 0x0196F09FE79A72AEBD956BE6A33777E8 , 0x0196F09FE79A72AEBD956BE6A3AAEAE0 , 0x0196F09FE79A72AEBD956BE6A480FF50 , 0x0196F09FE79A72AEBD956BE6A537FA60 , 0x0196F09FE79A72AEBD956BE6A56C987D , 0x0196F09FE79A72AEBD956BE6A5C557A7 , 0x0196F09FE79A72AEBD956BE6A64EA98F , 0x0196F09FE79A72AEBD956BE6A74B3816 , 0x0196F09FE79A72AEBD956BE6A78ED8EA , 0x0196F09FE79A72AEBD956BE6A86223EB , 0x0196F09FE79A72AEBD956BE6A8C8FF16 , 0x0196F09FE79A72AEBD956BE6A9A9EA3D , 0x0196F09FE79A72AEBD956BE6AA817A3F , 0x0196F09FE79A72AEBD956BE6AACB5A49 , 0x0196F09FE79A72AEBD956BE6AB4BBA71 , 0x0196F09FE79A72AEBD956BE6AC0EDB16 , 0x0196F09FE79A72AEBD956BE6ACC06941 , 0x0196F09FE79A72AEBD956BE6AD9F7A78 , 0x0196F09FE79A72AEBD956BE6AE7F49AC , 0x0196F09FE79A72AEBD956BE6AE8A25B9 , 0x0196F09FE79A72AEBD956BE6AF20ABC9 , 0x0196F09FE79A72AEBD956BE6AF8B4098 , 0x0196F09FE79A72AEBD956BE6B01C9C0A , 0x0196F09FE79A72AEBD956BE6B0D44BE1 , 0x0196F09FE79A72AEBD956BE6B1AF054C , 0x0196F09FE79A72AEBD956BE6B2683EB9 , 0x0196F09FE79A72AEBD956BE6B31A60EC , 0x0196F09FE79A72AEBD956BE6B3D696C5 , 0x0196F09FE79A72AEBD956BE6B3FC4417 , 0x0196F09FE79A72AEBD956BE6B4E5D2AF , 0x0196F09FE79A72AEBD956BE6B5BCDF3D , 0x0196F09FE79A72AEBD956BE6B5EBB642 , 0x0196F09FE79A72AEBD956BE6B64E0863 , 0x0196F09FE79A72AEBD956BE6B6C06064 , 0x0196F09FE79A72AEBD956BE6B6E29086 , 0x0196F09FE79A72AEBD956BE6B7ADB025 , 0x0196F09FE79A72AEBD956BE6B7B13548 , 0x0196F09FE79A72AEBD956BE6B896ED60 , 0x0196F09FE79A72AEBD956BE6B934E67E , 0x0196F09FE79A72AEBD956BE6B95A4AD0 , 0x0196F09FE79A72AEBD956BE6BA55FB7B , 0x0196F09FE79A72AEBD956BE6BB2AF740 , 0x0196F09FE79A72AEBD956BE6BB586D4D , 0x0196F09FE79A72AEBD956BE6BB6286A7 , 0x0196F09FE79A72AEBD956BE6BC349ED4 , 0x0196F09FE79A72AEBD956BE6BC4882CA , 0x0196F09FE79A72AEBD956BE6BC5B7DCB , 0x0196F09FE79A72AEBD956BE6BCA6081C , 0x0196F09FE79A72AEBD956BE6BCFA2775 , 0x0196F09FE79A72AEBD956BE6BD777CC8 , 0x0196F09FE79A72AEBD956BE6BD787407 , 0x0196F09FE79A72AEBD956BE6BE15580B , 0x0196F09FE79A72AEBD956BE6BEEE6A0A , 0x0196F09FE79A72AEBD956BE6BF2DB884 , 0x0196F09FE79A72AEBD956BE6BFB3A71B , 0x0196F09FE79A72AEBD956BE6C05A647B , 0x0196F09FE79A72AEBD956BE6C14CD8B3 , 0x0196F09FE79A72AEBD956BE6C1E95A2B , 0x0196F09FE79A72AEBD956BE6C2E84A1E , 0x0196F09FE79A72AEBD956BE6C3573F5E , 0x0196F09FE79A72AEBD956BE6C3EE0835 , 0x0196F09FE79A72AEBD956BE6C4C0CE62 , 0x0196F09FE79A72AEBD956BE6C4D7EB88 , 0x0196F09FE79A72AEBD956BE6C5AA5F2E , 0x0196F09FE79A72AEBD956BE6C5C47227 , 0x0196F09FE79A72AEBD956BE6C6260B77 , 0x0196F09FE79A72AEBD956BE6C6C7B23B , 0x0196F09FE79A72AEBD956BE6C789FE0A , 0x0196F09FE79A72AEBD956BE6C85C8E91 , 0x0196F09FE79A72AEBD956BE6C8B756CC , 0x0196F09FE79A72AEBD956BE6C99181A8 , 0x0196F09FE79A72AEBD956BE6C9C03601 , 0x0196F09FE79A72AEBD956BE6CA524317 , 0x0196F09FE79A72AEBD956BE6CA6F7784 , 0x0196F09FE79A72AEBD956BE6CA8A2F75 , 0x0196F09FE79A72AEBD956BE6CB037CDA , 0x0196F09FE79A72AEBD956BE6CBCF0088 , 0x0196F09FE79A72AEBD956BE6CBE58941 , 0x0196F09FE79A72AEBD956BE6CCD51758 , 0x0196F09FE79A72AEBD956BE6CD06F9F6 , 0x0196F09FE79A72AEBD956BE6CD400FE3 , 0x0196F09FE79A72AEBD956BE6CDC4A112 , 0x0196F09FE79A72AEBD956BE6CEA9AB66 , 0x0196F09FE79A72AEBD956BE6CEFD4AAB , 0x0196F09FE79A72AEBD956BE6CF92B1B3 , 0x0196F09FE79A72AEBD956BE6D00695FA , 0x0196F09FE79A72AEBD956BE6D01B81A8 , 0x0196F09FE79A72AEBD956BE6D1147DA3 , 0x0196F09FE79A72AEBD956BE6D1803803 , 0x0196F09FE79A72AEBD956BE6D2020785 , 0x0196F09FE79A72AEBD956BE6D208301F , 0x0196F09FE79A72AEBD956BE6D2E47FB4 , 0x0196F09FE79A72AEBD956BE6D31A5B46 , 0x0196F09FE79A72AEBD956BE6D3681F8B , 0x0196F09FE79A72AEBD956BE6D39DC0EC , 0x0196F09FE79A72AEBD956BE6D41C0581 , 0x0196F09FE79A72AEBD956BE6D4B4D0BE , 0x0196F09FE79A72AEBD956BE6D55155F3 , 0x0196F09FE79A72AEBD956BE6D5DAF1D7 , 0x0196F09FE79A72AEBD956BE6D6871F73 , 0x0196F09FE79A72AEBD956BE6D6A60FF1 , 0x0196F09FE79A72AEBD956BE6D74C1676 , 0x0196F09FE79A72AEBD956BE6D819ED03 , 0x0196F09FE79A72AEBD956BE6D82907E7 , 0x0196F09FE7FA7231A8132B619F1C86C4 , 0x0196F09FE7FA7231A8132B619FE80EA5 , 0x0196F09FE7FA7231A8132B61A001BAA8 , 0x0196F09FE7FA7231A8132B61A09E4595 , 0x0196F09FE7FA7231A8132B61A1DD4692 , 0x0196F09FE7FA7231A8132B61A2B146A5 , 0x0196F09FE7FA7231A8132B61A3DE44C3 , 0x0196F09FE7FA7231A8132B61A4665E24 , 0x0196F09FE7FA7231A8132B61A4D86B5F , 0x0196F09FE7FA7231A8132B61A4FB4C59 , 0x0196F09FE7FA7231A8132B61A5833ADD , 0x0196F09FE7FA7231A8132B61A66E662C , 0x0196F09FE7FA7231A8132B61A6869213 , 0x0196F09FE7FA7231A8132B61A73387F7 , 0x0196F09FE7FA7231A8132B61A7A71005 , 0x0196F09FE7FA7231A8132B61A920FC4C , 0x0196F09FE7FA7231A8132B61A9B224B9 , 0x0196F09FE7FA7231A8132B61ABC19A68 , 0x0196F09FE7FA7231A8132B61AD0AD380 , 0x0196F09FE7FA7231A8132B61AD4B87AF , 0x0196F09FE7FA7231A8132B61ADB2D831 , 0x0196F09FE7FA7231A8132B61AE878482 , 0x0196F09FE7FA7231A8132B61AF58E3C8 , 0x0196F09FE7FA7231A8132B61B1B00C6F , 0x0196F09FE7FA7231A8132B61B2C56F8C , 0x0196F09FE7FA7231A8132B61B2E57EF7 );
Copy
66
2.53 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 ûƒµÏqàÉ>!\x1F \t w╗ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x08 ÍòÖ "
b"\x01 –ðŸçúr1¨\x13 +aÞÀ˜\x05 "
b"\x01 –ðŸçúr1¨\x13 +aÄ2vY "
b"\x01 –ðŸçúr1¨\x13 +aǃ • "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ôÝ\x1A h "
b"\x01 ûƒµÏqàÉ>!\x1F #╔¢° "
b"\x01 ûƒµÏqàÉ>!\x1F W█3w "
b"\x01 ûƒµÏqàÉ>!\x1F /Æ÷¶ "
b"\x01 –ðŸçšr®½•kæÓ\x1A [F "
b"\x01 –ðŸçšr®½•k毋@˜ "
b"\x01 –ðŸçšr®½•kæ·±5H "
b"\x01 ûƒþÜr«¢òkµ╔æü¿ "
b"\x01 ûƒÞÉp'Å‗lpÆ·\x07 k "
b"\x01 ûƒÞÉp'Å‗lpê\x07 äh "
b"\x01 ûƒÞÉp'Å‗lpî_Ûc "
b"\x01 ûƒÞÉp'Å‗lpèª╔è "
b"\x01 –ðŸèRrÙŸ–#ëô˜º\x02 "
b"\x01 –ðŸèxrR¡R®C!Ú7è "
b"\x01 –ðŸè€q4šÏ\x03 {n¸<p "
b"""
\x01 –ðŸè¾sƒ®a\n
¢‘¥àb
"""
b"\x01 –ðŸè€q4šÏ\x03 {xiG’ "
b"\x01 –ðŸè€q4šÏ\x03 {v‚\C "
b"\x01 –ðŸè€q4šÏ\x03 {y\t áû "
b"\x01 –ðŸèRrÙŸ–#ëðˆË” "
b"\x01 –ðŸèRrÙŸ–#ëô‡{Ô "
b"\x01 ûƒÞRr┘ƒû#Ù¾É'b "
b"""
\x01 –ðŸè¾sƒ®a\n
¢„÷&·
"""
b"\x01 –ðŸèxrR¡R®C ž\x0F n "
b"\x01 –ðŸèxrR¡R®C lÙè "
b"\x01 –ðŸèxrR¡R®C![\x11 á "
b"\x01 ûƒÞÉp'Å‗lpÄÆ╣É "
b"\x01 –ðŸè¨p\x03 “Nð¯¡\v ÀC "
b"""
\x01 –ðŸè¾sƒ®a\n
¢ˆ0q4
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢ŽÏ\x1F =
"""
b"\x01 ûƒÞ¿p\x03 ôN»í1Å "
b"\x01 ûƒÞÉp'Å‗lpætK[ "
b"\x01 ûƒÞÉp'Å‗lpè\x0E 9f "
b"\x01 ûƒÞÉp'Å‗lpç;║® "
b"\x01 –ðŸèxrR¡R®C"\x08\x01 n "
b"\x01 –ðŸèiq¤šÝ\x7F à4Ð\x08 ö "
b"\x01 –ðŸèiq¤šÝ\x7F à:Æ¢9 "
b"\x01 –ðŸè¨p\x03 “Nð¯¨l«„ "
b"""
\x01 –ðŸè¾sƒ®a\n
¢ŽˆŸ´
"""
b"\x01 –ðŸè¨p\x03 “N跰¦ž "
b"""
\x01 –ðŸè¾sƒ®a\n
¢‹\x06\x1A\x10
"""
b"\x01 –ðŸçšr®½•kæÕQUó "
b"\x01 ûƒþÜr«¢òkµªN®Å "
b"\x01 –ðŸçšr®½•kæ¼[}Ë "
b"\x01 –ðŸçšr®½•kæÔ´Ð¾ "
b"\x01 –ðŸçšr®½•kæ‘\x1C €› "
b"\x01 –ðŸè€q4šÏ\x03 {uÍ\x1A "
b"\x01 ûƒÞÇq4ܤ\x03 {s╚;Ø "
b"\x01 –ðŸç™p\x1A †\x16 ä¦K\x10 ‡ "
b"\x01 –ðŸèRrÙŸ–#ëîg\x02 à "
b"\x01 –ðŸèRrÙŸ–#ëñ ˜… "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x10 úä\x1E "
b"\x01 –ðŸè¨p\x03 “Nð¯ª[çü "
b"\x01 –ðŸè¨p\x03 “Nð¯£iH© "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1F Å`\n "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x18 šð} "
b"\x01 –ðŸçšr®½•kæÂèJ\x1E "
b"\x01 –ðŸçúr1¨\x13 +aÌâŠ- "
b"\x01 –ðŸèRrÙŸ–#ëñ/&4 "
b"\x01 –ðŸçúr1¨\x13 +a×ã\x02 ´ "
b"\x01 –ðŸçšr®½•k濳§\e "
b"\x01 –ðŸçšr®½•kæÑ\x14 }£ "
b"\x01 –ðŸçšr®½•kæ×L\x16 v "
b"\x01 –ðŸèRrÙŸ–#ëîdŸ "
b"\x01 –ðŸèRrÙŸ–#ëï\x12\x05 ç "
b"\x01 ûƒµÏqàÉ>!\x1F U+Mv "
b"\x01 –ðŸèRrÙŸ–#ëò\x15 ~N "
b"\x01 –ðŸèiq¤šÝ\x7F à4-Éû "
b"""
\x01 –ðŸè¾sƒ®a\n
¢ƒšµ(
"""
b"\x01 ûƒµÏqàÉ>!\x1F Xá╩+ "
b"""
\x01 –ðŸè¾sƒ®a\n
¢‹\x18\x7F m
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢‘¢Ïw
"""
b"\x01 –ðŸèiq¤šÝ\x7F à5<Q¼ "
b"\x01 ûƒµÏqàÉ>!\x1F =Q\x07 ¿ "
b"\x01 –ðŸçšr®½•kæÆÇ²; "
b"""
\x01 –ðŸè¾sƒ®a\n
¢†Cúb
"""
b"\x01 ûƒµÏqàÉ>!\x1F -╦æ« "
b"""
\x01 ûƒÞ¥sâ«a\n
óè&Ų
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢‡,·.
"""
b"\x01 –ðŸçšr®½•kæ¨b#ë "
b"\x01 –ðŸçšr®½•kæ¶N\x08 c "
b"\x01 –ðŸèiq¤šÝ\x7F à6ÕX1 "
b"\x01 –ðŸèiq¤šÝ\x7F à8Ü¡· "
b"\x01 –ðŸèiq¤šÝ\x7F à6\x13 [p "
b"\x01 –ðŸèiq¤šÝ\x7F à2IN! "
b"\x01 –ðŸè¨p\x03 “N𦖨‹¶ "
b"\x01 –ðŸè¨p\x03 “Nð¯£?Fú "
b"\x01 –ðŸçšr®½•k汯\x05 L "
b"\x01 ûƒµÏqàÉ>!\x1F I-²m "
b"\x01 ûƒµÏqàÉ>!\x1F Y¶l¿ "
b"\x01 ûƒµÏqàÉ>!\x1F ]p=Ó "
b"\x01 ûƒþ.péçò\x1E\x1C Ó5DØ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C êÑ\t Œ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A B\x00 \n "
b"\x01 ûƒþÖp\x1A å\x16 õª¼ÅÀ╚ "
b"\x01 –ðŸç™p\x1A †\x16 䦮\x08 °\x10 "
b"\x01 –ðŸçšr®½•kæÐ\x06 •ú "
b"\x01 ûƒµÏqàÉ>!\x1F UÐ%3 "
b"\x01 ûƒµÏqàÉ>!\x1F _&Ãæ "
b"\x01 ûƒµÏqàÉ>!\x1F h)×N "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\t íõ3 "
b"\x01 ûƒµÏqàÉ>!\x1F "²iÌ "
b"\x01 ûƒµÏqàÉ>!\x1F D╔VI "
b"\x01 ûƒµÏqàÉ>!\x1F T.╬f "
b"\x01 –ðŸç.p‚‡•\x1E\x1D "[åë "
b"\x01 ûƒµÏqàÉ>!\x1F (ý3\v "
b"\x01 ûƒµÏqàÉ>!\x1F cñzß "
b"\x01 –ðŸç.p‚‡•\x1E\x1C õ\x0E OŸ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F \!¡ "
b"\x01 ûƒµÏqàÉ>!\x1F 1\x13 x# "
b"\x01 ûƒµÏqàÉ>!\x1F 4ñ\x7F Ä "
b"\x01 ûƒµÏqàÉ>!\x1F Oª;B "
b"\x01 –ðŸç.p‚‡•\x1E\x1C å(x: "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÿ²_0 "
b"\x01 ûƒµÏqàÉ>!\x1F .Û½ç "
b"\x01 ûƒµÏqàÉ>!\x1F 4Í╗« "
b"\x01 ûƒµÏqàÉ>!\x1F PùÄ\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Û´v¾ "
b"\x01 ûƒþ.péçò\x1E\x1C Ù$Òì "
b"\x01 –ðŸç.p‚‡•\x1E\x1C í(+D "
b"\x01 –ðŸçšr®½•kæ˜ãoJ "
b"\x01 ûƒþÜr«¢òkµØú\x19 ) "
b"\x01 –ðŸçšr®½•kæÆ&\v w "
b"\x01 ûƒµÏqàÉ>!\x1F I£>R "
b"\x01 –ðŸç.p‚‡•\x1E\x1C è †+ "
b"\x01 ûƒµÏqàÉ>!\x1F 1ã|\x18 "
b"\x01 ûƒµÏqàÉ>!\x1F ^\e îQ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C é»w« "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 踱 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 ó\e Ô "
b"\x01 ûƒµÏqàÉ>!\x1F (\x1C :¤ "
b"\x01 ûƒµÏqàÉ>!\x1F ;wÌÜ "
b"\x01 ûƒµÏqàÉ>!\x1F Y╠am "
b"\x01 –ðŸç.p‚‡•\x1E\x1C öl\x16 ã "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x00 HÁ‘ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f ŸÙÀ "
b"\x01 –ðŸçšr®½•kæ¶À`d "
b"\x01 –ðŸçšr®½•kæ½w|È "
b"\x01 –ðŸçšr®½•kæÓh\x1F ‹ "
b"\x01 –ðŸçúr1¨\x13 +a©²$¹ "
b"\x01 ûƒµÏqàÉ>!\x1F ?g.\x14 "
b"\x01 ûƒµÏqàÉ>!\x1F Qã̽ "
b"\x01 ûƒµÏqàÉ>!\x1F \q): "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ò\x01\f ‘ "
b"\x01 ûƒµÏqàÉ>!\x1F !ªgd "
b"\x01 ûƒµÏqàÉ>!\x1F A/├\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ü†–q "
b"\x01 ûƒµÏqàÉ>!\x1F :iè█ "
b"\x01 ûƒµÏqàÉ>!\x1F =╦Iq "
b"\x01 ûƒµÏqàÉ>!\x1F K╝ªr "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F |óÍ "
b"\x01 ûƒþ.péçò\x1E\x1D\x1A rÉ? "
b"\x01 –ðŸçšr®½•kæ§K8\x16 "
b"\x01 –ðŸçšr®½•kæ·°% "
b"\x01 –ðŸçšr®½•kæË\x03 |Ú "
b"\x01 ûƒþ·r1¿\x13 +a¢¯ì÷ "
b"\x01 ûƒµÏqàÉ>!\x1F "â\x7F D "
b"\x01 ûƒµÏqàÉ>!\x1F d╝Êó "
b"\x01 ûƒµÏqàÉ>!\x1F g│åÙ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A jU\x1F "
b"\x01 –ðŸç.p‚‡•\x1E\x1D !e¬2 "
b"\x01 –ðŸçšr®½•kæÁLس "
b"\x01 –ðŸçšr®½•kæÎýJ« "
b"\x01 –ðŸçúr1¨\x13 +a·¢‡‡ "
b"\x01 ûƒµÏqàÉ>!\x1F %2\x13 S "
b"\x01 ûƒµÏqàÉ>!\x1F *ËrK "
b"\x01 ûƒµÏqàÉ>!\x1F ^╣M "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x05 †´q "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 Hu‘ "
b"\x01 ûƒµÏqàÉ>!\x1F 82_» "
b"\x01 ûƒµÏqàÉ>!\x1F Lä½Z "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÜŽ˜\x13 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C àÞ+2 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 v«ø "
b"\x01 –ðŸçšr®½•kæ¹4æ~ "
b"\x01 ûƒµÏqàÉ>!\x1F Q(«Ö "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ûØ\x1C ä "
b"\x01 –ðŸç™p\x1A †\x16 䦪̎\x08 "
b"\x01 –ðŸçšr®½•kæ¹ZJÐ "
b"\x01 –ðŸçšr®½•kæÈ·VÌ "
b"\x01 –ðŸçúr1¨\x13 +aàœÐ‡ "
b"\x01 ûƒµÏqàÉ>!\x1F 7┼Ò║ "
b"\x01 ûƒµÏqàÉ>!\x1F <ÜX┴ "
b"\x01 ûƒµÏqàÉ>!\x1F j\x12 #9 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v\x03 ‹" "
b"\x01 –ðŸçšr®½•kæ¼ú'u "
b"\x01 –ðŸçšr®½•kæÄÀÎb "
b"\x01 ûƒµÏqàÉ>!\x1F !J5à "
b"\x01 ûƒµÏqàÉ>!\x1F H┌\x17 Ð "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ßy,> "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x03 ÆóÇ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x14 æz "
b"\x01 –ðŸç™p\x1A †\x16 䦱$Ôà "
b"\x01 –ðŸçšr®½•k椀ÿP "
b"\x01 –ðŸçšr®½•kæÍ@\x0F ã "
b"\x01 ûƒµÏqàÉ>!\x1F\x1E Ù×\x14 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C åW’z "
b"\x01 –ðŸç.p‚‡•\x1E\x1C øŽpM "
b"\x01 ûƒµÏqàÉ>!\x1F 8»:0 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C í;ŸB "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÷\x1F\x17 Ö "
b"\x01 –ðŸç™p\x1A †\x16 䦴\x1F e¬ "
b"\x01 –ðŸçšr®½•kæ¬\x0E Û\x16 "
b"\x01 ûƒµÏqàÉ>!\x1F 0:ZM "
b"\x01 ûƒµÏqàÉ>!\x1F S6X¥ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Ù+T9 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ïËSL "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v ¡Oö "
b"\x01 –ðŸçšr®½•kæ¡¥¬¦ "
b"\x01 –ðŸçšr®½•kæ®\x7F I¬ "
b"\x01 –ðŸçšr®½•kæ¼H‚Ê "
b"\x01 –ðŸçúr1¨\x13 +aº:°D "
b"\x01 ûƒµÏqàÉ>!\x1F +╩\x1C  "
b"\x01 ûƒµÏqàÉ>!\x1F >j\x14 ã "
b"\x01 ûƒµÏqàÉ>!\x1F JL¨H "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ß5×ø "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x01 Š_i "
b"\x01 –ðŸç™p\x1A †\x16 䦰™šÀ "
b"\x01 –ðŸçšr®½•kæÕÚñ× "
b"\x01 ûƒµÏqàÉ>!\x1F Z[(| "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1C ˜\x1C [ "
b"\x01 –ðŸçšr®½•kæ—jü\x0E "
b"\x01 –ðŸçšr®½•kæÃW?^ "
b"\x01 ûƒµÏqàÉ>!\x1F AûÊ> "
b"\x01 ûƒµÏqàÉ>!\x1F Hð▓î "
b"\x01 ûƒµÏqàÉ>!\x1F gÆÞª "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x02 D)N "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x05\x11 S\x18 "
b"\x01 –ðŸç™p\x1A †\x16 䦲+'è "
b"\x01 ûƒµÏqàÉ>!\x1F 8Ë┘╝ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\t ¥Lf "
b"\x01 ûƒµÏqàÉ>!\x1F W;l? "
b"\x01 ûƒµÏqàÉ>!\x1F a"╝³ "
b"\x01 ûƒµÏqàÉ>!\x1F iû┤\x07 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ñ\r Ûæ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ñ¶–` "
b"\x01 –ðŸç.p‚‡•\x1E\x1D \r \x18 Ln "
b"\x01 ûƒþÜr«¢òkµÉ\x17 ý╗ "
b"\x01 –ðŸçšr®½•kæ”lßá "
b"\x01 –ðŸçšr®½•kæÃî\x08 5 "
b"\x01 ûƒµÏqàÉ>!\x1F Mé)Ä "
b"\x01 ûƒµÏqàÉ>!\x1F ^┐°L "
b"\x01 ûƒµÏqàÉ>!\x1F ;ÝQû "
b"\x01 ûƒµÏqàÉ>!\x1F N¸\x16 Å "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x10 <b\x1A "
b"\x01 ûƒµÏqàÉ>!\x1F\x1E Ú50 "
b"\x01 ûƒµÏqàÉ>!\x1F 6¼¤h "
b"\x01 ûƒµÏqàÉ>!\x1F ?A▒¿ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ì‹\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x06 "Ây "
b"\x01 –ðŸçšr®½•kæ›2úZ "
b"\x01 ûƒµÏqàÉ>!\x1F )iñ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C æù6\x1C "
b"\x01 –ðŸç.p‚‡•\x1E\x1C óH[7 "
b"\x01 ûƒþ.péçò\x1E\x1D\f\x18 üA "
b"\x01 –ðŸçšr®½•k曤}O "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Þ®ô1 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0E È2Ð "
b"\x01 –ðŸçšr®½•kæ¢?ZÜ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ùݶˆ "
b"""
\x01 –ðŸçšr®½•kæ—\n
\x06\v
"""
b"\x01 –ðŸçšr®½•kæ£7wè "
b"\x01 –ðŸçšr®½•kæÒ\x02\x07 … "
b"\x01 ûƒµÏqàÉ>!\x1F %µßû "
b"\x01 ûƒµÏqàÉ>!\x1F jå1▀ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 QåŒ "
b"\x01 ûƒµÏqàÉ>!\x1F =^Û¤ "
b"\x01 ûƒµÏqàÉ>!\x1F bg|J "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÝÊ\t \r "
b"\x01 ûƒµÏqàÉ>!\x1F YêÛO "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Üì². "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÿTôÓ "
b"\x01 ûƒµÏqàÉ>!\x1F 4▒?µ "
b"\x01 ûƒµÏqàÉ>!\x1F IåÍ\r "
b"\x01 –ðŸç.p‚‡•\x1E\x1C èÚÆí "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 '\x1E ” "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x15\x1F ›@ "
b"\x01 ûƒµÏqàÉ>!\x1F 9cû& "
b"\x01 ûƒµÏqàÉ>!\x1F M═m\x11 "
b"\x01 –ðŸçšr®½•kæÊow„ "
b"\x01 ûƒµÏqàÉ>!\x1F &Q╝\x19 "
b"\x01 ûƒµÏqàÉ>!\x1F [u"L "
b"\x01 ûƒµÏqàÉ>!\x1F `É\x01 ▀ "
b"""
\x01 –ðŸç.p‚‡•\x1E\x1D \n
§{\
"""
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x16 ˜}£ "
b"\x01 ûƒþÜr«¢òkµð\e ü¿ "
b"\x01 ûƒµÏqàÉ>!\x1F .└\x0F , "
b"\x01 ûƒµÏqàÉ>!\x1F =¿°" "
b"\x01 ûƒµÏqàÉ>!\x1F Nc|\x10 "
b"\x01 ûƒµÏqàÉ>!\x1F j{Nx "
b"\x01 –ðŸç.p‚‡•\x1E\x1C áʺº "
b"\x01 –ðŸç.p‚‡•\x1E\x1C òïÅã "
b"\x01 ûƒµÏqàÉ>!\x1F H¤3_ "
b"\x01 ûƒµÏqàÉ>!\x1F VLBå "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ØSÚõ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C þ_GÑ "
b"\x01 –ðŸçšr®½•kæ²h>¹ "
b"\x01 –ðŸçšr®½•kæÊRC\x17 "
b"\x01 –ðŸçšr®½•kæØ)\x07 ç "
b"\x01 –ðŸçšr®½•kæ—§\x03 ] "
b"\x01 –ðŸçúr1¨\x13 +aŸ\x1C †Ä "
b"\x01 ûƒµÏqàÉ>!\x1F CÙ\x08 ┘ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ãgÇd "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x15 Ô6Ô "
b"\x01 –ðŸçšr®½•kæÍ\x06 ùö "
b"\x01 –ðŸçšr®½•kæÖ¦\x0F ñ "
b"\x01 ûƒµÏqàÉ>!\x1F\x1F 5▀æ "
b"\x01 ûƒµÏqàÉ>!\x1F Q¬Qa "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v ö¨E "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x13 d\x03 % "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x19 {ô] "
b"\x01 –ðŸç™p\x1A †\x16 䦫öt“ "
b"\x01 –ðŸçšr®½•kæ»*÷@ "
b"""
\x01 ûƒµÏqàÉ>!\x1F %1\n
ô
"""
b"\x01 ûƒµÏqàÉ>!\x1F eÒ±& "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x11 âÜO "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A ÿ3ñ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D õ\x03 "
b"\x01 –ðŸçšr®½•kæŸ3ßà "
b"\x01 –ðŸçúr1¨\x13 +aÅaª¸ "
b"\x01 ûƒµÏqàÉ>!\x1F ,Ý╝c "
b"\x01 ûƒµÏqàÉ>!\x1F 8th─ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C äfÞ÷ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C å2ÁI "
b"\x01 ûƒµÏqàÉ>!\x1F RK░X "
b"\x01 –ðŸçšr®½•kæ³Ö–Å "
b"\x01 ûƒµÏqàÉ>!\x1F E▓┤q "
b"\x01 ûƒµÏqàÉ>!\x1F \ 4Û "
b"\x01 ûƒµÏqàÉ>!\x1F Qã$Í "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ýpÕ\x17 "
b"\x01 ûƒµÏqàÉ>!\x1F ,V╔\x01 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÷˜±± "
b"\x01 –ðŸçšr®½•kæµ¼ß= "
b"\x01 ûƒµÏqàÉ>!\x1F 8l1q "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x11 < ç "
b"\x01 –ðŸç™p\x1A †\x16 䦱PðÒ "
b"\x01 –ðŸçšr®½•kæ³\x1A `ì "
b"\x01 –ðŸçúr1¨\x13 +a»C¨? "
b"\x01 –ðŸç.p‚‡•\x1E\x1C õ沎 "
b"\x01 –ðŸçšr®½•kæ»XmM "
b"\x01 ûƒµÏqàÉ>!\x1F cXª# "
b"\x01 ûƒµÏqàÉ>!\x1F j5Sû "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ×윽 "
b"\x01 ûƒµÏqàÉ>!\x1F !n┬Å "
b"\x01 ûƒµÏqàÉ>!\x1F K\x00 ═. "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x02 ¡\x1D ° "
b"\x01 ûƒþÜr«¢òkµ×üB« "
b"\x01 –ðŸçšr®½•k殊%¹ "
b"\x01 –ðŸçšr®½•kæÎ©«f "
b"\x01 ûƒþ.péçò\x1E\x1C þ\x1C É▄ "
b"\x01 –ðŸçšr®½•kæ¯ «É "
b"\x01 –ðŸçšr®½•kæÑ€8\x03 "
b"\x01 –ðŸçúr1¨\x13 +aæ÷€\x10 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C úŸ\x03\x10 "
b"\x01 –ðŸçšr®½•kæ‘R;Õ "
b"\x01 –ðŸçšr®½•k晘Ç` "
b"\x01 ûƒµÏqàÉ>!\x1F 7i\x15\x11 "
b"\x01 ûƒµÏqàÉ>!\x1F 3¢╦P "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ë²½9 "
b"\x01 –ðŸç™p\x1A †\x16 䦲õkè "
b"\x01 ûƒµÏqàÉ>!\x1F ±0▀ "
b"\x01 ûƒµÏqàÉ>!\x1F Z¤=p "
b"\x01 ûƒµÏqàÉ>!\x1F 9wò_ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\e àÖÄ "
b"\x01 ûƒµÏqàÉ>!\x1F Fâ\x13 ÿ "
b"\x01 –ðŸçšr®½•kæØ\x19 í\x03 "
b"\x01 ûƒµÏqàÉ>!\x1F H\x03 ¥╩ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x03 ™\v i "
b"\x01 ûƒþÜr«¢òkµÉ█ıÓ "
b"\x01 –ðŸçšr®½•kæµë¶B "
b"\x01 –ðŸç.p‚‡•\x1E\x1C û8ÆÕ "
b"\x01 –ðŸçšr®½•kæ‘ß¹d "
b"\x01 –ðŸçšr®½•kæ³üD\x17 "
b"\x01 –ðŸçúr1¨\x13 +aÙ\dÅ "
b"\x01 ûƒµÏqàÉ>!\x1F :ª±u "
b"\x01 –ðŸçšr®½•kæ’²œ! "
b"\x01 ûƒµÏqàÉ>!\x1F [\x00 ┤╝ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C êK"Ž "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x11 Þ.ò "
b"\x01 ûƒµÏqàÉ>!\x1F 2Õ}> "
b"\x01 ûƒµÏqàÉ>!\x1F b\x19 ý² "
b"\x01 –ðŸç™p\x1A †\x16 䦳<}: "
b"\x01 –ðŸçšr®½•kæ¬ÀiA "
b"\x01 –ðŸçšr®½•k渖í` "
b"\x01 –ðŸçúr1¨\x13 +aÓyC6 "
b"\x01 –ðŸçšr®½•kæÅÄr' "
b"\x01 ûƒµÏqàÉ>!\x1F 2_┐$ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C óê€\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ô²øû "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÷Œˆw "
b"\x01 ûƒþÜr«¢òkµÈ\x1C\x05 ü "
b"\x01 ûƒµÏqàÉ>!\x1F S│%Ü "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A p\x08 $ "
b"\x01 –ðŸçšr®½•kæÏ’±³ "
b"\x01 ûƒµÏqàÉ>!\x1F CA▀d "
b"\x01 –ðŸç.p‚‡•\x1E\x1C î~—† "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x04 pdf "
b"\x01 ûƒµÏqàÉ>!\x1F A▀Ê "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ú#\x02 Ï "
b"\x01 ûƒµÏqàÉ>!\x1F *V¿╠ "
b"\x01 ûƒµÏqàÉ>!\x1F @]╣, "
b"\x01 –ðŸçšr®½•kæ¾îj\n "
b"\x01 –ðŸçšr®½•kæÅª_. "
b"\x01 –ðŸçúr1¨\x13 +aÌ\x1C Pè "
b"\x01 –ðŸçšr®½•kæ¿-¸„ "
b"\x01 ûƒþ·r1¿\x13 +aË\x1C ì\x13 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f\x1C\x05 Ü "
b"\x01 ûƒµÏqàÉ>!\x1F _ËX¸ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C â½f[ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C è\x03 wu "
b"\x01 ûƒµÏqàÉ>!\x1F DDrã "
b"\x01 –ðŸç™p\x1A †\x16 䦰7¯\x00 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÿ\x1D [ "
b"\x01 ûƒµÏqàÉ>!\x1F <\t Iµ "
b"\x01 ûƒµÏqàÉ>!\x1F !Hje "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v\x02 Ì\x7F "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1D Lïê "
b"\x01 –ðŸçšr®½•kæ°\x1C œ\n "
b"\x01 –ðŸçšr®½•kæÀZd{ "
b"\x01 –ðŸçšr®½•kæ©©ê= "
b"\x01 –ðŸçúr1¨\x13 +a»¦ëâ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D #ÇRî "
b"\x01 ûƒµÏqàÉ>!\x1F "å[ "
b"\x01 ûƒµÏqàÉ>!\x1F 8)ÕÓ "
b"\x01 ûƒµÏqàÉ>!\x1F "õXÿ "
b"\x01 ûƒµÏqàÉ>!\x1F ^iv╚ "
b"\x01 ûƒþ.péçò\x1E\x1C \x7F ü² "
b"\x01 ûƒµÏqàÉ>!\x1F AHP¢ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f á\x12 ñ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 x¤ž "
b"\x01 –ðŸçšr®½•kæÁéZ+ "
b"\x01 –ðŸçšr®½•k擵ñ“ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D "èô” "
b"\x01 –ðŸçšr®½•kæËÏ\x00 ˆ "
b"\x01 –ðŸçúr1¨\x13 +a žE• "
b"\x01 ûƒµÏqàÉ>!\x1F 5 X# "
b"\x01 –ðŸçšr®½•kæÊŠ/u "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f [=4 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0E )[A "
b"\x01 ûƒµÏqàÉ>!\x1F f▄¿² "
b"\x01 ûƒµÏqàÉ>!\x1F i\x01\x1A , "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ú=OÝ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C é<Þe "
b"\x01 –ðŸç.p‚‡•\x1E\x1C øJ¦w "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x12 ”J¿ "
b"\x01 –ðŸç™p\x1A †\x16 䦮”Sq "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\t Ž\x1D n "
b"\x01 ûƒþÜr«¢òkµØ╬ñ? "
b"\x01 –ðŸçúr1¨\x13 +a²ÅoŒ "
b"\x01 –ðŸçšr®½•kæ’#ë´ "
b"\x01 –ðŸçúr1¨\x13 +aÖ6¥· "
b"\x01 ûƒµÏqàÉ>!\x1F 5¹ m "
b"\x01 –ðŸç.p‚‡•\x1E\x1C èËÚ\x1E "
b"\x01 –ðŸç.p‚‡•\x1E\x1C îÙAî "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F ;ýB "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v }OÞ "
b"\x01 –ðŸç™p\x1A †\x16 ä¦ªÍž× "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x00 ^×6 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1F\x13 E¦ "
b"\x01 ûƒµÏqàÉ>!\x1F H°jþ "
b"\x01 –ðŸçšr®½•kæÉÀ6\x01 "
b"\x01 –ðŸçúr1¨\x13 +aÚ\x7F Ú[ "
b"\x01 ûƒµÏqàÉ>!\x1F 3\x7F â_ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x03 mÜû "
b"\x01 –ðŸçšr®½•kæŸåñÑ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ò05– "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F Aѱ "
b"\x01 ûƒþÜr«¢òkµËØ└ý "
b"\x01 ûƒµÏqàÉ>!\x1F V░§; "
b"\x01 ûƒµÏqàÉ>!\x1F B╩#¡ "
b"\x01 ûƒµÏqàÉ>!\x1F M_ù( "
b"\x01 –ðŸçšr®½•kæÒ\x08 0\x1F "
b"\x01 –ðŸçúr1¨\x13 +aK‡¯ "
b"\x01 –ðŸçšr®½•kæÇ‰þ\n "
b"\x01 –ðŸçúr1¨\x13 +aà\r Çù "
b"\x01 –ðŸçšr®½•kæ•d¿R "
b"\x01 –ðŸç.p‚‡•\x1E\x1D \r ð=& "
b"\x01 –ðŸç.p‚‡•\x1E\x1C î3zË "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ï`à# "
b"""
\x01 –ðŸç.p‚‡•\x1E\x1C ÷\n
\x1D ¿
"""
b"\x01 –ðŸçšr®½•k漦\x08\x1C "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ç\x04 zz "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Û\t õq "
b"\x01 –ðŸç.p‚‡•\x1E\x1C æ\x0E ~\x06 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x02 ìO¸ "
b"\x01 –ðŸçúr1¨\x13 +a·<4Ð "
b"\x01 –ðŸçšr®½•kæÖ‡\x1F s "
b"\x01 –ðŸçšr®½•kæ˜E‘1 "
b"\x01 –ðŸçúr1¨\x13 +a¼zSl "
b"\x01 ûƒµÏqàÉ>!\x1F cÛ│º "
b"\x01 –ðŸçúr1¨\x13 +aØ`Çê "
b"\x01 –ðŸç.p‚‡•\x1E\x1C òÌw« "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x08 »Í¾ "
b"\x01 –ðŸç™p\x1A †\x16 䦫=%£ "
b"\x01 –ðŸçšr®½•kæŸzx "
b"\x01 –ðŸçšr®½•kæ´åÒ¯ "
b"\x01 ûƒµÏqàÉ>!\x1F $ˬ£ "
b"\x01 –ðŸçšr®½•kæ¨Èÿ\x16 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x15\f Ïr "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 ñb+ "
b"\x01 –ðŸçúr1¨\x13 +a²å~÷ "
b"\x01 –ðŸçšr®½•k朄éû "
b"\x01 ûƒµÏqàÉ>!\x1F #Î\x1E Ð "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x00 Õ$D "
b"\x01 ûƒµÏqàÉ>!\x1F ' nM "
b"\x01 ûƒµÏqàÉ>!\x1F aÝTå "
b"\x01 –ðŸçúr1¨\x13 +aÎ %ë "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x19 ¯‰Ä "
b"\x01 –ðŸç™p\x1A †\x16 䦪wüø "
b"\x01 –ðŸç.p‚‡•\x1E\x1C õ,\x18 H "
b"\x01 –ðŸçšr®½•kæËå‰A "
b"\x01 ûƒþÜr«¢òkµ¬üz? "
b"\x01 ûƒµÏqàÉ>!\x1F 4Ï\x1A\x1D "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ú¹të "
b"\x01 –ðŸçšr®½•kæ‘×’\v "
b"\x01 –ðŸçšr®½•kæÄ×ëˆ "
b"\x01 –ðŸçšr®½•kæ¥ÅW§ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1E $“ÿ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x06 ®nb "
b"\x01 –ðŸçšr®½•kæÈ\Ž‘ "
b"\x01 –ðŸçúr1¨\x13 +aÚLj\x10 "
b"\x01 –ðŸçšr®½•k晾ZD "
b"\x01 ûƒµÏqàÉ>!\x1F kQª> "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÙÎåK "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ùCyõ "
b"\x01 –ðŸç™p\x1A †\x16 䦳دå "
b"\x01 –ðŸçúr1¨\x13 +aæ„%A "
b"\x01 –ðŸç™p\x1A †\x16 䦮ø;£ "
b"\x01 –ðŸçšr®½•kæªËZI "
b"\x01 –ðŸçúr1¨\x13 +a·ºù6 "
b"\x01 –ðŸçúr1¨\x13 +a«Ášh "
b"\x01 ûƒµÏqàÉ>!\x1F _5▓\x18 "
b"\x01 ûƒµÏqàÉ>!\x1F NÔu■ "
b"\x01 –ðŸçúr1¨\x13 +aÉ!)ã "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Ú•Àú "
b"\x01 –ðŸçšr®½•kæÒä\x7F ´ "
b"\x01 –ðŸçšr®½•kæ“\x10 Ðí "
b"\x01 –ðŸçšr®½•kæ§ŽØê "
b"\x01 –ðŸç™p\x1A †\x16 䦯AÙ½ "
b"\x01 ûƒµÏqàÉ>!\x1F eWk4 "
b"\x01 –ðŸç™p\x1A †\x16 䦱\x17 Ûe "
b"\x01 –ðŸçšr®½•kæ¼4žÔ "
b"\x01 –ðŸçšr®½•kæ¾\x15 X\v "
b"\x01 –ðŸç.p‚‡•\x1E\x1D #³™Í "
b"\x01 ûƒµÏqàÉ>!\x1F G~¬▄ "
b"\x01 –ðŸçšr®½•kæ åJ° "
b"\x01 –ðŸçúr1¨\x13 +a¸{X– "
b"\x01 –ðŸçšr®½•kæ¥7ú` "
b"\x01 –ðŸçšr®½•kæ°ÔKá "
b"\x01 ûƒþÜr«¢òkµÂÔÉå "
b"\x01 –ðŸçšr®½•kæš½?ä "
b"\x01 ûƒµÏqàÉ>!\x1F K7¦u "
b"\x01 –ðŸçúr1¨\x13 +a®‡„‚ "
b"\x01 –ðŸçšr®½•kæÍÄ¡\x12 "
b"\x01 –ðŸçúr1¨\x13 +a£ÞDà "
b"\x01 –ðŸçšr®½•kæÌÕ\x17 X "
b"\x01 –ðŸçúr1¨\x13 +aÈ$\x19 x "
b"\x01 –ðŸçúr1¨\x13 +a¼ÞuØ "
b"\x01 ûƒþÜr«¢òkµûHü` "
b"\x01 –ðŸçšr®½•kæœËXý "
b"\x01 –ðŸçúr1¨\x13 +aå7†# "
b"\x01 –ðŸçúr1¨\x13 +aâï\x0E b "
b"\x01 –ðŸçšr®½•kæ¥l˜} "
b"\x01 –ðŸçúr1¨\x13 +aÄf«Y "
b"\x01 –ðŸçúr1¨\x13 +a§3‡÷ "
b"\x01 –ðŸçúr1¨\x13 +a¾ÚgE "
b"\x01 –ðŸçšr®½•kæ«Kºq "
b"\x01 –ðŸçúr1¨\x13 +a¿¿ßà "
b"\x01 –ðŸçšr®½•kæ½xt\x07 "
b"\x01 –ðŸçúr1¨\x13 +a¯XãÈ "
b"\x01 –ðŸçúr1¨\x13 +aÜÐ\x14 5 "
b"\x01 –ðŸçúr1¨\x13 +aç›Å\x16 "
b"\x01 –ðŸçúr1¨\x13 +aµY\x04 "
b"\x01 –ðŸçšr®½•kæ»b†§ "
b"\x01 –ðŸçúr1¨\x13 +a¡ÝF’ "
b"\x01 –ðŸçšr®½•k棪êà "
b"\x01 –ðŸçúr1¨\x13 +aÓ;\x04 ’ "
b"\x01 ûƒþ·r1¿\x13 +aıyÚÉ "
b"\x01 –ðŸçúr1¨\x13 +a¦†’\x13 "
b"\x01 –ðŸçúr1¨\x13 +aÃ=\x00 W "
b"\x01 –ðŸçúr1¨\x13 +aÇøE¾ "
b"\x01 –ðŸçúr1¨\x13 +aÖúç% "
b"\x01 –ðŸçúr1¨\x13 +aËåÝ› "
b"\x01 –ðŸçúr1¨\x13 +a»\r Ûr "
b"\x01 –ðŸçšr®½•kæºUû{ "
b"\x01 –ðŸçúr1¨\x13 +aÞâ!† "
b"\x01 –ðŸçúr1¨\x13 +a±°\f o "
b"\x01 –ðŸçúr1¨\x13 +aÀ*«w "
b"\x01 –ðŸçúr1¨\x13 +aÝ`ŽD "
b"\x01 –ðŸçúr1¨\x13 +a§§\x10\x05 "
b"\x01 –ðŸçúr1¨\x13 +a¥ƒ:Ý "
b"\x01 –ðŸçúr1¨\x13 +a´×å\x06 "
b"\x01 –ðŸçúr1¨\x13 +a´\x0F }\x06 "
b"\x01 –ðŸçúr1¨\x13 +a \x01 º¨ "
b"\x01 –ðŸçúr1¨\x13 +aÞ?… "
b"\x01 –ðŸçúr1¨\x13 +a¤Øk_ "
b"\x01 –ðŸçúr1¨\x13 +aÁH\x1E j "
b"\x01 –ðŸçúr1¨\x13 +a¦nf, "
b"\x01 –ðŸçúr1¨\x13 +aÐ\x13 xÞ "
b"\x01 ûƒþ·r1¿\x13 +a╩Òì┘ "
b"\x01 –ðŸçúr1¨\x13 +aãL\v 8 "
b"\x01 –ðŸçúr1¨\x13 +a²Ø1 "
b"\x01 –ðŸçúr1¨\x13 +aÑ\x12\x10 R "
b"\x01 –ðŸçúr1¨\x13 +a¤f^$ "
b"\x01 –ðŸçúr1¨\x13 +aÏwù\x14 "
b"\x01 –ðŸçúr1¨\x13 +aÊ)\x18 — "
b"\x01 –ðŸçúr1¨\x13 +a¶ÿbÊ "
b"\x01 –ðŸçúr1¨\x13 +a¢±F¥ "
b"\x01 –ðŸçúr1¨\x13 +aÍÀ9Ð "
b"\x01 –ðŸçúr1¨\x13 +aÁ\x1E Ù0 "
b"\x01 –ðŸçúr1¨\x13 +aÅñ,= "
b"\x01 –ðŸçúr1¨\x13 +aÇÛØ‰ "
b"\x01 –ðŸçúr1¨\x13 +aɘ¡¼ "
b"\x01 –ðŸçúr1¨\x13 +a© üL "
b"\x01 –ðŸçúr1¨\x13 +aä\x06 N\ "
b"\x01 –ðŸçúr1¨\x13 +aÑDYx "
b"\x01 –ðŸçúr1¨\x13 +aÙªNî "
b"\x01 ûƒþ·r1¿\x13 +a┬áü╬ "
b"\x01 –ðŸçúr1¨\x13 +aáƒ{µ "
b"\x01 –ðŸçúr1¨\x13 +a²í(B "
b"""
\x01 –ðŸçúr1¨\x13 +a\n
Ó€
"""
b"\x01 –ðŸçúr1¨\x13 +a¤ûLY "
b"\x01 –ðŸçúr1¨\x13 +aµýnX "
b"\x01 –ðŸçúr1¨\x13 +aŸè\x0E ¥ "
]
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 (0x0196F09FE6D87185903E211F200977BB , 0x0196F09FE72E708287951E1D08CDF2D6 , 0x0196F09FE7FA7231A8132B61DEC09805 , 0x0196F09FE7FA7231A8132B61C4327659 , 0x0196F09FE7FA7231A8132B61C783A095 , 0x0196F09FE72E708287951E1CF4DD1A68 , 0x0196F09FE6D87185903E211F23C9BDF8 , 0x0196F09FE6D87185903E211F57DB3377 , 0x0196F09FE6D87185903E211F2F92F6F4 , 0x0196F09FE79A72AEBD956BE6D31A5B46 , 0x0196F09FE79A72AEBD956BE6AF8B4098 , 0x0196F09FE79A72AEBD956BE6B7B13548 , 0x0196F09FE79A72AEBD956BE6C99181A8 , 0x0196F09FE89070278FF26C7092FA076B , 0x0196F09FE89070278FF26C7088078468 , 0x0196F09FE89070278FF26C708C5FEA63 , 0x0196F09FE89070278FF26C708AA6C98A , 0x0196F09FE85272D99F9623EBF498BA02 , 0x0196F09FE8787252A152AE4321DA37E8 , 0x0196F09FE88071349ACF037B6EB83C70 , 0x0196F09FE8BE7383AE610AA291A5E062 , 0x0196F09FE88071349ACF037B78694792 , 0x0196F09FE88071349ACF037B76825C43 , 0x0196F09FE88071349ACF037B7909E1FB , 0x0196F09FE85272D99F9623EBF088CB94 , 0x0196F09FE85272D99F9623EBF4877BD4 , 0x0196F09FE85272D99F9623EBF3902762 , 0x0196F09FE8BE7383AE610AA284F726B7 , 0x0196F09FE8787252A152AE43209E0F6E , 0x0196F09FE8787252A152AE43206CD9E8 , 0x0196F09FE8787252A152AE43215B11E1 , 0x0196F09FE89070278FF26C708E92B990 , 0x0196F09FE8A87003934EF0AFA10BC043 , 0x0196F09FE8BE7383AE610AA288307134 , 0x0196F09FE8BE7383AE610AA28ECF1F3D , 0x0196F09FE8A87003934EF0AFA1318FFF , 0x0196F09FE89070278FF26C7091744B5B , 0x0196F09FE89070278FF26C708A0E3966 , 0x0196F09FE89070278FF26C70873BBAA9 , 0x0196F09FE8787252A152AE432208016E , 0x0196F09FE86971A49ADD7FE034D008F6 , 0x0196F09FE86971A49ADD7FE03AC6A239 , 0x0196F09FE8A87003934EF0AFA86CAB84 , 0x0196F09FE8BE7383AE610AA28E889FB4 , 0x0196F09FE8A87003934EF0AFA79CA69E , 0x0196F09FE8BE7383AE610AA28B061A10 , 0x0196F09FE79A72AEBD956BE6D55155F3 , 0x0196F09FE79A72AEBD956BE6A64EA98F , 0x0196F09FE79A72AEBD956BE6BC5B7DCB , 0x0196F09FE79A72AEBD956BE6D4B4D0BE , 0x0196F09FE79A72AEBD956BE6911C809B , 0x0196F09FE88071349ACF037B75CD1A20 , 0x0196F09FE88071349ACF037B73C83B9D , 0x0196F09FE799701A8616E4A6AD4B1087 , 0x0196F09FE85272D99F9623EBEE6702C3 , 0x0196F09FE85272D99F9623EBF1A09885 , 0x0196F09FE72E708287951E1D10FAE41E , 0x0196F09FE8A87003934EF0AFAA5BE7FC , 0x0196F09FE8A87003934EF0AFA36948A9 , 0x0196F09FE72E708287951E1D1FC5600A , 0x0196F09FE72E708287951E1D189AF07D , 0x0196F09FE79A72AEBD956BE6C2E84A1E , 0x0196F09FE7FA7231A8132B61CCE28A2D , 0x0196F09FE85272D99F9623EBF12F2634 , 0x0196F09FE7FA7231A8132B61D7E302B4 , 0x0196F09FE79A72AEBD956BE6BFB3A71B , 0x0196F09FE79A72AEBD956BE6D1147DA3 , 0x0196F09FE79A72AEBD956BE6D74C1676 , 0x0196F09FE85272D99F9623EBEE649F20 , 0x0196F09FE85272D99F9623EBEF1205E7 , 0x0196F09FE6D87185903E211F552B4D76 , 0x0196F09FE85272D99F9623EBF2157E4E , 0x0196F09FE86971A49ADD7FE0342DC9FB , 0x0196F09FE8BE7383AE610AA2839AB528 , 0x0196F09FE6D87185903E211F58A0CA2B , 0x0196F09FE8BE7383AE610AA28B187F6D , 0x0196F09FE8BE7383AE610AA291A2CF77 , 0x0196F09FE86971A49ADD7FE0353C51BC , 0x0196F09FE6D87185903E211F3D5107A8 , 0x0196F09FE79A72AEBD956BE6C6C7B23B , 0x0196F09FE8BE7383AE610AA28643FA62 , 0x0196F09FE6D87185903E211F2DCB91AE , 0x0196F09FE8BE7383AE610AA28A268FFD , 0x0196F09FE8BE7383AE610AA2872CB72E , 0x0196F09FE79A72AEBD956BE6A86223EB , 0x0196F09FE79A72AEBD956BE6B64E0863 , 0x0196F09FE86971A49ADD7FE036D55831 , 0x0196F09FE86971A49ADD7FE038DCA1B7 , 0x0196F09FE86971A49ADD7FE036135B70 , 0x0196F09FE86971A49ADD7FE032494E21 , 0x0196F09FE8A87003934EF0AFA5BE8BB6 , 0x0196F09FE8A87003934EF0AFA33F46FA , 0x0196F09FE79A72AEBD956BE6B1AF054C , 0x0196F09FE6D87185903E211F492DFD6D , 0x0196F09FE6D87185903E211F59F46CA8 , 0x0196F09FE6D87185903E211F5D703DE0 , 0x0196F09FE72E708287951E1CE035449D , 0x0196F09FE72E708287951E1CEAD1098C , 0x0196F09FE72E708287951E1D1A42000A , 0x0196F09FE799701A8616E4A6AC8FB7C8 , 0x0196F09FE799701A8616E4A6AE08B010 , 0x0196F09FE79A72AEBD956BE6D00695FA , 0x0196F09FE6D87185903E211F55D12533 , 0x0196F09FE6D87185903E211F5F26C791 , 0x0196F09FE6D87185903E211F68299E4E , 0x0196F09FE72E708287951E1D09EDF533 , 0x0196F09FE6D87185903E211F22FD69DE , 0x0196F09FE6D87185903E211F44C95649 , 0x0196F09FE6D87185903E211F542ECE66 , 0x0196F09FE72E708287951E1D225BE5EB , 0x0196F09FE6D87185903E211F28EC330B , 0x0196F09FE6D87185903E211F63A47AE1 , 0x0196F09FE72E708287951E1CF50E4F9F , 0x0196F09FE72E708287951E1D0F5C21A1 , 0x0196F09FE6D87185903E211F31137823 , 0x0196F09FE6D87185903E211F34A47F8E , 0x0196F09FE6D87185903E211F4FA63B42 , 0x0196F09FE72E708287951E1CE528783A , 0x0196F09FE72E708287951E1CFFB25F30 , 0x0196F09FE6D87185903E211F2EEAAB87 , 0x0196F09FE6D87185903E211F34D6BBAE , 0x0196F09FE6D87185903E211F50978E19 , 0x0196F09FE72E708287951E1CDBB476BE , 0x0196F09FE72E708287951E1CEB24E38D , 0x0196F09FE72E708287951E1CED282B44 , 0x0196F09FE79A72AEBD956BE698E36F4A , 0x0196F09FE79A72AEBD956BE69DA31929 , 0x0196F09FE79A72AEBD956BE6C6260B77 , 0x0196F09FE6D87185903E211F499C3E52 , 0x0196F09FE72E708287951E1CE820862B , 0x0196F09FE6D87185903E211F31C67C18 , 0x0196F09FE6D87185903E211F5E1B8C51 , 0x0196F09FE72E708287951E1CE9BB77AB , 0x0196F09FE72E708287951E1D17E8B8B1 , 0x0196F09FE72E708287951E1D17F31BD4 , 0x0196F09FE6D87185903E211F281C3ACF , 0x0196F09FE6D87185903E211F3B77DE9A , 0x0196F09FE6D87185903E211F59CC616D , 0x0196F09FE72E708287951E1CF66C16E3 , 0x0196F09FE72E708287951E1D0048C191 , 0x0196F09FE72E708287951E1D0C9FD9C0 , 0x0196F09FE79A72AEBD956BE6B6C06064 , 0x0196F09FE79A72AEBD956BE6BD777CC8 , 0x0196F09FE79A72AEBD956BE6D3681F8B , 0x0196F09FE7FA7231A8132B61A9B224B9 , 0x0196F09FE6D87185903E211F3F672E14 , 0x0196F09FE6D87185903E211F51C6DEAB , 0x0196F09FE6D87185903E211F5C71293A , 0x0196F09FE72E708287951E1CF2010C91 , 0x0196F09FE6D87185903E211F21A66764 , 0x0196F09FE6D87185903E211F412FC319 , 0x0196F09FE72E708287951E1CFC869671 , 0x0196F09FE6D87185903E211F3A698ADB , 0x0196F09FE6D87185903E211F3DCB4971 , 0x0196F09FE6D87185903E211F4BBCA672 , 0x0196F09FE72E708287951E1D0F7CF3CD , 0x0196F09FE72E708287951E1D1A72903F , 0x0196F09FE79A72AEBD956BE6A74B3816 , 0x0196F09FE79A72AEBD956BE6B7ADB025 , 0x0196F09FE79A72AEBD956BE6CB037CDA , 0x0196F09FE7FA7231A8132B61BDEE8DF6 , 0x0196F09FE6D87185903E211F22837F44 , 0x0196F09FE6D87185903E211F64BCD2A2 , 0x0196F09FE6D87185903E211F67B386EB , 0x0196F09FE72E708287951E1D1A6A551F , 0x0196F09FE72E708287951E1D2165AC32 , 0x0196F09FE79A72AEBD956BE6C14CD8B3 , 0x0196F09FE79A72AEBD956BE6CEFD4AAB , 0x0196F09FE7FA7231A8132B61B7A28787 , 0x0196F09FE6D87185903E211F25321353 , 0x0196F09FE6D87185903E211F2AD3724B , 0x0196F09FE6D87185903E211F5EB94DFF , 0x0196F09FE72E708287951E1D0586B471 , 0x0196F09FE72E708287951E1D07487591 , 0x0196F09FE6D87185903E211F38325FAF , 0x0196F09FE6D87185903E211F4C84AB5A , 0x0196F09FE72E708287951E1CDC8E9813 , 0x0196F09FE72E708287951E1CE0DE2B32 , 0x0196F09FE72E708287951E1D1776ABF8 , 0x0196F09FE79A72AEBD956BE6B934E67E , 0x0196F09FE6D87185903E211F5128AE99 , 0x0196F09FE72E708287951E1CFBD81CE4 , 0x0196F09FE799701A8616E4A6AACC8E08 , 0x0196F09FE79A72AEBD956BE6B95A4AD0 , 0x0196F09FE79A72AEBD956BE6C8B756CC , 0x0196F09FE7FA7231A8132B61E09CD087 , 0x0196F09FE6D87185903E211F37C5E3BA , 0x0196F09FE6D87185903E211F3C9A58C1 , 0x0196F09FE6D87185903E211F6A122339 , 0x0196F09FE72E708287951E1D0B038B22 , 0x0196F09FE79A72AEBD956BE6BCFA2775 , 0x0196F09FE79A72AEBD956BE6C4C0CE62 , 0x0196F09FE6D87185903E211F214A3585 , 0x0196F09FE6D87185903E211F48DA17D1 , 0x0196F09FE72E708287951E1CDF792C3E , 0x0196F09FE72E708287951E1D03C6F3C7 , 0x0196F09FE72E708287951E1D1420E67A , 0x0196F09FE799701A8616E4A6B124D4C3 , 0x0196F09FE79A72AEBD956BE6A480FF50 , 0x0196F09FE79A72AEBD956BE6CD400FE3 , 0x0196F09FE6D87185903E211F1EEB9E14 , 0x0196F09FE72E708287951E1CE557927A , 0x0196F09FE72E708287951E1CF88E704D , 0x0196F09FE6D87185903E211F38AF3A30 , 0x0196F09FE72E708287951E1CED3B9F42 , 0x0196F09FE72E708287951E1CF71F17D6 , 0x0196F09FE799701A8616E4A6B41F65AC , 0x0196F09FE79A72AEBD956BE6AC0EDB16 , 0x0196F09FE6D87185903E211F303A5A4D , 0x0196F09FE6D87185903E211F533658BE , 0x0196F09FE72E708287951E1CD92B5439 , 0x0196F09FE72E708287951E1CEFCB534C , 0x0196F09FE72E708287951E1D0BA14FF6 , 0x0196F09FE79A72AEBD956BE6A1A5ACA6 , 0x0196F09FE79A72AEBD956BE6AE7F49AC , 0x0196F09FE79A72AEBD956BE6BC4882CA , 0x0196F09FE7FA7231A8132B61BA3AB044 , 0x0196F09FE6D87185903E211F2BCA1CB6 , 0x0196F09FE6D87185903E211F3E6A14C6 , 0x0196F09FE6D87185903E211F4A4CF948 , 0x0196F09FE72E708287951E1CDF35D7F8 , 0x0196F09FE72E708287951E1D018A5F69 , 0x0196F09FE799701A8616E4A6B0999AC0 , 0x0196F09FE79A72AEBD956BE6D5DAF1D7 , 0x0196F09FE6D87185903E211F5A5B287C , 0x0196F09FE72E708287951E1D1C981C5B , 0x0196F09FE79A72AEBD956BE6976AFC0E , 0x0196F09FE79A72AEBD956BE6C3573F5E , 0x0196F09FE6D87185903E211F4196D23E , 0x0196F09FE6D87185903E211F48D0B28C , 0x0196F09FE6D87185903E211F6792E8A6 , 0x0196F09FE72E708287951E1D0244294E , 0x0196F09FE72E708287951E1D05115318 , 0x0196F09FE799701A8616E4A6B22B27E8 , 0x0196F09FE6D87185903E211F38D3D9BC , 0x0196F09FE72E708287951E1D09A54C66 , 0x0196F09FE6D87185903E211F573B6C3F , 0x0196F09FE6D87185903E211F6122BCFC , 0x0196F09FE6D87185903E211F6996B407 , 0x0196F09FE72E708287951E1CF10DDBE6 , 0x0196F09FE72E708287951E1CF1B69660 , 0x0196F09FE72E708287951E1D0D184C6E , 0x0196F09FE79A72AEBD956BE69017ECBB , 0x0196F09FE79A72AEBD956BE6946CDFE1 , 0x0196F09FE79A72AEBD956BE6C3EE0835 , 0x0196F09FE6D87185903E211F4D82298E , 0x0196F09FE6D87185903E211F5EBFF84C , 0x0196F09FE6D87185903E211F3BED5196 , 0x0196F09FE6D87185903E211F4EF7168F , 0x0196F09FE72E708287951E1D103C621A , 0x0196F09FE6D87185903E211F1EE93530 , 0x0196F09FE6D87185903E211F36ACCF68 , 0x0196F09FE6D87185903E211F3F41B1A8 , 0x0196F09FE72E708287951E1CEC8B19A0 , 0x0196F09FE72E708287951E1D0622C279 , 0x0196F09FE79A72AEBD956BE69B32FA5A , 0x0196F09FE6D87185903E211F2969F0A4 , 0x0196F09FE72E708287951E1CE6F9361C , 0x0196F09FE72E708287951E1CF3485B37 , 0x0196F09FE72E708287951E1D0C188141 , 0x0196F09FE79A72AEBD956BE69BA47D4F , 0x0196F09FE72E708287951E1CDEAEF431 , 0x0196F09FE72E708287951E1D0EC832D0 , 0x0196F09FE79A72AEBD956BE6A23F5ADC , 0x0196F09FE72E708287951E1CF9DDB688 , 0x0196F09FE79A72AEBD956BE6970A060B , 0x0196F09FE79A72AEBD956BE6A33777E8 , 0x0196F09FE79A72AEBD956BE6D2020785 , 0x0196F09FE6D87185903E211F25E6E196 , 0x0196F09FE6D87185903E211F6A8631DF , 0x0196F09FE72E708287951E1D0751E58C , 0x0196F09FE6D87185903E211F3D5EEACF , 0x0196F09FE6D87185903E211F62677C4A , 0x0196F09FE72E708287951E1CDDCA090D , 0x0196F09FE6D87185903E211F5988EA4F , 0x0196F09FE72E708287951E1CDCECB22E , 0x0196F09FE72E708287951E1CFF54F4D3 , 0x0196F09FE6D87185903E211F34B13FE6 , 0x0196F09FE6D87185903E211F4986D60D , 0x0196F09FE72E708287951E1CE8DAC6ED , 0x0196F09FE72E708287951E1D07271E94 , 0x0196F09FE72E708287951E1D151F9B40 , 0x0196F09FE6D87185903E211F39639626 , 0x0196F09FE6D87185903E211F4DCD6D11 , 0x0196F09FE79A72AEBD956BE6CA6F7784 , 0x0196F09FE6D87185903E211F2651BC19 , 0x0196F09FE6D87185903E211F5B75224C , 0x0196F09FE6D87185903E211F609001DF , 0x0196F09FE72E708287951E1D0AA77B5C , 0x0196F09FE72E708287951E1D16987DA3 , 0x0196F09FE79A72AEBD956BE6D01B81A8 , 0x0196F09FE6D87185903E211F2EC00F2C , 0x0196F09FE6D87185903E211F3DA8F822 , 0x0196F09FE6D87185903E211F4E637C10 , 0x0196F09FE6D87185903E211F6A7B4E78 , 0x0196F09FE72E708287951E1CE1CABABA , 0x0196F09FE72E708287951E1CF2EFC5E3 , 0x0196F09FE6D87185903E211F48CF335F , 0x0196F09FE6D87185903E211F564C4286 , 0x0196F09FE72E708287951E1CD853DAF5 , 0x0196F09FE72E708287951E1CFE5F47D1 , 0x0196F09FE79A72AEBD956BE6B2683EB9 , 0x0196F09FE79A72AEBD956BE6CA524317 , 0x0196F09FE79A72AEBD956BE6D82907E7 , 0x0196F09FE79A72AEBD956BE697A7035D , 0x0196F09FE7FA7231A8132B619F1C86C4 , 0x0196F09FE6D87185903E211F43EB08D9 , 0x0196F09FE72E708287951E1CE367C764 , 0x0196F09FE72E708287951E1D15D436D4 , 0x0196F09FE79A72AEBD956BE6CD06F9F6 , 0x0196F09FE79A72AEBD956BE6D6A60FF1 , 0x0196F09FE6D87185903E211F1F35DF91 , 0x0196F09FE6D87185903E211F51AA5161 , 0x0196F09FE72E708287951E1D0BF6A845 , 0x0196F09FE72E708287951E1D13640325 , 0x0196F09FE72E708287951E1D197BF45D , 0x0196F09FE799701A8616E4A6ABF67493 , 0x0196F09FE79A72AEBD956BE6BB2AF740 , 0x0196F09FE6D87185903E211F25310A93 , 0x0196F09FE6D87185903E211F65E3F126 , 0x0196F09FE72E708287951E1D11E2DC4F , 0x0196F09FE72E708287951E1D1AFF33F1 , 0x0196F09FE72E708287951E1D20C3B503 , 0x0196F09FE79A72AEBD956BE69F33DFC3 , 0x0196F09FE7FA7231A8132B61C561AAB8 , 0x0196F09FE6D87185903E211F2CEDBC63 , 0x0196F09FE6D87185903E211F387468C4 , 0x0196F09FE72E708287951E1CE466DEF7 , 0x0196F09FE72E708287951E1CE532C149 , 0x0196F09FE6D87185903E211F524BB058 , 0x0196F09FE79A72AEBD956BE6B3D696C5 , 0x0196F09FE6D87185903E211F45B2B471 , 0x0196F09FE6D87185903E211F5C2034EA , 0x0196F09FE6D87185903E211F51C624D6 , 0x0196F09FE72E708287951E1CFD70D517 , 0x0196F09FE6D87185903E211F2C56C901 , 0x0196F09FE72E708287951E1CF798B1B1 , 0x0196F09FE79A72AEBD956BE6B5BCDF3D , 0x0196F09FE6D87185903E211F386C3171 , 0x0196F09FE72E708287951E1D113C20E7 , 0x0196F09FE799701A8616E4A6B150F0D2 , 0x0196F09FE79A72AEBD956BE6B31A60EC , 0x0196F09FE7FA7231A8132B61BB43A83F , 0x0196F09FE72E708287951E1CF5E6B28E , 0x0196F09FE79A72AEBD956BE6BB586D4D , 0x0196F09FE6D87185903E211F6358A623 , 0x0196F09FE6D87185903E211F6A355396 , 0x0196F09FE72E708287951E1CD7EC9CBD , 0x0196F09FE6D87185903E211F216EC28F , 0x0196F09FE6D87185903E211F4B00CD2E , 0x0196F09FE72E708287951E1D02A11DB0 , 0x0196F09FE79A72AEBD956BE69E8142AE , 0x0196F09FE79A72AEBD956BE6AE8A25B9 , 0x0196F09FE79A72AEBD956BE6CEA9AB66 , 0x0196F09FE72E708287951E1CE71C90DC , 0x0196F09FE79A72AEBD956BE6AF20ABC9 , 0x0196F09FE79A72AEBD956BE6D1803803 , 0x0196F09FE7FA7231A8132B61E6F78010 , 0x0196F09FE72E708287951E1CFA9F0310 , 0x0196F09FE79A72AEBD956BE691523BD5 , 0x0196F09FE79A72AEBD956BE69998C760 , 0x0196F09FE6D87185903E211F37691511 , 0x0196F09FE6D87185903E211F33BDCB50 , 0x0196F09FE72E708287951E1CEBB2BD39 , 0x0196F09FE799701A8616E4A6B2F56BE8 , 0x0196F09FE6D87185903E211F20F130DF , 0x0196F09FE6D87185903E211F5ACF3D70 , 0x0196F09FE6D87185903E211F3977955F , 0x0196F09FE72E708287951E1D1BE0D6C4 , 0x0196F09FE6D87185903E211F46831398 , 0x0196F09FE79A72AEBD956BE6D819ED03 , 0x0196F09FE6D87185903E211F4803BECA , 0x0196F09FE72E708287951E1D03990B69 , 0x0196F09FE79A72AEBD956BE690DBD5E0 , 0x0196F09FE79A72AEBD956BE6B5EBB642 , 0x0196F09FE72E708287951E1CFB38C6D5 , 0x0196F09FE79A72AEBD956BE691DFB964 , 0x0196F09FE79A72AEBD956BE6B3FC4417 , 0x0196F09FE7FA7231A8132B61D95C64C5 , 0x0196F09FE6D87185903E211F3AA6F175 , 0x0196F09FE79A72AEBD956BE692B29C21 , 0x0196F09FE6D87185903E211F5B00B4BC , 0x0196F09FE72E708287951E1CEA4B228E , 0x0196F09FE72E708287951E1D11DE2EF2 , 0x0196F09FE6D87185903E211F32E57D3E , 0x0196F09FE6D87185903E211F6219ECFD , 0x0196F09FE799701A8616E4A6B33C7D3A , 0x0196F09FE79A72AEBD956BE6ACC06941 , 0x0196F09FE79A72AEBD956BE6B896ED60 , 0x0196F09FE7FA7231A8132B61D3794336 , 0x0196F09FE79A72AEBD956BE6C5C47227 , 0x0196F09FE6D87185903E211F325FBF24 , 0x0196F09FE72E708287951E1CF3EA8019 , 0x0196F09FE72E708287951E1CF4B2F8FB , 0x0196F09FE72E708287951E1CF78C8877 , 0x0196F09FE79A72AEBD956BE6D41C0581 , 0x0196F09FE6D87185903E211F53B3259A , 0x0196F09FE72E708287951E1D1A700824 , 0x0196F09FE79A72AEBD956BE6CF92B1B3 , 0x0196F09FE6D87185903E211F4341DF64 , 0x0196F09FE72E708287951E1CEE7E9786 , 0x0196F09FE72E708287951E1D04706466 , 0x0196F09FE6D87185903E211F41DFD2F0 , 0x0196F09FE72E708287951E1CFA2302CF , 0x0196F09FE6D87185903E211F2A56A8CC , 0x0196F09FE6D87185903E211F405DB92C , 0x0196F09FE79A72AEBD956BE6BEEE6A0A , 0x0196F09FE79A72AEBD956BE6C5AA5F2E , 0x0196F09FE7FA7231A8132B61CC1C50E8 , 0x0196F09FE79A72AEBD956BE6BF2DB884 , 0x0196F09FE7FA7231A8132B61D31C8D13 , 0x0196F09FE72E708287951E1D0C1C05DC , 0x0196F09FE6D87185903E211F5FD358F7 , 0x0196F09FE72E708287951E1CE2BD665B , 0x0196F09FE72E708287951E1CE8037775 , 0x0196F09FE6D87185903E211F444472C6 , 0x0196F09FE799701A8616E4A6B037AF00 , 0x0196F09FE72E708287951E1CFF1DAD5B , 0x0196F09FE6D87185903E211F3C0949E6 , 0x0196F09FE6D87185903E211F21486A65 , 0x0196F09FE72E708287951E1D0B02CC7F , 0x0196F09FE72E708287951E1D1D4CEFEA , 0x0196F09FE79A72AEBD956BE6B01C9C0A , 0x0196F09FE79A72AEBD956BE6C05A647B , 0x0196F09FE79A72AEBD956BE6A9A9EA3D , 0x0196F09FE7FA7231A8132B61BBA6EBE2 , 0x0196F09FE72E708287951E1D23C752EE , 0x0196F09FE6D87185903E211F22F0865B , 0x0196F09FE6D87185903E211F3829E5E0 , 0x0196F09FE6D87185903E211F22E45898 , 0x0196F09FE6D87185903E211F5E6976C8 , 0x0196F09FE72E708287951E1CF07F81FD , 0x0196F09FE6D87185903E211F414850BD , 0x0196F09FE72E708287951E1D0CE112F1 , 0x0196F09FE72E708287951E1D1778A49E , 0x0196F09FE79A72AEBD956BE6C1E95A2B , 0x0196F09FE79A72AEBD956BE693B5F193 , 0x0196F09FE72E708287951E1D22E8F494 , 0x0196F09FE79A72AEBD956BE6CBCF0088 , 0x0196F09FE7FA7231A8132B61A09E4595 , 0x0196F09FE6D87185903E211F35205823 , 0x0196F09FE79A72AEBD956BE6CA8A2F75 , 0x0196F09FE72E708287951E1D0C5B3D34 , 0x0196F09FE72E708287951E1D0E295B41 , 0x0196F09FE6D87185903E211F66DCA8FD , 0x0196F09FE6D87185903E211F69011A2C , 0x0196F09FE72E708287951E1CFA3D4FDD , 0x0196F09FE72E708287951E1CE93CDE65 , 0x0196F09FE72E708287951E1CF84AA677 , 0x0196F09FE72E708287951E1D12944ABF , 0x0196F09FE799701A8616E4A6AE945371 , 0x0196F09FE72E708287951E1D098E1D6E , 0x0196F09FE79A72AEBD956BE69DCEA43F , 0x0196F09FE7FA7231A8132B61B2C56F8C , 0x0196F09FE79A72AEBD956BE69223EBB4 , 0x0196F09FE7FA7231A8132B61D636A5B7 , 0x0196F09FE6D87185903E211F35FBFF6D , 0x0196F09FE72E708287951E1CE8CBDA1E , 0x0196F09FE72E708287951E1CEED941EE , 0x0196F09FE72E708287951E1D0F3BFD42 , 0x0196F09FE72E708287951E1D0B7D4FDE , 0x0196F09FE799701A8616E4A6AACD9ED7 , 0x0196F09FE72E708287951E1D005ED736 , 0x0196F09FE72E708287951E1D1F1345A6 , 0x0196F09FE6D87185903E211F48F86AE7 , 0x0196F09FE79A72AEBD956BE6C9C03601 , 0x0196F09FE7FA7231A8132B61DA7FDA5B , 0x0196F09FE6D87185903E211F337F835F , 0x0196F09FE72E708287951E1D036DDCFB , 0x0196F09FE79A72AEBD956BE69FE5F1D1 , 0x0196F09FE72E708287951E1CF2303596 , 0x0196F09FE72E708287951E1D0F41D1B1 , 0x0196F09FE79A72AEBD956BE6D39DC0EC , 0x0196F09FE6D87185903E211F56B0F53B , 0x0196F09FE6D87185903E211F42CA23AD , 0x0196F09FE6D87185903E211F4D5F9728 , 0x0196F09FE79A72AEBD956BE6D208301F , 0x0196F09FE7FA7231A8132B61AD4B87AF , 0x0196F09FE79A72AEBD956BE6C789FE0A , 0x0196F09FE7FA7231A8132B61E00DC7F9 , 0x0196F09FE79A72AEBD956BE69564BF52 , 0x0196F09FE72E708287951E1D0DF03D26 , 0x0196F09FE72E708287951E1CEE337ACB , 0x0196F09FE72E708287951E1CEF60E023 , 0x0196F09FE72E708287951E1CF70A1DBF , 0x0196F09FE79A72AEBD956BE6BCA6081C , 0x0196F09FE72E708287951E1CE7047A7A , 0x0196F09FE72E708287951E1CDB09F571 , 0x0196F09FE72E708287951E1CE60E7E06 , 0x0196F09FE72E708287951E1D02EC4FB8 , 0x0196F09FE7FA7231A8132B61B73C34D0 , 0x0196F09FE79A72AEBD956BE6D6871F73 , 0x0196F09FE79A72AEBD956BE698459131 , 0x0196F09FE7FA7231A8132B61BC7A536C , 0x0196F09FE6D87185903E211F63EAB3A7 , 0x0196F09FE7FA7231A8132B61D860C7EA , 0x0196F09FE72E708287951E1CF2CC77AB , 0x0196F09FE72E708287951E1D08BBCDBE , 0x0196F09FE799701A8616E4A6AB3D25A3 , 0x0196F09FE79A72AEBD956BE6AD9F7A78 , 0x0196F09FE79A72AEBD956BE6B4E5D2AF , 0x0196F09FE6D87185903E211F24D3AA9C , 0x0196F09FE79A72AEBD956BE6A8C8FF16 , 0x0196F09FE72E708287951E1D150CCF72 , 0x0196F09FE72E708287951E1D07F1622B , 0x0196F09FE7FA7231A8132B61B2E57EF7 , 0x0196F09FE79A72AEBD956BE69C84E9FB , 0x0196F09FE6D87185903E211F23D71ED1 , 0x0196F09FE72E708287951E1D00D52444 , 0x0196F09FE6D87185903E211F27206E4D , 0x0196F09FE6D87185903E211F61ED5486 , 0x0196F09FE7FA7231A8132B61CEA025EB , 0x0196F09FE72E708287951E1D19AF89C4 , 0x0196F09FE799701A8616E4A6AA77FCF8 , 0x0196F09FE72E708287951E1CF52C1848 , 0x0196F09FE79A72AEBD956BE6CBE58941 , 0x0196F09FE79A72AEBD956BE6AA817A3F , 0x0196F09FE6D87185903E211F34D81A1D , 0x0196F09FE72E708287951E1CFAB974EB , 0x0196F09FE79A72AEBD956BE691D7920B , 0x0196F09FE79A72AEBD956BE6C4D7EB88 , 0x0196F09FE79A72AEBD956BE6A5C557A7 , 0x0196F09FE72E708287951E1D1E2493FF , 0x0196F09FE72E708287951E1D06AE6E62 , 0x0196F09FE79A72AEBD956BE6C85C8E91 , 0x0196F09FE7FA7231A8132B61DA4C6A10 , 0x0196F09FE79A72AEBD956BE699BE5A44 , 0x0196F09FE6D87185903E211F6B51A63E , 0x0196F09FE72E708287951E1CD9CEE54B , 0x0196F09FE72E708287951E1CF94379F5 , 0x0196F09FE799701A8616E4A6B3D8AFE5 , 0x0196F09FE7FA7231A8132B61E6842541 , 0x0196F09FE799701A8616E4A6AEF83BA3 , 0x0196F09FE79A72AEBD956BE6AACB5A49 , 0x0196F09FE7FA7231A8132B61B7BAF936 , 0x0196F09FE7FA7231A8132B61ABC19A68 , 0x0196F09FE6D87185903E211F5F35B218 , 0x0196F09FE6D87185903E211F4EE275FE , 0x0196F09FE7FA7231A8132B61C92129E3 , 0x0196F09FE72E708287951E1CDA95C0FA , 0x0196F09FE79A72AEBD956BE6D2E47FB4 , 0x0196F09FE79A72AEBD956BE69310D0ED , 0x0196F09FE79A72AEBD956BE6A78ED8EA , 0x0196F09FE799701A8616E4A6AF41D9BD , 0x0196F09FE6D87185903E211F65576B34 , 0x0196F09FE799701A8616E4A6B117DB65 , 0x0196F09FE79A72AEBD956BE6BC349ED4 , 0x0196F09FE79A72AEBD956BE6BE15580B , 0x0196F09FE72E708287951E1D23B399CD , 0x0196F09FE6D87185903E211F477EAADC , 0x0196F09FE79A72AEBD956BE6A0E54AB0 , 0x0196F09FE7FA7231A8132B61B87B5896 , 0x0196F09FE79A72AEBD956BE6A537FA60 , 0x0196F09FE79A72AEBD956BE6B0D44BE1 , 0x0196F09FE79A72AEBD956BE6B6E29086 , 0x0196F09FE79A72AEBD956BE69ABD3FE4 , 0x0196F09FE6D87185903E211F4B37DD75 , 0x0196F09FE7FA7231A8132B61AE878482 , 0x0196F09FE79A72AEBD956BE6CDC4A112 , 0x0196F09FE7FA7231A8132B61A3DE44C3 , 0x0196F09FE79A72AEBD956BE6CCD51758 , 0x0196F09FE7FA7231A8132B61C8241978 , 0x0196F09FE7FA7231A8132B61BCDE75D8 , 0x0196F09FE79A72AEBD956BE696488160 , 0x0196F09FE79A72AEBD956BE69CCB58FD , 0x0196F09FE7FA7231A8132B61E5378623 , 0x0196F09FE7FA7231A8132B61E2EF0E62 , 0x0196F09FE79A72AEBD956BE6A56C987D , 0x0196F09FE7FA7231A8132B61C466AB59 , 0x0196F09FE7FA7231A8132B61A73387F7 , 0x0196F09FE7FA7231A8132B61BEDA6745 , 0x0196F09FE79A72AEBD956BE6AB4BBA71 , 0x0196F09FE7FA7231A8132B61BFBFDFE0 , 0x0196F09FE79A72AEBD956BE6BD787407 , 0x0196F09FE7FA7231A8132B61AF58E3C8 , 0x0196F09FE7FA7231A8132B61DCD01435 , 0x0196F09FE7FA7231A8132B61E79BC516 , 0x0196F09FE7FA7231A8132B61B55904A0 , 0x0196F09FE79A72AEBD956BE6BB6286A7 , 0x0196F09FE7FA7231A8132B61A1DD4692 , 0x0196F09FE79A72AEBD956BE6A3AAEAE0 , 0x0196F09FE7FA7231A8132B61D33B0492 , 0x0196F09FE7FA7231A8132B61D579E990 , 0x0196F09FE7FA7231A8132B61A6869213 , 0x0196F09FE7FA7231A8132B61C33D0057 , 0x0196F09FE7FA7231A8132B61C7F845BE , 0x0196F09FE7FA7231A8132B61D6FAE725 , 0x0196F09FE7FA7231A8132B61CBE5DD9B , 0x0196F09FE7FA7231A8132B61BB0DDB72 , 0x0196F09FE79A72AEBD956BE6BA55FB7B , 0x0196F09FE7FA7231A8132B61DEE22186 , 0x0196F09FE7FA7231A8132B61B1B00C6F , 0x0196F09FE7FA7231A8132B61C02AAB77 , 0x0196F09FE7FA7231A8132B61DD608E44 , 0x0196F09FE7FA7231A8132B61A7A71005 , 0x0196F09FE7FA7231A8132B61A5833ADD , 0x0196F09FE7FA7231A8132B61B4D7E506 , 0x0196F09FE7FA7231A8132B61B40F7D06 , 0x0196F09FE7FA7231A8132B61A001BAA8 , 0x0196F09FE7FA7231A8132B61DE3F85AD , 0x0196F09FE7FA7231A8132B61A4D86B5F , 0x0196F09FE7FA7231A8132B61C1481E6A , 0x0196F09FE7FA7231A8132B61A66E662C , 0x0196F09FE7FA7231A8132B61D01378DE , 0x0196F09FE7FA7231A8132B61CAE38DD9 , 0x0196F09FE7FA7231A8132B61E34C0B38 , 0x0196F09FE7FA7231A8132B61ADB2D831 , 0x0196F09FE7FA7231A8132B61D1121052 , 0x0196F09FE7FA7231A8132B61A4665E24 , 0x0196F09FE7FA7231A8132B61CF77F914 , 0x0196F09FE7FA7231A8132B61CA291897 , 0x0196F09FE7FA7231A8132B61B6FF62CA , 0x0196F09FE7FA7231A8132B61A2B146A5 , 0x0196F09FE7FA7231A8132B61CDC039D0 , 0x0196F09FE7FA7231A8132B61C11ED930 , 0x0196F09FE7FA7231A8132B61C5F12C3D , 0x0196F09FE7FA7231A8132B61C7DBD889 , 0x0196F09FE7FA7231A8132B61C998A1BC , 0x0196F09FE7FA7231A8132B61A920FC4C , 0x0196F09FE7FA7231A8132B61E4064E5C , 0x0196F09FE7FA7231A8132B61D1445978 , 0x0196F09FE7FA7231A8132B61D9AA4EEE , 0x0196F09FE7FA7231A8132B61C2A081CE , 0x0196F09FE7FA7231A8132B61E1837BB5 , 0x0196F09FE7FA7231A8132B61B2ED2842 , 0x0196F09FE7FA7231A8132B61AD0AD380 , 0x0196F09FE7FA7231A8132B61A4FB4C59 , 0x0196F09FE7FA7231A8132B61B5FD6E58 , 0x0196F09FE7FA7231A8132B619FE80EA5 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
67
1.76 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 –ðŸçúr1¨\x13 +a²í(B "
b"\x01 –ðŸçúr1¨\x13 +a´\x0F }\x06 "
b"\x01 –ðŸçúr1¨\x13 +a´×å\x06 "
b"\x01 –ðŸçúr1¨\x13 +aµY\x04 "
b"\x01 –ðŸçúr1¨\x13 +aµýnX "
b"\x01 –ðŸçúr1¨\x13 +a¶ÿbÊ "
b"\x01 –ðŸçúr1¨\x13 +a·<4Ð "
b"\x01 –ðŸçúr1¨\x13 +a·¢‡‡ "
b"\x01 –ðŸçúr1¨\x13 +a·ºù6 "
b"\x01 –ðŸçúr1¨\x13 +a¸{X– "
b"\x01 –ðŸçúr1¨\x13 +aº:°D "
b"\x01 –ðŸçúr1¨\x13 +a»\r Ûr "
b"\x01 –ðŸçúr1¨\x13 +a»C¨? "
b"\x01 –ðŸçúr1¨\x13 +a»¦ëâ "
b"\x01 –ðŸçúr1¨\x13 +a¼zSl "
b"\x01 –ðŸçúr1¨\x13 +a¼ÞuØ "
b"\x01 ûƒþ·r1¿\x13 +a¢¯ì÷ "
b"\x01 –ðŸçúr1¨\x13 +a¾ÚgE "
b"\x01 –ðŸçúr1¨\x13 +a¿¿ßà "
b"\x01 –ðŸçúr1¨\x13 +aÀ*«w "
b"\x01 –ðŸçúr1¨\x13 +aÁ\x1E Ù0 "
b"\x01 –ðŸçúr1¨\x13 +aÁH\x1E j "
b"\x01 ûƒþ·r1¿\x13 +a┬áü╬ "
b"\x01 –ðŸçúr1¨\x13 +aÃ=\x00 W "
b"\x01 –ðŸçúr1¨\x13 +aÄ2vY "
b"\x01 –ðŸçúr1¨\x13 +aÄf«Y "
b"\x01 –ðŸçúr1¨\x13 +aÅaª¸ "
b"\x01 –ðŸçúr1¨\x13 +aÅñ,= "
b"\x01 –ðŸçúr1¨\x13 +aǃ • "
b"\x01 –ðŸçúr1¨\x13 +aÇÛØ‰ "
b"\x01 –ðŸçúr1¨\x13 +aÇøE¾ "
b"\x01 –ðŸçúr1¨\x13 +aÈ$\x19 x "
b"\x01 –ðŸçúr1¨\x13 +aÉ!)ã "
b"\x01 –ðŸçúr1¨\x13 +aɘ¡¼ "
b"\x01 –ðŸçúr1¨\x13 +aÊ)\x18 — "
b"\x01 ûƒþ·r1¿\x13 +a╩Òì┘ "
b"\x01 –ðŸçúr1¨\x13 +aËåÝ› "
b"\x01 –ðŸçúr1¨\x13 +aÌ\x1C Pè "
b"\x01 –ðŸçúr1¨\x13 +aÌâŠ- "
b"\x01 –ðŸçúr1¨\x13 +aÍÀ9Ð "
b"\x01 –ðŸçúr1¨\x13 +aÎ %ë "
b"\x01 –ðŸçúr1¨\x13 +aÏwù\x14 "
b"\x01 –ðŸçúr1¨\x13 +aÐ\x13 xÞ "
b"\x01 –ðŸçúr1¨\x13 +aÑ\x12\x10 R "
b"\x01 –ðŸçúr1¨\x13 +aÑDYx "
b"\x01 ûƒþ·r1¿\x13 +aË\x1C ì\x13 "
b"\x01 –ðŸçúr1¨\x13 +aÓ;\x04 ’ "
b"\x01 –ðŸçúr1¨\x13 +aÓyC6 "
b"\x01 ûƒþ·r1¿\x13 +aıyÚÉ "
b"\x01 –ðŸçúr1¨\x13 +aÖ6¥· "
b"\x01 –ðŸçúr1¨\x13 +aÖúç% "
b"\x01 –ðŸçúr1¨\x13 +a×ã\x02 ´ "
b"\x01 –ðŸçúr1¨\x13 +aØ`Çê "
b"\x01 –ðŸçúr1¨\x13 +aÙ\dÅ "
b"\x01 –ðŸçúr1¨\x13 +aÙªNî "
b"\x01 –ðŸçúr1¨\x13 +aÚLj\x10 "
b"\x01 –ðŸçúr1¨\x13 +aÚ\x7F Ú[ "
b"\x01 –ðŸçúr1¨\x13 +aÜÐ\x14 5 "
b"\x01 –ðŸçúr1¨\x13 +aÝ`ŽD "
b"\x01 –ðŸçúr1¨\x13 +aÞ?… "
b"\x01 –ðŸçúr1¨\x13 +aÞÀ˜\x05 "
b"\x01 –ðŸçúr1¨\x13 +aÞâ!† "
b"\x01 –ðŸçúr1¨\x13 +aà\r Çù "
b"\x01 –ðŸçúr1¨\x13 +aàœÐ‡ "
b"\x01 –ðŸçúr1¨\x13 +aáƒ{µ "
b"\x01 –ðŸçúr1¨\x13 +aâï\x0E b "
b"\x01 –ðŸçúr1¨\x13 +aãL\v 8 "
b"\x01 –ðŸçúr1¨\x13 +aä\x06 N\ "
b"\x01 –ðŸçúr1¨\x13 +aå7†# "
b"\x01 –ðŸçúr1¨\x13 +aæ„%A "
b"\x01 –ðŸçúr1¨\x13 +aæ÷€\x10 "
b"\x01 –ðŸçúr1¨\x13 +aç›Å\x16 "
b"\x01 –ðŸèRrÙŸ–#ëîdŸ "
b"\x01 –ðŸèRrÙŸ–#ëîg\x02 à "
b"\x01 –ðŸèRrÙŸ–#ëï\x12\x05 ç "
b"\x01 –ðŸèRrÙŸ–#ëðˆË” "
b"\x01 –ðŸèRrÙŸ–#ëñ/&4 "
b"\x01 –ðŸèRrÙŸ–#ëñ ˜… "
b"\x01 –ðŸèRrÙŸ–#ëò\x15 ~N "
b"\x01 ûƒÞRr┘ƒû#Ù¾É'b "
b"\x01 –ðŸèRrÙŸ–#ëô‡{Ô "
b"\x01 –ðŸèRrÙŸ–#ëô˜º\x02 "
b"\x01 –ðŸèiq¤šÝ\x7F à2IN! "
b"\x01 –ðŸèiq¤šÝ\x7F à4-Éû "
b"\x01 –ðŸèiq¤šÝ\x7F à4Ð\x08 ö "
b"\x01 –ðŸèiq¤šÝ\x7F à5<Q¼ "
b"\x01 –ðŸèiq¤šÝ\x7F à6\x13 [p "
b"\x01 –ðŸèiq¤šÝ\x7F à6ÕX1 "
b"\x01 –ðŸèiq¤šÝ\x7F à8Ü¡· "
b"\x01 –ðŸèiq¤šÝ\x7F à:Æ¢9 "
b"\x01 –ðŸèxrR¡R®C lÙè "
b"\x01 –ðŸèxrR¡R®C ž\x0F n "
b"\x01 –ðŸèxrR¡R®C![\x11 á "
b"\x01 –ðŸèxrR¡R®C!Ú7è "
b"\x01 –ðŸèxrR¡R®C"\x08\x01 n "
b"\x01 –ðŸè€q4šÏ\x03 {n¸<p "
b"\x01 ûƒÞÇq4ܤ\x03 {s╚;Ø "
b"\x01 –ðŸè€q4šÏ\x03 {uÍ\x1A "
b"\x01 –ðŸè€q4šÏ\x03 {v‚\C "
b"\x01 –ðŸè€q4šÏ\x03 {xiG’ "
b"\x01 –ðŸè€q4šÏ\x03 {y\t áû "
b"\x01 ûƒÞÉp'Å‗lpç;║® "
b"\x01 ûƒÞÉp'Å‗lpê\x07 äh "
b"\x01 ûƒÞÉp'Å‗lpè\x0E 9f "
b"\x01 ûƒÞÉp'Å‗lpèª╔è "
b"\x01 ûƒÞÉp'Å‗lpî_Ûc "
b"\x01 ûƒÞÉp'Å‗lpÄÆ╣É "
b"\x01 ûƒÞÉp'Å‗lpætK[ "
b"\x01 ûƒÞÉp'Å‗lpÆ·\x07 k "
b"\x01 –ðŸè¨p\x03 “Nð¯¡\v ÀC "
b"\x01 ûƒÞ¿p\x03 ôN»í1Å "
b"\x01 –ðŸè¨p\x03 “Nð¯£?Fú "
b"\x01 –ðŸè¨p\x03 “Nð¯£iH© "
b"\x01 –ðŸè¨p\x03 “N𦖨‹¶ "
b"\x01 –ðŸè¨p\x03 “N跰¦ž "
b"\x01 –ðŸè¨p\x03 “Nð¯¨l«„ "
b"\x01 –ðŸè¨p\x03 “Nð¯ª[çü "
b"""
\x01 –ðŸè¾sƒ®a\n
¢ƒšµ(
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢„÷&·
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢†Cúb
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢‡,·.
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢ˆ0q4
"""
b"""
\x01 ûƒÞ¥sâ«a\n
óè&Ų
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢‹\x06\x1A\x10
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢‹\x18\x7F m
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢ŽˆŸ´
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢ŽÏ\x1F =
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢‘¢Ïw
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢‘¥àb
"""
]
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 (0x0196F09FE7FA7231A8132B61B2ED2842 , 0x0196F09FE7FA7231A8132B61B40F7D06 , 0x0196F09FE7FA7231A8132B61B4D7E506 , 0x0196F09FE7FA7231A8132B61B55904A0 , 0x0196F09FE7FA7231A8132B61B5FD6E58 , 0x0196F09FE7FA7231A8132B61B6FF62CA , 0x0196F09FE7FA7231A8132B61B73C34D0 , 0x0196F09FE7FA7231A8132B61B7A28787 , 0x0196F09FE7FA7231A8132B61B7BAF936 , 0x0196F09FE7FA7231A8132B61B87B5896 , 0x0196F09FE7FA7231A8132B61BA3AB044 , 0x0196F09FE7FA7231A8132B61BB0DDB72 , 0x0196F09FE7FA7231A8132B61BB43A83F , 0x0196F09FE7FA7231A8132B61BBA6EBE2 , 0x0196F09FE7FA7231A8132B61BC7A536C , 0x0196F09FE7FA7231A8132B61BCDE75D8 , 0x0196F09FE7FA7231A8132B61BDEE8DF6 , 0x0196F09FE7FA7231A8132B61BEDA6745 , 0x0196F09FE7FA7231A8132B61BFBFDFE0 , 0x0196F09FE7FA7231A8132B61C02AAB77 , 0x0196F09FE7FA7231A8132B61C11ED930 , 0x0196F09FE7FA7231A8132B61C1481E6A , 0x0196F09FE7FA7231A8132B61C2A081CE , 0x0196F09FE7FA7231A8132B61C33D0057 , 0x0196F09FE7FA7231A8132B61C4327659 , 0x0196F09FE7FA7231A8132B61C466AB59 , 0x0196F09FE7FA7231A8132B61C561AAB8 , 0x0196F09FE7FA7231A8132B61C5F12C3D , 0x0196F09FE7FA7231A8132B61C783A095 , 0x0196F09FE7FA7231A8132B61C7DBD889 , 0x0196F09FE7FA7231A8132B61C7F845BE , 0x0196F09FE7FA7231A8132B61C8241978 , 0x0196F09FE7FA7231A8132B61C92129E3 , 0x0196F09FE7FA7231A8132B61C998A1BC , 0x0196F09FE7FA7231A8132B61CA291897 , 0x0196F09FE7FA7231A8132B61CAE38DD9 , 0x0196F09FE7FA7231A8132B61CBE5DD9B , 0x0196F09FE7FA7231A8132B61CC1C50E8 , 0x0196F09FE7FA7231A8132B61CCE28A2D , 0x0196F09FE7FA7231A8132B61CDC039D0 , 0x0196F09FE7FA7231A8132B61CEA025EB , 0x0196F09FE7FA7231A8132B61CF77F914 , 0x0196F09FE7FA7231A8132B61D01378DE , 0x0196F09FE7FA7231A8132B61D1121052 , 0x0196F09FE7FA7231A8132B61D1445978 , 0x0196F09FE7FA7231A8132B61D31C8D13 , 0x0196F09FE7FA7231A8132B61D33B0492 , 0x0196F09FE7FA7231A8132B61D3794336 , 0x0196F09FE7FA7231A8132B61D579E990 , 0x0196F09FE7FA7231A8132B61D636A5B7 , 0x0196F09FE7FA7231A8132B61D6FAE725 , 0x0196F09FE7FA7231A8132B61D7E302B4 , 0x0196F09FE7FA7231A8132B61D860C7EA , 0x0196F09FE7FA7231A8132B61D95C64C5 , 0x0196F09FE7FA7231A8132B61D9AA4EEE , 0x0196F09FE7FA7231A8132B61DA4C6A10 , 0x0196F09FE7FA7231A8132B61DA7FDA5B , 0x0196F09FE7FA7231A8132B61DCD01435 , 0x0196F09FE7FA7231A8132B61DD608E44 , 0x0196F09FE7FA7231A8132B61DE3F85AD , 0x0196F09FE7FA7231A8132B61DEC09805 , 0x0196F09FE7FA7231A8132B61DEE22186 , 0x0196F09FE7FA7231A8132B61E00DC7F9 , 0x0196F09FE7FA7231A8132B61E09CD087 , 0x0196F09FE7FA7231A8132B61E1837BB5 , 0x0196F09FE7FA7231A8132B61E2EF0E62 , 0x0196F09FE7FA7231A8132B61E34C0B38 , 0x0196F09FE7FA7231A8132B61E4064E5C , 0x0196F09FE7FA7231A8132B61E5378623 , 0x0196F09FE7FA7231A8132B61E6842541 , 0x0196F09FE7FA7231A8132B61E6F78010 , 0x0196F09FE7FA7231A8132B61E79BC516 , 0x0196F09FE85272D99F9623EBEE649F20 , 0x0196F09FE85272D99F9623EBEE6702C3 , 0x0196F09FE85272D99F9623EBEF1205E7 , 0x0196F09FE85272D99F9623EBF088CB94 , 0x0196F09FE85272D99F9623EBF12F2634 , 0x0196F09FE85272D99F9623EBF1A09885 , 0x0196F09FE85272D99F9623EBF2157E4E , 0x0196F09FE85272D99F9623EBF3902762 , 0x0196F09FE85272D99F9623EBF4877BD4 , 0x0196F09FE85272D99F9623EBF498BA02 , 0x0196F09FE86971A49ADD7FE032494E21 , 0x0196F09FE86971A49ADD7FE0342DC9FB , 0x0196F09FE86971A49ADD7FE034D008F6 , 0x0196F09FE86971A49ADD7FE0353C51BC , 0x0196F09FE86971A49ADD7FE036135B70 , 0x0196F09FE86971A49ADD7FE036D55831 , 0x0196F09FE86971A49ADD7FE038DCA1B7 , 0x0196F09FE86971A49ADD7FE03AC6A239 , 0x0196F09FE8787252A152AE43206CD9E8 , 0x0196F09FE8787252A152AE43209E0F6E , 0x0196F09FE8787252A152AE43215B11E1 , 0x0196F09FE8787252A152AE4321DA37E8 , 0x0196F09FE8787252A152AE432208016E , 0x0196F09FE88071349ACF037B6EB83C70 , 0x0196F09FE88071349ACF037B73C83B9D , 0x0196F09FE88071349ACF037B75CD1A20 , 0x0196F09FE88071349ACF037B76825C43 , 0x0196F09FE88071349ACF037B78694792 , 0x0196F09FE88071349ACF037B7909E1FB , 0x0196F09FE89070278FF26C70873BBAA9 , 0x0196F09FE89070278FF26C7088078468 , 0x0196F09FE89070278FF26C708A0E3966 , 0x0196F09FE89070278FF26C708AA6C98A , 0x0196F09FE89070278FF26C708C5FEA63 , 0x0196F09FE89070278FF26C708E92B990 , 0x0196F09FE89070278FF26C7091744B5B , 0x0196F09FE89070278FF26C7092FA076B , 0x0196F09FE8A87003934EF0AFA10BC043 , 0x0196F09FE8A87003934EF0AFA1318FFF , 0x0196F09FE8A87003934EF0AFA33F46FA , 0x0196F09FE8A87003934EF0AFA36948A9 , 0x0196F09FE8A87003934EF0AFA5BE8BB6 , 0x0196F09FE8A87003934EF0AFA79CA69E , 0x0196F09FE8A87003934EF0AFA86CAB84 , 0x0196F09FE8A87003934EF0AFAA5BE7FC , 0x0196F09FE8BE7383AE610AA2839AB528 , 0x0196F09FE8BE7383AE610AA284F726B7 , 0x0196F09FE8BE7383AE610AA28643FA62 , 0x0196F09FE8BE7383AE610AA2872CB72E , 0x0196F09FE8BE7383AE610AA288307134 , 0x0196F09FE8BE7383AE610AA28A268FFD , 0x0196F09FE8BE7383AE610AA28B061A10 , 0x0196F09FE8BE7383AE610AA28B187F6D , 0x0196F09FE8BE7383AE610AA28E889FB4 , 0x0196F09FE8BE7383AE610AA28ECF1F3D , 0x0196F09FE8BE7383AE610AA291A2CF77 , 0x0196F09FE8BE7383AE610AA291A5E062 );
Copy
68
2.39 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 ûƒµÏqàÉ>!\x1F \t w╗ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x08 ÍòÖ "
b"\x01 –ðŸçúr1¨\x13 +aÞÀ˜\x05 "
b"\x01 –ðŸçúr1¨\x13 +aÄ2vY "
b"\x01 –ðŸçúr1¨\x13 +aǃ • "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ôÝ\x1A h "
b"\x01 ûƒµÏqàÉ>!\x1F #╔¢° "
b"\x01 ûƒµÏqàÉ>!\x1F W█3w "
b"\x01 ûƒµÏqàÉ>!\x1F /Æ÷¶ "
b"\x01 –ðŸçšr®½•kæÓ\x1A [F "
b"\x01 –ðŸçšr®½•k毋@˜ "
b"\x01 –ðŸçšr®½•kæ·±5H "
b"\x01 ûƒþÜr«¢òkµ╔æü¿ "
b"\x01 ûƒÞÉp'Å‗lpÆ·\x07 k "
b"\x01 ûƒÞÉp'Å‗lpê\x07 äh "
b"\x01 ûƒÞÉp'Å‗lpî_Ûc "
b"\x01 ûƒÞÉp'Å‗lpèª╔è "
b"\x01 –ðŸèRrÙŸ–#ëô˜º\x02 "
b"\x01 –ðŸèxrR¡R®C!Ú7è "
b"\x01 –ðŸè€q4šÏ\x03 {n¸<p "
b"""
\x01 –ðŸè¾sƒ®a\n
¢‘¥àb
"""
b"\x01 –ðŸè€q4šÏ\x03 {xiG’ "
b"\x01 –ðŸè€q4šÏ\x03 {v‚\C "
b"\x01 –ðŸè€q4šÏ\x03 {y\t áû "
b"\x01 –ðŸèRrÙŸ–#ëðˆË” "
b"\x01 –ðŸèRrÙŸ–#ëô‡{Ô "
b"\x01 ûƒÞRr┘ƒû#Ù¾É'b "
b"""
\x01 –ðŸè¾sƒ®a\n
¢„÷&·
"""
b"\x01 –ðŸèxrR¡R®C ž\x0F n "
b"\x01 –ðŸèxrR¡R®C lÙè "
b"\x01 –ðŸèxrR¡R®C![\x11 á "
b"\x01 ûƒÞÉp'Å‗lpÄÆ╣É "
b"\x01 –ðŸè¨p\x03 “Nð¯¡\v ÀC "
b"""
\x01 –ðŸè¾sƒ®a\n
¢ˆ0q4
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢ŽÏ\x1F =
"""
b"\x01 ûƒÞ¿p\x03 ôN»í1Å "
b"\x01 ûƒÞÉp'Å‗lpætK[ "
b"\x01 ûƒÞÉp'Å‗lpè\x0E 9f "
b"\x01 ûƒÞÉp'Å‗lpç;║® "
b"\x01 –ðŸèxrR¡R®C"\x08\x01 n "
b"\x01 –ðŸèiq¤šÝ\x7F à4Ð\x08 ö "
b"\x01 –ðŸèiq¤šÝ\x7F à:Æ¢9 "
b"\x01 –ðŸè¨p\x03 “Nð¯¨l«„ "
b"""
\x01 –ðŸè¾sƒ®a\n
¢ŽˆŸ´
"""
b"\x01 –ðŸè¨p\x03 “N跰¦ž "
b"""
\x01 –ðŸè¾sƒ®a\n
¢‹\x06\x1A\x10
"""
b"\x01 –ðŸçšr®½•kæÕQUó "
b"\x01 ûƒþÜr«¢òkµªN®Å "
b"\x01 –ðŸçšr®½•kæ¼[}Ë "
b"\x01 –ðŸçšr®½•kæÔ´Ð¾ "
b"\x01 –ðŸçšr®½•kæ‘\x1C €› "
b"\x01 –ðŸè€q4šÏ\x03 {uÍ\x1A "
b"\x01 ûƒÞÇq4ܤ\x03 {s╚;Ø "
b"\x01 –ðŸç™p\x1A †\x16 ä¦K\x10 ‡ "
b"\x01 –ðŸèRrÙŸ–#ëîg\x02 à "
b"\x01 –ðŸèRrÙŸ–#ëñ ˜… "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x10 úä\x1E "
b"\x01 –ðŸè¨p\x03 “Nð¯ª[çü "
b"\x01 –ðŸè¨p\x03 “Nð¯£iH© "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1F Å`\n "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x18 šð} "
b"\x01 –ðŸçšr®½•kæÂèJ\x1E "
b"\x01 –ðŸçúr1¨\x13 +aÌâŠ- "
b"\x01 –ðŸèRrÙŸ–#ëñ/&4 "
b"\x01 –ðŸçúr1¨\x13 +a×ã\x02 ´ "
b"\x01 –ðŸçšr®½•k濳§\e "
b"\x01 –ðŸçšr®½•kæÑ\x14 }£ "
b"\x01 –ðŸçšr®½•kæ×L\x16 v "
b"\x01 –ðŸèRrÙŸ–#ëîdŸ "
b"\x01 –ðŸèRrÙŸ–#ëï\x12\x05 ç "
b"\x01 ûƒµÏqàÉ>!\x1F U+Mv "
b"\x01 –ðŸèRrÙŸ–#ëò\x15 ~N "
b"\x01 –ðŸèiq¤šÝ\x7F à4-Éû "
b"""
\x01 –ðŸè¾sƒ®a\n
¢ƒšµ(
"""
b"\x01 ûƒµÏqàÉ>!\x1F Xá╩+ "
b"""
\x01 –ðŸè¾sƒ®a\n
¢‹\x18\x7F m
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢‘¢Ïw
"""
b"\x01 –ðŸèiq¤šÝ\x7F à5<Q¼ "
b"\x01 ûƒµÏqàÉ>!\x1F =Q\x07 ¿ "
b"\x01 –ðŸçšr®½•kæÆÇ²; "
b"""
\x01 –ðŸè¾sƒ®a\n
¢†Cúb
"""
b"\x01 ûƒµÏqàÉ>!\x1F -╦æ« "
b"""
\x01 ûƒÞ¥sâ«a\n
óè&Ų
"""
b"""
\x01 –ðŸè¾sƒ®a\n
¢‡,·.
"""
b"\x01 –ðŸçšr®½•kæ¨b#ë "
b"\x01 –ðŸçšr®½•kæ¶N\x08 c "
b"\x01 –ðŸèiq¤šÝ\x7F à6ÕX1 "
b"\x01 –ðŸèiq¤šÝ\x7F à8Ü¡· "
b"\x01 –ðŸèiq¤šÝ\x7F à6\x13 [p "
b"\x01 –ðŸèiq¤šÝ\x7F à2IN! "
b"\x01 –ðŸè¨p\x03 “N𦖨‹¶ "
b"\x01 –ðŸè¨p\x03 “Nð¯£?Fú "
b"\x01 –ðŸçšr®½•k汯\x05 L "
b"\x01 ûƒµÏqàÉ>!\x1F I-²m "
b"\x01 ûƒµÏqàÉ>!\x1F Y¶l¿ "
b"\x01 ûƒµÏqàÉ>!\x1F ]p=Ó "
b"\x01 ûƒþ.péçò\x1E\x1C Ó5DØ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C êÑ\t Œ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A B\x00 \n "
b"\x01 ûƒþÖp\x1A å\x16 õª¼ÅÀ╚ "
b"\x01 –ðŸç™p\x1A †\x16 䦮\x08 °\x10 "
b"\x01 –ðŸçšr®½•kæÐ\x06 •ú "
b"\x01 ûƒµÏqàÉ>!\x1F UÐ%3 "
b"\x01 ûƒµÏqàÉ>!\x1F _&Ãæ "
b"\x01 ûƒµÏqàÉ>!\x1F h)×N "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\t íõ3 "
b"\x01 ûƒµÏqàÉ>!\x1F "²iÌ "
b"\x01 ûƒµÏqàÉ>!\x1F D╔VI "
b"\x01 ûƒµÏqàÉ>!\x1F T.╬f "
b"\x01 –ðŸç.p‚‡•\x1E\x1D "[åë "
b"\x01 ûƒµÏqàÉ>!\x1F (ý3\v "
b"\x01 ûƒµÏqàÉ>!\x1F cñzß "
b"\x01 –ðŸç.p‚‡•\x1E\x1C õ\x0E OŸ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F \!¡ "
b"\x01 ûƒµÏqàÉ>!\x1F 1\x13 x# "
b"\x01 ûƒµÏqàÉ>!\x1F 4ñ\x7F Ä "
b"\x01 ûƒµÏqàÉ>!\x1F Oª;B "
b"\x01 –ðŸç.p‚‡•\x1E\x1C å(x: "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÿ²_0 "
b"\x01 ûƒµÏqàÉ>!\x1F .Û½ç "
b"\x01 ûƒµÏqàÉ>!\x1F 4Í╗« "
b"\x01 ûƒµÏqàÉ>!\x1F PùÄ\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Û´v¾ "
b"\x01 ûƒþ.péçò\x1E\x1C Ù$Òì "
b"\x01 –ðŸç.p‚‡•\x1E\x1C í(+D "
b"\x01 –ðŸçšr®½•kæ˜ãoJ "
b"\x01 ûƒþÜr«¢òkµØú\x19 ) "
b"\x01 –ðŸçšr®½•kæÆ&\v w "
b"\x01 ûƒµÏqàÉ>!\x1F I£>R "
b"\x01 –ðŸç.p‚‡•\x1E\x1C è †+ "
b"\x01 ûƒµÏqàÉ>!\x1F 1ã|\x18 "
b"\x01 ûƒµÏqàÉ>!\x1F ^\e îQ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C é»w« "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 踱 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 ó\e Ô "
b"\x01 ûƒµÏqàÉ>!\x1F (\x1C :¤ "
b"\x01 ûƒµÏqàÉ>!\x1F ;wÌÜ "
b"\x01 ûƒµÏqàÉ>!\x1F Y╠am "
b"\x01 –ðŸç.p‚‡•\x1E\x1C öl\x16 ã "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x00 HÁ‘ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f ŸÙÀ "
b"\x01 –ðŸçšr®½•kæ¶À`d "
b"\x01 –ðŸçšr®½•kæ½w|È "
b"\x01 –ðŸçšr®½•kæÓh\x1F ‹ "
b"\x01 –ðŸçúr1¨\x13 +a©²$¹ "
b"\x01 ûƒµÏqàÉ>!\x1F ?g.\x14 "
b"\x01 ûƒµÏqàÉ>!\x1F Qã̽ "
b"\x01 ûƒµÏqàÉ>!\x1F \q): "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ò\x01\f ‘ "
b"\x01 ûƒµÏqàÉ>!\x1F !ªgd "
b"\x01 ûƒµÏqàÉ>!\x1F A/├\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ü†–q "
b"\x01 ûƒµÏqàÉ>!\x1F :iè█ "
b"\x01 ûƒµÏqàÉ>!\x1F =╦Iq "
b"\x01 ûƒµÏqàÉ>!\x1F K╝ªr "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F |óÍ "
b"\x01 ûƒþ.péçò\x1E\x1D\x1A rÉ? "
b"\x01 –ðŸçšr®½•kæ§K8\x16 "
b"\x01 –ðŸçšr®½•kæ·°% "
b"\x01 –ðŸçšr®½•kæË\x03 |Ú "
b"\x01 ûƒþ·r1¿\x13 +a¢¯ì÷ "
b"\x01 ûƒµÏqàÉ>!\x1F "â\x7F D "
b"\x01 ûƒµÏqàÉ>!\x1F d╝Êó "
b"\x01 ûƒµÏqàÉ>!\x1F g│åÙ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A jU\x1F "
b"\x01 –ðŸç.p‚‡•\x1E\x1D !e¬2 "
b"\x01 –ðŸçšr®½•kæÁLس "
b"\x01 –ðŸçšr®½•kæÎýJ« "
b"\x01 –ðŸçúr1¨\x13 +a·¢‡‡ "
b"\x01 ûƒµÏqàÉ>!\x1F %2\x13 S "
b"\x01 ûƒµÏqàÉ>!\x1F *ËrK "
b"\x01 ûƒµÏqàÉ>!\x1F ^╣M "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x05 †´q "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 Hu‘ "
b"\x01 ûƒµÏqàÉ>!\x1F 82_» "
b"\x01 ûƒµÏqàÉ>!\x1F Lä½Z "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÜŽ˜\x13 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C àÞ+2 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 v«ø "
b"\x01 –ðŸçšr®½•kæ¹4æ~ "
b"\x01 ûƒµÏqàÉ>!\x1F Q(«Ö "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ûØ\x1C ä "
b"\x01 –ðŸç™p\x1A †\x16 䦪̎\x08 "
b"\x01 –ðŸçšr®½•kæ¹ZJÐ "
b"\x01 –ðŸçšr®½•kæÈ·VÌ "
b"\x01 –ðŸçúr1¨\x13 +aàœÐ‡ "
b"\x01 ûƒµÏqàÉ>!\x1F 7┼Ò║ "
b"\x01 ûƒµÏqàÉ>!\x1F <ÜX┴ "
b"\x01 ûƒµÏqàÉ>!\x1F j\x12 #9 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v\x03 ‹" "
b"\x01 –ðŸçšr®½•kæ¼ú'u "
b"\x01 –ðŸçšr®½•kæÄÀÎb "
b"\x01 ûƒµÏqàÉ>!\x1F !J5à "
b"\x01 ûƒµÏqàÉ>!\x1F H┌\x17 Ð "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ßy,> "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x03 ÆóÇ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x14 æz "
b"\x01 –ðŸç™p\x1A †\x16 䦱$Ôà "
b"\x01 –ðŸçšr®½•k椀ÿP "
b"\x01 –ðŸçšr®½•kæÍ@\x0F ã "
b"\x01 ûƒµÏqàÉ>!\x1F\x1E Ù×\x14 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C åW’z "
b"\x01 –ðŸç.p‚‡•\x1E\x1C øŽpM "
b"\x01 ûƒµÏqàÉ>!\x1F 8»:0 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C í;ŸB "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÷\x1F\x17 Ö "
b"\x01 –ðŸç™p\x1A †\x16 䦴\x1F e¬ "
b"\x01 –ðŸçšr®½•kæ¬\x0E Û\x16 "
b"\x01 ûƒµÏqàÉ>!\x1F 0:ZM "
b"\x01 ûƒµÏqàÉ>!\x1F S6X¥ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Ù+T9 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ïËSL "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v ¡Oö "
b"\x01 –ðŸçšr®½•kæ¡¥¬¦ "
b"\x01 –ðŸçšr®½•kæ®\x7F I¬ "
b"\x01 –ðŸçšr®½•kæ¼H‚Ê "
b"\x01 –ðŸçúr1¨\x13 +aº:°D "
b"\x01 ûƒµÏqàÉ>!\x1F +╩\x1C  "
b"\x01 ûƒµÏqàÉ>!\x1F >j\x14 ã "
b"\x01 ûƒµÏqàÉ>!\x1F JL¨H "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ß5×ø "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x01 Š_i "
b"\x01 –ðŸç™p\x1A †\x16 䦰™šÀ "
b"\x01 –ðŸçšr®½•kæÕÚñ× "
b"\x01 ûƒµÏqàÉ>!\x1F Z[(| "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1C ˜\x1C [ "
b"\x01 –ðŸçšr®½•kæ—jü\x0E "
b"\x01 –ðŸçšr®½•kæÃW?^ "
b"\x01 ûƒµÏqàÉ>!\x1F AûÊ> "
b"\x01 ûƒµÏqàÉ>!\x1F Hð▓î "
b"\x01 ûƒµÏqàÉ>!\x1F gÆÞª "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x02 D)N "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x05\x11 S\x18 "
b"\x01 –ðŸç™p\x1A †\x16 䦲+'è "
b"\x01 ûƒµÏqàÉ>!\x1F 8Ë┘╝ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\t ¥Lf "
b"\x01 ûƒµÏqàÉ>!\x1F W;l? "
b"\x01 ûƒµÏqàÉ>!\x1F a"╝³ "
b"\x01 ûƒµÏqàÉ>!\x1F iû┤\x07 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ñ\r Ûæ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ñ¶–` "
b"\x01 –ðŸç.p‚‡•\x1E\x1D \r \x18 Ln "
b"\x01 ûƒþÜr«¢òkµÉ\x17 ý╗ "
b"\x01 –ðŸçšr®½•kæ”lßá "
b"\x01 –ðŸçšr®½•kæÃî\x08 5 "
b"\x01 ûƒµÏqàÉ>!\x1F Mé)Ä "
b"\x01 ûƒµÏqàÉ>!\x1F ^┐°L "
b"\x01 ûƒµÏqàÉ>!\x1F ;ÝQû "
b"\x01 ûƒµÏqàÉ>!\x1F N¸\x16 Å "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x10 <b\x1A "
b"\x01 ûƒµÏqàÉ>!\x1F\x1E Ú50 "
b"\x01 ûƒµÏqàÉ>!\x1F 6¼¤h "
b"\x01 ûƒµÏqàÉ>!\x1F ?A▒¿ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ì‹\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x06 "Ây "
b"\x01 –ðŸçšr®½•kæ›2úZ "
b"\x01 ûƒµÏqàÉ>!\x1F )iñ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C æù6\x1C "
b"\x01 –ðŸç.p‚‡•\x1E\x1C óH[7 "
b"\x01 ûƒþ.péçò\x1E\x1D\f\x18 üA "
b"\x01 –ðŸçšr®½•k曤}O "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Þ®ô1 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0E È2Ð "
b"\x01 –ðŸçšr®½•kæ¢?ZÜ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ùݶˆ "
b"""
\x01 –ðŸçšr®½•kæ—\n
\x06\v
"""
b"\x01 –ðŸçšr®½•kæ£7wè "
b"\x01 –ðŸçšr®½•kæÒ\x02\x07 … "
b"\x01 ûƒµÏqàÉ>!\x1F %µßû "
b"\x01 ûƒµÏqàÉ>!\x1F jå1▀ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 QåŒ "
b"\x01 ûƒµÏqàÉ>!\x1F =^Û¤ "
b"\x01 ûƒµÏqàÉ>!\x1F bg|J "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÝÊ\t \r "
b"\x01 ûƒµÏqàÉ>!\x1F YêÛO "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Üì². "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÿTôÓ "
b"\x01 ûƒµÏqàÉ>!\x1F 4▒?µ "
b"\x01 ûƒµÏqàÉ>!\x1F IåÍ\r "
b"\x01 –ðŸç.p‚‡•\x1E\x1C èÚÆí "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 '\x1E ” "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x15\x1F ›@ "
b"\x01 ûƒµÏqàÉ>!\x1F 9cû& "
b"\x01 ûƒµÏqàÉ>!\x1F M═m\x11 "
b"\x01 –ðŸçšr®½•kæÊow„ "
b"\x01 ûƒµÏqàÉ>!\x1F &Q╝\x19 "
b"\x01 ûƒµÏqàÉ>!\x1F [u"L "
b"\x01 ûƒµÏqàÉ>!\x1F `É\x01 ▀ "
b"""
\x01 –ðŸç.p‚‡•\x1E\x1D \n
§{\
"""
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x16 ˜}£ "
b"\x01 ûƒþÜr«¢òkµð\e ü¿ "
b"\x01 ûƒµÏqàÉ>!\x1F .└\x0F , "
b"\x01 ûƒµÏqàÉ>!\x1F =¿°" "
b"\x01 ûƒµÏqàÉ>!\x1F Nc|\x10 "
b"\x01 ûƒµÏqàÉ>!\x1F j{Nx "
b"\x01 –ðŸç.p‚‡•\x1E\x1C áʺº "
b"\x01 –ðŸç.p‚‡•\x1E\x1C òïÅã "
b"\x01 ûƒµÏqàÉ>!\x1F H¤3_ "
b"\x01 ûƒµÏqàÉ>!\x1F VLBå "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ØSÚõ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C þ_GÑ "
b"\x01 –ðŸçšr®½•kæ²h>¹ "
b"\x01 –ðŸçšr®½•kæÊRC\x17 "
b"\x01 –ðŸçšr®½•kæØ)\x07 ç "
b"\x01 –ðŸçšr®½•kæ—§\x03 ] "
b"\x01 –ðŸçúr1¨\x13 +aŸ\x1C †Ä "
b"\x01 ûƒµÏqàÉ>!\x1F CÙ\x08 ┘ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ãgÇd "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x15 Ô6Ô "
b"\x01 –ðŸçšr®½•kæÍ\x06 ùö "
b"\x01 –ðŸçšr®½•kæÖ¦\x0F ñ "
b"\x01 ûƒµÏqàÉ>!\x1F\x1F 5▀æ "
b"\x01 ûƒµÏqàÉ>!\x1F Q¬Qa "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v ö¨E "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x13 d\x03 % "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x19 {ô] "
b"\x01 –ðŸç™p\x1A †\x16 䦫öt“ "
b"\x01 –ðŸçšr®½•kæ»*÷@ "
b"""
\x01 ûƒµÏqàÉ>!\x1F %1\n
ô
"""
b"\x01 ûƒµÏqàÉ>!\x1F eÒ±& "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x11 âÜO "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A ÿ3ñ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D õ\x03 "
b"\x01 –ðŸçšr®½•kæŸ3ßà "
b"\x01 –ðŸçúr1¨\x13 +aÅaª¸ "
b"\x01 ûƒµÏqàÉ>!\x1F ,Ý╝c "
b"\x01 ûƒµÏqàÉ>!\x1F 8th─ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C äfÞ÷ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C å2ÁI "
b"\x01 ûƒµÏqàÉ>!\x1F RK░X "
b"\x01 –ðŸçšr®½•kæ³Ö–Å "
b"\x01 ûƒµÏqàÉ>!\x1F E▓┤q "
b"\x01 ûƒµÏqàÉ>!\x1F \ 4Û "
b"\x01 ûƒµÏqàÉ>!\x1F Qã$Í "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ýpÕ\x17 "
b"\x01 ûƒµÏqàÉ>!\x1F ,V╔\x01 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÷˜±± "
b"\x01 –ðŸçšr®½•kæµ¼ß= "
b"\x01 ûƒµÏqàÉ>!\x1F 8l1q "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x11 < ç "
b"\x01 –ðŸç™p\x1A †\x16 䦱PðÒ "
b"\x01 –ðŸçšr®½•kæ³\x1A `ì "
b"\x01 –ðŸçúr1¨\x13 +a»C¨? "
b"\x01 –ðŸç.p‚‡•\x1E\x1C õ沎 "
b"\x01 –ðŸçšr®½•kæ»XmM "
b"\x01 ûƒµÏqàÉ>!\x1F cXª# "
b"\x01 ûƒµÏqàÉ>!\x1F j5Sû "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ×윽 "
b"\x01 ûƒµÏqàÉ>!\x1F !n┬Å "
b"\x01 ûƒµÏqàÉ>!\x1F K\x00 ═. "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x02 ¡\x1D ° "
b"\x01 ûƒþÜr«¢òkµ×üB« "
b"\x01 –ðŸçšr®½•k殊%¹ "
b"\x01 –ðŸçšr®½•kæÎ©«f "
b"\x01 ûƒþ.péçò\x1E\x1C þ\x1C É▄ "
b"\x01 –ðŸçšr®½•kæ¯ «É "
b"\x01 –ðŸçšr®½•kæÑ€8\x03 "
b"\x01 –ðŸçúr1¨\x13 +aæ÷€\x10 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C úŸ\x03\x10 "
b"\x01 –ðŸçšr®½•kæ‘R;Õ "
b"\x01 –ðŸçšr®½•k晘Ç` "
b"\x01 ûƒµÏqàÉ>!\x1F 7i\x15\x11 "
b"\x01 ûƒµÏqàÉ>!\x1F 3¢╦P "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ë²½9 "
b"\x01 –ðŸç™p\x1A †\x16 䦲õkè "
b"\x01 ûƒµÏqàÉ>!\x1F ±0▀ "
b"\x01 ûƒµÏqàÉ>!\x1F Z¤=p "
b"\x01 ûƒµÏqàÉ>!\x1F 9wò_ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\e àÖÄ "
b"\x01 ûƒµÏqàÉ>!\x1F Fâ\x13 ÿ "
b"\x01 –ðŸçšr®½•kæØ\x19 í\x03 "
b"\x01 ûƒµÏqàÉ>!\x1F H\x03 ¥╩ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x03 ™\v i "
b"\x01 ûƒþÜr«¢òkµÉ█ıÓ "
b"\x01 –ðŸçšr®½•kæµë¶B "
b"\x01 –ðŸç.p‚‡•\x1E\x1C û8ÆÕ "
b"\x01 –ðŸçšr®½•kæ‘ß¹d "
b"\x01 –ðŸçšr®½•kæ³üD\x17 "
b"\x01 –ðŸçúr1¨\x13 +aÙ\dÅ "
b"\x01 ûƒµÏqàÉ>!\x1F :ª±u "
b"\x01 –ðŸçšr®½•kæ’²œ! "
b"\x01 ûƒµÏqàÉ>!\x1F [\x00 ┤╝ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C êK"Ž "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x11 Þ.ò "
b"\x01 ûƒµÏqàÉ>!\x1F 2Õ}> "
b"\x01 ûƒµÏqàÉ>!\x1F b\x19 ý² "
b"\x01 –ðŸç™p\x1A †\x16 䦳<}: "
b"\x01 –ðŸçšr®½•kæ¬ÀiA "
b"\x01 –ðŸçšr®½•k渖í` "
b"\x01 –ðŸçúr1¨\x13 +aÓyC6 "
b"\x01 –ðŸçšr®½•kæÅÄr' "
b"\x01 ûƒµÏqàÉ>!\x1F 2_┐$ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C óê€\x19 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ô²øû "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÷Œˆw "
b"\x01 ûƒþÜr«¢òkµÈ\x1C\x05 ü "
b"\x01 ûƒµÏqàÉ>!\x1F S│%Ü "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1A p\x08 $ "
b"\x01 –ðŸçšr®½•kæÏ’±³ "
b"\x01 ûƒµÏqàÉ>!\x1F CA▀d "
b"\x01 –ðŸç.p‚‡•\x1E\x1C î~—† "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x04 pdf "
b"\x01 ûƒµÏqàÉ>!\x1F A▀Ê "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ú#\x02 Ï "
b"\x01 ûƒµÏqàÉ>!\x1F *V¿╠ "
b"\x01 ûƒµÏqàÉ>!\x1F @]╣, "
b"\x01 –ðŸçšr®½•kæ¾îj\n "
b"\x01 –ðŸçšr®½•kæÅª_. "
b"\x01 –ðŸçúr1¨\x13 +aÌ\x1C Pè "
b"\x01 –ðŸçšr®½•kæ¿-¸„ "
b"\x01 ûƒþ·r1¿\x13 +aË\x1C ì\x13 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f\x1C\x05 Ü "
b"\x01 ûƒµÏqàÉ>!\x1F _ËX¸ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C â½f[ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C è\x03 wu "
b"\x01 ûƒµÏqàÉ>!\x1F DDrã "
b"\x01 –ðŸç™p\x1A †\x16 䦰7¯\x00 "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÿ\x1D [ "
b"\x01 ûƒµÏqàÉ>!\x1F <\t Iµ "
b"\x01 ûƒµÏqàÉ>!\x1F !Hje "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v\x02 Ì\x7F "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1D Lïê "
b"\x01 –ðŸçšr®½•kæ°\x1C œ\n "
b"\x01 –ðŸçšr®½•kæÀZd{ "
b"\x01 –ðŸçšr®½•kæ©©ê= "
b"\x01 –ðŸçúr1¨\x13 +a»¦ëâ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D #ÇRî "
b"\x01 ûƒµÏqàÉ>!\x1F "å[ "
b"\x01 ûƒµÏqàÉ>!\x1F 8)ÕÓ "
b"\x01 ûƒµÏqàÉ>!\x1F "õXÿ "
b"\x01 ûƒµÏqàÉ>!\x1F ^iv╚ "
b"\x01 ûƒþ.péçò\x1E\x1C \x7F ü² "
b"\x01 ûƒµÏqàÉ>!\x1F AHP¢ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f á\x12 ñ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x17 x¤ž "
b"\x01 –ðŸçšr®½•kæÁéZ+ "
b"\x01 –ðŸçšr®½•k擵ñ“ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D "èô” "
b"\x01 –ðŸçšr®½•kæËÏ\x00 ˆ "
b"\x01 –ðŸçúr1¨\x13 +a žE• "
b"\x01 ûƒµÏqàÉ>!\x1F 5 X# "
b"\x01 –ðŸçšr®½•kæÊŠ/u "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\f [=4 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0E )[A "
b"\x01 ûƒµÏqàÉ>!\x1F f▄¿² "
b"\x01 ûƒµÏqàÉ>!\x1F i\x01\x1A , "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ú=OÝ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C é<Þe "
b"\x01 –ðŸç.p‚‡•\x1E\x1C øJ¦w "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x12 ”J¿ "
b"\x01 –ðŸç™p\x1A †\x16 䦮”Sq "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\t Ž\x1D n "
b"\x01 ûƒþÜr«¢òkµØ╬ñ? "
b"\x01 –ðŸçúr1¨\x13 +a²ÅoŒ "
b"\x01 –ðŸçšr®½•kæ’#ë´ "
b"\x01 –ðŸçúr1¨\x13 +aÖ6¥· "
b"\x01 ûƒµÏqàÉ>!\x1F 5¹ m "
b"\x01 –ðŸç.p‚‡•\x1E\x1C èËÚ\x1E "
b"\x01 –ðŸç.p‚‡•\x1E\x1C îÙAî "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F ;ýB "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\v }OÞ "
b"\x01 –ðŸç™p\x1A †\x16 ä¦ªÍž× "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x00 ^×6 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1F\x13 E¦ "
b"\x01 ûƒµÏqàÉ>!\x1F H°jþ "
b"\x01 –ðŸçšr®½•kæÉÀ6\x01 "
b"\x01 –ðŸçúr1¨\x13 +aÚ\x7F Ú[ "
b"\x01 ûƒµÏqàÉ>!\x1F 3\x7F â_ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x03 mÜû "
b"\x01 –ðŸçšr®½•kæŸåñÑ "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ò05– "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x0F Aѱ "
b"\x01 ûƒþÜr«¢òkµËØ└ý "
b"\x01 ûƒµÏqàÉ>!\x1F V░§; "
b"\x01 ûƒµÏqàÉ>!\x1F B╩#¡ "
b"\x01 ûƒµÏqàÉ>!\x1F M_ù( "
b"\x01 –ðŸçšr®½•kæÒ\x08 0\x1F "
b"\x01 –ðŸçúr1¨\x13 +aK‡¯ "
b"\x01 –ðŸçšr®½•kæÇ‰þ\n "
b"\x01 –ðŸçúr1¨\x13 +aà\r Çù "
b"\x01 –ðŸçšr®½•kæ•d¿R "
b"\x01 –ðŸç.p‚‡•\x1E\x1D \r ð=& "
b"\x01 –ðŸç.p‚‡•\x1E\x1C î3zË "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ï`à# "
b"""
\x01 –ðŸç.p‚‡•\x1E\x1C ÷\n
\x1D ¿
"""
b"\x01 –ðŸçšr®½•k漦\x08\x1C "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ç\x04 zz "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Û\t õq "
b"\x01 –ðŸç.p‚‡•\x1E\x1C æ\x0E ~\x06 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x02 ìO¸ "
b"\x01 –ðŸçúr1¨\x13 +a·<4Ð "
b"\x01 –ðŸçšr®½•kæÖ‡\x1F s "
b"\x01 –ðŸçšr®½•kæ˜E‘1 "
b"\x01 –ðŸçúr1¨\x13 +a¼zSl "
b"\x01 ûƒµÏqàÉ>!\x1F cÛ│º "
b"\x01 –ðŸçúr1¨\x13 +aØ`Çê "
b"\x01 –ðŸç.p‚‡•\x1E\x1C òÌw« "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x08 »Í¾ "
b"\x01 –ðŸç™p\x1A †\x16 䦫=%£ "
b"\x01 –ðŸçšr®½•kæŸzx "
b"\x01 –ðŸçšr®½•kæ´åÒ¯ "
b"\x01 ûƒµÏqàÉ>!\x1F $ˬ£ "
b"\x01 –ðŸçšr®½•kæ¨Èÿ\x16 "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x15\f Ïr "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x07 ñb+ "
b"\x01 –ðŸçúr1¨\x13 +a²å~÷ "
b"\x01 –ðŸçšr®½•k朄éû "
b"\x01 ûƒµÏqàÉ>!\x1F #Î\x1E Ð "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x00 Õ$D "
b"\x01 ûƒµÏqàÉ>!\x1F ' nM "
b"\x01 ûƒµÏqàÉ>!\x1F aÝTå "
b"\x01 –ðŸçúr1¨\x13 +aÎ %ë "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x19 ¯‰Ä "
b"\x01 –ðŸç™p\x1A †\x16 䦪wüø "
b"\x01 –ðŸç.p‚‡•\x1E\x1C õ,\x18 H "
b"\x01 –ðŸçšr®½•kæËå‰A "
b"\x01 ûƒþÜr«¢òkµ¬üz? "
b"\x01 ûƒµÏqàÉ>!\x1F 4Ï\x1A\x1D "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ú¹të "
b"\x01 –ðŸçšr®½•kæ‘×’\v "
b"\x01 –ðŸçšr®½•kæÄ×ëˆ "
b"\x01 –ðŸçšr®½•kæ¥ÅW§ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x1E $“ÿ "
b"\x01 –ðŸç.p‚‡•\x1E\x1D\x06 ®nb "
b"\x01 –ðŸçšr®½•kæÈ\Ž‘ "
b"\x01 –ðŸçúr1¨\x13 +aÚLj\x10 "
b"\x01 –ðŸçšr®½•k晾ZD "
b"\x01 ûƒµÏqàÉ>!\x1F kQª> "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ÙÎåK "
b"\x01 –ðŸç.p‚‡•\x1E\x1C ùCyõ "
b"\x01 –ðŸç™p\x1A †\x16 䦳دå "
b"\x01 –ðŸçúr1¨\x13 +aæ„%A "
b"\x01 –ðŸç™p\x1A †\x16 䦮ø;£ "
b"\x01 –ðŸçšr®½•kæªËZI "
b"\x01 –ðŸçúr1¨\x13 +a·ºù6 "
b"\x01 –ðŸçúr1¨\x13 +a«Ášh "
b"\x01 ûƒµÏqàÉ>!\x1F _5▓\x18 "
b"\x01 ûƒµÏqàÉ>!\x1F NÔu■ "
b"\x01 –ðŸçúr1¨\x13 +aÉ!)ã "
b"\x01 –ðŸç.p‚‡•\x1E\x1C Ú•Àú "
b"\x01 –ðŸçšr®½•kæÒä\x7F ´ "
b"\x01 –ðŸçšr®½•kæ“\x10 Ðí "
b"\x01 –ðŸçšr®½•kæ§ŽØê "
b"\x01 –ðŸç™p\x1A †\x16 䦯AÙ½ "
b"\x01 ûƒµÏqàÉ>!\x1F eWk4 "
b"\x01 –ðŸç™p\x1A †\x16 䦱\x17 Ûe "
b"\x01 –ðŸçšr®½•kæ¼4žÔ "
b"\x01 –ðŸçšr®½•kæ¾\x15 X\v "
b"\x01 –ðŸç.p‚‡•\x1E\x1D #³™Í "
b"\x01 ûƒµÏqàÉ>!\x1F G~¬▄ "
b"\x01 –ðŸçšr®½•kæ åJ° "
b"\x01 –ðŸçúr1¨\x13 +a¸{X– "
b"\x01 –ðŸçšr®½•kæ¥7ú` "
b"\x01 –ðŸçšr®½•kæ°ÔKá "
b"\x01 ûƒþÜr«¢òkµÂÔÉå "
b"\x01 –ðŸçšr®½•kæš½?ä "
b"\x01 ûƒµÏqàÉ>!\x1F K7¦u "
b"\x01 –ðŸçúr1¨\x13 +a®‡„‚ "
b"\x01 –ðŸçšr®½•kæÍÄ¡\x12 "
b"\x01 –ðŸçúr1¨\x13 +a£ÞDà "
b"\x01 –ðŸçšr®½•kæÌÕ\x17 X "
b"\x01 –ðŸçúr1¨\x13 +aÈ$\x19 x "
b"\x01 –ðŸçúr1¨\x13 +a¼ÞuØ "
b"\x01 ûƒþÜr«¢òkµûHü` "
b"\x01 –ðŸçšr®½•kæœËXý "
b"\x01 –ðŸçúr1¨\x13 +aå7†# "
b"\x01 –ðŸçúr1¨\x13 +aâï\x0E b "
b"\x01 –ðŸçšr®½•kæ¥l˜} "
b"\x01 –ðŸçúr1¨\x13 +aÄf«Y "
b"\x01 –ðŸçúr1¨\x13 +a§3‡÷ "
b"\x01 –ðŸçúr1¨\x13 +a¾ÚgE "
b"\x01 –ðŸçšr®½•kæ«Kºq "
b"\x01 –ðŸçúr1¨\x13 +a¿¿ßà "
b"\x01 –ðŸçšr®½•kæ½xt\x07 "
b"\x01 –ðŸçúr1¨\x13 +a¯XãÈ "
b"\x01 –ðŸçúr1¨\x13 +aÜÐ\x14 5 "
b"\x01 –ðŸçúr1¨\x13 +aç›Å\x16 "
b"\x01 –ðŸçúr1¨\x13 +aµY\x04 "
b"\x01 –ðŸçšr®½•kæ»b†§ "
b"\x01 –ðŸçúr1¨\x13 +a¡ÝF’ "
b"\x01 –ðŸçšr®½•k棪êà "
b"\x01 –ðŸçúr1¨\x13 +aÓ;\x04 ’ "
b"\x01 ûƒþ·r1¿\x13 +aıyÚÉ "
b"\x01 –ðŸçúr1¨\x13 +a¦†’\x13 "
b"\x01 –ðŸçúr1¨\x13 +aÃ=\x00 W "
b"\x01 –ðŸçúr1¨\x13 +aÇøE¾ "
b"\x01 –ðŸçúr1¨\x13 +aÖúç% "
b"\x01 –ðŸçúr1¨\x13 +aËåÝ› "
b"\x01 –ðŸçúr1¨\x13 +a»\r Ûr "
b"\x01 –ðŸçšr®½•kæºUû{ "
b"\x01 –ðŸçúr1¨\x13 +aÞâ!† "
b"\x01 –ðŸçúr1¨\x13 +a±°\f o "
b"\x01 –ðŸçúr1¨\x13 +aÀ*«w "
b"\x01 –ðŸçúr1¨\x13 +aÝ`ŽD "
b"\x01 –ðŸçúr1¨\x13 +a§§\x10\x05 "
b"\x01 –ðŸçúr1¨\x13 +a¥ƒ:Ý "
b"\x01 –ðŸçúr1¨\x13 +a´×å\x06 "
b"\x01 –ðŸçúr1¨\x13 +a´\x0F }\x06 "
b"\x01 –ðŸçúr1¨\x13 +a \x01 º¨ "
b"\x01 –ðŸçúr1¨\x13 +aÞ?… "
b"\x01 –ðŸçúr1¨\x13 +a¤Øk_ "
b"\x01 –ðŸçúr1¨\x13 +aÁH\x1E j "
b"\x01 –ðŸçúr1¨\x13 +a¦nf, "
b"\x01 –ðŸçúr1¨\x13 +aÐ\x13 xÞ "
b"\x01 ûƒþ·r1¿\x13 +a╩Òì┘ "
b"\x01 –ðŸçúr1¨\x13 +aãL\v 8 "
b"\x01 –ðŸçúr1¨\x13 +a²Ø1 "
b"\x01 –ðŸçúr1¨\x13 +aÑ\x12\x10 R "
b"\x01 –ðŸçúr1¨\x13 +a¤f^$ "
b"\x01 –ðŸçúr1¨\x13 +aÏwù\x14 "
b"\x01 –ðŸçúr1¨\x13 +aÊ)\x18 — "
b"\x01 –ðŸçúr1¨\x13 +a¶ÿbÊ "
b"\x01 –ðŸçúr1¨\x13 +a¢±F¥ "
b"\x01 –ðŸçúr1¨\x13 +aÍÀ9Ð "
b"\x01 –ðŸçúr1¨\x13 +aÁ\x1E Ù0 "
b"\x01 –ðŸçúr1¨\x13 +aÅñ,= "
b"\x01 –ðŸçúr1¨\x13 +aÇÛØ‰ "
b"\x01 –ðŸçúr1¨\x13 +aɘ¡¼ "
b"\x01 –ðŸçúr1¨\x13 +a© üL "
b"\x01 –ðŸçúr1¨\x13 +aä\x06 N\ "
b"\x01 –ðŸçúr1¨\x13 +aÑDYx "
b"\x01 –ðŸçúr1¨\x13 +aÙªNî "
b"\x01 ûƒþ·r1¿\x13 +a┬áü╬ "
b"\x01 –ðŸçúr1¨\x13 +aáƒ{µ "
b"\x01 –ðŸçúr1¨\x13 +a²í(B "
b"""
\x01 –ðŸçúr1¨\x13 +a\n
Ó€
"""
b"\x01 –ðŸçúr1¨\x13 +a¤ûLY "
b"\x01 –ðŸçúr1¨\x13 +aµýnX "
b"\x01 –ðŸçúr1¨\x13 +aŸè\x0E ¥ "
]
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 (0x0196F09FE6D87185903E211F200977BB , 0x0196F09FE72E708287951E1D08CDF2D6 , 0x0196F09FE7FA7231A8132B61DEC09805 , 0x0196F09FE7FA7231A8132B61C4327659 , 0x0196F09FE7FA7231A8132B61C783A095 , 0x0196F09FE72E708287951E1CF4DD1A68 , 0x0196F09FE6D87185903E211F23C9BDF8 , 0x0196F09FE6D87185903E211F57DB3377 , 0x0196F09FE6D87185903E211F2F92F6F4 , 0x0196F09FE79A72AEBD956BE6D31A5B46 , 0x0196F09FE79A72AEBD956BE6AF8B4098 , 0x0196F09FE79A72AEBD956BE6B7B13548 , 0x0196F09FE79A72AEBD956BE6C99181A8 , 0x0196F09FE89070278FF26C7092FA076B , 0x0196F09FE89070278FF26C7088078468 , 0x0196F09FE89070278FF26C708C5FEA63 , 0x0196F09FE89070278FF26C708AA6C98A , 0x0196F09FE85272D99F9623EBF498BA02 , 0x0196F09FE8787252A152AE4321DA37E8 , 0x0196F09FE88071349ACF037B6EB83C70 , 0x0196F09FE8BE7383AE610AA291A5E062 , 0x0196F09FE88071349ACF037B78694792 , 0x0196F09FE88071349ACF037B76825C43 , 0x0196F09FE88071349ACF037B7909E1FB , 0x0196F09FE85272D99F9623EBF088CB94 , 0x0196F09FE85272D99F9623EBF4877BD4 , 0x0196F09FE85272D99F9623EBF3902762 , 0x0196F09FE8BE7383AE610AA284F726B7 , 0x0196F09FE8787252A152AE43209E0F6E , 0x0196F09FE8787252A152AE43206CD9E8 , 0x0196F09FE8787252A152AE43215B11E1 , 0x0196F09FE89070278FF26C708E92B990 , 0x0196F09FE8A87003934EF0AFA10BC043 , 0x0196F09FE8BE7383AE610AA288307134 , 0x0196F09FE8BE7383AE610AA28ECF1F3D , 0x0196F09FE8A87003934EF0AFA1318FFF , 0x0196F09FE89070278FF26C7091744B5B , 0x0196F09FE89070278FF26C708A0E3966 , 0x0196F09FE89070278FF26C70873BBAA9 , 0x0196F09FE8787252A152AE432208016E , 0x0196F09FE86971A49ADD7FE034D008F6 , 0x0196F09FE86971A49ADD7FE03AC6A239 , 0x0196F09FE8A87003934EF0AFA86CAB84 , 0x0196F09FE8BE7383AE610AA28E889FB4 , 0x0196F09FE8A87003934EF0AFA79CA69E , 0x0196F09FE8BE7383AE610AA28B061A10 , 0x0196F09FE79A72AEBD956BE6D55155F3 , 0x0196F09FE79A72AEBD956BE6A64EA98F , 0x0196F09FE79A72AEBD956BE6BC5B7DCB , 0x0196F09FE79A72AEBD956BE6D4B4D0BE , 0x0196F09FE79A72AEBD956BE6911C809B , 0x0196F09FE88071349ACF037B75CD1A20 , 0x0196F09FE88071349ACF037B73C83B9D , 0x0196F09FE799701A8616E4A6AD4B1087 , 0x0196F09FE85272D99F9623EBEE6702C3 , 0x0196F09FE85272D99F9623EBF1A09885 , 0x0196F09FE72E708287951E1D10FAE41E , 0x0196F09FE8A87003934EF0AFAA5BE7FC , 0x0196F09FE8A87003934EF0AFA36948A9 , 0x0196F09FE72E708287951E1D1FC5600A , 0x0196F09FE72E708287951E1D189AF07D , 0x0196F09FE79A72AEBD956BE6C2E84A1E , 0x0196F09FE7FA7231A8132B61CCE28A2D , 0x0196F09FE85272D99F9623EBF12F2634 , 0x0196F09FE7FA7231A8132B61D7E302B4 , 0x0196F09FE79A72AEBD956BE6BFB3A71B , 0x0196F09FE79A72AEBD956BE6D1147DA3 , 0x0196F09FE79A72AEBD956BE6D74C1676 , 0x0196F09FE85272D99F9623EBEE649F20 , 0x0196F09FE85272D99F9623EBEF1205E7 , 0x0196F09FE6D87185903E211F552B4D76 , 0x0196F09FE85272D99F9623EBF2157E4E , 0x0196F09FE86971A49ADD7FE0342DC9FB , 0x0196F09FE8BE7383AE610AA2839AB528 , 0x0196F09FE6D87185903E211F58A0CA2B , 0x0196F09FE8BE7383AE610AA28B187F6D , 0x0196F09FE8BE7383AE610AA291A2CF77 , 0x0196F09FE86971A49ADD7FE0353C51BC , 0x0196F09FE6D87185903E211F3D5107A8 , 0x0196F09FE79A72AEBD956BE6C6C7B23B , 0x0196F09FE8BE7383AE610AA28643FA62 , 0x0196F09FE6D87185903E211F2DCB91AE , 0x0196F09FE8BE7383AE610AA28A268FFD , 0x0196F09FE8BE7383AE610AA2872CB72E , 0x0196F09FE79A72AEBD956BE6A86223EB , 0x0196F09FE79A72AEBD956BE6B64E0863 , 0x0196F09FE86971A49ADD7FE036D55831 , 0x0196F09FE86971A49ADD7FE038DCA1B7 , 0x0196F09FE86971A49ADD7FE036135B70 , 0x0196F09FE86971A49ADD7FE032494E21 , 0x0196F09FE8A87003934EF0AFA5BE8BB6 , 0x0196F09FE8A87003934EF0AFA33F46FA , 0x0196F09FE79A72AEBD956BE6B1AF054C , 0x0196F09FE6D87185903E211F492DFD6D , 0x0196F09FE6D87185903E211F59F46CA8 , 0x0196F09FE6D87185903E211F5D703DE0 , 0x0196F09FE72E708287951E1CE035449D , 0x0196F09FE72E708287951E1CEAD1098C , 0x0196F09FE72E708287951E1D1A42000A , 0x0196F09FE799701A8616E4A6AC8FB7C8 , 0x0196F09FE799701A8616E4A6AE08B010 , 0x0196F09FE79A72AEBD956BE6D00695FA , 0x0196F09FE6D87185903E211F55D12533 , 0x0196F09FE6D87185903E211F5F26C791 , 0x0196F09FE6D87185903E211F68299E4E , 0x0196F09FE72E708287951E1D09EDF533 , 0x0196F09FE6D87185903E211F22FD69DE , 0x0196F09FE6D87185903E211F44C95649 , 0x0196F09FE6D87185903E211F542ECE66 , 0x0196F09FE72E708287951E1D225BE5EB , 0x0196F09FE6D87185903E211F28EC330B , 0x0196F09FE6D87185903E211F63A47AE1 , 0x0196F09FE72E708287951E1CF50E4F9F , 0x0196F09FE72E708287951E1D0F5C21A1 , 0x0196F09FE6D87185903E211F31137823 , 0x0196F09FE6D87185903E211F34A47F8E , 0x0196F09FE6D87185903E211F4FA63B42 , 0x0196F09FE72E708287951E1CE528783A , 0x0196F09FE72E708287951E1CFFB25F30 , 0x0196F09FE6D87185903E211F2EEAAB87 , 0x0196F09FE6D87185903E211F34D6BBAE , 0x0196F09FE6D87185903E211F50978E19 , 0x0196F09FE72E708287951E1CDBB476BE , 0x0196F09FE72E708287951E1CEB24E38D , 0x0196F09FE72E708287951E1CED282B44 , 0x0196F09FE79A72AEBD956BE698E36F4A , 0x0196F09FE79A72AEBD956BE69DA31929 , 0x0196F09FE79A72AEBD956BE6C6260B77 , 0x0196F09FE6D87185903E211F499C3E52 , 0x0196F09FE72E708287951E1CE820862B , 0x0196F09FE6D87185903E211F31C67C18 , 0x0196F09FE6D87185903E211F5E1B8C51 , 0x0196F09FE72E708287951E1CE9BB77AB , 0x0196F09FE72E708287951E1D17E8B8B1 , 0x0196F09FE72E708287951E1D17F31BD4 , 0x0196F09FE6D87185903E211F281C3ACF , 0x0196F09FE6D87185903E211F3B77DE9A , 0x0196F09FE6D87185903E211F59CC616D , 0x0196F09FE72E708287951E1CF66C16E3 , 0x0196F09FE72E708287951E1D0048C191 , 0x0196F09FE72E708287951E1D0C9FD9C0 , 0x0196F09FE79A72AEBD956BE6B6C06064 , 0x0196F09FE79A72AEBD956BE6BD777CC8 , 0x0196F09FE79A72AEBD956BE6D3681F8B , 0x0196F09FE7FA7231A8132B61A9B224B9 , 0x0196F09FE6D87185903E211F3F672E14 , 0x0196F09FE6D87185903E211F51C6DEAB , 0x0196F09FE6D87185903E211F5C71293A , 0x0196F09FE72E708287951E1CF2010C91 , 0x0196F09FE6D87185903E211F21A66764 , 0x0196F09FE6D87185903E211F412FC319 , 0x0196F09FE72E708287951E1CFC869671 , 0x0196F09FE6D87185903E211F3A698ADB , 0x0196F09FE6D87185903E211F3DCB4971 , 0x0196F09FE6D87185903E211F4BBCA672 , 0x0196F09FE72E708287951E1D0F7CF3CD , 0x0196F09FE72E708287951E1D1A72903F , 0x0196F09FE79A72AEBD956BE6A74B3816 , 0x0196F09FE79A72AEBD956BE6B7ADB025 , 0x0196F09FE79A72AEBD956BE6CB037CDA , 0x0196F09FE7FA7231A8132B61BDEE8DF6 , 0x0196F09FE6D87185903E211F22837F44 , 0x0196F09FE6D87185903E211F64BCD2A2 , 0x0196F09FE6D87185903E211F67B386EB , 0x0196F09FE72E708287951E1D1A6A551F , 0x0196F09FE72E708287951E1D2165AC32 , 0x0196F09FE79A72AEBD956BE6C14CD8B3 , 0x0196F09FE79A72AEBD956BE6CEFD4AAB , 0x0196F09FE7FA7231A8132B61B7A28787 , 0x0196F09FE6D87185903E211F25321353 , 0x0196F09FE6D87185903E211F2AD3724B , 0x0196F09FE6D87185903E211F5EB94DFF , 0x0196F09FE72E708287951E1D0586B471 , 0x0196F09FE72E708287951E1D07487591 , 0x0196F09FE6D87185903E211F38325FAF , 0x0196F09FE6D87185903E211F4C84AB5A , 0x0196F09FE72E708287951E1CDC8E9813 , 0x0196F09FE72E708287951E1CE0DE2B32 , 0x0196F09FE72E708287951E1D1776ABF8 , 0x0196F09FE79A72AEBD956BE6B934E67E , 0x0196F09FE6D87185903E211F5128AE99 , 0x0196F09FE72E708287951E1CFBD81CE4 , 0x0196F09FE799701A8616E4A6AACC8E08 , 0x0196F09FE79A72AEBD956BE6B95A4AD0 , 0x0196F09FE79A72AEBD956BE6C8B756CC , 0x0196F09FE7FA7231A8132B61E09CD087 , 0x0196F09FE6D87185903E211F37C5E3BA , 0x0196F09FE6D87185903E211F3C9A58C1 , 0x0196F09FE6D87185903E211F6A122339 , 0x0196F09FE72E708287951E1D0B038B22 , 0x0196F09FE79A72AEBD956BE6BCFA2775 , 0x0196F09FE79A72AEBD956BE6C4C0CE62 , 0x0196F09FE6D87185903E211F214A3585 , 0x0196F09FE6D87185903E211F48DA17D1 , 0x0196F09FE72E708287951E1CDF792C3E , 0x0196F09FE72E708287951E1D03C6F3C7 , 0x0196F09FE72E708287951E1D1420E67A , 0x0196F09FE799701A8616E4A6B124D4C3 , 0x0196F09FE79A72AEBD956BE6A480FF50 , 0x0196F09FE79A72AEBD956BE6CD400FE3 , 0x0196F09FE6D87185903E211F1EEB9E14 , 0x0196F09FE72E708287951E1CE557927A , 0x0196F09FE72E708287951E1CF88E704D , 0x0196F09FE6D87185903E211F38AF3A30 , 0x0196F09FE72E708287951E1CED3B9F42 , 0x0196F09FE72E708287951E1CF71F17D6 , 0x0196F09FE799701A8616E4A6B41F65AC , 0x0196F09FE79A72AEBD956BE6AC0EDB16 , 0x0196F09FE6D87185903E211F303A5A4D , 0x0196F09FE6D87185903E211F533658BE , 0x0196F09FE72E708287951E1CD92B5439 , 0x0196F09FE72E708287951E1CEFCB534C , 0x0196F09FE72E708287951E1D0BA14FF6 , 0x0196F09FE79A72AEBD956BE6A1A5ACA6 , 0x0196F09FE79A72AEBD956BE6AE7F49AC , 0x0196F09FE79A72AEBD956BE6BC4882CA , 0x0196F09FE7FA7231A8132B61BA3AB044 , 0x0196F09FE6D87185903E211F2BCA1CB6 , 0x0196F09FE6D87185903E211F3E6A14C6 , 0x0196F09FE6D87185903E211F4A4CF948 , 0x0196F09FE72E708287951E1CDF35D7F8 , 0x0196F09FE72E708287951E1D018A5F69 , 0x0196F09FE799701A8616E4A6B0999AC0 , 0x0196F09FE79A72AEBD956BE6D5DAF1D7 , 0x0196F09FE6D87185903E211F5A5B287C , 0x0196F09FE72E708287951E1D1C981C5B , 0x0196F09FE79A72AEBD956BE6976AFC0E , 0x0196F09FE79A72AEBD956BE6C3573F5E , 0x0196F09FE6D87185903E211F4196D23E , 0x0196F09FE6D87185903E211F48D0B28C , 0x0196F09FE6D87185903E211F6792E8A6 , 0x0196F09FE72E708287951E1D0244294E , 0x0196F09FE72E708287951E1D05115318 , 0x0196F09FE799701A8616E4A6B22B27E8 , 0x0196F09FE6D87185903E211F38D3D9BC , 0x0196F09FE72E708287951E1D09A54C66 , 0x0196F09FE6D87185903E211F573B6C3F , 0x0196F09FE6D87185903E211F6122BCFC , 0x0196F09FE6D87185903E211F6996B407 , 0x0196F09FE72E708287951E1CF10DDBE6 , 0x0196F09FE72E708287951E1CF1B69660 , 0x0196F09FE72E708287951E1D0D184C6E , 0x0196F09FE79A72AEBD956BE69017ECBB , 0x0196F09FE79A72AEBD956BE6946CDFE1 , 0x0196F09FE79A72AEBD956BE6C3EE0835 , 0x0196F09FE6D87185903E211F4D82298E , 0x0196F09FE6D87185903E211F5EBFF84C , 0x0196F09FE6D87185903E211F3BED5196 , 0x0196F09FE6D87185903E211F4EF7168F , 0x0196F09FE72E708287951E1D103C621A , 0x0196F09FE6D87185903E211F1EE93530 , 0x0196F09FE6D87185903E211F36ACCF68 , 0x0196F09FE6D87185903E211F3F41B1A8 , 0x0196F09FE72E708287951E1CEC8B19A0 , 0x0196F09FE72E708287951E1D0622C279 , 0x0196F09FE79A72AEBD956BE69B32FA5A , 0x0196F09FE6D87185903E211F2969F0A4 , 0x0196F09FE72E708287951E1CE6F9361C , 0x0196F09FE72E708287951E1CF3485B37 , 0x0196F09FE72E708287951E1D0C188141 , 0x0196F09FE79A72AEBD956BE69BA47D4F , 0x0196F09FE72E708287951E1CDEAEF431 , 0x0196F09FE72E708287951E1D0EC832D0 , 0x0196F09FE79A72AEBD956BE6A23F5ADC , 0x0196F09FE72E708287951E1CF9DDB688 , 0x0196F09FE79A72AEBD956BE6970A060B , 0x0196F09FE79A72AEBD956BE6A33777E8 , 0x0196F09FE79A72AEBD956BE6D2020785 , 0x0196F09FE6D87185903E211F25E6E196 , 0x0196F09FE6D87185903E211F6A8631DF , 0x0196F09FE72E708287951E1D0751E58C , 0x0196F09FE6D87185903E211F3D5EEACF , 0x0196F09FE6D87185903E211F62677C4A , 0x0196F09FE72E708287951E1CDDCA090D , 0x0196F09FE6D87185903E211F5988EA4F , 0x0196F09FE72E708287951E1CDCECB22E , 0x0196F09FE72E708287951E1CFF54F4D3 , 0x0196F09FE6D87185903E211F34B13FE6 , 0x0196F09FE6D87185903E211F4986D60D , 0x0196F09FE72E708287951E1CE8DAC6ED , 0x0196F09FE72E708287951E1D07271E94 , 0x0196F09FE72E708287951E1D151F9B40 , 0x0196F09FE6D87185903E211F39639626 , 0x0196F09FE6D87185903E211F4DCD6D11 , 0x0196F09FE79A72AEBD956BE6CA6F7784 , 0x0196F09FE6D87185903E211F2651BC19 , 0x0196F09FE6D87185903E211F5B75224C , 0x0196F09FE6D87185903E211F609001DF , 0x0196F09FE72E708287951E1D0AA77B5C , 0x0196F09FE72E708287951E1D16987DA3 , 0x0196F09FE79A72AEBD956BE6D01B81A8 , 0x0196F09FE6D87185903E211F2EC00F2C , 0x0196F09FE6D87185903E211F3DA8F822 , 0x0196F09FE6D87185903E211F4E637C10 , 0x0196F09FE6D87185903E211F6A7B4E78 , 0x0196F09FE72E708287951E1CE1CABABA , 0x0196F09FE72E708287951E1CF2EFC5E3 , 0x0196F09FE6D87185903E211F48CF335F , 0x0196F09FE6D87185903E211F564C4286 , 0x0196F09FE72E708287951E1CD853DAF5 , 0x0196F09FE72E708287951E1CFE5F47D1 , 0x0196F09FE79A72AEBD956BE6B2683EB9 , 0x0196F09FE79A72AEBD956BE6CA524317 , 0x0196F09FE79A72AEBD956BE6D82907E7 , 0x0196F09FE79A72AEBD956BE697A7035D , 0x0196F09FE7FA7231A8132B619F1C86C4 , 0x0196F09FE6D87185903E211F43EB08D9 , 0x0196F09FE72E708287951E1CE367C764 , 0x0196F09FE72E708287951E1D15D436D4 , 0x0196F09FE79A72AEBD956BE6CD06F9F6 , 0x0196F09FE79A72AEBD956BE6D6A60FF1 , 0x0196F09FE6D87185903E211F1F35DF91 , 0x0196F09FE6D87185903E211F51AA5161 , 0x0196F09FE72E708287951E1D0BF6A845 , 0x0196F09FE72E708287951E1D13640325 , 0x0196F09FE72E708287951E1D197BF45D , 0x0196F09FE799701A8616E4A6ABF67493 , 0x0196F09FE79A72AEBD956BE6BB2AF740 , 0x0196F09FE6D87185903E211F25310A93 , 0x0196F09FE6D87185903E211F65E3F126 , 0x0196F09FE72E708287951E1D11E2DC4F , 0x0196F09FE72E708287951E1D1AFF33F1 , 0x0196F09FE72E708287951E1D20C3B503 , 0x0196F09FE79A72AEBD956BE69F33DFC3 , 0x0196F09FE7FA7231A8132B61C561AAB8 , 0x0196F09FE6D87185903E211F2CEDBC63 , 0x0196F09FE6D87185903E211F387468C4 , 0x0196F09FE72E708287951E1CE466DEF7 , 0x0196F09FE72E708287951E1CE532C149 , 0x0196F09FE6D87185903E211F524BB058 , 0x0196F09FE79A72AEBD956BE6B3D696C5 , 0x0196F09FE6D87185903E211F45B2B471 , 0x0196F09FE6D87185903E211F5C2034EA , 0x0196F09FE6D87185903E211F51C624D6 , 0x0196F09FE72E708287951E1CFD70D517 , 0x0196F09FE6D87185903E211F2C56C901 , 0x0196F09FE72E708287951E1CF798B1B1 , 0x0196F09FE79A72AEBD956BE6B5BCDF3D , 0x0196F09FE6D87185903E211F386C3171 , 0x0196F09FE72E708287951E1D113C20E7 , 0x0196F09FE799701A8616E4A6B150F0D2 , 0x0196F09FE79A72AEBD956BE6B31A60EC , 0x0196F09FE7FA7231A8132B61BB43A83F , 0x0196F09FE72E708287951E1CF5E6B28E , 0x0196F09FE79A72AEBD956BE6BB586D4D , 0x0196F09FE6D87185903E211F6358A623 , 0x0196F09FE6D87185903E211F6A355396 , 0x0196F09FE72E708287951E1CD7EC9CBD , 0x0196F09FE6D87185903E211F216EC28F , 0x0196F09FE6D87185903E211F4B00CD2E , 0x0196F09FE72E708287951E1D02A11DB0 , 0x0196F09FE79A72AEBD956BE69E8142AE , 0x0196F09FE79A72AEBD956BE6AE8A25B9 , 0x0196F09FE79A72AEBD956BE6CEA9AB66 , 0x0196F09FE72E708287951E1CE71C90DC , 0x0196F09FE79A72AEBD956BE6AF20ABC9 , 0x0196F09FE79A72AEBD956BE6D1803803 , 0x0196F09FE7FA7231A8132B61E6F78010 , 0x0196F09FE72E708287951E1CFA9F0310 , 0x0196F09FE79A72AEBD956BE691523BD5 , 0x0196F09FE79A72AEBD956BE69998C760 , 0x0196F09FE6D87185903E211F37691511 , 0x0196F09FE6D87185903E211F33BDCB50 , 0x0196F09FE72E708287951E1CEBB2BD39 , 0x0196F09FE799701A8616E4A6B2F56BE8 , 0x0196F09FE6D87185903E211F20F130DF , 0x0196F09FE6D87185903E211F5ACF3D70 , 0x0196F09FE6D87185903E211F3977955F , 0x0196F09FE72E708287951E1D1BE0D6C4 , 0x0196F09FE6D87185903E211F46831398 , 0x0196F09FE79A72AEBD956BE6D819ED03 , 0x0196F09FE6D87185903E211F4803BECA , 0x0196F09FE72E708287951E1D03990B69 , 0x0196F09FE79A72AEBD956BE690DBD5E0 , 0x0196F09FE79A72AEBD956BE6B5EBB642 , 0x0196F09FE72E708287951E1CFB38C6D5 , 0x0196F09FE79A72AEBD956BE691DFB964 , 0x0196F09FE79A72AEBD956BE6B3FC4417 , 0x0196F09FE7FA7231A8132B61D95C64C5 , 0x0196F09FE6D87185903E211F3AA6F175 , 0x0196F09FE79A72AEBD956BE692B29C21 , 0x0196F09FE6D87185903E211F5B00B4BC , 0x0196F09FE72E708287951E1CEA4B228E , 0x0196F09FE72E708287951E1D11DE2EF2 , 0x0196F09FE6D87185903E211F32E57D3E , 0x0196F09FE6D87185903E211F6219ECFD , 0x0196F09FE799701A8616E4A6B33C7D3A , 0x0196F09FE79A72AEBD956BE6ACC06941 , 0x0196F09FE79A72AEBD956BE6B896ED60 , 0x0196F09FE7FA7231A8132B61D3794336 , 0x0196F09FE79A72AEBD956BE6C5C47227 , 0x0196F09FE6D87185903E211F325FBF24 , 0x0196F09FE72E708287951E1CF3EA8019 , 0x0196F09FE72E708287951E1CF4B2F8FB , 0x0196F09FE72E708287951E1CF78C8877 , 0x0196F09FE79A72AEBD956BE6D41C0581 , 0x0196F09FE6D87185903E211F53B3259A , 0x0196F09FE72E708287951E1D1A700824 , 0x0196F09FE79A72AEBD956BE6CF92B1B3 , 0x0196F09FE6D87185903E211F4341DF64 , 0x0196F09FE72E708287951E1CEE7E9786 , 0x0196F09FE72E708287951E1D04706466 , 0x0196F09FE6D87185903E211F41DFD2F0 , 0x0196F09FE72E708287951E1CFA2302CF , 0x0196F09FE6D87185903E211F2A56A8CC , 0x0196F09FE6D87185903E211F405DB92C , 0x0196F09FE79A72AEBD956BE6BEEE6A0A , 0x0196F09FE79A72AEBD956BE6C5AA5F2E , 0x0196F09FE7FA7231A8132B61CC1C50E8 , 0x0196F09FE79A72AEBD956BE6BF2DB884 , 0x0196F09FE7FA7231A8132B61D31C8D13 , 0x0196F09FE72E708287951E1D0C1C05DC , 0x0196F09FE6D87185903E211F5FD358F7 , 0x0196F09FE72E708287951E1CE2BD665B , 0x0196F09FE72E708287951E1CE8037775 , 0x0196F09FE6D87185903E211F444472C6 , 0x0196F09FE799701A8616E4A6B037AF00 , 0x0196F09FE72E708287951E1CFF1DAD5B , 0x0196F09FE6D87185903E211F3C0949E6 , 0x0196F09FE6D87185903E211F21486A65 , 0x0196F09FE72E708287951E1D0B02CC7F , 0x0196F09FE72E708287951E1D1D4CEFEA , 0x0196F09FE79A72AEBD956BE6B01C9C0A , 0x0196F09FE79A72AEBD956BE6C05A647B , 0x0196F09FE79A72AEBD956BE6A9A9EA3D , 0x0196F09FE7FA7231A8132B61BBA6EBE2 , 0x0196F09FE72E708287951E1D23C752EE , 0x0196F09FE6D87185903E211F22F0865B , 0x0196F09FE6D87185903E211F3829E5E0 , 0x0196F09FE6D87185903E211F22E45898 , 0x0196F09FE6D87185903E211F5E6976C8 , 0x0196F09FE72E708287951E1CF07F81FD , 0x0196F09FE6D87185903E211F414850BD , 0x0196F09FE72E708287951E1D0CE112F1 , 0x0196F09FE72E708287951E1D1778A49E , 0x0196F09FE79A72AEBD956BE6C1E95A2B , 0x0196F09FE79A72AEBD956BE693B5F193 , 0x0196F09FE72E708287951E1D22E8F494 , 0x0196F09FE79A72AEBD956BE6CBCF0088 , 0x0196F09FE7FA7231A8132B61A09E4595 , 0x0196F09FE6D87185903E211F35205823 , 0x0196F09FE79A72AEBD956BE6CA8A2F75 , 0x0196F09FE72E708287951E1D0C5B3D34 , 0x0196F09FE72E708287951E1D0E295B41 , 0x0196F09FE6D87185903E211F66DCA8FD , 0x0196F09FE6D87185903E211F69011A2C , 0x0196F09FE72E708287951E1CFA3D4FDD , 0x0196F09FE72E708287951E1CE93CDE65 , 0x0196F09FE72E708287951E1CF84AA677 , 0x0196F09FE72E708287951E1D12944ABF , 0x0196F09FE799701A8616E4A6AE945371 , 0x0196F09FE72E708287951E1D098E1D6E , 0x0196F09FE79A72AEBD956BE69DCEA43F , 0x0196F09FE7FA7231A8132B61B2C56F8C , 0x0196F09FE79A72AEBD956BE69223EBB4 , 0x0196F09FE7FA7231A8132B61D636A5B7 , 0x0196F09FE6D87185903E211F35FBFF6D , 0x0196F09FE72E708287951E1CE8CBDA1E , 0x0196F09FE72E708287951E1CEED941EE , 0x0196F09FE72E708287951E1D0F3BFD42 , 0x0196F09FE72E708287951E1D0B7D4FDE , 0x0196F09FE799701A8616E4A6AACD9ED7 , 0x0196F09FE72E708287951E1D005ED736 , 0x0196F09FE72E708287951E1D1F1345A6 , 0x0196F09FE6D87185903E211F48F86AE7 , 0x0196F09FE79A72AEBD956BE6C9C03601 , 0x0196F09FE7FA7231A8132B61DA7FDA5B , 0x0196F09FE6D87185903E211F337F835F , 0x0196F09FE72E708287951E1D036DDCFB , 0x0196F09FE79A72AEBD956BE69FE5F1D1 , 0x0196F09FE72E708287951E1CF2303596 , 0x0196F09FE72E708287951E1D0F41D1B1 , 0x0196F09FE79A72AEBD956BE6D39DC0EC , 0x0196F09FE6D87185903E211F56B0F53B , 0x0196F09FE6D87185903E211F42CA23AD , 0x0196F09FE6D87185903E211F4D5F9728 , 0x0196F09FE79A72AEBD956BE6D208301F , 0x0196F09FE7FA7231A8132B61AD4B87AF , 0x0196F09FE79A72AEBD956BE6C789FE0A , 0x0196F09FE7FA7231A8132B61E00DC7F9 , 0x0196F09FE79A72AEBD956BE69564BF52 , 0x0196F09FE72E708287951E1D0DF03D26 , 0x0196F09FE72E708287951E1CEE337ACB , 0x0196F09FE72E708287951E1CEF60E023 , 0x0196F09FE72E708287951E1CF70A1DBF , 0x0196F09FE79A72AEBD956BE6BCA6081C , 0x0196F09FE72E708287951E1CE7047A7A , 0x0196F09FE72E708287951E1CDB09F571 , 0x0196F09FE72E708287951E1CE60E7E06 , 0x0196F09FE72E708287951E1D02EC4FB8 , 0x0196F09FE7FA7231A8132B61B73C34D0 , 0x0196F09FE79A72AEBD956BE6D6871F73 , 0x0196F09FE79A72AEBD956BE698459131 , 0x0196F09FE7FA7231A8132B61BC7A536C , 0x0196F09FE6D87185903E211F63EAB3A7 , 0x0196F09FE7FA7231A8132B61D860C7EA , 0x0196F09FE72E708287951E1CF2CC77AB , 0x0196F09FE72E708287951E1D08BBCDBE , 0x0196F09FE799701A8616E4A6AB3D25A3 , 0x0196F09FE79A72AEBD956BE6AD9F7A78 , 0x0196F09FE79A72AEBD956BE6B4E5D2AF , 0x0196F09FE6D87185903E211F24D3AA9C , 0x0196F09FE79A72AEBD956BE6A8C8FF16 , 0x0196F09FE72E708287951E1D150CCF72 , 0x0196F09FE72E708287951E1D07F1622B , 0x0196F09FE7FA7231A8132B61B2E57EF7 , 0x0196F09FE79A72AEBD956BE69C84E9FB , 0x0196F09FE6D87185903E211F23D71ED1 , 0x0196F09FE72E708287951E1D00D52444 , 0x0196F09FE6D87185903E211F27206E4D , 0x0196F09FE6D87185903E211F61ED5486 , 0x0196F09FE7FA7231A8132B61CEA025EB , 0x0196F09FE72E708287951E1D19AF89C4 , 0x0196F09FE799701A8616E4A6AA77FCF8 , 0x0196F09FE72E708287951E1CF52C1848 , 0x0196F09FE79A72AEBD956BE6CBE58941 , 0x0196F09FE79A72AEBD956BE6AA817A3F , 0x0196F09FE6D87185903E211F34D81A1D , 0x0196F09FE72E708287951E1CFAB974EB , 0x0196F09FE79A72AEBD956BE691D7920B , 0x0196F09FE79A72AEBD956BE6C4D7EB88 , 0x0196F09FE79A72AEBD956BE6A5C557A7 , 0x0196F09FE72E708287951E1D1E2493FF , 0x0196F09FE72E708287951E1D06AE6E62 , 0x0196F09FE79A72AEBD956BE6C85C8E91 , 0x0196F09FE7FA7231A8132B61DA4C6A10 , 0x0196F09FE79A72AEBD956BE699BE5A44 , 0x0196F09FE6D87185903E211F6B51A63E , 0x0196F09FE72E708287951E1CD9CEE54B , 0x0196F09FE72E708287951E1CF94379F5 , 0x0196F09FE799701A8616E4A6B3D8AFE5 , 0x0196F09FE7FA7231A8132B61E6842541 , 0x0196F09FE799701A8616E4A6AEF83BA3 , 0x0196F09FE79A72AEBD956BE6AACB5A49 , 0x0196F09FE7FA7231A8132B61B7BAF936 , 0x0196F09FE7FA7231A8132B61ABC19A68 , 0x0196F09FE6D87185903E211F5F35B218 , 0x0196F09FE6D87185903E211F4EE275FE , 0x0196F09FE7FA7231A8132B61C92129E3 , 0x0196F09FE72E708287951E1CDA95C0FA , 0x0196F09FE79A72AEBD956BE6D2E47FB4 , 0x0196F09FE79A72AEBD956BE69310D0ED , 0x0196F09FE79A72AEBD956BE6A78ED8EA , 0x0196F09FE799701A8616E4A6AF41D9BD , 0x0196F09FE6D87185903E211F65576B34 , 0x0196F09FE799701A8616E4A6B117DB65 , 0x0196F09FE79A72AEBD956BE6BC349ED4 , 0x0196F09FE79A72AEBD956BE6BE15580B , 0x0196F09FE72E708287951E1D23B399CD , 0x0196F09FE6D87185903E211F477EAADC , 0x0196F09FE79A72AEBD956BE6A0E54AB0 , 0x0196F09FE7FA7231A8132B61B87B5896 , 0x0196F09FE79A72AEBD956BE6A537FA60 , 0x0196F09FE79A72AEBD956BE6B0D44BE1 , 0x0196F09FE79A72AEBD956BE6B6E29086 , 0x0196F09FE79A72AEBD956BE69ABD3FE4 , 0x0196F09FE6D87185903E211F4B37DD75 , 0x0196F09FE7FA7231A8132B61AE878482 , 0x0196F09FE79A72AEBD956BE6CDC4A112 , 0x0196F09FE7FA7231A8132B61A3DE44C3 , 0x0196F09FE79A72AEBD956BE6CCD51758 , 0x0196F09FE7FA7231A8132B61C8241978 , 0x0196F09FE7FA7231A8132B61BCDE75D8 , 0x0196F09FE79A72AEBD956BE696488160 , 0x0196F09FE79A72AEBD956BE69CCB58FD , 0x0196F09FE7FA7231A8132B61E5378623 , 0x0196F09FE7FA7231A8132B61E2EF0E62 , 0x0196F09FE79A72AEBD956BE6A56C987D , 0x0196F09FE7FA7231A8132B61C466AB59 , 0x0196F09FE7FA7231A8132B61A73387F7 , 0x0196F09FE7FA7231A8132B61BEDA6745 , 0x0196F09FE79A72AEBD956BE6AB4BBA71 , 0x0196F09FE7FA7231A8132B61BFBFDFE0 , 0x0196F09FE79A72AEBD956BE6BD787407 , 0x0196F09FE7FA7231A8132B61AF58E3C8 , 0x0196F09FE7FA7231A8132B61DCD01435 , 0x0196F09FE7FA7231A8132B61E79BC516 , 0x0196F09FE7FA7231A8132B61B55904A0 , 0x0196F09FE79A72AEBD956BE6BB6286A7 , 0x0196F09FE7FA7231A8132B61A1DD4692 , 0x0196F09FE79A72AEBD956BE6A3AAEAE0 , 0x0196F09FE7FA7231A8132B61D33B0492 , 0x0196F09FE7FA7231A8132B61D579E990 , 0x0196F09FE7FA7231A8132B61A6869213 , 0x0196F09FE7FA7231A8132B61C33D0057 , 0x0196F09FE7FA7231A8132B61C7F845BE , 0x0196F09FE7FA7231A8132B61D6FAE725 , 0x0196F09FE7FA7231A8132B61CBE5DD9B , 0x0196F09FE7FA7231A8132B61BB0DDB72 , 0x0196F09FE79A72AEBD956BE6BA55FB7B , 0x0196F09FE7FA7231A8132B61DEE22186 , 0x0196F09FE7FA7231A8132B61B1B00C6F , 0x0196F09FE7FA7231A8132B61C02AAB77 , 0x0196F09FE7FA7231A8132B61DD608E44 , 0x0196F09FE7FA7231A8132B61A7A71005 , 0x0196F09FE7FA7231A8132B61A5833ADD , 0x0196F09FE7FA7231A8132B61B4D7E506 , 0x0196F09FE7FA7231A8132B61B40F7D06 , 0x0196F09FE7FA7231A8132B61A001BAA8 , 0x0196F09FE7FA7231A8132B61DE3F85AD , 0x0196F09FE7FA7231A8132B61A4D86B5F , 0x0196F09FE7FA7231A8132B61C1481E6A , 0x0196F09FE7FA7231A8132B61A66E662C , 0x0196F09FE7FA7231A8132B61D01378DE , 0x0196F09FE7FA7231A8132B61CAE38DD9 , 0x0196F09FE7FA7231A8132B61E34C0B38 , 0x0196F09FE7FA7231A8132B61ADB2D831 , 0x0196F09FE7FA7231A8132B61D1121052 , 0x0196F09FE7FA7231A8132B61A4665E24 , 0x0196F09FE7FA7231A8132B61CF77F914 , 0x0196F09FE7FA7231A8132B61CA291897 , 0x0196F09FE7FA7231A8132B61B6FF62CA , 0x0196F09FE7FA7231A8132B61A2B146A5 , 0x0196F09FE7FA7231A8132B61CDC039D0 , 0x0196F09FE7FA7231A8132B61C11ED930 , 0x0196F09FE7FA7231A8132B61C5F12C3D , 0x0196F09FE7FA7231A8132B61C7DBD889 , 0x0196F09FE7FA7231A8132B61C998A1BC , 0x0196F09FE7FA7231A8132B61A920FC4C , 0x0196F09FE7FA7231A8132B61E4064E5C , 0x0196F09FE7FA7231A8132B61D1445978 , 0x0196F09FE7FA7231A8132B61D9AA4EEE , 0x0196F09FE7FA7231A8132B61C2A081CE , 0x0196F09FE7FA7231A8132B61E1837BB5 , 0x0196F09FE7FA7231A8132B61B2ED2842 , 0x0196F09FE7FA7231A8132B61AD0AD380 , 0x0196F09FE7FA7231A8132B61A4FB4C59 , 0x0196F09FE7FA7231A8132B61B5FD6E58 , 0x0196F09FE7FA7231A8132B619FE80EA5 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
69
0.52 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
70
0.63 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
71
0.62 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 –ðŸ‰Ôr|ƒ†.%[`Ò' "
b"\x01 ûƒëıs!ÖÚ*\x06 Ø"GÄ "
]
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 (0x0196F09F89D4727C83862E255B60D227 , 0x0196F09F89D5732199E92A069D22478E ));
Copy
72
0.46 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
73
0.20 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'en-GB' ;
Copy
74
0.21 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x01 –ðžÕ-rC€?›<S-ÙÒ "
]
SELECT iso FROM snippet_set WHERE id = 0x0196F09ED52D7243803F9B3C532DD9D2 ;
Copy
75
0.26 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 –🖬qÒ—Þw\x17 .ÿ\x7F " "
]
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 = 0x0196F09F96AC71D297DE77172EFF7F22
;
Copy
76
0.13 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
77
0.33 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x01 –ðžÕ-rC€?›<S-ÙÒ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x0196F09ED52D7243803F9B3C532DD9D2 ;
Copy
78
14.26 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/0196f09fe8d87265811a07fcf4401cea "
"/navigation/0196f09fe8e17398980047aceef39225 "
"/navigation/0196f09fe8e270108f3364ea03145a2c "
"/navigation/0196f09fe8e570d8a5c8246ef1359050 "
"/navigation/0196f09fe8eb7305b926864c18a66b6a "
"/navigation/0196f09fe8ee70439e3c165fd19d603a "
"/navigation/0196f09fe8f270c8936a9fcdd74dd19a "
"/navigation/0196f09fe8fc7329b3b0ceaac9f6154d "
"/navigation/0196f09fe8fd71c0a2f20ac542be7f5d "
"/navigation/0196f09fe8fe70c9b7e0446816489a82 "
"/navigation/0196f09fe8d97314b0dc601710028f36 "
"/navigation/0196f09fe8d97314b0dc6017100974f6 "
"/navigation/0196f09fe8d97314b0dc6017102314a9 "
"/navigation/0196f09fe8d97314b0dc60171193d984 "
"/navigation/0196f09fe8d97314b0dc601713b1122b "
"/navigation/0196f09fe8d97314b0dc601714a27897 "
"/navigation/0196f09fe8da70859056c3435aea7871 "
"/navigation/0196f09fe8da70859056c3435d984b0c "
"/navigation/0196f09fe8da70859056c343618a6184 "
"/navigation/0196f09fe8da70859056c34361d6c70c "
"/navigation/0196f09fe8db721eb404f362dfa4636b "
"/navigation/0196f09fe8db721eb404f362e115d344 "
"/navigation/0196f09fe8db721eb404f362e3ebccee "
"/navigation/0196f09fe8db721eb404f362e7280bc3 "
"/navigation/0196f09fe8dc70bf9e0d675a4e33b2b8 "
"/navigation/0196f09fe8dc70bf9e0d675a4e475fab "
"/navigation/0196f09fe8dc70bf9e0d675a4ed21ee4 "
"/navigation/0196f09fe8dc70bf9e0d675a50e3f515 "
"/navigation/0196f09fe8dc70bf9e0d675a5201a3b6 "
"/navigation/0196f09fe8dc70bf9e0d675a525afacb "
"/navigation/0196f09fe8dd703b8f41c2b5880c4b50 "
"/navigation/0196f09fe8dd703b8f41c2b58ac8be10 "
"/navigation/0196f09fe8dd703b8f41c2b58c877109 "
"/navigation/0196f09fe8dd703b8f41c2b58fa74f7f "
"/navigation/0196f09fe8de7257833a7cba53d1250c "
"/navigation/0196f09fe8de7257833a7cba56a7a3ac "
"/navigation/0196f09fe8de7257833a7cba59b3d526 "
"/navigation/0196f09fe8df7345858000149626123e "
"/navigation/0196f09fe8df734585800014988387a1 "
"/navigation/0196f09fe8df73458580001498e4c6b9 "
"/navigation/0196f09fe8df7345858000149bb1cf5d "
"/navigation/0196f09fe8df7345858000149e0f4ea1 "
"/navigation/0196f09fe8e07287a9c23ab4ed298710 "
"/navigation/0196f09fe8e07287a9c23ab4f0e68445 "
"/navigation/0196f09fe8e07287a9c23ab4f10ecc3c "
"/navigation/0196f09fe8e07287a9c23ab4f2dceb2a "
"/navigation/0196f09fe8e17398980047acec763bfc "
"/navigation/0196f09fe8e17398980047aceefec0a8 "
"/navigation/0196f09fe8e17398980047acef0ee130 "
"/navigation/0196f09fe8e17398980047acefc31a65 "
"/navigation/0196f09fe8e17398980047acf08fc4bb "
"/navigation/0196f09fe8e17398980047acf10d46cf "
"/navigation/0196f09fe8e17398980047acf1b69437 "
"/navigation/0196f09fe8e17398980047acf1eee2ca "
"/navigation/0196f09fe8e17398980047acf2a8da63 "
"/navigation/0196f09fe8e17398980047acf3a45a2d "
"/navigation/0196f09fe8e270108f3364e9fd2e3946 "
"/navigation/0196f09fe8e270108f3364e9fdcfa7e6 "
"/navigation/0196f09fe8e270108f3364e9fe762acf "
"/navigation/0196f09fe8e270108f3364e9fed6992a "
"/navigation/0196f09fe8e270108f3364e9feeb38c7 "
"/navigation/0196f09fe8e270108f3364e9ff00ab31 "
"/navigation/0196f09fe8e270108f3364e9ffb44a38 "
"/navigation/0196f09fe8e270108f3364ea00133642 "
"/navigation/0196f09fe8e270108f3364ea008aed8e "
"/navigation/0196f09fe8e270108f3364ea011037f8 "
"/navigation/0196f09fe8e270108f3364ea0152925c "
"/navigation/0196f09fe8e270108f3364ea01fa8787 "
"/navigation/0196f09fe8e270108f3364ea02787ea6 "
"/navigation/0196f09fe8e270108f3364ea03495a5d "
"/navigation/0196f09fe8e270108f3364ea03c01b31 "
"/navigation/0196f09fe8e371cdb295810bfb53a71b "
"/navigation/0196f09fe8e371cdb295810bfbf61ea3 "
"/navigation/0196f09fe8e371cdb295810bfc6f689f "
"/navigation/0196f09fe8e371cdb295810bfcf0eb84 "
"/navigation/0196f09fe8e371cdb295810bfd0c5855 "
"/navigation/0196f09fe8e371cdb295810bfddf65d8 "
"/navigation/0196f09fe8e371cdb295810bfe79f3e8 "
"/navigation/0196f09fe8e371cdb295810bfed7c0d8 "
"/navigation/0196f09fe8e371cdb295810bfef99050 "
"/navigation/0196f09fe8e371cdb295810bff3e65fc "
"/navigation/0196f09fe8e371cdb295810bfff3c41f "
"/navigation/0196f09fe8e371cdb295810c0010dc21 "
"/navigation/0196f09fe8e371cdb295810c00c2498c "
"/navigation/0196f09fe8e371cdb295810c00d11640 "
"/navigation/0196f09fe8e371cdb295810c0107edc0 "
"/navigation/0196f09fe8e371cdb295810c01a10843 "
"/navigation/0196f09fe8e371cdb295810c0290584e "
"/navigation/0196f09fe8e471c79c5c6dda43f8e87e "
"/navigation/0196f09fe8e471c79c5c6dda44bee06b "
"/navigation/0196f09fe8e471c79c5c6dda4560bf87 "
"/navigation/0196f09fe8e471c79c5c6dda46485e06 "
"/navigation/0196f09fe8e471c79c5c6dda46abeadf "
"/navigation/0196f09fe8e471c79c5c6dda4750f6ee "
"/navigation/0196f09fe8e471c79c5c6dda4787183a "
"/navigation/0196f09fe8e471c79c5c6dda48351acb "
"/navigation/0196f09fe8e471c79c5c6dda492d44ca "
"/navigation/0196f09fe8e471c79c5c6dda49bae87f "
"/navigation/0196f09fe8e471c79c5c6dda4a2cd82a "
"/navigation/0196f09fe8e471c79c5c6dda4a857502 "
"/navigation/0196f09fe8e471c79c5c6dda4aeb45c1 "
"/navigation/0196f09fe8e471c79c5c6dda4b68d17a "
"/navigation/0196f09fe8e471c79c5c6dda4c447acf "
"/navigation/0196f09fe8e471c79c5c6dda4c88bbae "
"/navigation/0196f09fe8e471c79c5c6dda4d63b1cf "
"/navigation/0196f09fe8e570d8a5c8246ee9d8fdab "
"/navigation/0196f09fe8e570d8a5c8246eea9ec011 "
"/navigation/0196f09fe8e570d8a5c8246eeb26f1d7 "
"/navigation/0196f09fe8e570d8a5c8246eec1ba9c3 "
"/navigation/0196f09fe8e570d8a5c8246eec2a658a "
"/navigation/0196f09fe8e570d8a5c8246eec7c7eef "
"/navigation/0196f09fe8e570d8a5c8246eed1cb1a9 "
"/navigation/0196f09fe8e570d8a5c8246eed57f66f "
"/navigation/0196f09fe8e570d8a5c8246eee50aaab "
"/navigation/0196f09fe8e570d8a5c8246eeea145d4 "
"/navigation/0196f09fe8e570d8a5c8246eef6f1108 "
"/navigation/0196f09fe8e570d8a5c8246eefe949f7 "
"/navigation/0196f09fe8e570d8a5c8246ef0852ac0 "
"/navigation/0196f09fe8e570d8a5c8246ef222f89e "
"/navigation/0196f09fe8e570d8a5c8246ef282662f "
"/navigation/0196f09fe8e570d8a5c8246ef2f0b443 "
"/navigation/0196f09fe8e673529fbf53d68b241292 "
"/navigation/0196f09fe8e673529fbf53d68b8bcced "
"/navigation/0196f09fe8e673529fbf53d68c2273d9 "
"/navigation/0196f09fe8e673529fbf53d68c886f7f "
"/navigation/0196f09fe8e673529fbf53d68d522a15 "
"/navigation/0196f09fe8e673529fbf53d68e103381 "
"/navigation/0196f09fe8e673529fbf53d68efbe608 "
"/navigation/0196f09fe8e673529fbf53d68fda5177 "
"/navigation/0196f09fe8e673529fbf53d69081ea65 "
"/navigation/0196f09fe8e673529fbf53d690b3f111 "
"/navigation/0196f09fe8e673529fbf53d690e74347 "
"/navigation/0196f09fe8e673529fbf53d6914464c0 "
"/navigation/0196f09fe8e673529fbf53d691520ef4 "
"/navigation/0196f09fe8e673529fbf53d691eaf9d7 "
"/navigation/0196f09fe8e673529fbf53d69249beb7 "
"/navigation/0196f09fe8e673529fbf53d693097edf "
"/navigation/0196f09fe8e7705f959a6628641f9b04 "
"/navigation/0196f09fe8e7705f959a662864d746e8 "
"/navigation/0196f09fe8e7705f959a662865a9da0b "
"/navigation/0196f09fe8e7705f959a662865dc82e3 "
"/navigation/0196f09fe8e7705f959a662866a0ac2e "
"/navigation/0196f09fe8e7705f959a662866cfc067 "
"/navigation/0196f09fe8e7705f959a662867697ef3 "
"/navigation/0196f09fe8e7705f959a662867ff02b7 "
"/navigation/0196f09fe8e7705f959a662868d64566 "
"/navigation/0196f09fe8e7705f959a6628699c7009 "
"/navigation/0196f09fe8e7705f959a66286a28c70d "
"/navigation/0196f09fe8e7705f959a66286aacbbc9 "
"/navigation/0196f09fe8e7705f959a66286b2ac8f4 "
"/navigation/0196f09fe8e7705f959a66286c167d04 "
"/navigation/0196f09fe8e7705f959a66286cad8618 "
"/navigation/0196f09fe8e7705f959a66286cc37afe "
"/navigation/0196f09fe8e7705f959a66286d66ac6c "
"/navigation/0196f09fe8e7705f959a66286d8d64d9 "
"/navigation/0196f09fe8e87197b05cf2af969487c1 "
"/navigation/0196f09fe8e87197b05cf2af96b42478 "
"/navigation/0196f09fe8e87197b05cf2af978e7424 "
"/navigation/0196f09fe8e87197b05cf2af987068c5 "
"/navigation/0196f09fe8e87197b05cf2af98c544c6 "
"/navigation/0196f09fe8e87197b05cf2af9985ad6a "
"/navigation/0196f09fe8e87197b05cf2af9a58d19f "
"/navigation/0196f09fe8e87197b05cf2af9a8fd43d "
"/navigation/0196f09fe8e87197b05cf2af9b71416e "
"/navigation/0196f09fe8e87197b05cf2af9b925d20 "
"/navigation/0196f09fe8e87197b05cf2af9bca4b0b "
"/navigation/0196f09fe8e87197b05cf2af9cbce455 "
"/navigation/0196f09fe8e87197b05cf2af9db7471e "
"/navigation/0196f09fe8e87197b05cf2af9e590ae3 "
"/navigation/0196f09fe8e87197b05cf2af9ef85cef "
"/navigation/0196f09fe8e87197b05cf2af9f57cc1c "
"/navigation/0196f09fe8e97166824e8118254653ab "
"/navigation/0196f09fe8e97166824e81182608c4d3 "
"/navigation/0196f09fe8e97166824e81182684b539 "
"/navigation/0196f09fe8e97166824e81182748f497 "
"/navigation/0196f09fe8e97166824e811827e35bdb "
"/navigation/0196f09fe8e97166824e8118288c3215 "
"/navigation/0196f09fe8e97166824e811828cec6d2 "
"/navigation/0196f09fe8e97166824e8118290e0109 "
"/navigation/0196f09fe8e97166824e8118297f7139 "
"/navigation/0196f09fe8e97166824e81182a346010 "
"/navigation/0196f09fe8e97166824e81182a83519b "
"/navigation/0196f09fe8e97166824e81182b5d6c51 "
"/navigation/0196f09fe8e97166824e81182ba9f872 "
"/navigation/0196f09fe8e97166824e81182bdb78b8 "
"/navigation/0196f09fe8ea70bcb72d60b6f23ebae1 "
"/navigation/0196f09fe8ea70bcb72d60b6f273da94 "
"/navigation/0196f09fe8ea70bcb72d60b6f28e8007 "
"/navigation/0196f09fe8ea70bcb72d60b6f370cec7 "
"/navigation/0196f09fe8ea70bcb72d60b6f4564913 "
"/navigation/0196f09fe8ea70bcb72d60b6f4819d4f "
"/navigation/0196f09fe8ea70bcb72d60b6f49b437e "
"/navigation/0196f09fe8ea70bcb72d60b6f4be461f "
"/navigation/0196f09fe8ea70bcb72d60b6f4e7bbb8 "
"/navigation/0196f09fe8ea70bcb72d60b6f5b69a35 "
"/navigation/0196f09fe8ea70bcb72d60b6f633b9f6 "
"/navigation/0196f09fe8ea70bcb72d60b6f6831899 "
"/navigation/0196f09fe8ea70bcb72d60b6f6e01368 "
"/navigation/0196f09fe8ea70bcb72d60b6f6e49a76 "
"/navigation/0196f09fe8ea70bcb72d60b6f7682031 "
"/navigation/0196f09fe8ea70bcb72d60b6f76f2af0 "
"/navigation/0196f09fe8ea70bcb72d60b6f8528a9c "
"/navigation/0196f09fe8ea70bcb72d60b6f8da8c9a "
"/navigation/0196f09fe8eb7305b926864c14c794bf "
"/navigation/0196f09fe8eb7305b926864c15b41f35 "
"/navigation/0196f09fe8eb7305b926864c165f9515 "
"/navigation/0196f09fe8eb7305b926864c170eaada "
"/navigation/0196f09fe8eb7305b926864c175b27bd "
"/navigation/0196f09fe8eb7305b926864c17acff27 "
"/navigation/0196f09fe8eb7305b926864c18169751 "
"/navigation/0196f09fe8eb7305b926864c18ae7948 "
"/navigation/0196f09fe8eb7305b926864c1985483c "
"/navigation/0196f09fe8eb7305b926864c1a431a03 "
"/navigation/0196f09fe8eb7305b926864c1acbee3b "
"/navigation/0196f09fe8eb7305b926864c1b12ec72 "
"/navigation/0196f09fe8eb7305b926864c1b1c8cf8 "
"/navigation/0196f09fe8eb7305b926864c1bb5fca4 "
"/navigation/0196f09fe8eb7305b926864c1c6e4b70 "
"/navigation/0196f09fe8ec70aa8cc9412bb584eedb "
"/navigation/0196f09fe8ec70aa8cc9412bb6408a83 "
"/navigation/0196f09fe8ec70aa8cc9412bb6e7881c "
"/navigation/0196f09fe8ec70aa8cc9412bb70eb2c4 "
"/navigation/0196f09fe8ec70aa8cc9412bb73fcfde "
"/navigation/0196f09fe8ec70aa8cc9412bb7d6f4d9 "
"/navigation/0196f09fe8ec70aa8cc9412bb8825dea "
"/navigation/0196f09fe8ec70aa8cc9412bb8e8dd11 "
"/navigation/0196f09fe8ec70aa8cc9412bb9d13008 "
"/navigation/0196f09fe8ec70aa8cc9412bb9d5269f "
"/navigation/0196f09fe8ec70aa8cc9412bb9e59a27 "
"/navigation/0196f09fe8ec70aa8cc9412bb9f963c2 "
"/navigation/0196f09fe8ec70aa8cc9412bba6b82bf "
"/navigation/0196f09fe8ec70aa8cc9412bbae7ae2f "
"/navigation/0196f09fe8ec70aa8cc9412bbb80a851 "
"/navigation/0196f09fe8ec70aa8cc9412bbc6afd73 "
"/navigation/0196f09fe8ed7390ba52415c320e93e2 "
"/navigation/0196f09fe8ed7390ba52415c322f4819 "
"/navigation/0196f09fe8ed7390ba52415c32dfcd62 "
"/navigation/0196f09fe8ed7390ba52415c33bc27a0 "
"/navigation/0196f09fe8ed7390ba52415c33bec391 "
"/navigation/0196f09fe8ed7390ba52415c348cbebc "
"/navigation/0196f09fe8ed7390ba52415c355d1836 "
"/navigation/0196f09fe8ed7390ba52415c36301bf0 "
"/navigation/0196f09fe8ed7390ba52415c36acb5c9 "
"/navigation/0196f09fe8ed7390ba52415c36d99de4 "
"/navigation/0196f09fe8ed7390ba52415c36f174ba "
"/navigation/0196f09fe8ed7390ba52415c377b793f "
"/navigation/0196f09fe8ed7390ba52415c37c88b63 "
"/navigation/0196f09fe8ed7390ba52415c386a51c4 "
"/navigation/0196f09fe8ed7390ba52415c38c1b506 "
"/navigation/0196f09fe8ed7390ba52415c38d6740e "
"/navigation/0196f09fe8ee70439e3c165fcfd0d333 "
"/navigation/0196f09fe8ee70439e3c165fd0ca84ad "
"/navigation/0196f09fe8ee70439e3c165fd14f13f2 "
"/navigation/0196f09fe8ee70439e3c165fd1c1dab8 "
"/navigation/0196f09fe8ee70439e3c165fd24d1276 "
"/navigation/0196f09fe8ee70439e3c165fd349b9bb "
"/navigation/0196f09fe8ee70439e3c165fd3a4f87d "
"/navigation/0196f09fe8ee70439e3c165fd46d1454 "
"/navigation/0196f09fe8ee70439e3c165fd4d73231 "
"/navigation/0196f09fe8ee70439e3c165fd5a5fd80 "
"/navigation/0196f09fe8ee70439e3c165fd63c9aa3 "
"/navigation/0196f09fe8ee70439e3c165fd6ca68ed "
"/navigation/0196f09fe8ee70439e3c165fd7829009 "
"/navigation/0196f09fe8ee70439e3c165fd7dfcd1f "
"/navigation/0196f09fe8ee70439e3c165fd7e7aa3b "
"/navigation/0196f09fe8ee70439e3c165fd8c5b9b1 "
"/navigation/0196f09fe8ee70439e3c165fd8f43640 "
"/navigation/0196f09fe8ef707386d1451c374acb1d "
"/navigation/0196f09fe8ef707386d1451c37a941a9 "
"/navigation/0196f09fe8ef707386d1451c382b19a4 "
"/navigation/0196f09fe8ef707386d1451c38706e2e "
"/navigation/0196f09fe8ef707386d1451c39187417 "
"/navigation/0196f09fe8ef707386d1451c3a007e8d "
"/navigation/0196f09fe8ef707386d1451c3a50094e "
"/navigation/0196f09fe8ef707386d1451c3a633342 "
"/navigation/0196f09fe8ef707386d1451c3afd2d90 "
"/navigation/0196f09fe8ef707386d1451c3bc33a14 "
"/navigation/0196f09fe8ef707386d1451c3bd4dba3 "
"/navigation/0196f09fe8ef707386d1451c3c55e139 "
"/navigation/0196f09fe8ef707386d1451c3cfac49c "
"/navigation/0196f09fe8ef707386d1451c3d300919 "
"/navigation/0196f09fe8ef707386d1451c3d3a31f2 "
"/navigation/0196f09fe8ef707386d1451c3dd1c889 "
"/navigation/0196f09fe8f073cd8281934afe37a039 "
"/navigation/0196f09fe8f073cd8281934afea9cf33 "
"/navigation/0196f09fe8f073cd8281934aff27ee03 "
"/navigation/0196f09fe8f073cd8281934b0023b12a "
"/navigation/0196f09fe8f073cd8281934b00dbd9b6 "
"/navigation/0196f09fe8f073cd8281934b017fa233 "
"/navigation/0196f09fe8f073cd8281934b01e666ce "
"/navigation/0196f09fe8f073cd8281934b01f2a86b "
"/navigation/0196f09fe8f073cd8281934b02b1957e "
"/navigation/0196f09fe8f073cd8281934b0387076c "
"/navigation/0196f09fe8f073cd8281934b03a2ac7c "
"/navigation/0196f09fe8f073cd8281934b03e1e38a "
"/navigation/0196f09fe8f073cd8281934b044f25aa "
"/navigation/0196f09fe8f073cd8281934b04533bf1 "
"/navigation/0196f09fe8f073cd8281934b04f1f5bf "
"/navigation/0196f09fe8f073cd8281934b05bde930 "
"/navigation/0196f09fe8f1732e89af63feed904364 "
"/navigation/0196f09fe8f1732e89af63feee0a14b5 "
"/navigation/0196f09fe8f1732e89af63feef086a7a "
"/navigation/0196f09fe8f1732e89af63feef54c0c4 "
"/navigation/0196f09fe8f1732e89af63feeff51162 "
"/navigation/0196f09fe8f1732e89af63fef00bdc05 "
"/navigation/0196f09fe8f1732e89af63fef09e0dbf "
"/navigation/0196f09fe8f1732e89af63fef18ee073 "
"/navigation/0196f09fe8f1732e89af63fef1e122f8 "
"/navigation/0196f09fe8f1732e89af63fef2c88eb4 "
"/navigation/0196f09fe8f1732e89af63fef3bec18d "
"/navigation/0196f09fe8f1732e89af63fef413a185 "
"/navigation/0196f09fe8f1732e89af63fef463c911 "
"/navigation/0196f09fe8f1732e89af63fef523563d "
"/navigation/0196f09fe8f1732e89af63fef590cf02 "
"/navigation/0196f09fe8f1732e89af63fef6077c89 "
"/navigation/0196f09fe8f1732e89af63fef62fd1c8 "
"/navigation/0196f09fe8f270c8936a9fcdd3d0449c "
"/navigation/0196f09fe8f270c8936a9fcdd3d1847f "
"/navigation/0196f09fe8f270c8936a9fcdd3f3f731 "
"/navigation/0196f09fe8f270c8936a9fcdd4ef2896 "
"/navigation/0196f09fe8f270c8936a9fcdd55d37d7 "
"/navigation/0196f09fe8f270c8936a9fcdd629fea9 "
"/navigation/0196f09fe8f270c8936a9fcdd68a6dbd "
"/navigation/0196f09fe8f270c8936a9fcdd6fe96fe "
"/navigation/0196f09fe8f270c8936a9fcdd7b7602d "
"/navigation/0196f09fe8f270c8936a9fcdd84c0bc7 "
"/navigation/0196f09fe8f270c8936a9fcdd91de208 "
"/navigation/0196f09fe8f3731aaa8c481562b816ba "
"/navigation/0196f09fe8f3731aaa8c481565d1ff64 "
"/navigation/0196f09fe8f3731aaa8c481567616626 "
"/navigation/0196f09fe8f3731aaa8c4815699fa5d0 "
"/navigation/0196f09fe8f47085b92235b32affa087 "
"/navigation/0196f09fe8f47085b92235b32b6cc0c9 "
"/navigation/0196f09fe8f47085b92235b32c948dc7 "
"/navigation/0196f09fe8f47085b92235b32e5580f0 "
"/navigation/0196f09fe8f47085b92235b32ecc8fb8 "
"/navigation/0196f09fe8f47085b92235b32ed1048e "
"/navigation/0196f09fe8f572ef8e7ab86c85c53dea "
"/navigation/0196f09fe8f572ef8e7ab86c876cd67b "
"/navigation/0196f09fe8f572ef8e7ab86c8a7ceb58 "
"/navigation/0196f09fe8f670d5a749d8211342fb40 "
"/navigation/0196f09fe8f670d5a749d82114030230 "
"/navigation/0196f09fe8f670d5a749d821142c9927 "
"/navigation/0196f09fe8f670d5a749d82115af79dc "
"/navigation/0196f09fe8f670d5a749d82117a53935 "
"/navigation/0196f09fe8f670d5a749d8211870c32f "
"/navigation/0196f09fe8f670d5a749d82118e897eb "
"/navigation/0196f09fe8f670d5a749d8211a93dad7 "
"/navigation/0196f09fe8f7704aa5a7ffa32e673110 "
"/navigation/0196f09fe8f7704aa5a7ffa3302df289 "
"/navigation/0196f09fe8f7704aa5a7ffa3329d5b1d "
"/navigation/0196f09fe8f7704aa5a7ffa3338d39cb "
"/navigation/0196f09fe8f87002b24b0a6715c959f9 "
"/navigation/0196f09fe8f87002b24b0a671831c04c "
"/navigation/0196f09fe8f87002b24b0a671a911dfb "
"/navigation/0196f09fe8f87002b24b0a671ace4c2a "
"/navigation/0196f09fe8f970cb976204b5bf8a735e "
"/navigation/0196f09fe8f970cb976204b5c1fd6e04 "
"/navigation/0196f09fe8f970cb976204b5c4afbd76 "
"/navigation/0196f09fe8f970cb976204b5c5e7d10e "
"/navigation/0196f09fe8f970cb976204b5c6b66e1c "
"/navigation/0196f09fe8fa71cc8b149989fca9f00b "
"/navigation/0196f09fe8fa71cc8b14998a00e0c8e2 "
"/navigation/0196f09fe8fa71cc8b14998a03ec8f8b "
"/navigation/0196f09fe8fb711e8366080e5a903a32 "
"/navigation/0196f09fe8fb711e8366080e5b336d89 "
"/navigation/0196f09fe8fb711e8366080e5c4e0dcf "
"/navigation/0196f09fe8fb711e8366080e5f656a01 "
"/navigation/0196f09fe8fc7329b3b0ceaaca58318e "
"/navigation/0196f09fe8fc7329b3b0ceaaca78083f "
"/navigation/0196f09fe8fc7329b3b0ceaaca8ad4a6 "
"/navigation/0196f09fe8fc7329b3b0ceaacb50fd2a "
"/navigation/0196f09fe8fc7329b3b0ceaacb65f86e "
"/navigation/0196f09fe8fc7329b3b0ceaacc3cbdf2 "
"/navigation/0196f09fe8fc7329b3b0ceaacc5c5a46 "
"/navigation/0196f09fe8fc7329b3b0ceaacd09a006 "
"/navigation/0196f09fe8fc7329b3b0ceaacd2dfd02 "
"/navigation/0196f09fe8fc7329b3b0ceaacd5c1426 "
"/navigation/0196f09fe8fc7329b3b0ceaacd945a5f "
"/navigation/0196f09fe8fc7329b3b0ceaace300f21 "
"/navigation/0196f09fe8fc7329b3b0ceaace48edc2 "
"/navigation/0196f09fe8fc7329b3b0ceaace972f16 "
"/navigation/0196f09fe8fc7329b3b0ceaacf0076ba "
"/navigation/0196f09fe8fd71c0a2f20ac541f63c89 "
"/navigation/0196f09fe8fd71c0a2f20ac54244f73f "
"/navigation/0196f09fe8fd71c0a2f20ac542e41dd0 "
"/navigation/0196f09fe8fd71c0a2f20ac54351a731 "
"/navigation/0196f09fe8fd71c0a2f20ac5441513d5 "
"/navigation/0196f09fe8fd71c0a2f20ac54438907d "
"/navigation/0196f09fe8fd71c0a2f20ac544a809ee "
"/navigation/0196f09fe8fd71c0a2f20ac54593bc0e "
"/navigation/0196f09fe8fd71c0a2f20ac5459ec90a "
"/navigation/0196f09fe8fd71c0a2f20ac54687c37c "
"/navigation/0196f09fe8fd71c0a2f20ac54702b213 "
"/navigation/0196f09fe8fd71c0a2f20ac5474c8d4a "
"/navigation/0196f09fe8fd71c0a2f20ac54845101e "
"/navigation/0196f09fe8fd71c0a2f20ac5486ff28e "
"/navigation/0196f09fe8fd71c0a2f20ac548d0b475 "
"/navigation/0196f09fe8fe70c9b7e0446815502b5d "
"/navigation/0196f09fe8fe70c9b7e0446816e56736 "
"/navigation/0196f09fe8fe70c9b7e0446817defe29 "
"/navigation/0196f09fe8fe70c9b7e04468186c8b44 "
"/navigation/0196f09fe8fe70c9b7e04468194aabb0 "
"/navigation/0196f09fe8fe70c9b7e0446819809fbf "
"/navigation/0196f09fe8fe70c9b7e0446819c6e825 "
"/navigation/0196f09fe8fe70c9b7e0446819d9b293 "
"/navigation/0196f09fe8fe70c9b7e044681a04b726 "
"/navigation/0196f09fe8fe70c9b7e044681abf5757 "
"/navigation/0196f09fe8fe70c9b7e044681adc33cc "
"/navigation/0196f09fe8fe70c9b7e044681bc26953 "
"/navigation/0196f09fe8fe70c9b7e044681c242d71 "
"/navigation/0196f09fe8fe70c9b7e044681c44371d "
"/detail/0196f0a029e972059388f0e3f84088eb "
"/detail/0196f0a02b397126be38fa3bbe9aa61f "
"/detail/0196f0a000ee7326ba47b450b68623f7 "
"/detail/0196f0a0244f70de93a0e2ec45442e3d "
"/detail/0196f0a022a572dbad341aa71849c01d "
"/detail/0196f09ffcee73c78c5231c00cbfcc77 "
"/detail/0196f0a00e60730493cd41b8e8d84e3b "
"/detail/0196f0a03aa872a9997682e37443b91e "
"/detail/0196f0a0140872aaa711953b997a8661 "
"/detail/0196f0a024617224ba598deeaec6d29c "
"/detail/0196f0a00228706e8a6dbf20ae281553 "
"/detail/0196f0a030b37163b8414186cf3f30a1 "
"/detail/0196f0a03aa67111b9b178a541944fa5 "
"/detail/0196f0a0380f7073a03ca8680ff6ccba "
"/detail/0196f0a01be37222bf6d3a32887764d9 "
"/detail/0196f0a017fc7041aeec3c3c51e3afa9 "
"/detail/0196f0a01bd4701eb308566403c00bb8 "
"/detail/0196f0a01939702bba4c9b108caf43bf "
"/detail/0196f0a014277261a03f22fc86516cd1 "
"/detail/0196f09ff7287216bc3b7befefc82aa3 "
"/detail/0196f0a02e4f73988370a6f376d0c10f "
"/detail/0196f0a000d97345805c4876ee94e345 "
"/detail/0196f0a000ec72ea80cb4aa4e5286a37 "
"/detail/0196f0a030b1706b9d68727956e5c70b "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 –🖬qÒ—Þw\x17 .ÿ\x7F " "
]
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/0196f09fe8d87265811a07fcf4401cea' , '/navigation/0196f09fe8e17398980047aceef39225' , '/navigation/0196f09fe8e270108f3364ea03145a2c' , '/navigation/0196f09fe8e570d8a5c8246ef1359050' , '/navigation/0196f09fe8eb7305b926864c18a66b6a' , '/navigation/0196f09fe8ee70439e3c165fd19d603a' , '/navigation/0196f09fe8f270c8936a9fcdd74dd19a' , '/navigation/0196f09fe8fc7329b3b0ceaac9f6154d' , '/navigation/0196f09fe8fd71c0a2f20ac542be7f5d' , '/navigation/0196f09fe8fe70c9b7e0446816489a82' , '/navigation/0196f09fe8d97314b0dc601710028f36' , '/navigation/0196f09fe8d97314b0dc6017100974f6' , '/navigation/0196f09fe8d97314b0dc6017102314a9' , '/navigation/0196f09fe8d97314b0dc60171193d984' , '/navigation/0196f09fe8d97314b0dc601713b1122b' , '/navigation/0196f09fe8d97314b0dc601714a27897' , '/navigation/0196f09fe8da70859056c3435aea7871' , '/navigation/0196f09fe8da70859056c3435d984b0c' , '/navigation/0196f09fe8da70859056c343618a6184' , '/navigation/0196f09fe8da70859056c34361d6c70c' , '/navigation/0196f09fe8db721eb404f362dfa4636b' , '/navigation/0196f09fe8db721eb404f362e115d344' , '/navigation/0196f09fe8db721eb404f362e3ebccee' , '/navigation/0196f09fe8db721eb404f362e7280bc3' , '/navigation/0196f09fe8dc70bf9e0d675a4e33b2b8' , '/navigation/0196f09fe8dc70bf9e0d675a4e475fab' , '/navigation/0196f09fe8dc70bf9e0d675a4ed21ee4' , '/navigation/0196f09fe8dc70bf9e0d675a50e3f515' , '/navigation/0196f09fe8dc70bf9e0d675a5201a3b6' , '/navigation/0196f09fe8dc70bf9e0d675a525afacb' , '/navigation/0196f09fe8dd703b8f41c2b5880c4b50' , '/navigation/0196f09fe8dd703b8f41c2b58ac8be10' , '/navigation/0196f09fe8dd703b8f41c2b58c877109' , '/navigation/0196f09fe8dd703b8f41c2b58fa74f7f' , '/navigation/0196f09fe8de7257833a7cba53d1250c' , '/navigation/0196f09fe8de7257833a7cba56a7a3ac' , '/navigation/0196f09fe8de7257833a7cba59b3d526' , '/navigation/0196f09fe8df7345858000149626123e' , '/navigation/0196f09fe8df734585800014988387a1' , '/navigation/0196f09fe8df73458580001498e4c6b9' , '/navigation/0196f09fe8df7345858000149bb1cf5d' , '/navigation/0196f09fe8df7345858000149e0f4ea1' , '/navigation/0196f09fe8e07287a9c23ab4ed298710' , '/navigation/0196f09fe8e07287a9c23ab4f0e68445' , '/navigation/0196f09fe8e07287a9c23ab4f10ecc3c' , '/navigation/0196f09fe8e07287a9c23ab4f2dceb2a' , '/navigation/0196f09fe8e17398980047acec763bfc' , '/navigation/0196f09fe8e17398980047aceefec0a8' , '/navigation/0196f09fe8e17398980047acef0ee130' , '/navigation/0196f09fe8e17398980047acefc31a65' , '/navigation/0196f09fe8e17398980047acf08fc4bb' , '/navigation/0196f09fe8e17398980047acf10d46cf' , '/navigation/0196f09fe8e17398980047acf1b69437' , '/navigation/0196f09fe8e17398980047acf1eee2ca' , '/navigation/0196f09fe8e17398980047acf2a8da63' , '/navigation/0196f09fe8e17398980047acf3a45a2d' , '/navigation/0196f09fe8e270108f3364e9fd2e3946' , '/navigation/0196f09fe8e270108f3364e9fdcfa7e6' , '/navigation/0196f09fe8e270108f3364e9fe762acf' , '/navigation/0196f09fe8e270108f3364e9fed6992a' , '/navigation/0196f09fe8e270108f3364e9feeb38c7' , '/navigation/0196f09fe8e270108f3364e9ff00ab31' , '/navigation/0196f09fe8e270108f3364e9ffb44a38' , '/navigation/0196f09fe8e270108f3364ea00133642' , '/navigation/0196f09fe8e270108f3364ea008aed8e' , '/navigation/0196f09fe8e270108f3364ea011037f8' , '/navigation/0196f09fe8e270108f3364ea0152925c' , '/navigation/0196f09fe8e270108f3364ea01fa8787' , '/navigation/0196f09fe8e270108f3364ea02787ea6' , '/navigation/0196f09fe8e270108f3364ea03495a5d' , '/navigation/0196f09fe8e270108f3364ea03c01b31' , '/navigation/0196f09fe8e371cdb295810bfb53a71b' , '/navigation/0196f09fe8e371cdb295810bfbf61ea3' , '/navigation/0196f09fe8e371cdb295810bfc6f689f' , '/navigation/0196f09fe8e371cdb295810bfcf0eb84' , '/navigation/0196f09fe8e371cdb295810bfd0c5855' , '/navigation/0196f09fe8e371cdb295810bfddf65d8' , '/navigation/0196f09fe8e371cdb295810bfe79f3e8' , '/navigation/0196f09fe8e371cdb295810bfed7c0d8' , '/navigation/0196f09fe8e371cdb295810bfef99050' , '/navigation/0196f09fe8e371cdb295810bff3e65fc' , '/navigation/0196f09fe8e371cdb295810bfff3c41f' , '/navigation/0196f09fe8e371cdb295810c0010dc21' , '/navigation/0196f09fe8e371cdb295810c00c2498c' , '/navigation/0196f09fe8e371cdb295810c00d11640' , '/navigation/0196f09fe8e371cdb295810c0107edc0' , '/navigation/0196f09fe8e371cdb295810c01a10843' , '/navigation/0196f09fe8e371cdb295810c0290584e' , '/navigation/0196f09fe8e471c79c5c6dda43f8e87e' , '/navigation/0196f09fe8e471c79c5c6dda44bee06b' , '/navigation/0196f09fe8e471c79c5c6dda4560bf87' , '/navigation/0196f09fe8e471c79c5c6dda46485e06' , '/navigation/0196f09fe8e471c79c5c6dda46abeadf' , '/navigation/0196f09fe8e471c79c5c6dda4750f6ee' , '/navigation/0196f09fe8e471c79c5c6dda4787183a' , '/navigation/0196f09fe8e471c79c5c6dda48351acb' , '/navigation/0196f09fe8e471c79c5c6dda492d44ca' , '/navigation/0196f09fe8e471c79c5c6dda49bae87f' , '/navigation/0196f09fe8e471c79c5c6dda4a2cd82a' , '/navigation/0196f09fe8e471c79c5c6dda4a857502' , '/navigation/0196f09fe8e471c79c5c6dda4aeb45c1' , '/navigation/0196f09fe8e471c79c5c6dda4b68d17a' , '/navigation/0196f09fe8e471c79c5c6dda4c447acf' , '/navigation/0196f09fe8e471c79c5c6dda4c88bbae' , '/navigation/0196f09fe8e471c79c5c6dda4d63b1cf' , '/navigation/0196f09fe8e570d8a5c8246ee9d8fdab' , '/navigation/0196f09fe8e570d8a5c8246eea9ec011' , '/navigation/0196f09fe8e570d8a5c8246eeb26f1d7' , '/navigation/0196f09fe8e570d8a5c8246eec1ba9c3' , '/navigation/0196f09fe8e570d8a5c8246eec2a658a' , '/navigation/0196f09fe8e570d8a5c8246eec7c7eef' , '/navigation/0196f09fe8e570d8a5c8246eed1cb1a9' , '/navigation/0196f09fe8e570d8a5c8246eed57f66f' , '/navigation/0196f09fe8e570d8a5c8246eee50aaab' , '/navigation/0196f09fe8e570d8a5c8246eeea145d4' , '/navigation/0196f09fe8e570d8a5c8246eef6f1108' , '/navigation/0196f09fe8e570d8a5c8246eefe949f7' , '/navigation/0196f09fe8e570d8a5c8246ef0852ac0' , '/navigation/0196f09fe8e570d8a5c8246ef222f89e' , '/navigation/0196f09fe8e570d8a5c8246ef282662f' , '/navigation/0196f09fe8e570d8a5c8246ef2f0b443' , '/navigation/0196f09fe8e673529fbf53d68b241292' , '/navigation/0196f09fe8e673529fbf53d68b8bcced' , '/navigation/0196f09fe8e673529fbf53d68c2273d9' , '/navigation/0196f09fe8e673529fbf53d68c886f7f' , '/navigation/0196f09fe8e673529fbf53d68d522a15' , '/navigation/0196f09fe8e673529fbf53d68e103381' , '/navigation/0196f09fe8e673529fbf53d68efbe608' , '/navigation/0196f09fe8e673529fbf53d68fda5177' , '/navigation/0196f09fe8e673529fbf53d69081ea65' , '/navigation/0196f09fe8e673529fbf53d690b3f111' , '/navigation/0196f09fe8e673529fbf53d690e74347' , '/navigation/0196f09fe8e673529fbf53d6914464c0' , '/navigation/0196f09fe8e673529fbf53d691520ef4' , '/navigation/0196f09fe8e673529fbf53d691eaf9d7' , '/navigation/0196f09fe8e673529fbf53d69249beb7' , '/navigation/0196f09fe8e673529fbf53d693097edf' , '/navigation/0196f09fe8e7705f959a6628641f9b04' , '/navigation/0196f09fe8e7705f959a662864d746e8' , '/navigation/0196f09fe8e7705f959a662865a9da0b' , '/navigation/0196f09fe8e7705f959a662865dc82e3' , '/navigation/0196f09fe8e7705f959a662866a0ac2e' , '/navigation/0196f09fe8e7705f959a662866cfc067' , '/navigation/0196f09fe8e7705f959a662867697ef3' , '/navigation/0196f09fe8e7705f959a662867ff02b7' , '/navigation/0196f09fe8e7705f959a662868d64566' , '/navigation/0196f09fe8e7705f959a6628699c7009' , '/navigation/0196f09fe8e7705f959a66286a28c70d' , '/navigation/0196f09fe8e7705f959a66286aacbbc9' , '/navigation/0196f09fe8e7705f959a66286b2ac8f4' , '/navigation/0196f09fe8e7705f959a66286c167d04' , '/navigation/0196f09fe8e7705f959a66286cad8618' , '/navigation/0196f09fe8e7705f959a66286cc37afe' , '/navigation/0196f09fe8e7705f959a66286d66ac6c' , '/navigation/0196f09fe8e7705f959a66286d8d64d9' , '/navigation/0196f09fe8e87197b05cf2af969487c1' , '/navigation/0196f09fe8e87197b05cf2af96b42478' , '/navigation/0196f09fe8e87197b05cf2af978e7424' , '/navigation/0196f09fe8e87197b05cf2af987068c5' , '/navigation/0196f09fe8e87197b05cf2af98c544c6' , '/navigation/0196f09fe8e87197b05cf2af9985ad6a' , '/navigation/0196f09fe8e87197b05cf2af9a58d19f' , '/navigation/0196f09fe8e87197b05cf2af9a8fd43d' , '/navigation/0196f09fe8e87197b05cf2af9b71416e' , '/navigation/0196f09fe8e87197b05cf2af9b925d20' , '/navigation/0196f09fe8e87197b05cf2af9bca4b0b' , '/navigation/0196f09fe8e87197b05cf2af9cbce455' , '/navigation/0196f09fe8e87197b05cf2af9db7471e' , '/navigation/0196f09fe8e87197b05cf2af9e590ae3' , '/navigation/0196f09fe8e87197b05cf2af9ef85cef' , '/navigation/0196f09fe8e87197b05cf2af9f57cc1c' , '/navigation/0196f09fe8e97166824e8118254653ab' , '/navigation/0196f09fe8e97166824e81182608c4d3' , '/navigation/0196f09fe8e97166824e81182684b539' , '/navigation/0196f09fe8e97166824e81182748f497' , '/navigation/0196f09fe8e97166824e811827e35bdb' , '/navigation/0196f09fe8e97166824e8118288c3215' , '/navigation/0196f09fe8e97166824e811828cec6d2' , '/navigation/0196f09fe8e97166824e8118290e0109' , '/navigation/0196f09fe8e97166824e8118297f7139' , '/navigation/0196f09fe8e97166824e81182a346010' , '/navigation/0196f09fe8e97166824e81182a83519b' , '/navigation/0196f09fe8e97166824e81182b5d6c51' , '/navigation/0196f09fe8e97166824e81182ba9f872' , '/navigation/0196f09fe8e97166824e81182bdb78b8' , '/navigation/0196f09fe8ea70bcb72d60b6f23ebae1' , '/navigation/0196f09fe8ea70bcb72d60b6f273da94' , '/navigation/0196f09fe8ea70bcb72d60b6f28e8007' , '/navigation/0196f09fe8ea70bcb72d60b6f370cec7' , '/navigation/0196f09fe8ea70bcb72d60b6f4564913' , '/navigation/0196f09fe8ea70bcb72d60b6f4819d4f' , '/navigation/0196f09fe8ea70bcb72d60b6f49b437e' , '/navigation/0196f09fe8ea70bcb72d60b6f4be461f' , '/navigation/0196f09fe8ea70bcb72d60b6f4e7bbb8' , '/navigation/0196f09fe8ea70bcb72d60b6f5b69a35' , '/navigation/0196f09fe8ea70bcb72d60b6f633b9f6' , '/navigation/0196f09fe8ea70bcb72d60b6f6831899' , '/navigation/0196f09fe8ea70bcb72d60b6f6e01368' , '/navigation/0196f09fe8ea70bcb72d60b6f6e49a76' , '/navigation/0196f09fe8ea70bcb72d60b6f7682031' , '/navigation/0196f09fe8ea70bcb72d60b6f76f2af0' , '/navigation/0196f09fe8ea70bcb72d60b6f8528a9c' , '/navigation/0196f09fe8ea70bcb72d60b6f8da8c9a' , '/navigation/0196f09fe8eb7305b926864c14c794bf' , '/navigation/0196f09fe8eb7305b926864c15b41f35' , '/navigation/0196f09fe8eb7305b926864c165f9515' , '/navigation/0196f09fe8eb7305b926864c170eaada' , '/navigation/0196f09fe8eb7305b926864c175b27bd' , '/navigation/0196f09fe8eb7305b926864c17acff27' , '/navigation/0196f09fe8eb7305b926864c18169751' , '/navigation/0196f09fe8eb7305b926864c18ae7948' , '/navigation/0196f09fe8eb7305b926864c1985483c' , '/navigation/0196f09fe8eb7305b926864c1a431a03' , '/navigation/0196f09fe8eb7305b926864c1acbee3b' , '/navigation/0196f09fe8eb7305b926864c1b12ec72' , '/navigation/0196f09fe8eb7305b926864c1b1c8cf8' , '/navigation/0196f09fe8eb7305b926864c1bb5fca4' , '/navigation/0196f09fe8eb7305b926864c1c6e4b70' , '/navigation/0196f09fe8ec70aa8cc9412bb584eedb' , '/navigation/0196f09fe8ec70aa8cc9412bb6408a83' , '/navigation/0196f09fe8ec70aa8cc9412bb6e7881c' , '/navigation/0196f09fe8ec70aa8cc9412bb70eb2c4' , '/navigation/0196f09fe8ec70aa8cc9412bb73fcfde' , '/navigation/0196f09fe8ec70aa8cc9412bb7d6f4d9' , '/navigation/0196f09fe8ec70aa8cc9412bb8825dea' , '/navigation/0196f09fe8ec70aa8cc9412bb8e8dd11' , '/navigation/0196f09fe8ec70aa8cc9412bb9d13008' , '/navigation/0196f09fe8ec70aa8cc9412bb9d5269f' , '/navigation/0196f09fe8ec70aa8cc9412bb9e59a27' , '/navigation/0196f09fe8ec70aa8cc9412bb9f963c2' , '/navigation/0196f09fe8ec70aa8cc9412bba6b82bf' , '/navigation/0196f09fe8ec70aa8cc9412bbae7ae2f' , '/navigation/0196f09fe8ec70aa8cc9412bbb80a851' , '/navigation/0196f09fe8ec70aa8cc9412bbc6afd73' , '/navigation/0196f09fe8ed7390ba52415c320e93e2' , '/navigation/0196f09fe8ed7390ba52415c322f4819' , '/navigation/0196f09fe8ed7390ba52415c32dfcd62' , '/navigation/0196f09fe8ed7390ba52415c33bc27a0' , '/navigation/0196f09fe8ed7390ba52415c33bec391' , '/navigation/0196f09fe8ed7390ba52415c348cbebc' , '/navigation/0196f09fe8ed7390ba52415c355d1836' , '/navigation/0196f09fe8ed7390ba52415c36301bf0' , '/navigation/0196f09fe8ed7390ba52415c36acb5c9' , '/navigation/0196f09fe8ed7390ba52415c36d99de4' , '/navigation/0196f09fe8ed7390ba52415c36f174ba' , '/navigation/0196f09fe8ed7390ba52415c377b793f' , '/navigation/0196f09fe8ed7390ba52415c37c88b63' , '/navigation/0196f09fe8ed7390ba52415c386a51c4' , '/navigation/0196f09fe8ed7390ba52415c38c1b506' , '/navigation/0196f09fe8ed7390ba52415c38d6740e' , '/navigation/0196f09fe8ee70439e3c165fcfd0d333' , '/navigation/0196f09fe8ee70439e3c165fd0ca84ad' , '/navigation/0196f09fe8ee70439e3c165fd14f13f2' , '/navigation/0196f09fe8ee70439e3c165fd1c1dab8' , '/navigation/0196f09fe8ee70439e3c165fd24d1276' , '/navigation/0196f09fe8ee70439e3c165fd349b9bb' , '/navigation/0196f09fe8ee70439e3c165fd3a4f87d' , '/navigation/0196f09fe8ee70439e3c165fd46d1454' , '/navigation/0196f09fe8ee70439e3c165fd4d73231' , '/navigation/0196f09fe8ee70439e3c165fd5a5fd80' , '/navigation/0196f09fe8ee70439e3c165fd63c9aa3' , '/navigation/0196f09fe8ee70439e3c165fd6ca68ed' , '/navigation/0196f09fe8ee70439e3c165fd7829009' , '/navigation/0196f09fe8ee70439e3c165fd7dfcd1f' , '/navigation/0196f09fe8ee70439e3c165fd7e7aa3b' , '/navigation/0196f09fe8ee70439e3c165fd8c5b9b1' , '/navigation/0196f09fe8ee70439e3c165fd8f43640' , '/navigation/0196f09fe8ef707386d1451c374acb1d' , '/navigation/0196f09fe8ef707386d1451c37a941a9' , '/navigation/0196f09fe8ef707386d1451c382b19a4' , '/navigation/0196f09fe8ef707386d1451c38706e2e' , '/navigation/0196f09fe8ef707386d1451c39187417' , '/navigation/0196f09fe8ef707386d1451c3a007e8d' , '/navigation/0196f09fe8ef707386d1451c3a50094e' , '/navigation/0196f09fe8ef707386d1451c3a633342' , '/navigation/0196f09fe8ef707386d1451c3afd2d90' , '/navigation/0196f09fe8ef707386d1451c3bc33a14' , '/navigation/0196f09fe8ef707386d1451c3bd4dba3' , '/navigation/0196f09fe8ef707386d1451c3c55e139' , '/navigation/0196f09fe8ef707386d1451c3cfac49c' , '/navigation/0196f09fe8ef707386d1451c3d300919' , '/navigation/0196f09fe8ef707386d1451c3d3a31f2' , '/navigation/0196f09fe8ef707386d1451c3dd1c889' , '/navigation/0196f09fe8f073cd8281934afe37a039' , '/navigation/0196f09fe8f073cd8281934afea9cf33' , '/navigation/0196f09fe8f073cd8281934aff27ee03' , '/navigation/0196f09fe8f073cd8281934b0023b12a' , '/navigation/0196f09fe8f073cd8281934b00dbd9b6' , '/navigation/0196f09fe8f073cd8281934b017fa233' , '/navigation/0196f09fe8f073cd8281934b01e666ce' , '/navigation/0196f09fe8f073cd8281934b01f2a86b' , '/navigation/0196f09fe8f073cd8281934b02b1957e' , '/navigation/0196f09fe8f073cd8281934b0387076c' , '/navigation/0196f09fe8f073cd8281934b03a2ac7c' , '/navigation/0196f09fe8f073cd8281934b03e1e38a' , '/navigation/0196f09fe8f073cd8281934b044f25aa' , '/navigation/0196f09fe8f073cd8281934b04533bf1' , '/navigation/0196f09fe8f073cd8281934b04f1f5bf' , '/navigation/0196f09fe8f073cd8281934b05bde930' , '/navigation/0196f09fe8f1732e89af63feed904364' , '/navigation/0196f09fe8f1732e89af63feee0a14b5' , '/navigation/0196f09fe8f1732e89af63feef086a7a' , '/navigation/0196f09fe8f1732e89af63feef54c0c4' , '/navigation/0196f09fe8f1732e89af63feeff51162' , '/navigation/0196f09fe8f1732e89af63fef00bdc05' , '/navigation/0196f09fe8f1732e89af63fef09e0dbf' , '/navigation/0196f09fe8f1732e89af63fef18ee073' , '/navigation/0196f09fe8f1732e89af63fef1e122f8' , '/navigation/0196f09fe8f1732e89af63fef2c88eb4' , '/navigation/0196f09fe8f1732e89af63fef3bec18d' , '/navigation/0196f09fe8f1732e89af63fef413a185' , '/navigation/0196f09fe8f1732e89af63fef463c911' , '/navigation/0196f09fe8f1732e89af63fef523563d' , '/navigation/0196f09fe8f1732e89af63fef590cf02' , '/navigation/0196f09fe8f1732e89af63fef6077c89' , '/navigation/0196f09fe8f1732e89af63fef62fd1c8' , '/navigation/0196f09fe8f270c8936a9fcdd3d0449c' , '/navigation/0196f09fe8f270c8936a9fcdd3d1847f' , '/navigation/0196f09fe8f270c8936a9fcdd3f3f731' , '/navigation/0196f09fe8f270c8936a9fcdd4ef2896' , '/navigation/0196f09fe8f270c8936a9fcdd55d37d7' , '/navigation/0196f09fe8f270c8936a9fcdd629fea9' , '/navigation/0196f09fe8f270c8936a9fcdd68a6dbd' , '/navigation/0196f09fe8f270c8936a9fcdd6fe96fe' , '/navigation/0196f09fe8f270c8936a9fcdd7b7602d' , '/navigation/0196f09fe8f270c8936a9fcdd84c0bc7' , '/navigation/0196f09fe8f270c8936a9fcdd91de208' , '/navigation/0196f09fe8f3731aaa8c481562b816ba' , '/navigation/0196f09fe8f3731aaa8c481565d1ff64' , '/navigation/0196f09fe8f3731aaa8c481567616626' , '/navigation/0196f09fe8f3731aaa8c4815699fa5d0' , '/navigation/0196f09fe8f47085b92235b32affa087' , '/navigation/0196f09fe8f47085b92235b32b6cc0c9' , '/navigation/0196f09fe8f47085b92235b32c948dc7' , '/navigation/0196f09fe8f47085b92235b32e5580f0' , '/navigation/0196f09fe8f47085b92235b32ecc8fb8' , '/navigation/0196f09fe8f47085b92235b32ed1048e' , '/navigation/0196f09fe8f572ef8e7ab86c85c53dea' , '/navigation/0196f09fe8f572ef8e7ab86c876cd67b' , '/navigation/0196f09fe8f572ef8e7ab86c8a7ceb58' , '/navigation/0196f09fe8f670d5a749d8211342fb40' , '/navigation/0196f09fe8f670d5a749d82114030230' , '/navigation/0196f09fe8f670d5a749d821142c9927' , '/navigation/0196f09fe8f670d5a749d82115af79dc' , '/navigation/0196f09fe8f670d5a749d82117a53935' , '/navigation/0196f09fe8f670d5a749d8211870c32f' , '/navigation/0196f09fe8f670d5a749d82118e897eb' , '/navigation/0196f09fe8f670d5a749d8211a93dad7' , '/navigation/0196f09fe8f7704aa5a7ffa32e673110' , '/navigation/0196f09fe8f7704aa5a7ffa3302df289' , '/navigation/0196f09fe8f7704aa5a7ffa3329d5b1d' , '/navigation/0196f09fe8f7704aa5a7ffa3338d39cb' , '/navigation/0196f09fe8f87002b24b0a6715c959f9' , '/navigation/0196f09fe8f87002b24b0a671831c04c' , '/navigation/0196f09fe8f87002b24b0a671a911dfb' , '/navigation/0196f09fe8f87002b24b0a671ace4c2a' , '/navigation/0196f09fe8f970cb976204b5bf8a735e' , '/navigation/0196f09fe8f970cb976204b5c1fd6e04' , '/navigation/0196f09fe8f970cb976204b5c4afbd76' , '/navigation/0196f09fe8f970cb976204b5c5e7d10e' , '/navigation/0196f09fe8f970cb976204b5c6b66e1c' , '/navigation/0196f09fe8fa71cc8b149989fca9f00b' , '/navigation/0196f09fe8fa71cc8b14998a00e0c8e2' , '/navigation/0196f09fe8fa71cc8b14998a03ec8f8b' , '/navigation/0196f09fe8fb711e8366080e5a903a32' , '/navigation/0196f09fe8fb711e8366080e5b336d89' , '/navigation/0196f09fe8fb711e8366080e5c4e0dcf' , '/navigation/0196f09fe8fb711e8366080e5f656a01' , '/navigation/0196f09fe8fc7329b3b0ceaaca58318e' , '/navigation/0196f09fe8fc7329b3b0ceaaca78083f' , '/navigation/0196f09fe8fc7329b3b0ceaaca8ad4a6' , '/navigation/0196f09fe8fc7329b3b0ceaacb50fd2a' , '/navigation/0196f09fe8fc7329b3b0ceaacb65f86e' , '/navigation/0196f09fe8fc7329b3b0ceaacc3cbdf2' , '/navigation/0196f09fe8fc7329b3b0ceaacc5c5a46' , '/navigation/0196f09fe8fc7329b3b0ceaacd09a006' , '/navigation/0196f09fe8fc7329b3b0ceaacd2dfd02' , '/navigation/0196f09fe8fc7329b3b0ceaacd5c1426' , '/navigation/0196f09fe8fc7329b3b0ceaacd945a5f' , '/navigation/0196f09fe8fc7329b3b0ceaace300f21' , '/navigation/0196f09fe8fc7329b3b0ceaace48edc2' , '/navigation/0196f09fe8fc7329b3b0ceaace972f16' , '/navigation/0196f09fe8fc7329b3b0ceaacf0076ba' , '/navigation/0196f09fe8fd71c0a2f20ac541f63c89' , '/navigation/0196f09fe8fd71c0a2f20ac54244f73f' , '/navigation/0196f09fe8fd71c0a2f20ac542e41dd0' , '/navigation/0196f09fe8fd71c0a2f20ac54351a731' , '/navigation/0196f09fe8fd71c0a2f20ac5441513d5' , '/navigation/0196f09fe8fd71c0a2f20ac54438907d' , '/navigation/0196f09fe8fd71c0a2f20ac544a809ee' , '/navigation/0196f09fe8fd71c0a2f20ac54593bc0e' , '/navigation/0196f09fe8fd71c0a2f20ac5459ec90a' , '/navigation/0196f09fe8fd71c0a2f20ac54687c37c' , '/navigation/0196f09fe8fd71c0a2f20ac54702b213' , '/navigation/0196f09fe8fd71c0a2f20ac5474c8d4a' , '/navigation/0196f09fe8fd71c0a2f20ac54845101e' , '/navigation/0196f09fe8fd71c0a2f20ac5486ff28e' , '/navigation/0196f09fe8fd71c0a2f20ac548d0b475' , '/navigation/0196f09fe8fe70c9b7e0446815502b5d' , '/navigation/0196f09fe8fe70c9b7e0446816e56736' , '/navigation/0196f09fe8fe70c9b7e0446817defe29' , '/navigation/0196f09fe8fe70c9b7e04468186c8b44' , '/navigation/0196f09fe8fe70c9b7e04468194aabb0' , '/navigation/0196f09fe8fe70c9b7e0446819809fbf' , '/navigation/0196f09fe8fe70c9b7e0446819c6e825' , '/navigation/0196f09fe8fe70c9b7e0446819d9b293' , '/navigation/0196f09fe8fe70c9b7e044681a04b726' , '/navigation/0196f09fe8fe70c9b7e044681abf5757' , '/navigation/0196f09fe8fe70c9b7e044681adc33cc' , '/navigation/0196f09fe8fe70c9b7e044681bc26953' , '/navigation/0196f09fe8fe70c9b7e044681c242d71' , '/navigation/0196f09fe8fe70c9b7e044681c44371d' , '/detail/0196f0a029e972059388f0e3f84088eb' , '/detail/0196f0a02b397126be38fa3bbe9aa61f' , '/detail/0196f0a000ee7326ba47b450b68623f7' , '/detail/0196f0a0244f70de93a0e2ec45442e3d' , '/detail/0196f0a022a572dbad341aa71849c01d' , '/detail/0196f09ffcee73c78c5231c00cbfcc77' , '/detail/0196f0a00e60730493cd41b8e8d84e3b' , '/detail/0196f0a03aa872a9997682e37443b91e' , '/detail/0196f0a0140872aaa711953b997a8661' , '/detail/0196f0a024617224ba598deeaec6d29c' , '/detail/0196f0a00228706e8a6dbf20ae281553' , '/detail/0196f0a030b37163b8414186cf3f30a1' , '/detail/0196f0a03aa67111b9b178a541944fa5' , '/detail/0196f0a0380f7073a03ca8680ff6ccba' , '/detail/0196f0a01be37222bf6d3a32887764d9' , '/detail/0196f0a017fc7041aeec3c3c51e3afa9' , '/detail/0196f0a01bd4701eb308566403c00bb8' , '/detail/0196f0a01939702bba4c9b108caf43bf' , '/detail/0196f0a014277261a03f22fc86516cd1' , '/detail/0196f09ff7287216bc3b7befefc82aa3' , '/detail/0196f0a02e4f73988370a6f376d0c10f' , '/detail/0196f0a000d97345805c4876ee94e345' , '/detail/0196f0a000ec72ea80cb4aa4e5286a37' , '/detail/0196f0a030b1706b9d68727956e5c70b' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x0196F09F96AC71D297DE77172EFF7F22 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
79
0.45 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 –ðžÔ™r\x18 ‹¿ÿðÊmN\x0E "
b"\x01 û×ÈÊp▒¼Ððïz·üØ "
b"\x01 –ðžóEq•ƒÆ~M_*¹\x07 "
b"\x01 –ðžÕHr4£&óß„’—Ø "
]
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 (0x0196F09ED49972188BBFFFF0CA6D4E0E , 0x0196F09ED4D270B1ACD1D08B7AFA819D , 0x0196F09EF345719583C67E4D5F2AB907 , 0x0196F09ED5487234A326F3DF849297D8 );
Copy