1
0.31 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.27 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.21 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
1.05 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.27 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
9
0.30 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ò■öØss■àë/|┌z■┼ "
"RS5cTrpL09uOhF2G4izz5nnoI41wq9mt "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0195FE949D7373FE85892F7CDA7AFEC5 ) AND (token = 'RS5cTrpL09uOhF2G4izz5nnoI41wq9mt' ) LIMIT 1 ;
Copy
10
0.52 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 ò■öØss■àë/|┌z■┼ "
]
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 = 0x0195FE949D7373FE85892F7CDA7AFEC5
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
11
0.73 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ò■öØss■àë/|┌z■┼ "
]
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 (0x0195FE949D7373FE85892F7CDA7AFEC5 );
Copy
12
0.30 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 ò■öØss■àë/|┌z■┼ "
]
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 (0x0195FE949D7373FE85892F7CDA7AFEC5 ));
Copy
13
0.40 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
14
0.38 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 ò■ô┘Ýpêع6k\x07 ¸±Õ "
]
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 (0x0195FE93D9ED70889DFB366B07F7F1E5 );
Copy
15
0.38 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.21 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
17
0.58 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"žƒ‰%¸6u’ "
b"\x01 •þ“ß±q"žƒ‰%¸×\v ¨ "
b"\x01 •þ”\x0E ês,ƒjéã‡ã{¸ "
]
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 (0x0195FE93DFB171229E838925B8367592 , 0x0195FE93DFB171229E838925B8D70BA8 , 0x0195FE940EEA732C836AE9E387E37BB8 ));
Copy
18
0.72 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 ò■ÜX`páÂÉÃßÞWµP "
]
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 (0x0195FE9A586070A0B690C7E1E857E650 );
Copy
19
0.74 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 •þ“ß›rù®kª\x05 |Η "
]
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 (0x0195FE93DF9B72F9AEAD6BAA057CCE97 );
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 ò■ô┘Ýpêع6k\x07 ¸±Õ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x0195FE93D9ED70889DFB366B07F7F1E5 ) LIMIT 1 ;
Copy
21
0.36 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"RS5cTrpL09uOhF2G4izz5nnoI41wq9mt "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'RS5cTrpL09uOhF2G4izz5nnoI41wq9mt' ;
Copy
22
0.33 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.30 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 ò■ô▀cq@© ²þ^ÍÉ\x04 "
b"\x01 •þ“ß›rù®kª\x07\x1A ht "
b"\x01 •þ“à\x14 r\x19 ˜b§ñè÷§\x19 "
b"\x01 •þ“þ#rú¿É‹³\x03 æ\x1C\x1F "
b"\x01 •þ“à\f s2˜Ñ\x16 ”Æغ "
b"\x01 •þ“à\x10 rã¥ä™\x7F\x00 šjD "
b"\x01 •þ”T\r sm™å\x1E Vÿêj "
]
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 (0x0195FE93DF637140B820FDE75ED69004 , 0x0195FE93DF9B72F9AEAD6BAA071A6874 , 0x0195FE93E01472199862A7F1E8F7A719 , 0x0195FE93FE2372FABFC98BB303E61C1F , 0x0195FE93E00C733298D11694C386D8BA , 0x0195FE93E01072E3A5E4997F009A6A44 , 0x0195FE94540D736D99E51E56C3BFEA6A );
Copy
24
0.57 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.31 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.21 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 ò■öØss■àë/|┌z■┼ "
b"\x01 ò■ô┘Ýpêع6k\x07 ¸±Õ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x0195FE949D7373FE85892F7CDA7AFEC5 AND `sales_channel_country` . `country_id` = 0x0195FE93D9ED70889DFB366B07F7F1E5 );
Copy
27
1.75 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 ò■öØss■àë/|┌z■┼ "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x0195FE949D7373FE85892F7CDA7AFEC5 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
28
0.68 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 ò■öØss■àë/|┌z■┼ "
b"\x01 ò■öØss■àë/|┌z■┼ "
]
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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 AND `language.salesChannels` . `id` = 0x0195FE949D7373FE85892F7CDA7AFEC5 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
29
0.56 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
30
0.51 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 •þ“ßµp÷¡M*MæwÖD "
b"\x01 •þ“ßµp÷¡M*MæwÖD "
b"\x01 •þ“ßµp÷¡M*MæwÖD "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x0195FE93DFB570F7A14D2A4DE677D644 OR `parent_id` = 0x0195FE93DFB570F7A14D2A4DE677D644 OR `id` = 0x0195FE93DFB570F7A14D2A4DE677D644
;
Copy
31
14.13 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% "
"%|0195fe93dfb570f7a14d2a4de677d644|% "
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 '%|0195fe93dfb570f7a14d2a4de677d644|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )));
Copy
32
1.79 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% "
"%|0195fe93dfb570f7a14d2a4de677d644|% "
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 '%|0195fe93dfb570f7a14d2a4de677d644|%' 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 •þ“ßµp÷¡M*MæwÖD "
]
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 (0x0195FE93DFB570F7A14D2A4DE677D644 ));
Copy
34
0.63 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 ò■öØss■àë/|┌z■┼ "
]
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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 ) GROUP BY `currency` . `id` ;
Copy
35
0.55 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 •þ“ßIrž‡ÂLðF½¸\x11 "
b"\x01 •þ“ßIrž‡ÂLðFö‰á "
b"\x01 ò■ô¸ÁràïüÜ╚ºbÔ" "
b"\x01 ò■ô¸¢sýÿi\x1F É▀\x08 Æ "
b"\x01 •þ“÷Ãq˜¿\x1F =é ¶\x18\x04 "
b"\x01 •þ“÷És&½r®N6VAÙ "
b"\x01 ò■ô¸¤shí@ü§ı\t ─1 "
b"\x01 •þ”\x13 ?r°–Qj/MÉ”# "
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 (0x0195FE93DF49729E87C24CF046BDB811 , 0x0195FE93DF49729E87C24CF046F689E1 , 0x0195FE93F7B572858B819AC8A762E222 , 0x0195FE93F7BD73EC98691F90DF082092 , 0x0195FE93F7C37198BF1F3DE9A0B61804 , 0x0195FE93F7C97326BD72AE4E365641D9 , 0x0195FE93F7CF7368A14081F5D509C431 , 0x0195FE94133F72B096516A2F4DC99423 , 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
36
0.64 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 ò■öØss■àë/|┌z■┼ "
]
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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
37
0.86 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 •þ“ß›rù®kª\x06 PK¿ "
b"\x01 •þ“ß›rù®kª\x05 |Η "
]
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 (0x0195FE93DF9B72F9AEAD6BAA06504BBF , 0x0195FE93DF9B72F9AEAD6BAA057CCE97 );
Copy
38
0.53 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 ò■öØss■àë/|┌z■┼ "
]
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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 ) 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 •þšNçpš–M_ï$覮 "
b"\x01 •þšQTr!¦\x7F ×¥\x16 žŠ¿ "
b"\x01 •þšRÊr«†Ï7'\x04 Àñ "
b"\x01 ò■ÜT\x1E qC»¾n¯ÝîØæ "
b"\x01 ò■ÜU{s¾ÅþÚ\x1C ·)©Ù "
b"\x01 ò■ÜV▄q░àd┬▓\x7F ±_ì "
b"\x01 ò■ÜX`páÂÉÃßÞWµP "
]
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 (0x0195FE9A4EE7709A964D5FEF24E8A6AE , 0x0195FE9A51547221A67FD7A5169E8ABF , 0x0195FE9A52CA72ADAB86CF372704C0F1 , 0x0195FE9A541E7143AFF36EEEED8C9D91 , 0x0195FE9A557B73F38FE7E91CFA29B8EB , 0x0195FE9A56DC71B08564C2B27FF15F8D , 0x0195FE9A586070A0B690C7E1E857E650 );
Copy
40
0.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` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 •þ“ßµp÷¡M*MæwÖD "
]
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 (0x0195FE93DFB570F7A14D2A4DE677D644 ));
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 •þ“â+qÔµGD<·\x11 H° "
]
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 (0x0195FE93E22B71D4B547443CB71148B0 ));
Copy
42
0.47 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 •þ“â+qÔµGD<·\x11 H° "
]
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 (0x0195FE93E22B71D4B547443CB71148B0 )));
Copy
43
0.47 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 •þ“íÉpü‹í”Ö$°}P "
]
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 (0x0195FE93EDC970FC8BED94D624B07D50 )));
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 ò■ôÔ3p¶ØÏjÐÞÔ╔\v "
b"\x01 ò■ôÔ3p¶ØÏjÐÞ¨Ôò "
b"\x01 •þ“ï\x7F r÷¦è_îß’cŒ "
]
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 (0x0195FE93E23370F49DD86AD1E8E2C90B , 0x0195FE93E23370F49DD86AD1E8F9E295 , 0x0195FE93EF7F72F7A6E85FEEDF92638C )));
Copy
45
0.49 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 •þ”\x17 ¶q™«ÈåKâA×y "
]
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 (0x0195FE9417B67199ABC8E54BE241D779 );
Copy
46
0.25 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.38 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 •þ”\x17 ¶q™«ÈåKâA×y "
b"\x01 •þ”\x17 ¶q™«ÈåKâÿ<ß "
b"\x01 •þ”\x17 ¶q™«ÈåKãÖµy "
b"\x01 •þ”\x17 ¶q™«ÈåKä\f 8¾ "
b"\x01 •þ”\x17 ¶q™«ÈåKä¦XÁ "
b"\x01 •þ”\x1E\x17 sF€\e V#CMÜ‹ "
]
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 (0x0195FE9417B67199ABC8E54BE241D779 , 0x0195FE9417B67199ABC8E54BE2FF3CDF , 0x0195FE9417B67199ABC8E54BE3D6B579 , 0x0195FE9417B67199ABC8E54BE40C38BE , 0x0195FE9417B67199ABC8E54BE4A658C1 , 0x0195FE941E177346801B5623434DDC8B );
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 •þ“ßµp÷¡M*MæwÖD "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0195FE93DFB570F7A14D2A4DE677D644 )) LIMIT 1 ;
Copy
49
0.21 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 •þ“ßµp÷¡M*MæwÖD "
]
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 (0x0195FE93DFB570F7A14D2A4DE677D644 ));
Copy
50
18.89 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 ò■öØss■àë/|┌z■┼ "
true
b"\x01 •þ“ßµp÷¡M*MæwÖD "
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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0195FE93DFB570F7A14D2A4DE677D644 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
24.29 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 ò■öØss■àë/|┌z■┼ "
true
b"\x01 •þ“ßµp÷¡M*MæwÖD "
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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0195FE93DFB570F7A14D2A4DE677D644 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
52
16.02 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 ò■öØss■àë/|┌z■┼ "
true
b"\x01 •þ“ßµp÷¡M*MæwÖD "
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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0195FE93DFB570F7A14D2A4DE677D644 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
53
0.82 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 •þ”ý\x14 p´•E¸êÐ:5 "
b"\x01 •þ”ý\x14 p´•E¸åÔKA "
b"\x01 •þ”ý\x14 p´•E¸Û\x00 úÕ "
b"\x01 •þ”ý\x14 p´•E¸õ\x1D ÃI "
b"\x01 •þ”ý\x14 p´•E¸èR™· "
b"\x01 •þ”ý\x14 p´•E¸ß@å5 "
b"\x01 •þ”ý\x14 p´•E¸éÅ ý "
b"\x01 •þ”ý\x15 sAªkÝ[±{+Z "
b"\x01 •þ”ý\x14 p´•E¸ån\x11 2 "
b"\x01 •þ”ý\x14 p´•E¸òà`\x15 "
b"\x01 •þ”ý\x14 p´•E¸ï‰Ÿe "
b"\x01 •þ”ý\x14 p´•E¸éaÍ\x08 "
b"\x01 •þ”ý\x14 p´•E¸ã\x17\x16 – "
b"\x01 •þ”ý\x14 p´•E¸çÇ\x16 4 "
b"\x01 •þ”ý\x14 p´•E¸óå*« "
b"\x01 ò■ö²\x14 p┤ò¡E©ÌÉõÝ "
b"\x01 •þ”ý\x14 p´•E¸ìœbñ "
b"\x01 ò■ö²\x14 p┤ò¡E©▄`Åþ "
b"\x01 •þ“ßîr/˜|yû¹PÒÜ "
b"\x01 •þ”ý\x14 p´•E¸äø– "
b"\x01 •þ”ý\x14 p´•E¸âI‚Ò "
b"\x01 •þ”ý\x14 p´•E¸ó}-ƒ "
b"\x01 •þ”ý\x14 p´•E¸ìúD\x07 "
b"\x01 •þ”ý\x14 p´•E¸î‘<è "
b"\x01 •þ”ý\x14 p´•E¸à\f hŒ "
b"\x01 •þ”ý\x13 p7¸-BgºÌ³> "
b"\x01 •þ”ý\x14 p´•E¸ÝEh\x17 "
b"\x01 •þ”ý\x14 p´•E¸ðQé\x07 "
b"\x01 •þ”ý\x14 p´•E¸Üøök "
b"\x01 •þ”ý\x14 p´•E¸íÅ\r Q "
b"\x01 •þ”ý\x14 p´•E¸ß\x00 €\x14 "
b"\x01 ò■ö²\x15 sA¬k¦[▒üc "
b"\x01 •þ”ý\x14 p´•E¸Þ$\x1F { "
b"\x01 •þ”ý\x14 p´•E¸ád°\x15 "
b"\x01 •þ”ý\x14 p´•E¸è¦¡õ "
b"\x01 •þ”ý\x14 p´•E¸õº9ø "
b"\x01 •þ”ý\x14 p´•E¸ñ'§( "
b"\x01 •þ”ý\x14 p´•E¸êšˆ* "
b"\x01 •þ”ý\x14 p´•E¸Û„;á "
b"\x01 •þ”ý\x14 p´•E¸ß`X0 "
b"\x01 •þ”ý\x14 p´•E¸ôÓŠÁ "
b"\x01 •þ”ý\x15 sAªkÝ[¯Àࢠ"
b"\x01 •þ”ý\x14 p´•E¸ìx±¢ "
b"\x01 •þ”ý\x14 p´•E¸ì•a® "
b"\x01 •þ”ý\x14 p´•E¸Þ»ur "
b"\x01 •þ”ý\x14 p´•E¸ñÚÞ¬ "
b"\x01 ò■ö²\x14 p┤ò¡E©ÒÉB▄ "
b"\x01 ò■ö²\x14 p┤ò¡E©þH\x18 ì "
b"\x01 •þ”ý\x14 p´•E¸íõ¸\e "
b"\x01 •þ”ý\x14 p´•E¸ð̾H "
b"\x01 •þ”ý\x14 p´•E¸æŽÓ\x10 "
b"\x01 •þ”ý\x14 p´•E¸äSÔ\x05 "
b"\x01 •þ”ý\x14 p´•E¸àze+ "
b"\x01 •þ”ý\x14 p´•E¸áÃú] "
b"\x01 •þ”ý\x14 p´•E¸ë®\x0E › "
b"\x01 •þ”ý\x14 p´•E¸òq^I "
b"\x01 ò■ö²\x14 p┤ò¡E©Þüäª "
b"\x01 •þ”ý\x15 sAªkÝ[°™\x19 \n "
b"\x01 •þ”ý\x14 p´•E¸ã\x03 8Ø "
b"\x01 •þ”ý\x14 p´•E¸îtd… "
b"\x01 ò■ö²\x15 sA¬k¦[»Íü\x08 "
]
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 (0x0195FE94FD1470B495AD45B8EAD03A35 , 0x0195FE94FD1470B495AD45B8E5D44B41 , 0x0195FE94FD1470B495AD45B8DB00FAD5 , 0x0195FE94FD1470B495AD45B8F51DC349 , 0x0195FE94FD1470B495AD45B8E85299B7 , 0x0195FE94FD1470B495AD45B8DF40E535 , 0x0195FE94FD1470B495AD45B8E9C520FD , 0x0195FE94FD157341AA6BDD5BB17B2B5A , 0x0195FE94FD1470B495AD45B8E56E1132 , 0x0195FE94FD1470B495AD45B8F2E06015 , 0x0195FE94FD1470B495AD45B8EF899F65 , 0x0195FE94FD1470B495AD45B8E961CD08 , 0x0195FE94FD1470B495AD45B8E3171696 , 0x0195FE94FD1470B495AD45B8E7C71634 , 0x0195FE94FD1470B495AD45B8F3E52AAB , 0x0195FE94FD1470B495AD45B8DE90E4ED , 0x0195FE94FD1470B495AD45B8EC9C62F1 , 0x0195FE94FD1470B495AD45B8DC608FE7 , 0x0195FE93DFEE722F987C79FBB950D2DC , 0x0195FE94FD1470B495AD45B8E4F89620 , 0x0195FE94FD1470B495AD45B8E24982D2 , 0x0195FE94FD1470B495AD45B8F37D2D83 , 0x0195FE94FD1470B495AD45B8ECFA4407 , 0x0195FE94FD1470B495AD45B8EE913CE8 , 0x0195FE94FD1470B495AD45B8E00C688C , 0x0195FE94FD137037B82D4267BACCB33E , 0x0195FE94FD1470B495AD45B8DD456817 , 0x0195FE94FD1470B495AD45B8F051E907 , 0x0195FE94FD1470B495AD45B8DCF8F66B , 0x0195FE94FD1470B495AD45B8EDC50D51 , 0x0195FE94FD1470B495AD45B8DF008014 , 0x0195FE94FD157341AA6BDD5BB18163B6 , 0x0195FE94FD1470B495AD45B8DE241F7B , 0x0195FE94FD1470B495AD45B8E164B015 , 0x0195FE94FD1470B495AD45B8E8A6A1F5 , 0x0195FE94FD1470B495AD45B8F5BA39F8 , 0x0195FE94FD1470B495AD45B8F127A728 , 0x0195FE94FD1470B495AD45B8EA9A882A , 0x0195FE94FD1470B495AD45B8DB843BE1 , 0x0195FE94FD1470B495AD45B8DF605830 , 0x0195FE94FD1470B495AD45B8F4D38AC1 , 0x0195FE94FD157341AA6BDD5BAFC0E0A2 , 0x0195FE94FD1470B495AD45B8EC78B1A2 , 0x0195FE94FD1470B495AD45B8EC9561AE , 0x0195FE94FD1470B495AD45B8DEBB7572 , 0x0195FE94FD1470B495AD45B8F1DADEAC , 0x0195FE94FD1470B495AD45B8E39042DC , 0x0195FE94FD1470B495AD45B8E748188D , 0x0195FE94FD1470B495AD45B8EDF5B81B , 0x0195FE94FD1470B495AD45B8F0CCBE48 , 0x0195FE94FD1470B495AD45B8E68ED310 , 0x0195FE94FD1470B495AD45B8E453D405 , 0x0195FE94FD1470B495AD45B8E07A652B , 0x0195FE94FD1470B495AD45B8E1C3FA5D , 0x0195FE94FD1470B495AD45B8EBAE0E9B , 0x0195FE94FD1470B495AD45B8F2715E49 , 0x0195FE94FD1470B495AD45B8E88184A6 , 0x0195FE94FD157341AA6BDD5BB099190A , 0x0195FE94FD1470B495AD45B8E30338D8 , 0x0195FE94FD1470B495AD45B8EE746485 , 0x0195FE94FD157341AA6BDD5BAFD68108 ));
Copy
54
84.14 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93df637140b820fde75ed69004.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93df9b72f9aead6baa071a6874.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93fe2372fabfc98bb303e61c1f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93e01072e3a5e4997f009a6a44.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` , "$.rule0195fe93df637140b820fde75ed69004.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0195fe93df9b72f9aead6baa071a6874.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0195fe93fe2372fabfc98bb303e61c1f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0195fe93e01072e3a5e4997f009a6a44.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` , "$.rule0195fe93df637140b820fde75ed69004.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93df9b72f9aead6baa071a6874.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93fe2372fabfc98bb303e61c1f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93e01072e3a5e4997f009a6a44.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` , "$.rule0195fe93df637140b820fde75ed69004.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0195fe93df9b72f9aead6baa071a6874.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0195fe93fe2372fabfc98bb303e61c1f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0195fe93e01072e3a5e4997f009a6a44.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 ò■öØss■àë/|┌z■┼ "
true
b"\x01 •þ“ßµp÷¡M*MæwÖD "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0195fe93df637140b820fde75ed69004.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0195fe93df9b72f9aead6baa071a6874.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0195fe93fe2372fabfc98bb303e61c1f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0195fe93e01072e3a5e4997f009a6a44.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` ,
"$.rule0195fe93df637140b820fde75ed69004.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0195fe93df9b72f9aead6baa071a6874.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0195fe93fe2372fabfc98bb303e61c1f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0195fe93e01072e3a5e4997f009a6a44.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` ,
"$.rule0195fe93df637140b820fde75ed69004.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0195fe93df9b72f9aead6baa071a6874.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0195fe93fe2372fabfc98bb303e61c1f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0195fe93e01072e3a5e4997f009a6a44.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` ,
"$.rule0195fe93df637140b820fde75ed69004.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0195fe93df9b72f9aead6baa071a6874.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0195fe93fe2372fabfc98bb303e61c1f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0195fe93e01072e3a5e4997f009a6a44.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` , "$.rule0195fe93df637140b820fde75ed69004.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93df9b72f9aead6baa071a6874.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93fe2372fabfc98bb303e61c1f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93e01072e3a5e4997f009a6a44.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` , "$.rule0195fe93df637140b820fde75ed69004.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0195fe93df9b72f9aead6baa071a6874.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0195fe93fe2372fabfc98bb303e61c1f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0195fe93e01072e3a5e4997f009a6a44.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` , "$.rule0195fe93df637140b820fde75ed69004.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93df9b72f9aead6baa071a6874.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93fe2372fabfc98bb303e61c1f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0195fe93e01072e3a5e4997f009a6a44.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` , "$.rule0195fe93df637140b820fde75ed69004.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0195fe93df9b72f9aead6baa071a6874.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0195fe93fe2372fabfc98bb303e61c1f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0195fe93e01072e3a5e4997f009a6a44.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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0195FE93DFB570F7A14D2A4DE677D644 AND NOT (`product` . `display_group` < = > NULL )));
Copy
55
7.39 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 ò■öØss■àë/|┌z■┼ "
true
b"\x01 •þ“ßµp÷¡M*MæwÖD "
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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0195FE93DFB570F7A14D2A4DE677D644 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
56
6.55 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 ò■öØss■àë/|┌z■┼ "
true
b"\x01 •þ“ßµp÷¡M*MæwÖD "
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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0195FE93DFB570F7A14D2A4DE677D644 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
57
34.69 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 ò■öØss■àë/|┌z■┼ "
true
b"\x01 •þ“ßµp÷¡M*MæwÖD "
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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0195FE93DFB570F7A14D2A4DE677D644 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
58
33.50 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 ò■öØss■àë/|┌z■┼ "
true
b"\x01 •þ“ßµp÷¡M*MæwÖD "
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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0195FE93DFB570F7A14D2A4DE677D644 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
59
0.76 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 •þ•='sZŸ±jžR\x14 ƒ "
b"\x01 ò■ò0dqqؽ¯å\x08 Îí+ "
b"\x01 •þ•8ær±§õEöX\x06 Îf "
b"\x01 •þ•\x03 ‰s›¬©b[\x10 =ú\v "
b"""
\x01 •þ•D\n
s\x01 «\t éîÇXôó
"""
b"\x01 •þ•) rQ¼\x1A áj?¹\x04 9 "
b"\x01 •þ•\x1F ³rn¾{XϾ\x19 Ÿ% "
b"""
\x01 ò■ò\n
±qÔÉ╔}²Ë\x16 <s
"""
b"\x01 ò■ò\x0F (qÔ¬ír┬\x19 Å\x11 1 "
b"\x01 ò■ò.┼q|ó_·ýd»\x15 ì "
b"\x01 •þ•H9s†¹Q Zÿ™þD "
b"""
\x01 •þ•\n
ëp8’^p"dj\f j
"""
b"\x01 •þ•\x10 šq'“â-‘ý\x1D OY "
b"\x01 •þ•B©qؘKSLøJ- "
b"\x01 •þ•F½s¼¢úag}•\x1C ¤ "
b"\x01 ò■ò\x1C Õp$▓▓\x00 nùìM¤ "
b"\x01 •þ•6\v s¦Ê£,\t E ¤ "
b"""
\x01 •þ•\n
ûpp™\x1C žb¹}˜L
"""
b"\x01 •þ•H>s\¢=ÆÙ62\x1F U "
b"""
\x01 ò■òCÝsØ*\n
æÉÀ(E
"""
b"\x01 •þ•\x03 |r\x7F ¥Cɬ³Á‘\x10 "
b"\x01 •þ•*ÔsD‹5[b\x08 •Kâ "
b"\x01 •þ•4or·‘ß7D!—.‡ "
b"\x01 •þ• êqv…Ìêc@kÑ{ "
]
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 (0x0195FE953D27735A9FB16A9E521483AD , 0x0195FE95306471719DABEE8608D7A12B , 0x0195FE9538E672B1A7F545F65806CE66 , 0x0195FE950389739BACA9625B103DFA0B , 0x0195FE95440A7301AB09E9EEC758F4F3 , 0x0195FE9529207251BC1AE16A3FB90439 , 0x0195FE951FB3726EBE7B58CFBE199F25 , 0x0195FE950AF171E290C97DFDD3163C73 , 0x0195FE950F2871E2AAA172C2198F1131 , 0x0195FE952EC5717CA25FFAEC64AF158D , 0x0195FE9548397386B951A05AFF99FE44 , 0x0195FE950AEB7038925E7022646A0C6A , 0x0195FE95109A712793E22D91FD1D4F59 , 0x0195FE9542A971D8984BAD534CF84A2D , 0x0195FE9546BD73BCA2FA61677D951CA4 , 0x0195FE951CE57024B2B2006E978D4DCF , 0x0195FE95360B73ADA6CAA32C0945A0A4 , 0x0195FE950AFB7070991C9E62B97D984C , 0x0195FE95483E735CA23DC6D936321F55 , 0x0195FE9543ED73F09D2A0A9190B72845 , 0x0195FE95037C727FA543C9ACB3C19110 , 0x0195FE952AD473448B355B6208954BE2 , 0x0195FE95346F72B791DF374421972E87 , 0x0195FE9520EA717685CCEA63406BD17B );
Copy
60
1.06 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id 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 ò■öØss■àë/|┌z■┼ "
true
b"\x01 •þ•='sZŸ±jžR\x14 ƒ "
b"\x01 ò■ò0dqqؽ¯å\x08 Îí+ "
b"\x01 •þ•8ær±§õEöX\x06 Îf "
b"\x01 •þ•\x03 ‰s›¬©b[\x10 =ú\v "
b"""
\x01 •þ•D\n
s\x01 «\t éîÇXôó
"""
b"\x01 •þ•) rQ¼\x1A áj?¹\x04 9 "
b"\x01 •þ•\x1F ³rn¾{XϾ\x19 Ÿ% "
b"""
\x01 ò■ò\n
±qÔÉ╔}²Ë\x16 <s
"""
b"\x01 ò■ò\x0F (qÔ¬ír┬\x19 Å\x11 1 "
b"\x01 ò■ò.┼q|ó_·ýd»\x15 ì "
b"\x01 •þ•H9s†¹Q Zÿ™þD "
b"""
\x01 •þ•\n
ëp8’^p"dj\f j
"""
b"\x01 •þ•\x10 šq'“â-‘ý\x1D OY "
b"\x01 •þ•B©qؘKSLøJ- "
b"\x01 •þ•F½s¼¢úag}•\x1C ¤ "
b"\x01 ò■ò\x1C Õp$▓▓\x00 nùìM¤ "
b"\x01 •þ•6\v s¦Ê£,\t E ¤ "
b"""
\x01 •þ•\n
ûpp™\x1C žb¹}˜L
"""
b"\x01 •þ•H>s\¢=ÆÙ62\x1F U "
b"""
\x01 ò■òCÝsØ*\n
æÉÀ(E
"""
b"\x01 •þ•\x03 |r\x7F ¥Cɬ³Á‘\x10 "
b"\x01 •þ•*ÔsD‹5[b\x08 •Kâ "
b"\x01 •þ•4or·‘ß7D!—.‡ "
b"\x01 •þ• êqv…Ìêc@kÑ{ "
]
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` = 0x0195FE949D7373FE85892F7CDA7AFEC5 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x0195FE953D27735A9FB16A9E521483AD , 0x0195FE95306471719DABEE8608D7A12B , 0x0195FE9538E672B1A7F545F65806CE66 , 0x0195FE950389739BACA9625B103DFA0B , 0x0195FE95440A7301AB09E9EEC758F4F3 , 0x0195FE9529207251BC1AE16A3FB90439 , 0x0195FE951FB3726EBE7B58CFBE199F25 , 0x0195FE950AF171E290C97DFDD3163C73 , 0x0195FE950F2871E2AAA172C2198F1131 , 0x0195FE952EC5717CA25FFAEC64AF158D , 0x0195FE9548397386B951A05AFF99FE44 , 0x0195FE950AEB7038925E7022646A0C6A , 0x0195FE95109A712793E22D91FD1D4F59 , 0x0195FE9542A971D8984BAD534CF84A2D , 0x0195FE9546BD73BCA2FA61677D951CA4 , 0x0195FE951CE57024B2B2006E978D4DCF , 0x0195FE95360B73ADA6CAA32C0945A0A4 , 0x0195FE950AFB7070991C9E62B97D984C , 0x0195FE95483E735CA23DC6D936321F55 , 0x0195FE9543ED73F09D2A0A9190B72845 , 0x0195FE95037C727FA543C9ACB3C19110 , 0x0195FE952AD473448B355B6208954BE2 , 0x0195FE95346F72B791DF374421972E87 , 0x0195FE9520EA717685CCEA63406BD17B )) GROUP BY `product` . `id` ;
Copy
61
3.52 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 •þ•='sZŸ±jžR\x14 ƒ "
b"\x01 ò■ò0dqqؽ¯å\x08 Îí+ "
b"\x01 •þ•8ær±§õEöX\x06 Îf "
b"\x01 •þ•\x03 ‰s›¬©b[\x10 =ú\v "
b"""
\x01 •þ•D\n
s\x01 «\t éîÇXôó
"""
b"\x01 •þ•) rQ¼\x1A áj?¹\x04 9 "
b"\x01 •þ•\x1F ³rn¾{XϾ\x19 Ÿ% "
b"""
\x01 ò■ò\n
±qÔÉ╔}²Ë\x16 <s
"""
b"\x01 ò■ò\x0F (qÔ¬ír┬\x19 Å\x11 1 "
b"\x01 ò■ò.┼q|ó_·ýd»\x15 ì "
b"\x01 •þ•H9s†¹Q Zÿ™þD "
b"""
\x01 •þ•\n
ëp8’^p"dj\f j
"""
b"\x01 •þ•\x10 šq'“â-‘ý\x1D OY "
b"\x01 •þ•B©qؘKSLøJ- "
b"\x01 •þ•F½s¼¢úag}•\x1C ¤ "
b"\x01 ò■ò\x1C Õp$▓▓\x00 nùìM¤ "
b"\x01 •þ•6\v s¦Ê£,\t E ¤ "
b"""
\x01 •þ•\n
ûpp™\x1C žb¹}˜L
"""
b"\x01 •þ•H>s\¢=ÆÙ62\x1F U "
b"""
\x01 ò■òCÝsØ*\n
æÉÀ(E
"""
b"\x01 •þ•\x03 |r\x7F ¥Cɬ³Á‘\x10 "
b"\x01 •þ•*ÔsD‹5[b\x08 •Kâ "
b"\x01 •þ•4or·‘ß7D!—.‡ "
b"\x01 •þ• êqv…Ìêc@kÑ{ "
]
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 (0x0195FE953D27735A9FB16A9E521483AD , 0x0195FE95306471719DABEE8608D7A12B , 0x0195FE9538E672B1A7F545F65806CE66 , 0x0195FE950389739BACA9625B103DFA0B , 0x0195FE95440A7301AB09E9EEC758F4F3 , 0x0195FE9529207251BC1AE16A3FB90439 , 0x0195FE951FB3726EBE7B58CFBE199F25 , 0x0195FE950AF171E290C97DFDD3163C73 , 0x0195FE950F2871E2AAA172C2198F1131 , 0x0195FE952EC5717CA25FFAEC64AF158D , 0x0195FE9548397386B951A05AFF99FE44 , 0x0195FE950AEB7038925E7022646A0C6A , 0x0195FE95109A712793E22D91FD1D4F59 , 0x0195FE9542A971D8984BAD534CF84A2D , 0x0195FE9546BD73BCA2FA61677D951CA4 , 0x0195FE951CE57024B2B2006E978D4DCF , 0x0195FE95360B73ADA6CAA32C0945A0A4 , 0x0195FE950AFB7070991C9E62B97D984C , 0x0195FE95483E735CA23DC6D936321F55 , 0x0195FE9543ED73F09D2A0A9190B72845 , 0x0195FE95037C727FA543C9ACB3C19110 , 0x0195FE952AD473448B355B6208954BE2 , 0x0195FE95346F72B791DF374421972E87 , 0x0195FE9520EA717685CCEA63406BD17B ));
Copy
62
1.23 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 •þ•\x03 |r\x7F ¥Cɬ³Á‘\x10 "
b"\x01 •þ•\x03 ‰s›¬©b[\x10 =ú\v "
b"""
\x01 •þ•\n
ëp8’^p"dj\f j
"""
b"""
\x01 ò■ò\n
±qÔÉ╔}²Ë\x16 <s
"""
b"""
\x01 •þ•\n
ûpp™\x1C žb¹}˜L
"""
b"\x01 ò■ò\x0F (qÔ¬ír┬\x19 Å\x11 1 "
b"\x01 •þ•\x10 šq'“â-‘ý\x1D OY "
b"\x01 ò■ò\x1C Õp$▓▓\x00 nùìM¤ "
b"\x01 •þ•\x1F ³rn¾{XϾ\x19 Ÿ% "
b"\x01 •þ• êqv…Ìêc@kÑ{ "
b"\x01 •þ•) rQ¼\x1A áj?¹\x04 9 "
b"\x01 •þ•*ÔsD‹5[b\x08 •Kâ "
b"\x01 ò■ò.┼q|ó_·ýd»\x15 ì "
b"\x01 ò■ò0dqqؽ¯å\x08 Îí+ "
b"\x01 •þ•4or·‘ß7D!—.‡ "
b"\x01 •þ•6\v s¦Ê£,\t E ¤ "
b"\x01 •þ•8ær±§õEöX\x06 Îf "
b"\x01 •þ•='sZŸ±jžR\x14 ƒ "
b"\x01 •þ•B©qؘKSLøJ- "
b"""
\x01 ò■òCÝsØ*\n
æÉÀ(E
"""
b"""
\x01 •þ•D\n
s\x01 «\t éîÇXôó
"""
b"\x01 •þ•F½s¼¢úag}•\x1C ¤ "
b"\x01 •þ•H9s†¹Q Zÿ™þD "
b"\x01 •þ•H>s\¢=ÆÙ62\x1F U "
]
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 (0x0195FE95037C727FA543C9ACB3C19110 , 0x0195FE950389739BACA9625B103DFA0B , 0x0195FE950AEB7038925E7022646A0C6A , 0x0195FE950AF171E290C97DFDD3163C73 , 0x0195FE950AFB7070991C9E62B97D984C , 0x0195FE950F2871E2AAA172C2198F1131 , 0x0195FE95109A712793E22D91FD1D4F59 , 0x0195FE951CE57024B2B2006E978D4DCF , 0x0195FE951FB3726EBE7B58CFBE199F25 , 0x0195FE9520EA717685CCEA63406BD17B , 0x0195FE9529207251BC1AE16A3FB90439 , 0x0195FE952AD473448B355B6208954BE2 , 0x0195FE952EC5717CA25FFAEC64AF158D , 0x0195FE95306471719DABEE8608D7A12B , 0x0195FE95346F72B791DF374421972E87 , 0x0195FE95360B73ADA6CAA32C0945A0A4 , 0x0195FE9538E672B1A7F545F65806CE66 , 0x0195FE953D27735A9FB16A9E521483AD , 0x0195FE9542A971D8984BAD534CF84A2D , 0x0195FE9543ED73F09D2A0A9190B72845 , 0x0195FE95440A7301AB09E9EEC758F4F3 , 0x0195FE9546BD73BCA2FA61677D951CA4 , 0x0195FE9548397386B951A05AFF99FE44 , 0x0195FE95483E735CA23DC6D936321F55 )));
Copy
63
0.48 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.91 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 •þ”éêsŽ‰\n
\x7F Àκt€
"""
b"\x01 •þ”êñr>”j\x19 š8Ô×i "
b"\x01 •þ”ëppL¿Þà€Qüûá "
b"\x01 ò■öÙûràì|\x08 `½%¯e "
b"\x01 ò■öÙûràì|\x08 `Ñ╗¡5 "
b"\x01 ò■öÙûràì|\x08 `ú\f úø "
b"\x01 •þ”êñr>”j\x19 š$Åz› "
b"\x01 ò■öÛ‗rNªØþ\x1C Å\x14 o‗ "
b"\x01 •þ”ëppL¿Þà€U\x01 àb "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŹ;‹
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌ\v Üß
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Éý£Ç
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀžÓ\x7F õ
"""
b"\x01 •þ”ê=r%´\t\x1A ̪÷þ\x03 "
b"\x01 •þ”ëppL¿Þà€Sý\x12 « "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À–Ì¡«
"""
b"\x01 •þ”ê=r%´\t\x1A ̲U“v "
b"\x01 •þ”ê=r%´\t\x1A ̹ؿA "
b"\x01 •þ”ëppL¿Þà€W\x17 Þj "
b"\x01 •þ”ê=r%´\t\x1A Ì©1£E "
b"\x01 •þ”ëDpr²Q[\x05\x13 <fî "
b"\x01 •þ”ëDpr²Q[\x05\x0F ½WÑ "
b"\x01 •þ”ëDpr²Q[\x05\x12 ò¡í "
b"\x01 •þ”ëDpr²Q[\x05\x14 ‰×½ "
b"\x01 •þ”ê=r%´\t\x1A Ìo'¯´ "
b"\x01 •þ”ê=r%´\t\x1A Ìt\x06 Ý~ "
b"\x01 •þ”ëDpr²Q[\x05\x16 f%; "
b"\x01 ò■öÙhq;åöIÉÙ\x1C ʨ "
b"\x01 •þ”ëppL¿Þà€Oóhô "
b"\x01 ò■öÙhq;åöIÉÛ═ç▓ "
b"\x01 ò■öÙhq;åöIÉýç*S "
b"\x01 ò■öÙhq;åöIÉÙ╝ù┐ "
b"\x01 •þ”ëppL¿Þà€L˜Ng "
b"\x01 •þ”ëppL¿Þà€M2\x0E p "
b"\x01 •þ”ëppL¿Þà€V\0~ "
b"\x01 •þ”ëDpr²Q[\x05\x12 úÇ\x1C "
b"\x01 •þ”ëDpr²Q[\x05\x10 cûØ "
b"\x01 ò■öÛ‗rNªØþ\x1C ïWªA "
b"\x01 ò■öÛ‗rNªØþ\x1C ê\v\x12 Ä "
b"\x01 •þ”ëppL¿Þà€SM©Ê "
b"\x01 •þ”ëppL¿Þà€R¹Åò "
b"\x01 •þ”ê=r%´\t\x1A Ìø\x1C \ "
b"\x01 •þ”ë«r.¼¹¯JàÏÓ\x05 "
b"\x01 ò■öÙhq;åöIÉÙ°ª! "
b"\x01 •þ”ëDpr²Q[\x05 \r ýµ_ "
b"\x01 ò■öÙ½r.╝╣»JÔ@\x14 Ø "
b"\x01 ò■öÙ½r.╝╣»JÚ6ɸ "
b"\x01 •þ”ê=r%´\t\x1A ÌtÆ¥3 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À°tíe
"""
b"\x01 •þ”ê–rYŸPt}Žsžì "
b"\x01 ò■öÙ\x7F p_ÅZ'vÑy\x16 + "
b"\x01 ò■öÙûràì|\x08 `¿½\r ? "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Ø[\r À
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À’Mäs
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÄ>šr
"""
b"\x01 ò■öÙûràì|\x08 `«cÃ▀ "
b"\x01 ò■öÙûràì|\x08 `¼Ç%┼ "
b"\x01 •þ”ê–rYŸPt}mÜ\f\x16 "
b"\x01 ò■öÛûrYƒPt}ÿÍØ© "
b"\x01 •þ”ê–rYŸPt}¥\Xf "
b"\x01 ò■öÙ\x7F p_ÅZ'v¡·ù¨ "
b"\x01 ò■öÙ\x7F p_ÅZ'víß=\x10 "
b"\x01 •þ”ëZs¹š‡\r …N¡™T "
b"\x01 •þ”ëppL¿Þà€QyÍp "
b"\x01 •þ”ëZs¹š‡\r …Iê³H "
b"\x01 •þ”ëZs¹š‡\r …Nz‚ó "
b"\x01 •þ”ëZs¹š‡\r …Sg\x19 Î "
b"\x01 •þ”ëDpr²Q[\x05\x12 6À´ "
b"\x01 •þ”ëZs¹š‡\r …RYƒ€ "
b"\x01 •þ”ë«r.¼¹¯Jé‰Rs "
b"\x01 •þ”ëZs¹š‡\r …Q\x10 ˜e "
b"\x01 •þ”ë¬pi«<z¾\x1F <œ& "
b"\x01 •þ”ë¬pi«<z¾ "\x0E X "
b"\x01 •þ”ë«r.¼¹¯Jãº\x18 í "
b"\x01 •þ”ëDpr²Q[\x05\f ÷Uœ "
b"\x01 •þ”ëZs¹š‡\r …MBmÍ "
b"\x01 •þ”ë«r.¼¹¯Jä–\x11 ¢ "
b"\x01 •þ”ëZs¹š‡\r …TrîÁ "
b"\x01 •þ”ëZs¹š‡\r …KŽ¿Ÿ "
b"\x01 •þ”ëDpr²Q[\x05\x11 ^X\t "
b"\x01 •þ”ëppL¿Þà€Ph×1 "
b"\x01 •þ”ëDpr²Q[\x05\x16 Ð2‡ "
b"\x01 ò■öÛ‗rNªØþ\x1C å;ýX "
b"\x01 •þ”êñr>”j\x19 š,…°W "
b"\x01 •þ”êñr>”j\x19 šA_1^ "
b"\x01 •þ”ë¬pi«<z¾\x1E ZF¢ "
b"\x01 •þ”ë«r.¼¹¯Jì.ì÷ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¢\x01 ˜n
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À´!6n
"""
b"\x01 •þ”éêsŽ‰\n \x7F À¹¾\x00 ¾ "
b"\x01 •þ”ê=r%´\t\x1A Ìp«úG "
b"\x01 •þ”ê=r%´\t\x1A Ìs\f ÖÄ "
b"\x01 •þ”ê=r%´\t\x1A Ì™ãÒà "
b"\x01 •þ”ê–rYŸPt}¦Ï¼R "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À…Dy?
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Ér\x18 B
"""
b"\x01 •þ”ê=r%´\t\x1A ÌœvXe "
b"\x01 ò■öÛ=r%┤\t\x1A ╠Øi\x17 t "
b"\x01 •þ”ê–rYŸPt}y„q\x05 "
b"\x01 •þ”ê–rYŸPt}ŒŸ\x1E µ "
b"\x01 •þ”ê–rYŸPt}œ\x15 ²J "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À®?ú½
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À½Žc‘
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÊ©¯—
"""
b"\x01 •þ”ê=r%´\t\x1A Ì|ܵ\x1C "
b"\x01 •þ”ê=r%´\t\x1A ÌžŸµR "
b"\x01 •þ”ê=r%´\t\x1A ÌÀx¨ç "
b"\x01 •þ”ê–rYŸPt}mt\x0E Ü "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Åðsz
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À•O{\x13
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À›¿²·
"""
b"\x01 •þ”ê=r%´\t\x1A Ìo\x04 7~ "
b"\x01 •þ”ê=r%´\t\x1A ̺F¦ô "
b"\x01 •þ”ê=r%´\t\x1A Ì¿Œ/E "
b"\x01 •þ”ê–rYŸPt}{°s# "
b"\x01 •þ”ê–rYŸPt}‘„ü‘ "
b"\x01 •þ”ê–rYŸPt}—²\x1A\x1C "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àˆ\x7F ÿ\x01
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ìð+@
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¿ø\x03 ñ
"""
b"\x01 •þ”ê=r%´\t\x1A ÌŽ$~z "
b"\x01 •þ”ê=r%´\t\x1A ̱oní "
b"\x01 •þ”ê=r%´\t\x1A Ì»>5Ó "
b"\x01 ò■öÛûrYƒPt}É\t å "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¸Ú\x18\e
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÁc¯¯
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÇ/hÖ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àª]¾G
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÇ\x07 ”Õ
"""
b"\x01 •þ”ê=r%´\t\x1A ÌpE:ø "
b"\x01 •þ”ê=r%´\t\x1A Ìx‚œ\x06 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¦&ê£
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˦\x1D He
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÃlš9
"""
b"\x01 •þ”ê=r%´\t\x1A ̲¹ = "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀœZI\r
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˴:U\x16
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§\x7F SÁ
"""
b"\x01 •þ”ê=r%´\t\x1A ̇¶©v "
b"\x01 •þ”ê=r%´\t\x1A ̘\x05 ܨ "
b"\x01 •þ”ê–rYŸPt}®|¾° "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Å=uò
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§rÝ¿
"""
b"\x01 •þ”ê=r%´\t\x1A ÌÙ*Ž "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀˆÅ´4
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ÉAÖ─
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¡ Xð
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠üê▀Ò "
b"\x01 •þ”ê=r%´\t\x1A Ì“šw\x17 "
b"\x01 •þ”ê–rYŸPt}l‘÷‡ "
b"\x01 •þ”ê–rYŸPt} —ц "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À†€²6
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Ø3\x01 ©
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¥Ç\x12 Â
"""
b"\x01 •þ”ê=r%´\t\x1A Ìr\x15 [) "
b"\x01 •þ”ê–rYŸPt}‹šu½ "
b"\x01 •þ”êñr>”j\x19 šLW Ý "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡\x16\x10 H
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ÄÉ"\x01
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¸6BK
"""
b"\x01 •þ”ê=r%´\t\x1A Ìznlr "
b"\x01 •þ”ê=r%´\t\x1A ÌŽ]\x1E Å "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À²\x02 ¤ð
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‚®\x11 b "
b"\x01 •þ”ê=r%´\t\x1A Ì”y’Õ "
b"\x01 •þ”ê=r%´\t\x1A ÌÁ®v‡ "
b"\x01 •þ”ê–rYŸPt}uòA» "
b"\x01 •þ”ê–rYŸPt}Šî\x14 Ñ "
b"\x01 •þ”êñr>”j\x19 š1l\x17 S "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À©\x16 :Ú
"""
b"\x01 •þ”ê=r%´\t\x1A ̧Aå\x1A "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŸ5~±
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └®\x11 ØP
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÂbâÉ
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠Å~,└ "
b"\x01 •þ”ê=r%´\t\x1A Ì´ê,! "
b"\x01 ò■öÛ=r%┤\t\x1A ╠║VÇÅ "
b"\x01 •þ”ê–rYŸPt}mulg "
b"\x01 •þ”ê–rYŸPt}p·Éš "
b"\x01 •þ”ê–rYŸPt}Ç\x0E Ä "
b"\x01 •þ”êñr>”j\x19 š5\v Ü( "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └╗ñØÙ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÍr\x14 ~
"""
b"\x01 •þ”ê=r%´\t\x1A Ì’Ã°Ó "
b"\x01 •þ”ê=r%´\t\x1A ̽¡§‡ "
b"\x01 •þ”ê–rYŸPt}t²\x03 ‚ "
b"\x01 •þ”ê–rYŸPt}¬ïÁ\x0F "
b"\x01 •þ”êñr>”j\x19 š6%\x03 Ž "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àºò–>
"""
b"\x01 •þ”ê=r%´\t\x1A Ì™\x1C ’Þ "
b"\x01 ò■öÛûrYƒPt}uìèþ "
b"\x01 ò■öÛûrYƒPt}üæ\x16 þ "
b"\x01 •þ”ê–rYŸPt}“šFB "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À°†^“
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÁÅ…t
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠ÉD\x10 " "
b"\x01 •þ”ê=r%´\t\x1A Ì‘ÍìB "
b"\x01 •þ”ê=r%´\t\x1A ̯`«¨ "
b"\x01 •þ”ê–rYŸPt}«E%£ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¬î.
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À»ÙŠ\x17
"""
b"\x01 •þ”ê=r%´\t\x1A ̈h≠"
b"\x01 •þ”ê=r%´\t\x1A Ì•¾á¢ "
b"\x01 •þ”ê–rYŸPt}qr*e "
b"\x01 •þ”ê–rYŸPt}’t¡\e "
b"\x01 •þ”ê–rYŸPt}•âß, "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À›.ºÒ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‹±×ð "
b"\x01 •þ”ê=r%´\t\x1A Ì¢\x13 ×\x10 "
b"\x01 •þ”ê–rYŸPt}\x7F\x02\x15 ‡ "
b"\x01 •þ”ê–rYŸPt}„•”ž "
b"\x01 •þ”ê–rYŸPt}©å3Y "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À”Sü\x05
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÉö\f
"""
b"\x01 •þ”ê=r%´\t\x1A Ì´úvf "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¤¶LÏ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¬ÀÖ™
"""
b"\x01 •þ”ê=r%´\t\x1A ̾¢9l "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§9Š8
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À©E¯\
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À»#>[
"""
b"\x01 •þ”ê=r%´\t\x1A ÌyG‡‘ "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ت\v\x04 "
b"\x01 •þ”ê–rYŸPt}¦\x19 -Ñ "
b"\x01 •þ”êñr>”j\x19 š=\x1D }¦ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À²Ñ\x06\x7F
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÉ*\x07 0
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠ügd\f "
b"\x01 •þ”ê=r%´\t\x1A Ì…¦è÷ "
b"\x01 •þ”ê=r%´\t\x1A ̆‹×ˆ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«7a5
"""
b"\x01 •þ”ê=r%´\t\x1A Ì~ÀE3 "
b"\x01 •þ”ê=r%´\t\x1A ̃ªq¤ "
b"\x01 •þ”ê–rYŸPt}„Î…` "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └äì²½
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¯z]q
"""
b"\x01 •þ”ê=r%´\t\x1A Ì€×4\x1F "
b"\x01 •þ”ê=r%´\t\x1A ̌ЖY "
b"\x01 •þ”ê=r%´\t\x1A Ì—.]Ö "
b"\x01 ò■öÛûrYƒPt}ìÎ\x1D ╚ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÂð”&
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÆr—ÿ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì{V\x0E\x10 "
b"\x01 •þ”ê=r%´\t\x1A ̈{\x0F "
b"\x01 •þ”ê–rYŸPt}w!A\x07 "
b"\x01 ò■öÛûrYƒPt}ÅwD┌ "
b"\x01 •þ”ê–rYŸPt}©Á\v ã "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¨”Ëe
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌÌ–a
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À“@\²
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‘-AU "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àƒl3^
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àœdã—
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¼Ï’<
"""
b"\x01 •þ”ê=r%´\t\x1A Ìoø€† "
b"\x01 •þ”ê=r%´\t\x1A ̶w|í "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À˜\t \r ‰
"""
b"\x01 •þ”ê–rYŸPt}‚\v »ª "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ìù(|
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àšá»#
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌx\x1C Õ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì\x7F åt\x17 "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ÿöÀü "
b"\x01 •þ”ê=r%´\t\x1A ̤ÊN£ "
b"\x01 ò■öÛûrYƒPt}yÉé┴ "
b"\x01 •þ”ê–rYŸPt}ƒ«&„ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀµA²1
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠ìé<¡ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À®\x0F\x16 I
"""
b"\x01 •þ”ê=r%´\t\x1A Ì|\x04 CË "
b"\x01 •þ”ê–rYŸPt}¥˜y¥ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àµ&Ž‰
"""
b"\x01 •þ”ê=r%´\t\x1A Ì Ä0\x05 "
b"\x01 •þ”ê=r%´\t\x1A ̳ò‰Œ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À³‚Ü`
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‹æ¾& "
b"\x01 •þ”ê=r%´\t\x1A ̪\t ߥ "
b"\x01 •þ”ê=r%´\t\x1A ̾ì\x10 @ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÈãz-
"""
b"\x01 •þ”ê=r%´\t\x1A Ì«2\v à "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À•à B
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¥VÝ\x06
"""
b"\x01 •þ”ê=r%´\t\x1A ÌŸ¦ÑÄ "
b"\x01 •þ”ê=r%´\t\x1A ̵µRJ "
b"""
\x01 •þ”ê–rYŸPt}x³\n
µ
"""
b"\x01 •þ”ê–rYŸPt}¡ÅÃ5 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‚Œ~ö
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À£\x19 Á\x07
"""
b"\x01 •þ”ê–rYŸPt}né:ª "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └óUXì
"""
b"\x01 •þ”ê–rYŸPt}hš×Ì "
b"\x01 •þ”ê–rYŸPt}\x01 É• "
b"\x01 •þ”êñr>”j\x19 š6¬Nm "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àº½\x01 Î
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¿§MB
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌ\r }p
"""
b"\x01 •þ”ê=r%´\t\x1A Ìv|÷\f "
b"\x01 •þ”ê=r%´\t\x1A ̼÷H! "
b"\x01 •þ”ê–rYŸPt}“\f\x7F Q "
b"\x01 •þ”ê–rYŸPt}›aZ "
b"\x01 •þ”êñr>”j\x19 š"η\x14 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À†,&ý
"""
b"\x01 •þ”ê–rYŸPt}£\x0E Ÿñ "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └»ýÉq
"""
b"\x01 •þ”ê=r%´\t\x1A Ì“/\x10 f "
b"\x01 •þ”ê–rYŸPt}”ùv< "
b"\x01 •þ”ê=r%´\t\x1A Ì{À‚8 "
b"\x01 ò■öÛ=r%┤\t\x1A ╠\x7F üvÑ "
b"\x01 •þ”ê=r%´\t\x1A ̹aÚ\x11 "
b"\x01 •þ”ê–rYŸPt}~˜ñá "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ù \x19 Å
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¡ü\x17 à
"""
b"\x01 •þ”ê–rYŸPt}”\x11 ÌÞ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÀˆx\x19
"""
b"\x01 •þ”ê=r%´\t\x1A Ì®\x10 ´\x16 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À˜ºˆn
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˱#ѻ
"""
b"\x01 •þ”ê=r%´\t\x1A ̊כq "
b"\x01 ò■öÛ=r%┤\t\x1A ╠Å/═t "
b"\x01 •þ”ê=r%´\t\x1A Ìž¾\x04 ‚ "
b"\x01 •þ”ê–rYŸPt}žÌ\x03 Ð "
b"\x01 •þ”ê–rYŸPt}\N© "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àº×ŸÌ
"""
b"\x01 •þ”ê=r%´\t\x1A ̬ŠP© "
b"\x01 •þ”ê=r%´\t\x1A Ì}ç3g "
b"\x01 •þ”ê–rYŸPt}{1r= "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¬P³‡
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀvF2
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¹ì”×
"""
b"\x01 •þ”ê=r%´\t\x1A Ì %7` "
b"\x01 •þ”ê–rYŸPt}zCk "
b"\x01 •þ”ê–rYŸPt}ll\x07 Ç "
b"\x01 •þ”ê–rYŸPt}|¢)\x08 "
b"\x01 •þ”ê=r%´\t\x1A ÌuG0 "
b"\x01 •þ”ê–rYŸPt}‚ô%z "
b"\x01 ò■öÛûrYƒPt}ùÀ6Ø "
b"\x01 •þ”ê–rYŸPt}¢\x13 èÞ "
b"\x01 •þ”êñr>”j\x19 š>e7 "
b"\x01 •þ”ê=r%´\t\x1A ̆þ–ˆ "
b"\x01 •þ”ê=r%´\t\x1A Ìš¸J8 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À©’ÿå
"""
b"\x01 •þ”ê–rYŸPt}ißkÆ "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └£0╝Å
"""
b"\x01 •þ”ê=r%´\t\x1A Ìw\x13 ¤„ "
b"\x01 •þ”ê=r%´\t\x1A ̯sè½ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À™¤\x1A b
"""
b"\x01 •þ”ê–rYŸPt}sIJ< "
b"\x01 •þ”ê–rYŸPt}®x3¼ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¦Å\x18\x19
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‚8Õu "
b"\x01 •þ”ê–rYŸPt}§ùR\ "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └üÐ─Û
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡-µ‡
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À·SãÃ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÈ\x03 à>
"""
b"\x01 •þ”ê–rYŸPt}©^ßØ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À '.'
"""
b"\x01 •þ”ê–rYŸPt}¬$ÚÁ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÅ.–÷
"""
b"\x01 •þ”ê=r%´\t\x1A Ì|ûèþ "
b"\x01 •þ”ê=r%´\t\x1A ̉ã`\x19 "
b"\x01 •þ”ê–rYŸPt}‰G?; "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À˜£‡
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À ?‡G
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À´ôÒ\x06
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¶Óaý
"""
b"\x01 •þ”ê=r%´\t\x1A Ìy\x16 EH "
b"\x01 •þ”ê=r%´\t\x1A Ì„wÊ8 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À—à\x7F \r
"""
b"\x01 •þ”ê=r%´\t\x1A Ì·îÐ[ "
b"\x01 •þ”ê–rYŸPt}h\x03 ô% "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡]äÖ
"""
b"\x01 •þ”ê–rYŸPt}ŸA\x05 w "
b"\x01 •þ”ê=r%´\t\x1A Ì…_@é "
b"\x01 •þ”ê=r%´\t\x1A Ì ÎûÇ "
b"\x01 •þ”ê–rYŸPt}‹§õ` "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¤s„®
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀšØê¤
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«é¥Ç
"""
b"\x01 •þ”ê=r%´\t\x1A Ìv.\f ! "
b"\x01 •þ”ê=r%´\t\x1A Ì™|\x10\x05 "
b"\x01 ò■öÛ=r%┤\t\x1A ╠«Æâì "
b"\x01 •þ”ê=r%´\t\x1A Ì°ÜËì "
b"\x01 •þ”ê–rYŸPt}r[ÄÀ "
b"\x01 •þ”ê–rYŸPt}–º´D "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¿+ÇI
"""
b"\x01 •þ”ê=r%´\t\x1A ̶÷\f\e "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÍÎh›
"""
b"\x01 •þ”ê=r%´\t\x1A ̤L‹º "
b"\x01 •þ”ê=r%´\t\x1A Ì©\x18 /5 "
b"\x01 ò■öÛûrYƒPt}Ø└¤¢ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÅ;þ\x1C
"""
b"\x01 •þ”ê=r%´\t\x1A ̉böv "
b"\x01 •þ”ê–rYŸPt}ƒ\x00 $& "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŒ®Í¨
"""
b"\x01 •þ”ê–rYŸPt}€ü´ª "
b"\x01 •þ”ê=r%´\t\x1A Ìo\x7F '\x12 "
b"\x01 •þ”ê=r%´\t\x1A Ì¡ªÅ\e "
b"\x01 •þ”ê=r%´\t\x1A Ì«(Š "
b"\x01 •þ”ê–rYŸPt}sÙ!\x15 "
b"\x01 •þ”ê=r%´\t\x1A Ì°4Å\x15 "
b"\x01 ò■öÛ‗rNªØþ\x1C âÝ┤$ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŠÄ'Ž
"""
b"\x01 •þ”ê=r%´\t\x1A Ì¢\t ¿\r "
b"\x01 •þ”ê=r%´\t\x1A Ì£ g\e "
b"\x01 •þ”ê–rYŸPt}¢)ˆÕ "
b"\x01 •þ”êñr>”j\x19 š(‡BŽ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‹É\x16\x01
"""
b"\x01 •þ”ê–rYŸPt}p’±_ "
b"\x01 •þ”ê–rYŸPt}}›ÛÞ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À’¢"÷
"""
b"\x01 •þ”ê=r%´\t\x1A ÌqMK„ "
b"\x01 •þ”ê–rYŸPt}„X˜Ø "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àƒ¡\x13 G
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À½› \f
"""
b"\x01 •þ”ê=r%´\t\x1A ÌÀ¯×Þ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À—*ÃR
"""
b"\x01 •þ”ê–rYŸPt}š\x03 Í— "
b"\x01 •þ”êñr>”j\x19 š/…\x16 Ó "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À®£z:
"""
b"\x01 •þ”ê–rYŸPt}lôä "
b"\x01 •þ”ê–rYŸPt}›¸õ¼ "
b"\x01 •þ”ê–rYŸPt}°fzu "
b"\x01 •þ”ê=r%´\t\x1A Ìwû@ "
b"\x01 •þ”ê–rYŸPt}‡Þ\x0F ê "
b"\x01 •þ”ê=r%´\t\x1A Ìr\x13 ¹; "
b"\x01 •þ”ê=r%´\t\x1A ÌŠ|\x01 $ "
b"\x01 •þ”ê–rYŸPt}p¡vn "
b"\x01 •þ”ê–rYŸPt}wðMÙ "
b"\x01 •þ”ê–rYŸPt}œèÓ "
b"\x01 •þ”êñr>”j\x19 š&\x11 Û™ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀšFŸn
"""
b"\x01 •þ”ê–rYŸPt}já5 "
b"\x01 •þ”ê–rYŸPt}u"]H "
b"\x01 ò■öÛûrYƒPt}zÅK╣ "
b"\x01 •þ”êñr>”j\x19 šC+oø "
b"\x01 •þ”ê=r%´\t\x1A ̆@ê÷ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀžFŒÁ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì¢øR¶ "
b"\x01 •þ”ê–rYŸPt}€Soù "
b"\x01 •þ”ê–rYŸPt}¦eßp "
b"\x01 •þ”ê–rYŸPt}wd“L "
b"\x01 ò■öÛ‗rNªØþ\x1C r├ü┐ "
b"\x01 •þ”ê=r%´\t\x1A ̨<•\x10 "
b"\x01 •þ”ê–rYŸPt}£¼\t * "
b"\x01 •þ”ê–rYŸPt}¦\x0F ±Š "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àž\x1F yÂ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§Å[ó
"""
b"\x01 •þ”ê=r%´\t\x1A Ì–\t ;( "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¾5™\x18
"""
b"\x01 •þ”ê=r%´\t\x1A ̦D÷è "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‘ÁË…
"""
b"\x01 •þ”ê–rYŸPt}ƒÿ\x05 ° "
b"\x01 •þ”ê–rYŸPt}¤ÍÈ\x7F "
b"""
\x01 •þ”ê–rYŸPt}£\\n
Ü
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¤\x12 JŠ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì€ìøG "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ì[u¹ "
b"\x01 •þ”ê–rYŸPt}®*\x02 ù "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‰^ÖÈ
"""
b"\x01 •þ”ê–rYŸPt}®\Ÿs "
b"\x01 •þ”ê=r%´\t\x1A Ì™\R "
b"\x01 •þ”ê=r%´\t\x1A Ì·‹òà "
b"\x01 •þ”ê–rYŸPt}ˆÃ²[ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«m…‚
"""
b"\x01 •þ”ê–rYŸPt}uÖt "
b"\x01 ò■öÛ‗rNªØþ\x1C vÂÈò "
b"\x01 •þ”ê–rYŸPt}ªwÞé "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‰êÅ\x12
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«\r ã?
"""
b"\x01 •þ”ê–rYŸPt}šýðº "
b"\x01 •þ”ê–rYŸPt}ni–V "
b"\x01 •þ”ê–rYŸPt}xIó½ "
b"\x01 •þ”êñr>”j\x19 š-×%l "
b"\x01 •þ”ê=r%´\t\x1A ÌŸá/E "
b"\x01 •þ”ê=r%´\t\x1A Ì{EÑ "
b"\x01 •þ”êñr>”j\x19 šN°îè "
b"\x01 •þ”ê–rYŸPt}r\x1F ±\n "
b"\x01 ò■öÛ‗rNªØþ\x1C {ìÑy "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À”\x1E :”
"""
b"\x01 •þ”ê=r%´\t\x1A ÌÃ_n£ "
b"\x01 •þ”ê–rYŸPt}\x7F b¹ "
b"\x01 ò■öÛûrYƒPt}åZ╦Å "
b"\x01 ò■öÛ‗rNªØþ\x1C sâPm "
b"\x01 •þ”ê=r%´\t\x1A Ì”é2Ç "
b"\x01 •þ”ê–rYŸPt}ˆÃl\x1A "
b"\x01 •þ”ê–rYŸPt}Šâgh "
b"\x01 •þ”ê=r%´\t\x1A Ì Íqm "
b"\x01 •þ”ê–rYŸPt}˜¨æy "
b"\x01 •þ”ê=r%´\t\x1A ÌnДç "
b"\x01 •þ”ê–rYŸPt}zŠIo "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‹\x1A ae
"""
b"\x01 •þ”ê=r%´\t\x1A Ìyž.£ "
b"\x01 ò■öÛ‗rNªØþ\x1C éØQ¡ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀË7&£
"""
b"\x01 ò■öÛûrYƒPt}íìÈÔ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡‰Ú÷
"""
b"\x01 •þ”ê=r%´\t\x1A Ì›—%Í "
b"\x01 •þ”ê=r%´\t\x1A ̉\x04 ñÓ "
b"\x01 •þ”ê–rYŸPt}ŽÃ”: "
b"\x01 •þ”ê–rYŸPt}h¾{¨ "
b"\x01 •þ”ê–rYŸPt}…¿T "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À›S’X
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠Ñ║¤Ø "
b"\x01 •þ”ê–rYŸPt}{cáÖ "
b"\x01 •þ”ê=r%´\t\x1A ̾T<- "
b"\x01 •þ”ê–rYŸPt}“©Ô\x07 "
b"\x01 •þ”êñr>”j\x19 š4<?o "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÈÝQã
"""
b"\x01 •þ”ê–rYŸPt}ŠçÿV "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À–\x19 £~
"""
b"\x01 •þ”ê=r%´\t\x1A Ì»ƒâj "
b"\x01 •þ”ê–rYŸPt}iŒð™ "
b"\x01 ò■öÛ‗rNªØþ\x1C è»Wâ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˦֑o
"""
b"\x01 ò■öÛûrYƒPt}ÿìA\x01 "
b"\x01 •þ”ê–rYŸPt}§Në\x0F "
b"\x01 •þ”ê=r%´\t\x1A Ì}ü\[ "
b"\x01 •þ”ê–rYŸPt}sN"§ "
b"\x01 •þ”ê=r%´\t\x1A Ìì%\x01 "
b"\x01 •þ”êñr>”j\x19 šI'ë& "
b"\x01 •þ”ê–rYŸPt}hŒ–’ "
b"\x01 •þ”ê=r%´\t\x1A Ì•çÂÞ "
b"\x01 •þ”ê–rYŸPt}j\x14 Pé "
b"\x01 ò■öÛ‗rNªØþ\x1C | ¹# "
b"\x01 •þ”ê–rYŸPt}£òØS "
b"\x01 •þ”ê–rYŸPt}½7† "
b"\x01 •þ”ê=r%´\t\x1A Ì\x7F\x11\x18 „ "
b"\x01 •þ”ê–rYŸPt}vE¾ý "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └┐=ØL
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠üµ╦2 "
b"\x01 ò■öÛ‗rNªØþ\x1C å╠Ïz "
b"\x01 •þ”ê=r%´\t\x1A ̸å‚l "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¹³VX
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠Å[\x1D : "
b"\x01 •þ”ê–rYŸPt}™å/´ "
b"\x01 ò■öÛûrYƒPt}É÷P´ "
b"\x01 •þ”ê–rYŸPt}k†iH "
b"\x01 •þ”ê–rYŸPt}©\x18 @Ê "
b"\x01 ò■öÛ‗rNªØþ\x1C ï═äö "
b"\x01 •þ”ê=r%´\t\x1A ̳‹»\f "
b"\x01 •þ”ê–rYŸPt}ŒÜeÔ "
b"\x01 ò■öÛ‗rNªØþ\x1C |\x03 ¾l "
b"\x01 •þ”ê–rYŸPt}™\f ,ô "
b"\x01 •þ”êñr>”j\x19 šM.\x04 f "
b"\x01 •þ”ê=r%´\t\x1A ̼}Ìë "
b"\x01 •þ”ê=r%´\t\x1A ̆\x12 “ "
b"\x01 •þ”ê–rYŸPt}oøû÷ "
b"\x01 •þ”ê–rYŸPt}¯iŸi "
b"\x01 •þ”êñr>”j\x19 š<]Ñ "
b"\x01 •þ”êñr>”j\x19 š?…´‡ "
b"\x01 •þ”ê–rYŸPt}o’b2 "
b"\x01 •þ”ê=r%´\t\x1A Ì–³‚‚ "
b"\x01 •þ”ê–rYŸPt}tq\f ' "
b"\x01 •þ”ê–rYŸPt}ŸÅÀ0 "
b"\x01 •þ”ê–rYŸPt}jðB( "
b"\x01 •þ”ê–rYŸPt}~6î\x19 "
b"\x01 •þ”ê–rYŸPt}žU¨Ä "
b"\x01 ò■öÛ‗rNªØþ\x1C q=ØÝ "
b"\x01 •þ”ê–rYŸPt}¨«‡W "
b"\x01 •þ”êñr>”j\x19 š?ìœX "
b"\x01 •þ”ê–rYŸPt}©ÓuË "
b"\x01 •þ”ê=r%´\t\x1A ÌŠ\x16 ª¤ "
b"\x01 ò■öÛûrYƒPt}ëÅù\x04 "
b"\x01 ò■öÛ‗rNªØþ\x1C å&X% "
b"\x01 ò■öÛ±r>öj\x19 Ü'ËfÉ "
b"\x01 •þ”êñr>”j\x19 šMÓf¿ "
b"\x01 •þ”ê–rYŸPt}Š\e \r — "
b"\x01 •þ”ê–rYŸPt}™Áj§ "
b"\x01 ò■öÛ‗rNªØþ\x1C èz\x02 È "
b"\x01 ò■öÛ‗rNªØþ\x1C Äaá█ "
b"\x01 •þ”ê–rYŸPt}¬AÇÿ "
b"\x01 •þ”ê–rYŸPt}ŸþW\x1E "
b"\x01 ò■öÛ‗rNªØþ\x1C wßMÞ "
b"\x01 •þ”êñr>”j\x19 š3˜Š\t "
b"\x01 ò■öÛ‗rNªØþ\x1C ëÛ2ï "
b"\x01 ò■öÛ‗rNªØþ\x1C q±╚p "
b"\x01 •þ”êñr>”j\x19 šB\x1C h{ "
b"\x01 •þ”êñr>”j\x19 š7‚\x13 ÷ "
b"\x01 •þ”êñr>”j\x19 š%)\x19\x08 "
b"\x01 •þ”ê–rYŸPt}r\x7F [ö "
b"\x01 •þ”ê–rYŸPt}†àÖÀ "
b"\x01 •þ”êñr>”j\x19 š'1(K "
b"\x01 •þ”êñr>”j\x19 šF¬eÙ "
b"\x01 ò■öÛûrYƒPt}ØÄáG "
b"\x01 ò■öÛ‗rNªØþ\x1C ü}Oã "
b"\x01 ò■öÛ‗rNªØþ\x1C }─╗┐ "
b"\x01 ò■öÛ‗rNªØþ\x1C âÊÕ "
b"\x01 ò■öÛ‗rNªØþ\x1C É\x10 ç_ "
b"\x01 ò■öÛ‗rNªØþ\x1C ÄQ\x11\x07 "
b"\x01 •þ”êñr>”j\x19 šKöv\x1E "
b"\x01 ò■öÛ‗rNªØþ\x1C tPþæ "
b"\x01 •þ”êñr>”j\x19 š5\x14 gÙ "
b"\x01 •þ”êñr>”j\x19 š9…W• "
b"\x01 •þ”êñr>”j\x19 š!Õ)y "
b"\x01 •þ”êñr>”j\x19 š#~$3 "
b"\x01 •þ”êñr>”j\x19 š:þ¸è "
b"\x01 ò■öÛ‗rNªØþ\x1C èø[ô "
b"\x01 •þ”êñr>”j\x19 šEóõË "
b"\x01 •þ”êñr>”j\x19 š+xáE "
b"\x01 ò■öÛ‗rNªØþ\x1C z\x10 Hƒ "
b"\x01 •þ”êñr>”j\x19 šHAØ‹ "
b"\x01 •þ”êñr>”j\x19 š2{“é "
b"\x01 ò■öÛ‗rNªØþ\x1C s╚p0 "
b"\x01 •þ”êñr>”j\x19 šGB‹’ "
b"\x01 •þ”êñr>”j\x19 š$\x10\t • "
b"\x01 ò■öÛ‗rNªØþ\x1C z¼╔, "
b"\x01 •þ”êñr>”j\x19 š2¸p‰ "
b"\x01 ò■öÛ‗rNªØþ\x1C âHÇ│ "
b"\x01 •þ”êñr>”j\x19 š*\x10\x02 v "
b"\x01 ò■öÛ‗rNªØþ\x1C x‗ãO "
b"\x01 •þ”êñr>”j\x19 š:ú\x04 x "
b"\x01 •þ”êñr>”j\x19 š:,ÁŽ "
b"\x01 •þ”êñr>”j\x19 šPM\x1A ˆ "
b"\x01 •þ”êñr>”j\x19 š"{bÝ "
b"\x01 ò■öÛ‗rNªØþ\x1C çx\f ÿ "
b"\x01 ò■öÛ‗rNªØþ\x1C Ä┤`\x11 "
b"\x01 •þ”êñr>”j\x19 š<\x06 =S "
b"\x01 •þ”êñr>”j\x19 šQ·\x05 ^ "
b"\x01 •þ”êñr>”j\x19 š.žy¸ "
b"\x01 ò■öÛ‗rNªØþ\x1C uA\\e "
b"\x01 •þ”êñr>”j\x19 š)A³í "
b"\x01 •þ”êñr>”j\x19 š*éȦ "
b"\x01 ò■öÛ‗rNªØþ\x1C qMiî "
b"\x01 •þ”êñr>”j\x19 š@hFt "
b"\x01 ò■öÛ‗rNªØþ\x1C ïàuƒ "
b"\x01 ò■öÛ‗rNªØþ\x1C à ñ "
b"\x01 •þ”êñr>”j\x19 š,)ƒ‚ "
b"\x01 •þ”êñr>”j\x19 š8oèL "
b"\x01 ò■öÛ‗rNªØþ\x1C î\x19 ®³ "
b"\x01 •þ”êñr>”j\x19 šNCÕÎ "
b"\x01 •þ”êñr>”j\x19 š=ɳ2 "
b"\x01 ò■öÛ‗rNªØþ\x1C y(ô╝ "
b"\x01 ò■öÛ‗rNªØþ\x1C |┘╝§ "
]
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 (0x0195FE94E9EA738E890A7FC0CEBA7480 , 0x0195FE94EAF1723E946A199A38D4D769 , 0x0195FE94EB70704CBFDEE08051FCFBE1 , 0x0195FE94EB9672858D7C0860AB25EE65 , 0x0195FE94EB9672858D7C0860A5BBAD35 , 0x0195FE94EB9672858D7C0860A30CA39B , 0x0195FE94EAF1723E946A199A24C57A9B , 0x0195FE94EAF2724EA69DE71C8F146FF2 , 0x0195FE94EB70704CBFDEE0805501E062 , 0x0195FE94E9EA738E890A7FC0C5B93B8B , 0x0195FE94E9EA738E890A7FC0CC0BDCDF , 0x0195FE94E9EA738E890A7FC090EC9C80 , 0x0195FE94E9EA738E890A7FC09ED37FF5 , 0x0195FE94EA3D7225B4091ACCAAF7FE03 , 0x0195FE94EB70704CBFDEE08053FD12AB , 0x0195FE94E9EA738E890A7FC096CCA1AB , 0x0195FE94EA3D7225B4091ACCB2559376 , 0x0195FE94EA3D7225B4091ACCB9D8BF41 , 0x0195FE94EB70704CBFDEE0805717DE6A , 0x0195FE94EA3D7225B4091ACCA931A345 , 0x0195FE94EB447072B2515B05133C66EE , 0x0195FE94EB447072B2515B050FBD57D1 , 0x0195FE94EB447072B2515B0512F2A1ED , 0x0195FE94EB447072B2515B051489D7BD , 0x0195FE94EA3D7225B4091ACC6F27AFB4 , 0x0195FE94EA3D7225B4091ACC7406DD7E , 0x0195FE94EB447072B2515B051666253B , 0x0195FE94EB68713B86944990EB1CD2F9 , 0x0195FE94EB70704CBFDEE0804FF368F4 , 0x0195FE94EB68713B86944990EACD87B2 , 0x0195FE94EB68713B86944990EC872A53 , 0x0195FE94EB68713B86944990EBBC97BF , 0x0195FE94EB70704CBFDEE0804C984E67 , 0x0195FE94EB70704CBFDEE0804D320E70 , 0x0195FE94EB70704CBFDEE080565C307E , 0x0195FE94EB447072B2515B0512FAC71C , 0x0195FE94EB447072B2515B051063FBD8 , 0x0195FE94EAF2724EA69DE71C8B57A641 , 0x0195FE94EAF2724EA69DE71C880B128E , 0x0195FE94EB70704CBFDEE080534DA9CA , 0x0195FE94EB70704CBFDEE08052B9C5F2 , 0x0195FE94EA3D7225B4091ACCC3B81C5C , 0x0195FE94EBAB722EBCB9AF4AE0CFD305 , 0x0195FE94EB68713B86944990EBF8A621 , 0x0195FE94EB447072B2515B050DFDB55F , 0x0195FE94EBAB722EBCB9AF4AE240149D , 0x0195FE94EBAB722EBCB9AF4AE93690F7 , 0x0195FE94EA3D7225B4091ACC74C6A533 , 0x0195FE94E9EA738E890A7FC0B074ED65 , 0x0195FE94EA9672599F50747D8E739EEC , 0x0195FE94EB7F705F8F5A2776A579162B , 0x0195FE94EB9672858D7C0860A8AB0D3F , 0x0195FE94E9EA738E890A7FC09D5B0DB7 , 0x0195FE94E9EA738E890A7FC0924DE473 , 0x0195FE94E9EA738E890A7FC0C43E9A72 , 0x0195FE94EB9672858D7C0860AE63C7DF , 0x0195FE94EB9672858D7C0860AC8025C5 , 0x0195FE94EA9672599F50747D6DDC0C16 , 0x0195FE94EA9672599F50747D98D69DB8 , 0x0195FE94EA9672599F50747DA55C5866 , 0x0195FE94EB7F705F8F5A2776ADFA97F9 , 0x0195FE94EB7F705F8F5A2776A1E13D10 , 0x0195FE94EB5A73B99A870D854EA19954 , 0x0195FE94EB70704CBFDEE0805179CD70 , 0x0195FE94EB5A73B99A870D8549EAB348 , 0x0195FE94EB5A73B99A870D854E7A82F3 , 0x0195FE94EB5A73B99A870D85536719CE , 0x0195FE94EB447072B2515B051236C0B4 , 0x0195FE94EB5A73B99A870D8552598380 , 0x0195FE94EBAB722EBCB9AF4AE9895273 , 0x0195FE94EB5A73B99A870D8551109865 , 0x0195FE94EBAC7069AB3C7ABE1F3C9C26 , 0x0195FE94EBAC7069AB3C7ABE20220E58 , 0x0195FE94EBAB722EBCB9AF4AE3BA18ED , 0x0195FE94EB447072B2515B050CF7559C , 0x0195FE94EB5A73B99A870D854D426DCD , 0x0195FE94EBAB722EBCB9AF4AE49611A2 , 0x0195FE94EB5A73B99A870D855472EEC1 , 0x0195FE94EB5A73B99A870D854B8EBF9F , 0x0195FE94EB447072B2515B05115E5809 , 0x0195FE94EB70704CBFDEE0805068D731 , 0x0195FE94EB447072B2515B0516D03287 , 0x0195FE94EAF2724EA69DE71C863BEC58 , 0x0195FE94EAF1723E946A199A2C85B057 , 0x0195FE94EAF1723E946A199A415F315E , 0x0195FE94EBAC7069AB3C7ABE1E5A46A2 , 0x0195FE94EBAB722EBCB9AF4AEC2EECF7 , 0x0195FE94E9EA738E890A7FC0A201986E , 0x0195FE94E9EA738E890A7FC0B421366E , 0x0195FE94E9EA738E890A7FC0B9BE00BE , 0x0195FE94EA3D7225B4091ACC70ABFA47 , 0x0195FE94EA3D7225B4091ACC730CD6C4 , 0x0195FE94EA3D7225B4091ACC99E3D2C3 , 0x0195FE94EA9672599F50747DA6CFBC52 , 0x0195FE94E9EA738E890A7FC08544793F , 0x0195FE94E9EA738E890A7FC090721842 , 0x0195FE94EA3D7225B4091ACC9C765865 , 0x0195FE94EA3D7225B4091ACC9D691774 , 0x0195FE94EA9672599F50747D79847105 , 0x0195FE94EA9672599F50747D8C9F1EB5 , 0x0195FE94EA9672599F50747D9C15B24A , 0x0195FE94E9EA738E890A7FC0AE3FFABD , 0x0195FE94E9EA738E890A7FC0BD8E6391 , 0x0195FE94E9EA738E890A7FC0CAA9AF97 , 0x0195FE94EA3D7225B4091ACC7CDCB51C , 0x0195FE94EA3D7225B4091ACC9E9FB552 , 0x0195FE94EA3D7225B4091ACCC078A8E7 , 0x0195FE94EA9672599F50747D6D740EDC , 0x0195FE94E9EA738E890A7FC08FD0737A , 0x0195FE94E9EA738E890A7FC0954F7B13 , 0x0195FE94E9EA738E890A7FC09BBFB2B7 , 0x0195FE94EA3D7225B4091ACC6F04377E , 0x0195FE94EA3D7225B4091ACCBA46A6F4 , 0x0195FE94EA3D7225B4091ACCBF8C2F45 , 0x0195FE94EA9672599F50747D7BB07323 , 0x0195FE94EA9672599F50747D9184FC91 , 0x0195FE94EA9672599F50747D97B21A1C , 0x0195FE94E9EA738E890A7FC0887FFF01 , 0x0195FE94E9EA738E890A7FC08DD02B40 , 0x0195FE94E9EA738E890A7FC0BFF803F1 , 0x0195FE94EA3D7225B4091ACC8E247E7A , 0x0195FE94EA3D7225B4091ACCB16F6EED , 0x0195FE94EA3D7225B4091ACCBB3E35D3 , 0x0195FE94EA9672599F50747D900986FF , 0x0195FE94E9EA738E890A7FC0B8DA181B , 0x0195FE94E9EA738E890A7FC0C163AFAF , 0x0195FE94E9EA738E890A7FC0C72F68D6 , 0x0195FE94E9EA738E890A7FC0AA5DBE47 , 0x0195FE94E9EA738E890A7FC0C70794D5 , 0x0195FE94EA3D7225B4091ACC70453AF8 , 0x0195FE94EA3D7225B4091ACC78829C06 , 0x0195FE94E9EA738E890A7FC0A626EAA3 , 0x0195FE94E9EA738E890A7FC0B61D4865 , 0x0195FE94E9EA738E890A7FC0C36C9A39 , 0x0195FE94EA3D7225B4091ACCB2B9A03D , 0x0195FE94E9EA738E890A7FC09C5A490D , 0x0195FE94E9EA738E890A7FC0A53A5516 , 0x0195FE94E9EA738E890A7FC0A77F53C1 , 0x0195FE94EA3D7225B4091ACC87B6A976 , 0x0195FE94EA3D7225B4091ACC9805DCA8 , 0x0195FE94EA9672599F50747DAE7CBEB0 , 0x0195FE94E9EA738E890A7FC08F3D7595 , 0x0195FE94E9EA738E890A7FC0A772DDBF , 0x0195FE94EA3D7225B4091ACCC3992A8E , 0x0195FE94E9EA738E890A7FC088C5B434 , 0x0195FE94E9EA738E890A7FC0904199C4 , 0x0195FE94E9EA738E890A7FC0A12058F0 , 0x0195FE94EA3D7225B4091ACC8188DFE3 , 0x0195FE94EA3D7225B4091ACC939A7717 , 0x0195FE94EA9672599F50747D6C91F787 , 0x0195FE94EA9672599F50747DA097D186 , 0x0195FE94E9EA738E890A7FC08680B236 , 0x0195FE94E9EA738E890A7FC09D3301B8 , 0x0195FE94E9EA738E890A7FC0A5C712C2 , 0x0195FE94EA3D7225B4091ACC72155B29 , 0x0195FE94EA9672599F50747D8B9A75BD , 0x0195FE94EAF1723E946A199A4C57A0DD , 0x0195FE94E9EA738E890A7FC087161048 , 0x0195FE94E9EA738E890A7FC08E902201 , 0x0195FE94E9EA738E890A7FC0B836424B , 0x0195FE94EA3D7225B4091ACC7A6E6C72 , 0x0195FE94EA3D7225B4091ACC8E5D1EC5 , 0x0195FE94E9EA738E890A7FC0B202A4F0 , 0x0195FE94EA3D7225B4091ACC82AE1162 , 0x0195FE94EA3D7225B4091ACC947992D5 , 0x0195FE94EA3D7225B4091ACCC1AE7687 , 0x0195FE94EA9672599F50747D75F241BB , 0x0195FE94EA9672599F50747D8AEE14D1 , 0x0195FE94EAF1723E946A199A316C1753 , 0x0195FE94E9EA738E890A7FC0A9163ADA , 0x0195FE94EA3D7225B4091ACCA741E51A , 0x0195FE94E9EA738E890A7FC09F357EB1 , 0x0195FE94E9EA738E890A7FC0A9119D50 , 0x0195FE94E9EA738E890A7FC0C262E2C9 , 0x0195FE94EA3D7225B4091ACC8F7E2CC0 , 0x0195FE94EA3D7225B4091ACCB4EA2C21 , 0x0195FE94EA3D7225B4091ACCBA56808F , 0x0195FE94EA9672599F50747D6D756C67 , 0x0195FE94EA9672599F50747D70B7C99A , 0x0195FE94EA9672599F50747DADC70EC4 , 0x0195FE94EAF1723E946A199A350BDC28 , 0x0195FE94E9EA738E890A7FC0BBA49DEB , 0x0195FE94E9EA738E890A7FC0CD72147E , 0x0195FE94EA3D7225B4091ACC92C3B0D3 , 0x0195FE94EA3D7225B4091ACCBDA1A787 , 0x0195FE94EA9672599F50747D74B20382 , 0x0195FE94EA9672599F50747DACEFC10F , 0x0195FE94EAF1723E946A199A3625038E , 0x0195FE94E9EA738E890A7FC0BAF2963E , 0x0195FE94EA3D7225B4091ACC991C92DE , 0x0195FE94EA9672599F50747D758D8AE7 , 0x0195FE94EA9672599F50747D819116E7 , 0x0195FE94EA9672599F50747D939A4642 , 0x0195FE94E9EA738E890A7FC0B0865E93 , 0x0195FE94E9EA738E890A7FC0C1C58574 , 0x0195FE94EA3D7225B4091ACC90441022 , 0x0195FE94EA3D7225B4091ACC91CDEC42 , 0x0195FE94EA3D7225B4091ACCAF60ABA8 , 0x0195FE94EA9672599F50747DAB4525A3 , 0x0195FE94E9EA738E890A7FC0ACEE2E20 , 0x0195FE94E9EA738E890A7FC0BBD98A17 , 0x0195FE94EA3D7225B4091ACC8868E289 , 0x0195FE94EA3D7225B4091ACC95BEE1A2 , 0x0195FE94EA9672599F50747D71722A65 , 0x0195FE94EA9672599F50747D9274A11B , 0x0195FE94EA9672599F50747D95E2DF2C , 0x0195FE94E9EA738E890A7FC09B2EBAD2 , 0x0195FE94EA3D7225B4091ACC8BB1D7F0 , 0x0195FE94EA3D7225B4091ACCA213D710 , 0x0195FE94EA9672599F50747D7F021587 , 0x0195FE94EA9672599F50747D8495949E , 0x0195FE94EA9672599F50747DA9E53359 , 0x0195FE94E9EA738E890A7FC09453FC05 , 0x0195FE94E9EA738E890A7FC0C9F60CAD , 0x0195FE94EA3D7225B4091ACCB4FA7666 , 0x0195FE94E9EA738E890A7FC0A4B64CCF , 0x0195FE94E9EA738E890A7FC0ACC0D699 , 0x0195FE94EA3D7225B4091ACCBEA2396C , 0x0195FE94E9EA738E890A7FC0A7398A38 , 0x0195FE94E9EA738E890A7FC0A945AF5C , 0x0195FE94E9EA738E890A7FC0BB233E5B , 0x0195FE94EA3D7225B4091ACC79478791 , 0x0195FE94EA3D7225B4091ACC9DA60B04 , 0x0195FE94EA9672599F50747DA6192DD1 , 0x0195FE94EAF1723E946A199A3D1D7DA6 , 0x0195FE94E9EA738E890A7FC0B2D1067F , 0x0195FE94E9EA738E890A7FC0C92A0730 , 0x0195FE94EA3D7225B4091ACC8167640C , 0x0195FE94EA3D7225B4091ACC85A6E8F7 , 0x0195FE94EA3D7225B4091ACC868BD788 , 0x0195FE94E9EA738E890A7FC0AB376135 , 0x0195FE94EA3D7225B4091ACC7EC04533 , 0x0195FE94EA3D7225B4091ACC83AA71A4 , 0x0195FE94EA9672599F50747D84CE8560 , 0x0195FE94E9EA738E890A7FC0848DFDAB , 0x0195FE94E9EA738E890A7FC0AF7A5D71 , 0x0195FE94EA3D7225B4091ACC80D7341F , 0x0195FE94EA3D7225B4091ACC8CD09659 , 0x0195FE94EA3D7225B4091ACC972E5DD6 , 0x0195FE94EA9672599F50747D8DD71DC8 , 0x0195FE94E9EA738E890A7FC0C2F09426 , 0x0195FE94E9EA738E890A7FC0C67297FF , 0x0195FE94EA3D7225B4091ACC7B560E10 , 0x0195FE94EA3D7225B4091ACCAD887B0F , 0x0195FE94EA9672599F50747D77214107 , 0x0195FE94EA9672599F50747D8F7744DA , 0x0195FE94EA9672599F50747DA9C10BE3 , 0x0195FE94E9EA738E890A7FC0A894CB65 , 0x0195FE94E9EA738E890A7FC0CCCC9661 , 0x0195FE94E9EA738E890A7FC093405CB2 , 0x0195FE94EA3D7225B4091ACC912D4155 , 0x0195FE94E9EA738E890A7FC0836C335E , 0x0195FE94E9EA738E890A7FC09C64E397 , 0x0195FE94E9EA738E890A7FC0BCCF923C , 0x0195FE94EA3D7225B4091ACC6FF88086 , 0x0195FE94EA3D7225B4091ACCB6777CED , 0x0195FE94E9EA738E890A7FC098090D89 , 0x0195FE94EA9672599F50747D820BBBAA , 0x0195FE94E9EA738E890A7FC08D97287C , 0x0195FE94E9EA738E890A7FC09AE1BB23 , 0x0195FE94E9EA738E890A7FC0CC781CD5 , 0x0195FE94EA3D7225B4091ACC7FE57417 , 0x0195FE94EA3D7225B4091ACC9894B781 , 0x0195FE94EA3D7225B4091ACCA4CA4EA3 , 0x0195FE94EA9672599F50747D799082C1 , 0x0195FE94EA9672599F50747D83AB2684 , 0x0195FE94E9EA738E890A7FC0B541B231 , 0x0195FE94EA3D7225B4091ACC8D823CAD , 0x0195FE94E9EA738E890A7FC0AE0F1649 , 0x0195FE94EA3D7225B4091ACC7C0443CB , 0x0195FE94EA9672599F50747DA59879A5 , 0x0195FE94E9EA738E890A7FC0B5268E89 , 0x0195FE94EA3D7225B4091ACCA0C43005 , 0x0195FE94EA3D7225B4091ACCB3F2898C , 0x0195FE94E9EA738E890A7FC0B382DC60 , 0x0195FE94EA3D7225B4091ACC8BE6BE26 , 0x0195FE94EA3D7225B4091ACCAA09DFA5 , 0x0195FE94EA3D7225B4091ACCBEEC1040 , 0x0195FE94E9EA738E890A7FC0C8E37A2D , 0x0195FE94EA3D7225B4091ACCAB320BE0 , 0x0195FE94E9EA738E890A7FC095E0A042 , 0x0195FE94E9EA738E890A7FC0A556DD06 , 0x0195FE94EA3D7225B4091ACC9FA6D1C4 , 0x0195FE94EA3D7225B4091ACCB5B5524A , 0x0195FE94EA9672599F50747D78B30AB5 , 0x0195FE94EA9672599F50747DA1C5C335 , 0x0195FE94E9EA738E890A7FC0828C7EF6 , 0x0195FE94E9EA738E890A7FC0A319C107 , 0x0195FE94EA9672599F50747D6EE93AAA , 0x0195FE94E9EA738E890A7FC0A255588D , 0x0195FE94EA9672599F50747D689AD7CC , 0x0195FE94EA9672599F50747DAD01C995 , 0x0195FE94EAF1723E946A199A36AC4E6D , 0x0195FE94E9EA738E890A7FC0BABD01CE , 0x0195FE94E9EA738E890A7FC0BFA74D42 , 0x0195FE94E9EA738E890A7FC0CC0D7D70 , 0x0195FE94EA3D7225B4091ACC767CF70C , 0x0195FE94EA3D7225B4091ACCBCF74821 , 0x0195FE94EA9672599F50747D930C7F51 , 0x0195FE94EA9672599F50747D9B61AD5A , 0x0195FE94EAF1723E946A199A22CEB714 , 0x0195FE94E9EA738E890A7FC0862C26FD , 0x0195FE94EA9672599F50747DA30E9FF1 , 0x0195FE94E9EA738E890A7FC0AFEC9071 , 0x0195FE94EA3D7225B4091ACC932F1066 , 0x0195FE94EA9672599F50747D94F9763C , 0x0195FE94EA3D7225B4091ACC7BC08238 , 0x0195FE94EA3D7225B4091ACC7F8176A5 , 0x0195FE94EA3D7225B4091ACCB961DA11 , 0x0195FE94EA9672599F50747D7E98F1E1 , 0x0195FE94E9EA738E890A7FC09720198F , 0x0195FE94E9EA738E890A7FC0A1FC17E0 , 0x0195FE94EA9672599F50747D9411CCDE , 0x0195FE94E9EA738E890A7FC0C0887819 , 0x0195FE94EA3D7225B4091ACCAE10B416 , 0x0195FE94E9EA738E890A7FC098BA886E , 0x0195FE94E9EA738E890A7FC0B12397AA , 0x0195FE94EA3D7225B4091ACC8AD79B71 , 0x0195FE94EA3D7225B4091ACC8F2FCD74 , 0x0195FE94EA3D7225B4091ACC9EBE0482 , 0x0195FE94EA9672599F50747D9ECC03D0 , 0x0195FE94EA9672599F50747DAD5C4EA9 , 0x0195FE94E9EA738E890A7FC0BAD79FCC , 0x0195FE94EA3D7225B4091ACCAC8A50A9 , 0x0195FE94EA3D7225B4091ACC7DE73367 , 0x0195FE94EA9672599F50747D7B31723D , 0x0195FE94E9EA738E890A7FC0AC50B387 , 0x0195FE94E9EA738E890A7FC0AD764632 , 0x0195FE94E9EA738E890A7FC0B9EC94D7 , 0x0195FE94EA3D7225B4091ACCA0253760 , 0x0195FE94EA9672599F50747D7A436BC2 , 0x0195FE94EA9672599F50747D6C6C07C7 , 0x0195FE94EA9672599F50747D7CA22908 , 0x0195FE94EA3D7225B4091ACC754730AD , 0x0195FE94EA9672599F50747D82F4257A , 0x0195FE94EA9672599F50747D97B7369D , 0x0195FE94EA9672599F50747DA213E8DE , 0x0195FE94EAF1723E946A199A3EAD6537 , 0x0195FE94EA3D7225B4091ACC86FE9688 , 0x0195FE94EA3D7225B4091ACC9AB84A38 , 0x0195FE94E9EA738E890A7FC0A992FFE5 , 0x0195FE94EA9672599F50747D69DF6BC6 , 0x0195FE94E9EA738E890A7FC09C30BC8F , 0x0195FE94EA3D7225B4091ACC7713A484 , 0x0195FE94EA3D7225B4091ACCAF73E8BD , 0x0195FE94E9EA738E890A7FC099A41A62 , 0x0195FE94EA9672599F50747D73494A3C , 0x0195FE94EA9672599F50747DAE7833BC , 0x0195FE94E9EA738E890A7FC0A6C51819 , 0x0195FE94EA3D7225B4091ACC8238D575 , 0x0195FE94EA9672599F50747DA7F9525C , 0x0195FE94E9EA738E890A7FC081D1C4EA , 0x0195FE94E9EA738E890A7FC0872DB587 , 0x0195FE94E9EA738E890A7FC0B753E3C3 , 0x0195FE94E9EA738E890A7FC0C803E03E , 0x0195FE94EA9672599F50747DA95EDFD8 , 0x0195FE94E9EA738E890A7FC0A0272E27 , 0x0195FE94EA9672599F50747DAC24DAC1 , 0x0195FE94E9EA738E890A7FC0C52E96F7 , 0x0195FE94EA3D7225B4091ACC7CFBE8FE , 0x0195FE94EA3D7225B4091ACC89E36019 , 0x0195FE94EA9672599F50747D89473F3B , 0x0195FE94E9EA738E890A7FC098ADA387 , 0x0195FE94E9EA738E890A7FC0A03F8747 , 0x0195FE94E9EA738E890A7FC0B4F4D206 , 0x0195FE94E9EA738E890A7FC0B6D361FD , 0x0195FE94EA3D7225B4091ACC79164548 , 0x0195FE94EA3D7225B4091ACC8477CA38 , 0x0195FE94E9EA738E890A7FC097E07F0D , 0x0195FE94EA3D7225B4091ACCB7EED05B , 0x0195FE94EA9672599F50747D6803F425 , 0x0195FE94E9EA738E890A7FC0875DE4D6 , 0x0195FE94EA9672599F50747D9F410577 , 0x0195FE94EA3D7225B4091ACC855F40E9 , 0x0195FE94EA3D7225B4091ACCA0CEFBC7 , 0x0195FE94EA9672599F50747D8BA7F560 , 0x0195FE94E9EA738E890A7FC0A47384AE , 0x0195FE94E9EA738E890A7FC09AD8EAA4 , 0x0195FE94E9EA738E890A7FC0ABE9A5C7 , 0x0195FE94EA3D7225B4091ACC762E0C21 , 0x0195FE94EA3D7225B4091ACC997C1005 , 0x0195FE94EA3D7225B4091ACCAE92838D , 0x0195FE94EA3D7225B4091ACCB0DCCBEC , 0x0195FE94EA9672599F50747D725BC4C0 , 0x0195FE94EA9672599F50747D96BAB444 , 0x0195FE94E9EA738E890A7FC0BF2BC749 , 0x0195FE94EA3D7225B4091ACCB6F70C1B , 0x0195FE94E9EA738E890A7FC0CDCE689B , 0x0195FE94EA3D7225B4091ACCA44C8BBA , 0x0195FE94EA3D7225B4091ACCA9182F35 , 0x0195FE94EA9672599F50747D9DC0CFBD , 0x0195FE94E9EA738E890A7FC0C53BFE1C , 0x0195FE94EA3D7225B4091ACC8962F676 , 0x0195FE94EA9672599F50747D83002426 , 0x0195FE94E9EA738E890A7FC08CAECDA8 , 0x0195FE94EA9672599F50747D80FCB4AA , 0x0195FE94EA3D7225B4091ACC6F7F2712 , 0x0195FE94EA3D7225B4091ACCA1AAC51B , 0x0195FE94EA3D7225B4091ACCABAD288A , 0x0195FE94EA9672599F50747D73D92115 , 0x0195FE94EA3D7225B4091ACCB034C515 , 0x0195FE94EAF2724EA69DE71C83EDB424 , 0x0195FE94E9EA738E890A7FC08AC4278E , 0x0195FE94EA3D7225B4091ACCA209BF0D , 0x0195FE94EA3D7225B4091ACCA3A0671B , 0x0195FE94EA9672599F50747DA22988D5 , 0x0195FE94EAF1723E946A199A2887428E , 0x0195FE94E9EA738E890A7FC08BC91601 , 0x0195FE94EA9672599F50747D7092B15F , 0x0195FE94EA9672599F50747D7D9BDBDE , 0x0195FE94E9EA738E890A7FC092A222F7 , 0x0195FE94EA3D7225B4091ACC714D4B84 , 0x0195FE94EA9672599F50747D845898D8 , 0x0195FE94E9EA738E890A7FC083A11347 , 0x0195FE94E9EA738E890A7FC0BD9B200C , 0x0195FE94EA3D7225B4091ACCC0AFD7DE , 0x0195FE94E9EA738E890A7FC0972AC352 , 0x0195FE94EA9672599F50747D9A03CD97 , 0x0195FE94EAF1723E946A199A2F8516D3 , 0x0195FE94E9EA738E890A7FC0AEA37A3A , 0x0195FE94EA9672599F50747DAD6CF4E4 , 0x0195FE94EA9672599F50747D9BB8F5BC , 0x0195FE94EA9672599F50747DB0667A75 , 0x0195FE94EA3D7225B4091ACC77FBAD40 , 0x0195FE94EA9672599F50747D87DE0FEA , 0x0195FE94EA3D7225B4091ACC7213B93B , 0x0195FE94EA3D7225B4091ACC8A7C0124 , 0x0195FE94EA9672599F50747D70A1766E , 0x0195FE94EA9672599F50747D77F04DD9 , 0x0195FE94EA9672599F50747D9CE8C393 , 0x0195FE94EAF1723E946A199A2611DB99 , 0x0195FE94E9EA738E890A7FC09A469F6E , 0x0195FE94EA9672599F50747D6AADE135 , 0x0195FE94EA9672599F50747D75225D48 , 0x0195FE94EA9672599F50747D7A8F4BB9 , 0x0195FE94EAF1723E946A199A432B6FF8 , 0x0195FE94EA3D7225B4091ACC8640EAF7 , 0x0195FE94E9EA738E890A7FC09E468CC1 , 0x0195FE94EA3D7225B4091ACCA2F852B6 , 0x0195FE94EA9672599F50747D80536FF9 , 0x0195FE94EA9672599F50747DA665DF70 , 0x0195FE94EA9672599F50747D7764934C , 0x0195FE94EAF2724EA69DE71C72C381BF , 0x0195FE94EA3D7225B4091ACCA83C9510 , 0x0195FE94EA9672599F50747DA3BC092A , 0x0195FE94EA9672599F50747DA60FB18A , 0x0195FE94E9EA738E890A7FC09E1F79C2 , 0x0195FE94E9EA738E890A7FC0A7C55BF3 , 0x0195FE94EA3D7225B4091ACC96093B28 , 0x0195FE94E9EA738E890A7FC0BE359918 , 0x0195FE94EA3D7225B4091ACCA644F7E8 , 0x0195FE94E9EA738E890A7FC091C1CB85 , 0x0195FE94EA9672599F50747D83FF05B0 , 0x0195FE94EA9672599F50747DA4CDC87F , 0x0195FE94EA9672599F50747DA35C0ADC , 0x0195FE94E9EA738E890A7FC0A4124A8A , 0x0195FE94EA3D7225B4091ACC80ECF847 , 0x0195FE94EA3D7225B4091ACC8D5B75FB , 0x0195FE94EA9672599F50747DAE2A02F9 , 0x0195FE94E9EA738E890A7FC0895ED6C8 , 0x0195FE94EA9672599F50747DAE5C9F73 , 0x0195FE94EA3D7225B4091ACC995C5220 , 0x0195FE94EA3D7225B4091ACCB78BF2C3 , 0x0195FE94EA9672599F50747D88C3B25B , 0x0195FE94E9EA738E890A7FC0AB6D8582 , 0x0195FE94EA9672599F50747D75D67420 , 0x0195FE94EAF2724EA69DE71C76B6D495 , 0x0195FE94EA9672599F50747DAA77DEE9 , 0x0195FE94E9EA738E890A7FC089EAC512 , 0x0195FE94E9EA738E890A7FC0AB0DE33F , 0x0195FE94EA9672599F50747D9AFDF0BA , 0x0195FE94EA9672599F50747D6E699656 , 0x0195FE94EA9672599F50747D7849F3BD , 0x0195FE94EAF1723E946A199A2DD7256C , 0x0195FE94EA3D7225B4091ACC9FE12F45 , 0x0195FE94EA3D7225B4091ACCAD7B45D1 , 0x0195FE94EAF1723E946A199A4EB0EEE8 , 0x0195FE94EA9672599F50747D721FB10A , 0x0195FE94EAF2724EA69DE71C7B8DA579 , 0x0195FE94E9EA738E890A7FC0941E3A94 , 0x0195FE94EA3D7225B4091ACCC35F6EA3 , 0x0195FE94EA9672599F50747D7FAD62B9 , 0x0195FE94EA9672599F50747D865ACB8F , 0x0195FE94EAF2724EA69DE71C7383506D , 0x0195FE94EA3D7225B4091ACC94E932C7 , 0x0195FE94EA9672599F50747D88C36C1A , 0x0195FE94EA9672599F50747D8AE26768 , 0x0195FE94EA3D7225B4091ACCA0CD716D , 0x0195FE94EA9672599F50747D98A8E679 , 0x0195FE94EA3D7225B4091ACC6ED094E7 , 0x0195FE94EA9672599F50747D7A8A496F , 0x0195FE94E9EA738E890A7FC08B1A6165 , 0x0195FE94EA3D7225B4091ACC799E2EA3 , 0x0195FE94EAF2724EA69DE71C829D51AD , 0x0195FE94E9EA738E890A7FC0CB3726A3 , 0x0195FE94EA9672599F50747DA18DD4E2 , 0x0195FE94E9EA738E890A7FC08789DAF7 , 0x0195FE94EA3D7225B4091ACC9B9725CD , 0x0195FE94EA3D7225B4091ACC8904F1D3 , 0x0195FE94EA9672599F50747D8EC3943A , 0x0195FE94EA9672599F50747D68BE7BA8 , 0x0195FE94EA9672599F50747D85BF54A0 , 0x0195FE94E9EA738E890A7FC09B539258 , 0x0195FE94EA3D7225B4091ACCA5BACF9D , 0x0195FE94EA9672599F50747D7B63E1D6 , 0x0195FE94EA3D7225B4091ACCBE543C2D , 0x0195FE94EA9672599F50747D93A9D407 , 0x0195FE94EAF1723E946A199A343C3F6F , 0x0195FE94E9EA738E890A7FC0C8DD51E3 , 0x0195FE94EA9672599F50747D8AE7FF56 , 0x0195FE94E9EA738E890A7FC09619A37E , 0x0195FE94EA3D7225B4091ACCBB83E26A , 0x0195FE94EA9672599F50747D698CF099 , 0x0195FE94EAF2724EA69DE71C8AAF5783 , 0x0195FE94E9EA738E890A7FC0B6F7EB6F , 0x0195FE94EA9672599F50747D988D4101 , 0x0195FE94EA9672599F50747DA74EEB0F , 0x0195FE94EA3D7225B4091ACC7DFC5C5B , 0x0195FE94EA9672599F50747D734E22A7 , 0x0195FE94EA3D7225B4091ACCC3AC2501 , 0x0195FE94EAF1723E946A199A4927EB26 , 0x0195FE94EA9672599F50747D688C9692 , 0x0195FE94EA3D7225B4091ACC95E7C2DE , 0x0195FE94EA9672599F50747D6A1450E9 , 0x0195FE94EAF2724EA69DE71C7CFFFB23 , 0x0195FE94EA9672599F50747DA3F2D853 , 0x0195FE94EA9672599F50747DADBD3786 , 0x0195FE94EA3D7225B4091ACC7F111884 , 0x0195FE94EA9672599F50747D7645BEFD , 0x0195FE94E9EA738E890A7FC0BF3D9D4C , 0x0195FE94EA3D7225B4091ACC81E6CB32 , 0x0195FE94EAF2724EA69DE71C86CCD87A , 0x0195FE94EA3D7225B4091ACCB8E5826C , 0x0195FE94E9EA738E890A7FC0B9B35658 , 0x0195FE94EA3D7225B4091ACC8F5B1D3A , 0x0195FE94EA9672599F50747D99E52FB4 , 0x0195FE94EA9672599F50747D90F650EF , 0x0195FE94EA9672599F50747D6B866948 , 0x0195FE94EA9672599F50747DA91840CA , 0x0195FE94EAF2724EA69DE71C8BCD8494 , 0x0195FE94EA3D7225B4091ACCB38BBB0C , 0x0195FE94EA9672599F50747D8CDC65D4 , 0x0195FE94EAF2724EA69DE71C7C03F36C , 0x0195FE94EA9672599F50747D990C2CF4 , 0x0195FE94EAF1723E946A199A4D2E0466 , 0x0195FE94EA3D7225B4091ACCBC7DCCEB , 0x0195FE94EA3D7225B4091ACCC2861293 , 0x0195FE94EA9672599F50747D6FF8FBF7 , 0x0195FE94EA9672599F50747DAF699F69 , 0x0195FE94EAF1723E946A199A3C5DADD1 , 0x0195FE94EAF1723E946A199A3F85B487 , 0x0195FE94EA9672599F50747D6F926232 , 0x0195FE94EA3D7225B4091ACC96B38282 , 0x0195FE94EA9672599F50747D74710C27 , 0x0195FE94EA9672599F50747D9FC5C030 , 0x0195FE94EA9672599F50747D6AF04228 , 0x0195FE94EA9672599F50747D7E36EE19 , 0x0195FE94EA9672599F50747D9E55A8C4 , 0x0195FE94EAF2724EA69DE71C713D9DED , 0x0195FE94EA9672599F50747DA8AB8757 , 0x0195FE94EAF1723E946A199A3FEC9C58 , 0x0195FE94EA9672599F50747DA9D375CB , 0x0195FE94EA3D7225B4091ACC8A16AAA4 , 0x0195FE94EA9672599F50747D898F9704 , 0x0195FE94EAF2724EA69DE71C86265825 , 0x0195FE94EAF1723E946A199A27D36690 , 0x0195FE94EAF1723E946A199A4DD366BF , 0x0195FE94EA9672599F50747D8A1B0D97 , 0x0195FE94EA9672599F50747D99C16AA7 , 0x0195FE94EAF2724EA69DE71C8A7A02D4 , 0x0195FE94EAF2724EA69DE71C8E61A0DB , 0x0195FE94EA9672599F50747DAC41C7FF , 0x0195FE94EA9672599F50747D9FFE571E , 0x0195FE94EAF2724EA69DE71C77E14DE8 , 0x0195FE94EAF1723E946A199A33988A09 , 0x0195FE94EAF2724EA69DE71C89EA328B , 0x0195FE94EAF2724EA69DE71C71F1C870 , 0x0195FE94EAF1723E946A199A421C687B , 0x0195FE94EAF1723E946A199A378213F7 , 0x0195FE94EAF1723E946A199A25291908 , 0x0195FE94EA9672599F50747D727F5BF6 , 0x0195FE94EA9672599F50747D86E0D6C0 , 0x0195FE94EAF1723E946A199A2731284B , 0x0195FE94EAF1723E946A199A46AC65D9 , 0x0195FE94EA9672599F50747D9D8EA047 , 0x0195FE94EAF2724EA69DE71C817D4FC6 , 0x0195FE94EAF2724EA69DE71C7DC4BBBF , 0x0195FE94EAF2724EA69DE71C83D2F0E5 , 0x0195FE94EAF2724EA69DE71C9010875F , 0x0195FE94EAF2724EA69DE71C8E511107 , 0x0195FE94EAF1723E946A199A4BF6761E , 0x0195FE94EAF2724EA69DE71C7450E791 , 0x0195FE94EAF1723E946A199A351467D9 , 0x0195FE94EAF1723E946A199A39855795 , 0x0195FE94EAF1723E946A199A21D52979 , 0x0195FE94EAF1723E946A199A237E2433 , 0x0195FE94EAF1723E946A199A3AFEB8E8 , 0x0195FE94EAF2724EA69DE71C8A9B5B93 , 0x0195FE94EAF1723E946A199A45F3F5CB , 0x0195FE94EAF1723E946A199A2B78E145 , 0x0195FE94EAF2724EA69DE71C7A10489F , 0x0195FE94EAF1723E946A199A4841D88B , 0x0195FE94EAF1723E946A199A327B93E9 , 0x0195FE94EAF2724EA69DE71C73C87030 , 0x0195FE94EAF1723E946A199A47428B92 , 0x0195FE94EAF1723E946A199A24100995 , 0x0195FE94EAF2724EA69DE71C7AACC92C , 0x0195FE94EAF1723E946A199A32B87089 , 0x0195FE94EAF2724EA69DE71C834880B3 , 0x0195FE94EAF1723E946A199A2A100276 , 0x0195FE94EAF2724EA69DE71C78F2C64F , 0x0195FE94EAF1723E946A199A3AFA0478 , 0x0195FE94EAF1723E946A199A3A2CC18E , 0x0195FE94EAF1723E946A199A504D1A88 , 0x0195FE94EAF1723E946A199A227B62DD , 0x0195FE94EAF2724EA69DE71C87780C98 , 0x0195FE94EAF2724EA69DE71C8EB46011 , 0x0195FE94EAF1723E946A199A3C063D53 , 0x0195FE94EAF1723E946A199A51B7055E , 0x0195FE94EAF1723E946A199A2E9E79B8 , 0x0195FE94EAF2724EA69DE71C75415C1B , 0x0195FE94EAF1723E946A199A2941B3ED , 0x0195FE94EAF1723E946A199A2AE9C8A6 , 0x0195FE94EAF2724EA69DE71C714D698C , 0x0195FE94EAF1723E946A199A40684674 , 0x0195FE94EAF2724EA69DE71C8B85759F , 0x0195FE94EAF2724EA69DE71C85B6FFA4 , 0x0195FE94EAF1723E946A199A2C298382 , 0x0195FE94EAF1723E946A199A386FE84C , 0x0195FE94EAF2724EA69DE71C8C19A9FC , 0x0195FE94EAF1723E946A199A4E43D5CE , 0x0195FE94EAF1723E946A199A3DC9B332 , 0x0195FE94EAF2724EA69DE71C792893BC , 0x0195FE94EAF2724EA69DE71C7CD9BCF5 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
65
4.06 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 ò■öÚÛsÄë\n
\x7F └üÐ─Û
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‚Œ~ö
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àƒl3^
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àƒ¡\x13 G
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └äì²½
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À…Dy?
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À†,&ý
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À†€²6
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡\x16\x10 H
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡-µ‡
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡]äÖ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡‰Ú÷
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àˆ\x7F ÿ\x01
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀˆÅ´4
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‰^ÖÈ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‰êÅ\x12
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŠÄ'Ž
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‹\x1A ae
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‹É\x16\x01
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŒ®Í¨
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ìù(|
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ìð+@
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ÄÉ"\x01
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Å=uò
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Åðsz
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ÉAÖ─
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Ér\x18 B
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Éý£Ç
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‘ÁË…
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À’Mäs
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À’¢"÷
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À“@\²
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À”\x1E :”
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À”Sü\x05
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À•O{\x13
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À•à B
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À–\x19 £~
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À–Ì¡«
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ù \x19 Å
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À—*ÃR
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À—à\x7F \r
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À˜\t \r ‰
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À˜£‡
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À˜ºˆn
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À™¤\x1A b
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀšFŸn
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀšØê¤
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àšá»#
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À›.ºÒ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À›S’X
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À›¿²·
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └£0╝Å
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀœZI\r
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àœdã—
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Ø3\x01 ©
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Ø[\r À
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àž\x1F yÂ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀžFŒÁ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀžÓ\x7F õ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŸ5~±
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À '.'
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À ?‡G
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¡ Xð
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¡ü\x17 à
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¢\x01 ˜n
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └óUXì
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À£\x19 Á\x07
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¤\x12 JŠ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¤s„®
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¤¶LÏ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˴:U\x16
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¥VÝ\x06
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¥Ç\x12 Â
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¦&ê£
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¦Å\x18\x19
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§9Š8
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§rÝ¿
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§\x7F SÁ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§Å[ó
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¨”Ëe
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └®\x11 ØP
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À©\x16 :Ú
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À©E¯\
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À©’ÿå
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àª]¾G
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«\r ã?
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«7a5
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«m…‚
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«é¥Ç
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¬P³‡
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¬ÀÖ™
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¬î.
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀvF2
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À®\x0F\x16 I
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À®?ú½
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À®£z:
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¯z]q
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └»ýÉq
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À°tíe
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À°†^“
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˱#ѻ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À²\x02 ¤ð
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À²Ñ\x06\x7F
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À³‚Ü`
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À´!6n
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À´ôÒ\x06
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àµ&Ž‰
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀµA²1
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˦\x1D He
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¶Óaý
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˦֑o
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À·SãÃ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¸6BK
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¸Ú\x18\e
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¹³VX
"""
b"\x01 •þ”éêsŽ‰\n \x7F À¹¾\x00 ¾ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¹ì”×
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àº½\x01 Î
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àº×ŸÌ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àºò–>
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À»#>[
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └╗ñØÙ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À»ÙŠ\x17
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¼Ï’<
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À½Žc‘
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À½› \f
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¾5™\x18
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¿+ÇI
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └┐=ØL
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¿§MB
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¿ø\x03 ñ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÀˆx\x19
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÁc¯¯
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÁÅ…t
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÂbâÉ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÂð”&
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÃlš9
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÄ>šr
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÅ.–÷
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÅ;þ\x1C
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŹ;‹
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÆr—ÿ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÇ\x07 ”Õ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÇ/hÖ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÈ\x03 à>
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÈÝQã
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÈãz-
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÉ*\x07 0
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÉö\f
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÊ©¯—
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀË7&£
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌ\v Üß
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌ\r }p
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌx\x1C Õ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌÌ–a
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÍr\x14 ~
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÍÎh›
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àκt€
"""
b"\x01 •þ”ê=r%´\t\x1A ÌnДç "
b"\x01 •þ”ê=r%´\t\x1A Ìo\x04 7~ "
b"\x01 •þ”ê=r%´\t\x1A Ìo'¯´ "
b"\x01 •þ”ê=r%´\t\x1A Ìo\x7F '\x12 "
b"\x01 •þ”ê=r%´\t\x1A Ìoø€† "
b"\x01 •þ”ê=r%´\t\x1A ÌpE:ø "
b"\x01 •þ”ê=r%´\t\x1A Ìp«úG "
b"\x01 •þ”ê=r%´\t\x1A ÌqMK„ "
b"\x01 •þ”ê=r%´\t\x1A Ìr\x13 ¹; "
b"\x01 •þ”ê=r%´\t\x1A Ìr\x15 [) "
b"\x01 •þ”ê=r%´\t\x1A Ìs\f ÖÄ "
b"\x01 •þ”ê=r%´\t\x1A Ìt\x06 Ý~ "
b"\x01 •þ”ê=r%´\t\x1A ÌtÆ¥3 "
b"\x01 •þ”ê=r%´\t\x1A ÌuG0 "
b"\x01 •þ”ê=r%´\t\x1A Ìv.\f ! "
b"\x01 •þ”ê=r%´\t\x1A Ìv|÷\f "
b"\x01 •þ”ê=r%´\t\x1A Ìw\x13 ¤„ "
b"\x01 •þ”ê=r%´\t\x1A Ìwû@ "
b"\x01 •þ”ê=r%´\t\x1A Ìx‚œ\x06 "
b"\x01 •þ”ê=r%´\t\x1A Ìy\x16 EH "
b"\x01 •þ”ê=r%´\t\x1A ÌyG‡‘ "
b"\x01 •þ”ê=r%´\t\x1A Ìyž.£ "
b"\x01 •þ”ê=r%´\t\x1A Ìznlr "
b"\x01 •þ”ê=r%´\t\x1A Ì{V\x0E\x10 "
b"\x01 •þ”ê=r%´\t\x1A Ì{À‚8 "
b"\x01 •þ”ê=r%´\t\x1A Ì|\x04 CË "
b"\x01 •þ”ê=r%´\t\x1A Ì|ܵ\x1C "
b"\x01 •þ”ê=r%´\t\x1A Ì|ûèþ "
b"\x01 •þ”ê=r%´\t\x1A Ì}ç3g "
b"\x01 •þ”ê=r%´\t\x1A Ì}ü\[ "
b"\x01 •þ”ê=r%´\t\x1A Ì~ÀE3 "
b"\x01 •þ”ê=r%´\t\x1A Ì\x7F\x11\x18 „ "
b"\x01 ò■öÛ=r%┤\t\x1A ╠\x7F üvÑ "
b"\x01 •þ”ê=r%´\t\x1A Ì\x7F åt\x17 "
b"\x01 •þ”ê=r%´\t\x1A Ì€×4\x1F "
b"\x01 •þ”ê=r%´\t\x1A Ì€ìøG "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ügd\f "
b"\x01 ò■öÛ=r%┤\t\x1A ╠üê▀Ò "
b"\x01 ò■öÛ=r%┤\t\x1A ╠üµ╦2 "
b"\x01 •þ”ê=r%´\t\x1A Ì‚8Õu "
b"\x01 •þ”ê=r%´\t\x1A Ì‚®\x11 b "
b"\x01 •þ”ê=r%´\t\x1A ̃ªq¤ "
b"\x01 •þ”ê=r%´\t\x1A Ì„wÊ8 "
b"\x01 •þ”ê=r%´\t\x1A Ì…_@é "
b"\x01 •þ”ê=r%´\t\x1A Ì…¦è÷ "
b"\x01 •þ”ê=r%´\t\x1A ̆@ê÷ "
b"\x01 •þ”ê=r%´\t\x1A ̆‹×ˆ "
b"\x01 •þ”ê=r%´\t\x1A ̆þ–ˆ "
b"\x01 •þ”ê=r%´\t\x1A ̇¶©v "
b"\x01 •þ”ê=r%´\t\x1A ̈h≠"
b"\x01 •þ”ê=r%´\t\x1A ̉\x04 ñÓ "
b"\x01 •þ”ê=r%´\t\x1A ̉böv "
b"\x01 •þ”ê=r%´\t\x1A ̉ã`\x19 "
b"\x01 •þ”ê=r%´\t\x1A ÌŠ\x16 ª¤ "
b"\x01 •þ”ê=r%´\t\x1A ÌŠ|\x01 $ "
b"\x01 •þ”ê=r%´\t\x1A ̊כq "
b"\x01 •þ”ê=r%´\t\x1A Ì‹±×ð "
b"\x01 •þ”ê=r%´\t\x1A Ì‹æ¾& "
b"\x01 •þ”ê=r%´\t\x1A ̌ЖY "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ì[u¹ "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ìé<¡ "
b"\x01 •þ”ê=r%´\t\x1A ÌŽ$~z "
b"\x01 •þ”ê=r%´\t\x1A ÌŽ]\x1E Å "
b"\x01 ò■öÛ=r%┤\t\x1A ╠Å/═t "
b"\x01 ò■öÛ=r%┤\t\x1A ╠Å[\x1D : "
b"\x01 ò■öÛ=r%┤\t\x1A ╠Å~,└ "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ÉD\x10 " "
b"\x01 •þ”ê=r%´\t\x1A Ì‘-AU "
b"\x01 •þ”ê=r%´\t\x1A Ì‘ÍìB "
b"\x01 •þ”ê=r%´\t\x1A Ì’Ã°Ó "
b"\x01 •þ”ê=r%´\t\x1A Ì“/\x10 f "
b"\x01 •þ”ê=r%´\t\x1A Ì“šw\x17 "
b"\x01 •þ”ê=r%´\t\x1A Ì”y’Õ "
b"\x01 •þ”ê=r%´\t\x1A Ì”é2Ç "
b"\x01 •þ”ê=r%´\t\x1A Ì•¾á¢ "
b"\x01 •þ”ê=r%´\t\x1A Ì•çÂÞ "
b"\x01 •þ”ê=r%´\t\x1A Ì–\t ;( "
b"\x01 •þ”ê=r%´\t\x1A Ì–³‚‚ "
b"\x01 •þ”ê=r%´\t\x1A Ì—.]Ö "
b"\x01 •þ”ê=r%´\t\x1A ̘\x05 ܨ "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ÿöÀü "
b"\x01 •þ”ê=r%´\t\x1A Ì™\x1C ’Þ "
b"\x01 •þ”ê=r%´\t\x1A Ì™\R "
b"\x01 •þ”ê=r%´\t\x1A Ì™|\x10\x05 "
b"\x01 •þ”ê=r%´\t\x1A Ì™ãÒà "
b"\x01 •þ”ê=r%´\t\x1A Ìš¸J8 "
b"\x01 •þ”ê=r%´\t\x1A Ì›—%Í "
b"\x01 •þ”ê=r%´\t\x1A ÌœvXe "
b"\x01 ò■öÛ=r%┤\t\x1A ╠Øi\x17 t "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ت\v\x04 "
b"\x01 •þ”ê=r%´\t\x1A ÌžŸµR "
b"\x01 •þ”ê=r%´\t\x1A Ìž¾\x04 ‚ "
b"\x01 •þ”ê=r%´\t\x1A ÌŸ¦ÑÄ "
b"\x01 •þ”ê=r%´\t\x1A ÌŸá/E "
b"\x01 •þ”ê=r%´\t\x1A Ì %7` "
b"\x01 •þ”ê=r%´\t\x1A Ì Ä0\x05 "
b"\x01 •þ”ê=r%´\t\x1A Ì Íqm "
b"\x01 •þ”ê=r%´\t\x1A Ì ÎûÇ "
b"\x01 •þ”ê=r%´\t\x1A Ì¡ªÅ\e "
b"\x01 •þ”ê=r%´\t\x1A Ì¢\t ¿\r "
b"\x01 •þ”ê=r%´\t\x1A Ì¢\x13 ×\x10 "
b"\x01 •þ”ê=r%´\t\x1A Ì¢øR¶ "
b"\x01 •þ”ê=r%´\t\x1A Ì£ g\e "
b"\x01 •þ”ê=r%´\t\x1A ̤L‹º "
b"\x01 •þ”ê=r%´\t\x1A ̤ÊN£ "
b"\x01 ò■öÛ=r%┤\t\x1A ╠Ñ║¤Ø "
b"\x01 •þ”ê=r%´\t\x1A ̦D÷è "
b"\x01 •þ”ê=r%´\t\x1A ̧Aå\x1A "
b"\x01 •þ”ê=r%´\t\x1A ̨<•\x10 "
b"\x01 •þ”ê=r%´\t\x1A Ì©\x18 /5 "
b"\x01 •þ”ê=r%´\t\x1A Ì©1£E "
b"\x01 •þ”ê=r%´\t\x1A ̪\t ߥ "
b"\x01 •þ”ê=r%´\t\x1A ̪÷þ\x03 "
b"\x01 •þ”ê=r%´\t\x1A Ì«2\v à "
b"\x01 •þ”ê=r%´\t\x1A Ì«(Š "
b"\x01 •þ”ê=r%´\t\x1A ̬ŠP© "
b"\x01 •þ”ê=r%´\t\x1A Ì{EÑ "
b"\x01 •þ”ê=r%´\t\x1A ̈{\x0F "
b"\x01 •þ”ê=r%´\t\x1A Ì®\x10 ´\x16 "
b"\x01 ò■öÛ=r%┤\t\x1A ╠«Æâì "
b"\x01 •þ”ê=r%´\t\x1A ̯`«¨ "
b"\x01 •þ”ê=r%´\t\x1A ̯sè½ "
b"\x01 •þ”ê=r%´\t\x1A Ì°4Å\x15 "
b"\x01 •þ”ê=r%´\t\x1A Ì°ÜËì "
b"\x01 •þ”ê=r%´\t\x1A ̱oní "
b"\x01 •þ”ê=r%´\t\x1A ̲U“v "
b"\x01 •þ”ê=r%´\t\x1A ̲¹ = "
b"\x01 •þ”ê=r%´\t\x1A ̳‹»\f "
b"\x01 •þ”ê=r%´\t\x1A ̳ò‰Œ "
b"\x01 •þ”ê=r%´\t\x1A Ì´ê,! "
b"\x01 •þ”ê=r%´\t\x1A Ì´úvf "
b"\x01 •þ”ê=r%´\t\x1A ̵µRJ "
b"\x01 •þ”ê=r%´\t\x1A ̶w|í "
b"\x01 •þ”ê=r%´\t\x1A ̶÷\f\e "
b"\x01 •þ”ê=r%´\t\x1A Ì·‹òà "
b"\x01 •þ”ê=r%´\t\x1A Ì·îÐ[ "
b"\x01 •þ”ê=r%´\t\x1A ̸å‚l "
b"\x01 •þ”ê=r%´\t\x1A ̹aÚ\x11 "
b"\x01 •þ”ê=r%´\t\x1A ̹ؿA "
b"\x01 •þ”ê=r%´\t\x1A ̺F¦ô "
b"\x01 ò■öÛ=r%┤\t\x1A ╠║VÇÅ "
b"\x01 •þ”ê=r%´\t\x1A Ì»>5Ó "
b"\x01 •þ”ê=r%´\t\x1A Ì»ƒâj "
b"\x01 •þ”ê=r%´\t\x1A ̼}Ìë "
b"\x01 •þ”ê=r%´\t\x1A ̼÷H! "
b"\x01 •þ”ê=r%´\t\x1A ̽¡§‡ "
b"\x01 •þ”ê=r%´\t\x1A ̾T<- "
b"\x01 •þ”ê=r%´\t\x1A ̾¢9l "
b"\x01 •þ”ê=r%´\t\x1A ̾ì\x10 @ "
b"\x01 •þ”ê=r%´\t\x1A Ì¿Œ/E "
b"\x01 •þ”ê=r%´\t\x1A ÌÀx¨ç "
b"\x01 •þ”ê=r%´\t\x1A ÌÀ¯×Þ "
b"\x01 •þ”ê=r%´\t\x1A ÌÁ®v‡ "
b"\x01 •þ”ê=r%´\t\x1A ̆\x12 “ "
b"\x01 •þ”ê=r%´\t\x1A ÌÃ_n£ "
b"\x01 •þ”ê=r%´\t\x1A ÌÙ*Ž "
b"\x01 •þ”ê=r%´\t\x1A Ìì%\x01 "
b"\x01 •þ”ê=r%´\t\x1A Ìø\x1C \ "
b"\x01 •þ”ê–rYŸPt}h\x03 ô% "
b"\x01 •þ”ê–rYŸPt}hŒ–’ "
b"\x01 •þ”ê–rYŸPt}hš×Ì "
b"\x01 •þ”ê–rYŸPt}h¾{¨ "
b"\x01 •þ”ê–rYŸPt}iŒð™ "
b"\x01 •þ”ê–rYŸPt}ißkÆ "
b"\x01 •þ”ê–rYŸPt}j\x14 Pé "
b"\x01 •þ”ê–rYŸPt}já5 "
b"\x01 •þ”ê–rYŸPt}jðB( "
b"\x01 •þ”ê–rYŸPt}k†iH "
b"\x01 •þ”ê–rYŸPt}ll\x07 Ç "
b"\x01 •þ”ê–rYŸPt}l‘÷‡ "
b"\x01 •þ”ê–rYŸPt}mt\x0E Ü "
b"\x01 •þ”ê–rYŸPt}mulg "
b"\x01 •þ”ê–rYŸPt}mÜ\f\x16 "
b"\x01 •þ”ê–rYŸPt}ni–V "
b"\x01 •þ”ê–rYŸPt}né:ª "
b"\x01 •þ”ê–rYŸPt}o’b2 "
b"\x01 •þ”ê–rYŸPt}oøû÷ "
b"\x01 •þ”ê–rYŸPt}p’±_ "
b"\x01 •þ”ê–rYŸPt}p¡vn "
b"\x01 •þ”ê–rYŸPt}p·Éš "
b"\x01 •þ”ê–rYŸPt}qr*e "
b"\x01 •þ”ê–rYŸPt}r\x1F ±\n "
b"\x01 •þ”ê–rYŸPt}r[ÄÀ "
b"\x01 •þ”ê–rYŸPt}r\x7F [ö "
b"\x01 •þ”ê–rYŸPt}sIJ< "
b"\x01 •þ”ê–rYŸPt}sN"§ "
b"\x01 •þ”ê–rYŸPt}sÙ!\x15 "
b"\x01 •þ”ê–rYŸPt}tq\f ' "
b"\x01 •þ”ê–rYŸPt}t²\x03 ‚ "
b"\x01 •þ”ê–rYŸPt}u"]H "
b"\x01 ò■öÛûrYƒPt}uìèþ "
b"\x01 •þ”ê–rYŸPt}uÖt "
b"\x01 •þ”ê–rYŸPt}uòA» "
b"\x01 •þ”ê–rYŸPt}vE¾ý "
b"\x01 •þ”ê–rYŸPt}w!A\x07 "
b"\x01 •þ”ê–rYŸPt}wd“L "
b"\x01 •þ”ê–rYŸPt}wðMÙ "
b"\x01 •þ”ê–rYŸPt}xIó½ "
b"""
\x01 •þ”ê–rYŸPt}x³\n
µ
"""
b"\x01 •þ”ê–rYŸPt}y„q\x05 "
b"\x01 ò■öÛûrYƒPt}yÉé┴ "
b"\x01 •þ”ê–rYŸPt}zCk "
b"\x01 •þ”ê–rYŸPt}zŠIo "
b"\x01 ò■öÛûrYƒPt}zÅK╣ "
b"\x01 •þ”ê–rYŸPt}{1r= "
b"\x01 •þ”ê–rYŸPt}{cáÖ "
b"\x01 •þ”ê–rYŸPt}{°s# "
b"\x01 •þ”ê–rYŸPt}|¢)\x08 "
b"\x01 •þ”ê–rYŸPt}}›ÛÞ "
b"\x01 •þ”ê–rYŸPt}~6î\x19 "
b"\x01 •þ”ê–rYŸPt}~˜ñá "
b"\x01 •þ”ê–rYŸPt}\x7F\x02\x15 ‡ "
b"\x01 •þ”ê–rYŸPt}\x7F b¹ "
b"\x01 •þ”ê–rYŸPt}€Soù "
b"\x01 •þ”ê–rYŸPt}€ü´ª "
b"\x01 ò■öÛûrYƒPt}üæ\x16 þ "
b"\x01 •þ”ê–rYŸPt}‚\v »ª "
b"\x01 •þ”ê–rYŸPt}‚ô%z "
b"\x01 •þ”ê–rYŸPt}ƒ\x00 $& "
b"\x01 •þ”ê–rYŸPt}ƒ«&„ "
b"\x01 •þ”ê–rYŸPt}ƒÿ\x05 ° "
b"\x01 •þ”ê–rYŸPt}„X˜Ø "
b"\x01 •þ”ê–rYŸPt}„•”ž "
b"\x01 •þ”ê–rYŸPt}„Î…` "
b"\x01 •þ”ê–rYŸPt}…¿T "
b"\x01 ò■öÛûrYƒPt}åZ╦Å "
b"\x01 •þ”ê–rYŸPt}†àÖÀ "
b"\x01 •þ”ê–rYŸPt}‡Þ\x0F ê "
b"\x01 •þ”ê–rYŸPt}ˆÃl\x1A "
b"\x01 •þ”ê–rYŸPt}ˆÃ²[ "
b"\x01 •þ”ê–rYŸPt}‰G?; "
b"\x01 ò■öÛûrYƒPt}ëÅù\x04 "
b"\x01 •þ”ê–rYŸPt}Š\e \r — "
b"\x01 •þ”ê–rYŸPt}Šâgh "
b"\x01 •þ”ê–rYŸPt}ŠçÿV "
b"\x01 •þ”ê–rYŸPt}Šî\x14 Ñ "
b"\x01 •þ”ê–rYŸPt}‹šu½ "
b"\x01 •þ”ê–rYŸPt}‹§õ` "
b"\x01 •þ”ê–rYŸPt}ŒŸ\x1E µ "
b"\x01 •þ”ê–rYŸPt}ŒÜeÔ "
b"\x01 ò■öÛûrYƒPt}ìÎ\x1D ╚ "
b"\x01 •þ”ê–rYŸPt}Žsžì "
b"\x01 •þ”ê–rYŸPt}ŽÃ”: "
b"\x01 ò■öÛûrYƒPt}ÅwD┌ "
b"\x01 ò■öÛûrYƒPt}É\t å "
b"\x01 ò■öÛûrYƒPt}É÷P´ "
b"\x01 •þ”ê–rYŸPt}‘„ü‘ "
b"\x01 •þ”ê–rYŸPt}’t¡\e "
b"\x01 •þ”ê–rYŸPt}“\f\x7F Q "
b"\x01 •þ”ê–rYŸPt}“šFB "
b"\x01 •þ”ê–rYŸPt}“©Ô\x07 "
b"\x01 •þ”ê–rYŸPt}”\x11 ÌÞ "
b"\x01 •þ”ê–rYŸPt}”ùv< "
b"\x01 •þ”ê–rYŸPt}•âß, "
b"\x01 •þ”ê–rYŸPt}–º´D "
b"\x01 •þ”ê–rYŸPt}—²\x1A\x1C "
b"\x01 ò■öÛûrYƒPt}ùÀ6Ø "
b"\x01 ò■öÛûrYƒPt}ÿìA\x01 "
b"\x01 •þ”ê–rYŸPt}˜¨æy "
b"\x01 ò■öÛûrYƒPt}ÿÍØ© "
b"\x01 •þ”ê–rYŸPt}™\f ,ô "
b"\x01 •þ”ê–rYŸPt}™Áj§ "
b"\x01 •þ”ê–rYŸPt}™å/´ "
b"\x01 •þ”ê–rYŸPt}š\x03 Í— "
b"\x01 •þ”ê–rYŸPt}šýðº "
b"\x01 •þ”ê–rYŸPt}›aZ "
b"\x01 •þ”ê–rYŸPt}›¸õ¼ "
b"\x01 •þ”ê–rYŸPt}œ\x15 ²J "
b"\x01 •þ”ê–rYŸPt}œèÓ "
b"\x01 ò■öÛûrYƒPt}ØÄáG "
b"\x01 ò■öÛûrYƒPt}Ø└¤¢ "
b"\x01 •þ”ê–rYŸPt}žU¨Ä "
b"\x01 •þ”ê–rYŸPt}žÌ\x03 Ð "
b"\x01 •þ”ê–rYŸPt}ŸA\x05 w "
b"\x01 •þ”ê–rYŸPt}ŸÅÀ0 "
b"\x01 •þ”ê–rYŸPt}ŸþW\x1E "
b"\x01 •þ”ê–rYŸPt} —ц "
b"\x01 ò■öÛûrYƒPt}íìÈÔ "
b"\x01 •þ”ê–rYŸPt}¡ÅÃ5 "
b"\x01 •þ”ê–rYŸPt}¢\x13 èÞ "
b"\x01 •þ”ê–rYŸPt}¢)ˆÕ "
b"\x01 •þ”ê–rYŸPt}£\x0E Ÿñ "
b"""
\x01 •þ”ê–rYŸPt}£\\n
Ü
"""
b"\x01 •þ”ê–rYŸPt}£¼\t * "
b"\x01 •þ”ê–rYŸPt}£òØS "
b"\x01 •þ”ê–rYŸPt}¤ÍÈ\x7F "
b"\x01 •þ”ê–rYŸPt}¥\Xf "
b"\x01 •þ”ê–rYŸPt}¥˜y¥ "
b"\x01 •þ”ê–rYŸPt}¦\x0F ±Š "
b"\x01 •þ”ê–rYŸPt}¦\x19 -Ñ "
b"\x01 •þ”ê–rYŸPt}¦eßp "
b"\x01 •þ”ê–rYŸPt}¦Ï¼R "
b"\x01 •þ”ê–rYŸPt}§Në\x0F "
b"\x01 •þ”ê–rYŸPt}§ùR\ "
b"\x01 •þ”ê–rYŸPt}¨«‡W "
b"\x01 •þ”ê–rYŸPt}©\x18 @Ê "
b"\x01 •þ”ê–rYŸPt}©^ßØ "
b"\x01 •þ”ê–rYŸPt}©Á\v ã "
b"\x01 •þ”ê–rYŸPt}©ÓuË "
b"\x01 •þ”ê–rYŸPt}©å3Y "
b"\x01 •þ”ê–rYŸPt}ªwÞé "
b"\x01 •þ”ê–rYŸPt}«E%£ "
b"\x01 •þ”ê–rYŸPt}¬$ÚÁ "
b"\x01 •þ”ê–rYŸPt}¬AÇÿ "
b"\x01 •þ”ê–rYŸPt}¬ïÁ\x0F "
b"\x01 •þ”ê–rYŸPt}\x01 É• "
b"\x01 •þ”ê–rYŸPt}\N© "
b"\x01 •þ”ê–rYŸPt}lôä "
b"\x01 •þ”ê–rYŸPt}½7† "
b"\x01 •þ”ê–rYŸPt}Ç\x0E Ä "
b"\x01 •þ”ê–rYŸPt}®*\x02 ù "
b"\x01 •þ”ê–rYŸPt}®\Ÿs "
b"\x01 •þ”ê–rYŸPt}®x3¼ "
b"\x01 •þ”ê–rYŸPt}®|¾° "
b"\x01 •þ”ê–rYŸPt}¯iŸi "
b"\x01 •þ”ê–rYŸPt}°fzu "
b"\x01 •þ”êñr>”j\x19 š!Õ)y "
b"\x01 •þ”êñr>”j\x19 š"{bÝ "
b"\x01 •þ”êñr>”j\x19 š"η\x14 "
b"\x01 •þ”êñr>”j\x19 š#~$3 "
b"\x01 •þ”êñr>”j\x19 š$\x10\t • "
b"\x01 •þ”êñr>”j\x19 š$Åz› "
b"\x01 •þ”êñr>”j\x19 š%)\x19\x08 "
b"\x01 •þ”êñr>”j\x19 š&\x11 Û™ "
b"\x01 •þ”êñr>”j\x19 š'1(K "
b"\x01 ò■öÛ±r>öj\x19 Ü'ËfÉ "
b"\x01 •þ”êñr>”j\x19 š(‡BŽ "
b"\x01 •þ”êñr>”j\x19 š)A³í "
b"\x01 •þ”êñr>”j\x19 š*\x10\x02 v "
b"\x01 •þ”êñr>”j\x19 š*éȦ "
b"\x01 •þ”êñr>”j\x19 š+xáE "
b"\x01 •þ”êñr>”j\x19 š,)ƒ‚ "
b"\x01 •þ”êñr>”j\x19 š,…°W "
b"\x01 •þ”êñr>”j\x19 š-×%l "
b"\x01 •þ”êñr>”j\x19 š.žy¸ "
b"\x01 •þ”êñr>”j\x19 š/…\x16 Ó "
b"\x01 •þ”êñr>”j\x19 š1l\x17 S "
b"\x01 •þ”êñr>”j\x19 š2{“é "
b"\x01 •þ”êñr>”j\x19 š2¸p‰ "
b"\x01 •þ”êñr>”j\x19 š3˜Š\t "
b"\x01 •þ”êñr>”j\x19 š4<?o "
b"\x01 •þ”êñr>”j\x19 š5\v Ü( "
]
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 (0x0195FE94E9EA738E890A7FC081D1C4EA , 0x0195FE94E9EA738E890A7FC0828C7EF6 , 0x0195FE94E9EA738E890A7FC0836C335E , 0x0195FE94E9EA738E890A7FC083A11347 , 0x0195FE94E9EA738E890A7FC0848DFDAB , 0x0195FE94E9EA738E890A7FC08544793F , 0x0195FE94E9EA738E890A7FC0862C26FD , 0x0195FE94E9EA738E890A7FC08680B236 , 0x0195FE94E9EA738E890A7FC087161048 , 0x0195FE94E9EA738E890A7FC0872DB587 , 0x0195FE94E9EA738E890A7FC0875DE4D6 , 0x0195FE94E9EA738E890A7FC08789DAF7 , 0x0195FE94E9EA738E890A7FC0887FFF01 , 0x0195FE94E9EA738E890A7FC088C5B434 , 0x0195FE94E9EA738E890A7FC0895ED6C8 , 0x0195FE94E9EA738E890A7FC089EAC512 , 0x0195FE94E9EA738E890A7FC08AC4278E , 0x0195FE94E9EA738E890A7FC08B1A6165 , 0x0195FE94E9EA738E890A7FC08BC91601 , 0x0195FE94E9EA738E890A7FC08CAECDA8 , 0x0195FE94E9EA738E890A7FC08D97287C , 0x0195FE94E9EA738E890A7FC08DD02B40 , 0x0195FE94E9EA738E890A7FC08E902201 , 0x0195FE94E9EA738E890A7FC08F3D7595 , 0x0195FE94E9EA738E890A7FC08FD0737A , 0x0195FE94E9EA738E890A7FC0904199C4 , 0x0195FE94E9EA738E890A7FC090721842 , 0x0195FE94E9EA738E890A7FC090EC9C80 , 0x0195FE94E9EA738E890A7FC091C1CB85 , 0x0195FE94E9EA738E890A7FC0924DE473 , 0x0195FE94E9EA738E890A7FC092A222F7 , 0x0195FE94E9EA738E890A7FC093405CB2 , 0x0195FE94E9EA738E890A7FC0941E3A94 , 0x0195FE94E9EA738E890A7FC09453FC05 , 0x0195FE94E9EA738E890A7FC0954F7B13 , 0x0195FE94E9EA738E890A7FC095E0A042 , 0x0195FE94E9EA738E890A7FC09619A37E , 0x0195FE94E9EA738E890A7FC096CCA1AB , 0x0195FE94E9EA738E890A7FC09720198F , 0x0195FE94E9EA738E890A7FC0972AC352 , 0x0195FE94E9EA738E890A7FC097E07F0D , 0x0195FE94E9EA738E890A7FC098090D89 , 0x0195FE94E9EA738E890A7FC098ADA387 , 0x0195FE94E9EA738E890A7FC098BA886E , 0x0195FE94E9EA738E890A7FC099A41A62 , 0x0195FE94E9EA738E890A7FC09A469F6E , 0x0195FE94E9EA738E890A7FC09AD8EAA4 , 0x0195FE94E9EA738E890A7FC09AE1BB23 , 0x0195FE94E9EA738E890A7FC09B2EBAD2 , 0x0195FE94E9EA738E890A7FC09B539258 , 0x0195FE94E9EA738E890A7FC09BBFB2B7 , 0x0195FE94E9EA738E890A7FC09C30BC8F , 0x0195FE94E9EA738E890A7FC09C5A490D , 0x0195FE94E9EA738E890A7FC09C64E397 , 0x0195FE94E9EA738E890A7FC09D3301B8 , 0x0195FE94E9EA738E890A7FC09D5B0DB7 , 0x0195FE94E9EA738E890A7FC09E1F79C2 , 0x0195FE94E9EA738E890A7FC09E468CC1 , 0x0195FE94E9EA738E890A7FC09ED37FF5 , 0x0195FE94E9EA738E890A7FC09F357EB1 , 0x0195FE94E9EA738E890A7FC0A0272E27 , 0x0195FE94E9EA738E890A7FC0A03F8747 , 0x0195FE94E9EA738E890A7FC0A12058F0 , 0x0195FE94E9EA738E890A7FC0A1FC17E0 , 0x0195FE94E9EA738E890A7FC0A201986E , 0x0195FE94E9EA738E890A7FC0A255588D , 0x0195FE94E9EA738E890A7FC0A319C107 , 0x0195FE94E9EA738E890A7FC0A4124A8A , 0x0195FE94E9EA738E890A7FC0A47384AE , 0x0195FE94E9EA738E890A7FC0A4B64CCF , 0x0195FE94E9EA738E890A7FC0A53A5516 , 0x0195FE94E9EA738E890A7FC0A556DD06 , 0x0195FE94E9EA738E890A7FC0A5C712C2 , 0x0195FE94E9EA738E890A7FC0A626EAA3 , 0x0195FE94E9EA738E890A7FC0A6C51819 , 0x0195FE94E9EA738E890A7FC0A7398A38 , 0x0195FE94E9EA738E890A7FC0A772DDBF , 0x0195FE94E9EA738E890A7FC0A77F53C1 , 0x0195FE94E9EA738E890A7FC0A7C55BF3 , 0x0195FE94E9EA738E890A7FC0A894CB65 , 0x0195FE94E9EA738E890A7FC0A9119D50 , 0x0195FE94E9EA738E890A7FC0A9163ADA , 0x0195FE94E9EA738E890A7FC0A945AF5C , 0x0195FE94E9EA738E890A7FC0A992FFE5 , 0x0195FE94E9EA738E890A7FC0AA5DBE47 , 0x0195FE94E9EA738E890A7FC0AB0DE33F , 0x0195FE94E9EA738E890A7FC0AB376135 , 0x0195FE94E9EA738E890A7FC0AB6D8582 , 0x0195FE94E9EA738E890A7FC0ABE9A5C7 , 0x0195FE94E9EA738E890A7FC0AC50B387 , 0x0195FE94E9EA738E890A7FC0ACC0D699 , 0x0195FE94E9EA738E890A7FC0ACEE2E20 , 0x0195FE94E9EA738E890A7FC0AD764632 , 0x0195FE94E9EA738E890A7FC0AE0F1649 , 0x0195FE94E9EA738E890A7FC0AE3FFABD , 0x0195FE94E9EA738E890A7FC0AEA37A3A , 0x0195FE94E9EA738E890A7FC0AF7A5D71 , 0x0195FE94E9EA738E890A7FC0AFEC9071 , 0x0195FE94E9EA738E890A7FC0B074ED65 , 0x0195FE94E9EA738E890A7FC0B0865E93 , 0x0195FE94E9EA738E890A7FC0B12397AA , 0x0195FE94E9EA738E890A7FC0B202A4F0 , 0x0195FE94E9EA738E890A7FC0B2D1067F , 0x0195FE94E9EA738E890A7FC0B382DC60 , 0x0195FE94E9EA738E890A7FC0B421366E , 0x0195FE94E9EA738E890A7FC0B4F4D206 , 0x0195FE94E9EA738E890A7FC0B5268E89 , 0x0195FE94E9EA738E890A7FC0B541B231 , 0x0195FE94E9EA738E890A7FC0B61D4865 , 0x0195FE94E9EA738E890A7FC0B6D361FD , 0x0195FE94E9EA738E890A7FC0B6F7EB6F , 0x0195FE94E9EA738E890A7FC0B753E3C3 , 0x0195FE94E9EA738E890A7FC0B836424B , 0x0195FE94E9EA738E890A7FC0B8DA181B , 0x0195FE94E9EA738E890A7FC0B9B35658 , 0x0195FE94E9EA738E890A7FC0B9BE00BE , 0x0195FE94E9EA738E890A7FC0B9EC94D7 , 0x0195FE94E9EA738E890A7FC0BABD01CE , 0x0195FE94E9EA738E890A7FC0BAD79FCC , 0x0195FE94E9EA738E890A7FC0BAF2963E , 0x0195FE94E9EA738E890A7FC0BB233E5B , 0x0195FE94E9EA738E890A7FC0BBA49DEB , 0x0195FE94E9EA738E890A7FC0BBD98A17 , 0x0195FE94E9EA738E890A7FC0BCCF923C , 0x0195FE94E9EA738E890A7FC0BD8E6391 , 0x0195FE94E9EA738E890A7FC0BD9B200C , 0x0195FE94E9EA738E890A7FC0BE359918 , 0x0195FE94E9EA738E890A7FC0BF2BC749 , 0x0195FE94E9EA738E890A7FC0BF3D9D4C , 0x0195FE94E9EA738E890A7FC0BFA74D42 , 0x0195FE94E9EA738E890A7FC0BFF803F1 , 0x0195FE94E9EA738E890A7FC0C0887819 , 0x0195FE94E9EA738E890A7FC0C163AFAF , 0x0195FE94E9EA738E890A7FC0C1C58574 , 0x0195FE94E9EA738E890A7FC0C262E2C9 , 0x0195FE94E9EA738E890A7FC0C2F09426 , 0x0195FE94E9EA738E890A7FC0C36C9A39 , 0x0195FE94E9EA738E890A7FC0C43E9A72 , 0x0195FE94E9EA738E890A7FC0C52E96F7 , 0x0195FE94E9EA738E890A7FC0C53BFE1C , 0x0195FE94E9EA738E890A7FC0C5B93B8B , 0x0195FE94E9EA738E890A7FC0C67297FF , 0x0195FE94E9EA738E890A7FC0C70794D5 , 0x0195FE94E9EA738E890A7FC0C72F68D6 , 0x0195FE94E9EA738E890A7FC0C803E03E , 0x0195FE94E9EA738E890A7FC0C8DD51E3 , 0x0195FE94E9EA738E890A7FC0C8E37A2D , 0x0195FE94E9EA738E890A7FC0C92A0730 , 0x0195FE94E9EA738E890A7FC0C9F60CAD , 0x0195FE94E9EA738E890A7FC0CAA9AF97 , 0x0195FE94E9EA738E890A7FC0CB3726A3 , 0x0195FE94E9EA738E890A7FC0CC0BDCDF , 0x0195FE94E9EA738E890A7FC0CC0D7D70 , 0x0195FE94E9EA738E890A7FC0CC781CD5 , 0x0195FE94E9EA738E890A7FC0CCCC9661 , 0x0195FE94E9EA738E890A7FC0CD72147E , 0x0195FE94E9EA738E890A7FC0CDCE689B , 0x0195FE94E9EA738E890A7FC0CEBA7480 , 0x0195FE94EA3D7225B4091ACC6ED094E7 , 0x0195FE94EA3D7225B4091ACC6F04377E , 0x0195FE94EA3D7225B4091ACC6F27AFB4 , 0x0195FE94EA3D7225B4091ACC6F7F2712 , 0x0195FE94EA3D7225B4091ACC6FF88086 , 0x0195FE94EA3D7225B4091ACC70453AF8 , 0x0195FE94EA3D7225B4091ACC70ABFA47 , 0x0195FE94EA3D7225B4091ACC714D4B84 , 0x0195FE94EA3D7225B4091ACC7213B93B , 0x0195FE94EA3D7225B4091ACC72155B29 , 0x0195FE94EA3D7225B4091ACC730CD6C4 , 0x0195FE94EA3D7225B4091ACC7406DD7E , 0x0195FE94EA3D7225B4091ACC74C6A533 , 0x0195FE94EA3D7225B4091ACC754730AD , 0x0195FE94EA3D7225B4091ACC762E0C21 , 0x0195FE94EA3D7225B4091ACC767CF70C , 0x0195FE94EA3D7225B4091ACC7713A484 , 0x0195FE94EA3D7225B4091ACC77FBAD40 , 0x0195FE94EA3D7225B4091ACC78829C06 , 0x0195FE94EA3D7225B4091ACC79164548 , 0x0195FE94EA3D7225B4091ACC79478791 , 0x0195FE94EA3D7225B4091ACC799E2EA3 , 0x0195FE94EA3D7225B4091ACC7A6E6C72 , 0x0195FE94EA3D7225B4091ACC7B560E10 , 0x0195FE94EA3D7225B4091ACC7BC08238 , 0x0195FE94EA3D7225B4091ACC7C0443CB , 0x0195FE94EA3D7225B4091ACC7CDCB51C , 0x0195FE94EA3D7225B4091ACC7CFBE8FE , 0x0195FE94EA3D7225B4091ACC7DE73367 , 0x0195FE94EA3D7225B4091ACC7DFC5C5B , 0x0195FE94EA3D7225B4091ACC7EC04533 , 0x0195FE94EA3D7225B4091ACC7F111884 , 0x0195FE94EA3D7225B4091ACC7F8176A5 , 0x0195FE94EA3D7225B4091ACC7FE57417 , 0x0195FE94EA3D7225B4091ACC80D7341F , 0x0195FE94EA3D7225B4091ACC80ECF847 , 0x0195FE94EA3D7225B4091ACC8167640C , 0x0195FE94EA3D7225B4091ACC8188DFE3 , 0x0195FE94EA3D7225B4091ACC81E6CB32 , 0x0195FE94EA3D7225B4091ACC8238D575 , 0x0195FE94EA3D7225B4091ACC82AE1162 , 0x0195FE94EA3D7225B4091ACC83AA71A4 , 0x0195FE94EA3D7225B4091ACC8477CA38 , 0x0195FE94EA3D7225B4091ACC855F40E9 , 0x0195FE94EA3D7225B4091ACC85A6E8F7 , 0x0195FE94EA3D7225B4091ACC8640EAF7 , 0x0195FE94EA3D7225B4091ACC868BD788 , 0x0195FE94EA3D7225B4091ACC86FE9688 , 0x0195FE94EA3D7225B4091ACC87B6A976 , 0x0195FE94EA3D7225B4091ACC8868E289 , 0x0195FE94EA3D7225B4091ACC8904F1D3 , 0x0195FE94EA3D7225B4091ACC8962F676 , 0x0195FE94EA3D7225B4091ACC89E36019 , 0x0195FE94EA3D7225B4091ACC8A16AAA4 , 0x0195FE94EA3D7225B4091ACC8A7C0124 , 0x0195FE94EA3D7225B4091ACC8AD79B71 , 0x0195FE94EA3D7225B4091ACC8BB1D7F0 , 0x0195FE94EA3D7225B4091ACC8BE6BE26 , 0x0195FE94EA3D7225B4091ACC8CD09659 , 0x0195FE94EA3D7225B4091ACC8D5B75FB , 0x0195FE94EA3D7225B4091ACC8D823CAD , 0x0195FE94EA3D7225B4091ACC8E247E7A , 0x0195FE94EA3D7225B4091ACC8E5D1EC5 , 0x0195FE94EA3D7225B4091ACC8F2FCD74 , 0x0195FE94EA3D7225B4091ACC8F5B1D3A , 0x0195FE94EA3D7225B4091ACC8F7E2CC0 , 0x0195FE94EA3D7225B4091ACC90441022 , 0x0195FE94EA3D7225B4091ACC912D4155 , 0x0195FE94EA3D7225B4091ACC91CDEC42 , 0x0195FE94EA3D7225B4091ACC92C3B0D3 , 0x0195FE94EA3D7225B4091ACC932F1066 , 0x0195FE94EA3D7225B4091ACC939A7717 , 0x0195FE94EA3D7225B4091ACC947992D5 , 0x0195FE94EA3D7225B4091ACC94E932C7 , 0x0195FE94EA3D7225B4091ACC95BEE1A2 , 0x0195FE94EA3D7225B4091ACC95E7C2DE , 0x0195FE94EA3D7225B4091ACC96093B28 , 0x0195FE94EA3D7225B4091ACC96B38282 , 0x0195FE94EA3D7225B4091ACC972E5DD6 , 0x0195FE94EA3D7225B4091ACC9805DCA8 , 0x0195FE94EA3D7225B4091ACC9894B781 , 0x0195FE94EA3D7225B4091ACC991C92DE , 0x0195FE94EA3D7225B4091ACC995C5220 , 0x0195FE94EA3D7225B4091ACC997C1005 , 0x0195FE94EA3D7225B4091ACC99E3D2C3 , 0x0195FE94EA3D7225B4091ACC9AB84A38 , 0x0195FE94EA3D7225B4091ACC9B9725CD , 0x0195FE94EA3D7225B4091ACC9C765865 , 0x0195FE94EA3D7225B4091ACC9D691774 , 0x0195FE94EA3D7225B4091ACC9DA60B04 , 0x0195FE94EA3D7225B4091ACC9E9FB552 , 0x0195FE94EA3D7225B4091ACC9EBE0482 , 0x0195FE94EA3D7225B4091ACC9FA6D1C4 , 0x0195FE94EA3D7225B4091ACC9FE12F45 , 0x0195FE94EA3D7225B4091ACCA0253760 , 0x0195FE94EA3D7225B4091ACCA0C43005 , 0x0195FE94EA3D7225B4091ACCA0CD716D , 0x0195FE94EA3D7225B4091ACCA0CEFBC7 , 0x0195FE94EA3D7225B4091ACCA1AAC51B , 0x0195FE94EA3D7225B4091ACCA209BF0D , 0x0195FE94EA3D7225B4091ACCA213D710 , 0x0195FE94EA3D7225B4091ACCA2F852B6 , 0x0195FE94EA3D7225B4091ACCA3A0671B , 0x0195FE94EA3D7225B4091ACCA44C8BBA , 0x0195FE94EA3D7225B4091ACCA4CA4EA3 , 0x0195FE94EA3D7225B4091ACCA5BACF9D , 0x0195FE94EA3D7225B4091ACCA644F7E8 , 0x0195FE94EA3D7225B4091ACCA741E51A , 0x0195FE94EA3D7225B4091ACCA83C9510 , 0x0195FE94EA3D7225B4091ACCA9182F35 , 0x0195FE94EA3D7225B4091ACCA931A345 , 0x0195FE94EA3D7225B4091ACCAA09DFA5 , 0x0195FE94EA3D7225B4091ACCAAF7FE03 , 0x0195FE94EA3D7225B4091ACCAB320BE0 , 0x0195FE94EA3D7225B4091ACCABAD288A , 0x0195FE94EA3D7225B4091ACCAC8A50A9 , 0x0195FE94EA3D7225B4091ACCAD7B45D1 , 0x0195FE94EA3D7225B4091ACCAD887B0F , 0x0195FE94EA3D7225B4091ACCAE10B416 , 0x0195FE94EA3D7225B4091ACCAE92838D , 0x0195FE94EA3D7225B4091ACCAF60ABA8 , 0x0195FE94EA3D7225B4091ACCAF73E8BD , 0x0195FE94EA3D7225B4091ACCB034C515 , 0x0195FE94EA3D7225B4091ACCB0DCCBEC , 0x0195FE94EA3D7225B4091ACCB16F6EED , 0x0195FE94EA3D7225B4091ACCB2559376 , 0x0195FE94EA3D7225B4091ACCB2B9A03D , 0x0195FE94EA3D7225B4091ACCB38BBB0C , 0x0195FE94EA3D7225B4091ACCB3F2898C , 0x0195FE94EA3D7225B4091ACCB4EA2C21 , 0x0195FE94EA3D7225B4091ACCB4FA7666 , 0x0195FE94EA3D7225B4091ACCB5B5524A , 0x0195FE94EA3D7225B4091ACCB6777CED , 0x0195FE94EA3D7225B4091ACCB6F70C1B , 0x0195FE94EA3D7225B4091ACCB78BF2C3 , 0x0195FE94EA3D7225B4091ACCB7EED05B , 0x0195FE94EA3D7225B4091ACCB8E5826C , 0x0195FE94EA3D7225B4091ACCB961DA11 , 0x0195FE94EA3D7225B4091ACCB9D8BF41 , 0x0195FE94EA3D7225B4091ACCBA46A6F4 , 0x0195FE94EA3D7225B4091ACCBA56808F , 0x0195FE94EA3D7225B4091ACCBB3E35D3 , 0x0195FE94EA3D7225B4091ACCBB83E26A , 0x0195FE94EA3D7225B4091ACCBC7DCCEB , 0x0195FE94EA3D7225B4091ACCBCF74821 , 0x0195FE94EA3D7225B4091ACCBDA1A787 , 0x0195FE94EA3D7225B4091ACCBE543C2D , 0x0195FE94EA3D7225B4091ACCBEA2396C , 0x0195FE94EA3D7225B4091ACCBEEC1040 , 0x0195FE94EA3D7225B4091ACCBF8C2F45 , 0x0195FE94EA3D7225B4091ACCC078A8E7 , 0x0195FE94EA3D7225B4091ACCC0AFD7DE , 0x0195FE94EA3D7225B4091ACCC1AE7687 , 0x0195FE94EA3D7225B4091ACCC2861293 , 0x0195FE94EA3D7225B4091ACCC35F6EA3 , 0x0195FE94EA3D7225B4091ACCC3992A8E , 0x0195FE94EA3D7225B4091ACCC3AC2501 , 0x0195FE94EA3D7225B4091ACCC3B81C5C , 0x0195FE94EA9672599F50747D6803F425 , 0x0195FE94EA9672599F50747D688C9692 , 0x0195FE94EA9672599F50747D689AD7CC , 0x0195FE94EA9672599F50747D68BE7BA8 , 0x0195FE94EA9672599F50747D698CF099 , 0x0195FE94EA9672599F50747D69DF6BC6 , 0x0195FE94EA9672599F50747D6A1450E9 , 0x0195FE94EA9672599F50747D6AADE135 , 0x0195FE94EA9672599F50747D6AF04228 , 0x0195FE94EA9672599F50747D6B866948 , 0x0195FE94EA9672599F50747D6C6C07C7 , 0x0195FE94EA9672599F50747D6C91F787 , 0x0195FE94EA9672599F50747D6D740EDC , 0x0195FE94EA9672599F50747D6D756C67 , 0x0195FE94EA9672599F50747D6DDC0C16 , 0x0195FE94EA9672599F50747D6E699656 , 0x0195FE94EA9672599F50747D6EE93AAA , 0x0195FE94EA9672599F50747D6F926232 , 0x0195FE94EA9672599F50747D6FF8FBF7 , 0x0195FE94EA9672599F50747D7092B15F , 0x0195FE94EA9672599F50747D70A1766E , 0x0195FE94EA9672599F50747D70B7C99A , 0x0195FE94EA9672599F50747D71722A65 , 0x0195FE94EA9672599F50747D721FB10A , 0x0195FE94EA9672599F50747D725BC4C0 , 0x0195FE94EA9672599F50747D727F5BF6 , 0x0195FE94EA9672599F50747D73494A3C , 0x0195FE94EA9672599F50747D734E22A7 , 0x0195FE94EA9672599F50747D73D92115 , 0x0195FE94EA9672599F50747D74710C27 , 0x0195FE94EA9672599F50747D74B20382 , 0x0195FE94EA9672599F50747D75225D48 , 0x0195FE94EA9672599F50747D758D8AE7 , 0x0195FE94EA9672599F50747D75D67420 , 0x0195FE94EA9672599F50747D75F241BB , 0x0195FE94EA9672599F50747D7645BEFD , 0x0195FE94EA9672599F50747D77214107 , 0x0195FE94EA9672599F50747D7764934C , 0x0195FE94EA9672599F50747D77F04DD9 , 0x0195FE94EA9672599F50747D7849F3BD , 0x0195FE94EA9672599F50747D78B30AB5 , 0x0195FE94EA9672599F50747D79847105 , 0x0195FE94EA9672599F50747D799082C1 , 0x0195FE94EA9672599F50747D7A436BC2 , 0x0195FE94EA9672599F50747D7A8A496F , 0x0195FE94EA9672599F50747D7A8F4BB9 , 0x0195FE94EA9672599F50747D7B31723D , 0x0195FE94EA9672599F50747D7B63E1D6 , 0x0195FE94EA9672599F50747D7BB07323 , 0x0195FE94EA9672599F50747D7CA22908 , 0x0195FE94EA9672599F50747D7D9BDBDE , 0x0195FE94EA9672599F50747D7E36EE19 , 0x0195FE94EA9672599F50747D7E98F1E1 , 0x0195FE94EA9672599F50747D7F021587 , 0x0195FE94EA9672599F50747D7FAD62B9 , 0x0195FE94EA9672599F50747D80536FF9 , 0x0195FE94EA9672599F50747D80FCB4AA , 0x0195FE94EA9672599F50747D819116E7 , 0x0195FE94EA9672599F50747D820BBBAA , 0x0195FE94EA9672599F50747D82F4257A , 0x0195FE94EA9672599F50747D83002426 , 0x0195FE94EA9672599F50747D83AB2684 , 0x0195FE94EA9672599F50747D83FF05B0 , 0x0195FE94EA9672599F50747D845898D8 , 0x0195FE94EA9672599F50747D8495949E , 0x0195FE94EA9672599F50747D84CE8560 , 0x0195FE94EA9672599F50747D85BF54A0 , 0x0195FE94EA9672599F50747D865ACB8F , 0x0195FE94EA9672599F50747D86E0D6C0 , 0x0195FE94EA9672599F50747D87DE0FEA , 0x0195FE94EA9672599F50747D88C36C1A , 0x0195FE94EA9672599F50747D88C3B25B , 0x0195FE94EA9672599F50747D89473F3B , 0x0195FE94EA9672599F50747D898F9704 , 0x0195FE94EA9672599F50747D8A1B0D97 , 0x0195FE94EA9672599F50747D8AE26768 , 0x0195FE94EA9672599F50747D8AE7FF56 , 0x0195FE94EA9672599F50747D8AEE14D1 , 0x0195FE94EA9672599F50747D8B9A75BD , 0x0195FE94EA9672599F50747D8BA7F560 , 0x0195FE94EA9672599F50747D8C9F1EB5 , 0x0195FE94EA9672599F50747D8CDC65D4 , 0x0195FE94EA9672599F50747D8DD71DC8 , 0x0195FE94EA9672599F50747D8E739EEC , 0x0195FE94EA9672599F50747D8EC3943A , 0x0195FE94EA9672599F50747D8F7744DA , 0x0195FE94EA9672599F50747D900986FF , 0x0195FE94EA9672599F50747D90F650EF , 0x0195FE94EA9672599F50747D9184FC91 , 0x0195FE94EA9672599F50747D9274A11B , 0x0195FE94EA9672599F50747D930C7F51 , 0x0195FE94EA9672599F50747D939A4642 , 0x0195FE94EA9672599F50747D93A9D407 , 0x0195FE94EA9672599F50747D9411CCDE , 0x0195FE94EA9672599F50747D94F9763C , 0x0195FE94EA9672599F50747D95E2DF2C , 0x0195FE94EA9672599F50747D96BAB444 , 0x0195FE94EA9672599F50747D97B21A1C , 0x0195FE94EA9672599F50747D97B7369D , 0x0195FE94EA9672599F50747D988D4101 , 0x0195FE94EA9672599F50747D98A8E679 , 0x0195FE94EA9672599F50747D98D69DB8 , 0x0195FE94EA9672599F50747D990C2CF4 , 0x0195FE94EA9672599F50747D99C16AA7 , 0x0195FE94EA9672599F50747D99E52FB4 , 0x0195FE94EA9672599F50747D9A03CD97 , 0x0195FE94EA9672599F50747D9AFDF0BA , 0x0195FE94EA9672599F50747D9B61AD5A , 0x0195FE94EA9672599F50747D9BB8F5BC , 0x0195FE94EA9672599F50747D9C15B24A , 0x0195FE94EA9672599F50747D9CE8C393 , 0x0195FE94EA9672599F50747D9D8EA047 , 0x0195FE94EA9672599F50747D9DC0CFBD , 0x0195FE94EA9672599F50747D9E55A8C4 , 0x0195FE94EA9672599F50747D9ECC03D0 , 0x0195FE94EA9672599F50747D9F410577 , 0x0195FE94EA9672599F50747D9FC5C030 , 0x0195FE94EA9672599F50747D9FFE571E , 0x0195FE94EA9672599F50747DA097D186 , 0x0195FE94EA9672599F50747DA18DD4E2 , 0x0195FE94EA9672599F50747DA1C5C335 , 0x0195FE94EA9672599F50747DA213E8DE , 0x0195FE94EA9672599F50747DA22988D5 , 0x0195FE94EA9672599F50747DA30E9FF1 , 0x0195FE94EA9672599F50747DA35C0ADC , 0x0195FE94EA9672599F50747DA3BC092A , 0x0195FE94EA9672599F50747DA3F2D853 , 0x0195FE94EA9672599F50747DA4CDC87F , 0x0195FE94EA9672599F50747DA55C5866 , 0x0195FE94EA9672599F50747DA59879A5 , 0x0195FE94EA9672599F50747DA60FB18A , 0x0195FE94EA9672599F50747DA6192DD1 , 0x0195FE94EA9672599F50747DA665DF70 , 0x0195FE94EA9672599F50747DA6CFBC52 , 0x0195FE94EA9672599F50747DA74EEB0F , 0x0195FE94EA9672599F50747DA7F9525C , 0x0195FE94EA9672599F50747DA8AB8757 , 0x0195FE94EA9672599F50747DA91840CA , 0x0195FE94EA9672599F50747DA95EDFD8 , 0x0195FE94EA9672599F50747DA9C10BE3 , 0x0195FE94EA9672599F50747DA9D375CB , 0x0195FE94EA9672599F50747DA9E53359 , 0x0195FE94EA9672599F50747DAA77DEE9 , 0x0195FE94EA9672599F50747DAB4525A3 , 0x0195FE94EA9672599F50747DAC24DAC1 , 0x0195FE94EA9672599F50747DAC41C7FF , 0x0195FE94EA9672599F50747DACEFC10F , 0x0195FE94EA9672599F50747DAD01C995 , 0x0195FE94EA9672599F50747DAD5C4EA9 , 0x0195FE94EA9672599F50747DAD6CF4E4 , 0x0195FE94EA9672599F50747DADBD3786 , 0x0195FE94EA9672599F50747DADC70EC4 , 0x0195FE94EA9672599F50747DAE2A02F9 , 0x0195FE94EA9672599F50747DAE5C9F73 , 0x0195FE94EA9672599F50747DAE7833BC , 0x0195FE94EA9672599F50747DAE7CBEB0 , 0x0195FE94EA9672599F50747DAF699F69 , 0x0195FE94EA9672599F50747DB0667A75 , 0x0195FE94EAF1723E946A199A21D52979 , 0x0195FE94EAF1723E946A199A227B62DD , 0x0195FE94EAF1723E946A199A22CEB714 , 0x0195FE94EAF1723E946A199A237E2433 , 0x0195FE94EAF1723E946A199A24100995 , 0x0195FE94EAF1723E946A199A24C57A9B , 0x0195FE94EAF1723E946A199A25291908 , 0x0195FE94EAF1723E946A199A2611DB99 , 0x0195FE94EAF1723E946A199A2731284B , 0x0195FE94EAF1723E946A199A27D36690 , 0x0195FE94EAF1723E946A199A2887428E , 0x0195FE94EAF1723E946A199A2941B3ED , 0x0195FE94EAF1723E946A199A2A100276 , 0x0195FE94EAF1723E946A199A2AE9C8A6 , 0x0195FE94EAF1723E946A199A2B78E145 , 0x0195FE94EAF1723E946A199A2C298382 , 0x0195FE94EAF1723E946A199A2C85B057 , 0x0195FE94EAF1723E946A199A2DD7256C , 0x0195FE94EAF1723E946A199A2E9E79B8 , 0x0195FE94EAF1723E946A199A2F8516D3 , 0x0195FE94EAF1723E946A199A316C1753 , 0x0195FE94EAF1723E946A199A327B93E9 , 0x0195FE94EAF1723E946A199A32B87089 , 0x0195FE94EAF1723E946A199A33988A09 , 0x0195FE94EAF1723E946A199A343C3F6F , 0x0195FE94EAF1723E946A199A350BDC28 );
Copy
66
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 OFFSET 500
Parameters :
[
true
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àκt€
"""
b"\x01 •þ”êñr>”j\x19 š8Ô×i "
b"\x01 •þ”ëppL¿Þà€Qüûá "
b"\x01 ò■öÙûràì|\x08 `½%¯e "
b"\x01 ò■öÙûràì|\x08 `Ñ╗¡5 "
b"\x01 ò■öÙûràì|\x08 `ú\f úø "
b"\x01 •þ”êñr>”j\x19 š$Åz› "
b"\x01 ò■öÛ‗rNªØþ\x1C Å\x14 o‗ "
b"\x01 •þ”ëppL¿Þà€U\x01 àb "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŹ;‹
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌ\v Üß
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Éý£Ç
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀžÓ\x7F õ
"""
b"\x01 •þ”ê=r%´\t\x1A ̪÷þ\x03 "
b"\x01 •þ”ëppL¿Þà€Sý\x12 « "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À–Ì¡«
"""
b"\x01 •þ”ê=r%´\t\x1A ̲U“v "
b"\x01 •þ”ê=r%´\t\x1A ̹ؿA "
b"\x01 •þ”ëppL¿Þà€W\x17 Þj "
b"\x01 •þ”ê=r%´\t\x1A Ì©1£E "
b"\x01 •þ”ëDpr²Q[\x05\x13 <fî "
b"\x01 •þ”ëDpr²Q[\x05\x0F ½WÑ "
b"\x01 •þ”ëDpr²Q[\x05\x12 ò¡í "
b"\x01 •þ”ëDpr²Q[\x05\x14 ‰×½ "
b"\x01 •þ”ê=r%´\t\x1A Ìo'¯´ "
b"\x01 •þ”ê=r%´\t\x1A Ìt\x06 Ý~ "
b"\x01 •þ”ëDpr²Q[\x05\x16 f%; "
b"\x01 ò■öÙhq;åöIÉÙ\x1C ʨ "
b"\x01 •þ”ëppL¿Þà€Oóhô "
b"\x01 ò■öÙhq;åöIÉÛ═ç▓ "
b"\x01 ò■öÙhq;åöIÉýç*S "
b"\x01 ò■öÙhq;åöIÉÙ╝ù┐ "
b"\x01 •þ”ëppL¿Þà€L˜Ng "
b"\x01 •þ”ëppL¿Þà€M2\x0E p "
b"\x01 •þ”ëppL¿Þà€V\0~ "
b"\x01 •þ”ëDpr²Q[\x05\x12 úÇ\x1C "
b"\x01 •þ”ëDpr²Q[\x05\x10 cûØ "
b"\x01 ò■öÛ‗rNªØþ\x1C ïWªA "
b"\x01 ò■öÛ‗rNªØþ\x1C ê\v\x12 Ä "
b"\x01 •þ”ëppL¿Þà€SM©Ê "
b"\x01 •þ”ëppL¿Þà€R¹Åò "
b"\x01 •þ”ê=r%´\t\x1A Ìø\x1C \ "
b"\x01 •þ”ë«r.¼¹¯JàÏÓ\x05 "
b"\x01 ò■öÙhq;åöIÉÙ°ª! "
b"\x01 •þ”ëDpr²Q[\x05 \r ýµ_ "
b"\x01 ò■öÙ½r.╝╣»JÔ@\x14 Ø "
b"\x01 ò■öÙ½r.╝╣»JÚ6ɸ "
b"\x01 •þ”ê=r%´\t\x1A ÌtÆ¥3 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À°tíe
"""
b"\x01 •þ”ê–rYŸPt}Žsžì "
b"\x01 ò■öÙ\x7F p_ÅZ'vÑy\x16 + "
b"\x01 ò■öÙûràì|\x08 `¿½\r ? "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Ø[\r À
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À’Mäs
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÄ>šr
"""
b"\x01 ò■öÙûràì|\x08 `«cÃ▀ "
b"\x01 ò■öÙûràì|\x08 `¼Ç%┼ "
b"\x01 •þ”ê–rYŸPt}mÜ\f\x16 "
b"\x01 ò■öÛûrYƒPt}ÿÍØ© "
b"\x01 •þ”ê–rYŸPt}¥\Xf "
b"\x01 ò■öÙ\x7F p_ÅZ'v¡·ù¨ "
b"\x01 ò■öÙ\x7F p_ÅZ'víß=\x10 "
b"\x01 •þ”ëZs¹š‡\r …N¡™T "
b"\x01 •þ”ëppL¿Þà€QyÍp "
b"\x01 •þ”ëZs¹š‡\r …Iê³H "
b"\x01 •þ”ëZs¹š‡\r …Nz‚ó "
b"\x01 •þ”ëZs¹š‡\r …Sg\x19 Î "
b"\x01 •þ”ëDpr²Q[\x05\x12 6À´ "
b"\x01 •þ”ëZs¹š‡\r …RYƒ€ "
b"\x01 •þ”ë«r.¼¹¯Jé‰Rs "
b"\x01 •þ”ëZs¹š‡\r …Q\x10 ˜e "
b"\x01 •þ”ë¬pi«<z¾\x1F <œ& "
b"\x01 •þ”ë¬pi«<z¾ "\x0E X "
b"\x01 •þ”ë«r.¼¹¯Jãº\x18 í "
b"\x01 •þ”ëDpr²Q[\x05\f ÷Uœ "
b"\x01 •þ”ëZs¹š‡\r …MBmÍ "
b"\x01 •þ”ë«r.¼¹¯Jä–\x11 ¢ "
b"\x01 •þ”ëZs¹š‡\r …TrîÁ "
b"\x01 •þ”ëZs¹š‡\r …KŽ¿Ÿ "
b"\x01 •þ”ëDpr²Q[\x05\x11 ^X\t "
b"\x01 •þ”ëppL¿Þà€Ph×1 "
b"\x01 •þ”ëDpr²Q[\x05\x16 Ð2‡ "
b"\x01 ò■öÛ‗rNªØþ\x1C å;ýX "
b"\x01 •þ”êñr>”j\x19 š,…°W "
b"\x01 •þ”êñr>”j\x19 šA_1^ "
b"\x01 •þ”ë¬pi«<z¾\x1E ZF¢ "
b"\x01 •þ”ë«r.¼¹¯Jì.ì÷ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¢\x01 ˜n
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À´!6n
"""
b"\x01 •þ”éêsŽ‰\n \x7F À¹¾\x00 ¾ "
b"\x01 •þ”ê=r%´\t\x1A Ìp«úG "
b"\x01 •þ”ê=r%´\t\x1A Ìs\f ÖÄ "
b"\x01 •þ”ê=r%´\t\x1A Ì™ãÒà "
b"\x01 •þ”ê–rYŸPt}¦Ï¼R "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À…Dy?
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Ér\x18 B
"""
b"\x01 •þ”ê=r%´\t\x1A ÌœvXe "
b"\x01 ò■öÛ=r%┤\t\x1A ╠Øi\x17 t "
b"\x01 •þ”ê–rYŸPt}y„q\x05 "
b"\x01 •þ”ê–rYŸPt}ŒŸ\x1E µ "
b"\x01 •þ”ê–rYŸPt}œ\x15 ²J "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À®?ú½
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À½Žc‘
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÊ©¯—
"""
b"\x01 •þ”ê=r%´\t\x1A Ì|ܵ\x1C "
b"\x01 •þ”ê=r%´\t\x1A ÌžŸµR "
b"\x01 •þ”ê=r%´\t\x1A ÌÀx¨ç "
b"\x01 •þ”ê–rYŸPt}mt\x0E Ü "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Åðsz
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À•O{\x13
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À›¿²·
"""
b"\x01 •þ”ê=r%´\t\x1A Ìo\x04 7~ "
b"\x01 •þ”ê=r%´\t\x1A ̺F¦ô "
b"\x01 •þ”ê=r%´\t\x1A Ì¿Œ/E "
b"\x01 •þ”ê–rYŸPt}{°s# "
b"\x01 •þ”ê–rYŸPt}‘„ü‘ "
b"\x01 •þ”ê–rYŸPt}—²\x1A\x1C "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àˆ\x7F ÿ\x01
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ìð+@
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¿ø\x03 ñ
"""
b"\x01 •þ”ê=r%´\t\x1A ÌŽ$~z "
b"\x01 •þ”ê=r%´\t\x1A ̱oní "
b"\x01 •þ”ê=r%´\t\x1A Ì»>5Ó "
b"\x01 ò■öÛûrYƒPt}É\t å "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¸Ú\x18\e
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÁc¯¯
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÇ/hÖ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àª]¾G
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÇ\x07 ”Õ
"""
b"\x01 •þ”ê=r%´\t\x1A ÌpE:ø "
b"\x01 •þ”ê=r%´\t\x1A Ìx‚œ\x06 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¦&ê£
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˦\x1D He
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÃlš9
"""
b"\x01 •þ”ê=r%´\t\x1A ̲¹ = "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀœZI\r
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˴:U\x16
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§\x7F SÁ
"""
b"\x01 •þ”ê=r%´\t\x1A ̇¶©v "
b"\x01 •þ”ê=r%´\t\x1A ̘\x05 ܨ "
b"\x01 •þ”ê–rYŸPt}®|¾° "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Å=uò
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§rÝ¿
"""
b"\x01 •þ”ê=r%´\t\x1A ÌÙ*Ž "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀˆÅ´4
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ÉAÖ─
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¡ Xð
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠üê▀Ò "
b"\x01 •þ”ê=r%´\t\x1A Ì“šw\x17 "
b"\x01 •þ”ê–rYŸPt}l‘÷‡ "
b"\x01 •þ”ê–rYŸPt} —ц "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À†€²6
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Ø3\x01 ©
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¥Ç\x12 Â
"""
b"\x01 •þ”ê=r%´\t\x1A Ìr\x15 [) "
b"\x01 •þ”ê–rYŸPt}‹šu½ "
b"\x01 •þ”êñr>”j\x19 šLW Ý "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡\x16\x10 H
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ÄÉ"\x01
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¸6BK
"""
b"\x01 •þ”ê=r%´\t\x1A Ìznlr "
b"\x01 •þ”ê=r%´\t\x1A ÌŽ]\x1E Å "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À²\x02 ¤ð
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‚®\x11 b "
b"\x01 •þ”ê=r%´\t\x1A Ì”y’Õ "
b"\x01 •þ”ê=r%´\t\x1A ÌÁ®v‡ "
b"\x01 •þ”ê–rYŸPt}uòA» "
b"\x01 •þ”ê–rYŸPt}Šî\x14 Ñ "
b"\x01 •þ”êñr>”j\x19 š1l\x17 S "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À©\x16 :Ú
"""
b"\x01 •þ”ê=r%´\t\x1A ̧Aå\x1A "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŸ5~±
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └®\x11 ØP
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÂbâÉ
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠Å~,└ "
b"\x01 •þ”ê=r%´\t\x1A Ì´ê,! "
b"\x01 ò■öÛ=r%┤\t\x1A ╠║VÇÅ "
b"\x01 •þ”ê–rYŸPt}mulg "
b"\x01 •þ”ê–rYŸPt}p·Éš "
b"\x01 •þ”ê–rYŸPt}Ç\x0E Ä "
b"\x01 •þ”êñr>”j\x19 š5\v Ü( "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └╗ñØÙ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÍr\x14 ~
"""
b"\x01 •þ”ê=r%´\t\x1A Ì’Ã°Ó "
b"\x01 •þ”ê=r%´\t\x1A ̽¡§‡ "
b"\x01 •þ”ê–rYŸPt}t²\x03 ‚ "
b"\x01 •þ”ê–rYŸPt}¬ïÁ\x0F "
b"\x01 •þ”êñr>”j\x19 š6%\x03 Ž "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àºò–>
"""
b"\x01 •þ”ê=r%´\t\x1A Ì™\x1C ’Þ "
b"\x01 ò■öÛûrYƒPt}uìèþ "
b"\x01 ò■öÛûrYƒPt}üæ\x16 þ "
b"\x01 •þ”ê–rYŸPt}“šFB "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À°†^“
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÁÅ…t
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠ÉD\x10 " "
b"\x01 •þ”ê=r%´\t\x1A Ì‘ÍìB "
b"\x01 •þ”ê=r%´\t\x1A ̯`«¨ "
b"\x01 •þ”ê–rYŸPt}«E%£ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¬î.
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À»ÙŠ\x17
"""
b"\x01 •þ”ê=r%´\t\x1A ̈h≠"
b"\x01 •þ”ê=r%´\t\x1A Ì•¾á¢ "
b"\x01 •þ”ê–rYŸPt}qr*e "
b"\x01 •þ”ê–rYŸPt}’t¡\e "
b"\x01 •þ”ê–rYŸPt}•âß, "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À›.ºÒ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‹±×ð "
b"\x01 •þ”ê=r%´\t\x1A Ì¢\x13 ×\x10 "
b"\x01 •þ”ê–rYŸPt}\x7F\x02\x15 ‡ "
b"\x01 •þ”ê–rYŸPt}„•”ž "
b"\x01 •þ”ê–rYŸPt}©å3Y "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À”Sü\x05
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÉö\f
"""
b"\x01 •þ”ê=r%´\t\x1A Ì´úvf "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¤¶LÏ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¬ÀÖ™
"""
b"\x01 •þ”ê=r%´\t\x1A ̾¢9l "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§9Š8
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À©E¯\
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À»#>[
"""
b"\x01 •þ”ê=r%´\t\x1A ÌyG‡‘ "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ت\v\x04 "
b"\x01 •þ”ê–rYŸPt}¦\x19 -Ñ "
b"\x01 •þ”êñr>”j\x19 š=\x1D }¦ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À²Ñ\x06\x7F
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÉ*\x07 0
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠ügd\f "
b"\x01 •þ”ê=r%´\t\x1A Ì…¦è÷ "
b"\x01 •þ”ê=r%´\t\x1A ̆‹×ˆ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«7a5
"""
b"\x01 •þ”ê=r%´\t\x1A Ì~ÀE3 "
b"\x01 •þ”ê=r%´\t\x1A ̃ªq¤ "
b"\x01 •þ”ê–rYŸPt}„Î…` "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └äì²½
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¯z]q
"""
b"\x01 •þ”ê=r%´\t\x1A Ì€×4\x1F "
b"\x01 •þ”ê=r%´\t\x1A ̌ЖY "
b"\x01 •þ”ê=r%´\t\x1A Ì—.]Ö "
b"\x01 ò■öÛûrYƒPt}ìÎ\x1D ╚ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÂð”&
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÆr—ÿ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì{V\x0E\x10 "
b"\x01 •þ”ê=r%´\t\x1A ̈{\x0F "
b"\x01 •þ”ê–rYŸPt}w!A\x07 "
b"\x01 ò■öÛûrYƒPt}ÅwD┌ "
b"\x01 •þ”ê–rYŸPt}©Á\v ã "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¨”Ëe
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌÌ–a
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À“@\²
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‘-AU "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àƒl3^
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àœdã—
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¼Ï’<
"""
b"\x01 •þ”ê=r%´\t\x1A Ìoø€† "
b"\x01 •þ”ê=r%´\t\x1A ̶w|í "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À˜\t \r ‰
"""
b"\x01 •þ”ê–rYŸPt}‚\v »ª "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ìù(|
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àšá»#
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌx\x1C Õ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì\x7F åt\x17 "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ÿöÀü "
b"\x01 •þ”ê=r%´\t\x1A ̤ÊN£ "
b"\x01 ò■öÛûrYƒPt}yÉé┴ "
b"\x01 •þ”ê–rYŸPt}ƒ«&„ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀµA²1
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠ìé<¡ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À®\x0F\x16 I
"""
b"\x01 •þ”ê=r%´\t\x1A Ì|\x04 CË "
b"\x01 •þ”ê–rYŸPt}¥˜y¥ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àµ&Ž‰
"""
b"\x01 •þ”ê=r%´\t\x1A Ì Ä0\x05 "
b"\x01 •þ”ê=r%´\t\x1A ̳ò‰Œ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À³‚Ü`
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‹æ¾& "
b"\x01 •þ”ê=r%´\t\x1A ̪\t ߥ "
b"\x01 •þ”ê=r%´\t\x1A ̾ì\x10 @ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÈãz-
"""
b"\x01 •þ”ê=r%´\t\x1A Ì«2\v à "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À•à B
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¥VÝ\x06
"""
b"\x01 •þ”ê=r%´\t\x1A ÌŸ¦ÑÄ "
b"\x01 •þ”ê=r%´\t\x1A ̵µRJ "
b"""
\x01 •þ”ê–rYŸPt}x³\n
µ
"""
b"\x01 •þ”ê–rYŸPt}¡ÅÃ5 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‚Œ~ö
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À£\x19 Á\x07
"""
b"\x01 •þ”ê–rYŸPt}né:ª "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └óUXì
"""
b"\x01 •þ”ê–rYŸPt}hš×Ì "
b"\x01 •þ”ê–rYŸPt}\x01 É• "
b"\x01 •þ”êñr>”j\x19 š6¬Nm "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àº½\x01 Î
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¿§MB
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌ\r }p
"""
b"\x01 •þ”ê=r%´\t\x1A Ìv|÷\f "
b"\x01 •þ”ê=r%´\t\x1A ̼÷H! "
b"\x01 •þ”ê–rYŸPt}“\f\x7F Q "
b"\x01 •þ”ê–rYŸPt}›aZ "
b"\x01 •þ”êñr>”j\x19 š"η\x14 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À†,&ý
"""
b"\x01 •þ”ê–rYŸPt}£\x0E Ÿñ "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └»ýÉq
"""
b"\x01 •þ”ê=r%´\t\x1A Ì“/\x10 f "
b"\x01 •þ”ê–rYŸPt}”ùv< "
b"\x01 •þ”ê=r%´\t\x1A Ì{À‚8 "
b"\x01 ò■öÛ=r%┤\t\x1A ╠\x7F üvÑ "
b"\x01 •þ”ê=r%´\t\x1A ̹aÚ\x11 "
b"\x01 •þ”ê–rYŸPt}~˜ñá "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ù \x19 Å
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¡ü\x17 à
"""
b"\x01 •þ”ê–rYŸPt}”\x11 ÌÞ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÀˆx\x19
"""
b"\x01 •þ”ê=r%´\t\x1A Ì®\x10 ´\x16 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À˜ºˆn
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˱#ѻ
"""
b"\x01 •þ”ê=r%´\t\x1A ̊כq "
b"\x01 ò■öÛ=r%┤\t\x1A ╠Å/═t "
b"\x01 •þ”ê=r%´\t\x1A Ìž¾\x04 ‚ "
b"\x01 •þ”ê–rYŸPt}žÌ\x03 Ð "
b"\x01 •þ”ê–rYŸPt}\N© "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àº×ŸÌ
"""
b"\x01 •þ”ê=r%´\t\x1A ̬ŠP© "
b"\x01 •þ”ê=r%´\t\x1A Ì}ç3g "
b"\x01 •þ”ê–rYŸPt}{1r= "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¬P³‡
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀvF2
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¹ì”×
"""
b"\x01 •þ”ê=r%´\t\x1A Ì %7` "
b"\x01 •þ”ê–rYŸPt}zCk "
b"\x01 •þ”ê–rYŸPt}ll\x07 Ç "
b"\x01 •þ”ê–rYŸPt}|¢)\x08 "
b"\x01 •þ”ê=r%´\t\x1A ÌuG0 "
b"\x01 •þ”ê–rYŸPt}‚ô%z "
b"\x01 ò■öÛûrYƒPt}ùÀ6Ø "
b"\x01 •þ”ê–rYŸPt}¢\x13 èÞ "
b"\x01 •þ”êñr>”j\x19 š>e7 "
b"\x01 •þ”ê=r%´\t\x1A ̆þ–ˆ "
b"\x01 •þ”ê=r%´\t\x1A Ìš¸J8 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À©’ÿå
"""
b"\x01 •þ”ê–rYŸPt}ißkÆ "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └£0╝Å
"""
b"\x01 •þ”ê=r%´\t\x1A Ìw\x13 ¤„ "
b"\x01 •þ”ê=r%´\t\x1A ̯sè½ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À™¤\x1A b
"""
b"\x01 •þ”ê–rYŸPt}sIJ< "
b"\x01 •þ”ê–rYŸPt}®x3¼ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¦Å\x18\x19
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‚8Õu "
b"\x01 •þ”ê–rYŸPt}§ùR\ "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └üÐ─Û
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡-µ‡
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À·SãÃ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÈ\x03 à>
"""
b"\x01 •þ”ê–rYŸPt}©^ßØ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À '.'
"""
b"\x01 •þ”ê–rYŸPt}¬$ÚÁ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÅ.–÷
"""
b"\x01 •þ”ê=r%´\t\x1A Ì|ûèþ "
b"\x01 •þ”ê=r%´\t\x1A ̉ã`\x19 "
b"\x01 •þ”ê–rYŸPt}‰G?; "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À˜£‡
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À ?‡G
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À´ôÒ\x06
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¶Óaý
"""
b"\x01 •þ”ê=r%´\t\x1A Ìy\x16 EH "
b"\x01 •þ”ê=r%´\t\x1A Ì„wÊ8 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À—à\x7F \r
"""
b"\x01 •þ”ê=r%´\t\x1A Ì·îÐ[ "
b"\x01 •þ”ê–rYŸPt}h\x03 ô% "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡]äÖ
"""
b"\x01 •þ”ê–rYŸPt}ŸA\x05 w "
b"\x01 •þ”ê=r%´\t\x1A Ì…_@é "
b"\x01 •þ”ê=r%´\t\x1A Ì ÎûÇ "
b"\x01 •þ”ê–rYŸPt}‹§õ` "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¤s„®
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀšØê¤
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«é¥Ç
"""
b"\x01 •þ”ê=r%´\t\x1A Ìv.\f ! "
b"\x01 •þ”ê=r%´\t\x1A Ì™|\x10\x05 "
b"\x01 ò■öÛ=r%┤\t\x1A ╠«Æâì "
b"\x01 •þ”ê=r%´\t\x1A Ì°ÜËì "
b"\x01 •þ”ê–rYŸPt}r[ÄÀ "
b"\x01 •þ”ê–rYŸPt}–º´D "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¿+ÇI
"""
b"\x01 •þ”ê=r%´\t\x1A ̶÷\f\e "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÍÎh›
"""
b"\x01 •þ”ê=r%´\t\x1A ̤L‹º "
b"\x01 •þ”ê=r%´\t\x1A Ì©\x18 /5 "
b"\x01 ò■öÛûrYƒPt}Ø└¤¢ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÅ;þ\x1C
"""
b"\x01 •þ”ê=r%´\t\x1A ̉böv "
b"\x01 •þ”ê–rYŸPt}ƒ\x00 $& "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŒ®Í¨
"""
b"\x01 •þ”ê–rYŸPt}€ü´ª "
b"\x01 •þ”ê=r%´\t\x1A Ìo\x7F '\x12 "
b"\x01 •þ”ê=r%´\t\x1A Ì¡ªÅ\e "
b"\x01 •þ”ê=r%´\t\x1A Ì«(Š "
b"\x01 •þ”ê–rYŸPt}sÙ!\x15 "
b"\x01 •þ”ê=r%´\t\x1A Ì°4Å\x15 "
b"\x01 ò■öÛ‗rNªØþ\x1C âÝ┤$ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŠÄ'Ž
"""
b"\x01 •þ”ê=r%´\t\x1A Ì¢\t ¿\r "
b"\x01 •þ”ê=r%´\t\x1A Ì£ g\e "
b"\x01 •þ”ê–rYŸPt}¢)ˆÕ "
b"\x01 •þ”êñr>”j\x19 š(‡BŽ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‹É\x16\x01
"""
b"\x01 •þ”ê–rYŸPt}p’±_ "
b"\x01 •þ”ê–rYŸPt}}›ÛÞ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À’¢"÷
"""
b"\x01 •þ”ê=r%´\t\x1A ÌqMK„ "
b"\x01 •þ”ê–rYŸPt}„X˜Ø "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àƒ¡\x13 G
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À½› \f
"""
b"\x01 •þ”ê=r%´\t\x1A ÌÀ¯×Þ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À—*ÃR
"""
b"\x01 •þ”ê–rYŸPt}š\x03 Í— "
b"\x01 •þ”êñr>”j\x19 š/…\x16 Ó "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À®£z:
"""
b"\x01 •þ”ê–rYŸPt}lôä "
b"\x01 •þ”ê–rYŸPt}›¸õ¼ "
b"\x01 •þ”ê–rYŸPt}°fzu "
b"\x01 •þ”ê=r%´\t\x1A Ìwû@ "
b"\x01 •þ”ê–rYŸPt}‡Þ\x0F ê "
b"\x01 •þ”ê=r%´\t\x1A Ìr\x13 ¹; "
b"\x01 •þ”ê=r%´\t\x1A ÌŠ|\x01 $ "
b"\x01 •þ”ê–rYŸPt}p¡vn "
b"\x01 •þ”ê–rYŸPt}wðMÙ "
b"\x01 •þ”ê–rYŸPt}œèÓ "
b"\x01 •þ”êñr>”j\x19 š&\x11 Û™ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀšFŸn
"""
b"\x01 •þ”ê–rYŸPt}já5 "
b"\x01 •þ”ê–rYŸPt}u"]H "
b"\x01 ò■öÛûrYƒPt}zÅK╣ "
b"\x01 •þ”êñr>”j\x19 šC+oø "
b"\x01 •þ”ê=r%´\t\x1A ̆@ê÷ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀžFŒÁ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì¢øR¶ "
b"\x01 •þ”ê–rYŸPt}€Soù "
b"\x01 •þ”ê–rYŸPt}¦eßp "
b"\x01 •þ”ê–rYŸPt}wd“L "
b"\x01 ò■öÛ‗rNªØþ\x1C r├ü┐ "
b"\x01 •þ”ê=r%´\t\x1A ̨<•\x10 "
b"\x01 •þ”ê–rYŸPt}£¼\t * "
b"\x01 •þ”ê–rYŸPt}¦\x0F ±Š "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àž\x1F yÂ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§Å[ó
"""
b"\x01 •þ”ê=r%´\t\x1A Ì–\t ;( "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¾5™\x18
"""
b"\x01 •þ”ê=r%´\t\x1A ̦D÷è "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‘ÁË…
"""
b"\x01 •þ”ê–rYŸPt}ƒÿ\x05 ° "
b"\x01 •þ”ê–rYŸPt}¤ÍÈ\x7F "
b"""
\x01 •þ”ê–rYŸPt}£\\n
Ü
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¤\x12 JŠ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì€ìøG "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ì[u¹ "
b"\x01 •þ”ê–rYŸPt}®*\x02 ù "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‰^ÖÈ
"""
b"\x01 •þ”ê–rYŸPt}®\Ÿs "
b"\x01 •þ”ê=r%´\t\x1A Ì™\R "
b"\x01 •þ”ê=r%´\t\x1A Ì·‹òà "
b"\x01 •þ”ê–rYŸPt}ˆÃ²[ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«m…‚
"""
b"\x01 •þ”ê–rYŸPt}uÖt "
b"\x01 ò■öÛ‗rNªØþ\x1C vÂÈò "
b"\x01 •þ”ê–rYŸPt}ªwÞé "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‰êÅ\x12
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«\r ã?
"""
b"\x01 •þ”ê–rYŸPt}šýðº "
b"\x01 •þ”ê–rYŸPt}ni–V "
b"\x01 •þ”ê–rYŸPt}xIó½ "
b"\x01 •þ”êñr>”j\x19 š-×%l "
b"\x01 •þ”ê=r%´\t\x1A ÌŸá/E "
b"\x01 •þ”ê=r%´\t\x1A Ì{EÑ "
b"\x01 •þ”êñr>”j\x19 šN°îè "
b"\x01 •þ”ê–rYŸPt}r\x1F ±\n "
b"\x01 ò■öÛ‗rNªØþ\x1C {ìÑy "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À”\x1E :”
"""
b"\x01 •þ”ê=r%´\t\x1A ÌÃ_n£ "
b"\x01 •þ”ê–rYŸPt}\x7F b¹ "
b"\x01 ò■öÛûrYƒPt}åZ╦Å "
b"\x01 ò■öÛ‗rNªØþ\x1C sâPm "
b"\x01 •þ”ê=r%´\t\x1A Ì”é2Ç "
b"\x01 •þ”ê–rYŸPt}ˆÃl\x1A "
b"\x01 •þ”ê–rYŸPt}Šâgh "
b"\x01 •þ”ê=r%´\t\x1A Ì Íqm "
b"\x01 •þ”ê–rYŸPt}˜¨æy "
b"\x01 •þ”ê=r%´\t\x1A ÌnДç "
b"\x01 •þ”ê–rYŸPt}zŠIo "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‹\x1A ae
"""
b"\x01 •þ”ê=r%´\t\x1A Ìyž.£ "
b"\x01 ò■öÛ‗rNªØþ\x1C éØQ¡ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀË7&£
"""
b"\x01 ò■öÛûrYƒPt}íìÈÔ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡‰Ú÷
"""
b"\x01 •þ”ê=r%´\t\x1A Ì›—%Í "
b"\x01 •þ”ê=r%´\t\x1A ̉\x04 ñÓ "
b"\x01 •þ”ê–rYŸPt}ŽÃ”: "
b"\x01 •þ”ê–rYŸPt}h¾{¨ "
b"\x01 •þ”ê–rYŸPt}…¿T "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À›S’X
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠Ñ║¤Ø "
b"\x01 •þ”ê–rYŸPt}{cáÖ "
b"\x01 •þ”ê=r%´\t\x1A ̾T<- "
b"\x01 •þ”ê–rYŸPt}“©Ô\x07 "
b"\x01 •þ”êñr>”j\x19 š4<?o "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÈÝQã
"""
b"\x01 •þ”ê–rYŸPt}ŠçÿV "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À–\x19 £~
"""
b"\x01 •þ”ê=r%´\t\x1A Ì»ƒâj "
b"\x01 •þ”ê–rYŸPt}iŒð™ "
b"\x01 ò■öÛ‗rNªØþ\x1C è»Wâ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˦֑o
"""
b"\x01 ò■öÛûrYƒPt}ÿìA\x01 "
b"\x01 •þ”ê–rYŸPt}§Në\x0F "
b"\x01 •þ”ê=r%´\t\x1A Ì}ü\[ "
b"\x01 •þ”ê–rYŸPt}sN"§ "
b"\x01 •þ”ê=r%´\t\x1A Ìì%\x01 "
b"\x01 •þ”êñr>”j\x19 šI'ë& "
b"\x01 •þ”ê–rYŸPt}hŒ–’ "
b"\x01 •þ”ê=r%´\t\x1A Ì•çÂÞ "
b"\x01 •þ”ê–rYŸPt}j\x14 Pé "
b"\x01 ò■öÛ‗rNªØþ\x1C | ¹# "
b"\x01 •þ”ê–rYŸPt}£òØS "
b"\x01 •þ”ê–rYŸPt}½7† "
b"\x01 •þ”ê=r%´\t\x1A Ì\x7F\x11\x18 „ "
b"\x01 •þ”ê–rYŸPt}vE¾ý "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └┐=ØL
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠üµ╦2 "
b"\x01 ò■öÛ‗rNªØþ\x1C å╠Ïz "
b"\x01 •þ”ê=r%´\t\x1A ̸å‚l "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¹³VX
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠Å[\x1D : "
b"\x01 •þ”ê–rYŸPt}™å/´ "
b"\x01 ò■öÛûrYƒPt}É÷P´ "
b"\x01 •þ”ê–rYŸPt}k†iH "
b"\x01 •þ”ê–rYŸPt}©\x18 @Ê "
b"\x01 ò■öÛ‗rNªØþ\x1C ï═äö "
b"\x01 •þ”ê=r%´\t\x1A ̳‹»\f "
b"\x01 •þ”ê–rYŸPt}ŒÜeÔ "
b"\x01 ò■öÛ‗rNªØþ\x1C |\x03 ¾l "
b"\x01 •þ”ê–rYŸPt}™\f ,ô "
b"\x01 •þ”êñr>”j\x19 šM.\x04 f "
b"\x01 •þ”ê=r%´\t\x1A ̼}Ìë "
b"\x01 •þ”ê=r%´\t\x1A ̆\x12 “ "
b"\x01 •þ”ê–rYŸPt}oøû÷ "
b"\x01 •þ”ê–rYŸPt}¯iŸi "
b"\x01 •þ”êñr>”j\x19 š<]Ñ "
b"\x01 •þ”êñr>”j\x19 š?…´‡ "
b"\x01 •þ”ê–rYŸPt}o’b2 "
b"\x01 •þ”ê=r%´\t\x1A Ì–³‚‚ "
b"\x01 •þ”ê–rYŸPt}tq\f ' "
b"\x01 •þ”ê–rYŸPt}ŸÅÀ0 "
b"\x01 •þ”ê–rYŸPt}jðB( "
b"\x01 •þ”ê–rYŸPt}~6î\x19 "
b"\x01 •þ”ê–rYŸPt}žU¨Ä "
b"\x01 ò■öÛ‗rNªØþ\x1C q=ØÝ "
b"\x01 •þ”ê–rYŸPt}¨«‡W "
b"\x01 •þ”êñr>”j\x19 š?ìœX "
b"\x01 •þ”ê–rYŸPt}©ÓuË "
b"\x01 •þ”ê=r%´\t\x1A ÌŠ\x16 ª¤ "
b"\x01 ò■öÛûrYƒPt}ëÅù\x04 "
b"\x01 ò■öÛ‗rNªØþ\x1C å&X% "
b"\x01 ò■öÛ±r>öj\x19 Ü'ËfÉ "
b"\x01 •þ”êñr>”j\x19 šMÓf¿ "
b"\x01 •þ”ê–rYŸPt}Š\e \r — "
b"\x01 •þ”ê–rYŸPt}™Áj§ "
b"\x01 ò■öÛ‗rNªØþ\x1C èz\x02 È "
b"\x01 ò■öÛ‗rNªØþ\x1C Äaá█ "
b"\x01 •þ”ê–rYŸPt}¬AÇÿ "
b"\x01 •þ”ê–rYŸPt}ŸþW\x1E "
b"\x01 ò■öÛ‗rNªØþ\x1C wßMÞ "
b"\x01 •þ”êñr>”j\x19 š3˜Š\t "
b"\x01 ò■öÛ‗rNªØþ\x1C ëÛ2ï "
b"\x01 ò■öÛ‗rNªØþ\x1C q±╚p "
b"\x01 •þ”êñr>”j\x19 šB\x1C h{ "
b"\x01 •þ”êñr>”j\x19 š7‚\x13 ÷ "
b"\x01 •þ”êñr>”j\x19 š%)\x19\x08 "
b"\x01 •þ”ê–rYŸPt}r\x7F [ö "
b"\x01 •þ”ê–rYŸPt}†àÖÀ "
b"\x01 •þ”êñr>”j\x19 š'1(K "
b"\x01 •þ”êñr>”j\x19 šF¬eÙ "
b"\x01 ò■öÛûrYƒPt}ØÄáG "
b"\x01 ò■öÛ‗rNªØþ\x1C ü}Oã "
b"\x01 ò■öÛ‗rNªØþ\x1C }─╗┐ "
b"\x01 ò■öÛ‗rNªØþ\x1C âÊÕ "
b"\x01 ò■öÛ‗rNªØþ\x1C É\x10 ç_ "
b"\x01 ò■öÛ‗rNªØþ\x1C ÄQ\x11\x07 "
b"\x01 •þ”êñr>”j\x19 šKöv\x1E "
b"\x01 ò■öÛ‗rNªØþ\x1C tPþæ "
b"\x01 •þ”êñr>”j\x19 š5\x14 gÙ "
b"\x01 •þ”êñr>”j\x19 š9…W• "
b"\x01 •þ”êñr>”j\x19 š!Õ)y "
b"\x01 •þ”êñr>”j\x19 š#~$3 "
b"\x01 •þ”êñr>”j\x19 š:þ¸è "
b"\x01 ò■öÛ‗rNªØþ\x1C èø[ô "
b"\x01 •þ”êñr>”j\x19 šEóõË "
b"\x01 •þ”êñr>”j\x19 š+xáE "
b"\x01 ò■öÛ‗rNªØþ\x1C z\x10 Hƒ "
b"\x01 •þ”êñr>”j\x19 šHAØ‹ "
b"\x01 •þ”êñr>”j\x19 š2{“é "
b"\x01 ò■öÛ‗rNªØþ\x1C s╚p0 "
b"\x01 •þ”êñr>”j\x19 šGB‹’ "
b"\x01 •þ”êñr>”j\x19 š$\x10\t • "
b"\x01 ò■öÛ‗rNªØþ\x1C z¼╔, "
b"\x01 •þ”êñr>”j\x19 š2¸p‰ "
b"\x01 ò■öÛ‗rNªØþ\x1C âHÇ│ "
b"\x01 •þ”êñr>”j\x19 š*\x10\x02 v "
b"\x01 ò■öÛ‗rNªØþ\x1C x‗ãO "
b"\x01 •þ”êñr>”j\x19 š:ú\x04 x "
b"\x01 •þ”êñr>”j\x19 š:,ÁŽ "
b"\x01 •þ”êñr>”j\x19 šPM\x1A ˆ "
b"\x01 •þ”êñr>”j\x19 š"{bÝ "
b"\x01 ò■öÛ‗rNªØþ\x1C çx\f ÿ "
b"\x01 ò■öÛ‗rNªØþ\x1C Ä┤`\x11 "
b"\x01 •þ”êñr>”j\x19 š<\x06 =S "
b"\x01 •þ”êñr>”j\x19 šQ·\x05 ^ "
b"\x01 •þ”êñr>”j\x19 š.žy¸ "
b"\x01 ò■öÛ‗rNªØþ\x1C uA\\e "
b"\x01 •þ”êñr>”j\x19 š)A³í "
b"\x01 •þ”êñr>”j\x19 š*éȦ "
b"\x01 ò■öÛ‗rNªØþ\x1C qMiî "
b"\x01 •þ”êñr>”j\x19 š@hFt "
b"\x01 ò■öÛ‗rNªØþ\x1C ïàuƒ "
b"\x01 ò■öÛ‗rNªØþ\x1C à ñ "
b"\x01 •þ”êñr>”j\x19 š,)ƒ‚ "
b"\x01 •þ”êñr>”j\x19 š8oèL "
b"\x01 ò■öÛ‗rNªØþ\x1C î\x19 ®³ "
b"\x01 •þ”êñr>”j\x19 šNCÕÎ "
b"\x01 •þ”êñr>”j\x19 š=ɳ2 "
b"\x01 ò■öÛ‗rNªØþ\x1C y(ô╝ "
b"\x01 ò■öÛ‗rNªØþ\x1C |┘╝§ "
]
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 (0x0195FE94E9EA738E890A7FC0CEBA7480 , 0x0195FE94EAF1723E946A199A38D4D769 , 0x0195FE94EB70704CBFDEE08051FCFBE1 , 0x0195FE94EB9672858D7C0860AB25EE65 , 0x0195FE94EB9672858D7C0860A5BBAD35 , 0x0195FE94EB9672858D7C0860A30CA39B , 0x0195FE94EAF1723E946A199A24C57A9B , 0x0195FE94EAF2724EA69DE71C8F146FF2 , 0x0195FE94EB70704CBFDEE0805501E062 , 0x0195FE94E9EA738E890A7FC0C5B93B8B , 0x0195FE94E9EA738E890A7FC0CC0BDCDF , 0x0195FE94E9EA738E890A7FC090EC9C80 , 0x0195FE94E9EA738E890A7FC09ED37FF5 , 0x0195FE94EA3D7225B4091ACCAAF7FE03 , 0x0195FE94EB70704CBFDEE08053FD12AB , 0x0195FE94E9EA738E890A7FC096CCA1AB , 0x0195FE94EA3D7225B4091ACCB2559376 , 0x0195FE94EA3D7225B4091ACCB9D8BF41 , 0x0195FE94EB70704CBFDEE0805717DE6A , 0x0195FE94EA3D7225B4091ACCA931A345 , 0x0195FE94EB447072B2515B05133C66EE , 0x0195FE94EB447072B2515B050FBD57D1 , 0x0195FE94EB447072B2515B0512F2A1ED , 0x0195FE94EB447072B2515B051489D7BD , 0x0195FE94EA3D7225B4091ACC6F27AFB4 , 0x0195FE94EA3D7225B4091ACC7406DD7E , 0x0195FE94EB447072B2515B051666253B , 0x0195FE94EB68713B86944990EB1CD2F9 , 0x0195FE94EB70704CBFDEE0804FF368F4 , 0x0195FE94EB68713B86944990EACD87B2 , 0x0195FE94EB68713B86944990EC872A53 , 0x0195FE94EB68713B86944990EBBC97BF , 0x0195FE94EB70704CBFDEE0804C984E67 , 0x0195FE94EB70704CBFDEE0804D320E70 , 0x0195FE94EB70704CBFDEE080565C307E , 0x0195FE94EB447072B2515B0512FAC71C , 0x0195FE94EB447072B2515B051063FBD8 , 0x0195FE94EAF2724EA69DE71C8B57A641 , 0x0195FE94EAF2724EA69DE71C880B128E , 0x0195FE94EB70704CBFDEE080534DA9CA , 0x0195FE94EB70704CBFDEE08052B9C5F2 , 0x0195FE94EA3D7225B4091ACCC3B81C5C , 0x0195FE94EBAB722EBCB9AF4AE0CFD305 , 0x0195FE94EB68713B86944990EBF8A621 , 0x0195FE94EB447072B2515B050DFDB55F , 0x0195FE94EBAB722EBCB9AF4AE240149D , 0x0195FE94EBAB722EBCB9AF4AE93690F7 , 0x0195FE94EA3D7225B4091ACC74C6A533 , 0x0195FE94E9EA738E890A7FC0B074ED65 , 0x0195FE94EA9672599F50747D8E739EEC , 0x0195FE94EB7F705F8F5A2776A579162B , 0x0195FE94EB9672858D7C0860A8AB0D3F , 0x0195FE94E9EA738E890A7FC09D5B0DB7 , 0x0195FE94E9EA738E890A7FC0924DE473 , 0x0195FE94E9EA738E890A7FC0C43E9A72 , 0x0195FE94EB9672858D7C0860AE63C7DF , 0x0195FE94EB9672858D7C0860AC8025C5 , 0x0195FE94EA9672599F50747D6DDC0C16 , 0x0195FE94EA9672599F50747D98D69DB8 , 0x0195FE94EA9672599F50747DA55C5866 , 0x0195FE94EB7F705F8F5A2776ADFA97F9 , 0x0195FE94EB7F705F8F5A2776A1E13D10 , 0x0195FE94EB5A73B99A870D854EA19954 , 0x0195FE94EB70704CBFDEE0805179CD70 , 0x0195FE94EB5A73B99A870D8549EAB348 , 0x0195FE94EB5A73B99A870D854E7A82F3 , 0x0195FE94EB5A73B99A870D85536719CE , 0x0195FE94EB447072B2515B051236C0B4 , 0x0195FE94EB5A73B99A870D8552598380 , 0x0195FE94EBAB722EBCB9AF4AE9895273 , 0x0195FE94EB5A73B99A870D8551109865 , 0x0195FE94EBAC7069AB3C7ABE1F3C9C26 , 0x0195FE94EBAC7069AB3C7ABE20220E58 , 0x0195FE94EBAB722EBCB9AF4AE3BA18ED , 0x0195FE94EB447072B2515B050CF7559C , 0x0195FE94EB5A73B99A870D854D426DCD , 0x0195FE94EBAB722EBCB9AF4AE49611A2 , 0x0195FE94EB5A73B99A870D855472EEC1 , 0x0195FE94EB5A73B99A870D854B8EBF9F , 0x0195FE94EB447072B2515B05115E5809 , 0x0195FE94EB70704CBFDEE0805068D731 , 0x0195FE94EB447072B2515B0516D03287 , 0x0195FE94EAF2724EA69DE71C863BEC58 , 0x0195FE94EAF1723E946A199A2C85B057 , 0x0195FE94EAF1723E946A199A415F315E , 0x0195FE94EBAC7069AB3C7ABE1E5A46A2 , 0x0195FE94EBAB722EBCB9AF4AEC2EECF7 , 0x0195FE94E9EA738E890A7FC0A201986E , 0x0195FE94E9EA738E890A7FC0B421366E , 0x0195FE94E9EA738E890A7FC0B9BE00BE , 0x0195FE94EA3D7225B4091ACC70ABFA47 , 0x0195FE94EA3D7225B4091ACC730CD6C4 , 0x0195FE94EA3D7225B4091ACC99E3D2C3 , 0x0195FE94EA9672599F50747DA6CFBC52 , 0x0195FE94E9EA738E890A7FC08544793F , 0x0195FE94E9EA738E890A7FC090721842 , 0x0195FE94EA3D7225B4091ACC9C765865 , 0x0195FE94EA3D7225B4091ACC9D691774 , 0x0195FE94EA9672599F50747D79847105 , 0x0195FE94EA9672599F50747D8C9F1EB5 , 0x0195FE94EA9672599F50747D9C15B24A , 0x0195FE94E9EA738E890A7FC0AE3FFABD , 0x0195FE94E9EA738E890A7FC0BD8E6391 , 0x0195FE94E9EA738E890A7FC0CAA9AF97 , 0x0195FE94EA3D7225B4091ACC7CDCB51C , 0x0195FE94EA3D7225B4091ACC9E9FB552 , 0x0195FE94EA3D7225B4091ACCC078A8E7 , 0x0195FE94EA9672599F50747D6D740EDC , 0x0195FE94E9EA738E890A7FC08FD0737A , 0x0195FE94E9EA738E890A7FC0954F7B13 , 0x0195FE94E9EA738E890A7FC09BBFB2B7 , 0x0195FE94EA3D7225B4091ACC6F04377E , 0x0195FE94EA3D7225B4091ACCBA46A6F4 , 0x0195FE94EA3D7225B4091ACCBF8C2F45 , 0x0195FE94EA9672599F50747D7BB07323 , 0x0195FE94EA9672599F50747D9184FC91 , 0x0195FE94EA9672599F50747D97B21A1C , 0x0195FE94E9EA738E890A7FC0887FFF01 , 0x0195FE94E9EA738E890A7FC08DD02B40 , 0x0195FE94E9EA738E890A7FC0BFF803F1 , 0x0195FE94EA3D7225B4091ACC8E247E7A , 0x0195FE94EA3D7225B4091ACCB16F6EED , 0x0195FE94EA3D7225B4091ACCBB3E35D3 , 0x0195FE94EA9672599F50747D900986FF , 0x0195FE94E9EA738E890A7FC0B8DA181B , 0x0195FE94E9EA738E890A7FC0C163AFAF , 0x0195FE94E9EA738E890A7FC0C72F68D6 , 0x0195FE94E9EA738E890A7FC0AA5DBE47 , 0x0195FE94E9EA738E890A7FC0C70794D5 , 0x0195FE94EA3D7225B4091ACC70453AF8 , 0x0195FE94EA3D7225B4091ACC78829C06 , 0x0195FE94E9EA738E890A7FC0A626EAA3 , 0x0195FE94E9EA738E890A7FC0B61D4865 , 0x0195FE94E9EA738E890A7FC0C36C9A39 , 0x0195FE94EA3D7225B4091ACCB2B9A03D , 0x0195FE94E9EA738E890A7FC09C5A490D , 0x0195FE94E9EA738E890A7FC0A53A5516 , 0x0195FE94E9EA738E890A7FC0A77F53C1 , 0x0195FE94EA3D7225B4091ACC87B6A976 , 0x0195FE94EA3D7225B4091ACC9805DCA8 , 0x0195FE94EA9672599F50747DAE7CBEB0 , 0x0195FE94E9EA738E890A7FC08F3D7595 , 0x0195FE94E9EA738E890A7FC0A772DDBF , 0x0195FE94EA3D7225B4091ACCC3992A8E , 0x0195FE94E9EA738E890A7FC088C5B434 , 0x0195FE94E9EA738E890A7FC0904199C4 , 0x0195FE94E9EA738E890A7FC0A12058F0 , 0x0195FE94EA3D7225B4091ACC8188DFE3 , 0x0195FE94EA3D7225B4091ACC939A7717 , 0x0195FE94EA9672599F50747D6C91F787 , 0x0195FE94EA9672599F50747DA097D186 , 0x0195FE94E9EA738E890A7FC08680B236 , 0x0195FE94E9EA738E890A7FC09D3301B8 , 0x0195FE94E9EA738E890A7FC0A5C712C2 , 0x0195FE94EA3D7225B4091ACC72155B29 , 0x0195FE94EA9672599F50747D8B9A75BD , 0x0195FE94EAF1723E946A199A4C57A0DD , 0x0195FE94E9EA738E890A7FC087161048 , 0x0195FE94E9EA738E890A7FC08E902201 , 0x0195FE94E9EA738E890A7FC0B836424B , 0x0195FE94EA3D7225B4091ACC7A6E6C72 , 0x0195FE94EA3D7225B4091ACC8E5D1EC5 , 0x0195FE94E9EA738E890A7FC0B202A4F0 , 0x0195FE94EA3D7225B4091ACC82AE1162 , 0x0195FE94EA3D7225B4091ACC947992D5 , 0x0195FE94EA3D7225B4091ACCC1AE7687 , 0x0195FE94EA9672599F50747D75F241BB , 0x0195FE94EA9672599F50747D8AEE14D1 , 0x0195FE94EAF1723E946A199A316C1753 , 0x0195FE94E9EA738E890A7FC0A9163ADA , 0x0195FE94EA3D7225B4091ACCA741E51A , 0x0195FE94E9EA738E890A7FC09F357EB1 , 0x0195FE94E9EA738E890A7FC0A9119D50 , 0x0195FE94E9EA738E890A7FC0C262E2C9 , 0x0195FE94EA3D7225B4091ACC8F7E2CC0 , 0x0195FE94EA3D7225B4091ACCB4EA2C21 , 0x0195FE94EA3D7225B4091ACCBA56808F , 0x0195FE94EA9672599F50747D6D756C67 , 0x0195FE94EA9672599F50747D70B7C99A , 0x0195FE94EA9672599F50747DADC70EC4 , 0x0195FE94EAF1723E946A199A350BDC28 , 0x0195FE94E9EA738E890A7FC0BBA49DEB , 0x0195FE94E9EA738E890A7FC0CD72147E , 0x0195FE94EA3D7225B4091ACC92C3B0D3 , 0x0195FE94EA3D7225B4091ACCBDA1A787 , 0x0195FE94EA9672599F50747D74B20382 , 0x0195FE94EA9672599F50747DACEFC10F , 0x0195FE94EAF1723E946A199A3625038E , 0x0195FE94E9EA738E890A7FC0BAF2963E , 0x0195FE94EA3D7225B4091ACC991C92DE , 0x0195FE94EA9672599F50747D758D8AE7 , 0x0195FE94EA9672599F50747D819116E7 , 0x0195FE94EA9672599F50747D939A4642 , 0x0195FE94E9EA738E890A7FC0B0865E93 , 0x0195FE94E9EA738E890A7FC0C1C58574 , 0x0195FE94EA3D7225B4091ACC90441022 , 0x0195FE94EA3D7225B4091ACC91CDEC42 , 0x0195FE94EA3D7225B4091ACCAF60ABA8 , 0x0195FE94EA9672599F50747DAB4525A3 , 0x0195FE94E9EA738E890A7FC0ACEE2E20 , 0x0195FE94E9EA738E890A7FC0BBD98A17 , 0x0195FE94EA3D7225B4091ACC8868E289 , 0x0195FE94EA3D7225B4091ACC95BEE1A2 , 0x0195FE94EA9672599F50747D71722A65 , 0x0195FE94EA9672599F50747D9274A11B , 0x0195FE94EA9672599F50747D95E2DF2C , 0x0195FE94E9EA738E890A7FC09B2EBAD2 , 0x0195FE94EA3D7225B4091ACC8BB1D7F0 , 0x0195FE94EA3D7225B4091ACCA213D710 , 0x0195FE94EA9672599F50747D7F021587 , 0x0195FE94EA9672599F50747D8495949E , 0x0195FE94EA9672599F50747DA9E53359 , 0x0195FE94E9EA738E890A7FC09453FC05 , 0x0195FE94E9EA738E890A7FC0C9F60CAD , 0x0195FE94EA3D7225B4091ACCB4FA7666 , 0x0195FE94E9EA738E890A7FC0A4B64CCF , 0x0195FE94E9EA738E890A7FC0ACC0D699 , 0x0195FE94EA3D7225B4091ACCBEA2396C , 0x0195FE94E9EA738E890A7FC0A7398A38 , 0x0195FE94E9EA738E890A7FC0A945AF5C , 0x0195FE94E9EA738E890A7FC0BB233E5B , 0x0195FE94EA3D7225B4091ACC79478791 , 0x0195FE94EA3D7225B4091ACC9DA60B04 , 0x0195FE94EA9672599F50747DA6192DD1 , 0x0195FE94EAF1723E946A199A3D1D7DA6 , 0x0195FE94E9EA738E890A7FC0B2D1067F , 0x0195FE94E9EA738E890A7FC0C92A0730 , 0x0195FE94EA3D7225B4091ACC8167640C , 0x0195FE94EA3D7225B4091ACC85A6E8F7 , 0x0195FE94EA3D7225B4091ACC868BD788 , 0x0195FE94E9EA738E890A7FC0AB376135 , 0x0195FE94EA3D7225B4091ACC7EC04533 , 0x0195FE94EA3D7225B4091ACC83AA71A4 , 0x0195FE94EA9672599F50747D84CE8560 , 0x0195FE94E9EA738E890A7FC0848DFDAB , 0x0195FE94E9EA738E890A7FC0AF7A5D71 , 0x0195FE94EA3D7225B4091ACC80D7341F , 0x0195FE94EA3D7225B4091ACC8CD09659 , 0x0195FE94EA3D7225B4091ACC972E5DD6 , 0x0195FE94EA9672599F50747D8DD71DC8 , 0x0195FE94E9EA738E890A7FC0C2F09426 , 0x0195FE94E9EA738E890A7FC0C67297FF , 0x0195FE94EA3D7225B4091ACC7B560E10 , 0x0195FE94EA3D7225B4091ACCAD887B0F , 0x0195FE94EA9672599F50747D77214107 , 0x0195FE94EA9672599F50747D8F7744DA , 0x0195FE94EA9672599F50747DA9C10BE3 , 0x0195FE94E9EA738E890A7FC0A894CB65 , 0x0195FE94E9EA738E890A7FC0CCCC9661 , 0x0195FE94E9EA738E890A7FC093405CB2 , 0x0195FE94EA3D7225B4091ACC912D4155 , 0x0195FE94E9EA738E890A7FC0836C335E , 0x0195FE94E9EA738E890A7FC09C64E397 , 0x0195FE94E9EA738E890A7FC0BCCF923C , 0x0195FE94EA3D7225B4091ACC6FF88086 , 0x0195FE94EA3D7225B4091ACCB6777CED , 0x0195FE94E9EA738E890A7FC098090D89 , 0x0195FE94EA9672599F50747D820BBBAA , 0x0195FE94E9EA738E890A7FC08D97287C , 0x0195FE94E9EA738E890A7FC09AE1BB23 , 0x0195FE94E9EA738E890A7FC0CC781CD5 , 0x0195FE94EA3D7225B4091ACC7FE57417 , 0x0195FE94EA3D7225B4091ACC9894B781 , 0x0195FE94EA3D7225B4091ACCA4CA4EA3 , 0x0195FE94EA9672599F50747D799082C1 , 0x0195FE94EA9672599F50747D83AB2684 , 0x0195FE94E9EA738E890A7FC0B541B231 , 0x0195FE94EA3D7225B4091ACC8D823CAD , 0x0195FE94E9EA738E890A7FC0AE0F1649 , 0x0195FE94EA3D7225B4091ACC7C0443CB , 0x0195FE94EA9672599F50747DA59879A5 , 0x0195FE94E9EA738E890A7FC0B5268E89 , 0x0195FE94EA3D7225B4091ACCA0C43005 , 0x0195FE94EA3D7225B4091ACCB3F2898C , 0x0195FE94E9EA738E890A7FC0B382DC60 , 0x0195FE94EA3D7225B4091ACC8BE6BE26 , 0x0195FE94EA3D7225B4091ACCAA09DFA5 , 0x0195FE94EA3D7225B4091ACCBEEC1040 , 0x0195FE94E9EA738E890A7FC0C8E37A2D , 0x0195FE94EA3D7225B4091ACCAB320BE0 , 0x0195FE94E9EA738E890A7FC095E0A042 , 0x0195FE94E9EA738E890A7FC0A556DD06 , 0x0195FE94EA3D7225B4091ACC9FA6D1C4 , 0x0195FE94EA3D7225B4091ACCB5B5524A , 0x0195FE94EA9672599F50747D78B30AB5 , 0x0195FE94EA9672599F50747DA1C5C335 , 0x0195FE94E9EA738E890A7FC0828C7EF6 , 0x0195FE94E9EA738E890A7FC0A319C107 , 0x0195FE94EA9672599F50747D6EE93AAA , 0x0195FE94E9EA738E890A7FC0A255588D , 0x0195FE94EA9672599F50747D689AD7CC , 0x0195FE94EA9672599F50747DAD01C995 , 0x0195FE94EAF1723E946A199A36AC4E6D , 0x0195FE94E9EA738E890A7FC0BABD01CE , 0x0195FE94E9EA738E890A7FC0BFA74D42 , 0x0195FE94E9EA738E890A7FC0CC0D7D70 , 0x0195FE94EA3D7225B4091ACC767CF70C , 0x0195FE94EA3D7225B4091ACCBCF74821 , 0x0195FE94EA9672599F50747D930C7F51 , 0x0195FE94EA9672599F50747D9B61AD5A , 0x0195FE94EAF1723E946A199A22CEB714 , 0x0195FE94E9EA738E890A7FC0862C26FD , 0x0195FE94EA9672599F50747DA30E9FF1 , 0x0195FE94E9EA738E890A7FC0AFEC9071 , 0x0195FE94EA3D7225B4091ACC932F1066 , 0x0195FE94EA9672599F50747D94F9763C , 0x0195FE94EA3D7225B4091ACC7BC08238 , 0x0195FE94EA3D7225B4091ACC7F8176A5 , 0x0195FE94EA3D7225B4091ACCB961DA11 , 0x0195FE94EA9672599F50747D7E98F1E1 , 0x0195FE94E9EA738E890A7FC09720198F , 0x0195FE94E9EA738E890A7FC0A1FC17E0 , 0x0195FE94EA9672599F50747D9411CCDE , 0x0195FE94E9EA738E890A7FC0C0887819 , 0x0195FE94EA3D7225B4091ACCAE10B416 , 0x0195FE94E9EA738E890A7FC098BA886E , 0x0195FE94E9EA738E890A7FC0B12397AA , 0x0195FE94EA3D7225B4091ACC8AD79B71 , 0x0195FE94EA3D7225B4091ACC8F2FCD74 , 0x0195FE94EA3D7225B4091ACC9EBE0482 , 0x0195FE94EA9672599F50747D9ECC03D0 , 0x0195FE94EA9672599F50747DAD5C4EA9 , 0x0195FE94E9EA738E890A7FC0BAD79FCC , 0x0195FE94EA3D7225B4091ACCAC8A50A9 , 0x0195FE94EA3D7225B4091ACC7DE73367 , 0x0195FE94EA9672599F50747D7B31723D , 0x0195FE94E9EA738E890A7FC0AC50B387 , 0x0195FE94E9EA738E890A7FC0AD764632 , 0x0195FE94E9EA738E890A7FC0B9EC94D7 , 0x0195FE94EA3D7225B4091ACCA0253760 , 0x0195FE94EA9672599F50747D7A436BC2 , 0x0195FE94EA9672599F50747D6C6C07C7 , 0x0195FE94EA9672599F50747D7CA22908 , 0x0195FE94EA3D7225B4091ACC754730AD , 0x0195FE94EA9672599F50747D82F4257A , 0x0195FE94EA9672599F50747D97B7369D , 0x0195FE94EA9672599F50747DA213E8DE , 0x0195FE94EAF1723E946A199A3EAD6537 , 0x0195FE94EA3D7225B4091ACC86FE9688 , 0x0195FE94EA3D7225B4091ACC9AB84A38 , 0x0195FE94E9EA738E890A7FC0A992FFE5 , 0x0195FE94EA9672599F50747D69DF6BC6 , 0x0195FE94E9EA738E890A7FC09C30BC8F , 0x0195FE94EA3D7225B4091ACC7713A484 , 0x0195FE94EA3D7225B4091ACCAF73E8BD , 0x0195FE94E9EA738E890A7FC099A41A62 , 0x0195FE94EA9672599F50747D73494A3C , 0x0195FE94EA9672599F50747DAE7833BC , 0x0195FE94E9EA738E890A7FC0A6C51819 , 0x0195FE94EA3D7225B4091ACC8238D575 , 0x0195FE94EA9672599F50747DA7F9525C , 0x0195FE94E9EA738E890A7FC081D1C4EA , 0x0195FE94E9EA738E890A7FC0872DB587 , 0x0195FE94E9EA738E890A7FC0B753E3C3 , 0x0195FE94E9EA738E890A7FC0C803E03E , 0x0195FE94EA9672599F50747DA95EDFD8 , 0x0195FE94E9EA738E890A7FC0A0272E27 , 0x0195FE94EA9672599F50747DAC24DAC1 , 0x0195FE94E9EA738E890A7FC0C52E96F7 , 0x0195FE94EA3D7225B4091ACC7CFBE8FE , 0x0195FE94EA3D7225B4091ACC89E36019 , 0x0195FE94EA9672599F50747D89473F3B , 0x0195FE94E9EA738E890A7FC098ADA387 , 0x0195FE94E9EA738E890A7FC0A03F8747 , 0x0195FE94E9EA738E890A7FC0B4F4D206 , 0x0195FE94E9EA738E890A7FC0B6D361FD , 0x0195FE94EA3D7225B4091ACC79164548 , 0x0195FE94EA3D7225B4091ACC8477CA38 , 0x0195FE94E9EA738E890A7FC097E07F0D , 0x0195FE94EA3D7225B4091ACCB7EED05B , 0x0195FE94EA9672599F50747D6803F425 , 0x0195FE94E9EA738E890A7FC0875DE4D6 , 0x0195FE94EA9672599F50747D9F410577 , 0x0195FE94EA3D7225B4091ACC855F40E9 , 0x0195FE94EA3D7225B4091ACCA0CEFBC7 , 0x0195FE94EA9672599F50747D8BA7F560 , 0x0195FE94E9EA738E890A7FC0A47384AE , 0x0195FE94E9EA738E890A7FC09AD8EAA4 , 0x0195FE94E9EA738E890A7FC0ABE9A5C7 , 0x0195FE94EA3D7225B4091ACC762E0C21 , 0x0195FE94EA3D7225B4091ACC997C1005 , 0x0195FE94EA3D7225B4091ACCAE92838D , 0x0195FE94EA3D7225B4091ACCB0DCCBEC , 0x0195FE94EA9672599F50747D725BC4C0 , 0x0195FE94EA9672599F50747D96BAB444 , 0x0195FE94E9EA738E890A7FC0BF2BC749 , 0x0195FE94EA3D7225B4091ACCB6F70C1B , 0x0195FE94E9EA738E890A7FC0CDCE689B , 0x0195FE94EA3D7225B4091ACCA44C8BBA , 0x0195FE94EA3D7225B4091ACCA9182F35 , 0x0195FE94EA9672599F50747D9DC0CFBD , 0x0195FE94E9EA738E890A7FC0C53BFE1C , 0x0195FE94EA3D7225B4091ACC8962F676 , 0x0195FE94EA9672599F50747D83002426 , 0x0195FE94E9EA738E890A7FC08CAECDA8 , 0x0195FE94EA9672599F50747D80FCB4AA , 0x0195FE94EA3D7225B4091ACC6F7F2712 , 0x0195FE94EA3D7225B4091ACCA1AAC51B , 0x0195FE94EA3D7225B4091ACCABAD288A , 0x0195FE94EA9672599F50747D73D92115 , 0x0195FE94EA3D7225B4091ACCB034C515 , 0x0195FE94EAF2724EA69DE71C83EDB424 , 0x0195FE94E9EA738E890A7FC08AC4278E , 0x0195FE94EA3D7225B4091ACCA209BF0D , 0x0195FE94EA3D7225B4091ACCA3A0671B , 0x0195FE94EA9672599F50747DA22988D5 , 0x0195FE94EAF1723E946A199A2887428E , 0x0195FE94E9EA738E890A7FC08BC91601 , 0x0195FE94EA9672599F50747D7092B15F , 0x0195FE94EA9672599F50747D7D9BDBDE , 0x0195FE94E9EA738E890A7FC092A222F7 , 0x0195FE94EA3D7225B4091ACC714D4B84 , 0x0195FE94EA9672599F50747D845898D8 , 0x0195FE94E9EA738E890A7FC083A11347 , 0x0195FE94E9EA738E890A7FC0BD9B200C , 0x0195FE94EA3D7225B4091ACCC0AFD7DE , 0x0195FE94E9EA738E890A7FC0972AC352 , 0x0195FE94EA9672599F50747D9A03CD97 , 0x0195FE94EAF1723E946A199A2F8516D3 , 0x0195FE94E9EA738E890A7FC0AEA37A3A , 0x0195FE94EA9672599F50747DAD6CF4E4 , 0x0195FE94EA9672599F50747D9BB8F5BC , 0x0195FE94EA9672599F50747DB0667A75 , 0x0195FE94EA3D7225B4091ACC77FBAD40 , 0x0195FE94EA9672599F50747D87DE0FEA , 0x0195FE94EA3D7225B4091ACC7213B93B , 0x0195FE94EA3D7225B4091ACC8A7C0124 , 0x0195FE94EA9672599F50747D70A1766E , 0x0195FE94EA9672599F50747D77F04DD9 , 0x0195FE94EA9672599F50747D9CE8C393 , 0x0195FE94EAF1723E946A199A2611DB99 , 0x0195FE94E9EA738E890A7FC09A469F6E , 0x0195FE94EA9672599F50747D6AADE135 , 0x0195FE94EA9672599F50747D75225D48 , 0x0195FE94EA9672599F50747D7A8F4BB9 , 0x0195FE94EAF1723E946A199A432B6FF8 , 0x0195FE94EA3D7225B4091ACC8640EAF7 , 0x0195FE94E9EA738E890A7FC09E468CC1 , 0x0195FE94EA3D7225B4091ACCA2F852B6 , 0x0195FE94EA9672599F50747D80536FF9 , 0x0195FE94EA9672599F50747DA665DF70 , 0x0195FE94EA9672599F50747D7764934C , 0x0195FE94EAF2724EA69DE71C72C381BF , 0x0195FE94EA3D7225B4091ACCA83C9510 , 0x0195FE94EA9672599F50747DA3BC092A , 0x0195FE94EA9672599F50747DA60FB18A , 0x0195FE94E9EA738E890A7FC09E1F79C2 , 0x0195FE94E9EA738E890A7FC0A7C55BF3 , 0x0195FE94EA3D7225B4091ACC96093B28 , 0x0195FE94E9EA738E890A7FC0BE359918 , 0x0195FE94EA3D7225B4091ACCA644F7E8 , 0x0195FE94E9EA738E890A7FC091C1CB85 , 0x0195FE94EA9672599F50747D83FF05B0 , 0x0195FE94EA9672599F50747DA4CDC87F , 0x0195FE94EA9672599F50747DA35C0ADC , 0x0195FE94E9EA738E890A7FC0A4124A8A , 0x0195FE94EA3D7225B4091ACC80ECF847 , 0x0195FE94EA3D7225B4091ACC8D5B75FB , 0x0195FE94EA9672599F50747DAE2A02F9 , 0x0195FE94E9EA738E890A7FC0895ED6C8 , 0x0195FE94EA9672599F50747DAE5C9F73 , 0x0195FE94EA3D7225B4091ACC995C5220 , 0x0195FE94EA3D7225B4091ACCB78BF2C3 , 0x0195FE94EA9672599F50747D88C3B25B , 0x0195FE94E9EA738E890A7FC0AB6D8582 , 0x0195FE94EA9672599F50747D75D67420 , 0x0195FE94EAF2724EA69DE71C76B6D495 , 0x0195FE94EA9672599F50747DAA77DEE9 , 0x0195FE94E9EA738E890A7FC089EAC512 , 0x0195FE94E9EA738E890A7FC0AB0DE33F , 0x0195FE94EA9672599F50747D9AFDF0BA , 0x0195FE94EA9672599F50747D6E699656 , 0x0195FE94EA9672599F50747D7849F3BD , 0x0195FE94EAF1723E946A199A2DD7256C , 0x0195FE94EA3D7225B4091ACC9FE12F45 , 0x0195FE94EA3D7225B4091ACCAD7B45D1 , 0x0195FE94EAF1723E946A199A4EB0EEE8 , 0x0195FE94EA9672599F50747D721FB10A , 0x0195FE94EAF2724EA69DE71C7B8DA579 , 0x0195FE94E9EA738E890A7FC0941E3A94 , 0x0195FE94EA3D7225B4091ACCC35F6EA3 , 0x0195FE94EA9672599F50747D7FAD62B9 , 0x0195FE94EA9672599F50747D865ACB8F , 0x0195FE94EAF2724EA69DE71C7383506D , 0x0195FE94EA3D7225B4091ACC94E932C7 , 0x0195FE94EA9672599F50747D88C36C1A , 0x0195FE94EA9672599F50747D8AE26768 , 0x0195FE94EA3D7225B4091ACCA0CD716D , 0x0195FE94EA9672599F50747D98A8E679 , 0x0195FE94EA3D7225B4091ACC6ED094E7 , 0x0195FE94EA9672599F50747D7A8A496F , 0x0195FE94E9EA738E890A7FC08B1A6165 , 0x0195FE94EA3D7225B4091ACC799E2EA3 , 0x0195FE94EAF2724EA69DE71C829D51AD , 0x0195FE94E9EA738E890A7FC0CB3726A3 , 0x0195FE94EA9672599F50747DA18DD4E2 , 0x0195FE94E9EA738E890A7FC08789DAF7 , 0x0195FE94EA3D7225B4091ACC9B9725CD , 0x0195FE94EA3D7225B4091ACC8904F1D3 , 0x0195FE94EA9672599F50747D8EC3943A , 0x0195FE94EA9672599F50747D68BE7BA8 , 0x0195FE94EA9672599F50747D85BF54A0 , 0x0195FE94E9EA738E890A7FC09B539258 , 0x0195FE94EA3D7225B4091ACCA5BACF9D , 0x0195FE94EA9672599F50747D7B63E1D6 , 0x0195FE94EA3D7225B4091ACCBE543C2D , 0x0195FE94EA9672599F50747D93A9D407 , 0x0195FE94EAF1723E946A199A343C3F6F , 0x0195FE94E9EA738E890A7FC0C8DD51E3 , 0x0195FE94EA9672599F50747D8AE7FF56 , 0x0195FE94E9EA738E890A7FC09619A37E , 0x0195FE94EA3D7225B4091ACCBB83E26A , 0x0195FE94EA9672599F50747D698CF099 , 0x0195FE94EAF2724EA69DE71C8AAF5783 , 0x0195FE94E9EA738E890A7FC0B6F7EB6F , 0x0195FE94EA9672599F50747D988D4101 , 0x0195FE94EA9672599F50747DA74EEB0F , 0x0195FE94EA3D7225B4091ACC7DFC5C5B , 0x0195FE94EA9672599F50747D734E22A7 , 0x0195FE94EA3D7225B4091ACCC3AC2501 , 0x0195FE94EAF1723E946A199A4927EB26 , 0x0195FE94EA9672599F50747D688C9692 , 0x0195FE94EA3D7225B4091ACC95E7C2DE , 0x0195FE94EA9672599F50747D6A1450E9 , 0x0195FE94EAF2724EA69DE71C7CFFFB23 , 0x0195FE94EA9672599F50747DA3F2D853 , 0x0195FE94EA9672599F50747DADBD3786 , 0x0195FE94EA3D7225B4091ACC7F111884 , 0x0195FE94EA9672599F50747D7645BEFD , 0x0195FE94E9EA738E890A7FC0BF3D9D4C , 0x0195FE94EA3D7225B4091ACC81E6CB32 , 0x0195FE94EAF2724EA69DE71C86CCD87A , 0x0195FE94EA3D7225B4091ACCB8E5826C , 0x0195FE94E9EA738E890A7FC0B9B35658 , 0x0195FE94EA3D7225B4091ACC8F5B1D3A , 0x0195FE94EA9672599F50747D99E52FB4 , 0x0195FE94EA9672599F50747D90F650EF , 0x0195FE94EA9672599F50747D6B866948 , 0x0195FE94EA9672599F50747DA91840CA , 0x0195FE94EAF2724EA69DE71C8BCD8494 , 0x0195FE94EA3D7225B4091ACCB38BBB0C , 0x0195FE94EA9672599F50747D8CDC65D4 , 0x0195FE94EAF2724EA69DE71C7C03F36C , 0x0195FE94EA9672599F50747D990C2CF4 , 0x0195FE94EAF1723E946A199A4D2E0466 , 0x0195FE94EA3D7225B4091ACCBC7DCCEB , 0x0195FE94EA3D7225B4091ACCC2861293 , 0x0195FE94EA9672599F50747D6FF8FBF7 , 0x0195FE94EA9672599F50747DAF699F69 , 0x0195FE94EAF1723E946A199A3C5DADD1 , 0x0195FE94EAF1723E946A199A3F85B487 , 0x0195FE94EA9672599F50747D6F926232 , 0x0195FE94EA3D7225B4091ACC96B38282 , 0x0195FE94EA9672599F50747D74710C27 , 0x0195FE94EA9672599F50747D9FC5C030 , 0x0195FE94EA9672599F50747D6AF04228 , 0x0195FE94EA9672599F50747D7E36EE19 , 0x0195FE94EA9672599F50747D9E55A8C4 , 0x0195FE94EAF2724EA69DE71C713D9DED , 0x0195FE94EA9672599F50747DA8AB8757 , 0x0195FE94EAF1723E946A199A3FEC9C58 , 0x0195FE94EA9672599F50747DA9D375CB , 0x0195FE94EA3D7225B4091ACC8A16AAA4 , 0x0195FE94EA9672599F50747D898F9704 , 0x0195FE94EAF2724EA69DE71C86265825 , 0x0195FE94EAF1723E946A199A27D36690 , 0x0195FE94EAF1723E946A199A4DD366BF , 0x0195FE94EA9672599F50747D8A1B0D97 , 0x0195FE94EA9672599F50747D99C16AA7 , 0x0195FE94EAF2724EA69DE71C8A7A02D4 , 0x0195FE94EAF2724EA69DE71C8E61A0DB , 0x0195FE94EA9672599F50747DAC41C7FF , 0x0195FE94EA9672599F50747D9FFE571E , 0x0195FE94EAF2724EA69DE71C77E14DE8 , 0x0195FE94EAF1723E946A199A33988A09 , 0x0195FE94EAF2724EA69DE71C89EA328B , 0x0195FE94EAF2724EA69DE71C71F1C870 , 0x0195FE94EAF1723E946A199A421C687B , 0x0195FE94EAF1723E946A199A378213F7 , 0x0195FE94EAF1723E946A199A25291908 , 0x0195FE94EA9672599F50747D727F5BF6 , 0x0195FE94EA9672599F50747D86E0D6C0 , 0x0195FE94EAF1723E946A199A2731284B , 0x0195FE94EAF1723E946A199A46AC65D9 , 0x0195FE94EA9672599F50747D9D8EA047 , 0x0195FE94EAF2724EA69DE71C817D4FC6 , 0x0195FE94EAF2724EA69DE71C7DC4BBBF , 0x0195FE94EAF2724EA69DE71C83D2F0E5 , 0x0195FE94EAF2724EA69DE71C9010875F , 0x0195FE94EAF2724EA69DE71C8E511107 , 0x0195FE94EAF1723E946A199A4BF6761E , 0x0195FE94EAF2724EA69DE71C7450E791 , 0x0195FE94EAF1723E946A199A351467D9 , 0x0195FE94EAF1723E946A199A39855795 , 0x0195FE94EAF1723E946A199A21D52979 , 0x0195FE94EAF1723E946A199A237E2433 , 0x0195FE94EAF1723E946A199A3AFEB8E8 , 0x0195FE94EAF2724EA69DE71C8A9B5B93 , 0x0195FE94EAF1723E946A199A45F3F5CB , 0x0195FE94EAF1723E946A199A2B78E145 , 0x0195FE94EAF2724EA69DE71C7A10489F , 0x0195FE94EAF1723E946A199A4841D88B , 0x0195FE94EAF1723E946A199A327B93E9 , 0x0195FE94EAF2724EA69DE71C73C87030 , 0x0195FE94EAF1723E946A199A47428B92 , 0x0195FE94EAF1723E946A199A24100995 , 0x0195FE94EAF2724EA69DE71C7AACC92C , 0x0195FE94EAF1723E946A199A32B87089 , 0x0195FE94EAF2724EA69DE71C834880B3 , 0x0195FE94EAF1723E946A199A2A100276 , 0x0195FE94EAF2724EA69DE71C78F2C64F , 0x0195FE94EAF1723E946A199A3AFA0478 , 0x0195FE94EAF1723E946A199A3A2CC18E , 0x0195FE94EAF1723E946A199A504D1A88 , 0x0195FE94EAF1723E946A199A227B62DD , 0x0195FE94EAF2724EA69DE71C87780C98 , 0x0195FE94EAF2724EA69DE71C8EB46011 , 0x0195FE94EAF1723E946A199A3C063D53 , 0x0195FE94EAF1723E946A199A51B7055E , 0x0195FE94EAF1723E946A199A2E9E79B8 , 0x0195FE94EAF2724EA69DE71C75415C1B , 0x0195FE94EAF1723E946A199A2941B3ED , 0x0195FE94EAF1723E946A199A2AE9C8A6 , 0x0195FE94EAF2724EA69DE71C714D698C , 0x0195FE94EAF1723E946A199A40684674 , 0x0195FE94EAF2724EA69DE71C8B85759F , 0x0195FE94EAF2724EA69DE71C85B6FFA4 , 0x0195FE94EAF1723E946A199A2C298382 , 0x0195FE94EAF1723E946A199A386FE84C , 0x0195FE94EAF2724EA69DE71C8C19A9FC , 0x0195FE94EAF1723E946A199A4E43D5CE , 0x0195FE94EAF1723E946A199A3DC9B332 , 0x0195FE94EAF2724EA69DE71C792893BC , 0x0195FE94EAF2724EA69DE71C7CD9BCF5 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
67
2.20 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 •þ”êñr>”j\x19 š5\x14 gÙ "
b"\x01 •þ”êñr>”j\x19 š6%\x03 Ž "
b"\x01 •þ”êñr>”j\x19 š6¬Nm "
b"\x01 •þ”êñr>”j\x19 š7‚\x13 ÷ "
b"\x01 •þ”êñr>”j\x19 š8oèL "
b"\x01 •þ”êñr>”j\x19 š8Ô×i "
b"\x01 •þ”êñr>”j\x19 š9…W• "
b"\x01 •þ”êñr>”j\x19 š:,ÁŽ "
b"\x01 •þ”êñr>”j\x19 š:ú\x04 x "
b"\x01 •þ”êñr>”j\x19 š:þ¸è "
b"\x01 •þ”êñr>”j\x19 š<\x06 =S "
b"\x01 •þ”êñr>”j\x19 š<]Ñ "
b"\x01 •þ”êñr>”j\x19 š=\x1D }¦ "
b"\x01 •þ”êñr>”j\x19 š=ɳ2 "
b"\x01 •þ”êñr>”j\x19 š>e7 "
b"\x01 •þ”êñr>”j\x19 š?…´‡ "
b"\x01 •þ”êñr>”j\x19 š?ìœX "
b"\x01 •þ”êñr>”j\x19 š@hFt "
b"\x01 •þ”êñr>”j\x19 šA_1^ "
b"\x01 •þ”êñr>”j\x19 šB\x1C h{ "
b"\x01 •þ”êñr>”j\x19 šC+oø "
b"\x01 •þ”êñr>”j\x19 šEóõË "
b"\x01 •þ”êñr>”j\x19 šF¬eÙ "
b"\x01 •þ”êñr>”j\x19 šGB‹’ "
b"\x01 •þ”êñr>”j\x19 šHAØ‹ "
b"\x01 •þ”êñr>”j\x19 šI'ë& "
b"\x01 •þ”êñr>”j\x19 šKöv\x1E "
b"\x01 •þ”êñr>”j\x19 šLW Ý "
b"\x01 •þ”êñr>”j\x19 šM.\x04 f "
b"\x01 •þ”êñr>”j\x19 šMÓf¿ "
b"\x01 •þ”êñr>”j\x19 šNCÕÎ "
b"\x01 •þ”êñr>”j\x19 šN°îè "
b"\x01 •þ”êñr>”j\x19 šPM\x1A ˆ "
b"\x01 •þ”êñr>”j\x19 šQ·\x05 ^ "
b"\x01 ò■öÛ‗rNªØþ\x1C q=ØÝ "
b"\x01 ò■öÛ‗rNªØþ\x1C qMiî "
b"\x01 ò■öÛ‗rNªØþ\x1C q±╚p "
b"\x01 ò■öÛ‗rNªØþ\x1C r├ü┐ "
b"\x01 ò■öÛ‗rNªØþ\x1C sâPm "
b"\x01 ò■öÛ‗rNªØþ\x1C s╚p0 "
b"\x01 ò■öÛ‗rNªØþ\x1C tPþæ "
b"\x01 ò■öÛ‗rNªØþ\x1C uA\\e "
b"\x01 ò■öÛ‗rNªØþ\x1C vÂÈò "
b"\x01 ò■öÛ‗rNªØþ\x1C wßMÞ "
b"\x01 ò■öÛ‗rNªØþ\x1C x‗ãO "
b"\x01 ò■öÛ‗rNªØþ\x1C y(ô╝ "
b"\x01 ò■öÛ‗rNªØþ\x1C z\x10 Hƒ "
b"\x01 ò■öÛ‗rNªØþ\x1C z¼╔, "
b"\x01 ò■öÛ‗rNªØþ\x1C {ìÑy "
b"\x01 ò■öÛ‗rNªØþ\x1C |\x03 ¾l "
b"\x01 ò■öÛ‗rNªØþ\x1C |┘╝§ "
b"\x01 ò■öÛ‗rNªØþ\x1C | ¹# "
b"\x01 ò■öÛ‗rNªØþ\x1C }─╗┐ "
b"\x01 ò■öÛ‗rNªØþ\x1C ü}Oã "
b"\x01 ò■öÛ‗rNªØþ\x1C éØQ¡ "
b"\x01 ò■öÛ‗rNªØþ\x1C âHÇ│ "
b"\x01 ò■öÛ‗rNªØþ\x1C âÊÕ "
b"\x01 ò■öÛ‗rNªØþ\x1C âÝ┤$ "
b"\x01 ò■öÛ‗rNªØþ\x1C à ñ "
b"\x01 ò■öÛ‗rNªØþ\x1C å&X% "
b"\x01 ò■öÛ‗rNªØþ\x1C å;ýX "
b"\x01 ò■öÛ‗rNªØþ\x1C å╠Ïz "
b"\x01 ò■öÛ‗rNªØþ\x1C çx\f ÿ "
b"\x01 ò■öÛ‗rNªØþ\x1C ê\v\x12 Ä "
b"\x01 ò■öÛ‗rNªØþ\x1C ëÛ2ï "
b"\x01 ò■öÛ‗rNªØþ\x1C èz\x02 È "
b"\x01 ò■öÛ‗rNªØþ\x1C èø[ô "
b"\x01 ò■öÛ‗rNªØþ\x1C è»Wâ "
b"\x01 ò■öÛ‗rNªØþ\x1C ïWªA "
b"\x01 ò■öÛ‗rNªØþ\x1C ïàuƒ "
b"\x01 ò■öÛ‗rNªØþ\x1C ï═äö "
b"\x01 ò■öÛ‗rNªØþ\x1C î\x19 ®³ "
b"\x01 ò■öÛ‗rNªØþ\x1C ÄQ\x11\x07 "
b"\x01 ò■öÛ‗rNªØþ\x1C Äaá█ "
b"\x01 ò■öÛ‗rNªØþ\x1C Ä┤`\x11 "
b"\x01 ò■öÛ‗rNªØþ\x1C Å\x14 o‗ "
b"\x01 ò■öÛ‗rNªØþ\x1C É\x10 ç_ "
b"\x01 •þ”ëDpr²Q[\x05\f ÷Uœ "
b"\x01 •þ”ëDpr²Q[\x05 \r ýµ_ "
b"\x01 •þ”ëDpr²Q[\x05\x0F ½WÑ "
b"\x01 •þ”ëDpr²Q[\x05\x10 cûØ "
b"\x01 •þ”ëDpr²Q[\x05\x11 ^X\t "
b"\x01 •þ”ëDpr²Q[\x05\x12 6À´ "
b"\x01 •þ”ëDpr²Q[\x05\x12 ò¡í "
b"\x01 •þ”ëDpr²Q[\x05\x12 úÇ\x1C "
b"\x01 •þ”ëDpr²Q[\x05\x13 <fî "
b"\x01 •þ”ëDpr²Q[\x05\x14 ‰×½ "
b"\x01 •þ”ëDpr²Q[\x05\x16 f%; "
b"\x01 •þ”ëDpr²Q[\x05\x16 Ð2‡ "
b"\x01 •þ”ëZs¹š‡\r …Iê³H "
b"\x01 •þ”ëZs¹š‡\r …KŽ¿Ÿ "
b"\x01 •þ”ëZs¹š‡\r …MBmÍ "
b"\x01 •þ”ëZs¹š‡\r …Nz‚ó "
b"\x01 •þ”ëZs¹š‡\r …N¡™T "
b"\x01 •þ”ëZs¹š‡\r …Q\x10 ˜e "
b"\x01 •þ”ëZs¹š‡\r …RYƒ€ "
b"\x01 •þ”ëZs¹š‡\r …Sg\x19 Î "
b"\x01 •þ”ëZs¹š‡\r …TrîÁ "
b"\x01 ò■öÙhq;åöIÉÛ═ç▓ "
b"\x01 ò■öÙhq;åöIÉÙ\x1C ʨ "
b"\x01 ò■öÙhq;åöIÉÙ╝ù┐ "
b"\x01 ò■öÙhq;åöIÉÙ°ª! "
b"\x01 ò■öÙhq;åöIÉýç*S "
b"\x01 •þ”ëppL¿Þà€L˜Ng "
b"\x01 •þ”ëppL¿Þà€M2\x0E p "
b"\x01 •þ”ëppL¿Þà€Oóhô "
b"\x01 •þ”ëppL¿Þà€Ph×1 "
b"\x01 •þ”ëppL¿Þà€QyÍp "
b"\x01 •þ”ëppL¿Þà€Qüûá "
b"\x01 •þ”ëppL¿Þà€R¹Åò "
b"\x01 •þ”ëppL¿Þà€SM©Ê "
b"\x01 •þ”ëppL¿Þà€Sý\x12 « "
b"\x01 •þ”ëppL¿Þà€U\x01 àb "
b"\x01 •þ”ëppL¿Þà€V\0~ "
b"\x01 •þ”ëppL¿Þà€W\x17 Þj "
b"\x01 ò■öÙ\x7F p_ÅZ'víß=\x10 "
b"\x01 ò■öÙ\x7F p_ÅZ'vÑy\x16 + "
b"\x01 ò■öÙ\x7F p_ÅZ'v¡·ù¨ "
b"\x01 ò■öÙûràì|\x08 `ú\f úø "
b"\x01 ò■öÙûràì|\x08 `Ñ╗¡5 "
b"\x01 ò■öÙûràì|\x08 `¿½\r ? "
b"\x01 ò■öÙûràì|\x08 `½%¯e "
b"\x01 ò■öÙûràì|\x08 `¼Ç%┼ "
b"\x01 ò■öÙûràì|\x08 `«cÃ▀ "
b"\x01 •þ”ë«r.¼¹¯JàÏÓ\x05 "
b"\x01 ò■öÙ½r.╝╣»JÔ@\x14 Ø "
b"\x01 •þ”ë«r.¼¹¯Jãº\x18 í "
b"\x01 •þ”ë«r.¼¹¯Jä–\x11 ¢ "
b"\x01 ò■öÙ½r.╝╣»JÚ6ɸ "
b"\x01 •þ”ë«r.¼¹¯Jé‰Rs "
b"\x01 •þ”ë«r.¼¹¯Jì.ì÷ "
b"\x01 •þ”ë¬pi«<z¾\x1E ZF¢ "
b"\x01 •þ”ë¬pi«<z¾\x1F <œ& "
b"\x01 •þ”ë¬pi«<z¾ "\x0E X "
]
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 (0x0195FE94EAF1723E946A199A351467D9 , 0x0195FE94EAF1723E946A199A3625038E , 0x0195FE94EAF1723E946A199A36AC4E6D , 0x0195FE94EAF1723E946A199A378213F7 , 0x0195FE94EAF1723E946A199A386FE84C , 0x0195FE94EAF1723E946A199A38D4D769 , 0x0195FE94EAF1723E946A199A39855795 , 0x0195FE94EAF1723E946A199A3A2CC18E , 0x0195FE94EAF1723E946A199A3AFA0478 , 0x0195FE94EAF1723E946A199A3AFEB8E8 , 0x0195FE94EAF1723E946A199A3C063D53 , 0x0195FE94EAF1723E946A199A3C5DADD1 , 0x0195FE94EAF1723E946A199A3D1D7DA6 , 0x0195FE94EAF1723E946A199A3DC9B332 , 0x0195FE94EAF1723E946A199A3EAD6537 , 0x0195FE94EAF1723E946A199A3F85B487 , 0x0195FE94EAF1723E946A199A3FEC9C58 , 0x0195FE94EAF1723E946A199A40684674 , 0x0195FE94EAF1723E946A199A415F315E , 0x0195FE94EAF1723E946A199A421C687B , 0x0195FE94EAF1723E946A199A432B6FF8 , 0x0195FE94EAF1723E946A199A45F3F5CB , 0x0195FE94EAF1723E946A199A46AC65D9 , 0x0195FE94EAF1723E946A199A47428B92 , 0x0195FE94EAF1723E946A199A4841D88B , 0x0195FE94EAF1723E946A199A4927EB26 , 0x0195FE94EAF1723E946A199A4BF6761E , 0x0195FE94EAF1723E946A199A4C57A0DD , 0x0195FE94EAF1723E946A199A4D2E0466 , 0x0195FE94EAF1723E946A199A4DD366BF , 0x0195FE94EAF1723E946A199A4E43D5CE , 0x0195FE94EAF1723E946A199A4EB0EEE8 , 0x0195FE94EAF1723E946A199A504D1A88 , 0x0195FE94EAF1723E946A199A51B7055E , 0x0195FE94EAF2724EA69DE71C713D9DED , 0x0195FE94EAF2724EA69DE71C714D698C , 0x0195FE94EAF2724EA69DE71C71F1C870 , 0x0195FE94EAF2724EA69DE71C72C381BF , 0x0195FE94EAF2724EA69DE71C7383506D , 0x0195FE94EAF2724EA69DE71C73C87030 , 0x0195FE94EAF2724EA69DE71C7450E791 , 0x0195FE94EAF2724EA69DE71C75415C1B , 0x0195FE94EAF2724EA69DE71C76B6D495 , 0x0195FE94EAF2724EA69DE71C77E14DE8 , 0x0195FE94EAF2724EA69DE71C78F2C64F , 0x0195FE94EAF2724EA69DE71C792893BC , 0x0195FE94EAF2724EA69DE71C7A10489F , 0x0195FE94EAF2724EA69DE71C7AACC92C , 0x0195FE94EAF2724EA69DE71C7B8DA579 , 0x0195FE94EAF2724EA69DE71C7C03F36C , 0x0195FE94EAF2724EA69DE71C7CD9BCF5 , 0x0195FE94EAF2724EA69DE71C7CFFFB23 , 0x0195FE94EAF2724EA69DE71C7DC4BBBF , 0x0195FE94EAF2724EA69DE71C817D4FC6 , 0x0195FE94EAF2724EA69DE71C829D51AD , 0x0195FE94EAF2724EA69DE71C834880B3 , 0x0195FE94EAF2724EA69DE71C83D2F0E5 , 0x0195FE94EAF2724EA69DE71C83EDB424 , 0x0195FE94EAF2724EA69DE71C85B6FFA4 , 0x0195FE94EAF2724EA69DE71C86265825 , 0x0195FE94EAF2724EA69DE71C863BEC58 , 0x0195FE94EAF2724EA69DE71C86CCD87A , 0x0195FE94EAF2724EA69DE71C87780C98 , 0x0195FE94EAF2724EA69DE71C880B128E , 0x0195FE94EAF2724EA69DE71C89EA328B , 0x0195FE94EAF2724EA69DE71C8A7A02D4 , 0x0195FE94EAF2724EA69DE71C8A9B5B93 , 0x0195FE94EAF2724EA69DE71C8AAF5783 , 0x0195FE94EAF2724EA69DE71C8B57A641 , 0x0195FE94EAF2724EA69DE71C8B85759F , 0x0195FE94EAF2724EA69DE71C8BCD8494 , 0x0195FE94EAF2724EA69DE71C8C19A9FC , 0x0195FE94EAF2724EA69DE71C8E511107 , 0x0195FE94EAF2724EA69DE71C8E61A0DB , 0x0195FE94EAF2724EA69DE71C8EB46011 , 0x0195FE94EAF2724EA69DE71C8F146FF2 , 0x0195FE94EAF2724EA69DE71C9010875F , 0x0195FE94EB447072B2515B050CF7559C , 0x0195FE94EB447072B2515B050DFDB55F , 0x0195FE94EB447072B2515B050FBD57D1 , 0x0195FE94EB447072B2515B051063FBD8 , 0x0195FE94EB447072B2515B05115E5809 , 0x0195FE94EB447072B2515B051236C0B4 , 0x0195FE94EB447072B2515B0512F2A1ED , 0x0195FE94EB447072B2515B0512FAC71C , 0x0195FE94EB447072B2515B05133C66EE , 0x0195FE94EB447072B2515B051489D7BD , 0x0195FE94EB447072B2515B051666253B , 0x0195FE94EB447072B2515B0516D03287 , 0x0195FE94EB5A73B99A870D8549EAB348 , 0x0195FE94EB5A73B99A870D854B8EBF9F , 0x0195FE94EB5A73B99A870D854D426DCD , 0x0195FE94EB5A73B99A870D854E7A82F3 , 0x0195FE94EB5A73B99A870D854EA19954 , 0x0195FE94EB5A73B99A870D8551109865 , 0x0195FE94EB5A73B99A870D8552598380 , 0x0195FE94EB5A73B99A870D85536719CE , 0x0195FE94EB5A73B99A870D855472EEC1 , 0x0195FE94EB68713B86944990EACD87B2 , 0x0195FE94EB68713B86944990EB1CD2F9 , 0x0195FE94EB68713B86944990EBBC97BF , 0x0195FE94EB68713B86944990EBF8A621 , 0x0195FE94EB68713B86944990EC872A53 , 0x0195FE94EB70704CBFDEE0804C984E67 , 0x0195FE94EB70704CBFDEE0804D320E70 , 0x0195FE94EB70704CBFDEE0804FF368F4 , 0x0195FE94EB70704CBFDEE0805068D731 , 0x0195FE94EB70704CBFDEE0805179CD70 , 0x0195FE94EB70704CBFDEE08051FCFBE1 , 0x0195FE94EB70704CBFDEE08052B9C5F2 , 0x0195FE94EB70704CBFDEE080534DA9CA , 0x0195FE94EB70704CBFDEE08053FD12AB , 0x0195FE94EB70704CBFDEE0805501E062 , 0x0195FE94EB70704CBFDEE080565C307E , 0x0195FE94EB70704CBFDEE0805717DE6A , 0x0195FE94EB7F705F8F5A2776A1E13D10 , 0x0195FE94EB7F705F8F5A2776A579162B , 0x0195FE94EB7F705F8F5A2776ADFA97F9 , 0x0195FE94EB9672858D7C0860A30CA39B , 0x0195FE94EB9672858D7C0860A5BBAD35 , 0x0195FE94EB9672858D7C0860A8AB0D3F , 0x0195FE94EB9672858D7C0860AB25EE65 , 0x0195FE94EB9672858D7C0860AC8025C5 , 0x0195FE94EB9672858D7C0860AE63C7DF , 0x0195FE94EBAB722EBCB9AF4AE0CFD305 , 0x0195FE94EBAB722EBCB9AF4AE240149D , 0x0195FE94EBAB722EBCB9AF4AE3BA18ED , 0x0195FE94EBAB722EBCB9AF4AE49611A2 , 0x0195FE94EBAB722EBCB9AF4AE93690F7 , 0x0195FE94EBAB722EBCB9AF4AE9895273 , 0x0195FE94EBAB722EBCB9AF4AEC2EECF7 , 0x0195FE94EBAC7069AB3C7ABE1E5A46A2 , 0x0195FE94EBAC7069AB3C7ABE1F3C9C26 , 0x0195FE94EBAC7069AB3C7ABE20220E58 );
Copy
68
2.59 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 •þ”éêsŽ‰\n
\x7F Àκt€
"""
b"\x01 •þ”êñr>”j\x19 š8Ô×i "
b"\x01 •þ”ëppL¿Þà€Qüûá "
b"\x01 ò■öÙûràì|\x08 `½%¯e "
b"\x01 ò■öÙûràì|\x08 `Ñ╗¡5 "
b"\x01 ò■öÙûràì|\x08 `ú\f úø "
b"\x01 •þ”êñr>”j\x19 š$Åz› "
b"\x01 ò■öÛ‗rNªØþ\x1C Å\x14 o‗ "
b"\x01 •þ”ëppL¿Þà€U\x01 àb "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŹ;‹
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌ\v Üß
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Éý£Ç
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀžÓ\x7F õ
"""
b"\x01 •þ”ê=r%´\t\x1A ̪÷þ\x03 "
b"\x01 •þ”ëppL¿Þà€Sý\x12 « "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À–Ì¡«
"""
b"\x01 •þ”ê=r%´\t\x1A ̲U“v "
b"\x01 •þ”ê=r%´\t\x1A ̹ؿA "
b"\x01 •þ”ëppL¿Þà€W\x17 Þj "
b"\x01 •þ”ê=r%´\t\x1A Ì©1£E "
b"\x01 •þ”ëDpr²Q[\x05\x13 <fî "
b"\x01 •þ”ëDpr²Q[\x05\x0F ½WÑ "
b"\x01 •þ”ëDpr²Q[\x05\x12 ò¡í "
b"\x01 •þ”ëDpr²Q[\x05\x14 ‰×½ "
b"\x01 •þ”ê=r%´\t\x1A Ìo'¯´ "
b"\x01 •þ”ê=r%´\t\x1A Ìt\x06 Ý~ "
b"\x01 •þ”ëDpr²Q[\x05\x16 f%; "
b"\x01 ò■öÙhq;åöIÉÙ\x1C ʨ "
b"\x01 •þ”ëppL¿Þà€Oóhô "
b"\x01 ò■öÙhq;åöIÉÛ═ç▓ "
b"\x01 ò■öÙhq;åöIÉýç*S "
b"\x01 ò■öÙhq;åöIÉÙ╝ù┐ "
b"\x01 •þ”ëppL¿Þà€L˜Ng "
b"\x01 •þ”ëppL¿Þà€M2\x0E p "
b"\x01 •þ”ëppL¿Þà€V\0~ "
b"\x01 •þ”ëDpr²Q[\x05\x12 úÇ\x1C "
b"\x01 •þ”ëDpr²Q[\x05\x10 cûØ "
b"\x01 ò■öÛ‗rNªØþ\x1C ïWªA "
b"\x01 ò■öÛ‗rNªØþ\x1C ê\v\x12 Ä "
b"\x01 •þ”ëppL¿Þà€SM©Ê "
b"\x01 •þ”ëppL¿Þà€R¹Åò "
b"\x01 •þ”ê=r%´\t\x1A Ìø\x1C \ "
b"\x01 •þ”ë«r.¼¹¯JàÏÓ\x05 "
b"\x01 ò■öÙhq;åöIÉÙ°ª! "
b"\x01 •þ”ëDpr²Q[\x05 \r ýµ_ "
b"\x01 ò■öÙ½r.╝╣»JÔ@\x14 Ø "
b"\x01 ò■öÙ½r.╝╣»JÚ6ɸ "
b"\x01 •þ”ê=r%´\t\x1A ÌtÆ¥3 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À°tíe
"""
b"\x01 •þ”ê–rYŸPt}Žsžì "
b"\x01 ò■öÙ\x7F p_ÅZ'vÑy\x16 + "
b"\x01 ò■öÙûràì|\x08 `¿½\r ? "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Ø[\r À
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À’Mäs
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÄ>šr
"""
b"\x01 ò■öÙûràì|\x08 `«cÃ▀ "
b"\x01 ò■öÙûràì|\x08 `¼Ç%┼ "
b"\x01 •þ”ê–rYŸPt}mÜ\f\x16 "
b"\x01 ò■öÛûrYƒPt}ÿÍØ© "
b"\x01 •þ”ê–rYŸPt}¥\Xf "
b"\x01 ò■öÙ\x7F p_ÅZ'v¡·ù¨ "
b"\x01 ò■öÙ\x7F p_ÅZ'víß=\x10 "
b"\x01 •þ”ëZs¹š‡\r …N¡™T "
b"\x01 •þ”ëppL¿Þà€QyÍp "
b"\x01 •þ”ëZs¹š‡\r …Iê³H "
b"\x01 •þ”ëZs¹š‡\r …Nz‚ó "
b"\x01 •þ”ëZs¹š‡\r …Sg\x19 Î "
b"\x01 •þ”ëDpr²Q[\x05\x12 6À´ "
b"\x01 •þ”ëZs¹š‡\r …RYƒ€ "
b"\x01 •þ”ë«r.¼¹¯Jé‰Rs "
b"\x01 •þ”ëZs¹š‡\r …Q\x10 ˜e "
b"\x01 •þ”ë¬pi«<z¾\x1F <œ& "
b"\x01 •þ”ë¬pi«<z¾ "\x0E X "
b"\x01 •þ”ë«r.¼¹¯Jãº\x18 í "
b"\x01 •þ”ëDpr²Q[\x05\f ÷Uœ "
b"\x01 •þ”ëZs¹š‡\r …MBmÍ "
b"\x01 •þ”ë«r.¼¹¯Jä–\x11 ¢ "
b"\x01 •þ”ëZs¹š‡\r …TrîÁ "
b"\x01 •þ”ëZs¹š‡\r …KŽ¿Ÿ "
b"\x01 •þ”ëDpr²Q[\x05\x11 ^X\t "
b"\x01 •þ”ëppL¿Þà€Ph×1 "
b"\x01 •þ”ëDpr²Q[\x05\x16 Ð2‡ "
b"\x01 ò■öÛ‗rNªØþ\x1C å;ýX "
b"\x01 •þ”êñr>”j\x19 š,…°W "
b"\x01 •þ”êñr>”j\x19 šA_1^ "
b"\x01 •þ”ë¬pi«<z¾\x1E ZF¢ "
b"\x01 •þ”ë«r.¼¹¯Jì.ì÷ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¢\x01 ˜n
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À´!6n
"""
b"\x01 •þ”éêsŽ‰\n \x7F À¹¾\x00 ¾ "
b"\x01 •þ”ê=r%´\t\x1A Ìp«úG "
b"\x01 •þ”ê=r%´\t\x1A Ìs\f ÖÄ "
b"\x01 •þ”ê=r%´\t\x1A Ì™ãÒà "
b"\x01 •þ”ê–rYŸPt}¦Ï¼R "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À…Dy?
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Ér\x18 B
"""
b"\x01 •þ”ê=r%´\t\x1A ÌœvXe "
b"\x01 ò■öÛ=r%┤\t\x1A ╠Øi\x17 t "
b"\x01 •þ”ê–rYŸPt}y„q\x05 "
b"\x01 •þ”ê–rYŸPt}ŒŸ\x1E µ "
b"\x01 •þ”ê–rYŸPt}œ\x15 ²J "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À®?ú½
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À½Žc‘
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÊ©¯—
"""
b"\x01 •þ”ê=r%´\t\x1A Ì|ܵ\x1C "
b"\x01 •þ”ê=r%´\t\x1A ÌžŸµR "
b"\x01 •þ”ê=r%´\t\x1A ÌÀx¨ç "
b"\x01 •þ”ê–rYŸPt}mt\x0E Ü "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Åðsz
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À•O{\x13
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À›¿²·
"""
b"\x01 •þ”ê=r%´\t\x1A Ìo\x04 7~ "
b"\x01 •þ”ê=r%´\t\x1A ̺F¦ô "
b"\x01 •þ”ê=r%´\t\x1A Ì¿Œ/E "
b"\x01 •þ”ê–rYŸPt}{°s# "
b"\x01 •þ”ê–rYŸPt}‘„ü‘ "
b"\x01 •þ”ê–rYŸPt}—²\x1A\x1C "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àˆ\x7F ÿ\x01
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ìð+@
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¿ø\x03 ñ
"""
b"\x01 •þ”ê=r%´\t\x1A ÌŽ$~z "
b"\x01 •þ”ê=r%´\t\x1A ̱oní "
b"\x01 •þ”ê=r%´\t\x1A Ì»>5Ó "
b"\x01 ò■öÛûrYƒPt}É\t å "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¸Ú\x18\e
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÁc¯¯
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÇ/hÖ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àª]¾G
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÇ\x07 ”Õ
"""
b"\x01 •þ”ê=r%´\t\x1A ÌpE:ø "
b"\x01 •þ”ê=r%´\t\x1A Ìx‚œ\x06 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¦&ê£
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˦\x1D He
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÃlš9
"""
b"\x01 •þ”ê=r%´\t\x1A ̲¹ = "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀœZI\r
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˴:U\x16
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§\x7F SÁ
"""
b"\x01 •þ”ê=r%´\t\x1A ̇¶©v "
b"\x01 •þ”ê=r%´\t\x1A ̘\x05 ܨ "
b"\x01 •þ”ê–rYŸPt}®|¾° "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Å=uò
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§rÝ¿
"""
b"\x01 •þ”ê=r%´\t\x1A ÌÙ*Ž "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀˆÅ´4
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ÉAÖ─
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¡ Xð
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠üê▀Ò "
b"\x01 •þ”ê=r%´\t\x1A Ì“šw\x17 "
b"\x01 •þ”ê–rYŸPt}l‘÷‡ "
b"\x01 •þ”ê–rYŸPt} —ц "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À†€²6
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └Ø3\x01 ©
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¥Ç\x12 Â
"""
b"\x01 •þ”ê=r%´\t\x1A Ìr\x15 [) "
b"\x01 •þ”ê–rYŸPt}‹šu½ "
b"\x01 •þ”êñr>”j\x19 šLW Ý "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡\x16\x10 H
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ÄÉ"\x01
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¸6BK
"""
b"\x01 •þ”ê=r%´\t\x1A Ìznlr "
b"\x01 •þ”ê=r%´\t\x1A ÌŽ]\x1E Å "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À²\x02 ¤ð
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‚®\x11 b "
b"\x01 •þ”ê=r%´\t\x1A Ì”y’Õ "
b"\x01 •þ”ê=r%´\t\x1A ÌÁ®v‡ "
b"\x01 •þ”ê–rYŸPt}uòA» "
b"\x01 •þ”ê–rYŸPt}Šî\x14 Ñ "
b"\x01 •þ”êñr>”j\x19 š1l\x17 S "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À©\x16 :Ú
"""
b"\x01 •þ”ê=r%´\t\x1A ̧Aå\x1A "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŸ5~±
"""
b"""
\x01 ò■öÚÛsÄë\n
\x7F └®\x11 ØP
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÂbâÉ
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠Å~,└ "
b"\x01 •þ”ê=r%´\t\x1A Ì´ê,! "
b"\x01 ò■öÛ=r%┤\t\x1A ╠║VÇÅ "
b"\x01 •þ”ê–rYŸPt}mulg "
b"\x01 •þ”ê–rYŸPt}p·Éš "
b"\x01 •þ”ê–rYŸPt}Ç\x0E Ä "
b"\x01 •þ”êñr>”j\x19 š5\v Ü( "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └╗ñØÙ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÍr\x14 ~
"""
b"\x01 •þ”ê=r%´\t\x1A Ì’Ã°Ó "
b"\x01 •þ”ê=r%´\t\x1A ̽¡§‡ "
b"\x01 •þ”ê–rYŸPt}t²\x03 ‚ "
b"\x01 •þ”ê–rYŸPt}¬ïÁ\x0F "
b"\x01 •þ”êñr>”j\x19 š6%\x03 Ž "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àºò–>
"""
b"\x01 •þ”ê=r%´\t\x1A Ì™\x1C ’Þ "
b"\x01 ò■öÛûrYƒPt}uìèþ "
b"\x01 ò■öÛûrYƒPt}üæ\x16 þ "
b"\x01 •þ”ê–rYŸPt}“šFB "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À°†^“
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÁÅ…t
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠ÉD\x10 " "
b"\x01 •þ”ê=r%´\t\x1A Ì‘ÍìB "
b"\x01 •þ”ê=r%´\t\x1A ̯`«¨ "
b"\x01 •þ”ê–rYŸPt}«E%£ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¬î.
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À»ÙŠ\x17
"""
b"\x01 •þ”ê=r%´\t\x1A ̈h≠"
b"\x01 •þ”ê=r%´\t\x1A Ì•¾á¢ "
b"\x01 •þ”ê–rYŸPt}qr*e "
b"\x01 •þ”ê–rYŸPt}’t¡\e "
b"\x01 •þ”ê–rYŸPt}•âß, "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À›.ºÒ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‹±×ð "
b"\x01 •þ”ê=r%´\t\x1A Ì¢\x13 ×\x10 "
b"\x01 •þ”ê–rYŸPt}\x7F\x02\x15 ‡ "
b"\x01 •þ”ê–rYŸPt}„•”ž "
b"\x01 •þ”ê–rYŸPt}©å3Y "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À”Sü\x05
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÉö\f
"""
b"\x01 •þ”ê=r%´\t\x1A Ì´úvf "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¤¶LÏ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¬ÀÖ™
"""
b"\x01 •þ”ê=r%´\t\x1A ̾¢9l "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§9Š8
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À©E¯\
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À»#>[
"""
b"\x01 •þ”ê=r%´\t\x1A ÌyG‡‘ "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ت\v\x04 "
b"\x01 •þ”ê–rYŸPt}¦\x19 -Ñ "
b"\x01 •þ”êñr>”j\x19 š=\x1D }¦ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À²Ñ\x06\x7F
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÉ*\x07 0
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠ügd\f "
b"\x01 •þ”ê=r%´\t\x1A Ì…¦è÷ "
b"\x01 •þ”ê=r%´\t\x1A ̆‹×ˆ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«7a5
"""
b"\x01 •þ”ê=r%´\t\x1A Ì~ÀE3 "
b"\x01 •þ”ê=r%´\t\x1A ̃ªq¤ "
b"\x01 •þ”ê–rYŸPt}„Î…` "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └äì²½
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¯z]q
"""
b"\x01 •þ”ê=r%´\t\x1A Ì€×4\x1F "
b"\x01 •þ”ê=r%´\t\x1A ̌ЖY "
b"\x01 •þ”ê=r%´\t\x1A Ì—.]Ö "
b"\x01 ò■öÛûrYƒPt}ìÎ\x1D ╚ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÂð”&
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÆr—ÿ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì{V\x0E\x10 "
b"\x01 •þ”ê=r%´\t\x1A ̈{\x0F "
b"\x01 •þ”ê–rYŸPt}w!A\x07 "
b"\x01 ò■öÛûrYƒPt}ÅwD┌ "
b"\x01 •þ”ê–rYŸPt}©Á\v ã "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¨”Ëe
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌÌ–a
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À“@\²
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‘-AU "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àƒl3^
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àœdã—
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¼Ï’<
"""
b"\x01 •þ”ê=r%´\t\x1A Ìoø€† "
b"\x01 •þ”ê=r%´\t\x1A ̶w|í "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À˜\t \r ‰
"""
b"\x01 •þ”ê–rYŸPt}‚\v »ª "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ìù(|
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àšá»#
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌx\x1C Õ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì\x7F åt\x17 "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ÿöÀü "
b"\x01 •þ”ê=r%´\t\x1A ̤ÊN£ "
b"\x01 ò■öÛûrYƒPt}yÉé┴ "
b"\x01 •þ”ê–rYŸPt}ƒ«&„ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀµA²1
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠ìé<¡ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À®\x0F\x16 I
"""
b"\x01 •þ”ê=r%´\t\x1A Ì|\x04 CË "
b"\x01 •þ”ê–rYŸPt}¥˜y¥ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àµ&Ž‰
"""
b"\x01 •þ”ê=r%´\t\x1A Ì Ä0\x05 "
b"\x01 •þ”ê=r%´\t\x1A ̳ò‰Œ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À³‚Ü`
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‹æ¾& "
b"\x01 •þ”ê=r%´\t\x1A ̪\t ߥ "
b"\x01 •þ”ê=r%´\t\x1A ̾ì\x10 @ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÈãz-
"""
b"\x01 •þ”ê=r%´\t\x1A Ì«2\v à "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À•à B
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¥VÝ\x06
"""
b"\x01 •þ”ê=r%´\t\x1A ÌŸ¦ÑÄ "
b"\x01 •þ”ê=r%´\t\x1A ̵µRJ "
b"""
\x01 •þ”ê–rYŸPt}x³\n
µ
"""
b"\x01 •þ”ê–rYŸPt}¡ÅÃ5 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‚Œ~ö
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À£\x19 Á\x07
"""
b"\x01 •þ”ê–rYŸPt}né:ª "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └óUXì
"""
b"\x01 •þ”ê–rYŸPt}hš×Ì "
b"\x01 •þ”ê–rYŸPt}\x01 É• "
b"\x01 •þ”êñr>”j\x19 š6¬Nm "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àº½\x01 Î
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¿§MB
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÌ\r }p
"""
b"\x01 •þ”ê=r%´\t\x1A Ìv|÷\f "
b"\x01 •þ”ê=r%´\t\x1A ̼÷H! "
b"\x01 •þ”ê–rYŸPt}“\f\x7F Q "
b"\x01 •þ”ê–rYŸPt}›aZ "
b"\x01 •þ”êñr>”j\x19 š"η\x14 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À†,&ý
"""
b"\x01 •þ”ê–rYŸPt}£\x0E Ÿñ "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └»ýÉq
"""
b"\x01 •þ”ê=r%´\t\x1A Ì“/\x10 f "
b"\x01 •þ”ê–rYŸPt}”ùv< "
b"\x01 •þ”ê=r%´\t\x1A Ì{À‚8 "
b"\x01 ò■öÛ=r%┤\t\x1A ╠\x7F üvÑ "
b"\x01 •þ”ê=r%´\t\x1A ̹aÚ\x11 "
b"\x01 •þ”ê–rYŸPt}~˜ñá "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └ù \x19 Å
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¡ü\x17 à
"""
b"\x01 •þ”ê–rYŸPt}”\x11 ÌÞ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÀˆx\x19
"""
b"\x01 •þ”ê=r%´\t\x1A Ì®\x10 ´\x16 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À˜ºˆn
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˱#ѻ
"""
b"\x01 •þ”ê=r%´\t\x1A ̊כq "
b"\x01 ò■öÛ=r%┤\t\x1A ╠Å/═t "
b"\x01 •þ”ê=r%´\t\x1A Ìž¾\x04 ‚ "
b"\x01 •þ”ê–rYŸPt}žÌ\x03 Ð "
b"\x01 •þ”ê–rYŸPt}\N© "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àº×ŸÌ
"""
b"\x01 •þ”ê=r%´\t\x1A ̬ŠP© "
b"\x01 •þ”ê=r%´\t\x1A Ì}ç3g "
b"\x01 •þ”ê–rYŸPt}{1r= "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¬P³‡
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀvF2
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¹ì”×
"""
b"\x01 •þ”ê=r%´\t\x1A Ì %7` "
b"\x01 •þ”ê–rYŸPt}zCk "
b"\x01 •þ”ê–rYŸPt}ll\x07 Ç "
b"\x01 •þ”ê–rYŸPt}|¢)\x08 "
b"\x01 •þ”ê=r%´\t\x1A ÌuG0 "
b"\x01 •þ”ê–rYŸPt}‚ô%z "
b"\x01 ò■öÛûrYƒPt}ùÀ6Ø "
b"\x01 •þ”ê–rYŸPt}¢\x13 èÞ "
b"\x01 •þ”êñr>”j\x19 š>e7 "
b"\x01 •þ”ê=r%´\t\x1A ̆þ–ˆ "
b"\x01 •þ”ê=r%´\t\x1A Ìš¸J8 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À©’ÿå
"""
b"\x01 •þ”ê–rYŸPt}ißkÆ "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └£0╝Å
"""
b"\x01 •þ”ê=r%´\t\x1A Ìw\x13 ¤„ "
b"\x01 •þ”ê=r%´\t\x1A ̯sè½ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À™¤\x1A b
"""
b"\x01 •þ”ê–rYŸPt}sIJ< "
b"\x01 •þ”ê–rYŸPt}®x3¼ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¦Å\x18\x19
"""
b"\x01 •þ”ê=r%´\t\x1A Ì‚8Õu "
b"\x01 •þ”ê–rYŸPt}§ùR\ "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └üÐ─Û
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡-µ‡
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À·SãÃ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÈ\x03 à>
"""
b"\x01 •þ”ê–rYŸPt}©^ßØ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À '.'
"""
b"\x01 •þ”ê–rYŸPt}¬$ÚÁ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÅ.–÷
"""
b"\x01 •þ”ê=r%´\t\x1A Ì|ûèþ "
b"\x01 •þ”ê=r%´\t\x1A ̉ã`\x19 "
b"\x01 •þ”ê–rYŸPt}‰G?; "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À˜£‡
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À ?‡G
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À´ôÒ\x06
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¶Óaý
"""
b"\x01 •þ”ê=r%´\t\x1A Ìy\x16 EH "
b"\x01 •þ”ê=r%´\t\x1A Ì„wÊ8 "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À—à\x7F \r
"""
b"\x01 •þ”ê=r%´\t\x1A Ì·îÐ[ "
b"\x01 •þ”ê–rYŸPt}h\x03 ô% "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡]äÖ
"""
b"\x01 •þ”ê–rYŸPt}ŸA\x05 w "
b"\x01 •þ”ê=r%´\t\x1A Ì…_@é "
b"\x01 •þ”ê=r%´\t\x1A Ì ÎûÇ "
b"\x01 •þ”ê–rYŸPt}‹§õ` "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¤s„®
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀšØê¤
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«é¥Ç
"""
b"\x01 •þ”ê=r%´\t\x1A Ìv.\f ! "
b"\x01 •þ”ê=r%´\t\x1A Ì™|\x10\x05 "
b"\x01 ò■öÛ=r%┤\t\x1A ╠«Æâì "
b"\x01 •þ”ê=r%´\t\x1A Ì°ÜËì "
b"\x01 •þ”ê–rYŸPt}r[ÄÀ "
b"\x01 •þ”ê–rYŸPt}–º´D "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¿+ÇI
"""
b"\x01 •þ”ê=r%´\t\x1A ̶÷\f\e "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÍÎh›
"""
b"\x01 •þ”ê=r%´\t\x1A ̤L‹º "
b"\x01 •þ”ê=r%´\t\x1A Ì©\x18 /5 "
b"\x01 ò■öÛûrYƒPt}Ø└¤¢ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÅ;þ\x1C
"""
b"\x01 •þ”ê=r%´\t\x1A ̉böv "
b"\x01 •þ”ê–rYŸPt}ƒ\x00 $& "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŒ®Í¨
"""
b"\x01 •þ”ê–rYŸPt}€ü´ª "
b"\x01 •þ”ê=r%´\t\x1A Ìo\x7F '\x12 "
b"\x01 •þ”ê=r%´\t\x1A Ì¡ªÅ\e "
b"\x01 •þ”ê=r%´\t\x1A Ì«(Š "
b"\x01 •þ”ê–rYŸPt}sÙ!\x15 "
b"\x01 •þ”ê=r%´\t\x1A Ì°4Å\x15 "
b"\x01 ò■öÛ‗rNªØþ\x1C âÝ┤$ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀŠÄ'Ž
"""
b"\x01 •þ”ê=r%´\t\x1A Ì¢\t ¿\r "
b"\x01 •þ”ê=r%´\t\x1A Ì£ g\e "
b"\x01 •þ”ê–rYŸPt}¢)ˆÕ "
b"\x01 •þ”êñr>”j\x19 š(‡BŽ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‹É\x16\x01
"""
b"\x01 •þ”ê–rYŸPt}p’±_ "
b"\x01 •þ”ê–rYŸPt}}›ÛÞ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À’¢"÷
"""
b"\x01 •þ”ê=r%´\t\x1A ÌqMK„ "
b"\x01 •þ”ê–rYŸPt}„X˜Ø "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àƒ¡\x13 G
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À½› \f
"""
b"\x01 •þ”ê=r%´\t\x1A ÌÀ¯×Þ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À—*ÃR
"""
b"\x01 •þ”ê–rYŸPt}š\x03 Í— "
b"\x01 •þ”êñr>”j\x19 š/…\x16 Ó "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À®£z:
"""
b"\x01 •þ”ê–rYŸPt}lôä "
b"\x01 •þ”ê–rYŸPt}›¸õ¼ "
b"\x01 •þ”ê–rYŸPt}°fzu "
b"\x01 •þ”ê=r%´\t\x1A Ìwû@ "
b"\x01 •þ”ê–rYŸPt}‡Þ\x0F ê "
b"\x01 •þ”ê=r%´\t\x1A Ìr\x13 ¹; "
b"\x01 •þ”ê=r%´\t\x1A ÌŠ|\x01 $ "
b"\x01 •þ”ê–rYŸPt}p¡vn "
b"\x01 •þ”ê–rYŸPt}wðMÙ "
b"\x01 •þ”ê–rYŸPt}œèÓ "
b"\x01 •þ”êñr>”j\x19 š&\x11 Û™ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀšFŸn
"""
b"\x01 •þ”ê–rYŸPt}já5 "
b"\x01 •þ”ê–rYŸPt}u"]H "
b"\x01 ò■öÛûrYƒPt}zÅK╣ "
b"\x01 •þ”êñr>”j\x19 šC+oø "
b"\x01 •þ”ê=r%´\t\x1A ̆@ê÷ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀžFŒÁ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì¢øR¶ "
b"\x01 •þ”ê–rYŸPt}€Soù "
b"\x01 •þ”ê–rYŸPt}¦eßp "
b"\x01 •þ”ê–rYŸPt}wd“L "
b"\x01 ò■öÛ‗rNªØþ\x1C r├ü┐ "
b"\x01 •þ”ê=r%´\t\x1A ̨<•\x10 "
b"\x01 •þ”ê–rYŸPt}£¼\t * "
b"\x01 •þ”ê–rYŸPt}¦\x0F ±Š "
b"""
\x01 •þ”éêsŽ‰\n
\x7F Àž\x1F yÂ
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À§Å[ó
"""
b"\x01 •þ”ê=r%´\t\x1A Ì–\t ;( "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¾5™\x18
"""
b"\x01 •þ”ê=r%´\t\x1A ̦D÷è "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‘ÁË…
"""
b"\x01 •þ”ê–rYŸPt}ƒÿ\x05 ° "
b"\x01 •þ”ê–rYŸPt}¤ÍÈ\x7F "
b"""
\x01 •þ”ê–rYŸPt}£\\n
Ü
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¤\x12 JŠ
"""
b"\x01 •þ”ê=r%´\t\x1A Ì€ìøG "
b"\x01 ò■öÛ=r%┤\t\x1A ╠ì[u¹ "
b"\x01 •þ”ê–rYŸPt}®*\x02 ù "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‰^ÖÈ
"""
b"\x01 •þ”ê–rYŸPt}®\Ÿs "
b"\x01 •þ”ê=r%´\t\x1A Ì™\R "
b"\x01 •þ”ê=r%´\t\x1A Ì·‹òà "
b"\x01 •þ”ê–rYŸPt}ˆÃ²[ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«m…‚
"""
b"\x01 •þ”ê–rYŸPt}uÖt "
b"\x01 ò■öÛ‗rNªØþ\x1C vÂÈò "
b"\x01 •þ”ê–rYŸPt}ªwÞé "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‰êÅ\x12
"""
b"""
\x01 •þ”éêsŽ‰\n
\x7F À«\r ã?
"""
b"\x01 •þ”ê–rYŸPt}šýðº "
b"\x01 •þ”ê–rYŸPt}ni–V "
b"\x01 •þ”ê–rYŸPt}xIó½ "
b"\x01 •þ”êñr>”j\x19 š-×%l "
b"\x01 •þ”ê=r%´\t\x1A ÌŸá/E "
b"\x01 •þ”ê=r%´\t\x1A Ì{EÑ "
b"\x01 •þ”êñr>”j\x19 šN°îè "
b"\x01 •þ”ê–rYŸPt}r\x1F ±\n "
b"\x01 ò■öÛ‗rNªØþ\x1C {ìÑy "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À”\x1E :”
"""
b"\x01 •þ”ê=r%´\t\x1A ÌÃ_n£ "
b"\x01 •þ”ê–rYŸPt}\x7F b¹ "
b"\x01 ò■öÛûrYƒPt}åZ╦Å "
b"\x01 ò■öÛ‗rNªØþ\x1C sâPm "
b"\x01 •þ”ê=r%´\t\x1A Ì”é2Ç "
b"\x01 •þ”ê–rYŸPt}ˆÃl\x1A "
b"\x01 •þ”ê–rYŸPt}Šâgh "
b"\x01 •þ”ê=r%´\t\x1A Ì Íqm "
b"\x01 •þ”ê–rYŸPt}˜¨æy "
b"\x01 •þ”ê=r%´\t\x1A ÌnДç "
b"\x01 •þ”ê–rYŸPt}zŠIo "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‹\x1A ae
"""
b"\x01 •þ”ê=r%´\t\x1A Ìyž.£ "
b"\x01 ò■öÛ‗rNªØþ\x1C éØQ¡ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀË7&£
"""
b"\x01 ò■öÛûrYƒPt}íìÈÔ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À‡‰Ú÷
"""
b"\x01 •þ”ê=r%´\t\x1A Ì›—%Í "
b"\x01 •þ”ê=r%´\t\x1A ̉\x04 ñÓ "
b"\x01 •þ”ê–rYŸPt}ŽÃ”: "
b"\x01 •þ”ê–rYŸPt}h¾{¨ "
b"\x01 •þ”ê–rYŸPt}…¿T "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À›S’X
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠Ñ║¤Ø "
b"\x01 •þ”ê–rYŸPt}{cáÖ "
b"\x01 •þ”ê=r%´\t\x1A ̾T<- "
b"\x01 •þ”ê–rYŸPt}“©Ô\x07 "
b"\x01 •þ”êñr>”j\x19 š4<?o "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ÀÈÝQã
"""
b"\x01 •þ”ê–rYŸPt}ŠçÿV "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À–\x19 £~
"""
b"\x01 •þ”ê=r%´\t\x1A Ì»ƒâj "
b"\x01 •þ”ê–rYŸPt}iŒð™ "
b"\x01 ò■öÛ‗rNªØþ\x1C è»Wâ "
b"""
\x01 •þ”éêsŽ‰\n
\x7F ˦֑o
"""
b"\x01 ò■öÛûrYƒPt}ÿìA\x01 "
b"\x01 •þ”ê–rYŸPt}§Në\x0F "
b"\x01 •þ”ê=r%´\t\x1A Ì}ü\[ "
b"\x01 •þ”ê–rYŸPt}sN"§ "
b"\x01 •þ”ê=r%´\t\x1A Ìì%\x01 "
b"\x01 •þ”êñr>”j\x19 šI'ë& "
b"\x01 •þ”ê–rYŸPt}hŒ–’ "
b"\x01 •þ”ê=r%´\t\x1A Ì•çÂÞ "
b"\x01 •þ”ê–rYŸPt}j\x14 Pé "
b"\x01 ò■öÛ‗rNªØþ\x1C | ¹# "
b"\x01 •þ”ê–rYŸPt}£òØS "
b"\x01 •þ”ê–rYŸPt}½7† "
b"\x01 •þ”ê=r%´\t\x1A Ì\x7F\x11\x18 „ "
b"\x01 •þ”ê–rYŸPt}vE¾ý "
b"""
\x01 ò■öÚÛsÄë\n
\x7F └┐=ØL
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠üµ╦2 "
b"\x01 ò■öÛ‗rNªØþ\x1C å╠Ïz "
b"\x01 •þ”ê=r%´\t\x1A ̸å‚l "
b"""
\x01 •þ”éêsŽ‰\n
\x7F À¹³VX
"""
b"\x01 ò■öÛ=r%┤\t\x1A ╠Å[\x1D : "
b"\x01 •þ”ê–rYŸPt}™å/´ "
b"\x01 ò■öÛûrYƒPt}É÷P´ "
b"\x01 •þ”ê–rYŸPt}k†iH "
b"\x01 •þ”ê–rYŸPt}©\x18 @Ê "
b"\x01 ò■öÛ‗rNªØþ\x1C ï═äö "
b"\x01 •þ”ê=r%´\t\x1A ̳‹»\f "
b"\x01 •þ”ê–rYŸPt}ŒÜeÔ "
b"\x01 ò■öÛ‗rNªØþ\x1C |\x03 ¾l "
b"\x01 •þ”ê–rYŸPt}™\f ,ô "
b"\x01 •þ”êñr>”j\x19 šM.\x04 f "
b"\x01 •þ”ê=r%´\t\x1A ̼}Ìë "
b"\x01 •þ”ê=r%´\t\x1A ̆\x12 “ "
b"\x01 •þ”ê–rYŸPt}oøû÷ "
b"\x01 •þ”ê–rYŸPt}¯iŸi "
b"\x01 •þ”êñr>”j\x19 š<]Ñ "
b"\x01 •þ”êñr>”j\x19 š?…´‡ "
b"\x01 •þ”ê–rYŸPt}o’b2 "
b"\x01 •þ”ê=r%´\t\x1A Ì–³‚‚ "
b"\x01 •þ”ê–rYŸPt}tq\f ' "
b"\x01 •þ”ê–rYŸPt}ŸÅÀ0 "
b"\x01 •þ”ê–rYŸPt}jðB( "
b"\x01 •þ”ê–rYŸPt}~6î\x19 "
b"\x01 •þ”ê–rYŸPt}žU¨Ä "
b"\x01 ò■öÛ‗rNªØþ\x1C q=ØÝ "
b"\x01 •þ”ê–rYŸPt}¨«‡W "
b"\x01 •þ”êñr>”j\x19 š?ìœX "
b"\x01 •þ”ê–rYŸPt}©ÓuË "
b"\x01 •þ”ê=r%´\t\x1A ÌŠ\x16 ª¤ "
b"\x01 ò■öÛûrYƒPt}ëÅù\x04 "
b"\x01 ò■öÛ‗rNªØþ\x1C å&X% "
b"\x01 ò■öÛ±r>öj\x19 Ü'ËfÉ "
b"\x01 •þ”êñr>”j\x19 šMÓf¿ "
b"\x01 •þ”ê–rYŸPt}Š\e \r — "
b"\x01 •þ”ê–rYŸPt}™Áj§ "
b"\x01 ò■öÛ‗rNªØþ\x1C èz\x02 È "
b"\x01 ò■öÛ‗rNªØþ\x1C Äaá█ "
b"\x01 •þ”ê–rYŸPt}¬AÇÿ "
b"\x01 •þ”ê–rYŸPt}ŸþW\x1E "
b"\x01 ò■öÛ‗rNªØþ\x1C wßMÞ "
b"\x01 •þ”êñr>”j\x19 š3˜Š\t "
b"\x01 ò■öÛ‗rNªØþ\x1C ëÛ2ï "
b"\x01 ò■öÛ‗rNªØþ\x1C q±╚p "
b"\x01 •þ”êñr>”j\x19 šB\x1C h{ "
b"\x01 •þ”êñr>”j\x19 š7‚\x13 ÷ "
b"\x01 •þ”êñr>”j\x19 š%)\x19\x08 "
b"\x01 •þ”ê–rYŸPt}r\x7F [ö "
b"\x01 •þ”ê–rYŸPt}†àÖÀ "
b"\x01 •þ”êñr>”j\x19 š'1(K "
b"\x01 •þ”êñr>”j\x19 šF¬eÙ "
b"\x01 ò■öÛûrYƒPt}ØÄáG "
b"\x01 ò■öÛ‗rNªØþ\x1C ü}Oã "
b"\x01 ò■öÛ‗rNªØþ\x1C }─╗┐ "
b"\x01 ò■öÛ‗rNªØþ\x1C âÊÕ "
b"\x01 ò■öÛ‗rNªØþ\x1C É\x10 ç_ "
b"\x01 ò■öÛ‗rNªØþ\x1C ÄQ\x11\x07 "
b"\x01 •þ”êñr>”j\x19 šKöv\x1E "
b"\x01 ò■öÛ‗rNªØþ\x1C tPþæ "
b"\x01 •þ”êñr>”j\x19 š5\x14 gÙ "
b"\x01 •þ”êñr>”j\x19 š9…W• "
b"\x01 •þ”êñr>”j\x19 š!Õ)y "
b"\x01 •þ”êñr>”j\x19 š#~$3 "
b"\x01 •þ”êñr>”j\x19 š:þ¸è "
b"\x01 ò■öÛ‗rNªØþ\x1C èø[ô "
b"\x01 •þ”êñr>”j\x19 šEóõË "
b"\x01 •þ”êñr>”j\x19 š+xáE "
b"\x01 ò■öÛ‗rNªØþ\x1C z\x10 Hƒ "
b"\x01 •þ”êñr>”j\x19 šHAØ‹ "
b"\x01 •þ”êñr>”j\x19 š2{“é "
b"\x01 ò■öÛ‗rNªØþ\x1C s╚p0 "
b"\x01 •þ”êñr>”j\x19 šGB‹’ "
b"\x01 •þ”êñr>”j\x19 š$\x10\t • "
b"\x01 ò■öÛ‗rNªØþ\x1C z¼╔, "
b"\x01 •þ”êñr>”j\x19 š2¸p‰ "
b"\x01 ò■öÛ‗rNªØþ\x1C âHÇ│ "
b"\x01 •þ”êñr>”j\x19 š*\x10\x02 v "
b"\x01 ò■öÛ‗rNªØþ\x1C x‗ãO "
b"\x01 •þ”êñr>”j\x19 š:ú\x04 x "
b"\x01 •þ”êñr>”j\x19 š:,ÁŽ "
b"\x01 •þ”êñr>”j\x19 šPM\x1A ˆ "
b"\x01 •þ”êñr>”j\x19 š"{bÝ "
b"\x01 ò■öÛ‗rNªØþ\x1C çx\f ÿ "
b"\x01 ò■öÛ‗rNªØþ\x1C Ä┤`\x11 "
b"\x01 •þ”êñr>”j\x19 š<\x06 =S "
b"\x01 •þ”êñr>”j\x19 šQ·\x05 ^ "
b"\x01 •þ”êñr>”j\x19 š.žy¸ "
b"\x01 ò■öÛ‗rNªØþ\x1C uA\\e "
b"\x01 •þ”êñr>”j\x19 š)A³í "
b"\x01 •þ”êñr>”j\x19 š*éȦ "
b"\x01 ò■öÛ‗rNªØþ\x1C qMiî "
b"\x01 •þ”êñr>”j\x19 š@hFt "
b"\x01 ò■öÛ‗rNªØþ\x1C ïàuƒ "
b"\x01 ò■öÛ‗rNªØþ\x1C à ñ "
b"\x01 •þ”êñr>”j\x19 š,)ƒ‚ "
b"\x01 •þ”êñr>”j\x19 š8oèL "
b"\x01 ò■öÛ‗rNªØþ\x1C î\x19 ®³ "
b"\x01 •þ”êñr>”j\x19 šNCÕÎ "
b"\x01 •þ”êñr>”j\x19 š=ɳ2 "
b"\x01 ò■öÛ‗rNªØþ\x1C y(ô╝ "
b"\x01 ò■öÛ‗rNªØþ\x1C |┘╝§ "
]
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 (0x0195FE94E9EA738E890A7FC0CEBA7480 , 0x0195FE94EAF1723E946A199A38D4D769 , 0x0195FE94EB70704CBFDEE08051FCFBE1 , 0x0195FE94EB9672858D7C0860AB25EE65 , 0x0195FE94EB9672858D7C0860A5BBAD35 , 0x0195FE94EB9672858D7C0860A30CA39B , 0x0195FE94EAF1723E946A199A24C57A9B , 0x0195FE94EAF2724EA69DE71C8F146FF2 , 0x0195FE94EB70704CBFDEE0805501E062 , 0x0195FE94E9EA738E890A7FC0C5B93B8B , 0x0195FE94E9EA738E890A7FC0CC0BDCDF , 0x0195FE94E9EA738E890A7FC090EC9C80 , 0x0195FE94E9EA738E890A7FC09ED37FF5 , 0x0195FE94EA3D7225B4091ACCAAF7FE03 , 0x0195FE94EB70704CBFDEE08053FD12AB , 0x0195FE94E9EA738E890A7FC096CCA1AB , 0x0195FE94EA3D7225B4091ACCB2559376 , 0x0195FE94EA3D7225B4091ACCB9D8BF41 , 0x0195FE94EB70704CBFDEE0805717DE6A , 0x0195FE94EA3D7225B4091ACCA931A345 , 0x0195FE94EB447072B2515B05133C66EE , 0x0195FE94EB447072B2515B050FBD57D1 , 0x0195FE94EB447072B2515B0512F2A1ED , 0x0195FE94EB447072B2515B051489D7BD , 0x0195FE94EA3D7225B4091ACC6F27AFB4 , 0x0195FE94EA3D7225B4091ACC7406DD7E , 0x0195FE94EB447072B2515B051666253B , 0x0195FE94EB68713B86944990EB1CD2F9 , 0x0195FE94EB70704CBFDEE0804FF368F4 , 0x0195FE94EB68713B86944990EACD87B2 , 0x0195FE94EB68713B86944990EC872A53 , 0x0195FE94EB68713B86944990EBBC97BF , 0x0195FE94EB70704CBFDEE0804C984E67 , 0x0195FE94EB70704CBFDEE0804D320E70 , 0x0195FE94EB70704CBFDEE080565C307E , 0x0195FE94EB447072B2515B0512FAC71C , 0x0195FE94EB447072B2515B051063FBD8 , 0x0195FE94EAF2724EA69DE71C8B57A641 , 0x0195FE94EAF2724EA69DE71C880B128E , 0x0195FE94EB70704CBFDEE080534DA9CA , 0x0195FE94EB70704CBFDEE08052B9C5F2 , 0x0195FE94EA3D7225B4091ACCC3B81C5C , 0x0195FE94EBAB722EBCB9AF4AE0CFD305 , 0x0195FE94EB68713B86944990EBF8A621 , 0x0195FE94EB447072B2515B050DFDB55F , 0x0195FE94EBAB722EBCB9AF4AE240149D , 0x0195FE94EBAB722EBCB9AF4AE93690F7 , 0x0195FE94EA3D7225B4091ACC74C6A533 , 0x0195FE94E9EA738E890A7FC0B074ED65 , 0x0195FE94EA9672599F50747D8E739EEC , 0x0195FE94EB7F705F8F5A2776A579162B , 0x0195FE94EB9672858D7C0860A8AB0D3F , 0x0195FE94E9EA738E890A7FC09D5B0DB7 , 0x0195FE94E9EA738E890A7FC0924DE473 , 0x0195FE94E9EA738E890A7FC0C43E9A72 , 0x0195FE94EB9672858D7C0860AE63C7DF , 0x0195FE94EB9672858D7C0860AC8025C5 , 0x0195FE94EA9672599F50747D6DDC0C16 , 0x0195FE94EA9672599F50747D98D69DB8 , 0x0195FE94EA9672599F50747DA55C5866 , 0x0195FE94EB7F705F8F5A2776ADFA97F9 , 0x0195FE94EB7F705F8F5A2776A1E13D10 , 0x0195FE94EB5A73B99A870D854EA19954 , 0x0195FE94EB70704CBFDEE0805179CD70 , 0x0195FE94EB5A73B99A870D8549EAB348 , 0x0195FE94EB5A73B99A870D854E7A82F3 , 0x0195FE94EB5A73B99A870D85536719CE , 0x0195FE94EB447072B2515B051236C0B4 , 0x0195FE94EB5A73B99A870D8552598380 , 0x0195FE94EBAB722EBCB9AF4AE9895273 , 0x0195FE94EB5A73B99A870D8551109865 , 0x0195FE94EBAC7069AB3C7ABE1F3C9C26 , 0x0195FE94EBAC7069AB3C7ABE20220E58 , 0x0195FE94EBAB722EBCB9AF4AE3BA18ED , 0x0195FE94EB447072B2515B050CF7559C , 0x0195FE94EB5A73B99A870D854D426DCD , 0x0195FE94EBAB722EBCB9AF4AE49611A2 , 0x0195FE94EB5A73B99A870D855472EEC1 , 0x0195FE94EB5A73B99A870D854B8EBF9F , 0x0195FE94EB447072B2515B05115E5809 , 0x0195FE94EB70704CBFDEE0805068D731 , 0x0195FE94EB447072B2515B0516D03287 , 0x0195FE94EAF2724EA69DE71C863BEC58 , 0x0195FE94EAF1723E946A199A2C85B057 , 0x0195FE94EAF1723E946A199A415F315E , 0x0195FE94EBAC7069AB3C7ABE1E5A46A2 , 0x0195FE94EBAB722EBCB9AF4AEC2EECF7 , 0x0195FE94E9EA738E890A7FC0A201986E , 0x0195FE94E9EA738E890A7FC0B421366E , 0x0195FE94E9EA738E890A7FC0B9BE00BE , 0x0195FE94EA3D7225B4091ACC70ABFA47 , 0x0195FE94EA3D7225B4091ACC730CD6C4 , 0x0195FE94EA3D7225B4091ACC99E3D2C3 , 0x0195FE94EA9672599F50747DA6CFBC52 , 0x0195FE94E9EA738E890A7FC08544793F , 0x0195FE94E9EA738E890A7FC090721842 , 0x0195FE94EA3D7225B4091ACC9C765865 , 0x0195FE94EA3D7225B4091ACC9D691774 , 0x0195FE94EA9672599F50747D79847105 , 0x0195FE94EA9672599F50747D8C9F1EB5 , 0x0195FE94EA9672599F50747D9C15B24A , 0x0195FE94E9EA738E890A7FC0AE3FFABD , 0x0195FE94E9EA738E890A7FC0BD8E6391 , 0x0195FE94E9EA738E890A7FC0CAA9AF97 , 0x0195FE94EA3D7225B4091ACC7CDCB51C , 0x0195FE94EA3D7225B4091ACC9E9FB552 , 0x0195FE94EA3D7225B4091ACCC078A8E7 , 0x0195FE94EA9672599F50747D6D740EDC , 0x0195FE94E9EA738E890A7FC08FD0737A , 0x0195FE94E9EA738E890A7FC0954F7B13 , 0x0195FE94E9EA738E890A7FC09BBFB2B7 , 0x0195FE94EA3D7225B4091ACC6F04377E , 0x0195FE94EA3D7225B4091ACCBA46A6F4 , 0x0195FE94EA3D7225B4091ACCBF8C2F45 , 0x0195FE94EA9672599F50747D7BB07323 , 0x0195FE94EA9672599F50747D9184FC91 , 0x0195FE94EA9672599F50747D97B21A1C , 0x0195FE94E9EA738E890A7FC0887FFF01 , 0x0195FE94E9EA738E890A7FC08DD02B40 , 0x0195FE94E9EA738E890A7FC0BFF803F1 , 0x0195FE94EA3D7225B4091ACC8E247E7A , 0x0195FE94EA3D7225B4091ACCB16F6EED , 0x0195FE94EA3D7225B4091ACCBB3E35D3 , 0x0195FE94EA9672599F50747D900986FF , 0x0195FE94E9EA738E890A7FC0B8DA181B , 0x0195FE94E9EA738E890A7FC0C163AFAF , 0x0195FE94E9EA738E890A7FC0C72F68D6 , 0x0195FE94E9EA738E890A7FC0AA5DBE47 , 0x0195FE94E9EA738E890A7FC0C70794D5 , 0x0195FE94EA3D7225B4091ACC70453AF8 , 0x0195FE94EA3D7225B4091ACC78829C06 , 0x0195FE94E9EA738E890A7FC0A626EAA3 , 0x0195FE94E9EA738E890A7FC0B61D4865 , 0x0195FE94E9EA738E890A7FC0C36C9A39 , 0x0195FE94EA3D7225B4091ACCB2B9A03D , 0x0195FE94E9EA738E890A7FC09C5A490D , 0x0195FE94E9EA738E890A7FC0A53A5516 , 0x0195FE94E9EA738E890A7FC0A77F53C1 , 0x0195FE94EA3D7225B4091ACC87B6A976 , 0x0195FE94EA3D7225B4091ACC9805DCA8 , 0x0195FE94EA9672599F50747DAE7CBEB0 , 0x0195FE94E9EA738E890A7FC08F3D7595 , 0x0195FE94E9EA738E890A7FC0A772DDBF , 0x0195FE94EA3D7225B4091ACCC3992A8E , 0x0195FE94E9EA738E890A7FC088C5B434 , 0x0195FE94E9EA738E890A7FC0904199C4 , 0x0195FE94E9EA738E890A7FC0A12058F0 , 0x0195FE94EA3D7225B4091ACC8188DFE3 , 0x0195FE94EA3D7225B4091ACC939A7717 , 0x0195FE94EA9672599F50747D6C91F787 , 0x0195FE94EA9672599F50747DA097D186 , 0x0195FE94E9EA738E890A7FC08680B236 , 0x0195FE94E9EA738E890A7FC09D3301B8 , 0x0195FE94E9EA738E890A7FC0A5C712C2 , 0x0195FE94EA3D7225B4091ACC72155B29 , 0x0195FE94EA9672599F50747D8B9A75BD , 0x0195FE94EAF1723E946A199A4C57A0DD , 0x0195FE94E9EA738E890A7FC087161048 , 0x0195FE94E9EA738E890A7FC08E902201 , 0x0195FE94E9EA738E890A7FC0B836424B , 0x0195FE94EA3D7225B4091ACC7A6E6C72 , 0x0195FE94EA3D7225B4091ACC8E5D1EC5 , 0x0195FE94E9EA738E890A7FC0B202A4F0 , 0x0195FE94EA3D7225B4091ACC82AE1162 , 0x0195FE94EA3D7225B4091ACC947992D5 , 0x0195FE94EA3D7225B4091ACCC1AE7687 , 0x0195FE94EA9672599F50747D75F241BB , 0x0195FE94EA9672599F50747D8AEE14D1 , 0x0195FE94EAF1723E946A199A316C1753 , 0x0195FE94E9EA738E890A7FC0A9163ADA , 0x0195FE94EA3D7225B4091ACCA741E51A , 0x0195FE94E9EA738E890A7FC09F357EB1 , 0x0195FE94E9EA738E890A7FC0A9119D50 , 0x0195FE94E9EA738E890A7FC0C262E2C9 , 0x0195FE94EA3D7225B4091ACC8F7E2CC0 , 0x0195FE94EA3D7225B4091ACCB4EA2C21 , 0x0195FE94EA3D7225B4091ACCBA56808F , 0x0195FE94EA9672599F50747D6D756C67 , 0x0195FE94EA9672599F50747D70B7C99A , 0x0195FE94EA9672599F50747DADC70EC4 , 0x0195FE94EAF1723E946A199A350BDC28 , 0x0195FE94E9EA738E890A7FC0BBA49DEB , 0x0195FE94E9EA738E890A7FC0CD72147E , 0x0195FE94EA3D7225B4091ACC92C3B0D3 , 0x0195FE94EA3D7225B4091ACCBDA1A787 , 0x0195FE94EA9672599F50747D74B20382 , 0x0195FE94EA9672599F50747DACEFC10F , 0x0195FE94EAF1723E946A199A3625038E , 0x0195FE94E9EA738E890A7FC0BAF2963E , 0x0195FE94EA3D7225B4091ACC991C92DE , 0x0195FE94EA9672599F50747D758D8AE7 , 0x0195FE94EA9672599F50747D819116E7 , 0x0195FE94EA9672599F50747D939A4642 , 0x0195FE94E9EA738E890A7FC0B0865E93 , 0x0195FE94E9EA738E890A7FC0C1C58574 , 0x0195FE94EA3D7225B4091ACC90441022 , 0x0195FE94EA3D7225B4091ACC91CDEC42 , 0x0195FE94EA3D7225B4091ACCAF60ABA8 , 0x0195FE94EA9672599F50747DAB4525A3 , 0x0195FE94E9EA738E890A7FC0ACEE2E20 , 0x0195FE94E9EA738E890A7FC0BBD98A17 , 0x0195FE94EA3D7225B4091ACC8868E289 , 0x0195FE94EA3D7225B4091ACC95BEE1A2 , 0x0195FE94EA9672599F50747D71722A65 , 0x0195FE94EA9672599F50747D9274A11B , 0x0195FE94EA9672599F50747D95E2DF2C , 0x0195FE94E9EA738E890A7FC09B2EBAD2 , 0x0195FE94EA3D7225B4091ACC8BB1D7F0 , 0x0195FE94EA3D7225B4091ACCA213D710 , 0x0195FE94EA9672599F50747D7F021587 , 0x0195FE94EA9672599F50747D8495949E , 0x0195FE94EA9672599F50747DA9E53359 , 0x0195FE94E9EA738E890A7FC09453FC05 , 0x0195FE94E9EA738E890A7FC0C9F60CAD , 0x0195FE94EA3D7225B4091ACCB4FA7666 , 0x0195FE94E9EA738E890A7FC0A4B64CCF , 0x0195FE94E9EA738E890A7FC0ACC0D699 , 0x0195FE94EA3D7225B4091ACCBEA2396C , 0x0195FE94E9EA738E890A7FC0A7398A38 , 0x0195FE94E9EA738E890A7FC0A945AF5C , 0x0195FE94E9EA738E890A7FC0BB233E5B , 0x0195FE94EA3D7225B4091ACC79478791 , 0x0195FE94EA3D7225B4091ACC9DA60B04 , 0x0195FE94EA9672599F50747DA6192DD1 , 0x0195FE94EAF1723E946A199A3D1D7DA6 , 0x0195FE94E9EA738E890A7FC0B2D1067F , 0x0195FE94E9EA738E890A7FC0C92A0730 , 0x0195FE94EA3D7225B4091ACC8167640C , 0x0195FE94EA3D7225B4091ACC85A6E8F7 , 0x0195FE94EA3D7225B4091ACC868BD788 , 0x0195FE94E9EA738E890A7FC0AB376135 , 0x0195FE94EA3D7225B4091ACC7EC04533 , 0x0195FE94EA3D7225B4091ACC83AA71A4 , 0x0195FE94EA9672599F50747D84CE8560 , 0x0195FE94E9EA738E890A7FC0848DFDAB , 0x0195FE94E9EA738E890A7FC0AF7A5D71 , 0x0195FE94EA3D7225B4091ACC80D7341F , 0x0195FE94EA3D7225B4091ACC8CD09659 , 0x0195FE94EA3D7225B4091ACC972E5DD6 , 0x0195FE94EA9672599F50747D8DD71DC8 , 0x0195FE94E9EA738E890A7FC0C2F09426 , 0x0195FE94E9EA738E890A7FC0C67297FF , 0x0195FE94EA3D7225B4091ACC7B560E10 , 0x0195FE94EA3D7225B4091ACCAD887B0F , 0x0195FE94EA9672599F50747D77214107 , 0x0195FE94EA9672599F50747D8F7744DA , 0x0195FE94EA9672599F50747DA9C10BE3 , 0x0195FE94E9EA738E890A7FC0A894CB65 , 0x0195FE94E9EA738E890A7FC0CCCC9661 , 0x0195FE94E9EA738E890A7FC093405CB2 , 0x0195FE94EA3D7225B4091ACC912D4155 , 0x0195FE94E9EA738E890A7FC0836C335E , 0x0195FE94E9EA738E890A7FC09C64E397 , 0x0195FE94E9EA738E890A7FC0BCCF923C , 0x0195FE94EA3D7225B4091ACC6FF88086 , 0x0195FE94EA3D7225B4091ACCB6777CED , 0x0195FE94E9EA738E890A7FC098090D89 , 0x0195FE94EA9672599F50747D820BBBAA , 0x0195FE94E9EA738E890A7FC08D97287C , 0x0195FE94E9EA738E890A7FC09AE1BB23 , 0x0195FE94E9EA738E890A7FC0CC781CD5 , 0x0195FE94EA3D7225B4091ACC7FE57417 , 0x0195FE94EA3D7225B4091ACC9894B781 , 0x0195FE94EA3D7225B4091ACCA4CA4EA3 , 0x0195FE94EA9672599F50747D799082C1 , 0x0195FE94EA9672599F50747D83AB2684 , 0x0195FE94E9EA738E890A7FC0B541B231 , 0x0195FE94EA3D7225B4091ACC8D823CAD , 0x0195FE94E9EA738E890A7FC0AE0F1649 , 0x0195FE94EA3D7225B4091ACC7C0443CB , 0x0195FE94EA9672599F50747DA59879A5 , 0x0195FE94E9EA738E890A7FC0B5268E89 , 0x0195FE94EA3D7225B4091ACCA0C43005 , 0x0195FE94EA3D7225B4091ACCB3F2898C , 0x0195FE94E9EA738E890A7FC0B382DC60 , 0x0195FE94EA3D7225B4091ACC8BE6BE26 , 0x0195FE94EA3D7225B4091ACCAA09DFA5 , 0x0195FE94EA3D7225B4091ACCBEEC1040 , 0x0195FE94E9EA738E890A7FC0C8E37A2D , 0x0195FE94EA3D7225B4091ACCAB320BE0 , 0x0195FE94E9EA738E890A7FC095E0A042 , 0x0195FE94E9EA738E890A7FC0A556DD06 , 0x0195FE94EA3D7225B4091ACC9FA6D1C4 , 0x0195FE94EA3D7225B4091ACCB5B5524A , 0x0195FE94EA9672599F50747D78B30AB5 , 0x0195FE94EA9672599F50747DA1C5C335 , 0x0195FE94E9EA738E890A7FC0828C7EF6 , 0x0195FE94E9EA738E890A7FC0A319C107 , 0x0195FE94EA9672599F50747D6EE93AAA , 0x0195FE94E9EA738E890A7FC0A255588D , 0x0195FE94EA9672599F50747D689AD7CC , 0x0195FE94EA9672599F50747DAD01C995 , 0x0195FE94EAF1723E946A199A36AC4E6D , 0x0195FE94E9EA738E890A7FC0BABD01CE , 0x0195FE94E9EA738E890A7FC0BFA74D42 , 0x0195FE94E9EA738E890A7FC0CC0D7D70 , 0x0195FE94EA3D7225B4091ACC767CF70C , 0x0195FE94EA3D7225B4091ACCBCF74821 , 0x0195FE94EA9672599F50747D930C7F51 , 0x0195FE94EA9672599F50747D9B61AD5A , 0x0195FE94EAF1723E946A199A22CEB714 , 0x0195FE94E9EA738E890A7FC0862C26FD , 0x0195FE94EA9672599F50747DA30E9FF1 , 0x0195FE94E9EA738E890A7FC0AFEC9071 , 0x0195FE94EA3D7225B4091ACC932F1066 , 0x0195FE94EA9672599F50747D94F9763C , 0x0195FE94EA3D7225B4091ACC7BC08238 , 0x0195FE94EA3D7225B4091ACC7F8176A5 , 0x0195FE94EA3D7225B4091ACCB961DA11 , 0x0195FE94EA9672599F50747D7E98F1E1 , 0x0195FE94E9EA738E890A7FC09720198F , 0x0195FE94E9EA738E890A7FC0A1FC17E0 , 0x0195FE94EA9672599F50747D9411CCDE , 0x0195FE94E9EA738E890A7FC0C0887819 , 0x0195FE94EA3D7225B4091ACCAE10B416 , 0x0195FE94E9EA738E890A7FC098BA886E , 0x0195FE94E9EA738E890A7FC0B12397AA , 0x0195FE94EA3D7225B4091ACC8AD79B71 , 0x0195FE94EA3D7225B4091ACC8F2FCD74 , 0x0195FE94EA3D7225B4091ACC9EBE0482 , 0x0195FE94EA9672599F50747D9ECC03D0 , 0x0195FE94EA9672599F50747DAD5C4EA9 , 0x0195FE94E9EA738E890A7FC0BAD79FCC , 0x0195FE94EA3D7225B4091ACCAC8A50A9 , 0x0195FE94EA3D7225B4091ACC7DE73367 , 0x0195FE94EA9672599F50747D7B31723D , 0x0195FE94E9EA738E890A7FC0AC50B387 , 0x0195FE94E9EA738E890A7FC0AD764632 , 0x0195FE94E9EA738E890A7FC0B9EC94D7 , 0x0195FE94EA3D7225B4091ACCA0253760 , 0x0195FE94EA9672599F50747D7A436BC2 , 0x0195FE94EA9672599F50747D6C6C07C7 , 0x0195FE94EA9672599F50747D7CA22908 , 0x0195FE94EA3D7225B4091ACC754730AD , 0x0195FE94EA9672599F50747D82F4257A , 0x0195FE94EA9672599F50747D97B7369D , 0x0195FE94EA9672599F50747DA213E8DE , 0x0195FE94EAF1723E946A199A3EAD6537 , 0x0195FE94EA3D7225B4091ACC86FE9688 , 0x0195FE94EA3D7225B4091ACC9AB84A38 , 0x0195FE94E9EA738E890A7FC0A992FFE5 , 0x0195FE94EA9672599F50747D69DF6BC6 , 0x0195FE94E9EA738E890A7FC09C30BC8F , 0x0195FE94EA3D7225B4091ACC7713A484 , 0x0195FE94EA3D7225B4091ACCAF73E8BD , 0x0195FE94E9EA738E890A7FC099A41A62 , 0x0195FE94EA9672599F50747D73494A3C , 0x0195FE94EA9672599F50747DAE7833BC , 0x0195FE94E9EA738E890A7FC0A6C51819 , 0x0195FE94EA3D7225B4091ACC8238D575 , 0x0195FE94EA9672599F50747DA7F9525C , 0x0195FE94E9EA738E890A7FC081D1C4EA , 0x0195FE94E9EA738E890A7FC0872DB587 , 0x0195FE94E9EA738E890A7FC0B753E3C3 , 0x0195FE94E9EA738E890A7FC0C803E03E , 0x0195FE94EA9672599F50747DA95EDFD8 , 0x0195FE94E9EA738E890A7FC0A0272E27 , 0x0195FE94EA9672599F50747DAC24DAC1 , 0x0195FE94E9EA738E890A7FC0C52E96F7 , 0x0195FE94EA3D7225B4091ACC7CFBE8FE , 0x0195FE94EA3D7225B4091ACC89E36019 , 0x0195FE94EA9672599F50747D89473F3B , 0x0195FE94E9EA738E890A7FC098ADA387 , 0x0195FE94E9EA738E890A7FC0A03F8747 , 0x0195FE94E9EA738E890A7FC0B4F4D206 , 0x0195FE94E9EA738E890A7FC0B6D361FD , 0x0195FE94EA3D7225B4091ACC79164548 , 0x0195FE94EA3D7225B4091ACC8477CA38 , 0x0195FE94E9EA738E890A7FC097E07F0D , 0x0195FE94EA3D7225B4091ACCB7EED05B , 0x0195FE94EA9672599F50747D6803F425 , 0x0195FE94E9EA738E890A7FC0875DE4D6 , 0x0195FE94EA9672599F50747D9F410577 , 0x0195FE94EA3D7225B4091ACC855F40E9 , 0x0195FE94EA3D7225B4091ACCA0CEFBC7 , 0x0195FE94EA9672599F50747D8BA7F560 , 0x0195FE94E9EA738E890A7FC0A47384AE , 0x0195FE94E9EA738E890A7FC09AD8EAA4 , 0x0195FE94E9EA738E890A7FC0ABE9A5C7 , 0x0195FE94EA3D7225B4091ACC762E0C21 , 0x0195FE94EA3D7225B4091ACC997C1005 , 0x0195FE94EA3D7225B4091ACCAE92838D , 0x0195FE94EA3D7225B4091ACCB0DCCBEC , 0x0195FE94EA9672599F50747D725BC4C0 , 0x0195FE94EA9672599F50747D96BAB444 , 0x0195FE94E9EA738E890A7FC0BF2BC749 , 0x0195FE94EA3D7225B4091ACCB6F70C1B , 0x0195FE94E9EA738E890A7FC0CDCE689B , 0x0195FE94EA3D7225B4091ACCA44C8BBA , 0x0195FE94EA3D7225B4091ACCA9182F35 , 0x0195FE94EA9672599F50747D9DC0CFBD , 0x0195FE94E9EA738E890A7FC0C53BFE1C , 0x0195FE94EA3D7225B4091ACC8962F676 , 0x0195FE94EA9672599F50747D83002426 , 0x0195FE94E9EA738E890A7FC08CAECDA8 , 0x0195FE94EA9672599F50747D80FCB4AA , 0x0195FE94EA3D7225B4091ACC6F7F2712 , 0x0195FE94EA3D7225B4091ACCA1AAC51B , 0x0195FE94EA3D7225B4091ACCABAD288A , 0x0195FE94EA9672599F50747D73D92115 , 0x0195FE94EA3D7225B4091ACCB034C515 , 0x0195FE94EAF2724EA69DE71C83EDB424 , 0x0195FE94E9EA738E890A7FC08AC4278E , 0x0195FE94EA3D7225B4091ACCA209BF0D , 0x0195FE94EA3D7225B4091ACCA3A0671B , 0x0195FE94EA9672599F50747DA22988D5 , 0x0195FE94EAF1723E946A199A2887428E , 0x0195FE94E9EA738E890A7FC08BC91601 , 0x0195FE94EA9672599F50747D7092B15F , 0x0195FE94EA9672599F50747D7D9BDBDE , 0x0195FE94E9EA738E890A7FC092A222F7 , 0x0195FE94EA3D7225B4091ACC714D4B84 , 0x0195FE94EA9672599F50747D845898D8 , 0x0195FE94E9EA738E890A7FC083A11347 , 0x0195FE94E9EA738E890A7FC0BD9B200C , 0x0195FE94EA3D7225B4091ACCC0AFD7DE , 0x0195FE94E9EA738E890A7FC0972AC352 , 0x0195FE94EA9672599F50747D9A03CD97 , 0x0195FE94EAF1723E946A199A2F8516D3 , 0x0195FE94E9EA738E890A7FC0AEA37A3A , 0x0195FE94EA9672599F50747DAD6CF4E4 , 0x0195FE94EA9672599F50747D9BB8F5BC , 0x0195FE94EA9672599F50747DB0667A75 , 0x0195FE94EA3D7225B4091ACC77FBAD40 , 0x0195FE94EA9672599F50747D87DE0FEA , 0x0195FE94EA3D7225B4091ACC7213B93B , 0x0195FE94EA3D7225B4091ACC8A7C0124 , 0x0195FE94EA9672599F50747D70A1766E , 0x0195FE94EA9672599F50747D77F04DD9 , 0x0195FE94EA9672599F50747D9CE8C393 , 0x0195FE94EAF1723E946A199A2611DB99 , 0x0195FE94E9EA738E890A7FC09A469F6E , 0x0195FE94EA9672599F50747D6AADE135 , 0x0195FE94EA9672599F50747D75225D48 , 0x0195FE94EA9672599F50747D7A8F4BB9 , 0x0195FE94EAF1723E946A199A432B6FF8 , 0x0195FE94EA3D7225B4091ACC8640EAF7 , 0x0195FE94E9EA738E890A7FC09E468CC1 , 0x0195FE94EA3D7225B4091ACCA2F852B6 , 0x0195FE94EA9672599F50747D80536FF9 , 0x0195FE94EA9672599F50747DA665DF70 , 0x0195FE94EA9672599F50747D7764934C , 0x0195FE94EAF2724EA69DE71C72C381BF , 0x0195FE94EA3D7225B4091ACCA83C9510 , 0x0195FE94EA9672599F50747DA3BC092A , 0x0195FE94EA9672599F50747DA60FB18A , 0x0195FE94E9EA738E890A7FC09E1F79C2 , 0x0195FE94E9EA738E890A7FC0A7C55BF3 , 0x0195FE94EA3D7225B4091ACC96093B28 , 0x0195FE94E9EA738E890A7FC0BE359918 , 0x0195FE94EA3D7225B4091ACCA644F7E8 , 0x0195FE94E9EA738E890A7FC091C1CB85 , 0x0195FE94EA9672599F50747D83FF05B0 , 0x0195FE94EA9672599F50747DA4CDC87F , 0x0195FE94EA9672599F50747DA35C0ADC , 0x0195FE94E9EA738E890A7FC0A4124A8A , 0x0195FE94EA3D7225B4091ACC80ECF847 , 0x0195FE94EA3D7225B4091ACC8D5B75FB , 0x0195FE94EA9672599F50747DAE2A02F9 , 0x0195FE94E9EA738E890A7FC0895ED6C8 , 0x0195FE94EA9672599F50747DAE5C9F73 , 0x0195FE94EA3D7225B4091ACC995C5220 , 0x0195FE94EA3D7225B4091ACCB78BF2C3 , 0x0195FE94EA9672599F50747D88C3B25B , 0x0195FE94E9EA738E890A7FC0AB6D8582 , 0x0195FE94EA9672599F50747D75D67420 , 0x0195FE94EAF2724EA69DE71C76B6D495 , 0x0195FE94EA9672599F50747DAA77DEE9 , 0x0195FE94E9EA738E890A7FC089EAC512 , 0x0195FE94E9EA738E890A7FC0AB0DE33F , 0x0195FE94EA9672599F50747D9AFDF0BA , 0x0195FE94EA9672599F50747D6E699656 , 0x0195FE94EA9672599F50747D7849F3BD , 0x0195FE94EAF1723E946A199A2DD7256C , 0x0195FE94EA3D7225B4091ACC9FE12F45 , 0x0195FE94EA3D7225B4091ACCAD7B45D1 , 0x0195FE94EAF1723E946A199A4EB0EEE8 , 0x0195FE94EA9672599F50747D721FB10A , 0x0195FE94EAF2724EA69DE71C7B8DA579 , 0x0195FE94E9EA738E890A7FC0941E3A94 , 0x0195FE94EA3D7225B4091ACCC35F6EA3 , 0x0195FE94EA9672599F50747D7FAD62B9 , 0x0195FE94EA9672599F50747D865ACB8F , 0x0195FE94EAF2724EA69DE71C7383506D , 0x0195FE94EA3D7225B4091ACC94E932C7 , 0x0195FE94EA9672599F50747D88C36C1A , 0x0195FE94EA9672599F50747D8AE26768 , 0x0195FE94EA3D7225B4091ACCA0CD716D , 0x0195FE94EA9672599F50747D98A8E679 , 0x0195FE94EA3D7225B4091ACC6ED094E7 , 0x0195FE94EA9672599F50747D7A8A496F , 0x0195FE94E9EA738E890A7FC08B1A6165 , 0x0195FE94EA3D7225B4091ACC799E2EA3 , 0x0195FE94EAF2724EA69DE71C829D51AD , 0x0195FE94E9EA738E890A7FC0CB3726A3 , 0x0195FE94EA9672599F50747DA18DD4E2 , 0x0195FE94E9EA738E890A7FC08789DAF7 , 0x0195FE94EA3D7225B4091ACC9B9725CD , 0x0195FE94EA3D7225B4091ACC8904F1D3 , 0x0195FE94EA9672599F50747D8EC3943A , 0x0195FE94EA9672599F50747D68BE7BA8 , 0x0195FE94EA9672599F50747D85BF54A0 , 0x0195FE94E9EA738E890A7FC09B539258 , 0x0195FE94EA3D7225B4091ACCA5BACF9D , 0x0195FE94EA9672599F50747D7B63E1D6 , 0x0195FE94EA3D7225B4091ACCBE543C2D , 0x0195FE94EA9672599F50747D93A9D407 , 0x0195FE94EAF1723E946A199A343C3F6F , 0x0195FE94E9EA738E890A7FC0C8DD51E3 , 0x0195FE94EA9672599F50747D8AE7FF56 , 0x0195FE94E9EA738E890A7FC09619A37E , 0x0195FE94EA3D7225B4091ACCBB83E26A , 0x0195FE94EA9672599F50747D698CF099 , 0x0195FE94EAF2724EA69DE71C8AAF5783 , 0x0195FE94E9EA738E890A7FC0B6F7EB6F , 0x0195FE94EA9672599F50747D988D4101 , 0x0195FE94EA9672599F50747DA74EEB0F , 0x0195FE94EA3D7225B4091ACC7DFC5C5B , 0x0195FE94EA9672599F50747D734E22A7 , 0x0195FE94EA3D7225B4091ACCC3AC2501 , 0x0195FE94EAF1723E946A199A4927EB26 , 0x0195FE94EA9672599F50747D688C9692 , 0x0195FE94EA3D7225B4091ACC95E7C2DE , 0x0195FE94EA9672599F50747D6A1450E9 , 0x0195FE94EAF2724EA69DE71C7CFFFB23 , 0x0195FE94EA9672599F50747DA3F2D853 , 0x0195FE94EA9672599F50747DADBD3786 , 0x0195FE94EA3D7225B4091ACC7F111884 , 0x0195FE94EA9672599F50747D7645BEFD , 0x0195FE94E9EA738E890A7FC0BF3D9D4C , 0x0195FE94EA3D7225B4091ACC81E6CB32 , 0x0195FE94EAF2724EA69DE71C86CCD87A , 0x0195FE94EA3D7225B4091ACCB8E5826C , 0x0195FE94E9EA738E890A7FC0B9B35658 , 0x0195FE94EA3D7225B4091ACC8F5B1D3A , 0x0195FE94EA9672599F50747D99E52FB4 , 0x0195FE94EA9672599F50747D90F650EF , 0x0195FE94EA9672599F50747D6B866948 , 0x0195FE94EA9672599F50747DA91840CA , 0x0195FE94EAF2724EA69DE71C8BCD8494 , 0x0195FE94EA3D7225B4091ACCB38BBB0C , 0x0195FE94EA9672599F50747D8CDC65D4 , 0x0195FE94EAF2724EA69DE71C7C03F36C , 0x0195FE94EA9672599F50747D990C2CF4 , 0x0195FE94EAF1723E946A199A4D2E0466 , 0x0195FE94EA3D7225B4091ACCBC7DCCEB , 0x0195FE94EA3D7225B4091ACCC2861293 , 0x0195FE94EA9672599F50747D6FF8FBF7 , 0x0195FE94EA9672599F50747DAF699F69 , 0x0195FE94EAF1723E946A199A3C5DADD1 , 0x0195FE94EAF1723E946A199A3F85B487 , 0x0195FE94EA9672599F50747D6F926232 , 0x0195FE94EA3D7225B4091ACC96B38282 , 0x0195FE94EA9672599F50747D74710C27 , 0x0195FE94EA9672599F50747D9FC5C030 , 0x0195FE94EA9672599F50747D6AF04228 , 0x0195FE94EA9672599F50747D7E36EE19 , 0x0195FE94EA9672599F50747D9E55A8C4 , 0x0195FE94EAF2724EA69DE71C713D9DED , 0x0195FE94EA9672599F50747DA8AB8757 , 0x0195FE94EAF1723E946A199A3FEC9C58 , 0x0195FE94EA9672599F50747DA9D375CB , 0x0195FE94EA3D7225B4091ACC8A16AAA4 , 0x0195FE94EA9672599F50747D898F9704 , 0x0195FE94EAF2724EA69DE71C86265825 , 0x0195FE94EAF1723E946A199A27D36690 , 0x0195FE94EAF1723E946A199A4DD366BF , 0x0195FE94EA9672599F50747D8A1B0D97 , 0x0195FE94EA9672599F50747D99C16AA7 , 0x0195FE94EAF2724EA69DE71C8A7A02D4 , 0x0195FE94EAF2724EA69DE71C8E61A0DB , 0x0195FE94EA9672599F50747DAC41C7FF , 0x0195FE94EA9672599F50747D9FFE571E , 0x0195FE94EAF2724EA69DE71C77E14DE8 , 0x0195FE94EAF1723E946A199A33988A09 , 0x0195FE94EAF2724EA69DE71C89EA328B , 0x0195FE94EAF2724EA69DE71C71F1C870 , 0x0195FE94EAF1723E946A199A421C687B , 0x0195FE94EAF1723E946A199A378213F7 , 0x0195FE94EAF1723E946A199A25291908 , 0x0195FE94EA9672599F50747D727F5BF6 , 0x0195FE94EA9672599F50747D86E0D6C0 , 0x0195FE94EAF1723E946A199A2731284B , 0x0195FE94EAF1723E946A199A46AC65D9 , 0x0195FE94EA9672599F50747D9D8EA047 , 0x0195FE94EAF2724EA69DE71C817D4FC6 , 0x0195FE94EAF2724EA69DE71C7DC4BBBF , 0x0195FE94EAF2724EA69DE71C83D2F0E5 , 0x0195FE94EAF2724EA69DE71C9010875F , 0x0195FE94EAF2724EA69DE71C8E511107 , 0x0195FE94EAF1723E946A199A4BF6761E , 0x0195FE94EAF2724EA69DE71C7450E791 , 0x0195FE94EAF1723E946A199A351467D9 , 0x0195FE94EAF1723E946A199A39855795 , 0x0195FE94EAF1723E946A199A21D52979 , 0x0195FE94EAF1723E946A199A237E2433 , 0x0195FE94EAF1723E946A199A3AFEB8E8 , 0x0195FE94EAF2724EA69DE71C8A9B5B93 , 0x0195FE94EAF1723E946A199A45F3F5CB , 0x0195FE94EAF1723E946A199A2B78E145 , 0x0195FE94EAF2724EA69DE71C7A10489F , 0x0195FE94EAF1723E946A199A4841D88B , 0x0195FE94EAF1723E946A199A327B93E9 , 0x0195FE94EAF2724EA69DE71C73C87030 , 0x0195FE94EAF1723E946A199A47428B92 , 0x0195FE94EAF1723E946A199A24100995 , 0x0195FE94EAF2724EA69DE71C7AACC92C , 0x0195FE94EAF1723E946A199A32B87089 , 0x0195FE94EAF2724EA69DE71C834880B3 , 0x0195FE94EAF1723E946A199A2A100276 , 0x0195FE94EAF2724EA69DE71C78F2C64F , 0x0195FE94EAF1723E946A199A3AFA0478 , 0x0195FE94EAF1723E946A199A3A2CC18E , 0x0195FE94EAF1723E946A199A504D1A88 , 0x0195FE94EAF1723E946A199A227B62DD , 0x0195FE94EAF2724EA69DE71C87780C98 , 0x0195FE94EAF2724EA69DE71C8EB46011 , 0x0195FE94EAF1723E946A199A3C063D53 , 0x0195FE94EAF1723E946A199A51B7055E , 0x0195FE94EAF1723E946A199A2E9E79B8 , 0x0195FE94EAF2724EA69DE71C75415C1B , 0x0195FE94EAF1723E946A199A2941B3ED , 0x0195FE94EAF1723E946A199A2AE9C8A6 , 0x0195FE94EAF2724EA69DE71C714D698C , 0x0195FE94EAF1723E946A199A40684674 , 0x0195FE94EAF2724EA69DE71C8B85759F , 0x0195FE94EAF2724EA69DE71C85B6FFA4 , 0x0195FE94EAF1723E946A199A2C298382 , 0x0195FE94EAF1723E946A199A386FE84C , 0x0195FE94EAF2724EA69DE71C8C19A9FC , 0x0195FE94EAF1723E946A199A4E43D5CE , 0x0195FE94EAF1723E946A199A3DC9B332 , 0x0195FE94EAF2724EA69DE71C792893BC , 0x0195FE94EAF2724EA69DE71C7CD9BCF5 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
69
0.45 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.64 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.64 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 •þ”‘Hq\x00 »]\x03 º([ú\x07 "
b"\x01 ò■öæIp>ƒÿêü▓\x10 ëß "
]
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 (0x0195FE9491487100BB5D03BA285BFA07 , 0x0195FE949149703E9F988881B21089E1 ));
Copy
72
0.45 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.21 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'en-GB' ;
Copy
74
0.18 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x01 •þ“ßõpø¶!Â\t Gd(e "
]
SELECT iso FROM snippet_set WHERE id = 0x0195FE93DFF570F8B621C20947642865 ;
Copy
75
0.27 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 ò■öØss■àë/|┌z■┼ "
]
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 = 0x0195FE949D7373FE85892F7CDA7AFEC5
;
Copy
76
0.15 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
77
0.24 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x01 •þ“ßõpø¶!Â\t Gd(e "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x0195FE93DFF570F8B621C20947642865 ;
Copy
78
16.99 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/0195fe94ebc171a39fcd690a35cfec62 "
"/navigation/0195fe94ebc372388883a4653dfe8894 "
"/navigation/0195fe94ebc372388883a46541db7c4a "
"/navigation/0195fe94ebc4705cb21d52b74d6100d5 "
"/navigation/0195fe94ebc97145b8e720747e5daa98 "
"/navigation/0195fe94ebc97145b8e72074835fd4ba "
"/navigation/0195fe94ebda7061bc6a7ddacd910e2c "
"/navigation/0195fe94ebdd703eadc52528f35973bb "
"/navigation/0195fe94ebe5736f944b49798e9f22b0 "
"/navigation/0195fe94ebe77249a934eb296bd72338 "
"/navigation/0195fe94ebc27320a7c31a13a826bd70 "
"/navigation/0195fe94ebc27320a7c31a13a85ecbb7 "
"/navigation/0195fe94ebc27320a7c31a13a8a2bc06 "
"/navigation/0195fe94ebc27320a7c31a13a8e5d261 "
"/navigation/0195fe94ebc27320a7c31a13a9d87402 "
"/navigation/0195fe94ebc27320a7c31a13aa479c42 "
"/navigation/0195fe94ebc27320a7c31a13aafaa9a4 "
"/navigation/0195fe94ebc27320a7c31a13abacfdb3 "
"/navigation/0195fe94ebc27320a7c31a13ac49c9aa "
"/navigation/0195fe94ebc27320a7c31a13ac7f6d82 "
"/navigation/0195fe94ebc27320a7c31a13ad181ca8 "
"/navigation/0195fe94ebc27320a7c31a13ada4dd2e "
"/navigation/0195fe94ebc372388883a4653d95f4f2 "
"/navigation/0195fe94ebc372388883a4653df7c085 "
"/navigation/0195fe94ebc372388883a4653ea2ed7a "
"/navigation/0195fe94ebc372388883a4653eb49a12 "
"/navigation/0195fe94ebc372388883a4653eccd60c "
"/navigation/0195fe94ebc372388883a4653ecd5729 "
"/navigation/0195fe94ebc372388883a4653f1165ad "
"/navigation/0195fe94ebc372388883a4653fb2332d "
"/navigation/0195fe94ebc372388883a465408f93cb "
"/navigation/0195fe94ebc372388883a46540f05c55 "
"/navigation/0195fe94ebc372388883a46542d30362 "
"/navigation/0195fe94ebc372388883a46543892918 "
"/navigation/0195fe94ebc372388883a465447512f4 "
"/navigation/0195fe94ebc372388883a465447d6f7a "
"/navigation/0195fe94ebc4705cb21d52b7494bc97a "
"/navigation/0195fe94ebc4705cb21d52b749f16e4f "
"/navigation/0195fe94ebc4705cb21d52b74a4e2b0f "
"/navigation/0195fe94ebc4705cb21d52b74b3231c9 "
"/navigation/0195fe94ebc4705cb21d52b74c12cfea "
"/navigation/0195fe94ebc4705cb21d52b74c72388e "
"/navigation/0195fe94ebc4705cb21d52b74e02be1f "
"/navigation/0195fe94ebc4705cb21d52b74e36afe7 "
"/navigation/0195fe94ebc4705cb21d52b74ef9b761 "
"/navigation/0195fe94ebc4705cb21d52b750be928d "
"/navigation/0195fe94ebc573c7917cfbd48c8a270a "
"/navigation/0195fe94ebc573c7917cfbd48d251787 "
"/navigation/0195fe94ebc573c7917cfbd48eef1b78 "
"/navigation/0195fe94ebc573c7917cfbd4904517af "
"/navigation/0195fe94ebc573c7917cfbd4926911af "
"/navigation/0195fe94ebc67031a2a776e096ba9a8e "
"/navigation/0195fe94ebc67031a2a776e09a0ddb29 "
"/navigation/0195fe94ebc67031a2a776e09a13967c "
"/navigation/0195fe94ebc67031a2a776e09a52241d "
"/navigation/0195fe94ebc67031a2a776e09c67063b "
"/navigation/0195fe94ebc772eca50288e2e3c6a27a "
"/navigation/0195fe94ebc772eca50288e2e70af019 "
"/navigation/0195fe94ebc772eca50288e2e798e2c6 "
"/navigation/0195fe94ebc772eca50288e2eaf0c643 "
"/navigation/0195fe94ebc772eca50288e2ec1a25e8 "
"/navigation/0195fe94ebc8711d96e98f469a1036d9 "
"/navigation/0195fe94ebc8711d96e98f469b448419 "
"/navigation/0195fe94ebc8711d96e98f469eb83172 "
"/navigation/0195fe94ebc8711d96e98f469f9342dd "
"/navigation/0195fe94ebc8711d96e98f46a1df8a7f "
"/navigation/0195fe94ebc97145b8e720747e68d725 "
"/navigation/0195fe94ebc97145b8e720747f673ec5 "
"/navigation/0195fe94ebc97145b8e720747fd7398a "
"/navigation/0195fe94ebc97145b8e720747fe7e143 "
"/navigation/0195fe94ebc97145b8e72074802475c2 "
"/navigation/0195fe94ebc97145b8e720748068195a "
"/navigation/0195fe94ebc97145b8e720748115543d "
"/navigation/0195fe94ebc97145b8e7207481d7a8c7 "
"/navigation/0195fe94ebc97145b8e720748261c242 "
"/navigation/0195fe94ebc97145b8e720748300327e "
"/navigation/0195fe94ebc97145b8e7207483b67eb4 "
"/navigation/0195fe94ebc97145b8e7207484808b9c "
"/navigation/0195fe94ebc97145b8e7207485510c81 "
"/navigation/0195fe94ebca73a9b490a73c5aadb9ac "
"/navigation/0195fe94ebca73a9b490a73c5c519918 "
"/navigation/0195fe94ebca73a9b490a73c5d6f32b7 "
"/navigation/0195fe94ebca73a9b490a73c60b7eb4a "
"/navigation/0195fe94ebcb73e0928e756a57bf256e "
"/navigation/0195fe94ebcb73e0928e756a58119955 "
"/navigation/0195fe94ebcb73e0928e756a5a710156 "
"/navigation/0195fe94ebcb73e0928e756a5c5bb98f "
"/navigation/0195fe94ebcb73e0928e756a5c984495 "
"/navigation/0195fe94ebcb73e0928e756a5e569da6 "
"/navigation/0195fe94ebcc703ba675b3e2ee6e3d6e "
"/navigation/0195fe94ebcc703ba675b3e2f0331f54 "
"/navigation/0195fe94ebcc703ba675b3e2f233bf98 "
"/navigation/0195fe94ebcc703ba675b3e2f3fadc7d "
"/navigation/0195fe94ebcc703ba675b3e2f3fc12ac "
"/navigation/0195fe94ebcd722eb90b95ef4611a30e "
"/navigation/0195fe94ebcd722eb90b95ef48d54de9 "
"/navigation/0195fe94ebcd722eb90b95ef4b9930d1 "
"/navigation/0195fe94ebcd722eb90b95ef4bae27d4 "
"/navigation/0195fe94ebcd722eb90b95ef4ec7a1ac "
"/navigation/0195fe94ebce7266abc4227cfdfb8068 "
"/navigation/0195fe94ebce7266abc4227d00052eb1 "
"/navigation/0195fe94ebce7266abc4227d0153a755 "
"/navigation/0195fe94ebcf71b5ad180cb0b2faf277 "
"/navigation/0195fe94ebcf71b5ad180cb0b343f448 "
"/navigation/0195fe94ebcf71b5ad180cb0b37eb6f6 "
"/navigation/0195fe94ebcf71b5ad180cb0b5db2e6c "
"/navigation/0195fe94ebcf71b5ad180cb0b7bd7669 "
"/navigation/0195fe94ebcf71b5ad180cb0b8277682 "
"/navigation/0195fe94ebcf71b5ad180cb0ba69b872 "
"/navigation/0195fe94ebd07095b8446762c3534ded "
"/navigation/0195fe94ebd07095b8446762c4ac0f0a "
"/navigation/0195fe94ebd07095b8446762c5a6509e "
"/navigation/0195fe94ebd07095b8446762c8d354ad "
"/navigation/0195fe94ebd171e5b297b032e5fd7a29 "
"/navigation/0195fe94ebd171e5b297b032e688e768 "
"/navigation/0195fe94ebd171e5b297b032e88f061a "
"/navigation/0195fe94ebd171e5b297b032eb9e6290 "
"/navigation/0195fe94ebd171e5b297b032edbea4b3 "
"/navigation/0195fe94ebd273a2b7536727dd072719 "
"/navigation/0195fe94ebd273a2b7536727de62c947 "
"/navigation/0195fe94ebd273a2b7536727df305a34 "
"/navigation/0195fe94ebd273a2b7536727e10e00ad "
"/navigation/0195fe94ebd273a2b7536727e1ac4f34 "
"/navigation/0195fe94ebd3738e8b9a119180e25587 "
"/navigation/0195fe94ebd3738e8b9a119181437cee "
"/navigation/0195fe94ebd3738e8b9a11918224f0c2 "
"/navigation/0195fe94ebd3738e8b9a119183861abb "
"/navigation/0195fe94ebd3738e8b9a119185046348 "
"/navigation/0195fe94ebd3738e8b9a119185a4ec86 "
"/navigation/0195fe94ebd3738e8b9a119188f032f4 "
"/navigation/0195fe94ebd473b5b57f0ef9879678ed "
"/navigation/0195fe94ebd473b5b57f0ef98a0df9b0 "
"/navigation/0195fe94ebd573e087356d9402b99b93 "
"/navigation/0195fe94ebd573e087356d94061e4a7b "
"/navigation/0195fe94ebd573e087356d940646e043 "
"/navigation/0195fe94ebd573e087356d9408cd7e68 "
"/navigation/0195fe94ebd573e087356d940abc2e38 "
"/navigation/0195fe94ebd673f3beac49289fc47152 "
"/navigation/0195fe94ebd673f3beac4928a0bd4f02 "
"/navigation/0195fe94ebd673f3beac4928a23f4ad1 "
"/navigation/0195fe94ebd673f3beac4928a4774acf "
"/navigation/0195fe94ebd673f3beac4928a693124b "
"/navigation/0195fe94ebd673f3beac4928a6d40850 "
"/navigation/0195fe94ebd7712c9fc616a6066e7c09 "
"/navigation/0195fe94ebd7712c9fc616a607a44458 "
"/navigation/0195fe94ebd7712c9fc616a608764707 "
"/navigation/0195fe94ebd7712c9fc616a60a59a753 "
"/navigation/0195fe94ebd7712c9fc616a60c28e3b0 "
"/navigation/0195fe94ebd871c392e7d24418aa59e2 "
"/navigation/0195fe94ebd871c392e7d2441953c145 "
"/navigation/0195fe94ebd871c392e7d2441bb9f54a "
"/navigation/0195fe94ebd871c392e7d2441d8b84a5 "
"/navigation/0195fe94ebd871c392e7d2441de74795 "
"/navigation/0195fe94ebd9703985f8a7b0ea8a8a0c "
"/navigation/0195fe94ebd9703985f8a7b0ecf697af "
"/navigation/0195fe94ebd9703985f8a7b0f03c7cd0 "
"/navigation/0195fe94ebd9703985f8a7b0f2823b35 "
"/navigation/0195fe94ebda7061bc6a7ddace28334e "
"/navigation/0195fe94ebda7061bc6a7ddacf05c25f "
"/navigation/0195fe94ebda7061bc6a7ddacf0823a3 "
"/navigation/0195fe94ebda7061bc6a7ddacf30d6bc "
"/navigation/0195fe94ebda7061bc6a7ddacf35a507 "
"/navigation/0195fe94ebda7061bc6a7ddacf4b471e "
"/navigation/0195fe94ebda7061bc6a7ddacf7f67ff "
"/navigation/0195fe94ebda7061bc6a7ddad0091c31 "
"/navigation/0195fe94ebda7061bc6a7ddad08d063e "
"/navigation/0195fe94ebda7061bc6a7ddad17e83a5 "
"/navigation/0195fe94ebda7061bc6a7ddad1feb171 "
"/navigation/0195fe94ebda7061bc6a7ddad2256c78 "
"/navigation/0195fe94ebda7061bc6a7ddad2f1b53d "
"/navigation/0195fe94ebda7061bc6a7ddad3d894f6 "
"/navigation/0195fe94ebda7061bc6a7ddad46e0ba1 "
"/navigation/0195fe94ebdb7012af54e856d56b8591 "
"/navigation/0195fe94ebdb7012af54e856d61f6d3c "
"/navigation/0195fe94ebdb7012af54e856d67a6411 "
"/navigation/0195fe94ebdb7012af54e856d68c8c1e "
"/navigation/0195fe94ebdb7012af54e856d7468250 "
"/navigation/0195fe94ebdb7012af54e856d7bd21e1 "
"/navigation/0195fe94ebdb7012af54e856d8874dd7 "
"/navigation/0195fe94ebdb7012af54e856d912304a "
"/navigation/0195fe94ebdb7012af54e856d922fa43 "
"/navigation/0195fe94ebdb7012af54e856d9e6251d "
"/navigation/0195fe94ebdb7012af54e856da30ab25 "
"/navigation/0195fe94ebdb7012af54e856da31bd75 "
"/navigation/0195fe94ebdb7012af54e856daf73f64 "
"/navigation/0195fe94ebdb7012af54e856db2a87ac "
"/navigation/0195fe94ebdb7012af54e856db3b6324 "
"/navigation/0195fe94ebdb7012af54e856dc020510 "
"/navigation/0195fe94ebdb7012af54e856dc11638f "
"/navigation/0195fe94ebdb7012af54e856dc212a63 "
"/navigation/0195fe94ebdc711ab1150695863e4e04 "
"/navigation/0195fe94ebdc711ab115069586e28cbb "
"/navigation/0195fe94ebdc711ab115069587a7a556 "
"/navigation/0195fe94ebdc711ab1150695884b4966 "
"/navigation/0195fe94ebdc711ab115069588a5948b "
"/navigation/0195fe94ebdc711ab115069588cd5c17 "
"/navigation/0195fe94ebdc711ab115069588e1705a "
"/navigation/0195fe94ebdc711ab1150695895ab756 "
"/navigation/0195fe94ebdc711ab115069589a84a34 "
"/navigation/0195fe94ebdc711ab11506958aa23fe6 "
"/navigation/0195fe94ebdc711ab11506958b83b8a0 "
"/navigation/0195fe94ebdc711ab11506958bac65ed "
"/navigation/0195fe94ebdc711ab11506958c5cb05b "
"/navigation/0195fe94ebdc711ab11506958caaa230 "
"/navigation/0195fe94ebdc711ab11506958d900272 "
"/navigation/0195fe94ebdc711ab11506958dca34cb "
"/navigation/0195fe94ebdc711ab11506958dcdf086 "
"/navigation/0195fe94ebdd703eadc52528f147f109 "
"/navigation/0195fe94ebdd703eadc52528f1c40c43 "
"/navigation/0195fe94ebdd703eadc52528f23b2db3 "
"/navigation/0195fe94ebdd703eadc52528f2b3b776 "
"/navigation/0195fe94ebdd703eadc52528f44bcce6 "
"/navigation/0195fe94ebdd703eadc52528f49bb9af "
"/navigation/0195fe94ebdd703eadc52528f52cd32f "
"/navigation/0195fe94ebdd703eadc52528f83da2b1 "
"/navigation/0195fe94ebde73269b56e753473571ce "
"/navigation/0195fe94ebde73269b56e75347c0a9aa "
"/navigation/0195fe94ebde73269b56e7534a399c32 "
"/navigation/0195fe94ebde73269b56e7534cbceede "
"/navigation/0195fe94ebdf737e9b73bae933a23dd3 "
"/navigation/0195fe94ebdf737e9b73bae933dac033 "
"/navigation/0195fe94ebdf737e9b73bae934e9388e "
"/navigation/0195fe94ebdf737e9b73bae93579d95f "
"/navigation/0195fe94ebdf737e9b73bae936358372 "
"/navigation/0195fe94ebdf737e9b73bae93791da33 "
"/navigation/0195fe94ebdf737e9b73bae938283c34 "
"/navigation/0195fe94ebe070afa6c9a269e7471f2a "
"/navigation/0195fe94ebe070afa6c9a269e820240c "
"/navigation/0195fe94ebe070afa6c9a269e8864ded "
"/navigation/0195fe94ebe070afa6c9a269e9cab529 "
"/navigation/0195fe94ebe070afa6c9a269ed28d861 "
"/navigation/0195fe94ebe1728f8cce519e438f91c9 "
"/navigation/0195fe94ebe1728f8cce519e47df81be "
"/navigation/0195fe94ebe1728f8cce519e48230c8d "
"/navigation/0195fe94ebe1728f8cce519e4c16b5ae "
"/navigation/0195fe94ebe2722dbc33920f913fed71 "
"/navigation/0195fe94ebe2722dbc33920f938f83a6 "
"/navigation/0195fe94ebe2722dbc33920f95f24a2f "
"/navigation/0195fe94ebe2722dbc33920f97ee2f0d "
"/navigation/0195fe94ebe3732d96e9a555aefa53a4 "
"/navigation/0195fe94ebe3732d96e9a555b0e107ea "
"/navigation/0195fe94ebe3732d96e9a555b2c09058 "
"/navigation/0195fe94ebe3732d96e9a555b375136b "
"/navigation/0195fe94ebe3732d96e9a555b52a02d5 "
"/navigation/0195fe94ebe3732d96e9a555b5604841 "
"/navigation/0195fe94ebe472d6bcbb1dbf3f534e4d "
"/navigation/0195fe94ebe472d6bcbb1dbf3fe69354 "
"/navigation/0195fe94ebe472d6bcbb1dbf42a29eac "
"/navigation/0195fe94ebe472d6bcbb1dbf4353553e "
"/navigation/0195fe94ebe5736f944b49798a29d091 "
"/navigation/0195fe94ebe5736f944b49798d344307 "
"/navigation/0195fe94ebe5736f944b49798ef107b1 "
"/navigation/0195fe94ebe5736f944b49798f313336 "
"/navigation/0195fe94ebe5736f944b49798fe4bce6 "
"/navigation/0195fe94ebe673d4a0af193eb135c23a "
"/navigation/0195fe94ebe673d4a0af193eb2165e5f "
"/navigation/0195fe94ebe673d4a0af193eb2e11c76 "
"/navigation/0195fe94ebe673d4a0af193eb2ecbe95 "
"/navigation/0195fe94ebe673d4a0af193eb366d5bd "
"/navigation/0195fe94ebe673d4a0af193eb3822fee "
"/navigation/0195fe94ebe673d4a0af193eb452fd05 "
"/navigation/0195fe94ebe673d4a0af193eb543ada2 "
"/navigation/0195fe94ebe673d4a0af193eb602930a "
"/navigation/0195fe94ebe673d4a0af193eb660b8f8 "
"/navigation/0195fe94ebe673d4a0af193eb6e65ebc "
"/navigation/0195fe94ebe673d4a0af193eb74a36fe "
"/navigation/0195fe94ebe673d4a0af193eb829320a "
"/navigation/0195fe94ebe673d4a0af193eb878ec71 "
"/navigation/0195fe94ebe673d4a0af193eb91cf1d6 "
"/navigation/0195fe94ebe673d4a0af193eb9c8f092 "
"/navigation/0195fe94ebe673d4a0af193eb9d13fd7 "
"/navigation/0195fe94ebe77249a934eb296423024a "
"/navigation/0195fe94ebe77249a934eb296501ab91 "
"/navigation/0195fe94ebe77249a934eb29653dd538 "
"/navigation/0195fe94ebe77249a934eb29654fc24b "
"/navigation/0195fe94ebe77249a934eb2966465403 "
"/navigation/0195fe94ebe77249a934eb2966648762 "
"/navigation/0195fe94ebe77249a934eb296712e269 "
"/navigation/0195fe94ebe77249a934eb29680906f4 "
"/navigation/0195fe94ebe77249a934eb2968a51bed "
"/navigation/0195fe94ebe77249a934eb2968dec7d4 "
"/navigation/0195fe94ebe77249a934eb29693efca9 "
"/navigation/0195fe94ebe77249a934eb2969e0669e "
"/navigation/0195fe94ebe77249a934eb296a6000fc "
"/navigation/0195fe94ebe77249a934eb296aa241c3 "
"/navigation/0195fe94ebe77249a934eb296aa30282 "
"/navigation/0195fe94ebe77249a934eb296b2585a0 "
"/navigation/0195fe94ebe873779adb3811f002b236 "
"/navigation/0195fe94ebe873779adb3811f0a8f477 "
"/navigation/0195fe94ebe873779adb3811f16ba81c "
"/navigation/0195fe94ebe873779adb3811f1a55165 "
"/navigation/0195fe94ebe873779adb3811f262275a "
"/navigation/0195fe94ebe873779adb3811f26ee8bf "
"/navigation/0195fe94ebe873779adb3811f32a96b5 "
"/navigation/0195fe94ebe873779adb3811f3535720 "
"/navigation/0195fe94ebe873779adb3811f43a1cec "
"/navigation/0195fe94ebe873779adb3811f5140aa1 "
"/navigation/0195fe94ebe873779adb3811f53b766d "
"/navigation/0195fe94ebe873779adb3811f59eea7a "
"/navigation/0195fe94ebe873779adb3811f652c35c "
"/navigation/0195fe94ebe971cfa9b14ff9ba56ac0f "
"/navigation/0195fe94ebe971cfa9b14ff9bb277ae1 "
"/navigation/0195fe94ebe971cfa9b14ff9bb687bae "
"/navigation/0195fe94ebe971cfa9b14ff9bbc81e7e "
"/navigation/0195fe94ebe971cfa9b14ff9bbd39b8f "
"/navigation/0195fe94ebe971cfa9b14ff9bbd9817a "
"/navigation/0195fe94ebe971cfa9b14ff9bbed821a "
"/navigation/0195fe94ebe971cfa9b14ff9bc449164 "
"/navigation/0195fe94ebe971cfa9b14ff9bcfc7dd6 "
"/navigation/0195fe94ebe971cfa9b14ff9bdc84942 "
"/navigation/0195fe94ebe971cfa9b14ff9be1b1d6d "
"/navigation/0195fe94ebe971cfa9b14ff9be5d1deb "
"/navigation/0195fe94ebe971cfa9b14ff9beaa540b "
"/navigation/0195fe94ebe971cfa9b14ff9bf06aece "
"/navigation/0195fe94ebe971cfa9b14ff9bf9dc1b2 "
"/navigation/0195fe94ebe971cfa9b14ff9c05986a6 "
"/navigation/0195fe94ebe971cfa9b14ff9c12dd923 "
"/navigation/0195fe94ebe971cfa9b14ff9c14588fc "
"/navigation/0195fe94ebea73ce8bba2244fcc7072a "
"/navigation/0195fe94ebea73ce8bba2244fcf1d798 "
"/navigation/0195fe94ebea73ce8bba2244fdd917a4 "
"/navigation/0195fe94ebea73ce8bba2244fe041ae1 "
"/navigation/0195fe94ebea73ce8bba2244fec99c0c "
"/navigation/0195fe94ebea73ce8bba2244ff86c1a4 "
"/navigation/0195fe94ebea73ce8bba224500031773 "
"/navigation/0195fe94ebea73ce8bba22450034bd44 "
"/navigation/0195fe94ebea73ce8bba224501291079 "
"/navigation/0195fe94ebea73ce8bba224501d03c29 "
"/navigation/0195fe94ebea73ce8bba224502686dca "
"/navigation/0195fe94ebea73ce8bba2245033368af "
"/navigation/0195fe94ebea73ce8bba22450350df83 "
"/navigation/0195fe94ebea73ce8bba224503f4c693 "
"/navigation/0195fe94ebea73ce8bba224504477953 "
"/navigation/0195fe94ebea73ce8bba224504b0ea14 "
"/navigation/0195fe94ebeb706bb4c8ac5f2240c861 "
"/navigation/0195fe94ebeb706bb4c8ac5f22499e72 "
"/navigation/0195fe94ebeb706bb4c8ac5f22da1428 "
"/navigation/0195fe94ebeb706bb4c8ac5f23d1278d "
"/navigation/0195fe94ebeb706bb4c8ac5f2467de52 "
"/navigation/0195fe94ebeb706bb4c8ac5f254bb53b "
"/navigation/0195fe94ebeb706bb4c8ac5f25dbd0e1 "
"/navigation/0195fe94ebeb706bb4c8ac5f268bd46c "
"/navigation/0195fe94ebeb706bb4c8ac5f2708ee74 "
"/navigation/0195fe94ebeb706bb4c8ac5f276643f9 "
"/navigation/0195fe94ebeb706bb4c8ac5f2810b554 "
"/navigation/0195fe94ebeb706bb4c8ac5f28467fb8 "
"/navigation/0195fe94ebeb706bb4c8ac5f28e21840 "
"/navigation/0195fe94ebeb706bb4c8ac5f293e61fe "
"/navigation/0195fe94ebeb706bb4c8ac5f29f1b6f0 "
"/navigation/0195fe94ebeb706bb4c8ac5f29f38e73 "
"/navigation/0195fe94ebeb706bb4c8ac5f2a5b3f3e "
"/navigation/0195fe94ebeb706bb4c8ac5f2abb3346 "
"/navigation/0195fe94ebec73f5b01f529b94d982f0 "
"/navigation/0195fe94ebec73f5b01f529b950a7c9a "
"/navigation/0195fe94ebec73f5b01f529b957850b0 "
"/navigation/0195fe94ebec73f5b01f529b966f2505 "
"/navigation/0195fe94ebec73f5b01f529b96f4f3d7 "
"/navigation/0195fe94ebec73f5b01f529b978d442f "
"/navigation/0195fe94ebec73f5b01f529b987fc49c "
"/navigation/0195fe94ebec73f5b01f529b98d6ef1b "
"/navigation/0195fe94ebec73f5b01f529b990a57a0 "
"/navigation/0195fe94ebec73f5b01f529b99ece9a5 "
"/navigation/0195fe94ebec73f5b01f529b9a144434 "
"/navigation/0195fe94ebec73f5b01f529b9a84868d "
"/navigation/0195fe94ebec73f5b01f529b9b4ef613 "
"/navigation/0195fe94ebec73f5b01f529b9bd9d3fc "
"/navigation/0195fe94ebec73f5b01f529b9c2f88e6 "
"/navigation/0195fe94ebec73f5b01f529b9c93ba83 "
"/navigation/0195fe94ebec73f5b01f529b9d1bfe0c "
"/navigation/0195fe94ebed7045863cd83638d9a6b5 "
"/navigation/0195fe94ebed7045863cd836390426f1 "
"/navigation/0195fe94ebed7045863cd83639b9f677 "
"/navigation/0195fe94ebed7045863cd83639ddde05 "
"/navigation/0195fe94ebed7045863cd8363a8425cb "
"/navigation/0195fe94ebed7045863cd8363b022e4d "
"/navigation/0195fe94ebed7045863cd8363bd66064 "
"/detail/0195fe953d27735a9fb16a9e521483ad "
"/detail/0195fe95306471719dabee8608d7a12b "
"/detail/0195fe9538e672b1a7f545f65806ce66 "
"/detail/0195fe950389739baca9625b103dfa0b "
"/detail/0195fe95440a7301ab09e9eec758f4f3 "
"/detail/0195fe9529207251bc1ae16a3fb90439 "
"/detail/0195fe951fb3726ebe7b58cfbe199f25 "
"/detail/0195fe950af171e290c97dfdd3163c73 "
"/detail/0195fe950f2871e2aaa172c2198f1131 "
"/detail/0195fe952ec5717ca25ffaec64af158d "
"/detail/0195fe9548397386b951a05aff99fe44 "
"/detail/0195fe950aeb7038925e7022646a0c6a "
"/detail/0195fe95109a712793e22d91fd1d4f59 "
"/detail/0195fe9542a971d8984bad534cf84a2d "
"/detail/0195fe9546bd73bca2fa61677d951ca4 "
"/detail/0195fe951ce57024b2b2006e978d4dcf "
"/detail/0195fe95360b73ada6caa32c0945a0a4 "
"/detail/0195fe950afb7070991c9e62b97d984c "
"/detail/0195fe95483e735ca23dc6d936321f55 "
"/detail/0195fe9543ed73f09d2a0a9190b72845 "
"/detail/0195fe95037c727fa543c9acb3c19110 "
"/detail/0195fe952ad473448b355b6208954be2 "
"/detail/0195fe95346f72b791df374421972e87 "
"/detail/0195fe9520ea717685ccea63406bd17b "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ò■öØss■àë/|┌z■┼ "
]
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/0195fe94ebc171a39fcd690a35cfec62' , '/navigation/0195fe94ebc372388883a4653dfe8894' , '/navigation/0195fe94ebc372388883a46541db7c4a' , '/navigation/0195fe94ebc4705cb21d52b74d6100d5' , '/navigation/0195fe94ebc97145b8e720747e5daa98' , '/navigation/0195fe94ebc97145b8e72074835fd4ba' , '/navigation/0195fe94ebda7061bc6a7ddacd910e2c' , '/navigation/0195fe94ebdd703eadc52528f35973bb' , '/navigation/0195fe94ebe5736f944b49798e9f22b0' , '/navigation/0195fe94ebe77249a934eb296bd72338' , '/navigation/0195fe94ebc27320a7c31a13a826bd70' , '/navigation/0195fe94ebc27320a7c31a13a85ecbb7' , '/navigation/0195fe94ebc27320a7c31a13a8a2bc06' , '/navigation/0195fe94ebc27320a7c31a13a8e5d261' , '/navigation/0195fe94ebc27320a7c31a13a9d87402' , '/navigation/0195fe94ebc27320a7c31a13aa479c42' , '/navigation/0195fe94ebc27320a7c31a13aafaa9a4' , '/navigation/0195fe94ebc27320a7c31a13abacfdb3' , '/navigation/0195fe94ebc27320a7c31a13ac49c9aa' , '/navigation/0195fe94ebc27320a7c31a13ac7f6d82' , '/navigation/0195fe94ebc27320a7c31a13ad181ca8' , '/navigation/0195fe94ebc27320a7c31a13ada4dd2e' , '/navigation/0195fe94ebc372388883a4653d95f4f2' , '/navigation/0195fe94ebc372388883a4653df7c085' , '/navigation/0195fe94ebc372388883a4653ea2ed7a' , '/navigation/0195fe94ebc372388883a4653eb49a12' , '/navigation/0195fe94ebc372388883a4653eccd60c' , '/navigation/0195fe94ebc372388883a4653ecd5729' , '/navigation/0195fe94ebc372388883a4653f1165ad' , '/navigation/0195fe94ebc372388883a4653fb2332d' , '/navigation/0195fe94ebc372388883a465408f93cb' , '/navigation/0195fe94ebc372388883a46540f05c55' , '/navigation/0195fe94ebc372388883a46542d30362' , '/navigation/0195fe94ebc372388883a46543892918' , '/navigation/0195fe94ebc372388883a465447512f4' , '/navigation/0195fe94ebc372388883a465447d6f7a' , '/navigation/0195fe94ebc4705cb21d52b7494bc97a' , '/navigation/0195fe94ebc4705cb21d52b749f16e4f' , '/navigation/0195fe94ebc4705cb21d52b74a4e2b0f' , '/navigation/0195fe94ebc4705cb21d52b74b3231c9' , '/navigation/0195fe94ebc4705cb21d52b74c12cfea' , '/navigation/0195fe94ebc4705cb21d52b74c72388e' , '/navigation/0195fe94ebc4705cb21d52b74e02be1f' , '/navigation/0195fe94ebc4705cb21d52b74e36afe7' , '/navigation/0195fe94ebc4705cb21d52b74ef9b761' , '/navigation/0195fe94ebc4705cb21d52b750be928d' , '/navigation/0195fe94ebc573c7917cfbd48c8a270a' , '/navigation/0195fe94ebc573c7917cfbd48d251787' , '/navigation/0195fe94ebc573c7917cfbd48eef1b78' , '/navigation/0195fe94ebc573c7917cfbd4904517af' , '/navigation/0195fe94ebc573c7917cfbd4926911af' , '/navigation/0195fe94ebc67031a2a776e096ba9a8e' , '/navigation/0195fe94ebc67031a2a776e09a0ddb29' , '/navigation/0195fe94ebc67031a2a776e09a13967c' , '/navigation/0195fe94ebc67031a2a776e09a52241d' , '/navigation/0195fe94ebc67031a2a776e09c67063b' , '/navigation/0195fe94ebc772eca50288e2e3c6a27a' , '/navigation/0195fe94ebc772eca50288e2e70af019' , '/navigation/0195fe94ebc772eca50288e2e798e2c6' , '/navigation/0195fe94ebc772eca50288e2eaf0c643' , '/navigation/0195fe94ebc772eca50288e2ec1a25e8' , '/navigation/0195fe94ebc8711d96e98f469a1036d9' , '/navigation/0195fe94ebc8711d96e98f469b448419' , '/navigation/0195fe94ebc8711d96e98f469eb83172' , '/navigation/0195fe94ebc8711d96e98f469f9342dd' , '/navigation/0195fe94ebc8711d96e98f46a1df8a7f' , '/navigation/0195fe94ebc97145b8e720747e68d725' , '/navigation/0195fe94ebc97145b8e720747f673ec5' , '/navigation/0195fe94ebc97145b8e720747fd7398a' , '/navigation/0195fe94ebc97145b8e720747fe7e143' , '/navigation/0195fe94ebc97145b8e72074802475c2' , '/navigation/0195fe94ebc97145b8e720748068195a' , '/navigation/0195fe94ebc97145b8e720748115543d' , '/navigation/0195fe94ebc97145b8e7207481d7a8c7' , '/navigation/0195fe94ebc97145b8e720748261c242' , '/navigation/0195fe94ebc97145b8e720748300327e' , '/navigation/0195fe94ebc97145b8e7207483b67eb4' , '/navigation/0195fe94ebc97145b8e7207484808b9c' , '/navigation/0195fe94ebc97145b8e7207485510c81' , '/navigation/0195fe94ebca73a9b490a73c5aadb9ac' , '/navigation/0195fe94ebca73a9b490a73c5c519918' , '/navigation/0195fe94ebca73a9b490a73c5d6f32b7' , '/navigation/0195fe94ebca73a9b490a73c60b7eb4a' , '/navigation/0195fe94ebcb73e0928e756a57bf256e' , '/navigation/0195fe94ebcb73e0928e756a58119955' , '/navigation/0195fe94ebcb73e0928e756a5a710156' , '/navigation/0195fe94ebcb73e0928e756a5c5bb98f' , '/navigation/0195fe94ebcb73e0928e756a5c984495' , '/navigation/0195fe94ebcb73e0928e756a5e569da6' , '/navigation/0195fe94ebcc703ba675b3e2ee6e3d6e' , '/navigation/0195fe94ebcc703ba675b3e2f0331f54' , '/navigation/0195fe94ebcc703ba675b3e2f233bf98' , '/navigation/0195fe94ebcc703ba675b3e2f3fadc7d' , '/navigation/0195fe94ebcc703ba675b3e2f3fc12ac' , '/navigation/0195fe94ebcd722eb90b95ef4611a30e' , '/navigation/0195fe94ebcd722eb90b95ef48d54de9' , '/navigation/0195fe94ebcd722eb90b95ef4b9930d1' , '/navigation/0195fe94ebcd722eb90b95ef4bae27d4' , '/navigation/0195fe94ebcd722eb90b95ef4ec7a1ac' , '/navigation/0195fe94ebce7266abc4227cfdfb8068' , '/navigation/0195fe94ebce7266abc4227d00052eb1' , '/navigation/0195fe94ebce7266abc4227d0153a755' , '/navigation/0195fe94ebcf71b5ad180cb0b2faf277' , '/navigation/0195fe94ebcf71b5ad180cb0b343f448' , '/navigation/0195fe94ebcf71b5ad180cb0b37eb6f6' , '/navigation/0195fe94ebcf71b5ad180cb0b5db2e6c' , '/navigation/0195fe94ebcf71b5ad180cb0b7bd7669' , '/navigation/0195fe94ebcf71b5ad180cb0b8277682' , '/navigation/0195fe94ebcf71b5ad180cb0ba69b872' , '/navigation/0195fe94ebd07095b8446762c3534ded' , '/navigation/0195fe94ebd07095b8446762c4ac0f0a' , '/navigation/0195fe94ebd07095b8446762c5a6509e' , '/navigation/0195fe94ebd07095b8446762c8d354ad' , '/navigation/0195fe94ebd171e5b297b032e5fd7a29' , '/navigation/0195fe94ebd171e5b297b032e688e768' , '/navigation/0195fe94ebd171e5b297b032e88f061a' , '/navigation/0195fe94ebd171e5b297b032eb9e6290' , '/navigation/0195fe94ebd171e5b297b032edbea4b3' , '/navigation/0195fe94ebd273a2b7536727dd072719' , '/navigation/0195fe94ebd273a2b7536727de62c947' , '/navigation/0195fe94ebd273a2b7536727df305a34' , '/navigation/0195fe94ebd273a2b7536727e10e00ad' , '/navigation/0195fe94ebd273a2b7536727e1ac4f34' , '/navigation/0195fe94ebd3738e8b9a119180e25587' , '/navigation/0195fe94ebd3738e8b9a119181437cee' , '/navigation/0195fe94ebd3738e8b9a11918224f0c2' , '/navigation/0195fe94ebd3738e8b9a119183861abb' , '/navigation/0195fe94ebd3738e8b9a119185046348' , '/navigation/0195fe94ebd3738e8b9a119185a4ec86' , '/navigation/0195fe94ebd3738e8b9a119188f032f4' , '/navigation/0195fe94ebd473b5b57f0ef9879678ed' , '/navigation/0195fe94ebd473b5b57f0ef98a0df9b0' , '/navigation/0195fe94ebd573e087356d9402b99b93' , '/navigation/0195fe94ebd573e087356d94061e4a7b' , '/navigation/0195fe94ebd573e087356d940646e043' , '/navigation/0195fe94ebd573e087356d9408cd7e68' , '/navigation/0195fe94ebd573e087356d940abc2e38' , '/navigation/0195fe94ebd673f3beac49289fc47152' , '/navigation/0195fe94ebd673f3beac4928a0bd4f02' , '/navigation/0195fe94ebd673f3beac4928a23f4ad1' , '/navigation/0195fe94ebd673f3beac4928a4774acf' , '/navigation/0195fe94ebd673f3beac4928a693124b' , '/navigation/0195fe94ebd673f3beac4928a6d40850' , '/navigation/0195fe94ebd7712c9fc616a6066e7c09' , '/navigation/0195fe94ebd7712c9fc616a607a44458' , '/navigation/0195fe94ebd7712c9fc616a608764707' , '/navigation/0195fe94ebd7712c9fc616a60a59a753' , '/navigation/0195fe94ebd7712c9fc616a60c28e3b0' , '/navigation/0195fe94ebd871c392e7d24418aa59e2' , '/navigation/0195fe94ebd871c392e7d2441953c145' , '/navigation/0195fe94ebd871c392e7d2441bb9f54a' , '/navigation/0195fe94ebd871c392e7d2441d8b84a5' , '/navigation/0195fe94ebd871c392e7d2441de74795' , '/navigation/0195fe94ebd9703985f8a7b0ea8a8a0c' , '/navigation/0195fe94ebd9703985f8a7b0ecf697af' , '/navigation/0195fe94ebd9703985f8a7b0f03c7cd0' , '/navigation/0195fe94ebd9703985f8a7b0f2823b35' , '/navigation/0195fe94ebda7061bc6a7ddace28334e' , '/navigation/0195fe94ebda7061bc6a7ddacf05c25f' , '/navigation/0195fe94ebda7061bc6a7ddacf0823a3' , '/navigation/0195fe94ebda7061bc6a7ddacf30d6bc' , '/navigation/0195fe94ebda7061bc6a7ddacf35a507' , '/navigation/0195fe94ebda7061bc6a7ddacf4b471e' , '/navigation/0195fe94ebda7061bc6a7ddacf7f67ff' , '/navigation/0195fe94ebda7061bc6a7ddad0091c31' , '/navigation/0195fe94ebda7061bc6a7ddad08d063e' , '/navigation/0195fe94ebda7061bc6a7ddad17e83a5' , '/navigation/0195fe94ebda7061bc6a7ddad1feb171' , '/navigation/0195fe94ebda7061bc6a7ddad2256c78' , '/navigation/0195fe94ebda7061bc6a7ddad2f1b53d' , '/navigation/0195fe94ebda7061bc6a7ddad3d894f6' , '/navigation/0195fe94ebda7061bc6a7ddad46e0ba1' , '/navigation/0195fe94ebdb7012af54e856d56b8591' , '/navigation/0195fe94ebdb7012af54e856d61f6d3c' , '/navigation/0195fe94ebdb7012af54e856d67a6411' , '/navigation/0195fe94ebdb7012af54e856d68c8c1e' , '/navigation/0195fe94ebdb7012af54e856d7468250' , '/navigation/0195fe94ebdb7012af54e856d7bd21e1' , '/navigation/0195fe94ebdb7012af54e856d8874dd7' , '/navigation/0195fe94ebdb7012af54e856d912304a' , '/navigation/0195fe94ebdb7012af54e856d922fa43' , '/navigation/0195fe94ebdb7012af54e856d9e6251d' , '/navigation/0195fe94ebdb7012af54e856da30ab25' , '/navigation/0195fe94ebdb7012af54e856da31bd75' , '/navigation/0195fe94ebdb7012af54e856daf73f64' , '/navigation/0195fe94ebdb7012af54e856db2a87ac' , '/navigation/0195fe94ebdb7012af54e856db3b6324' , '/navigation/0195fe94ebdb7012af54e856dc020510' , '/navigation/0195fe94ebdb7012af54e856dc11638f' , '/navigation/0195fe94ebdb7012af54e856dc212a63' , '/navigation/0195fe94ebdc711ab1150695863e4e04' , '/navigation/0195fe94ebdc711ab115069586e28cbb' , '/navigation/0195fe94ebdc711ab115069587a7a556' , '/navigation/0195fe94ebdc711ab1150695884b4966' , '/navigation/0195fe94ebdc711ab115069588a5948b' , '/navigation/0195fe94ebdc711ab115069588cd5c17' , '/navigation/0195fe94ebdc711ab115069588e1705a' , '/navigation/0195fe94ebdc711ab1150695895ab756' , '/navigation/0195fe94ebdc711ab115069589a84a34' , '/navigation/0195fe94ebdc711ab11506958aa23fe6' , '/navigation/0195fe94ebdc711ab11506958b83b8a0' , '/navigation/0195fe94ebdc711ab11506958bac65ed' , '/navigation/0195fe94ebdc711ab11506958c5cb05b' , '/navigation/0195fe94ebdc711ab11506958caaa230' , '/navigation/0195fe94ebdc711ab11506958d900272' , '/navigation/0195fe94ebdc711ab11506958dca34cb' , '/navigation/0195fe94ebdc711ab11506958dcdf086' , '/navigation/0195fe94ebdd703eadc52528f147f109' , '/navigation/0195fe94ebdd703eadc52528f1c40c43' , '/navigation/0195fe94ebdd703eadc52528f23b2db3' , '/navigation/0195fe94ebdd703eadc52528f2b3b776' , '/navigation/0195fe94ebdd703eadc52528f44bcce6' , '/navigation/0195fe94ebdd703eadc52528f49bb9af' , '/navigation/0195fe94ebdd703eadc52528f52cd32f' , '/navigation/0195fe94ebdd703eadc52528f83da2b1' , '/navigation/0195fe94ebde73269b56e753473571ce' , '/navigation/0195fe94ebde73269b56e75347c0a9aa' , '/navigation/0195fe94ebde73269b56e7534a399c32' , '/navigation/0195fe94ebde73269b56e7534cbceede' , '/navigation/0195fe94ebdf737e9b73bae933a23dd3' , '/navigation/0195fe94ebdf737e9b73bae933dac033' , '/navigation/0195fe94ebdf737e9b73bae934e9388e' , '/navigation/0195fe94ebdf737e9b73bae93579d95f' , '/navigation/0195fe94ebdf737e9b73bae936358372' , '/navigation/0195fe94ebdf737e9b73bae93791da33' , '/navigation/0195fe94ebdf737e9b73bae938283c34' , '/navigation/0195fe94ebe070afa6c9a269e7471f2a' , '/navigation/0195fe94ebe070afa6c9a269e820240c' , '/navigation/0195fe94ebe070afa6c9a269e8864ded' , '/navigation/0195fe94ebe070afa6c9a269e9cab529' , '/navigation/0195fe94ebe070afa6c9a269ed28d861' , '/navigation/0195fe94ebe1728f8cce519e438f91c9' , '/navigation/0195fe94ebe1728f8cce519e47df81be' , '/navigation/0195fe94ebe1728f8cce519e48230c8d' , '/navigation/0195fe94ebe1728f8cce519e4c16b5ae' , '/navigation/0195fe94ebe2722dbc33920f913fed71' , '/navigation/0195fe94ebe2722dbc33920f938f83a6' , '/navigation/0195fe94ebe2722dbc33920f95f24a2f' , '/navigation/0195fe94ebe2722dbc33920f97ee2f0d' , '/navigation/0195fe94ebe3732d96e9a555aefa53a4' , '/navigation/0195fe94ebe3732d96e9a555b0e107ea' , '/navigation/0195fe94ebe3732d96e9a555b2c09058' , '/navigation/0195fe94ebe3732d96e9a555b375136b' , '/navigation/0195fe94ebe3732d96e9a555b52a02d5' , '/navigation/0195fe94ebe3732d96e9a555b5604841' , '/navigation/0195fe94ebe472d6bcbb1dbf3f534e4d' , '/navigation/0195fe94ebe472d6bcbb1dbf3fe69354' , '/navigation/0195fe94ebe472d6bcbb1dbf42a29eac' , '/navigation/0195fe94ebe472d6bcbb1dbf4353553e' , '/navigation/0195fe94ebe5736f944b49798a29d091' , '/navigation/0195fe94ebe5736f944b49798d344307' , '/navigation/0195fe94ebe5736f944b49798ef107b1' , '/navigation/0195fe94ebe5736f944b49798f313336' , '/navigation/0195fe94ebe5736f944b49798fe4bce6' , '/navigation/0195fe94ebe673d4a0af193eb135c23a' , '/navigation/0195fe94ebe673d4a0af193eb2165e5f' , '/navigation/0195fe94ebe673d4a0af193eb2e11c76' , '/navigation/0195fe94ebe673d4a0af193eb2ecbe95' , '/navigation/0195fe94ebe673d4a0af193eb366d5bd' , '/navigation/0195fe94ebe673d4a0af193eb3822fee' , '/navigation/0195fe94ebe673d4a0af193eb452fd05' , '/navigation/0195fe94ebe673d4a0af193eb543ada2' , '/navigation/0195fe94ebe673d4a0af193eb602930a' , '/navigation/0195fe94ebe673d4a0af193eb660b8f8' , '/navigation/0195fe94ebe673d4a0af193eb6e65ebc' , '/navigation/0195fe94ebe673d4a0af193eb74a36fe' , '/navigation/0195fe94ebe673d4a0af193eb829320a' , '/navigation/0195fe94ebe673d4a0af193eb878ec71' , '/navigation/0195fe94ebe673d4a0af193eb91cf1d6' , '/navigation/0195fe94ebe673d4a0af193eb9c8f092' , '/navigation/0195fe94ebe673d4a0af193eb9d13fd7' , '/navigation/0195fe94ebe77249a934eb296423024a' , '/navigation/0195fe94ebe77249a934eb296501ab91' , '/navigation/0195fe94ebe77249a934eb29653dd538' , '/navigation/0195fe94ebe77249a934eb29654fc24b' , '/navigation/0195fe94ebe77249a934eb2966465403' , '/navigation/0195fe94ebe77249a934eb2966648762' , '/navigation/0195fe94ebe77249a934eb296712e269' , '/navigation/0195fe94ebe77249a934eb29680906f4' , '/navigation/0195fe94ebe77249a934eb2968a51bed' , '/navigation/0195fe94ebe77249a934eb2968dec7d4' , '/navigation/0195fe94ebe77249a934eb29693efca9' , '/navigation/0195fe94ebe77249a934eb2969e0669e' , '/navigation/0195fe94ebe77249a934eb296a6000fc' , '/navigation/0195fe94ebe77249a934eb296aa241c3' , '/navigation/0195fe94ebe77249a934eb296aa30282' , '/navigation/0195fe94ebe77249a934eb296b2585a0' , '/navigation/0195fe94ebe873779adb3811f002b236' , '/navigation/0195fe94ebe873779adb3811f0a8f477' , '/navigation/0195fe94ebe873779adb3811f16ba81c' , '/navigation/0195fe94ebe873779adb3811f1a55165' , '/navigation/0195fe94ebe873779adb3811f262275a' , '/navigation/0195fe94ebe873779adb3811f26ee8bf' , '/navigation/0195fe94ebe873779adb3811f32a96b5' , '/navigation/0195fe94ebe873779adb3811f3535720' , '/navigation/0195fe94ebe873779adb3811f43a1cec' , '/navigation/0195fe94ebe873779adb3811f5140aa1' , '/navigation/0195fe94ebe873779adb3811f53b766d' , '/navigation/0195fe94ebe873779adb3811f59eea7a' , '/navigation/0195fe94ebe873779adb3811f652c35c' , '/navigation/0195fe94ebe971cfa9b14ff9ba56ac0f' , '/navigation/0195fe94ebe971cfa9b14ff9bb277ae1' , '/navigation/0195fe94ebe971cfa9b14ff9bb687bae' , '/navigation/0195fe94ebe971cfa9b14ff9bbc81e7e' , '/navigation/0195fe94ebe971cfa9b14ff9bbd39b8f' , '/navigation/0195fe94ebe971cfa9b14ff9bbd9817a' , '/navigation/0195fe94ebe971cfa9b14ff9bbed821a' , '/navigation/0195fe94ebe971cfa9b14ff9bc449164' , '/navigation/0195fe94ebe971cfa9b14ff9bcfc7dd6' , '/navigation/0195fe94ebe971cfa9b14ff9bdc84942' , '/navigation/0195fe94ebe971cfa9b14ff9be1b1d6d' , '/navigation/0195fe94ebe971cfa9b14ff9be5d1deb' , '/navigation/0195fe94ebe971cfa9b14ff9beaa540b' , '/navigation/0195fe94ebe971cfa9b14ff9bf06aece' , '/navigation/0195fe94ebe971cfa9b14ff9bf9dc1b2' , '/navigation/0195fe94ebe971cfa9b14ff9c05986a6' , '/navigation/0195fe94ebe971cfa9b14ff9c12dd923' , '/navigation/0195fe94ebe971cfa9b14ff9c14588fc' , '/navigation/0195fe94ebea73ce8bba2244fcc7072a' , '/navigation/0195fe94ebea73ce8bba2244fcf1d798' , '/navigation/0195fe94ebea73ce8bba2244fdd917a4' , '/navigation/0195fe94ebea73ce8bba2244fe041ae1' , '/navigation/0195fe94ebea73ce8bba2244fec99c0c' , '/navigation/0195fe94ebea73ce8bba2244ff86c1a4' , '/navigation/0195fe94ebea73ce8bba224500031773' , '/navigation/0195fe94ebea73ce8bba22450034bd44' , '/navigation/0195fe94ebea73ce8bba224501291079' , '/navigation/0195fe94ebea73ce8bba224501d03c29' , '/navigation/0195fe94ebea73ce8bba224502686dca' , '/navigation/0195fe94ebea73ce8bba2245033368af' , '/navigation/0195fe94ebea73ce8bba22450350df83' , '/navigation/0195fe94ebea73ce8bba224503f4c693' , '/navigation/0195fe94ebea73ce8bba224504477953' , '/navigation/0195fe94ebea73ce8bba224504b0ea14' , '/navigation/0195fe94ebeb706bb4c8ac5f2240c861' , '/navigation/0195fe94ebeb706bb4c8ac5f22499e72' , '/navigation/0195fe94ebeb706bb4c8ac5f22da1428' , '/navigation/0195fe94ebeb706bb4c8ac5f23d1278d' , '/navigation/0195fe94ebeb706bb4c8ac5f2467de52' , '/navigation/0195fe94ebeb706bb4c8ac5f254bb53b' , '/navigation/0195fe94ebeb706bb4c8ac5f25dbd0e1' , '/navigation/0195fe94ebeb706bb4c8ac5f268bd46c' , '/navigation/0195fe94ebeb706bb4c8ac5f2708ee74' , '/navigation/0195fe94ebeb706bb4c8ac5f276643f9' , '/navigation/0195fe94ebeb706bb4c8ac5f2810b554' , '/navigation/0195fe94ebeb706bb4c8ac5f28467fb8' , '/navigation/0195fe94ebeb706bb4c8ac5f28e21840' , '/navigation/0195fe94ebeb706bb4c8ac5f293e61fe' , '/navigation/0195fe94ebeb706bb4c8ac5f29f1b6f0' , '/navigation/0195fe94ebeb706bb4c8ac5f29f38e73' , '/navigation/0195fe94ebeb706bb4c8ac5f2a5b3f3e' , '/navigation/0195fe94ebeb706bb4c8ac5f2abb3346' , '/navigation/0195fe94ebec73f5b01f529b94d982f0' , '/navigation/0195fe94ebec73f5b01f529b950a7c9a' , '/navigation/0195fe94ebec73f5b01f529b957850b0' , '/navigation/0195fe94ebec73f5b01f529b966f2505' , '/navigation/0195fe94ebec73f5b01f529b96f4f3d7' , '/navigation/0195fe94ebec73f5b01f529b978d442f' , '/navigation/0195fe94ebec73f5b01f529b987fc49c' , '/navigation/0195fe94ebec73f5b01f529b98d6ef1b' , '/navigation/0195fe94ebec73f5b01f529b990a57a0' , '/navigation/0195fe94ebec73f5b01f529b99ece9a5' , '/navigation/0195fe94ebec73f5b01f529b9a144434' , '/navigation/0195fe94ebec73f5b01f529b9a84868d' , '/navigation/0195fe94ebec73f5b01f529b9b4ef613' , '/navigation/0195fe94ebec73f5b01f529b9bd9d3fc' , '/navigation/0195fe94ebec73f5b01f529b9c2f88e6' , '/navigation/0195fe94ebec73f5b01f529b9c93ba83' , '/navigation/0195fe94ebec73f5b01f529b9d1bfe0c' , '/navigation/0195fe94ebed7045863cd83638d9a6b5' , '/navigation/0195fe94ebed7045863cd836390426f1' , '/navigation/0195fe94ebed7045863cd83639b9f677' , '/navigation/0195fe94ebed7045863cd83639ddde05' , '/navigation/0195fe94ebed7045863cd8363a8425cb' , '/navigation/0195fe94ebed7045863cd8363b022e4d' , '/navigation/0195fe94ebed7045863cd8363bd66064' , '/detail/0195fe953d27735a9fb16a9e521483ad' , '/detail/0195fe95306471719dabee8608d7a12b' , '/detail/0195fe9538e672b1a7f545f65806ce66' , '/detail/0195fe950389739baca9625b103dfa0b' , '/detail/0195fe95440a7301ab09e9eec758f4f3' , '/detail/0195fe9529207251bc1ae16a3fb90439' , '/detail/0195fe951fb3726ebe7b58cfbe199f25' , '/detail/0195fe950af171e290c97dfdd3163c73' , '/detail/0195fe950f2871e2aaa172c2198f1131' , '/detail/0195fe952ec5717ca25ffaec64af158d' , '/detail/0195fe9548397386b951a05aff99fe44' , '/detail/0195fe950aeb7038925e7022646a0c6a' , '/detail/0195fe95109a712793e22d91fd1d4f59' , '/detail/0195fe9542a971d8984bad534cf84a2d' , '/detail/0195fe9546bd73bca2fa61677d951ca4' , '/detail/0195fe951ce57024b2b2006e978d4dcf' , '/detail/0195fe95360b73ada6caa32c0945a0a4' , '/detail/0195fe950afb7070991c9e62b97d984c' , '/detail/0195fe95483e735ca23dc6d936321f55' , '/detail/0195fe9543ed73f09d2a0a9190b72845' , '/detail/0195fe95037c727fa543c9acb3c19110' , '/detail/0195fe952ad473448b355b6208954be2' , '/detail/0195fe95346f72b791df374421972e87' , '/detail/0195fe9520ea717685ccea63406bd17b' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x0195FE949D7373FE85892F7CDA7AFEC5 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
79
0.54 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 ò■ô▀cq@© ²þ^ÍÉ\x04 "
b"\x01 •þ“ß›rù®kª\x07\x1A ht "
b"\x01 •þ“þ#rú¿É‹³\x03 æ\x1C\x1F "
b"\x01 •þ“à\x10 rã¥ä™\x7F\x00 šjD "
]
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 (0x0195FE93DF637140B820FDE75ED69004 , 0x0195FE93DF9B72F9AEAD6BAA071A6874 , 0x0195FE93FE2372FABFC98BB303E61C1F , 0x0195FE93E01072E3A5E4997F009A6A44 );
Copy