1
0.21 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.05 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.05 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
4
0.08 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
5
0.09 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso AS locale , theme . technical_name AS themeName , parentTheme . technical_name AS parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso AS locale , theme . technical_name AS themeName , parentTheme . technical_name AS parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.36 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND (seo_path_info = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
"Waffen/Langwaffen/Gewehre/Repetierbuechsen/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x696EDAB409AA400E9F76E95471BDC8ED OR sales_channel_id IS NULL )) AND (seo_path_info = 'Waffen/Langwaffen/Gewehre/Repetierbuechsen/' );
Copy
7
0.08 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.04 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
"TVIBzjtYs5vKoKzAMJVXqIfJ65AGMb6j "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x696EDAB409AA400E9F76E95471BDC8ED ) AND (token = 'TVIBzjtYs5vKoKzAMJVXqIfJ65AGMb6j' ) LIMIT 1 ;
Copy
9
0.02 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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 = 0x696EDAB409AA400E9F76E95471BDC8ED
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
10
0.09 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.analytics` . `id` AS `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` AS `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` AS `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` AS `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` AS `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` AS `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` AS `sales_channel.analytics.updatedAt` , `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` , COALESCE (`sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) AS `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) AS `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) AS `sales_channel.currency.customFields` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) AS `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) AS `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) AS `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) AS `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) AS `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) AS `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) AS `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) AS `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name AS `sales_channel.translation.name` , `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` , `sales_channel.translation` . custom_fields AS `sales_channel.translation.customFields` , `sales_channel.translation` . created_at AS `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at AS `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id AS `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id AS `sales_channel.translation.languageId` 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `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` , `sales_channel.currency.translation` . created_at AS `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at AS `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id AS `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id AS `sales_channel.currency.translation.languageId` 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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.analytics` . `id` AS `sales_channel.analytics.id` ,
`sales_channel.analytics` . `tracking_id` AS `sales_channel.analytics.trackingId` ,
`sales_channel.analytics` . `active` AS `sales_channel.analytics.active` ,
`sales_channel.analytics` . `track_orders` AS `sales_channel.analytics.trackOrders` ,
`sales_channel.analytics` . `anonymize_ip` AS `sales_channel.analytics.anonymizeIp` ,
`sales_channel.analytics` . `created_at` AS `sales_channel.analytics.createdAt` ,
`sales_channel.analytics` . `updated_at` AS `sales_channel.analytics.updatedAt` ,
`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` ,
COALESCE (
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName`
) AS `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
COALESCE (
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name`
) AS `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
COALESCE (
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields`
) AS `sales_channel.currency.customFields` ,
`sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation.languageId` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) AS `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) AS `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) AS `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) AS `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) AS `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) AS `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) AS `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) AS `sales_channel.customFields` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.languageId`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . sales_channel_id ,
`sales_channel.translation` . name AS `sales_channel.translation.name` ,
`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` ,
`sales_channel.translation` . custom_fields AS `sales_channel.translation.customFields` ,
`sales_channel.translation` . created_at AS `sales_channel.translation.createdAt` ,
`sales_channel.translation` . updated_at AS `sales_channel.translation.updatedAt` ,
`sales_channel.translation` . sales_channel_id AS `sales_channel.translation.salesChannelId` ,
`sales_channel.translation` . language_id AS `sales_channel.translation.languageId`
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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `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` ,
`sales_channel.currency.translation` . created_at AS `sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation` . updated_at AS `sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation` . currency_id AS `sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation` . language_id AS `sales_channel.currency.translation.languageId`
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.analytics` . `id` AS `sales_channel.analytics.id` , `sales_channel.analytics` . `tracking_id` AS `sales_channel.analytics.trackingId` , `sales_channel.analytics` . `active` AS `sales_channel.analytics.active` , `sales_channel.analytics` . `track_orders` AS `sales_channel.analytics.trackOrders` , `sales_channel.analytics` . `anonymize_ip` AS `sales_channel.analytics.anonymizeIp` , `sales_channel.analytics` . `created_at` AS `sales_channel.analytics.createdAt` , `sales_channel.analytics` . `updated_at` AS `sales_channel.analytics.updatedAt` , `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` , COALESCE (`sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) AS `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) AS `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) AS `sales_channel.currency.customFields` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.name` , `sales_channel.translation.name` ) AS `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) AS `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) AS `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) AS `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) AS `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) AS `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) AS `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) AS `sales_channel.customFields` , `sales_channel.translation.createdAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . sales_channel_id , `sales_channel.translation` . name AS `sales_channel.translation.name` , `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` , `sales_channel.translation` . custom_fields AS `sales_channel.translation.customFields` , `sales_channel.translation` . created_at AS `sales_channel.translation.createdAt` , `sales_channel.translation` . updated_at AS `sales_channel.translation.updatedAt` , `sales_channel.translation` . sales_channel_id AS `sales_channel.translation.salesChannelId` , `sales_channel.translation` . language_id AS `sales_channel.translation.languageId` 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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel` . `analytics_id` = `sales_channel.analytics` . `id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `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` , `sales_channel.currency.translation` . created_at AS `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation` . updated_at AS `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation` . currency_id AS `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation` . language_id AS `sales_channel.currency.translation.languageId` 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 (0x696EDAB409AA400E9F76E95471BDC8ED );
Copy
11
0.06 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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 (0x696EDAB409AA400E9F76E95471BDC8ED ));
Copy
12
0.06 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` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) AS `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) AS `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) AS `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` 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` , `currency.translation` . created_at AS `currency.translation.createdAt` , `currency.translation` . updated_at AS `currency.translation.updatedAt` , `currency.translation` . currency_id AS `currency.translation.currencyId` , `currency.translation` . language_id AS `currency.translation.languageId` 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` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) AS `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) AS `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) AS `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` 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` , `currency.translation` . created_at AS `currency.translation.createdAt` , `currency.translation` . updated_at AS `currency.translation.updatedAt` , `currency.translation` . currency_id AS `currency.translation.currencyId` , `currency.translation` . language_id AS `currency.translation.languageId` 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
13
0.06 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` . `created_at` AS `country.createdAt` , `country` . `updated_at` AS `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) AS `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) AS `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) AS `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name AS `country.translation.name` , `country.translation` . address_format AS `country.translation.addressFormat` , `country.translation` . custom_fields AS `country.translation.customFields` , `country.translation` . created_at AS `country.translation.createdAt` , `country.translation` . updated_at AS `country.translation.updatedAt` , `country.translation` . country_id AS `country.translation.countryId` , `country.translation` . language_id AS `country.translation.languageId` 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"n¯±¶ƒ\x1C L\x15 µÎÛç##ÚÐ "
]
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` . `created_at` AS `country.createdAt` , `country` . `updated_at` AS `country.updatedAt` , `country.translation.name` , COALESCE (`country.translation.name` , `country.translation.name` ) AS `country.name` , `country.translation.addressFormat` , COALESCE (`country.translation.addressFormat` , `country.translation.addressFormat` ) AS `country.addressFormat` , `country.translation.customFields` , COALESCE (`country.translation.customFields` , `country.translation.customFields` ) AS `country.customFields` , `country.translation.createdAt` , `country.translation.updatedAt` , `country.translation.countryId` , `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation` . country_id , `country.translation` . name AS `country.translation.name` , `country.translation` . address_format AS `country.translation.addressFormat` , `country.translation` . custom_fields AS `country.translation.customFields` , `country.translation` . created_at AS `country.translation.createdAt` , `country.translation` . updated_at AS `country.translation.updatedAt` , `country.translation` . country_id AS `country.translation.countryId` , `country.translation` . language_id AS `country.translation.languageId` 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 (0x6EAFB1B6831C4C15B5CEDBE72323DAD0 );
Copy
14
0.07 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` , COALESCE (`customer_group.translation.name` , `customer_group.translation.name` ) AS `customer_group.name` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) AS `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) AS `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) AS `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) AS `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.customFields` , `customer_group.translation.customFields` ) AS `customer_group.customFields` , `customer_group.translation.createdAt` , `customer_group.translation.updatedAt` , `customer_group.translation.customerGroupId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name AS `customer_group.translation.name` , `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` , `customer_group.translation` . custom_fields AS `customer_group.translation.customFields` , `customer_group.translation` . created_at AS `customer_group.translation.createdAt` , `customer_group.translation` . updated_at AS `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id AS `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id AS `customer_group.translation.languageId` 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` , COALESCE (`customer_group.translation.name` , `customer_group.translation.name` ) AS `customer_group.name` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) AS `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) AS `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) AS `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) AS `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.customFields` , `customer_group.translation.customFields` ) AS `customer_group.customFields` , `customer_group.translation.createdAt` , `customer_group.translation.updatedAt` , `customer_group.translation.customerGroupId` , `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . customer_group_id , `customer_group.translation` . name AS `customer_group.translation.name` , `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` , `customer_group.translation` . custom_fields AS `customer_group.translation.customFields` , `customer_group.translation` . created_at AS `customer_group.translation.createdAt` , `customer_group.translation` . updated_at AS `customer_group.translation.updatedAt` , `customer_group.translation` . customer_group_id AS `customer_group.translation.customerGroupId` , `customer_group.translation` . language_id AS `customer_group.translation.languageId` 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
15
0.05 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
16
0.07 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.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` , COALESCE (`tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) AS `tax_rule.type.typeName` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` AS `tax_rule.createdAt` , `tax_rule` . `updated_at` AS `tax_rule.updatedAt` 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` , `tax_rule.type.translation` . created_at AS `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at AS `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id AS `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id AS `tax_rule.type.translation.languageId` 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"m9ÄA\x18\e L€Ÿ\x10 ¡ƒY´Ì[ "
b"uº6\x16 âBGè║¦·Ä)_£Å "
b"{_ò£ØàIf£îßÕ¿\x7F\x02 ^ "
b"Ÿ|âé0!Aί\x1A ˆb…c>\x08 "
]
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.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` , COALESCE (`tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) AS `tax_rule.type.typeName` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.languageId` , `tax_rule` . `created_at` AS `tax_rule.createdAt` , `tax_rule` . `updated_at` AS `tax_rule.updatedAt` 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` , `tax_rule.type.translation` . created_at AS `tax_rule.type.translation.createdAt` , `tax_rule.type.translation` . updated_at AS `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation` . tax_rule_type_id AS `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation` . language_id AS `tax_rule.type.translation.languageId` 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 (0x6D39C441181B4C809F10A18359B4CC5B , 0x75A736168342478ABADDFA8E295F9C8F , 0x7B5F959C9D8549669C8CE1E5A87F025E , 0x9F7CE2E9302141CEAF1A886285633E08 ));
Copy
17
0.10 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` , COALESCE (`payment_method.media.translation.title` , `payment_method.media.translation.title` ) AS `payment_method.media.title` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) AS `payment_method.media.alt` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) AS `payment_method.media.customFields` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.languageId` , `payment_method.translation.name` , COALESCE (`payment_method.translation.name` , `payment_method.translation.name` ) AS `payment_method.name` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) AS `payment_method.distinguishableName` , `payment_method.translation.description` , COALESCE (`payment_method.translation.description` , `payment_method.translation.description` ) AS `payment_method.description` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.customFields` , `payment_method.translation.customFields` ) AS `payment_method.customFields` , `payment_method.translation.createdAt` , `payment_method.translation.updatedAt` , `payment_method.translation.paymentMethodId` , `payment_method.translation.languageId` FROM `payment_method` 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` , `payment_method.translation` . created_at AS `payment_method.translation.createdAt` , `payment_method.translation` . updated_at AS `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id AS `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id AS `payment_method.translation.languageId` 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 `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.media.translation` . media_id , `payment_method.media.translation` . title AS `payment_method.media.translation.title` , `payment_method.media.translation` . alt AS `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields AS `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at AS `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at AS `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id AS `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id AS `payment_method.media.translation.languageId` 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"¬î«f-═CÿØô#ò í┌\x04 "
]
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` ,
COALESCE (
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) AS `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) AS `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) AS `payment_method.media.customFields` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.name` ,
`payment_method.translation.name`
) AS `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) AS `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.description` ,
`payment_method.translation.description`
) AS `payment_method.description` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) AS `payment_method.customFields` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.languageId`
FROM
`payment_method`
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` ,
`payment_method.translation` . created_at AS `payment_method.translation.createdAt` ,
`payment_method.translation` . updated_at AS `payment_method.translation.updatedAt` ,
`payment_method.translation` . payment_method_id AS `payment_method.translation.paymentMethodId` ,
`payment_method.translation` . language_id AS `payment_method.translation.languageId`
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 `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.media.translation` . media_id ,
`payment_method.media.translation` . title AS `payment_method.media.translation.title` ,
`payment_method.media.translation` . alt AS `payment_method.media.translation.alt` ,
`payment_method.media.translation` . custom_fields AS `payment_method.media.translation.customFields` ,
`payment_method.media.translation` . created_at AS `payment_method.media.translation.createdAt` ,
`payment_method.media.translation` . updated_at AS `payment_method.media.translation.updatedAt` ,
`payment_method.media.translation` . media_id AS `payment_method.media.translation.mediaId` ,
`payment_method.media.translation` . language_id AS `payment_method.media.translation.languageId`
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` , COALESCE (`payment_method.media.translation.title` , `payment_method.media.translation.title` ) AS `payment_method.media.title` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) AS `payment_method.media.alt` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) AS `payment_method.media.customFields` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.languageId` , `payment_method.translation.name` , COALESCE (`payment_method.translation.name` , `payment_method.translation.name` ) AS `payment_method.name` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) AS `payment_method.distinguishableName` , `payment_method.translation.description` , COALESCE (`payment_method.translation.description` , `payment_method.translation.description` ) AS `payment_method.description` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.customFields` , `payment_method.translation.customFields` ) AS `payment_method.customFields` , `payment_method.translation.createdAt` , `payment_method.translation.updatedAt` , `payment_method.translation.paymentMethodId` , `payment_method.translation.languageId` FROM `payment_method` 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` , `payment_method.translation` . created_at AS `payment_method.translation.createdAt` , `payment_method.translation` . updated_at AS `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id AS `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id AS `payment_method.translation.languageId` 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 `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.media.translation` . media_id , `payment_method.media.translation` . title AS `payment_method.media.translation.title` , `payment_method.media.translation` . alt AS `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields AS `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at AS `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at AS `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id AS `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id AS `payment_method.media.translation.languageId` 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 (0xAA8CAE662DCD43989D932395FFA1DA04 );
Copy
18
0.12 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` , COALESCE (`shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) AS `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) AS `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.languageId` , `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` , COALESCE (`shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) AS `shipping_method.media.title` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) AS `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) AS `shipping_method.media.customFields` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.name` , `shipping_method.translation.name` ) AS `shipping_method.name` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.description` , `shipping_method.translation.description` ) AS `shipping_method.description` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) AS `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) AS `shipping_method.customFields` , `shipping_method.translation.createdAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name AS `shipping_method.translation.name` , `shipping_method.translation` . description AS `shipping_method.translation.description` , `shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` , `shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id AS `shipping_method.translation.languageId` 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 `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.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` , `shipping_method.deliveryTime.translation` . created_at AS `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at AS `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id AS `shipping_method.deliveryTime.translation.languageId` 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` . title AS `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt AS `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields AS `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at AS `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at AS `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id AS `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id AS `shipping_method.media.translation.languageId` 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"0L\r ÜnFKFØäÿ\x07 I)\x14 ( "
]
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` ,
COALESCE (
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) AS `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) AS `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.languageId` ,
`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` ,
COALESCE (
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) AS `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) AS `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) AS `shipping_method.media.customFields` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.languageId` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) AS `shipping_method.name` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) AS `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) AS `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) AS `shipping_method.customFields` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation` . shipping_method_id ,
`shipping_method.translation` . name AS `shipping_method.translation.name` ,
`shipping_method.translation` . description AS `shipping_method.translation.description` ,
`shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` ,
`shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` ,
`shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` ,
`shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` ,
`shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` ,
`shipping_method.translation` . language_id AS `shipping_method.translation.languageId`
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 `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.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` ,
`shipping_method.deliveryTime.translation` . created_at AS `shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation` . updated_at AS `shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation` . delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation` . language_id AS `shipping_method.deliveryTime.translation.languageId`
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` . title AS `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . alt AS `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . custom_fields AS `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation` . created_at AS `shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation` . updated_at AS `shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation` . media_id AS `shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation` . language_id AS `shipping_method.media.translation.languageId`
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` , COALESCE (`shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) AS `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) AS `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.languageId` , `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` , COALESCE (`shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) AS `shipping_method.media.title` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) AS `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) AS `shipping_method.media.customFields` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.name` , `shipping_method.translation.name` ) AS `shipping_method.name` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.description` , `shipping_method.translation.description` ) AS `shipping_method.description` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) AS `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) AS `shipping_method.customFields` , `shipping_method.translation.createdAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name AS `shipping_method.translation.name` , `shipping_method.translation` . description AS `shipping_method.translation.description` , `shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` , `shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id AS `shipping_method.translation.languageId` 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 `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.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` , `shipping_method.deliveryTime.translation` . created_at AS `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at AS `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id AS `shipping_method.deliveryTime.translation.languageId` 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` . title AS `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt AS `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields AS `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at AS `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at AS `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id AS `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id AS `shipping_method.media.translation.languageId` 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 (0x304C0D9A6E464B469D84980749291428 );
Copy
19
0.04 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"n¯±¶ƒ\x1C L\x15 µÎÛç##ÚÐ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x6EAFB1B6831C4C15B5CEDBE72323DAD0 ) LIMIT 1 ;
Copy
20
0.51 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
21
0.02 ms
SELECT `cart` . `cart` AS payload , `cart` . `rule_ids` , 0 AS `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"TVIBzjtYs5vKoKzAMJVXqIfJ65AGMb6j "
]
SELECT `cart` . `cart` AS payload , `cart` . `rule_ids` , 0 AS `compressed` FROM cart WHERE `token` = 'TVIBzjtYs5vKoKzAMJVXqIfJ65AGMb6j' ;
Copy
22
0.04 ms
SELECT `rule` . `id` FROM `rule` ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
23
0.06 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 ‘U‹‘‘u~Œz¹\x1E Yý´Z "
b"""
\x01 ‘U‡Ñcq„Šºˆû\n
Y‘“
"""
b"\x01 ‘|\x15 ¹\v rU‘0A²vð1¯ "
b"\f\x19 \\x00 åËG\x06 œ\x05 _\x12 *jÀÔ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"ƒˆÙõú‰OŠŸNpLQ1+9 "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"×\x00 o\x06 D¼K¸¹Ö\x1F ðׇO\x1F "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"\x01 ‘U·¦3q×´FG¦)е& "
b"\x01 ‘U²\x7F ‘|¾·\r “ƒ|ž¥i "
b"""
\n
Ht\x7F Õ-N̕Ҳ±¹YPØ
"""
b"è@a¶³GOUšŠ% ²â†ó "
b"B–¹Õ4“LÄ”*بXõ.í "
b"\x01 æëü\x04 Ts\x06 Ø#be9F!® "
b"\x03 »Ù\x0F S¹N>‹\x00 !}b\x01 Aœ "
b"&üÈRDzŸø–ò¶/Î\x1E "
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"™[_LÚÍH˜¿Œ‹0QU%É "
b"\x01 É&ÌóbscÁ§°´Ñ\r kÛ "
b"\x01 Æ\x03 fIö{Å£LJß▒&Ï╗ "
b"\x05 EòAHŽE\r ¾\x1A ú7Õ¬e& "
b"\x12 Õ│Êø|Eú╝■ËÉ╔̦o "
b"\x1E {Œ06™D\t Š\x1E ëQ¯vsw "
b"$\x17 V]*VE\x7F üË╗U½╣®½ "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"W▄2ny¢N\x18 ÉÕ1¥┌═\x12 ‗ "
b"\ß×\x0E ÛICg‰5zÁ¨Üåz "
b"eÃ\x1D ´0@N©¡¶äÛ¡>\x07 Ç "
b"o}61f«@7–\x01 áâPW0~ "
b"s;Îm¨‘Nûœÿ:OŒì&\x19 "
b"sÊ9‘ÕDONµª¢àD°ôC "
b"zÎÐa>/B\x12 ®¶"¸õ·z "
b"üø¨2DáJ9Á│w\x1E x~ȶ "
b"âü6¡9;I\x17 èMkâ¤╬j^ "
b"ùJp\x12 µËM,ì┐;‗½ÈñÔ "
b"Øäs.¦0H\x7F ®┤U÷PùrÊ "
b"¥ôþœQÿJ]¯\x1E µ\x13 E\v ¸Û "
b"½oU\x0F §\x0F @Dö±_W│Ø\x10\x18 "
b"¬\x1D ‹<\t ÕF\x19 ŸU…Ç‚;(° "
b"®ýšú"ÞOv–róå ¡Za "
b"▒¾ý5ı¨AÁÉÒ\x1D ø¨jýâ "
b"¼0\v 5(ÏEò•n:Ž„£Ìó "
b"¾J…äÆ\x19 @\x1D ®†d;^š\x1A T "
b"Ã6\x00 ╬õ~DjƒÜcNüDØÕ "
b"ÍK╠y6\x19 @Ø¿`╩ËÚ$Ñ_ "
b"ð…2È•¼L#¦ôWœ3ïæ\x1F "
b"ô™\x1F HfœIÕ¯Ûý‚–“öÜ "
]
SELECT
`rule` . `id` AS `rule.id` ,
`rule` . `name` AS `rule.name` ,
`rule` . `priority` AS `rule.priority` ,
`rule` . `description` AS `rule.description` ,
`rule` . `payload` AS `rule.payload` ,
`rule` . `invalid` AS `rule.invalid` ,
`rule` . `areas` AS `rule.areas` ,
`rule` . `custom_fields` AS `rule.customFields` ,
`rule` . `module_types` AS `rule.moduleTypes` ,
`rule` . `created_at` AS `rule.createdAt` ,
`rule` . `updated_at` AS `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
Copy
SELECT `rule` . `id` AS `rule.id` , `rule` . `name` AS `rule.name` , `rule` . `priority` AS `rule.priority` , `rule` . `description` AS `rule.description` , `rule` . `payload` AS `rule.payload` , `rule` . `invalid` AS `rule.invalid` , `rule` . `areas` AS `rule.areas` , `rule` . `custom_fields` AS `rule.customFields` , `rule` . `module_types` AS `rule.moduleTypes` , `rule` . `created_at` AS `rule.createdAt` , `rule` . `updated_at` AS `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0191558B9191757E8C7AB91E59FDB45A , 0x01915587D16371848ABA88FB0A599193 , 0x01917C15B90B7255913041B276F031AF , 0x0C195C00E5CB47069C055F122A6AC0D4 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x8388D9F5FA894F8A9F4E704C51312B39 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xD7006F0644BC4BB8B9D61FF0D7874F1F , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x019155B7A63371D7B44647A629D0B526 , 0x019155B27F917CBEB70D93837C9EA569 , 0x0A48747FD52D4ECC95D2B2B1B95950D8 , 0xE84061B6B3474F559A8A25A0B2E286F3 , 0x4296B9D534934CC4942AD8A858F52EED , 0x01918981045473069D236265394621A9 , 0x03BBD90F53B94E3E8B00217D6201419C , 0x26FCC852ADAD447A9FF896F2B62FCE1E , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0x995B5F4CDACD4898BF8C8B30515525C9 , 0x019026DEA2627363B5F5F8EFA50D6BEA , 0x0192036649947B8F9C4C4AE1B126D8BB , 0x0545F241488E450DBE1AFA37D5AC6526 , 0x12E5B3D29B7C45A3BCFED390C9DEDD6F , 0x1E7B8C30369944098A1EEB51AF767377 , 0x2417565D2A56457F81D3BB55ABB9A9AB , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x57DC326E79BD4E1890E531BEDACD12F2 , 0x5CDFD70EDB49436789357AC1A8DCE57A , 0x65C31DB430404EA9A1B6E4DBA13E07C7 , 0x6F7D363166AB40379601E1E25057307E , 0x733BCE6DA8914EFB9CFF3A4F8CEC2619 , 0x73CA3991D5444F4EB5AAA2E044B0F443 , 0x7ACED0613E2F4212AEB622B8F5B7AD7A , 0x819BF93244A04A39B5B3771E787ED4F4 , 0x838136AD393B49178A4D6B83CFCE6A5E , 0x974A7012E6D34D2C8DBF3BF2ABD4A4E2 , 0x9D84732EDD30487FA9B455F6509772D2 , 0xA5F4FE9C51FF4A5DAF1EB513450BB8DB , 0xAB6F550FF50F404494F15F57B39D1018 , 0xAC1D8B3C09D546199F5585C7823B28B0 , 0xAEFD9AFA22DE4F769672F3E5A0A15A61 , 0xB1F3EC35D5F941B590E31D9BF96AEC83 , 0xBC300B3528CF45F2956E3A8E84A3CCF3 , 0xBE4A85E4C619401DAE86643B5E9A1A54 , 0xC73600CEE47E446A9F9A634E81449DE5 , 0xD64BCC793619409DA860CAD3E924A55F , 0xF08532C895BC4C23A6F4579C33EFE61F , 0xF4991F48669C49D5AFDBFD829693F6DC );
Copy
24
0.07 ms
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `integration_id` AS `app.integrationId` ,
`app.integration` . `id` AS `app.integration.id` ,
`app.integration` . `label` AS `app.integration.label` ,
`app.integration` . `access_key` AS `app.integration.accessKey` ,
`app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` ,
`app.integration` . `admin` AS `app.integration.admin` ,
`app.integration` . `custom_fields` AS `app.integration.customFields` ,
`app.integration` . `deleted_at` AS `app.integration.deletedAt` ,
`app.integration` . `write_access` AS `app.integration.writeAccess` ,
`app.integration` . `created_at` AS `app.integration.createdAt` ,
`app.integration` . `updated_at` AS `app.integration.updatedAt` ,
`app` . `acl_role_id` AS `app.aclRoleId` ,
`app.aclRole` . `id` AS `app.aclRole.id` ,
`app.aclRole` . `name` AS `app.aclRole.name` ,
`app.aclRole` . `description` AS `app.aclRole.description` ,
`app.aclRole` . `privileges` AS `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` AS `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` ,
`app` . `created_at` AS `app.createdAt` ,
`app` . `updated_at` AS `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) AS `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) AS `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) AS `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) AS `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label AS `app.translation.label` ,
`app.translation` . description AS `app.translation.description` ,
`app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields AS `app.translation.customFields` ,
`app.translation` . created_at AS `app.translation.createdAt` ,
`app.translation` . updated_at AS `app.translation.updatedAt` ,
`app.translation` . app_id AS `app.translation.appId` ,
`app.translation` . language_id AS `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
25
0.02 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
26
0.01 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
27
0.04 ms
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = ? )) AND (`country` . `id` IN (? )) GROUP BY `country` . `id`
Parameters :
[
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
b"n¯±¶ƒ\x1C L\x15 µÎÛç##ÚÐ "
]
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE ((`country.salesChannels` . `id` = 0x696EDAB409AA400E9F76E95471BDC8ED )) AND (`country` . `id` IN (0x6EAFB1B6831C4C15B5CEDBE72323DAD0 )) GROUP BY `country` . `id` ;
Copy
28
0.08 ms
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `integration_id` AS `app.integrationId` ,
`app.integration` . `id` AS `app.integration.id` ,
`app.integration` . `label` AS `app.integration.label` ,
`app.integration` . `access_key` AS `app.integration.accessKey` ,
`app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` ,
`app.integration` . `admin` AS `app.integration.admin` ,
`app.integration` . `custom_fields` AS `app.integration.customFields` ,
`app.integration` . `deleted_at` AS `app.integration.deletedAt` ,
`app.integration` . `write_access` AS `app.integration.writeAccess` ,
`app.integration` . `created_at` AS `app.integration.createdAt` ,
`app.integration` . `updated_at` AS `app.integration.updatedAt` ,
`app` . `acl_role_id` AS `app.aclRoleId` ,
`app.aclRole` . `id` AS `app.aclRole.id` ,
`app.aclRole` . `name` AS `app.aclRole.name` ,
`app.aclRole` . `description` AS `app.aclRole.description` ,
`app.aclRole` . `privileges` AS `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` AS `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` ,
`app` . `created_at` AS `app.createdAt` ,
`app` . `updated_at` AS `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) AS `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) AS `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) AS `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) AS `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label AS `app.translation.label` ,
`app.translation` . description AS `app.translation.description` ,
`app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields AS `app.translation.customFields` ,
`app.translation` . created_at AS `app.translation.createdAt` ,
`app.translation` . updated_at AS `app.translation.updatedAt` ,
`app.translation` . app_id AS `app.translation.appId` ,
`app.translation` . language_id AS `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
29
0.02 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
30
0.01 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
31
0.09 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x696EDAB409AA400E9F76E95471BDC8ED OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
32
0.06 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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` = 0x696EDAB409AA400E9F76E95471BDC8ED AND `language.salesChannels` . `id` = 0x696EDAB409AA400E9F76E95471BDC8ED ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
33
0.06 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` , COALESCE (`language.translationCode.translation.name` , `language.translationCode.translation.name` ) AS `language.translationCode.name` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.territory` , `language.translationCode.translation.territory` ) AS `language.translationCode.territory` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` ) AS `language.translationCode.customFields` , `language.translationCode.translation.createdAt` , `language.translationCode.translation.updatedAt` , `language.translationCode.translation.localeId` , `language.translationCode.translation.languageId` 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` , `language.translationCode.translation` . created_at AS `language.translationCode.translation.createdAt` , `language.translationCode.translation` . updated_at AS `language.translationCode.translation.updatedAt` , `language.translationCode.translation` . locale_id AS `language.translationCode.translation.localeId` , `language.translationCode.translation` . language_id AS `language.translationCode.translation.languageId` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . language_id = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
D║\x08 \n
TØHp▒'¢qöICO
"""
]
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` , COALESCE (`language.translationCode.translation.name` , `language.translationCode.translation.name` ) AS `language.translationCode.name` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.territory` , `language.translationCode.translation.territory` ) AS `language.translationCode.territory` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` ) AS `language.translationCode.customFields` , `language.translationCode.translation.createdAt` , `language.translationCode.translation.updatedAt` , `language.translationCode.translation.localeId` , `language.translationCode.translation.languageId` 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` , `language.translationCode.translation` . created_at AS `language.translationCode.translation.createdAt` , `language.translationCode.translation` . updated_at AS `language.translationCode.translation.updatedAt` , `language.translationCode.translation` . locale_id AS `language.translationCode.translation.localeId` , `language.translationCode.translation` . language_id AS `language.translationCode.translation.languageId` 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 , 0x44BA080A549D4870B127BD719449434F );
Copy
34
0.05 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"ƒ²Q+PÑC¥¥I┐ü¾▒åL "
b"ƒ²Q+PÑC¥¥I┐ü¾▒åL "
b"ƒ²Q+PÑC¥¥I┐ü¾▒åL "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x9FFD512B50A543BEBE49BF81F3B1864C OR `parent_id` = 0x9FFD512B50A543BEBE49BF81F3B1864C OR `id` = 0x9FFD512B50A543BEBE49BF81F3B1864C
;
Copy
35
0.21 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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% "
"%|9ffd512b50a543bebe49bf81f3b1864c|% "
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 '%|9ffd512b50a543bebe49bf81f3b1864c|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )));
Copy
36
0.07 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
37
0.07 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% "
"%|9ffd512b50a543bebe49bf81f3b1864c|% "
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 '%|9ffd512b50a543bebe49bf81f3b1864c|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
38
0.09 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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"ƒ²Q+PÑC¥¥I┐ü¾▒åL "
]
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 (0x9FFD512B50A543BEBE49BF81F3B1864C ));
Copy
39
0.07 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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` = 0x696EDAB409AA400E9F76E95471BDC8ED ) GROUP BY `currency` . `id` ;
Copy
40
0.04 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` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) AS `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) AS `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) AS `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` 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` , `currency.translation` . created_at AS `currency.translation.createdAt` , `currency.translation` . updated_at AS `currency.translation.updatedAt` , `currency.translation` . currency_id AS `currency.translation.currencyId` , `currency.translation` . language_id AS `currency.translation.languageId` 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` , COALESCE (`currency.translation.shortName` , `currency.translation.shortName` ) AS `currency.shortName` , `currency.translation.name` , COALESCE (`currency.translation.name` , `currency.translation.name` ) AS `currency.name` , `currency.translation.customFields` , COALESCE (`currency.translation.customFields` , `currency.translation.customFields` ) AS `currency.customFields` , `currency.translation.createdAt` , `currency.translation.updatedAt` , `currency.translation.currencyId` , `currency.translation.languageId` 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` , `currency.translation` . created_at AS `currency.translation.createdAt` , `currency.translation` . updated_at AS `currency.translation.updatedAt` , `currency.translation` . currency_id AS `currency.translation.currencyId` , `currency.translation` . language_id AS `currency.translation.languageId` 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
41
0.04 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"7ÚÃ╝\x1C óH¦è+ ظ·Ó╝ "
b"7ÚÃ╝\x1C óH¦è+ ظ·Ó╝ "
b"7ÚÃ╝\x1C óH¦è+ ظ·Ó╝ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x37E9C7BC1CA248DD8A2BFF9DF7FAE0BC OR `parent_id` = 0x37E9C7BC1CA248DD8A2BFF9DF7FAE0BC OR `id` = 0x37E9C7BC1CA248DD8A2BFF9DF7FAE0BC
;
Copy
42
0.07 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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% "
"%|37e9c7bc1ca248dd8a2bff9df7fae0bc|% "
2
4
]
SELECT
`category` . `id` AS `category.id` ,
`category` . `version_id` AS `category.versionId` ,
`category` . `parent_id` AS `category.parentId` ,
`category` . `parent_version_id` AS `category.parentVersionId` ,
`category` . `after_category_id` AS `category.afterCategoryId` ,
`category` . `after_category_version_id` AS `category.afterCategoryVersionId` ,
`category` . `media_id` AS `category.mediaId` ,
`category` . `display_nested_products` AS `category.displayNestedProducts` ,
`category` . `auto_increment` AS `category.autoIncrement` ,
`category` . `level` AS `category.level` ,
`category` . `path` AS `category.path` ,
`category` . `child_count` AS `category.childCount` ,
`category` . `type` AS `category.type` ,
`category` . `product_assignment_type` AS `category.productAssignmentType` ,
`category` . `visible` AS `category.visible` ,
`category` . `active` AS `category.active` ,
`category` . `cms_page_id` AS `category.cmsPageId` ,
`category` . `cms_page_version_id` AS `category.cmsPageVersionId` ,
`category` . `product_stream_id` AS `category.productStreamId` ,
`category` . `custom_entity_type_id` AS `category.customEntityTypeId` ,
`category` . `created_at` AS `category.createdAt` ,
`category` . `updated_at` AS `category.updatedAt` ,
`category.media` . `id` AS `category.media.id` ,
`category.media` . `user_id` AS `category.media.userId` ,
`category.media` . `media_folder_id` AS `category.media.mediaFolderId` ,
`category.media` . `mime_type` AS `category.media.mimeType` ,
`category.media` . `file_extension` AS `category.media.fileExtension` ,
`category.media` . `uploaded_at` AS `category.media.uploadedAt` ,
`category.media` . `file_name` AS `category.media.fileName` ,
`category.media` . `file_size` AS `category.media.fileSize` ,
`category.media` . `media_type` AS `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` AS `category.media.metaData` ,
`category.media` . `config` AS `category.media.config` ,
`category.media` . `path` AS `category.media.path` ,
`category.media` . `private` AS `category.media.private` ,
`category.media` . `thumbnails_ro` AS `category.media.thumbnailsRo` ,
`category.media` . `created_at` AS `category.media.createdAt` ,
`category.media` . `updated_at` AS `category.media.updatedAt` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 '%|37e9c7bc1ca248dd8a2bff9df7fae0bc|%' AND (`category` . `level` > 2 AND `category` . `level` < = 4 )));
Copy
43
0.03 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% "
"%|37e9c7bc1ca248dd8a2bff9df7fae0bc|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) AS `category-ids.key` , COUNT (`category` . `id` ) AS `category-ids.count` , COUNT (DISTINCT `category` . `id` ) AS `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|37e9c7bc1ca248dd8a2bff9df7fae0bc|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
44
0.06 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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"¤èœ¬§¹Mרû/þTâàð "
b"7ÚÃ╝\x1C óH¦è+ ظ·Ó╝ "
]
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 (0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0 , 0x37E9C7BC1CA248DD8A2BFF9DF7FAE0BC ));
Copy
45
0.03 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"¤èœ¬§¹Mרû/þTâàð "
b"¤èœ¬§¹Mרû/þTâàð "
b"¤èœ¬§¹Mרû/þTâàð "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0 OR `parent_id` = 0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0 OR `id` = 0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0
;
Copy
46
0.10 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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% "
"%|a4e89caca7b94dd7a8fb2ffe54e2e0f0|% "
1
4
]
SELECT
`category` . `id` AS `category.id` ,
`category` . `version_id` AS `category.versionId` ,
`category` . `parent_id` AS `category.parentId` ,
`category` . `parent_version_id` AS `category.parentVersionId` ,
`category` . `after_category_id` AS `category.afterCategoryId` ,
`category` . `after_category_version_id` AS `category.afterCategoryVersionId` ,
`category` . `media_id` AS `category.mediaId` ,
`category` . `display_nested_products` AS `category.displayNestedProducts` ,
`category` . `auto_increment` AS `category.autoIncrement` ,
`category` . `level` AS `category.level` ,
`category` . `path` AS `category.path` ,
`category` . `child_count` AS `category.childCount` ,
`category` . `type` AS `category.type` ,
`category` . `product_assignment_type` AS `category.productAssignmentType` ,
`category` . `visible` AS `category.visible` ,
`category` . `active` AS `category.active` ,
`category` . `cms_page_id` AS `category.cmsPageId` ,
`category` . `cms_page_version_id` AS `category.cmsPageVersionId` ,
`category` . `product_stream_id` AS `category.productStreamId` ,
`category` . `custom_entity_type_id` AS `category.customEntityTypeId` ,
`category` . `created_at` AS `category.createdAt` ,
`category` . `updated_at` AS `category.updatedAt` ,
`category.media` . `id` AS `category.media.id` ,
`category.media` . `user_id` AS `category.media.userId` ,
`category.media` . `media_folder_id` AS `category.media.mediaFolderId` ,
`category.media` . `mime_type` AS `category.media.mimeType` ,
`category.media` . `file_extension` AS `category.media.fileExtension` ,
`category.media` . `uploaded_at` AS `category.media.uploadedAt` ,
`category.media` . `file_name` AS `category.media.fileName` ,
`category.media` . `file_size` AS `category.media.fileSize` ,
`category.media` . `media_type` AS `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` AS `category.media.metaData` ,
`category.media` . `config` AS `category.media.config` ,
`category.media` . `path` AS `category.media.path` ,
`category.media` . `private` AS `category.media.private` ,
`category.media` . `thumbnails_ro` AS `category.media.thumbnailsRo` ,
`category.media` . `created_at` AS `category.media.createdAt` ,
`category.media` . `updated_at` AS `category.media.updatedAt` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 '%|a4e89caca7b94dd7a8fb2ffe54e2e0f0|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
47
0.04 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% "
"%|a4e89caca7b94dd7a8fb2ffe54e2e0f0|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) AS `category-ids.key` , COUNT (`category` . `id` ) AS `category-ids.count` , COUNT (DISTINCT `category` . `id` ) AS `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|a4e89caca7b94dd7a8fb2ffe54e2e0f0|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
48
0.07 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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"¤èœ¬§¹Mרû/þTâàð "
]
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 (0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0 ));
Copy
49
0.27 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
b"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
b"¤èœ¬§¹Mרû/þTâàð "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x0588B7C2EF114DC08664BFAD9E7917D9 OR `parent_id` = 0x0588B7C2EF114DC08664BFAD9E7917D9 OR `id` = 0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0
;
Copy
50
0.54 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
b"¤èœ¬§¹Mרû/þTâàð "
]
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 (0x0588B7C2EF114DC08664BFAD9E7917D9 , 0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0 ));
Copy
51
0.06 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` , `shipping_method.translation` . description AS `shipping_method.translation.description` , `shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` , `shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id AS `shipping_method.translation.languageId` 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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` , `shipping_method.translation` . description AS `shipping_method.translation.description` , `shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` , `shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id AS `shipping_method.translation.languageId` 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` = 0x696EDAB409AA400E9F76E95471BDC8ED ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
52
0.08 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` , COALESCE (`shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) AS `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) AS `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.languageId` , `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` , COALESCE (`shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) AS `shipping_method.media.title` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) AS `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) AS `shipping_method.media.customFields` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.name` , `shipping_method.translation.name` ) AS `shipping_method.name` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.description` , `shipping_method.translation.description` ) AS `shipping_method.description` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) AS `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) AS `shipping_method.customFields` , `shipping_method.translation.createdAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name AS `shipping_method.translation.name` , `shipping_method.translation` . description AS `shipping_method.translation.description` , `shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` , `shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id AS `shipping_method.translation.languageId` 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 `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.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` , `shipping_method.deliveryTime.translation` . created_at AS `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at AS `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id AS `shipping_method.deliveryTime.translation.languageId` 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` . title AS `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt AS `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields AS `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at AS `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at AS `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id AS `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id AS `shipping_method.media.translation.languageId` 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"0L\r ÜnFKFØäÿ\x07 I)\x14 ( "
b"\x01 És!X┴q(é▓}Ö├á³\x1A "
]
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` ,
COALESCE (
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) AS `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) AS `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.languageId` ,
`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` ,
COALESCE (
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) AS `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) AS `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) AS `shipping_method.media.customFields` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.languageId` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) AS `shipping_method.name` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) AS `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) AS `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) AS `shipping_method.customFields` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.languageId`
FROM
`shipping_method`
LEFT JOIN (
SELECT
`shipping_method.translation` . shipping_method_id ,
`shipping_method.translation` . name AS `shipping_method.translation.name` ,
`shipping_method.translation` . description AS `shipping_method.translation.description` ,
`shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` ,
`shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` ,
`shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` ,
`shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` ,
`shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` ,
`shipping_method.translation` . language_id AS `shipping_method.translation.languageId`
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 `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.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` ,
`shipping_method.deliveryTime.translation` . created_at AS `shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation` . updated_at AS `shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation` . delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation` . language_id AS `shipping_method.deliveryTime.translation.languageId`
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` . title AS `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . alt AS `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . custom_fields AS `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation` . created_at AS `shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation` . updated_at AS `shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation` . media_id AS `shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation` . language_id AS `shipping_method.media.translation.languageId`
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` , COALESCE (`shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) AS `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) AS `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.languageId` , `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` , COALESCE (`shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) AS `shipping_method.media.title` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) AS `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) AS `shipping_method.media.customFields` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.name` , `shipping_method.translation.name` ) AS `shipping_method.name` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.description` , `shipping_method.translation.description` ) AS `shipping_method.description` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) AS `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) AS `shipping_method.customFields` , `shipping_method.translation.createdAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation` . shipping_method_id , `shipping_method.translation` . name AS `shipping_method.translation.name` , `shipping_method.translation` . description AS `shipping_method.translation.description` , `shipping_method.translation` . tracking_url AS `shipping_method.translation.trackingUrl` , `shipping_method.translation` . custom_fields AS `shipping_method.translation.customFields` , `shipping_method.translation` . created_at AS `shipping_method.translation.createdAt` , `shipping_method.translation` . updated_at AS `shipping_method.translation.updatedAt` , `shipping_method.translation` . shipping_method_id AS `shipping_method.translation.shippingMethodId` , `shipping_method.translation` . language_id AS `shipping_method.translation.languageId` 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 `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.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` , `shipping_method.deliveryTime.translation` . created_at AS `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation` . updated_at AS `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation` . delivery_time_id AS `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation` . language_id AS `shipping_method.deliveryTime.translation.languageId` 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` . title AS `shipping_method.media.translation.title` , `shipping_method.media.translation` . alt AS `shipping_method.media.translation.alt` , `shipping_method.media.translation` . custom_fields AS `shipping_method.media.translation.customFields` , `shipping_method.media.translation` . created_at AS `shipping_method.media.translation.createdAt` , `shipping_method.media.translation` . updated_at AS `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation` . media_id AS `shipping_method.media.translation.mediaId` , `shipping_method.media.translation` . language_id AS `shipping_method.media.translation.languageId` 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 (0x304C0D9A6E464B469D84980749291428 , 0x0190732158C1712882B27D99C3A0FC1A );
Copy
53
0.07 ms
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `integration_id` AS `app.integrationId` ,
`app.integration` . `id` AS `app.integration.id` ,
`app.integration` . `label` AS `app.integration.label` ,
`app.integration` . `access_key` AS `app.integration.accessKey` ,
`app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` ,
`app.integration` . `admin` AS `app.integration.admin` ,
`app.integration` . `custom_fields` AS `app.integration.customFields` ,
`app.integration` . `deleted_at` AS `app.integration.deletedAt` ,
`app.integration` . `write_access` AS `app.integration.writeAccess` ,
`app.integration` . `created_at` AS `app.integration.createdAt` ,
`app.integration` . `updated_at` AS `app.integration.updatedAt` ,
`app` . `acl_role_id` AS `app.aclRoleId` ,
`app.aclRole` . `id` AS `app.aclRole.id` ,
`app.aclRole` . `name` AS `app.aclRole.name` ,
`app.aclRole` . `description` AS `app.aclRole.description` ,
`app.aclRole` . `privileges` AS `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` AS `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` ,
`app` . `created_at` AS `app.createdAt` ,
`app` . `updated_at` AS `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) AS `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) AS `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) AS `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) AS `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label AS `app.translation.label` ,
`app.translation` . description AS `app.translation.description` ,
`app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields AS `app.translation.customFields` ,
`app.translation` . created_at AS `app.translation.createdAt` ,
`app.translation` . updated_at AS `app.translation.updatedAt` ,
`app.translation` . app_id AS `app.translation.appId` ,
`app.translation` . language_id AS `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
54
0.03 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
55
0.02 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
56
0.04 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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` = 0x696EDAB409AA400E9F76E95471BDC8ED ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
57
0.07 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` , COALESCE (`payment_method.media.translation.title` , `payment_method.media.translation.title` ) AS `payment_method.media.title` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) AS `payment_method.media.alt` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) AS `payment_method.media.customFields` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.languageId` , `payment_method.translation.name` , COALESCE (`payment_method.translation.name` , `payment_method.translation.name` ) AS `payment_method.name` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) AS `payment_method.distinguishableName` , `payment_method.translation.description` , COALESCE (`payment_method.translation.description` , `payment_method.translation.description` ) AS `payment_method.description` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.customFields` , `payment_method.translation.customFields` ) AS `payment_method.customFields` , `payment_method.translation.createdAt` , `payment_method.translation.updatedAt` , `payment_method.translation.paymentMethodId` , `payment_method.translation.languageId` FROM `payment_method` 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` , `payment_method.translation` . created_at AS `payment_method.translation.createdAt` , `payment_method.translation` . updated_at AS `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id AS `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id AS `payment_method.translation.languageId` 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 `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.media.translation` . media_id , `payment_method.media.translation` . title AS `payment_method.media.translation.title` , `payment_method.media.translation` . alt AS `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields AS `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at AS `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at AS `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id AS `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id AS `payment_method.media.translation.languageId` 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"¬î«f-═CÿØô#ò í┌\x04 "
]
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` ,
COALESCE (
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) AS `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) AS `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) AS `payment_method.media.customFields` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.name` ,
`payment_method.translation.name`
) AS `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) AS `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.description` ,
`payment_method.translation.description`
) AS `payment_method.description` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) AS `payment_method.customFields` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.languageId`
FROM
`payment_method`
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` ,
`payment_method.translation` . created_at AS `payment_method.translation.createdAt` ,
`payment_method.translation` . updated_at AS `payment_method.translation.updatedAt` ,
`payment_method.translation` . payment_method_id AS `payment_method.translation.paymentMethodId` ,
`payment_method.translation` . language_id AS `payment_method.translation.languageId`
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 `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.media.translation` . media_id ,
`payment_method.media.translation` . title AS `payment_method.media.translation.title` ,
`payment_method.media.translation` . alt AS `payment_method.media.translation.alt` ,
`payment_method.media.translation` . custom_fields AS `payment_method.media.translation.customFields` ,
`payment_method.media.translation` . created_at AS `payment_method.media.translation.createdAt` ,
`payment_method.media.translation` . updated_at AS `payment_method.media.translation.updatedAt` ,
`payment_method.media.translation` . media_id AS `payment_method.media.translation.mediaId` ,
`payment_method.media.translation` . language_id AS `payment_method.media.translation.languageId`
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` , COALESCE (`payment_method.media.translation.title` , `payment_method.media.translation.title` ) AS `payment_method.media.title` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) AS `payment_method.media.alt` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) AS `payment_method.media.customFields` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.languageId` , `payment_method.translation.name` , COALESCE (`payment_method.translation.name` , `payment_method.translation.name` ) AS `payment_method.name` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) AS `payment_method.distinguishableName` , `payment_method.translation.description` , COALESCE (`payment_method.translation.description` , `payment_method.translation.description` ) AS `payment_method.description` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.customFields` , `payment_method.translation.customFields` ) AS `payment_method.customFields` , `payment_method.translation.createdAt` , `payment_method.translation.updatedAt` , `payment_method.translation.paymentMethodId` , `payment_method.translation.languageId` FROM `payment_method` 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` , `payment_method.translation` . created_at AS `payment_method.translation.createdAt` , `payment_method.translation` . updated_at AS `payment_method.translation.updatedAt` , `payment_method.translation` . payment_method_id AS `payment_method.translation.paymentMethodId` , `payment_method.translation` . language_id AS `payment_method.translation.languageId` 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 `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.media.translation` . media_id , `payment_method.media.translation` . title AS `payment_method.media.translation.title` , `payment_method.media.translation` . alt AS `payment_method.media.translation.alt` , `payment_method.media.translation` . custom_fields AS `payment_method.media.translation.customFields` , `payment_method.media.translation` . created_at AS `payment_method.media.translation.createdAt` , `payment_method.media.translation` . updated_at AS `payment_method.media.translation.updatedAt` , `payment_method.media.translation` . media_id AS `payment_method.media.translation.mediaId` , `payment_method.media.translation` . language_id AS `payment_method.media.translation.languageId` 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 (0xAA8CAE662DCD43989D932395FFA1DA04 );
Copy
58
0.06 ms
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `integration_id` AS `app.integrationId` ,
`app.integration` . `id` AS `app.integration.id` ,
`app.integration` . `label` AS `app.integration.label` ,
`app.integration` . `access_key` AS `app.integration.accessKey` ,
`app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` ,
`app.integration` . `admin` AS `app.integration.admin` ,
`app.integration` . `custom_fields` AS `app.integration.customFields` ,
`app.integration` . `deleted_at` AS `app.integration.deletedAt` ,
`app.integration` . `write_access` AS `app.integration.writeAccess` ,
`app.integration` . `created_at` AS `app.integration.createdAt` ,
`app.integration` . `updated_at` AS `app.integration.updatedAt` ,
`app` . `acl_role_id` AS `app.aclRoleId` ,
`app.aclRole` . `id` AS `app.aclRole.id` ,
`app.aclRole` . `name` AS `app.aclRole.name` ,
`app.aclRole` . `description` AS `app.aclRole.description` ,
`app.aclRole` . `privileges` AS `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` AS `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` ,
`app` . `created_at` AS `app.createdAt` ,
`app` . `updated_at` AS `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) AS `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) AS `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) AS `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) AS `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label AS `app.translation.label` ,
`app.translation` . description AS `app.translation.description` ,
`app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields AS `app.translation.customFields` ,
`app.translation` . created_at AS `app.translation.createdAt` ,
`app.translation` . updated_at AS `app.translation.updatedAt` ,
`app.translation` . app_id AS `app.translation.appId` ,
`app.translation` . language_id AS `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
59
0.02 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
60
0.01 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
61
0.56 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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
]
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` ,
COALESCE (
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.createdAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.mediaId` ,
`category.media.translation.languageId` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.media.translation` . media_id ,
`category.media.translation` . title AS `category.media.translation.title` ,
`category.media.translation` . alt AS `category.media.translation.alt` ,
`category.media.translation` . custom_fields AS `category.media.translation.customFields` ,
`category.media.translation` . created_at AS `category.media.translation.createdAt` ,
`category.media.translation` . updated_at AS `category.media.translation.updatedAt` ,
`category.media.translation` . media_id AS `category.media.translation.mediaId` ,
`category.media.translation` . language_id AS `category.media.translation.languageId`
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` , COALESCE (`category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.alt` , COALESCE (`category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.customFields` , COALESCE (`category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.createdAt` , `category.media.translation.updatedAt` , `category.media.translation.mediaId` , `category.media.translation.languageId` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` 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 `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.media.translation` . media_id , `category.media.translation` . title AS `category.media.translation.title` , `category.media.translation` . alt AS `category.media.translation.alt` , `category.media.translation` . custom_fields AS `category.media.translation.customFields` , `category.media.translation` . created_at AS `category.media.translation.createdAt` , `category.media.translation` . updated_at AS `category.media.translation.updatedAt` , `category.media.translation` . media_id AS `category.media.translation.mediaId` , `category.media.translation` . language_id AS `category.media.translation.languageId` 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 (0x0588B7C2EF114DC08664BFAD9E7917D9 ));
Copy
62
0.05 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` , COALESCE (`cms_page.translation.name` , `cms_page.translation.name` ) AS `cms_page.name` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.customFields` , `cms_page.translation.customFields` ) AS `cms_page.customFields` , `cms_page.translation.createdAt` , `cms_page.translation.updatedAt` , `cms_page.translation.cmsPageId` , `cms_page.translation.languageId` , `cms_page.translation.cmsPageVersionId` 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` , `cms_page.translation` . created_at AS `cms_page.translation.createdAt` , `cms_page.translation` . updated_at AS `cms_page.translation.updatedAt` , `cms_page.translation` . cms_page_id AS `cms_page.translation.cmsPageId` , `cms_page.translation` . language_id AS `cms_page.translation.languageId` , `cms_page.translation` . cms_page_version_id AS `cms_page.translation.cmsPageVersionId` 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 ‘\x03 ‘bð{òª¯e\x11 nlÿö "
]
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` , COALESCE (`cms_page.translation.name` , `cms_page.translation.name` ) AS `cms_page.name` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.customFields` , `cms_page.translation.customFields` ) AS `cms_page.customFields` , `cms_page.translation.createdAt` , `cms_page.translation.updatedAt` , `cms_page.translation.cmsPageId` , `cms_page.translation.languageId` , `cms_page.translation.cmsPageVersionId` 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` , `cms_page.translation` . created_at AS `cms_page.translation.createdAt` , `cms_page.translation` . updated_at AS `cms_page.translation.updatedAt` , `cms_page.translation` . cms_page_id AS `cms_page.translation.cmsPageId` , `cms_page.translation` . language_id AS `cms_page.translation.languageId` , `cms_page.translation` . cms_page_version_id AS `cms_page.translation.cmsPageVersionId` 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 (0x0191039162F07BF2AAAF65116E6CFFF6 ));
Copy
63
0.06 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` , COALESCE (`cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` ) AS `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` ) AS `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` ) AS `cms_section.backgroundMedia.customFields` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation.languageId` 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` . title AS `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . alt AS `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . custom_fields AS `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation` . created_at AS `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation` . updated_at AS `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation` . media_id AS `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation` . language_id AS `cms_section.backgroundMedia.translation.languageId` 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 ‘\x03 ‘bð{òª¯e\x11 nlÿö "
]
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` ,
COALESCE (
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title`
) AS `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
COALESCE (
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt`
) AS `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields`
) AS `cms_section.backgroundMedia.customFields` ,
`cms_section.backgroundMedia.translation.createdAt` ,
`cms_section.backgroundMedia.translation.updatedAt` ,
`cms_section.backgroundMedia.translation.mediaId` ,
`cms_section.backgroundMedia.translation.languageId`
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` . title AS `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . alt AS `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . custom_fields AS `cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation` . created_at AS `cms_section.backgroundMedia.translation.createdAt` ,
`cms_section.backgroundMedia.translation` . updated_at AS `cms_section.backgroundMedia.translation.updatedAt` ,
`cms_section.backgroundMedia.translation` . media_id AS `cms_section.backgroundMedia.translation.mediaId` ,
`cms_section.backgroundMedia.translation` . language_id AS `cms_section.backgroundMedia.translation.languageId`
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` , COALESCE (`cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` ) AS `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` ) AS `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` ) AS `cms_section.backgroundMedia.customFields` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation.languageId` 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` . title AS `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . alt AS `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . custom_fields AS `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation` . created_at AS `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation` . updated_at AS `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation` . media_id AS `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation` . language_id AS `cms_section.backgroundMedia.translation.languageId` 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 (0x0191039162F07BF2AAAF65116E6CFFF6 )));
Copy
64
0.05 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` , COALESCE (`cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` ) AS `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` ) AS `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` ) AS `cms_block.backgroundMedia.customFields` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation.languageId` 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` . title AS `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . alt AS `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . custom_fields AS `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation` . created_at AS `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation` . updated_at AS `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation` . media_id AS `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation` . language_id AS `cms_block.backgroundMedia.translation.languageId` 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 ‘\x03 ‘ncv˜®J,1 \x0E ®ë "
]
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` ,
COALESCE (
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title`
) AS `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
COALESCE (
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt`
) AS `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields`
) AS `cms_block.backgroundMedia.customFields` ,
`cms_block.backgroundMedia.translation.createdAt` ,
`cms_block.backgroundMedia.translation.updatedAt` ,
`cms_block.backgroundMedia.translation.mediaId` ,
`cms_block.backgroundMedia.translation.languageId`
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` . title AS `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . alt AS `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . custom_fields AS `cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation` . created_at AS `cms_block.backgroundMedia.translation.createdAt` ,
`cms_block.backgroundMedia.translation` . updated_at AS `cms_block.backgroundMedia.translation.updatedAt` ,
`cms_block.backgroundMedia.translation` . media_id AS `cms_block.backgroundMedia.translation.mediaId` ,
`cms_block.backgroundMedia.translation` . language_id AS `cms_block.backgroundMedia.translation.languageId`
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` , COALESCE (`cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` ) AS `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` ) AS `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` ) AS `cms_block.backgroundMedia.customFields` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation.languageId` 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` . title AS `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . alt AS `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . custom_fields AS `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation` . created_at AS `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation` . updated_at AS `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation` . media_id AS `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation` . language_id AS `cms_block.backgroundMedia.translation.languageId` 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 (0x019103916E637698AE4A2C31A00EAEEB )));
Copy
65
0.04 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` , COALESCE (`cms_slot.translation.config` , `cms_slot.translation.config` ) AS `cms_slot.config` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) AS `cms_slot.customFields` , `cms_slot.translation.createdAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.languageId` , `cms_slot.translation.cmsSlotVersionId` 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` , `cms_slot.translation` . created_at AS `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at AS `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id AS `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id AS `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id AS `cms_slot.translation.cmsSlotVersionId` 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 æ\x03 æ¼Pvúï█\x01 Øvõ¥ø "
b"\x01 ‘\x03 ‘Ó(qõ«\x1D Θ<ç³~ "
b"\x01 ‘\x03 ‘áÊuѽ<Š\x0E Ϥ\x01 - "
]
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` , COALESCE (`cms_slot.translation.config` , `cms_slot.translation.config` ) AS `cms_slot.config` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) AS `cms_slot.customFields` , `cms_slot.translation.createdAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.languageId` , `cms_slot.translation.cmsSlotVersionId` 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` , `cms_slot.translation` . created_at AS `cms_slot.translation.createdAt` , `cms_slot.translation` . updated_at AS `cms_slot.translation.updatedAt` , `cms_slot.translation` . cms_slot_id AS `cms_slot.translation.cmsSlotId` , `cms_slot.translation` . language_id AS `cms_slot.translation.languageId` , `cms_slot.translation` . cms_slot_version_id AS `cms_slot.translation.cmsSlotVersionId` 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 (0x01910391AC5076A38BDB019D76E4BE9B , 0x01910391D32871F5AB1DCE983CE7B37E , 0x01910391E1CA75D1BD3C8A0ECFA4012D )));
Copy
66
0.03 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
67
0.04 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` , COALESCE (`product_sorting.translation.label` , `product_sorting.translation.label` ) AS `product_sorting.label` , `product_sorting.translation.createdAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.productSortingId` , `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . product_sorting_id , `product_sorting.translation` . label AS `product_sorting.translation.label` , `product_sorting.translation` . created_at AS `product_sorting.translation.createdAt` , `product_sorting.translation` . updated_at AS `product_sorting.translation.updatedAt` , `product_sorting.translation` . product_sorting_id AS `product_sorting.translation.productSortingId` , `product_sorting.translation` . language_id AS `product_sorting.translation.languageId` 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"\t y×\x1D uÜK\f ¡UYuì\x1E 1D "
b"Ã<g"‹@C\x16 ¾ƒKï•\r H" "
b"¸,Ø\r uV@7žÔRMZ½U\x08 "
b"\x01 É\x06 óÙC}ûÖ¶┬'\r .;` "
b"\x01 É\x06 ñ\x00 s\x04 ôfí┌¿Zup "
b"9’K\x0E ’\x11 @¬„õ\x17 L\t $‰” "
b"-Þu\x1D Ú¸IþÉN\x0F qåù²S "
b"|ÝbæÞJìˆL#‰dÆÞ} "
]
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` , COALESCE (`product_sorting.translation.label` , `product_sorting.translation.label` ) AS `product_sorting.label` , `product_sorting.translation.createdAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.productSortingId` , `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . product_sorting_id , `product_sorting.translation` . label AS `product_sorting.translation.label` , `product_sorting.translation` . created_at AS `product_sorting.translation.createdAt` , `product_sorting.translation` . updated_at AS `product_sorting.translation.updatedAt` , `product_sorting.translation` . product_sorting_id AS `product_sorting.translation.productSortingId` , `product_sorting.translation` . language_id AS `product_sorting.translation.languageId` 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 (0x09799E1D759A4B0CAD5559758D1E3144 , 0xC33C67228B404316BE834BEF950D4822 , 0xB82CD80D755640379ED4524D5ABD5508 , 0x019006A2EB437D9699F4C2270D2E3B60 , 0x019006A400FF73049366A1DAA85A7570 , 0x39924B0E921140AC84F5174C09248994 , 0x2DE8751DE9F749E7904E0F718697FD53 , 0x7CDD62C3A6DE4AEC884C238964C6DE7D );
Copy
68
0.20 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"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0588B7C2EF114DC08664BFAD9E7917D9 )) LIMIT 1 ;
Copy
69
0.10 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"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
]
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 (0x0588B7C2EF114DC08664BFAD9E7917D9 ));
Copy
70
18.48 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 `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 MAX (IFNULL (`product` . `release_date` , `product.parent` . `release_date` )) DESC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
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 `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` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0588B7C2EF114DC08664BFAD9E7917D9 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MAX (IFNULL (`product` . `release_date` , `product.parent` . `release_date` )) DESC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
71
4.60 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 `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"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
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 `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` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0588B7C2EF114DC08664BFAD9E7917D9 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
72
4.45 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
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` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0588B7C2EF114DC08664BFAD9E7917D9 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
73
0.33 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` , COALESCE (`product_manufacturer.translation.name` , `product_manufacturer.translation.name` ) AS `product_manufacturer.name` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.description` , `product_manufacturer.translation.description` ) AS `product_manufacturer.description` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` ) AS `product_manufacturer.customFields` , `product_manufacturer.translation.createdAt` , `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation.languageId` , `product_manufacturer.translation.productManufacturerVersionId` 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` , `product_manufacturer.translation` . created_at AS `product_manufacturer.translation.createdAt` , `product_manufacturer.translation` . updated_at AS `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation` . product_manufacturer_id AS `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation` . language_id AS `product_manufacturer.translation.languageId` , `product_manufacturer.translation` . product_manufacturer_version_id AS `product_manufacturer.translation.productManufacturerVersionId` 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 É\x02 °,dx+ú'Sº\r \v bd "
b"\x01 É;\x10 ╣\v s\x10 Æ\x1F À\e ÷½ØC "
b"\x01 É┐\x05\x05\t pWö4ûÅX/ïâ "
b"""
\x01 ‘˵\x15 ¶w0“‘œö\n
Gôt
"""
b"/ϳ\x12 ãü@Ôïp│G³\x13 'Á "
b"Q€ºÇ\x17 ÛAO²{Z³ÅÝqâ "
b"a*)\x08 5§K\x11 Ä"e\x1A ëü\e "
b"b¯Ôrf\x16 D‡ µ¶·>4\x17 à "
b"«™à`\x1C ñNƒ–>š”Aé}4 "
b"Îâèè\x03 ÃMËüyî"eûíÛ "
b"Þ\x0E ž’ÅXN¥o3µQ÷é\r "
b"á&Ì\x1E Ý…GRœY\x14 ÔŸ#¾\x14 "
b"ùì,Ê?mI3¯\x13 [9\x1C ¦2Ç "
]
SELECT
`product_manufacturer` . `id` AS `product_manufacturer.id` ,
`product_manufacturer` . `version_id` AS `product_manufacturer.versionId` ,
`product_manufacturer` . `media_id` AS `product_manufacturer.mediaId` ,
`product_manufacturer` . `link` AS `product_manufacturer.link` ,
`product_manufacturer` . `created_at` AS `product_manufacturer.createdAt` ,
`product_manufacturer` . `updated_at` AS `product_manufacturer.updatedAt` ,
`product_manufacturer.translation.name` ,
COALESCE (
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name`
) AS `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
COALESCE (
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description`
) AS `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
COALESCE (
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields`
) AS `product_manufacturer.customFields` ,
`product_manufacturer.translation.createdAt` ,
`product_manufacturer.translation.updatedAt` ,
`product_manufacturer.translation.productManufacturerId` ,
`product_manufacturer.translation.languageId` ,
`product_manufacturer.translation.productManufacturerVersionId`
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` ,
`product_manufacturer.translation` . created_at AS `product_manufacturer.translation.createdAt` ,
`product_manufacturer.translation` . updated_at AS `product_manufacturer.translation.updatedAt` ,
`product_manufacturer.translation` . product_manufacturer_id AS `product_manufacturer.translation.productManufacturerId` ,
`product_manufacturer.translation` . language_id AS `product_manufacturer.translation.languageId` ,
`product_manufacturer.translation` . product_manufacturer_version_id AS `product_manufacturer.translation.productManufacturerVersionId`
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` , COALESCE (`product_manufacturer.translation.name` , `product_manufacturer.translation.name` ) AS `product_manufacturer.name` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.description` , `product_manufacturer.translation.description` ) AS `product_manufacturer.description` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` ) AS `product_manufacturer.customFields` , `product_manufacturer.translation.createdAt` , `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation.languageId` , `product_manufacturer.translation.productManufacturerVersionId` 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` , `product_manufacturer.translation` . created_at AS `product_manufacturer.translation.createdAt` , `product_manufacturer.translation` . updated_at AS `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation` . product_manufacturer_id AS `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation` . language_id AS `product_manufacturer.translation.languageId` , `product_manufacturer.translation` . product_manufacturer_version_id AS `product_manufacturer.translation.productManufacturerVersionId` 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 (0x019002F82C64782BA32753A70D0B6264 , 0x01903B10B90B7310921FB71BF6AB9D43 , 0x0190BF05050970579434968F582F8B83 , 0x0191CBB515B6773093919CF60A47F474 , 0x2FD8FC12C68140E28B70B347FC1327B5 , 0x5180BAC717DB414FB27B5AB3C5DD71E2 , 0x612A290835F54B118E22651AC7AE811B , 0x62AFD47266164487A0B5B6B73E3417E0 , 0xAB99E0601CF14E83963E9A9441E97D34 , 0xD7838A8A03C74DD381798C226596A1EA , 0xDE0E9E92C5584EADA56F33B551F7E90D , 0xE126CC1EDD8547529C5914D49F23BE14 , 0xF9EC2CCA3F6D4933AF135B391CA632C7 ));
Copy
74
12.69 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.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` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.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` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.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` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.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"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6f7d363166ab40379601e1e25057307e.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` ,
"$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6f7d363166ab40379601e1e25057307e.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` ,
"$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6f7d363166ab40379601e1e25057307e.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` ,
"$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6f7d363166ab40379601e1e25057307e.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` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.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` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.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` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.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` , "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6f7d363166ab40379601e1e25057307e.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` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0588B7C2EF114DC08664BFAD9E7917D9 AND NOT (`product` . `display_group` < = > NULL )));
Copy
75
3.74 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
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` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0588B7C2EF114DC08664BFAD9E7917D9 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
76
3.63 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
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` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0588B7C2EF114DC08664BFAD9E7917D9 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
77
4.05 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
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` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0588B7C2EF114DC08664BFAD9E7917D9 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
78
5.41 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
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` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0588B7C2EF114DC08664BFAD9E7917D9 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
79
0.24 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"\x00 \n gq7\x17 JÊ›û=ºÛE·ü "
b"\x00 ½'ïW-B\x17 ¡ÿΊ{_1£ "
b"\x01 ~╦5Ù┌@\x0F ┤ü§\x12 ö\x11 Tw "
b"\x01 É┐\x05 Åmr┐ØY\x02 Ý12┐± "
b"\x01 É┐\x05 Åpr▀Æ\v ¯µªß"w "
b"\x01 É┐\x05 ÅqpäØPR\x0F\x17\x10 ■\x0F "
b"\x01 É┐\x06\x03\x1C q║Ö¨}?©Ó\f ‗ "
b"\x01 É┐\x06 \r ‗p(®╦Ë╦îÊ(ÿ "
b"\x01 É┐\x06 \r ‗p(®╦Ë╦Ö#Ä╔ "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 E├\x17 / "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 G■y[ "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 I\x13 3à "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 J~┴â "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 KGÐÞ "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 O5Û. "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 U¾»L "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x13 $\x13 + "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x17\x13 I1 "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x1A\t Ôø "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x1F CÃ\e "
b"\x01 É┐\x06 \r §s²ÇB"K╩±└? "
b"""
\x01 É┐\x06 \r §s²ÇB"Kð\n
±1
"""
b"\x01 É┐\x06 \r §s²ÇB"K˸=± "
b"\x01 É┐\x06 \r ÷s╚«N/─ú]s½ "
]
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 (0x000A677137174ACA9BFB3DBADB45B7FC , 0x00BD27EF572D4217A1FFCE8A7B5F31A3 , 0x017ECB35EBDA400FB481F51294115477 , 0x0190BF058F6D72BF9D5902ED3132BFF1 , 0x0190BF058F7072DF920BEEE6A6E12277 , 0x0190BF058F7170849D50520F1710FE0F , 0x0190BF06031C71BA99F97D3FB8E00CF2 , 0x0190BF060DF27028A9CBD3CB8CD22898 , 0x0190BF060DF27028A9CBD3CB99238EC9 , 0x0190BF060DF372B3816C9F0445C3172F , 0x0190BF060DF372B3816C9F0447FE795B , 0x0190BF060DF372B3816C9F04491333C7 , 0x0190BF060DF372B3816C9F044A7EC183 , 0x0190BF060DF372B3816C9F044B47D1E8 , 0x0190BF060DF372B3816C9F044F35EA2E , 0x0190BF060DF372B3816C9F0455F3AF4C , 0x0190BF060DF470068E3FAA421324132B , 0x0190BF060DF470068E3FAA4217134931 , 0x0190BF060DF470068E3FAA421A09E29B , 0x0190BF060DF470068E3FAA421F43C71B , 0x0190BF060DF573FD8042224BCAF1C03F , 0x0190BF060DF573FD8042224BD00AF131 , 0x0190BF060DF573FD8042224BD3F73DF1 , 0x0190BF060DF673C8AE4E2FC4A35D73AB );
Copy
80
0.32 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"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x00 \n gq7\x17 JÊ›û=ºÛE·ü "
b"\x00 ½'ïW-B\x17 ¡ÿΊ{_1£ "
b"\x01 ~╦5Ù┌@\x0F ┤ü§\x12 ö\x11 Tw "
b"\x01 É┐\x05 Åmr┐ØY\x02 Ý12┐± "
b"\x01 É┐\x05 Åpr▀Æ\v ¯µªß"w "
b"\x01 É┐\x05 ÅqpäØPR\x0F\x17\x10 ■\x0F "
b"\x01 É┐\x06\x03\x1C q║Ö¨}?©Ó\f ‗ "
b"\x01 É┐\x06 \r ‗p(®╦Ë╦îÊ(ÿ "
b"\x01 É┐\x06 \r ‗p(®╦Ë╦Ö#Ä╔ "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 E├\x17 / "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 G■y[ "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 I\x13 3à "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 J~┴â "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 KGÐÞ "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 O5Û. "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 U¾»L "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x13 $\x13 + "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x17\x13 I1 "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x1A\t Ôø "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x1F CÃ\e "
b"\x01 É┐\x06 \r §s²ÇB"K╩±└? "
b"""
\x01 É┐\x06 \r §s²ÇB"Kð\n
±1
"""
b"\x01 É┐\x06 \r §s²ÇB"K˸=± "
b"\x01 É┐\x06 \r ÷s╚«N/─ú]s½ "
]
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` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x000A677137174ACA9BFB3DBADB45B7FC , 0x00BD27EF572D4217A1FFCE8A7B5F31A3 , 0x017ECB35EBDA400FB481F51294115477 , 0x0190BF058F6D72BF9D5902ED3132BFF1 , 0x0190BF058F7072DF920BEEE6A6E12277 , 0x0190BF058F7170849D50520F1710FE0F , 0x0190BF06031C71BA99F97D3FB8E00CF2 , 0x0190BF060DF27028A9CBD3CB8CD22898 , 0x0190BF060DF27028A9CBD3CB99238EC9 , 0x0190BF060DF372B3816C9F0445C3172F , 0x0190BF060DF372B3816C9F0447FE795B , 0x0190BF060DF372B3816C9F04491333C7 , 0x0190BF060DF372B3816C9F044A7EC183 , 0x0190BF060DF372B3816C9F044B47D1E8 , 0x0190BF060DF372B3816C9F044F35EA2E , 0x0190BF060DF372B3816C9F0455F3AF4C , 0x0190BF060DF470068E3FAA421324132B , 0x0190BF060DF470068E3FAA4217134931 , 0x0190BF060DF470068E3FAA421A09E29B , 0x0190BF060DF470068E3FAA421F43C71B , 0x0190BF060DF573FD8042224BCAF1C03F , 0x0190BF060DF573FD8042224BD00AF131 , 0x0190BF060DF573FD8042224BD3F73DF1 , 0x0190BF060DF673C8AE4E2FC4A35D73AB )) GROUP BY `product` . `id` ;
Copy
81
2.72 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` . `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` . `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` . `available_stock` AS `product.availableStock` , `product` . `stock` AS `product.stock` , `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` , COALESCE (`product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) AS `product.manufacturer.name` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) AS `product.manufacturer.description` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) AS `product.manufacturer.customFields` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.productManufacturerVersionId` , (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` , COALESCE (`product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) AS `product.unit.shortCode` , `product.unit.translation.name` , COALESCE (`product.unit.translation.name` , `product.unit.translation.name` ) AS `product.unit.name` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.customFields` , `product.unit.translation.customFields` ) AS `product.unit.customFields` , `product.unit.translation.createdAt` , `product.unit.translation.updatedAt` , `product.unit.translation.unitId` , `product.unit.translation.languageId` , `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` , COALESCE (`product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) AS `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) AS `product.deliveryTime.customFields` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.languageId` , `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` , COALESCE (`product.cover.media.translation.title` , `product.cover.media.translation.title` ) AS `product.cover.media.title` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) AS `product.cover.media.alt` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) AS `product.cover.media.customFields` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.languageId` , `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` , `product.translation.metaDescription` ) AS `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) AS `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) AS `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) AS `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) AS `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) AS `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) AS `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) AS `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) AS `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) AS `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` 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 (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_search_keywords AS `product.translation.customSearchKeywords` , `product.translation` . slot_config AS `product.translation.slotConfig` , `product.translation` . custom_fields AS `product.translation.customFields` , `product.translation` . created_at AS `product.translation.createdAt` , `product.translation` . updated_at AS `product.translation.updatedAt` , `product.translation` . product_id AS `product.translation.productId` , `product.translation` . language_id AS `product.translation.languageId` , `product.translation` . product_version_id AS `product.translation.productVersionId` 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_search_keywords AS `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config AS `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields AS `product.parent.translation.customFields` , `product.parent.translation` . created_at AS `product.parent.translation.createdAt` , `product.parent.translation` . updated_at AS `product.parent.translation.updatedAt` , `product.parent.translation` . product_id AS `product.parent.translation.productId` , `product.parent.translation` . language_id AS `product.parent.translation.languageId` , `product.parent.translation` . product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = ? ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_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.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` , `product.manufacturer.translation` . created_at AS `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at AS `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id AS `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id AS `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id AS `product.manufacturer.translation.productManufacturerVersionId` 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` , `product.unit.translation` . created_at AS `product.unit.translation.createdAt` , `product.unit.translation` . updated_at AS `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id AS `product.unit.translation.unitId` , `product.unit.translation` . language_id AS `product.unit.translation.languageId` 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` , `product.deliveryTime.translation` . created_at AS `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at AS `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id AS `product.deliveryTime.translation.languageId` 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` . title AS `product.cover.media.translation.title` , `product.cover.media.translation` . alt AS `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields AS `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at AS `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at AS `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id AS `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id AS `product.cover.media.translation.languageId` 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"\x00 \n gq7\x17 JÊ›û=ºÛE·ü "
b"\x00 ½'ïW-B\x17 ¡ÿΊ{_1£ "
b"\x01 ~╦5Ù┌@\x0F ┤ü§\x12 ö\x11 Tw "
b"\x01 É┐\x05 Åmr┐ØY\x02 Ý12┐± "
b"\x01 É┐\x05 Åpr▀Æ\v ¯µªß"w "
b"\x01 É┐\x05 ÅqpäØPR\x0F\x17\x10 ■\x0F "
b"\x01 É┐\x06\x03\x1C q║Ö¨}?©Ó\f ‗ "
b"\x01 É┐\x06 \r ‗p(®╦Ë╦îÊ(ÿ "
b"\x01 É┐\x06 \r ‗p(®╦Ë╦Ö#Ä╔ "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 E├\x17 / "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 G■y[ "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 I\x13 3à "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 J~┴â "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 KGÐÞ "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 O5Û. "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 U¾»L "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x13 $\x13 + "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x17\x13 I1 "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x1A\t Ôø "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x1F CÃ\e "
b"\x01 É┐\x06 \r §s²ÇB"K╩±└? "
b"""
\x01 É┐\x06 \r §s²ÇB"Kð\n
±1
"""
b"\x01 É┐\x06 \r §s²ÇB"K˸=± "
b"\x01 É┐\x06 \r ÷s╚«N/─ú]s½ "
]
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` . `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` . `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` . `available_stock` AS `product.availableStock` ,
`product` . `stock` AS `product.stock` ,
`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` ,
COALESCE (
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name`
) AS `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
COALESCE (
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description`
) AS `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
COALESCE (
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields`
) AS `product.manufacturer.customFields` ,
`product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation.languageId` ,
`product.manufacturer.translation.productManufacturerVersionId` ,
(
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` ,
COALESCE (
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode`
) AS `product.unit.shortCode` ,
`product.unit.translation.name` ,
COALESCE (
`product.unit.translation.name` ,
`product.unit.translation.name`
) AS `product.unit.name` ,
`product.unit.translation.customFields` ,
COALESCE (
`product.unit.translation.customFields` ,
`product.unit.translation.customFields`
) AS `product.unit.customFields` ,
`product.unit.translation.createdAt` ,
`product.unit.translation.updatedAt` ,
`product.unit.translation.unitId` ,
`product.unit.translation.languageId` ,
`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` ,
COALESCE (
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name`
) AS `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
COALESCE (
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields`
) AS `product.deliveryTime.customFields` ,
`product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation.languageId` ,
`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` ,
COALESCE (
`product.cover.media.translation.title` ,
`product.cover.media.translation.title`
) AS `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
COALESCE (
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt`
) AS `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
COALESCE (
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields`
) AS `product.cover.media.customFields` ,
`product.cover.media.translation.createdAt` ,
`product.cover.media.translation.updatedAt` ,
`product.cover.media.translation.mediaId` ,
`product.cover.media.translation.languageId` ,
`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` ,
`product.translation.metaDescription`
) AS `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) AS `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) AS `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) AS `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) AS `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) AS `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) AS `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) AS `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) AS `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) AS `product.customFields` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.productVersionId` ,
`product.parent.translation.productVersionId`
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 (
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_search_keywords AS `product.translation.customSearchKeywords` ,
`product.translation` . slot_config AS `product.translation.slotConfig` ,
`product.translation` . custom_fields AS `product.translation.customFields` ,
`product.translation` . created_at AS `product.translation.createdAt` ,
`product.translation` . updated_at AS `product.translation.updatedAt` ,
`product.translation` . product_id AS `product.translation.productId` ,
`product.translation` . language_id AS `product.translation.languageId` ,
`product.translation` . product_version_id AS `product.translation.productVersionId`
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_search_keywords AS `product.parent.translation.customSearchKeywords` ,
`product.parent.translation` . slot_config AS `product.parent.translation.slotConfig` ,
`product.parent.translation` . custom_fields AS `product.parent.translation.customFields` ,
`product.parent.translation` . created_at AS `product.parent.translation.createdAt` ,
`product.parent.translation` . updated_at AS `product.parent.translation.updatedAt` ,
`product.parent.translation` . product_id AS `product.parent.translation.productId` ,
`product.parent.translation` . language_id AS `product.parent.translation.languageId` ,
`product.parent.translation` . product_version_id AS `product.parent.translation.productVersionId`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . language_id = ?
) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id`
AND `product.product_translation.parent` . product_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.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` ,
`product.manufacturer.translation` . created_at AS `product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation` . updated_at AS `product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation` . product_manufacturer_id AS `product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation` . language_id AS `product.manufacturer.translation.languageId` ,
`product.manufacturer.translation` . product_manufacturer_version_id AS `product.manufacturer.translation.productManufacturerVersionId`
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` ,
`product.unit.translation` . created_at AS `product.unit.translation.createdAt` ,
`product.unit.translation` . updated_at AS `product.unit.translation.updatedAt` ,
`product.unit.translation` . unit_id AS `product.unit.translation.unitId` ,
`product.unit.translation` . language_id AS `product.unit.translation.languageId`
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` ,
`product.deliveryTime.translation` . created_at AS `product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation` . updated_at AS `product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation` . delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation` . language_id AS `product.deliveryTime.translation.languageId`
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` . title AS `product.cover.media.translation.title` ,
`product.cover.media.translation` . alt AS `product.cover.media.translation.alt` ,
`product.cover.media.translation` . custom_fields AS `product.cover.media.translation.customFields` ,
`product.cover.media.translation` . created_at AS `product.cover.media.translation.createdAt` ,
`product.cover.media.translation` . updated_at AS `product.cover.media.translation.updatedAt` ,
`product.cover.media.translation` . media_id AS `product.cover.media.translation.mediaId` ,
`product.cover.media.translation` . language_id AS `product.cover.media.translation.languageId`
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` . `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` . `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` . `available_stock` AS `product.availableStock` , `product` . `stock` AS `product.stock` , `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` , COALESCE (`product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) AS `product.manufacturer.name` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) AS `product.manufacturer.description` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) AS `product.manufacturer.customFields` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.productManufacturerVersionId` , (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` , COALESCE (`product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) AS `product.unit.shortCode` , `product.unit.translation.name` , COALESCE (`product.unit.translation.name` , `product.unit.translation.name` ) AS `product.unit.name` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.customFields` , `product.unit.translation.customFields` ) AS `product.unit.customFields` , `product.unit.translation.createdAt` , `product.unit.translation.updatedAt` , `product.unit.translation.unitId` , `product.unit.translation.languageId` , `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` , COALESCE (`product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) AS `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) AS `product.deliveryTime.customFields` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.languageId` , `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` , COALESCE (`product.cover.media.translation.title` , `product.cover.media.translation.title` ) AS `product.cover.media.title` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) AS `product.cover.media.alt` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) AS `product.cover.media.customFields` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.languageId` , `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` , `product.translation.metaDescription` ) AS `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) AS `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) AS `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) AS `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) AS `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) AS `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) AS `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) AS `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) AS `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) AS `product.customFields` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.productVersionId` , `product.parent.translation.productVersionId` 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 (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_search_keywords AS `product.translation.customSearchKeywords` , `product.translation` . slot_config AS `product.translation.slotConfig` , `product.translation` . custom_fields AS `product.translation.customFields` , `product.translation` . created_at AS `product.translation.createdAt` , `product.translation` . updated_at AS `product.translation.updatedAt` , `product.translation` . product_id AS `product.translation.productId` , `product.translation` . language_id AS `product.translation.languageId` , `product.translation` . product_version_id AS `product.translation.productVersionId` 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_search_keywords AS `product.parent.translation.customSearchKeywords` , `product.parent.translation` . slot_config AS `product.parent.translation.slotConfig` , `product.parent.translation` . custom_fields AS `product.parent.translation.customFields` , `product.parent.translation` . created_at AS `product.parent.translation.createdAt` , `product.parent.translation` . updated_at AS `product.parent.translation.updatedAt` , `product.parent.translation` . product_id AS `product.parent.translation.productId` , `product.parent.translation` . language_id AS `product.parent.translation.languageId` , `product.parent.translation` . product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation.parent` ON `product.product_translation.parent` . `product_id` = `product.parent` . `id` AND `product.product_translation.parent` . product_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.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` , `product.manufacturer.translation` . created_at AS `product.manufacturer.translation.createdAt` , `product.manufacturer.translation` . updated_at AS `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation` . product_manufacturer_id AS `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation` . language_id AS `product.manufacturer.translation.languageId` , `product.manufacturer.translation` . product_manufacturer_version_id AS `product.manufacturer.translation.productManufacturerVersionId` 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` , `product.unit.translation` . created_at AS `product.unit.translation.createdAt` , `product.unit.translation` . updated_at AS `product.unit.translation.updatedAt` , `product.unit.translation` . unit_id AS `product.unit.translation.unitId` , `product.unit.translation` . language_id AS `product.unit.translation.languageId` 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` , `product.deliveryTime.translation` . created_at AS `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation` . updated_at AS `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation` . delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation` . language_id AS `product.deliveryTime.translation.languageId` 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` . title AS `product.cover.media.translation.title` , `product.cover.media.translation` . alt AS `product.cover.media.translation.alt` , `product.cover.media.translation` . custom_fields AS `product.cover.media.translation.customFields` , `product.cover.media.translation` . created_at AS `product.cover.media.translation.createdAt` , `product.cover.media.translation` . updated_at AS `product.cover.media.translation.updatedAt` , `product.cover.media.translation` . media_id AS `product.cover.media.translation.mediaId` , `product.cover.media.translation` . language_id AS `product.cover.media.translation.languageId` 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 (0x000A677137174ACA9BFB3DBADB45B7FC , 0x00BD27EF572D4217A1FFCE8A7B5F31A3 , 0x017ECB35EBDA400FB481F51294115477 , 0x0190BF058F6D72BF9D5902ED3132BFF1 , 0x0190BF058F7072DF920BEEE6A6E12277 , 0x0190BF058F7170849D50520F1710FE0F , 0x0190BF06031C71BA99F97D3FB8E00CF2 , 0x0190BF060DF27028A9CBD3CB8CD22898 , 0x0190BF060DF27028A9CBD3CB99238EC9 , 0x0190BF060DF372B3816C9F0445C3172F , 0x0190BF060DF372B3816C9F0447FE795B , 0x0190BF060DF372B3816C9F04491333C7 , 0x0190BF060DF372B3816C9F044A7EC183 , 0x0190BF060DF372B3816C9F044B47D1E8 , 0x0190BF060DF372B3816C9F044F35EA2E , 0x0190BF060DF372B3816C9F0455F3AF4C , 0x0190BF060DF470068E3FAA421324132B , 0x0190BF060DF470068E3FAA4217134931 , 0x0190BF060DF470068E3FAA421A09E29B , 0x0190BF060DF470068E3FAA421F43C71B , 0x0190BF060DF573FD8042224BCAF1C03F , 0x0190BF060DF573FD8042224BD00AF131 , 0x0190BF060DF573FD8042224BD3F73DF1 , 0x0190BF060DF673C8AE4E2FC4A35D73AB ));
Copy
82
0.47 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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name AS `property_group_option.translation.name` , `property_group_option.translation` . position AS `property_group_option.translation.position` , `property_group_option.translation` . custom_fields AS `property_group_option.translation.customFields` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"*YJ{'ÉLwë╚"ç<ZÖ "
b"Ï╩díÕ5Jê¢É»÷Cû¦3 "
b"\r \x12\x17 ¬çyFi¸¥BnÏ)3“ "
b"\x01 É┐\x04 ²!s\r ƒ¯°4Ì▀\x16 ▒ "
b"\x01 É┐\x05\x08 fsÊ▒ö¾ò╔æ.É "
b"\x01 É┐\x05\x0E "r┤üùì.ÑòQÙ "
b"\x01 É┐\x06\x02 Xq7ë╗m¸\x02 ┌ã\x11 "
b"\x01 É┐\x05 Ë_pw┐±ÉÀÑk4Ç "
b"\x01 É┐\x05 ┘cqVÁJ¢\x1A ½×╠ç "
b"""
\x01 É┐\x05 ▄\n
s└┐I±f°Y▀,
"""
b"\x01 É┐\x05 ▄Gp═Éû$\t úí/{ "
b"\x01 É┐\x05 ▄âs´Ø\x06 ┘7Ä\x06 ¦\x04 "
b"\x01 É┐\x05 ▄ïpßÜß\v ╗huBÇ "
b"\x01 É┐\x05 ▄Æs¸¢û2¸┐\x1E Þã "
b"\x01 É┐\x05 ¦\f p÷½¢r{\x06 þ½· "
b"\x01 É┐\x05 ¦¤q£░µßï²8\x0F ╦ "
b"\x01 É┐\x05 ▀ÊpUáC}m¤\x06 ÷▒ "
b"\x01 É┐\x05 Ó▒róôMiõì\6À "
b"\x01 É┐\x05 ß-qqÄý¥D\x11 ÷ß\x19 "
b"\x01 É┐\x05 Ô°qס\x1F ┼└T¦r° "
b"\x01 É┐\x05 µ\x06 r¨ƒ-ÿ½\t \^& "
b"\x01 É┐\x05 µ├qÐô\x06 :Å{ \x16 Í "
b"\x01 É┐\x05 þ@rÀñ"╠╗ï.~È "
b"\x01 É┐\x05 þHs!ÉÒ╗╦3ÈÖ\x11 "
]
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` ,
COALESCE (
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) AS `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) AS `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) AS `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) AS `property_group_option.group.customFields` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) AS `property_group_option.name` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) AS `property_group_option.position` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) AS `property_group_option.customFields` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
LEFT JOIN (
SELECT
`property_group_option.translation` . property_group_option_id ,
`property_group_option.translation` . name AS `property_group_option.translation.name` ,
`property_group_option.translation` . position AS `property_group_option.translation.position` ,
`property_group_option.translation` . custom_fields AS `property_group_option.translation.customFields` ,
`property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id AS `property_group_option.translation.languageId`
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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` ,
`property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . language_id = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
WHERE
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name AS `property_group_option.translation.name` , `property_group_option.translation` . position AS `property_group_option.translation.position` , `property_group_option.translation` . custom_fields AS `property_group_option.translation.customFields` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` WHERE `property_group_option` . `id` IN (0x2A594A7B27904C7789C822873C5AF099 , 0xD8CA64A1E5354A88BD90AFF64396DD33 , 0x0D1217ACE7794669B8A5426ECF293393 , 0x0190BF04FD21730D9FEEF834DEDF16B1 , 0x0190BF05086673D2B194F395C9912E90 , 0x0190BF050E2272B481978D2EA59551EB , 0x0190BF060258713789BB6DF702DAC611 , 0x0190BF05D35F7077BFF190B7A56B3480 , 0x0190BF05D9637156B54ABD1AAB9ECC87 , 0x0190BF05DC0A73C0BF49F166F859DF2C , 0x0190BF05DC4770CD90962409A3A12F7B , 0x0190BF05DC8373EF9D06D9378E06DD04 , 0x0190BF05DC8B70E19AE10BBB68754280 , 0x0190BF05DC9273F7BD9632F7BF1EE8C6 , 0x0190BF05DD0C70F6ABBD727B06E7ABFA , 0x0190BF05DDCF719CB0E6E18BFD380FCB , 0x0190BF05DFD27055A0437D6DCF06F6B1 , 0x0190BF05E0B172A2934D69E48D5C36B7 , 0x0190BF05E12D71718EECBE4411F6E119 , 0x0190BF05E2F8719EAD1FC5C054DD72F8 , 0x0190BF05E60672F99F2D98AB095C5E26 , 0x0190BF05E6C371D193063A8F7BFF16D6 , 0x0190BF05E74072B7A422CCBB8B2E7ED4 , 0x0190BF05E748732190E3BBCB33D49911 );
Copy
83
0.16 ms
SELECT `product_price` . `id` AS `product_price.id` , `product_price` . `version_id` AS `product_price.versionId` , `product_price` . `product_id` AS `product_price.productId` , `product_price` . `product_version_id` AS `product_price.productVersionId` , `product_price` . `rule_id` AS `product_price.ruleId` , `product_price` . `price` AS `product_price.price` , `product_price` . `quantity_start` AS `product_price.quantityStart` , `product_price` . `quantity_end` AS `product_price.quantityEnd` , `product_price` . `custom_fields` AS `product_price.customFields` , `product_price` . `created_at` AS `product_price.createdAt` , `product_price` . `updated_at` AS `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 \n gq7\x17 JÊ›û=ºÛE·ü "
b"\x00 ½'ïW-B\x17 ¡ÿΊ{_1£ "
b"\x01 ~╦5Ù┌@\x0F ┤ü§\x12 ö\x11 Tw "
b"\x01 É┐\x05 Åmr┐ØY\x02 Ý12┐± "
b"\x01 É┐\x05 Åpr▀Æ\v ¯µªß"w "
b"\x01 É┐\x05 ÅqpäØPR\x0F\x17\x10 ■\x0F "
b"\x01 É┐\x06\x03\x1C q║Ö¨}?©Ó\f ‗ "
b"\x01 É┐\x06 \r ‗p(®╦Ë╦îÊ(ÿ "
b"\x01 É┐\x06 \r ‗p(®╦Ë╦Ö#Ä╔ "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 E├\x17 / "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 G■y[ "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 I\x13 3à "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 J~┴â "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 KGÐÞ "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 O5Û. "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 U¾»L "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x13 $\x13 + "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x17\x13 I1 "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x1A\t Ôø "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x1F CÃ\e "
b"\x01 É┐\x06 \r §s²ÇB"K╩±└? "
b"""
\x01 É┐\x06 \r §s²ÇB"Kð\n
±1
"""
b"\x01 É┐\x06 \r §s²ÇB"K˸=± "
b"\x01 É┐\x06 \r ÷s╚«N/─ú]s½ "
b"ì░±þ8H:©Ò:vÞ§.Ï "
b"9#YTM¹N´…ñ\x14 yEÅþH "
b"¢f¯(p¤M¹Ø¢õ╠s▄µï "
b"\x01 É┐\x05 Åpr▀Æ\v ¯µñ¾\x06 ß "
b"\x01 É┐\x05 ÅqpäØPR\x0F\x15 o\x10 ╬ "
b"!šå¨¸å@6Œ(eûŠà\x15 À "
b"\x01 É┐\x06 \r ±q©çl┌┐\x07 7}2 "
b"\x01 É┐\x06 \r ‗p(®╦Ë╦öÜS\r "
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 M\x1C ઠ"
b"\x01 É┐\x06 \r ¾r│ülƒ\x04 UXR├ "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x11 Ç░ë "
b"\x01 É┐\x06 \r ¶p\x06 Ä?¬B\x1C\t R\x03 "
b"\x01 É┐\x06 \r §s²ÇB"K╚µ¤▒ "
b"\x01 É┐\x06 \r §s²ÇB"K╬I$` "
b"\x01 É┐\x06 \r §s²ÇB"KÊ\x14\t a "
]
SELECT
`product_price` . `id` AS `product_price.id` ,
`product_price` . `version_id` AS `product_price.versionId` ,
`product_price` . `product_id` AS `product_price.productId` ,
`product_price` . `product_version_id` AS `product_price.productVersionId` ,
`product_price` . `rule_id` AS `product_price.ruleId` ,
`product_price` . `price` AS `product_price.price` ,
`product_price` . `quantity_start` AS `product_price.quantityStart` ,
`product_price` . `quantity_end` AS `product_price.quantityEnd` ,
`product_price` . `custom_fields` AS `product_price.customFields` ,
`product_price` . `created_at` AS `product_price.createdAt` ,
`product_price` . `updated_at` AS `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
)
Copy
SELECT `product_price` . `id` AS `product_price.id` , `product_price` . `version_id` AS `product_price.versionId` , `product_price` . `product_id` AS `product_price.productId` , `product_price` . `product_version_id` AS `product_price.productVersionId` , `product_price` . `rule_id` AS `product_price.ruleId` , `product_price` . `price` AS `product_price.price` , `product_price` . `quantity_start` AS `product_price.quantityStart` , `product_price` . `quantity_end` AS `product_price.quantityEnd` , `product_price` . `custom_fields` AS `product_price.customFields` , `product_price` . `created_at` AS `product_price.createdAt` , `product_price` . `updated_at` AS `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x000A677137174ACA9BFB3DBADB45B7FC , 0x00BD27EF572D4217A1FFCE8A7B5F31A3 , 0x017ECB35EBDA400FB481F51294115477 , 0x0190BF058F6D72BF9D5902ED3132BFF1 , 0x0190BF058F7072DF920BEEE6A6E12277 , 0x0190BF058F7170849D50520F1710FE0F , 0x0190BF06031C71BA99F97D3FB8E00CF2 , 0x0190BF060DF27028A9CBD3CB8CD22898 , 0x0190BF060DF27028A9CBD3CB99238EC9 , 0x0190BF060DF372B3816C9F0445C3172F , 0x0190BF060DF372B3816C9F0447FE795B , 0x0190BF060DF372B3816C9F04491333C7 , 0x0190BF060DF372B3816C9F044A7EC183 , 0x0190BF060DF372B3816C9F044B47D1E8 , 0x0190BF060DF372B3816C9F044F35EA2E , 0x0190BF060DF372B3816C9F0455F3AF4C , 0x0190BF060DF470068E3FAA421324132B , 0x0190BF060DF470068E3FAA4217134931 , 0x0190BF060DF470068E3FAA421A09E29B , 0x0190BF060DF470068E3FAA421F43C71B , 0x0190BF060DF573FD8042224BCAF1C03F , 0x0190BF060DF573FD8042224BD00AF131 , 0x0190BF060DF573FD8042224BD3F73DF1 , 0x0190BF060DF673C8AE4E2FC4A35D73AB , 0x8DB0F0F1E738483AB8E33A76E8F52ED8 , 0x392359544DB94EB485F1147945C5FE48 , 0xBD66EE2870CF4DFB9DBDE4CC73DCE68B , 0x0190BF058F7072DF920BEEE6A4F306E1 , 0x0190BF058F7170849D50520F156F10CE , 0x219AE5A8B8E540368C2865FB8AE015C0 , 0x0190BF060DF171B8876CDABF07377D32 , 0x0190BF060DF27028A9CBD3CB949A530D , 0x0190BF060DF372B3816C9F044D1C85A6 , 0x0190BF060DF372B3816C9F04555852C3 , 0x0190BF060DF470068E3FAA421180B089 , 0x0190BF060DF470068E3FAA421C095203 , 0x0190BF060DF573FD8042224BC8E6CFB1 , 0x0190BF060DF573FD8042224BCE492460 , 0x0190BF060DF573FD8042224BD2140961 )));
Copy
84
0.04 ms
SELECT `unit` . `id` AS `unit.id` , `unit` . `created_at` AS `unit.createdAt` , `unit` . `updated_at` AS `unit.updatedAt` , `unit.translation.shortCode` , COALESCE (`unit.translation.shortCode` , `unit.translation.shortCode` ) AS `unit.shortCode` , `unit.translation.name` , COALESCE (`unit.translation.name` , `unit.translation.name` ) AS `unit.name` , `unit.translation.customFields` , COALESCE (`unit.translation.customFields` , `unit.translation.customFields` ) AS `unit.customFields` , `unit.translation.createdAt` , `unit.translation.updatedAt` , `unit.translation.unitId` , `unit.translation.languageId` 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` , `unit.translation` . created_at AS `unit.translation.createdAt` , `unit.translation` . updated_at AS `unit.translation.updatedAt` , `unit.translation` . unit_id AS `unit.translation.unitId` , `unit.translation` . language_id AS `unit.translation.languageId` 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` , COALESCE (`unit.translation.shortCode` , `unit.translation.shortCode` ) AS `unit.shortCode` , `unit.translation.name` , COALESCE (`unit.translation.name` , `unit.translation.name` ) AS `unit.name` , `unit.translation.customFields` , COALESCE (`unit.translation.customFields` , `unit.translation.customFields` ) AS `unit.customFields` , `unit.translation.createdAt` , `unit.translation.updatedAt` , `unit.translation.unitId` , `unit.translation.languageId` 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` , `unit.translation` . created_at AS `unit.translation.createdAt` , `unit.translation` . updated_at AS `unit.translation.updatedAt` , `unit.translation` . unit_id AS `unit.translation.unitId` , `unit.translation` . language_id AS `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
85
0.05 ms
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `integration_id` AS `app.integrationId` ,
`app.integration` . `id` AS `app.integration.id` ,
`app.integration` . `label` AS `app.integration.label` ,
`app.integration` . `access_key` AS `app.integration.accessKey` ,
`app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` ,
`app.integration` . `admin` AS `app.integration.admin` ,
`app.integration` . `custom_fields` AS `app.integration.customFields` ,
`app.integration` . `deleted_at` AS `app.integration.deletedAt` ,
`app.integration` . `write_access` AS `app.integration.writeAccess` ,
`app.integration` . `created_at` AS `app.integration.createdAt` ,
`app.integration` . `updated_at` AS `app.integration.updatedAt` ,
`app` . `acl_role_id` AS `app.aclRoleId` ,
`app.aclRole` . `id` AS `app.aclRole.id` ,
`app.aclRole` . `name` AS `app.aclRole.name` ,
`app.aclRole` . `description` AS `app.aclRole.description` ,
`app.aclRole` . `privileges` AS `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` AS `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` ,
`app` . `created_at` AS `app.createdAt` ,
`app` . `updated_at` AS `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) AS `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) AS `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) AS `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) AS `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label AS `app.translation.label` ,
`app.translation` . description AS `app.translation.description` ,
`app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields AS `app.translation.customFields` ,
`app.translation` . created_at AS `app.translation.createdAt` ,
`app.translation` . updated_at AS `app.translation.updatedAt` ,
`app.translation` . app_id AS `app.translation.appId` ,
`app.translation` . language_id AS `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
86
0.02 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
87
0.01 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
88
2.92 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"\x00 1D(N E޵Bl×̽\x17 / "
b"\x00 B=\x15 è¼Lõ╣þ©ê8Ø\x1E ú "
b"\x00 tãïYYF¾—wú\x12 Ž9)/ "
b"\x00 àª.\v 4Hÿ┐½\f ╚sìÎÔ "
b"\x00 ║Å&Ö\f HÍÆµ\x1E õ\x05 Ëùj "
b"\x00 ÇÉ\x04 Á¨Gv¢û%Mn™\x05 § "
b"\x01\x1F $‹\v\x18 Bë‚Êvªòðît "
b"\x01 É┐\x04 ²!s\r ƒ¯°4Ì▀\x16 ▒ "
b"\x01 É┐\x05\x06 ╣p\f ÖkV├Dëñ¾ "
b"\x01 É┐\x05\x08 fsÊ▒ö¾ò╔æ.É "
b"""
\x01 É┐\x05 \n
\x1F s9╗õ┤î\x18 Öx\x06
"""
b"\x01 É┐\x05\f !p»aé▓»ÃKH "
b"\x01 É┐\x05\x0E "r┤üùì.ÑòQÙ "
b"\x01 É┐\x05\x10 .q_ôWÜ\x12 RõÉ0 "
b"\x01 É┐\x05 ÊÔpðØ\x07 åVçDðg "
b"\x01 É┐\x05 Ë_pw┐±ÉÀÑk4Ç "
b"\x01 É┐\x05 Ï}püûþ¾\x04\x19 pÉ "
b"\x01 É┐\x05 ┘cqVÁJ¢\x1A ½×╠ç "
b"\x01 É┐\x05 ┌Dr\x0E îi▄\x03 ø~ÖÈ "
b"\x01 É┐\x05 █#p/▓xN\x0F N\x05 ┴\x1C "
b"\x01 É┐\x05 ▄\x02 p▀¼\x7F íut╠╬% "
b"""
\x01 É┐\x05 ▄\n
s└┐I±f°Y▀,
"""
b"\x01 É┐\x05 ▄Gp═Éû$\t úí/{ "
b"\x01 É┐\x05 ▄âs´Ø\x06 ┘7Ä\x06 ¦\x04 "
b"\x01 É┐\x05 ▄ïpßÜß\v ╗huBÇ "
b"\x01 É┐\x05 ▄Æs¸¢û2¸┐\x1E Þã "
b"\x01 É┐\x05 ▄¤rÆòÿı¶s\t ÚE "
b"\x01 É┐\x05 ¦\f p÷½¢r{\x06 þ½· "
b"\x01 É┐\x05 ¦Jsgåí ׃cHá "
b"\x01 É┐\x05 ¦çsÙúª╗█ã¾■â "
b"\x01 É┐\x05 ¦¤q£░µßï²8\x0F ╦ "
b"\x01 É┐\x05 Ì\f sDä¸Cco\x18 ý¹ "
b"\x01 É┐\x05 Ì÷s®ùU&C▓§ÿX "
b"\x01 É┐\x05 ▀ÊpUáC}m¤\x06 ÷▒ "
b"\x01 É┐\x05 Ó▒róôMiõì\6À "
b"\x01 É┐\x05 ß-qqÄý¥D\x11 ÷ß\x19 "
b"\x01 É┐\x05 Ô\x0E qåÆ×t;Øå_\x17 "
b"\x01 É┐\x05 Ô°qס\x1F ┼└T¦r° "
b"\x01 É┐\x05 ÒËqª¿á\x1C ËHÚ½¹ "
b"\x01 É┐\x05 õ░pÛóf└Ö\x05 ÑÌ8 "
b"\x01 É┐\x05 Õ\rçØI(nø}kÍ "
b"\x01 É┐\x05 µ\x06 r¨ƒ-ÿ½\t \^& "
b"\x01 É┐\x05 µ│r³ÉøðR\f û─Ú "
b"\x01 É┐\x05 µ╗sc¿┬êÅ\x08 Óö\v "
b"\x01 É┐\x05 µ├qÐô\x06 :Å{ \x16 Í "
b"\x01 É┐\x05 þ\x02 pÖÁC.âY5 \x13 "
b"\x01 É┐\x05 þ@rÀñ"╠╗ï.~È "
b"\x01 É┐\x05 þHs!ÉÒ╗╦3ÈÖ\x11 "
b"\x01 É┐\x05 Þ*qAºq╔╩Êty■ "
b"""
\x01 É┐\x05 Ú\n
seá\x18 u½ÞN$╗
"""
b"\x01 É┐\x05 ÚÀqmÁÑj¤a£Ë< "
b"\x01 É┐\x05 Ûhp"àÏ┌ò\x03 ãùJ "
b"\x01 É┐\x05 Ù1p8Ø╠\x1E ç·ÐÔÖ "
b"\x01 É┐\x05 ÙÞqÛûµ6┼1IO\x7F "
b"\x01 É┐\x05 ýÜr3æ│tÁ├\t -B "
b"\x01 É┐\x05 ÝFpMà8ß┘;y■\f "
b"\x01 É┐\x05 Ýs;ØêèyÇ╣./ "
b"\x01 É┐\x05 ¯ùp.║ýtª½¼\x14 ( "
b"\x01 É┐\x05 ´}p▓åKNÿ┬ÒÔ2 "
b"\x01 É┐\x05 ap─ªIâ\x06 Vm»% "
b"\x01 É┐\x05 ±Kqô¼╗º>â~è "
b"\x01 É┐\x05 ‗-s\f è+\x18\x1A âÁOç "
b"\x01 É┐\x05 ¾\x18 qPÆ÷\x7F inÐ\x1F ý "
b"\x01 É┐\x05 ¾·rWéqÛÊÉÿ█E "
b"\x01 É┐\x05 ¶ßqºéÍó³71¾ "
b"\x01 É┐\x05 §├sFòé\x0F ╬ÓÅMA "
b"\x01 É┐\x05 ÷\x02 qñ╗╝<zºï¤└ "
b"\x01 É┐\x05 ÷@rõª\x15\x02 Z\x1D 4·ç "
b"\x01 É┐\x05 ÷~qéÿÏPÇSn\x01 "
b"\x01 É┐\x05 ÷¢qÝç[º╚>\x14 °\x14 "
b"\x01 É┐\x05 ¸×r_»k¢h\f Ï▄Ì "
b"\x01 É┐\x05 °\x7F rUØ<£5Åy\x7F c "
b"\x01 É┐\x05 ¨`p╚úI\x12 ▒¥²\x16 █ "
b"\x01 É┐\x05 ¨gqqÜ¿$╬Ì\x19 í\x11 "
b"\x01 É┐\x05 ¨np0É´ç<┤E\x19 o "
b"\x01 É┐\x05 ëpæ║\x14 ▒UÞÀP% "
b"\x01 É┐\x06\x00 ~s\x16 íOí‗,îú "
b"\x01 É┐\x06\x01 krıâ®:┐þícw "
b"\x01 É┐\x06\x02 Xq7ë╗m¸\x02 ┌ã\x11 "
b"\x01 É┐\x06\x04 Ðq┘░%▀øár)ê "
b"\x01 É┐\x06\x05 ┤qFÑ\f Åw)¼H\x12 "
b"\x01 É┐\x06\x06 òrfªoõÌ╗*Aà "
b"\x01 É┐\x06\x19 ÍrÝ»Õ\r ²G\x17\x10 W "
b"\x01 É┐\x06\x1A Áráì{Ub]µ%e "
b"\x01 É┐\x06\e ØqfÖf(!Ì "
b"\x01 É┐\x06\x1C |pa¡ÅH;Ì(\x14 W "
b"\x01 É┐\x06\x1D dr³Ü\x1A P3T/£¡ "
b"\x01 É┐\x06\x1E ?soé░UMR¨ì\f "
b"\x01 É┐\x06\x1F *rä»l/ãÇÚªa "
b"\x01 É┐\x06 \f qyÆÔ÷\x14\x07 §\x18 I "
b"\x01 É┐\x06 Ss´¡┘S└\x0E deÕ "
b"\x01 É┐\x06 ôr)ÆÝ\x1F ^oQ▓n "
b"\x01 É┐\x06 Èqd╗\x15 ╔\x11 ^▄\x05 6 "
b"\x01 É┐\x06 !\x14 r\x1A ¡\x07 °║\r Ò£┬ "
b"\x01 É┐\x06 !¾r6¼#└¤ï\x12 ¢Ý "
b"\x01 É┐\x06 "Èp╣¢µfeØi\x08 î "
b"\x01 É┐\x06 #┤s>âg#¬ÃCæÊ "
b"\x01 É┐\x06 $\x01 rWñ╬╠\x10\x03 ¨"ê "
b"\x01 É┐\x06 $\t s²║3÷ôáõÕ\n "
b"\x01 É┐\x06 $Hq\x14 ¢‗┼6¤ô8ó "
b"\x01 É┐\x06 $çqu¥*ÐòÊÇÏ5 "
b"\x01 É┐\x06 &Iq\x03 æ╔DhÒ\x1C p° "
b"\x01 É┐\x06 &èrÄô╣²E*ªƒã "
b"\x01 É┐\x06 &╦q#á\x06 ýnàþÞÕ "
b"\x01 É┐\x06 '\x11 q‗àD\x01 ¦J╣Ê£ "
b"\x01 É┐\x06 'Qq'ïq│aÇ}íõ "
b"\x01 É┐\x06 'Åqo»Ï┼Îøõa┬ "
b"\x01 É┐\x06 '═r.äTi°▒OÔ: "
b"\x01 É┐\x06 (\r sô║ð_ö^Ã\x06 ú "
b"\x01 É┐\x06 (KrýôµrÀ0Sek "
b"\x01 É┐\x06 (╩s/ñp5├╚¾M "
b"\x01 É┐\x06 )\t r╠êÛø█y6@\x12 "
b"\x01 É┐\x06 )KsN░\x1A l%╩\x1C P{ "
b"\x01 É┐\x06 *²rï¢\x7F ╚ £¶▀P "
b"\x01 É┐\x06 +Br█øj[Lo\x13 y\x12 "
b"\x01 É┐\x06 +ür¡Å░®0âÈ\x18 e "
b"\x01 É┐\x06 +┴qO¿▄8Í6ó\v ╠ "
b"\x01 É┐\x06 ,\x02 sÿÜ╣\x1D ╣XÃCì "
b"\x01 É┐\x06 -Ïr_ñJJ§\x12 Výk "
b"\x01 É┐\x06 /æq©©ñ_├\x01 o■├ "
b"\x01 É┐\x06 /ðrôîcFW¨aT$ "
b"\x01 É┐\x06 0\x10 qGÁ\x03\x13 ½\x17 ù┘þ "
b"\x01 É┐\x06 0Rr¯ï#xQ:Þ¤ã "
b"\x01 É┐\x06 0ôr╔│╗\x10 Õ¬kÕq "
b"\x01 É┐\x06 0Ðs÷ñ÷Ö▀\x16 E ã "
b"\x01 É┐\x06 2╝s╣îø6█å─\x1C ÿ "
b"\x01 É┐\x06 2¹s\x00 ┤Æ═ÏÔLC "
b"\x01 É┐\x06 3;qªÉ\x1E ø\x13 µdg▓ "
b"\x01 É┐\x06 3{pÚè¨&\x04 Ó3Õ▒ "
b"\x01 É┐\x06 3╗sCÜ\x1E 9¼Î\x10 │Ò "
b"\x01 É┐\x06 3·sV▓IFWµ2╣° "
b"\x01 É┐\x06 5┬rpä?÷æ\x16 ▀À│ "
b"\x01 É┐\x06 8 rææ\x01 ý¹!·s« "
b"\x01 É┐\x06 :´rñÖqf>²e╚ÿ "
b"\x01 É┐\x06 ;ÏsÎ┤Ò\x04 îh\x14 ▄# "
b"\x01 É┐\x06 <ÈsʪÐËQehî "
b"\x01 É┐\x06 =\x13 pé¥JÔÑÌäY\x1D "
b"\x01 É┐\x06 =RpEíû;▒─\x1D ×Ê "
b"\x01 É┐\x06 =Ér\x10 ┐¡)╬`/.È "
b"\x01 É┐\x06 =╬q\x16 ¬ô5▒é┌çW "
b"\x01 É┐\x06 >\r qsîzÉ▓Rd6¹ "
b"\x01 É┐\x06 >KqZ│§O\x1C aÀ[ø "
b"\x01 É┐\x06 >ëpÐÆ\e\x1D ª░F[├ "
b"\x01 É┐\x06 >╚q╗å@S£©▄Ä\r "
b"\x01 É┐\x06 ?\x07 sPÂþ‗<Ø\x1A á¹ "
b"\x01 É┐\x06 ?Er©ÇÉ╚/\r ▄░b "
b"\x01 É┐\x06 ?âr1©¯á'▓\x1F ¢\n "
b"\x01 É┐\x06 ?┴r/║Ëb¾-\x1C ¾Ñ "
b"\x01 É┐\x06 @\x00 qrö▄hLSÑg¹ "
b"\x01 É┐\x06 @?q5ç°╔ ╣ü4À "
b"\x01 É┐\x06 @~r\f øc«┌x█Åb "
b"\x01 É┐\x06 @¢s╬ëá1n+MÀX "
b"\x01 É┐\x06 @²pb╗Å~¶§\x03 ô¼ "
b"\x01 É┐\x06 AAqdïÊÔ,<ß³/ "
b"\x01 É┐\x06 A\x7F p,ù÷├─I\x1E Ï] "
b"\x01 É┐\x06 A¢rXÉ\x17 ®\x10 i'É\x16 "
b"\x01 É┐\x06 A¹p{áGÊ\x06\x0F ƒ¾Ç "
b"\x01 É┐\x06 B<s╦╝┴\x7F ny@µo "
b"\x01 É┐\x06 BFp─ëÙÈ\x11\x19 0┤Ê "
b"\x01 É┐\x06 BNrÇÀ<7{Ï$zÕ "
b"\x01 É┐\x06 BUpá▓/ëUu\x11 ª+ "
b"\x01 É┐\x06 B]s¶║Lz\x17\x7F r:ê "
b"\x01 É┐\x06 CÏs-©FK-Ðu~E "
b"\x01 É┐\x06 D\e r\x1A ùv]/É>}® "
b"\x01 É┐\x06 Dhq_à╩╠¼╚/▓\x14 "
b"\x01 É┐\x06 DpqÖø.\x08 öXaí´ "
b"\x01 É┐\x06 D░suº\x12 ┴eƧ5╠ "
b"\x01 É┐\x06 FÄsóÁȦi@9\v ¤ "
b"\x01 É┐\x06 F╬q*©¤syK\x16 ╔E "
b"\x01 É┐\x06 G\x10 ròü\█^®\x00 Å\x0E "
b"\x01 É┐\x06 GOr╣Ø5Ø╠\x03 ÑÖ "
b"\x01 É┐\x06 Gìsõ»kºZ\x19 $'Q "
b"\x01 É┐\x06 G═q\x0F ║ý\x18 ý4béä "
b"\x01 É┐\x06 H\x0E p│áK\x06 Å.È\x1D ' "
b"\x01 É┐\x06 HNsAîl½├¬▓þà "
b"\x01 É┐\x06 HÅs░Ѭþ\x08 =â)╬ "
b"\x01 É┐\x06 HÈpnïU¬‗Û┌<╚ "
b"\x01 É┐\x06 I\x15 r╝çc,\x1F 5▄\x19 È "
b"\x01 É┐\x06 I[sFñ╝ìS\x11 Sf┬ "
b"\x01 É┐\x06 Iøsäñ╗"═QlN÷ "
b"\x01 É┐\x06 I█p├ÖQÏYô&÷i "
b"\x01 É┐\x06 J\x19 p»╣î\x05 ║Ãj¿\x16 "
b"\x01 É┐\x06 JXpéÇ\x06 æ@I'ß╗ "
b"\x01 É┐\x06 M¡r─ô#═rg╗Eà "
b"\x01 É┐\x06 MÁrÚÿ¯q{K┬7Ø "
b"\x01 É┐\x06 W¸sîçv>®¹p|ª "
b"\x01 É┐\x06 X5p8ÅxÚB'hB├ "
b"\x01 É┐\x06 X╝q0ÉK\x13 p\x12 ┼÷E "
b"\x01 É┐\x06 X·qRâÁ┐d▀ÓÎ\x04 "
b"\x01 É┐\x06 Y=s³©V▒à/ðÙÒ "
b"\x01 É┐\x06 YÇp\x00 êÆÇÃjC└# "
b"\x01 É┐\x06 Y├s¡©óı\x7F ,q·\x01 "
b"\x01 É┐\x06 Z\x04 rØ│ñJlÊü╠ "
b"\x01 É┐\x06 ZCr└«sòugu\x07 ç "
b"\x01 É┐\x06 Zâq┘Á\x13 ¯y/$º¦ "
b"\x01 É┐\x06 Z├sdü▀É"─be! "
b"\x01 É┐\x06 [\x03 r<©╗<┴h█╝É "
b"\x01 É┐\x06 [Dq.ø,Ç\x08 ëÑëê "
b"\x01 É┐\x06 [êqS╣\x0F æþr\f Jl "
b"\x01 É┐\x06 [╔p¿ÄQÄþø\x06 +4 "
b"\x01 É┐\x06 \\x11 q▄ç╝é\f ¨÷´┤ "
b"\x01 É┐\x06 \Vs▒ÇÜ╗Yä╦╩┐ "
b"\x01 É┐\x06 \Üs+ùÙ<Ä┤Ü45 "
b"\x01 É┐\x06 \┘sÖ│7l¦;éD} "
b"\x01 É┐\x06 ]\x19 q¯á1×V╠\x1E ¿ "
b"\x01 É┐\x06 ]`pu¥v¶*dènà "
b"\x01 É┐\x06 ]árüçæI╬╦üjn "
b"\x01 É┐\x06 ]▀qÕ¢Ü_IÛ\x1C ┬ý "
b"\x01 É┐\x06 d▒s0ìð¡58Ü─╠ "
b"\x01 É┐\x06 dsø▒fhÌ0«\x7F Á "
b"\x01 É┐\x06 e/pÀÂZÂL\x0F *Ê` "
b"\x01 É┐\x06 emrÀøÀ\x0E äÍM¡ì "
b"\x01 É┐\x06 gGqôº\x10 Ìi7d┘/ "
b"\x01 É┐\x06 jxpÉ©FHÉðaªn "
b"""
\x01 É┐\x06 mðqSú\x0E \n
ýdƒ▓\x12
"""
b"\x01 É┐\x06 n\x0E q&¢îö\x1D Ë\x08 U\ "
b"\x01 É┐\x06 nLr÷á[Ñ%UB±▄ "
b"\x01 É┐\x06 nër9ù`ã\x19 ë\x07 £■ "
b"\x01 É┐\x06 n╚pd©)GÛ@M¶H "
b"\x01 É┐\x06 p@rpÀi_─E\x07 ø÷ "
b"\x01 É┐\x06 pHrØænþ}1ßºÕ "
b"\x01 É┐\x06 pOpºïý¸¥s╦ä² "
b"\x01 É┐\x06 pVqæóïKÒ\x0E dw! "
b"\x01 É┐\x06 p^qÖómÞ\x1D ¤Ùóä "
b"\x01 É┐\x06 peqÎÆ█3¦╦╠H: "
b"\x01 É┐\x06 pmpıéaö\x02\x15 ôÊ\t "
b"\x01 É┐\x06 p¬r\x1F ¶o®TÞÏq "
b"\x01 É┐\x06 pýs@ôÿn╣×»l\x1C "
b"\x01 É┐\x06 q*r╬║°╝òy\x04 ¢ "
b"\x01 É┐\x06 qirì╗╠-'┬t1t "
b"\x01 É┐\x06 y)s╣ø\x1C ┤\x08 ê╗za "
b"\x01 É┐\x06 y1q\v ƒ>s_Þä\f Ñ "
b"\x01 É┐\x06 y9rÔ░\x7F hÁ`╔ä; "
b"\x01 É┐\x06 z\x1C p╬¢Uj\x18 LR%Æ "
b"\x01 É┐\x06 {\x12 r\x19 íP\t\x04 ½(G§ "
b"\x01 É┐\x06 |ÑrGÀäõ \x19 >X7 "
b"\x01 É┐\x06 ~,rÃí\x1E ¦!Æ_ã' "
b"\x01 É┐\x06\x7F ¬s2ú |\x12 KC\x14 # "
b"\x01 É┐\x06 ü1s¿▓ûüØ\x15 +ûê "
b"\x01 É┐\x06 é\x12 q+º~VZ~«\x04 ó "
b"\x01 É┐\x06 é¸pa¢Û9\x1F\f ¿/N "
b"\x01 É┐\x06 â5r\x1D Ñ©┬\x11 käL┼ "
b"\x01 É┐\x06 âuq¯ú{Ü\x13 èÉ{\x08 "
b"\x01 É┐\x06 âÁq`ƒ#°└┌║?\x01 "
b"\x01 É┐\x06 âþrRÜ*ô\x19 órÆ│ "
b"\x01 É┐\x06 äÖs×¥┌L±c¯uú "
b"\x01 É┐\x06 àLpcú¡\x1A\f _Ì5 "
b"\x01 É┐\x06 à¨q╩é\x10 Pg\x06 ├Ó' "
b"\x01 É┐\x06 çüpþí╣º\x0E °<XÛ "
b"\x01 É┐\x06 çëqÝê\x1D õ╬®*\x19 ó "
b"\x01 É┐\x06 çÃq├»\f ù\x19 <:<\v "
b"\x01 É┐\x06 ê\x06 rî¢\x1F ;╗T\x1C ┘² "
b"\x01 É┐\x06 ê\x0E q¨æw´²ÐËªÕ "
b"\x01 É┐\x06 ê\x16 p7ÿwÜö>¥l. "
b"\x01 É┐\x06 ê\x1E p╣Äçò!äµÑU "
b"\x01 É┐\x06 èCp\t òb\x1F gr\x03 Í\x19 "
b"\x01 É┐\x06 èKrdâz%åÚ´2ô "
b"\x01 É┐\x06 î=s`ÂpË;║\x04 n╚ "
b"\x01 É┐\x06 îÙq¢êSúj\v ,Ø■ "
b"\x01 É┐\x06 Äqpn╝ÂX©═£@« "
b"\x01 É┐\x06 ÅWpX│\x05 Î4(╣Ò+ "
b"\x01 É┐\x06 Æ r«ûFEäAVÛ├ "
b"\x01 É┐\x06 ô;s\x0E ÜÛ2Õ\f oÈ\x16 "
b"\x01 É┐\x06 ôvq½»h░ß+\x11 3à "
b"\x01 É┐\x06 ô│pÛ╗ö\x1F uð\x06 ╬\x10 "
b"\x01 É┐\x06 ôsÇÿ)1\f V¢e[ "
b"\x01 É┐\x06 ö\r scÂöë\t ÅÇ╬╔ "
b"\x01 É┐\x06 ö\x14 qF▓╝ıý_ôı\x01 "
b"\x01 É┐\x06 ö6pYòé\x12 í+èõk "
b"\x01 É┐\x06 öYs%ÖT╠¡Æ█#\x03 "
b"\x01 É┐\x06 öæp}▒Ê$T£kÎn "
b"\x01 É┐\x06 ö×qÚ¿ZOJÁ?\x07 d "
b"\x01 É┐\x06 öÍqËí "ÚØ¼\f └ "
b"\x01 É┐\x06 ö°pÈåª═YÑ]\x16 ! "
b"\x01 É┐\x06 ò\x1A q\e É%^<¥ª\x18 2 "
b"\x01 É┐\x06 ò]qÔÉhûx¿¬½ê "
b"""
\x01 É┐\x06 òËs\n
ó¢öåR¹æc
"""
b"\x01 É┐\x06 ûEr#ìÞþZƒ3Ò╬ "
b"\x01 É┐\x06 û©r\x1C è▓C\x05\x11 3og "
b"\x01 É┐\x06 û÷piåbÿO\x00\v (µ "
b"\x01 É┐\x06 ùis`É6Ç┼JÅèÿ "
b"\x01 É┐\x06 ù¦sä╣5g¾\x11 ¹úã "
b"\x01 É┐\x06 ÿ\x1A s═àOYÊÙ&\x11 z "
b"\x01 É┐\x06 ÿ"sßë2±└╗ÇÁú "
b"\x01 É┐\x06 ÿ*pjôóe^ôd\x02 ë "
b"\x01 É┐\x06 ÿgr│é\x04 ´├ÿ=qÎ "
b"\x01 É┐\x06 ÿñrgÅÂC ╝Úı× "
b"\x01 É┐\x06 ÿÕsy│\x18 ,ð2<q\r "
b"\x01 É┐\x06 Ö#rJÜ©Û,ÎÛg, "
b"\x01 É┐\x06 ÖbpRƒØ█â×ÜÂ\x07 "
b"\x01 É┐\x06 ÖáqrܽpʺMÂo "
b"\x01 É┐\x06 ÖÌsç£4Î'á│\x03 µ "
b"\x01 É┐\x06 ñ©r)ÂRäùúæ3ô "
b"\x01 É┐\x06 ╬¯r╩¬│l\x18 }¶\x14\x1F "
b"\x01 É┐\x06 ÐÐs╔ª ð\x14 ╦ê╩é "
b"\x01 É┐\x06 Êäp7╗´6\x11 @D\x1C ╣ "
b"\x01 É┐\x06 Èpp»ë´õÐÆO╣7 "
b"\x01 É┐\x06 Íxqý¿À«´XHܱ "
b"\x01 Éݽf>sÃì\x00 └zÞ╬k┌ "
b"\x01 ÉݽfKrÇàc]«ÕÅÇ\x1D "
b"\x01 ÉݽfWr°ƒ!õ÷HÑF- "
b"\x01 ‘»Z\x00 Ïq¾Ÿ\x1E æäyá„7 "
b"\x01 ‘»Z\x00 àp9§;ÿÂ’#r§ "
b"\x01 ‘»Z\x00 ïrö·Í¾Ükw÷¥ "
b"\x01 ‘»Z\x00 þp*…2¼\e ]ùþ¥ "
b"\x01 ‘»Z\x01\f pH¿\x13 Ñ\x14\x04 -»» "
b"\x01 ‘»Z\x01\x1A qü“\f abt,K• "
b"""
\x01 ‘»Z\x02 orf¯\n
!.¹..W
"""
b"\x01 ‘»Z\x03 ÃqU¸'\x19 ó ¼ì\x1E "
b"\x01 ‘»Z\x04 .p\x1F ¶k¼¥<‚Äa "
b"\x01 æ╝¼¥ƒ}_ç\x03 -üÜó®¹ "
b"\x01 æ╝¡\x1A ÷vÞªÅ8»╔\x7F Ç "
b"\x01 ‘¼™Ç{¡Š÷ÎâÖçìà "
b"\x01 æ╝¡■µ|¯╣hÅ\x10 ±Ävù "
b"\x01 ‘¼®I&z¬¢¢Ú\x7F »Ôòl "
b"\x01 æ╝ða¤{jÉ»õxÝÕh¸ "
b"\x01 ‘½^Ý\x1F\x7F “¨²\x12 p(]. "
b"\x01 æ¥ìØ$\x7F\x17 Ét\x13 ╬ÒÌÉ\x7F "
b"\x01 ‘¾Ž°ür²Ÿ€®-Ø\x1A AX "
b"\x01 ‘¾”(\x13 v6¶ ŒÏL3jd "
b"\x01 æ¥ûP\x03 pÅá;0Å\x1D zd┐ "
b"\x01 ‘¾–á{\x7F ìk»Ñ(W_Ø "
b"\x01 ‘¾—õû}EŽÆÁ“0/~1 "
b"\x01 ‘¾˜ÄŠ|L¥êŽgß÷ÀM "
b"\x01 ‘ËåFøz´ Ð;”\x1E I”( "
b"\x01 æ╦ÕúÉw\x12 àí®mݤý¨ "
b"\x01 ‘Ëë\x01\v }D‡\x16 è˜(ߌà "
b"\x01 æ╦Ù-ÃwCû®Òì\x1D ÕÈ% "
b"\x01 æ╦ÙÓ\e x¡üÄOÁ!;'Î "
b"""
\x01 ’\x04\x1E ÍÀr¡¬V\n
hçùLÌ
"""
b"\x01 ’\x04\x1E ÍÍq’¤\x1F NxÊ¡[{ "
b"\x01 “X—1]rC‡Æ\x1C :ø[û "
b"\x01 ò┤Úì±rLƒ)\'â\x01 î║ "
b"\x01 •´éŽ\x00 ré¤ \e :¨sŒ_ "
b"\x01 •´éŽ\x11 rߥ+ÜVáým\x12 "
b"\x01 •´éŽ\x1F p)›\x16 ×T¶_\e ' "
b"\x01 •´éŽ.sÅ«â\x10 OI*ãÐ "
b"\x01 ò┤ÚÄ=pWº¹Q\x15 hØ*ü "
b"\x01 ò┤ÚÄKsÉÄËRL\x1A Ftk "
b"\x01 •´éŽZpçŒx}ÙñA\x00 ; "
b"\x01 ò┤ÚÄipºÅ±Ö\x17 ì9q "
b"\x01 •´éŽ|r´«¨‚Ÿ+Mϯ "
b"\x01 ò┤ÚÄìs└┤\e\x1E oúê\x00 "
b"\x01 •´éŽÑs\x16 ¶»Öñ̳\x19\e "
b"\x01 ò┤Úɵr Ñ\x18 ¹9ö\x04 ñ¦ "
b"\x01 ò┤Úɧs¦¥\x7F ½\x14 ¹UÂÚ "
b"\x01 ò┤Úæ\x05 s\x13 ØÇ╣\x10 ':2r "
b"\x01 ò┤Úæ\x14 p┼¡ìïKØGá= "
b"\x03\v VÚ¼JK2ìÊ╝ ù^w¤ "
b"\x03 “R\e\x02 2M`‡Z‘˯Âè` "
b"\x03 È\f \4–Dä$l/\x1C }¥ "
b"\x04 s›6÷%K7¶ðTcÛ†?\x02 "
b"\x05 -Åß│┼I!©³°·\x04 ▄┌h "
b"\x05 ^ýÚ\¾DНT\x06 ‹´M½| "
b"\x05 ¶!©\x02 ÇM\x1E ¨¸ÜÏœ³#Å "
b"\x06 JO\x07 w├Gìå ì!4Éìù "
b"\x06 ÌTqK\x1F F€¿’ù%RPÙ˜ "
b"\x06 韑¸ïKl‡$´ñi\x12 ³\x7F "
b"\x07 $²Õ¤\Nº´7\x1A 2)UzD "
b"\x07 ı°,%HFlÅ┘\x1E KKt˨ "
b"\x08\x0F ¢÷›<Ai¢}£|ÊëM\x07 "
b"\x08 ãà0±\f Oˆ™³ðô\x0F CXk "
b"\t ┐è¶úÈE1ùÂÌ╚\x1E ì0B "
b"\v ÖO·ù³L:¬î;Œ}ó F "
b"\f ;G¯:\t B\x11 ‘bGê!!‚ð "
b"\r \x03 6Õ1>Cð¸…ÇI($\x0E \ "
b"\r \x12\x17 ¬çyFi¸¥BnÏ)3“ "
b"\r KÿM\x18 üJó½µ=┘{?Cƒ "
b"\r fðHó7F¿“´ÿ¼7th1 "
b"\x0E È░/IÎBüª\x0F ]}j²\x04 │ "
b"\x0F וᾒCþŸÚ\x1F Går–\ "
b"\x0F ×ï\v RðG\x1A •Lî|“\x12 ò\x03 "
b"\x0F ²QÓ,ÈNçüçØêå\v \r @ "
b"\x10 ÷\x0F AWÉEL§\x14 ¿Y\x06\x1D ì8 "
b"\x13 Ú?\x0F NaN]…g°! \r @ "
b"""
\x14\x19 ø¬êÍKLŸ\n
´•¤u¾\x17
"""
b"\x14 %»,FÀOnš§‡D±“Ú "
b"\x14 D¦lPG\x03 Œ²f\x1A mT)¢ "
b"\x16 7½'jüA=‰\x1F ÕÓ%§Ë~ "
b"\x16 >M“UÁKc†“©B\x19 -{í "
b"\x16 ¡z¬\x1A\x08 G1ƒFì~╬_<G "
b"\x18 ƒ“©_\x7F K·œ¤¸€à²ý\x18 "
b"""
\x18 Å£Ì\n
┘AÑà@&│\f ▓│J
"""
b"\x18 ëÍ0ø9L±…†Öoc6¯f "
b"\x19 ÇV\x11 K2@΂ôëQÛîÒv "
b"""
\x1A\e ö\n
O(KA‘z›9Pú$¸
"""
b"\x1A i4©ÕMCû¡*ÖXŸPݶ "
b"\x1A §¢0•\x1D EŸ $\x15 ½@¥ð\x05 "
b"\e\x03 wàT]G ®-œ÷ïç¥V "
b"\e «‰IõÐOó–o›ê_¡e2 "
b"\x1C Ø[?îöGu×OºÓB▀\x1F ▀ "
b"\x1C ═Å8╝õL[«Iâ░Ä\r ×\x1E "
b"\x1C ÒÑÕì¶HB».\f ø\r Vw] "
b"\x1D o\x1F >^ÓGIŠ«ñŽ©c³Ö "
b"\x1D ×DGQAN┐«i│\r Ú*\x04 Å "
b"\x1D öî8þ[Mÿ«É§ƒwaÞ "
b"\x1F (|êŽ7Kg§‡v1`ÄWO "
b"\x1F ûÞ†‰£Gª¯\x7F ö²ôGS² "
b" o*ˆ‹9@?œÐ5D×\r ªˆ "
b" ‚eë"ÍDU´2Œ[9¸ËQ "
b" ê$\x0E H@╠É├¬Õ~Qwµ "
b"""
!k…>´êB\x01 …éÙ\n
Î?\x1F •
"""
b""1tvûGM<´x¦Ô\x12 pÔ "
b"#£\x16\x03 Ò÷O╣ɤzé\x05 ÜoG "
b"#Ä*Õ"#B}¡×,e ±<â "
b"#Ùf\x02 i\x12 H”¡&\x16\t >î_% "
b"#ïÍ\x01 OCOh¤ÅVXeÊ\x18 Ó "
b"%ÔàbÇÃH#Åýñm=\x10 Î\x19 "
b"%ùäç`ÍD\x15 ›Ô»\oö!Ñ "
b"&*ýM‹=CU¹¾¼~ÌÅ/L "
b"&ZªAäÎE ╝Z$TMìñ\e "
b"&\1\x17 #´BoÅ8\t D╝^bÖ "
b"(F9ŽU·Oó§N;Ã\x16 !©õ "
b"(Ë{\x0F ©.E¸–@€Þ*Ru\x07 "
b")3\v\x07 ¥qL³œÓÿ¶d‡\x04 ä "
b")›Îœ\x1A ±C(½Ô\x00\x03\x08 ˜\n < "
b"*YJ{'ÉLwë╚"ç<ZÖ "
b"*m•bÚ>O’«µn–‘U]1 "
b"*■`uS¬K╗ìJé╬Ôb▀Å "
b",\£X\x03 L ¸ìœtQì(T "
b",œÛ9ƺMÊ‹Õ\x1E ¤ŒÑ—\x0E "
b"-(”+>fM»¡¸Îa}À»\e "
b"-½<`ÃÿAK·‰\x00 Þ4~\x03 V "
b".Ÿ`{\x0E þMÓš¿\x17 Þ`\x7F åû "
b"/&\x17 AËÝ@ªžwíS‚óv\x08 "
b"/C\x01 ¹¹qM<´™é\x15 mÞÅ© "
b"/┤\x1C\x1A QcOØá\x13 jWîE<^ "
b"0;X"ÛýF«‚Á€\x16 å÷Ba "
b"0H×▒»e@¤Äáý§oØÐÛ "
b"0†ô\x19 »kB\x7F —#\x1C Õ2¬-» "
b"1ºC¾S\x0F NÕ´\x18 ƒº.ðû\x1C "
b"2\x19 .‚â\x03 Lɯ,[½\v Î\x11 ( "
b"2\x1D $1ÃhJéì|ÜÏ\x1F ╗íÁ "
b"2Ø=Y¦╚IN│ÜKÜ\x1C ß▒( "
b"2ò0?rûJ‡•tRÆQ¿=ª "
b"4¹œÊɈJ¤ˆG\x17 –1ˆøÎ "
b"4ºŽáãíJ\x1C ·Ù½f𛻇 "
b"4Õ0Už\x1A D°‰E¹;§ÿFÉ "
b"5é%×î\x1E F„³ƒ%áß¹\r ‘ "
b"6!¨¾YhOóá±Q-S┘ªÅ "
b"6œŠ\x03 6Eë¡\x01 NL~KŽ\x03 "
b"7Ñ›-â(B÷´ï\x03 ‚ðÉoí "
b"""
8*\x17\x12 \n
ÞC,è\r âcÍßXÉ
"""
b"8þÆÓÍŽJ•ž3f§SÐG„ "
b"9\t\x12 ßapB<¯U¥c&¡Ì. "
b"9xÍ\v öâ@\x17 ³…W$CБ} "
b"9 \x12 Í\x11 .Ci“½¨xTDÕ "
b":fñ ├D@²¢¿ıDû╝Øß "
b":i÷\x14 ZƒK…ºüÙŒ%?Q: "
b":¸sز¹B\x04 ¤Q{ÛÔÍ\f "
b";\x13 gWjêG–€³º%\x08 ·Õ¶ "
b"""
;‡ˆ@C“D\n
™\x0F ¨Ø\x1A y\x0F d
"""
b";©z”ó7DƒF\x13 µñP㊠"
b"<gA-ÌGH‹³âõaðË1 "
b"<•Â\x1D\x0E ÛCm£ÂÎM,»½Ã "
b">'†\f –‘H5¦þý\x1F P0ì– "
b"?/åÚ6c@=’\æ[ÊÒ\x16 ¨ "
b"?xvì╩╠L¼Àa\x10 ê|kýµ "
b"?ýNUØœD¢€8Žžw=4b "
b"@:9WKýM_Ÿ0ê?›½X] "
b"@ìËjÿ\x16 MàÁ¸\e j░▓o# "
b"Aü╬´─âJE▓Ô¸èóß¼Ô "
b"B\x05 …†Ò›@û±âeMz\x1E BJ "
b"B*¶~a+E6Žæ\x12 fÛ®6Ú "
b"Bb‹²º²KO”gN\f\x1A 7òt "
b"CÜp+ÅMA-«±\x05 ¼§EnR "
b"D\C½ú J¾‰÷\x15 :$¯~m "
b"D]¶MdON\x1F ½ÉªT╣.ıa "
b"DÈóÕ\x00\v F~æ,r-┴Ø\x1F Ã "
b"E\x02 9GIrJc›\x12 6,‘¯¨l "
b"E\v ìoª┘Cº¡L~\x1A »¼ui "
b"Eerc¼ÝAš©#+\x1C\x10 „\x12 œ "
b"FÈUuFÙO!†ŒÞ±\x14 4¨o "
b"Gào¸\x0E ºLì½=¿N6Ëóï "
b"G±\x06 ÂïaKüò╔ŵı:98 "
b"HEÜÉëÒO\x05 ¥@\x18 $┼├R´ "
b"I¤ªã0åI\x18 ¾\x19 !^Ù¿iì "
b"L\x18 ¿uØ\e C\x01 ┤ð\x1C =ËÓ·f "
b"M:·\x11 ƒÓGº…ò‡*¾UñG "
b"MnSˆðMq ñ!Y\x18 zøÖ "
b"Ncì\x03 7 M›©]”ç¶N>ª "
b"""
NÉK\n
Å>MÍÆ/\x0E \x04 ì\x01 $
"""
b"P÷vƒŠFβßÒ.:+°p "
b"Q┼àTô5@└ƒè@\x14 Ø>\x12 Ê "
b"R¤°╣qýLwÉm╦åöÞ³7 "
b"TsYéh&@5°¼Ozâ\x1F 'w "
b"TÄ<i\t îDæ¾F²a©\Ÿ’ "
b"TáÚ^ùEDöR\x08\x00\x01 ㉠"
b"Uc=õ+eEáìa\x19 1-Û░& "
b"Umö®>ßNl†v{¤\x18\x1C GÕ "
b"U}¨öç¢F9ƒäÖ.irSp "
b"Vצ[E'Dİ»Ks±?mÛ "
b"W\x1A\x05 Ç9“H6š£ªøÁžã¢ "
b"W€¢èyz@[®Š2J\x06 Ù´Ç "
b"XËIKÝPI·˜ßÙ±`ã\x06 ‘ "
b"YfÁ\f ãŸA\x19 ¹{ø‘¦Ó "
b"[\x1D\x02 â\v zKy˜Ïî§b§È€ "
b"]\x1E ÈZC”¨ÿ`ºé\x1F Áà "
b"].É\x0E <6Gı│ìwWè÷¸û "
b"]@¿X¤êG8Ū|Ë\x14 î~d "
b"^Q§¨ñ¦H±†b›UÈsùò "
b"^a\e }ÏÝMѱ4\x00 L· \v ± "
b"_àÚE\x18\x15 Hæ—/›ñÝË\x1F p "
b"`áþã"+AØëïÉ║\x1D ÙñÏ "
b"a2]™Ž\x0E G ‹.vÅ\x14 GJb "
b"b~h”…ÝIWœ®Zò\x10 ˜›ã "
b"b‚†'¨ÕIµŽ%\r s•ÑoÁ "
b"c%»ØÚ╔D;ò>─ý\x04 ÕxÚ "
b"c‘\x04 ƒ¸qCë«°1\x19 éˆ-w "
b"d*=i\x7F LLá¼ýÚP`PÏ\x17 "
b"d÷óGÚPO¿ AÞ©cÞ_B "
b"eCÀ´Ú´J\x04 ò\x07 ìn\x15 ╦┬ú "
b"""
eÉÓ\n
»¸HzÀG]▀û╣1q
"""
b"eÌ$E├dBØÑåàðb\x1C Êy "
b"f+J¶Ó#AI³QúÒ\x04 =ã` "
b"fÊÊû\t çC͉\x12 ãçF~+¿ "
b"fò\x1A ÿµç@>® 17‡p‘y "
b"gQ®2u÷K!—Êä&š\x11 U© "
b"g┴K÷\x1F ╔F\x1F üi┼\x03 ëe┴C "
b"hæ»wIºADɬm1┤Hº┼ "
b"h‗nä╠©B|║╬ \r Ôɸ9 "
b"i\x17\x1F\x17\x13\x05 Fž‡\x0E\x12\x1E ü*s’ "
b"j¿¥0\x11 ¶HYªX¼@=D½ƒ "
b"jÙE¥'\x02 B"¹ÉR\x08 Ë“ÒÛ "
b"l\x11 ü{BªI÷ä£Ý\x08 Û´å² "
b"l¨\x14 DÛVJìír\x10\x04 ¤Ú\x0E\x0F "
b"m\x03 [½\t\x7F F)Å[¢╦/\x03 MG "
b"måf÷í9G@©þþ=Þñ^ì "
b"nèõ\x13 ºàE\v │J▀ıýÉ\x0E < "
b"n·®7rÚO'”\x03 aU¤fó¾ "
b"nõlïäÊNòŰöI¨ÒµÐ "
b"o¬Ížy¶Kt˜¹Nuð*O… "
b"oôK~ÀîE÷¬©kÑçüé" "
b"p'”OUñO2•A¥ºf?ÿ\r "
b"""
p™»\n
ÛKCµ”«WLò¡0Ÿ
"""
b"pí\x16 “\x15 BB“´·û]{ܶ¤ "
b"q═ÇÑÉíCÃÜW\x08 ÃòÊ┬Ö "
b"r▒×ÿD¹Fɽ¢\f ╦\e\x11 æ_ "
b"s\t §\x17 …}M(¬u\x06 Ân©–\x02 "
b"s<\x7F T\x03 hIc´÷”Åj«¸š "
b"sÞÉÆ\x1E IIô”…r¼)>\x18 — "
b"t®h‰\v ÞM}€D…]ƒ˜ØÁ "
b"u\x0F KÒVKÞ³7Á\x06 ½}T² "
b"u´à4wvK5¼s¸Ëqâ\x03 P "
b"uë£Gˆ6H²»±1\x1A ›âÊô "
b"vUø½é#O§¿ƒc\x06 õR± "
b"v¥áø■\x1A C ┐\x13 ▀<ªü│ë "
b"vÄÙGY;O\x10 ¢,å=Ÿ¸?à "
b"vÛŠ pdBž—ãýå{›Á& "
b"w\e ñóz1@²“zsü\x16 Eö{ "
b"wƒ!>;RCrŸ4]ìRu•[ "
b"x└Ã)O\x19 DÉ╣÷±¶É ¡╔ "
b"y═×±│9Bþè×ìg\v xý~ "
b"zRâ'¸JJ£¯ÿôÛ{1Sê "
b"{@\x1E _`¬B"¿iœ3UfÜ% "
b"{ã(ÖC\x1D D─ÅÜ╝UëååÞ "
b"""
|\n
÷OÕVI}Ø▒a╝╩M/R
"""
b"""
}\n
ìl¤\O÷©kUç\e ͈
"""
b"})A\x1A mNOO«V\e ‹¨\x15 nf "
b"}c¢å·─GÉàz,®gZ\x15 a "
b"""
}\x7F @ó½VHQŠÊ]²þ}\n
–
"""
b"}ìWÉ5MG\x01 »Ûøü‰×\x07 ñ "
b"~D†µº„Lͬø‹²‘Â\x01 p "
b"~SWÝõËL@¬¾\x04 šB¨n/ "
b"~Äöã>ÞKõª(\x07\x01 -\x15 ç% "
b"\x7F H|4øsM0ìµ▒TÒaO "
b"ü½V½ƒªC\x16 ®ª·æ®█¸ï "
b"‚&--‚\@Ô¤¬›l\x02 ¡‰p "
b"‚Ø6>¦M,‡>¸¡tƒî‘ "
b"„jÓ8â˜HÁ¶I„ÌÚ"ÇG "
b"„vå’\x01 „E¶†ç¿¢\f pÑ– "
b"„•\x07 b%ÉL^’%ûÔ_øe\x02 "
b"äú└öVôCcì\x0F ýÍlçà\r "
b"ä╠VJoìBþ½└AÓÌ.Kâ "
b"„ãµlïóB\x04 ‰\x0F #·LþQ£ "
b"…\f ñ\x18 ôéG*–\x15 ¸Ð¤Hôb "
b"…sÖ…ÂfLR¸š‡æÃ)1\x15 "
b"๷E@¼C ØÄ└ig/╗³ "
b"†\x11 MÓðÇGü“š•:2Ü\x17 1 "
b"""
†}¿"\x04 fA±¯¼)M0\n
vq
"""
b"ç\x04 ╚;¸äA▄ëèrzJ╚É9 "
b"‡\x1F Èž©4Nûš#\x14 Ÿ%\x1D\x0E\x16 "
b"‡J\x15 /þúH¶£eÕ©\x06 ½s\t "
b"‡‰µôÒUB\x16 ¾µ\x1A âs¦Áv "
b"‡§T…\x05 ¤Jƒ›ŽTÝÐ…Œ` "
b"ê4÷?\x1E óN§ô├O¹┼¢Åï "
b"ˆ¤‚aÊ\v I:¸ëñü!6ôq "
b"ê├Ú§¶{Osú\x1C I1ì\x06\x01 ï "
b"ê╩\┌¯ÉGc¡╝?Ó┼\x1E ─ø "
b"ê╦õtÞAGü░\x02 îá┌╦0 "
b"‰~\x19 "YõD§µ{^\x07 î׻Π"
b"‰Ïx\x07 ø>Jq«¸Ñ:þÛC$ "
b"è┤Æf"\x01 I\e ¥3Áüø¦▀Ê "
b"ŠÎYìêÁAúª0ΛòKް "
b"ï²ñ▄à.FÕÅ«*\x06 2\èF "
b"ŒF\x16 ‰ƒ/Iï‘Ü\x19 EÝÈBl "
b"ì\x04 ╠R×qAdú\x1C EÙ\x18 ¬êZ "
b"ìd|í|\x08 Mâì¯úóFÐ.ù "
b"""
ìy\n
9ݺC>ÄZö$?vJP
"""
b"ìãu3¼tOrî\x0E õ\x14 ─▄\S "
b"ì═ÃX8·E@À¦3d\x04 ¼-A "
b"Ž\x01 ‡\x06 |7Næ’Ò‘§F¸èÉ "
b"Žƒð¼omF‰…ˆ"äŽ\x1E ™ç "
b"Ådı·¢dA\x1D ê¾»\x01 ºkUz "
b"Åæó½ åJ▓ÀcY\x00 ¹j6ã "
b"ÅÃð ·¶BʺÎ═\e\x12 ╩\x08 ı "
b"ÅÌ┌Êg'O█ía╗YäF\x1D ░ "
b"É»K╬}‗D éö®>\x10 lÔÑ "
b"æ0Í<üONfÉPo{ß3ñ8 "
b"‘ø“SJÁAú«è¯ø\x11 $Bò "
b"Æ\x12 ¯Ü╔├Bò©\e H╣üàKT "
b"’-¬ž\x0F ÑF\x1C õ¡\x01 ý\x03 Qì "
b"’£ëǯØB”¤Ä×Ü\x14 `\x1A « "
b"’¿è6%\t Hò¸4¬¾k\x19 u\x14 "
b"’Ý¡˜à‘AÖ‚¦Éá‡/XŽ "
b"’î݇\x1E ‚K,³k¤ð7|%Y "
b"ôÜ╣┴4BM$¢ì│ÍÛE§Ü "
b"”_æ\x1D\x03\x11 O¬P»ïŸ\x0F \² "
b"”…’Þ»°M-Ž’Hû_«~í "
b"""
•\f\x14 E.ƒFÁ™\n
r¹ò±ÚS
"""
b"–ÔA¢‘¸Gœ™e\x1D Wo(=È "
b"—ªçƒlÕAø¾Íy\v §9ß< "
b"—¬ÝnÅ–Hø‹\x17 ЉÆÖ\x08 b "
b"ÿ2D3bHªØFˤÜÑZ▒ "
b"˜“Í:7ŠF\x15 µ€:¶NBóÌ "
b"™©€§¼ÉNS²Æ\x10\f ÃK\x01 « "
b"™ÚÐ\x11\x18 @Jº˜°\x10 ©T©u¸ "
b"š,øÑY—C\x7F ‘´(9\x1A Reo "
b"Ü\î╦╔UJX¬6ëOì\r ë3 "
b"šjž¸CbO¶’*Uàtûçc "
b"›\v £¢ó³O[–\x7F n\x13 Ø\x1A ©— "
b"›f1ämJ¨žóhè\x17 Z=| "
b"›(@ܦCª°¥E½©e¼Û "
b"£\x1D g┤╔F+ÅDfÉ!þè░ "
b"œPíïØ+I˜„r\x1D ™\x02 df\x00 "
b"""
Ø*\x14 gW│Eí╣╗G\x1D ═«\n
┼
"""
b"ØÉ+e¦ÍGX╣óÔÖ└N³l "
b"د£º\x1E ØLä¡å║ù╣wiÒ "
b"×I\x1D "ÇìNÁøƒ\x17\x15 U╬µ\x16 "
b"×z<ÐáÂ@mìCí|»'Æ\x04 "
b"žÕ•€ÿ~H\x03 °…\ÿo“⤠"
b"ƒ&؃}xA¥òB¶Ø\x08 2\x1A à "
b"ƒáD{╝©K&¬Ån\x7F ·\t ╚ª "
b"ƒ®┬ÔbWDi½Ø0\x1E ½û~À "
b" m9\e úüCð®A`«ÅA? "
b" xã\x13 À\x02 E\f ¬ÏðHÇ2\x0E ¾ "
b" Ø|™1ä@I¤#oœa"Fx "
b"¢ŸÛ+©Ë@5¹aW\x07 S€xE "
b"¢È[›\x1E þI¨ \x05\x16 ï:ôÙº "
b"£\x00 \n }³´F$‰t†â=0ó\f "
b"""
ú¼\x1C *\n
wF£Éæ▓¥F*Ƥ
"""
b"¦…E$'‹A†ŸC.ñ«`-• "
b"ªÅÙ\e ¾¹BXèækïÇ3"\x17 "
b"ª┴A¨³ÀOÒÅOÑ\x12 {øû\x10 "
b"""
¦ÒÄ\n
LòB8²›mí\x10\x16 Ëæ
"""
b"¦ØÜø›ÛD]¬4ô\x1E ¿\x07 ž\r "
b"§*ù\x19 8 MQ–ÄÚ*\r 1Æ) "
b"§?vFµM\x17 ½•¶¯v‰©H "
b"§¬í™ÞÈN:µ\x1C þ§÷›Èñ "
b"""
©\n
æ²\x07 éN\t :hÍ&ª\x19\x06
"""
b"ª\x17 àRú¯OȲÑÝë·Øáà "
b"¬5\x18 sÌêHq░(þü§\x1A ıú "
b"¬y┤-/\x15 O©ç\x1E ÏîÏÅr░ "
b"ª²\x0F\x17 }ON\x07 Ÿ]$oéºD\x10 "
b"""
«ÔÅT\n
(B\x01 ƒÄãÖˆ^6\x7F
"""
b"¼\x0E ─ym@@×ëø¼kQfÅ7 "
b"¬ß›Ûg¨JÚ¢À¼k¬µ”b "
b"\x16 *¦õœL°ˆ¦?F¤êwý "
b"Yü,-øKœ¤\x18 ‘lŠÕʨ "
b"®föÑ´\x1A O³µ\x19 ý”Vט\x1C "
b"»▀ì╩ó]L5Üâô°@┤6A "
b"°à—œ‰¥A.‡aœÌ\x1F åH¡ "
b"±NÚ¬µ\x08 I¶»{ê&Õ‡0Ú "
b"▒{§oZ¡A▓Ø\x0E Õ Ï9Ä┌ "
b"±|\x0E úÈ\x1D @Ç·˜žHñ\x17 Ìk "
b"²\x05 ç-vpHƳ\x07 ì¢×8âä "
b"┤\]Or^D©äv7ü\x00 │┼´ "
b"´…K9½!F„€\x01 òš3\x19 >¹ "
b"┤ıÑ─9^O¨É▒¢×ø"òû "
b"µ?¨+é.N…·\x0F ÜкøœF "
b"µšü—ˆLB;‹\x05 ²„.(¼ö "
b"µÒfÓÿT@\x10 €\x08 ïðÇး "
b"¶v\x1C ÇÑÍOÿÐòÇÁT·" "
b"·{Ê6f\x02 Os‡úk7¸zÓ\x1F "
b"·ñ7sœ7LJ®jÇû®%Óù "
b"¸îgëî>M\x10 ›å„Ó7ò¨Ü "
b"¸öœ\x14\x13 uM\x1D ²jÕLe\x08 GK "
b"º\x01 >0A0@\v Œx'!•ó|c "
b"╗\x04 °┐!ZJü▓■°Ç°TK² "
b"»8”²HûA7Šj\x03 ØÔ©¢‘ "
b"»š\x08 äwôL:®ü\x03 ÆD\x1E ‰z "
b"»Ó\x19 ÁÌ>K\x1A ”:›W_U‰Ä "
b"¼\x07 >nŒ1G¡¨êb˜Péˆ' "
b"╝\x12 ï`É.NØ×NP┼º┤ë1 "
b"¼ãý³oåKô,X½î{(a "
b"¾K¬Jo\x0E @½£\x11 ï?Ü;8T "
b"¾žÜk!iF\x18 ŠÆWÚ§â×Á "
b"À\x13 ~mëÜLʽM½\x18 $ý\x17 "
b"À.Qq•“H,¸ÒB\x10 ’\x14 ¥& "
b"┴óɪAdL\x1A ä$g\x1E êZ\x0E H "
b"ÁÈç\x19 WŸ@é£3ôŽ•×\x14 õ "
b"ÁàõP×ÐOÁ±žHx\x07 )-& "
b"ÂTÇ¥\x06 J@»€]‚¥k}ç\x0E "
b"ÂhŽ\x1F ì&IÛ’\x08 p\x0F W\x1F T\x05 "
b"Ã{Y]÷5L¡¨Ýú›|ºmK "
b"─AÅ\f ╦bFóâº\x18 ╬!Y{U "
b"ÄÄ«q¾sDç´\x0F s–uBÄn "
b"Ç}®MVŠNb îó\x0F\t ,\x19 Ý "
b"╚K▓ÉÖ\x04 Iª×¿÷┌┐_\ç "
b"╚^█O╩!C§Évö¸2¯4r "
b"Èû÷\x1F ÒÆEÙ˜i!\x02 |\x1C ™‹ "
b"É9]Za@¨ºsÉÎÈrÊq "
b"Ê:\x12 ᯫD˜££/Û”×æó "
b"ʸv]\x00\x19 Mö¥¯¼sÁÑc¹ "
b"╦│1í:ÂKÍüHÍü╔æ¿R "
b"Ì\x0E é¿\x15\x18 E¢œEj“U\x15\x00 \ "
b"Ì_sꜻOÁ«.\r Çô™’· "
b"Ìq\x00 5¯]G\x14 ™¶É‡37…l "
b"ÌwÅÈó\I¬ŸÜ\r …\x06 Ç\x01 ñ "
b"╠{®ö╠\x0E M¦ìf─3iî│O "
b"Í÷5åA.Gþ™C9\x1C ÷\x11 Úp "
b"Î\x1C E6[ÐIb‡ìV\x05 °û´Ñ "
b"¤ÔcÈ`tMc¿\x13 üe?Dg■ "
b"Ð\x07 ¶Ü¢Æ@ã¡%º\f Dô´R "
b"""
Ð\x16 ÝÍ"ìOµ«Ž{Kc\n
S‘
"""
b"ðz»\x7F [ÉB{¡QÏE\x07\x06 ü╠ "
b"ÐÅ\x1E ÀÆþNé‡]ÌFIÈò) "
b"Ñi\x12 *&òE\x0E ´é•¹ä\r s\x7F "
b"Ò\x05 1¦\x00 ~Gœ£X?דª“Ê "
b"ÒGóÛæ\x1A IÓ‹RJ~ט²\r "
b"Ò‘|nh¬Do‰Ó옡yÕ@ "
b"ÊóD\x02 è@Jµü¬/\x1C ºPcm "
b"ÒÉÏÁ.êC,ƒßáÃh\x0E Z: "
b"ʶÖ\x13 Â‗AéüÞ▀ö;^~ "
b"Ë\x13 ÷ýØ\x7F IQƒTóÈâ.ú "
b"Ó\x19 ‚\x19 ï\x13 IBž1Ur\x12 k\x14 Þ "
b"Ó8ß……\x01 J+±ÂÈ\x0E\x04 Ì\x1A ¬ "
b"Ëý*þ%\x14 A4¥-?¾ É$é "
b"ÈF`Q·ÿO`╝\x13\x06 t·[\x10 ü "
b"ÖGèÕ)+N7ŽŽ:Œ|&\x08 7 "
b"Î▒ÉÏQýIÖ┤┬ÓÝñàª┴ "
b"×Í\x00 `T1AÇžMkH\n l0p "
b"Øš«`Ê\x07 Fκ~i\\x16 90ç "
b"Ï╩díÕ5Jê¢É»÷Cû¦3 "
b"ÏÍÖÛÎâLÝÿõ$╠Ìü?k "
b"Ù’Z\x7F\x10 ËMd’Þˆ©>}#< "
b"ÙÞip]³H€¼ÞU²¼a‡\x08 "
b"┘Ý╔bAþG0ÿ\x06 ºÅX9Ü\x18 "
b"""
ÚÀ³·ýVH¶ª\v +\x15 ˆ®\n
\f
"""
b"Üå«a[\x05 Dœ›=²™ˆö\x06 ú "
b"Ì7Ù█¾þIüíƒ╣ ªIj. "
b"ÌJ²?-\e IƒÅóìÍøo_c "
b"ÌRj´¹W@ìıÀıvvù« "
b"ßÍÃ"_¸N~²\v ~ñÏÉ»/ "
b"à:3\x12 †TF¾‘ÛÆÐ½ò‚8 "
b"à…²šýÝ@í§—\x19 9lÅ\x0F q "
b"àøÁ¼Q @“ŸN’H)¢êß "
b"áJ•Á–öIÑ©uê`\x1D\x03 ¿[ "
b"á•öuŽ·DÇ›¼yF—Þ*ç "
b"âŒkt'yD\x1E ´½\v }\f æNæ "
b"ã\x7F ÁyÏ\x1A Dl‚þm\x15 §DÅZ "
b"ãÆ“Ò\x1C HC{„ÿ\x04 +*©á9 "
b"ãÿ|nU\x1F K?ŽÊ\x1D /¢\x1C ™\x13 "
b"ä\e ø¯§v@¾–\x0F T´˜çLð "
b"åóg‚\x00\x01 C<¹óþ”ÌxRD "
b"ædÕ{\e UIš‡n9³èR¸à "
b"""
絿-¥\x7F L%ˆ\x15 À\t 9F\n
á
"""
b"çÌš\x17 Ž\v A¾¸š¦€"º™ý "
b"Þ°¼\x00 ╗\x1D NÅ╝IÔT\x12 ÚP( "
b"éIî³_°Ix”ËœIGðÈ… "
b"ë\r ®9À±E¡¥E\x05\t ¾·Ý+ "
b"때9HïJLºùFYÝw9\ "
b"ýCøe_╩I┐╗\x1E ûüéÂM╬ "
b"ì] 7ÀK3½\x04 ·RÅŽ€ "
b"ýÇ5L¼»G°ó®╦J■É'║ "
b"í’IeF¨A㔲ÓpfYÀ‚ "
b"ÝÜPbæ╔G(É|\x00 Ƶ\x00 æÍ "
b"í·ÁßC,Mš¥)Öq¢®\x08 • "
b"ݶhZ-vL▓Ø$9褮p\x12 "
b"Ý¸Ø \x04 LE»\x17 M ýDlÖ "
b"îGFÀ\x13 $N“€†ˆ'øÕŒ' "
b"d»ML\x0E ›1c´5’‰\x08 "
b"ï3× ‡µM\x03 Ÿ(Þ\x0E êÞ¬Ê "
b"´▓&¬\x10\x15 O±¬\x18 ¨öóéÉc "
b"ðˆMe|·ND«3\x0E rI¬1‰ "
b"𳽩1î@®²Œ\x1E ƒA×:$ "
b"ñqÄZdFDˆ½qÔ4\x0E W/@ "
b"ò?O\x7F ¡ãC‡—VA»@0â\x04 "
b"¶½òhX■H\x19 Ø»\x0F\x0F @ê\x08 º "
b"ôý½%:\x10 Iõ•äú¾¨e(Ø "
b"ö\x0E\x05 O¸r@í²øÁîèB\x04 ü "
b"öEò¨\x04\x08 BC¢6tÕf`IÎ "
b"÷ÊQ£¥=DKªVÖ30DaA "
b"øKCº&:M? KW\x08 4&ð‡ "
b"øˆ˜|;\x0F Iúœrd¶âÜ^\x1F "
b"°ð±`\x1F\x04 O\x0E ╝Bü@·åm\x0E "
b"³¸+üÍMH¹┐í\x17 ╔RÛ?N "
b"ý໕’ÄJº¹oLlL¾\x1F s "
b"þ±çañ´Oèž$"Ë\x00 Z+f "
b"ÿBaLAÈF¶‡%ÈV)ñ§· "
b"ÿz&;†ÊIÛ„Ì—þ96¾\v "
b"ÿ®$\x07 ^ Lzƒì[\r ݧÑH "
b"ÿá“\x02 ¦«EΧ\x1F w¡§{›â "
b"ÿò\³ÞÍM3ªùo\x0E d0y" "
]
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 (0x003144284EA0458EB5426CD7CCBD172F , 0x00423D158AAC4CE4B9E7B888389D1EA3 , 0x0074E3EF595946BE9777FA128E39292F , 0x0085A62E0B344898BFAB0CC8738DD7E2 , 0x00BA8F26990C48D692E61EE405D3976A , 0x00C7C904C1A84776A2FB254D6E9905A7 , 0x011F248B0B1842EB82CA76AAF2F0EE74 , 0x0190BF04FD21730D9FEEF834DEDF16B1 , 0x0190BF0506B9700C996B56C34489A4F3 , 0x0190BF05086673D2B194F395C9912E90 , 0x0190BF050A1F7339BBE4B48C18997806 , 0x0190BF050C2170B6AF6182B2AFC74B48 , 0x0190BF050E2272B481978D2EA59551EB , 0x0190BF05102E715F93579A1252E49030 , 0x0190BF05D2E270D09D0786568744D067 , 0x0190BF05D35F7077BFF190B7A56B3480 , 0x0190BF05D87D708196E7F0F304197090 , 0x0190BF05D9637156B54ABD1AAB9ECC87 , 0x0190BF05DA44720E8C69DC039B7E99D4 , 0x0190BF05DB23702FB2784E0F4E05C11C , 0x0190BF05DC0270DFAC7FA17574CCCE25 , 0x0190BF05DC0A73C0BF49F166F859DF2C , 0x0190BF05DC4770CD90962409A3A12F7B , 0x0190BF05DC8373EF9D06D9378E06DD04 , 0x0190BF05DC8B70E19AE10BBB68754280 , 0x0190BF05DC9273F7BD9632F7BF1EE8C6 , 0x0190BF05DCCF72929598D5F47309E945 , 0x0190BF05DD0C70F6ABBD727B06E7ABFA , 0x0190BF05DD4A736786A1209E9F6348A0 , 0x0190BF05DD8773EBA3A6BBDBC6F3FE83 , 0x0190BF05DDCF719CB0E6E18BFD380FCB , 0x0190BF05DE0C734484F743636F18ECFB , 0x0190BF05DEF673A997552643B2F59858 , 0x0190BF05DFD27055A0437D6DCF06F6B1 , 0x0190BF05E0B172A2934D69E48D5C36B7 , 0x0190BF05E12D71718EECBE4411F6E119 , 0x0190BF05E20E7186929E743B9D865F17 , 0x0190BF05E2F8719EAD1FC5C054DD72F8 , 0x0190BF05E3D371A6A8A01CD348E9ABFB , 0x0190BF05E4B070EAA266C09905A5DE38 , 0x0190BF05E55C72879D49286E9B7D6BD6 , 0x0190BF05E60672F99F2D98AB095C5E26 , 0x0190BF05E6B372FC909BD0520C96C4E9 , 0x0190BF05E6BB7363A8C2888F08E0940B , 0x0190BF05E6C371D193063A8F7BFF16D6 , 0x0190BF05E7027099B5432E835935FF13 , 0x0190BF05E74072B7A422CCBB8B2E7ED4 , 0x0190BF05E748732190E3BBCB33D49911 , 0x0190BF05E82A7141A771C9CAD27479FE , 0x0190BF05E90A7365A01875ABE84E24BB , 0x0190BF05E9B7716DB5A56ACF619CD33C , 0x0190BF05EA68702285D8DA9503C6974A , 0x0190BF05EB3170389DCC1E87FAD1E299 , 0x0190BF05EBE871EA96E636C531494F7F , 0x0190BF05EC9A723391B374B5C3092D42 , 0x0190BF05ED46704D8538E1D93B79FE0C , 0x0190BF05EDF0733B9D888A7980B92E2F , 0x0190BF05EE97702EBAEC74A6ABAC1428 , 0x0190BF05EF7D70B2864B4E98C2E3E232 , 0x0190BF05F06170C4A6498306566DAF25 , 0x0190BF05F14B7193ACBBA73E83F07E8A , 0x0190BF05F22D730C8A2B181A83B54F87 , 0x0190BF05F318715092F67F696ED11FEC , 0x0190BF05F3FA72578271EAD29098DB45 , 0x0190BF05F4E171A782D6A2FC3731F3FF , 0x0190BF05F5C3734695820FCEE08F4D41 , 0x0190BF05F60271A4BBBC3C7AA78BCFC0 , 0x0190BF05F64072E4A615025A1D34FA87 , 0x0190BF05F67E718298D85080536E0120 , 0x0190BF05F6BD71ED875BA7C83E14F814 , 0x0190BF05F79E725FAF6BBD680CD8DCDE , 0x0190BF05F87F72559D3C9C358F797F63 , 0x0190BF05F96070C8A34912B1BEFD16DB , 0x0190BF05F96771719AA824CEDE19A111 , 0x0190BF05F96E703090EF873CB445196F , 0x0190BF05FF897091BA14B155E8B75025 , 0x0190BF06007E7316A14FA1F22C8CF0A3 , 0x0190BF06016B72D583A93ABFE7A16377 , 0x0190BF060258713789BB6DF702DAC611 , 0x0190BF0604D171D9B025DF9BA0722988 , 0x0190BF0605B47146A50C8F7729AC4812 , 0x0190BF0606957266A66FE4DEBB2A41C7 , 0x0190BF0619D672EDAFE50DFD47171057 , 0x0190BF061AB572A08D7B55625DE62565 , 0x0190BF061B9D716699668CA6BE2821DE , 0x0190BF061C7C7061AD8F483BDE281457 , 0x0190BF061D6472FC9A1A5033542F9CAD , 0x0190BF061E3F736F82B0554D52F98D0C , 0x0190BF061F2A7284AF6C2FC680E9A661 , 0x0190BF06200C717992E2F61407F51849 , 0x0190BF06205373EFADD953C00E6465E5 , 0x0190BF062093722992ED1F5E6F51B26E , 0x0190BF0620D47164BB15C9115EDC0536 , 0x0190BF062114721AAD07F8BA0DE39CC2 , 0x0190BF0621F37236AC23C0CF8B12BDED , 0x0190BF0622D470B9BDE666659D69088C , 0x0190BF0623B4733E836723AAC74391D2 , 0x0190BF0624017257A4CECC1003F92288 , 0x0190BF06240973FDBA33F693A0E4E50A , 0x0190BF0624487114BDF2C536CF9338A2 , 0x0190BF0624877175BE2AD195D280D835 , 0x0190BF062649710391C94468E31C70F8 , 0x0190BF06268A728E93B9FD452AA69FC6 , 0x0190BF0626CB7123A006EC6E85E7E8E5 , 0x0190BF06271171F2854401DD4AB9D29C , 0x0190BF06275171278B71B361807DA1E4 , 0x0190BF06278F716FAFD8C5D79BE461C2 , 0x0190BF0627CD722E845469F8B14FE23A , 0x0190BF06280D7393BAD05F945EC706A3 , 0x0190BF06284B72EC93E672B73053656B , 0x0190BF0628CA732FA47035C3C8F0F34D , 0x0190BF06290972CC88EA9BDB79364012 , 0x0190BF06294B734EB01A6C25CA1C507B , 0x0190BF062AFD728BBD7FC8209CF4DF50 , 0x0190BF062B4272DB9B6A5B4C6F137912 , 0x0190BF062B8172AD8FB0A93083D41865 , 0x0190BF062BC1714FA8DC38D636A20BCC , 0x0190BF062C0273989AB91DB958C7438D , 0x0190BF062DD8725FA44A4AF51256EC6B , 0x0190BF062F9171B8B8A45FC3016FFEC3 , 0x0190BF062FD072938C634657F9615424 , 0x0190BF0630107147B50313AB1797D9E7 , 0x0190BF06305272EE8B2378513AE8CFC6 , 0x0190BF06309372C9B3BB10E5AA6BE571 , 0x0190BF0630D173F6A4F699DF164520C6 , 0x0190BF0632BC73B98C9B36DB86C41C98 , 0x0190BF0632FB7300B492CDD8E2F04C43 , 0x0190BF06333B71A6901E9B13E66467B2 , 0x0190BF06337B70E98AF92604E033E5B1 , 0x0190BF0633BB73439A1E39ACD710B3E3 , 0x0190BF0633FA7356B2494657E632B9F8 , 0x0190BF0635C27270843FF69116DFB7B3 , 0x0190BF06382072919101ECFB21FA73AE , 0x0190BF063AEF72A49971663EFD65C898 , 0x0190BF063BD873D7B4E3048C6814DC23 , 0x0190BF063CD473D2A6D1D3516568F08C , 0x0190BF063D137082BE4AE2A5DE84591D , 0x0190BF063D527045A1963BB1C41D9ED2 , 0x0190BF063D907210BFAD29CE602F2ED4 , 0x0190BF063DCE7116AA9335B182DA8757 , 0x0190BF063E0D71738C7A90B2526436FB , 0x0190BF063E4B715AB3F54F1C61B75B9B , 0x0190BF063E8970D1921B1DA6B0465BC3 , 0x0190BF063EC871BB8640539CB8DC8E0D , 0x0190BF063F077350B6E7F23C9D1AA0FB , 0x0190BF063F4572B88090C82F0DDCB062 , 0x0190BF063F837231B8EEA027B21FBD0A , 0x0190BF063FC1722FBAD362F32D1CF3A5 , 0x0190BF064000717294DC684C53A567FB , 0x0190BF06403F713587F8C9FFB98134B7 , 0x0190BF06407E720C9B63AEDA78DB8F62 , 0x0190BF0640BD73CE89A0316E2B4DB758 , 0x0190BF0640FD7062BB8F7EF4F50393AC , 0x0190BF06414171648BD2E22C3CE1FC2F , 0x0190BF06417F702C97F6C3C4491ED85D , 0x0190BF0641BD72589017A91069279016 , 0x0190BF0641FB707BA047D2060F9FF380 , 0x0190BF06423C73CBBCC17F6E7940E66F , 0x0190BF06424670C489EBD4111930B4D2 , 0x0190BF06424E7280B73C377BD8247AE5 , 0x0190BF06425570A0B22F89557511A62B , 0x0190BF06425D73F4BA4C7A177F723A88 , 0x0190BF0643D8732DB8464B2DD1757E45 , 0x0190BF06441B721A97765D2F903E7DA9 , 0x0190BF064468715F85CACCACC82FB214 , 0x0190BF06447071999B2E08945861A1EF , 0x0190BF0644B07375A712C16592F535CC , 0x0190BF06468E73A2B5D4DD6940390BCF , 0x0190BF0646CE712AB8CF73794B16C945 , 0x0190BF0647107295815CDB5EA9008F0E , 0x0190BF06474F72B99D359DCC03A599B6 , 0x0190BF06478D73E4AF6BA75A19242751 , 0x0190BF0647CD710FBAEC18EC34628284 , 0x0190BF06480E70B3A04B068F2ED41D27 , 0x0190BF06484E73418C6CABC3AAB2E7C7 , 0x0190BF06488F73B0A5AAE7083D8329CE , 0x0190BF0648D4706E8B55AAF2EADA3CC8 , 0x0190BF06491572BC87632C1F35DC19D4 , 0x0190BF06495B7346A4BC8D53115366C2 , 0x0190BF06499B7384A4BB22CD516C4EF6 , 0x0190BF0649DB70C39951D8599326F669 , 0x0190BF064A1970AFB98C05BAC76AA816 , 0x0190BF064A587082800691404927E1BB , 0x0190BF064DAD72C49323CD7267BB4585 , 0x0190BF064DB572E998EE717B4BC2379D , 0x0190BF0657F7738C87763EA9FB707CA6 , 0x0190BF06583570388F78E942276842C3 , 0x0190BF0658BC7130904B137012C5F645 , 0x0190BF0658FA715283B5BF64DFE0D704 , 0x0190BF06593D73FCB856B1852FD0EBE3 , 0x0190BF0659807000889280C76A43C023 , 0x0190BF0659C373ADB8A2D57F2C71FA01 , 0x0190BF065A04729DB3A44A6CF0D281CC , 0x0190BF065A4372C0AE73957567750787 , 0x0190BF065A8371D9B513EE792F24A7DD , 0x0190BF065AC3736481DF9022C4626521 , 0x0190BF065B03723CB8BB3CC168DBBC90 , 0x0190BF065B44712E9B2C800889A58988 , 0x0190BF065B887153B90F91E7720C4A6C , 0x0190BF065BC970A88E518EE79B062B34 , 0x0190BF065C1171DC87BC820CF9F6EFB4 , 0x0190BF065C5673B1809ABB5984CBCABF , 0x0190BF065C9A732B97EB3C8EB49A3435 , 0x0190BF065CD97399B3376CDD3B82447D , 0x0190BF065D1971EEA0F0319E56CC1EA8 , 0x0190BF065D607075BE76F42A648A6EC7 , 0x0190BF065DA07281879149CECB816A6E , 0x0190BF065DDF71E5BD9A5F49EA1CC2EC , 0x0190BF0664B173308DD0AD35389AC4CC , 0x0190BF0664F0739BB16668DE30AE7FB5 , 0x0190BF06652F70B7B65AB64C0F2AD260 , 0x0190BF06656D72B79BB70E84D64DAD8D , 0x0190BF0667477193A710DE693764D92F , 0x0190BF066A787090B8464890D061A66E , 0x0190BF066DD07153A30E0AEC649FB212 , 0x0190BF066E0E7126BD8C941DD308555C , 0x0190BF066E4C72F6A05BA5255542F1DC , 0x0190BF066E8972399760C61989079CFE , 0x0190BF066EC87064B82947EA404DF448 , 0x0190BF0670407270B7695FC445079BF6 , 0x0190BF067048729D916EE77D31E1A7E5 , 0x0190BF06704F70A78BECF7BE73CB84FD , 0x0190BF0670567191A28B4BE30E647721 , 0x0190BF06705E7199A26DE81DCFEBA284 , 0x0190BF06706571D792DB33DDCBCC483A , 0x0190BF06706D70D5826194021593D209 , 0x0190BF0670AA721FB6F46FA954E8D871 , 0x0190BF0670EC734093986EB99EAF6C1C , 0x0190BF06712A72CEBAF8BC95F07904BD , 0x0190BF067169728DBBCC2D27C2743174 , 0x0190BF06792973B99B1CB40888BB7A61 , 0x0190BF067931710B9F3E735FE8840CA5 , 0x0190BF06793972E2B07F68B560C9843B , 0x0190BF067A1C70CEBD556A184C522592 , 0x0190BF067B127219A1500904AB2847F5 , 0x0190BF067CA57247B784E420193E5837 , 0x0190BF067E2C72C7A11EDD21925FC627 , 0x0190BF067FAA7332A3FF7C124B431423 , 0x0190BF06813173A8B296819D152B9688 , 0x0190BF068212712BA77E565A7EAE04A2 , 0x0190BF0682F77061BDEA391F0CA82F4E , 0x0190BF068335721DA5B8C2116B844CC5 , 0x0190BF06837571EEA37B9A138A907B08 , 0x0190BF0683B571609F23F8C0DABA3F01 , 0x0190BF0683E772529A2A9319A27292B3 , 0x0190BF068499739EBEDA4CF163EE75A3 , 0x0190BF06854C7063A3AD1A0C205FDE35 , 0x0190BF0685F971CA8210506706C3E027 , 0x0190BF06878170E7A1B9A70EF83C58EA , 0x0190BF06878971ED881DE4CEA92A19A2 , 0x0190BF0687C771C3AF0C97193C3A3C0B , 0x0190BF068806728CBD1F3BBB541CD9FD , 0x0190BF06880E71F99177EFFDD1D3A6E5 , 0x0190BF068816703798779A943EBE6C2E , 0x0190BF06881E70B98E87952184E6A555 , 0x0190BF068A43700995621F677203D619 , 0x0190BF068A4B7264837A2586E9EF3293 , 0x0190BF068C3D7360B670D33BBA046EC8 , 0x0190BF068CEB71BD8853A36A0B2C9DFE , 0x0190BF068E71706EBCB658B8CD9C40AE , 0x0190BF068F577058B305D73428B9E32B , 0x0190BF0692FF72AE964645844156EAC3 , 0x0190BF06933B730E9AEA32E50C6FD416 , 0x0190BF06937671ABAF68B0E12B113385 , 0x0190BF0693B370EABB941F75D006CE10 , 0x0190BF0693F073809829310C56BD655B , 0x0190BF06940D7363B69489098F80CEC9 , 0x0190BF0694147146B2BCD5EC5F93D501 , 0x0190BF0694367059958212A12B8AE46B , 0x0190BF06945973259954CCAD92DB2303 , 0x0190BF069491707DB1D224549C6BD76E , 0x0190BF06949E71E9A85A4F4AB53F0764 , 0x0190BF0694D671D3A12022E99DAC0CC0 , 0x0190BF0694F870D486A6CD59A55D1621 , 0x0190BF06951A711B90255E3CBEA61832 , 0x0190BF06955D71E290689678A8AAAB88 , 0x0190BF0695D3730AA2BD948652FB9163 , 0x0190BF06964572238DE8E75A9F33E3CE , 0x0190BF0696B8721C8AB2430511336F67 , 0x0190BF0696F670698662984F000B28E6 , 0x0190BF0697697360903680C54A8F8A98 , 0x0190BF0697DD7384B93567F311FBA3C6 , 0x0190BF06981A73CD854F59D2EB26117A , 0x0190BF06982273E18932F1C0BB80B5A3 , 0x0190BF06982A706A93A2655E93640289 , 0x0190BF06986772B38204EFC3983D71D7 , 0x0190BF0698A472678FB64320BCE9D59E , 0x0190BF0698E57379B3182CD0323C710D , 0x0190BF069923724A9AB8EA2CD7EA672C , 0x0190BF06996270529F9DDB839E9AB607 , 0x0190BF0699A071729AAB70D2A74DB66F , 0x0190BF0699DE73879C34D727A0B303E6 , 0x0190BF06A4B87229B6528497A3913393 , 0x0190BF06CEEE72CAAAB36C187DF4141F , 0x0190BF06D1D173C9A620D014CB88CA82 , 0x0190BF06D2847037BBEF361140441CB9 , 0x0190BF06D47070AF89EFE4D1924FB937 , 0x0190BF06D67871ECA8B7AEEF58489AF1 , 0x0190EDAB663E73C78D00C07AE8CE6BDA , 0x0190EDAB664B728085635DAEE58F801D , 0x0190EDAB665772F89F21E4F648A5462D , 0x0191BB5A00CF71BE9F1EE6E479E18437 , 0x0191BB5A00E07039A73BFFC2922372A7 , 0x0191BB5A00EF72F6B7CDBEDC6B77F7A5 , 0x0191BB5A00FE702A8532BC1B5DF9FEA5 , 0x0191BB5A010C7048BF13D114042DBBBB , 0x0191BB5A011A71FC930C6162742C4B95 , 0x0191BB5A026F7266AF0A212EB92E2E57 , 0x0191BB5A03C37155B82719F3A0BCEC1E , 0x0191BB5A042E701FB66BBCA53C82C461 , 0x0191BCACBE9F7D5F87032D819AA2A9FB , 0x0191BCAD1AF676E8A68FF038AFC97F80 , 0x0191BCAD99C77BA18AF7CEE2D6E7ECC3 , 0x0191BCADFEE67CEEB9688F10F18E7697 , 0x0191BCAE49267AACA2A2DA7FBBD4F26C , 0x0191BCD061CF7B6A90AFE478EDE568F7 , 0x0191BD5EDD1F7F93A8B2127028AD5D2E , 0x0191BE8D9D247F17907413CEE3DE907F , 0x0191BE8EB0FC72B29F80AE2DD81A4158 , 0x0191BE9428137636B6A08CCF4C336A64 , 0x0191BE965003708FA03B308F1D7A64BF , 0x0191BE96E17B7FC3AC6BBBD128575FD8 , 0x0191BE97F5FB7D458EC6C193302F7E31 , 0x0191BE98C48A7C4CA5EA8E67DFF7C04D , 0x0191CBE546F87AB4A0D03B941E499428 , 0x0191CBE5A390771285A1A96DEDCFECF9 , 0x0191CBEB010B7D448716E89828DF8CE0 , 0x0191CBEB2DC7774396A9E38D1DE5D425 , 0x0191CBEBE01B78AD818E4FB5213B27D7 , 0x0192041ECDC072A1AC560A68E7F94CCC , 0x0192041ECDCD7192A41F4E78CAA15B7B , 0x01935897315D724387C61CA03AF85BFB , 0x0195B4E98DF1724C9F295C2783018CBA , 0x0195B4E98E0072E9A4201B3AA8738C5F , 0x0195B4E98E1172DFA52BDC56E1FD6D12 , 0x0195B4E98E1F70299B16D754B65F1B27 , 0x0195B4E98E2E73C5ABE2104F492AE3D0 , 0x0195B4E98E3D7057A7FB5115689D2A81 , 0x0195B4E98E4B73908ED3524C1A46746B , 0x0195B4E98E5A70E78C787DD9F141003B , 0x0195B4E98E6970A78FF199178D3971B6 , 0x0195B4E98E7C72B4ABA8829F2B4DCFAF , 0x0195B4E98E8D73C0B41B1EFF6FA38800 , 0x0195B4E98ED17316B6BBD6F1CCB3191B , 0x0195B4E990E672FFA518FB399404A4DD , 0x0195B4E990F573DDBE7FAB14FB55B6E9 , 0x0195B4E9910573139D80B910273A3272 , 0x0195B4E9911470C5AD8D8B4B9D47A03D , 0x030B56E9AC4A4B328DD2BC20975E77CF , 0x0393521B02324D60875A91CBAFC2E860 , 0x03C80C5C349644E4AD24AD6C2F1C7DA5 , 0x04739B36F7254B37B6F05463DB863F02 , 0x052D8FE1B3C54921B8FCF8FA04DCDA68 , 0x055EFDDA5CBE448AAF54068BB44DBD7C , 0x05B621A902C74D1EA8B8DCCF9CB323C5 , 0x064A4F0777C3478D86FF8D2134908D97 , 0x06CC54714B1F4680BF92F9255250D998 , 0x06E99F91B8EF4B6C8724B4F16912B37F , 0x0724B2D5A45C4EBAB4371A3229557A44 , 0x07D5F82C2548466C8FD91E4B4B74D3F9 , 0x080FA2F79B3C4169A27DA37CCAEB4D07 , 0x08E3E030B10C4F8899B3F0F40F43586B , 0x09BF8AF4A3D4453197B6DEC81E8D3042 , 0x0BD64FB7F9B34C3AACEE3B8C7DF32046 , 0x0C3B47AF3A094211916247EA212182F0 , 0x0D0336D5313E43F0B885C74928240E5C , 0x0D1217ACE7794669B8A5426ECF293393 , 0x0D4B984D18814AA2ABE63DD97B3F439F , 0x0D66F048F33746BF93B4FFBC37746831 , 0x0ED4B02F49D74281A60F5D7D6AFD04B3 , 0x0FD795E1BE9243FE9FDA1F47E572965C , 0x0FD7EF0B52F0471A954CEE7C9312F203 , 0x0FFD51E02CD44E8781879D88860B0D40 , 0x10F70F4157C9454CA714BF59061DEC38 , 0x13DA3F0F4E614E5D8567B021C2200D40 , 0x1419F8ACEACD4B4C9F0AB495A475BE17 , 0x1425BB2C46C04F6E9AA78744ADB193DA , 0x14A044A66C5047038CB2661A6D5429A2 , 0x1637BD276AFC413D891FD5D325A7CB7E , 0x163E4D9355C14B638693A942192D7BED , 0x16AD7AAA1A0847319F468D7ECE5F3C47 , 0x188393A95F7F4BB79CA4B880E0B2FD18 , 0x188F9CDE0AD941A5854026B30CB2B34A , 0x18EBCD30F8394CB18586D66F6336AF66 , 0x19C756114B3240CE82F4EB51DBEED276 , 0x1A1BF60A4F284B41917A9B3950FA24B8 , 0x1A6934A9D54D43FBA12AD6589F50DDB6 , 0x1AA7A230951D459FA02415BD40A5F005 , 0x1B0377E0545D47A0AE2D9CF7EFE7A556 , 0x1BAB8949F5D04FF3966F9BEA5FA16532 , 0x1C9D5B3F8C9447759E4FA7E042DF1FDF , 0x1CCD8F38BCE44C5BAE4983B08E0D9E1E , 0x1CE3A5E58DF44842AF2E0C9B0D56775D , 0x1D6F1F3E5ED347498AABF18EA963B3D6 , 0x1D9E444751414EBFAE69B30DE92A048F , 0x1DF6EE38FE5B4DFFABC9A78377AD61DE , 0x1F287CEA8E374B67A787763160C4574F , 0x1FFBDE8689A347AAAF7FF6B2F44753B2 , 0x206F2A888B39403F9CD03544D70DAA88 , 0x208265EB22CD4455B4328C5B39B8CB51 , 0x208824F00E4840CC90C3AAE57E5177E6 , 0x216B853EB4EA420185E9D90ACE3F1F95 , 0x22317476FB474D3CB478A6ADD41270D4 , 0x239C1603E3F64FB990CF7A82059A6F47 , 0x23C42AD52223427DA1D72C65A0B13CE2 , 0x23D9660269124894A12616093EEE5F25 , 0x23EFCD014F434F68A4C5565865CA18D3 , 0x25E2856280C748238FECA46D3D10D719 , 0x25F9E4E760CD44159BD4BB5C6FF621D1 , 0x262AFD4D8B3D4355B9BEBC7ECCC52F4C , 0x265AA64184D74520BC5A24544D8DA41B , 0x265C311723EF426F8F380944BC5E6299 , 0x2846398E55B74FF3A74E3BC31621A9F5 , 0x28CB7B0FA92E45B8964080DE2A527507 , 0x29330B07A5714CB39CD3FFB6648704E4 , 0x299BCE9C1AB14328BDD4000308980A3C , 0x2A594A7B27904C7789C822873C5AF099 , 0x2A6D9562DA3E4F92ABB56E9691555D31 , 0x2AFE607553AA4BBB8D4A82CEE262DF8F , 0x2C5CA3AD58034C20B8EC9C7451EC2854 , 0x2C9CDB39C6BA4DCA8BD51EA48CD1970E , 0x2D28942B3E664DBBA1B8CE617DC0BB1B , 0x2DBD3C60C3FF414BB78900DE347E0356 , 0x2E9F607B0EFE4DD39ABF17DE607FE5FB , 0x2F261741CBDD40AA9E77ED5382F37608 , 0x2F4301B9B9714D3CB499E9156DDEC5A9 , 0x2FB41C1A51634F9DA0136A578C453C5E , 0x303B5822DBFD46AB82C18016E5F74261 , 0x30489EB1AF6540CF8EA0ECF56F9DD1EA , 0x3086F419BB6B427F97231CD532AC2DBB , 0x31BA43BE530F4ED5B41883BA2EF0FB1C , 0x32192E82E2034CC9AF2C5BBD0BCE1128 , 0x321D2431C7684A828D7C9AD81FBBA1B5 , 0x329D3D59DDC8494EB39A4B9A1CE1B128 , 0x32F2303F72FB4A87957452C651BF3DAA , 0x34B99CCAC9884AA4884717963188F8CE , 0x34BA8EE1E3ED4A1CB7D9BD669A9BBB87 , 0x34D530559E1A44B08945B93BA7FF46C9 , 0x35E925D7EE1E4684B38325E1DFB90D91 , 0x3621F9F359684FA2A0F1512D53D9A68F , 0x36C29C8A033645EBA1014E4C7E4B8E03 , 0x37D19B2DE22842F7B4EF0382F0C96FED , 0x382A17120AE8432C8A0D8363D6E15890 , 0x38FEC6D3CD8E4A959E3366A753D04784 , 0x390912DF6170423CAF55A56326A1CC2E , 0x3978CD0BF6E24017B385572443D0917D , 0x39A012CD112E436993ADBDA8785444D5 , 0x3A66A420C34440FDBDA8D54496BC9DE1 , 0x3A69F7145A834B85BAFCD98C253F513A , 0x3AB873D8B2B94204A4517BDBADD4CD0C , 0x3B1367576AEA479680B3BA2508B7D5B6 , 0x3B8788404393440A990FA8D81A790F64 , 0x3BA97A94F33744AD834613B5F150E38A , 0x3C67412DCC47488BB3E2F561ADF0CB31 , 0x3C95C21D0EDB436DA3C2CE4D2CBBBDC3 , 0x3E27860C96914835A6FEFD1F5030EC96 , 0x3F2FE5DA3663403D925CE65BCAD216A8 , 0x3F78768DCACC4CACB76110887C6BECE6 , 0x3FFD4E55D89C44A280388E9E773D3462 , 0x403A39574BFD4D5F9F30EA3F9BBD585D , 0x408DD36A98164D85B5F71B6AB0B26F23 , 0x4181CEEFC4834A45B2E2F78AA2E1ACE2 , 0x42058586D29B40FBB1E2654D7A1E424A , 0x422AB67E612B45368EE61266DBAE36DA , 0x42628BB2BAB24B4F94674E0C1A37F274 , 0x43DC702BC54D412DABB105BCA7456E52 , 0x445C43BDFAA04ABE89F7153A24AF7E6D , 0x445DF44D644F4E1FAB90A654B92ED561 , 0x44D4A2E5000B467E912C722DC19D1FC7 , 0x4502394749724A639B12362C91AFA86C , 0x450B8D6FA6D943A7AD4C7E1AAFAC7569 , 0x45657263BCDD419AA9232B1C1084129C , 0x46C8557546D94F21868CDEB11434A86F , 0x47E06FB80EBA4CECBD3DBF4E36CBF3EF , 0x47F106B68B614B8195C98FE6D53A3938 , 0x48459A9089E34F05BE401824C5C352EF , 0x49A4AAE330E54918BE19215ED9BF69EC , 0x4C18A8759D1B4301B4D01C3DD3E0FA66 , 0x4D3AB71183D347BA85F2872ABE55F147 , 0x4D6E53AD88F04D71A0F12159187AF8D6 , 0x4E63EC0337204D9BA95D94E7B64E3EAA , 0x4E904B0A8F3E4DD6922F0E20048D0124 , 0x50ADF776838A46CEB2DFD22E3A2BB070 , 0x51C58554933540C09F8A40149D3E12D2 , 0x52CFF8B971EC4C77906DCB8694E8FC37 , 0x547359E968264035B0BC4F7AE21F2777 , 0x54C43C6909EE44E6BE46B261A95C9F92 , 0x54E1DA5EF94544F6AD52080001C48389 , 0x55633DE42B6545A08D6119312DEAB026 , 0x556DF6AE3EDF4E6C86767BA4181C47D5 , 0x557DA8F6E7A2463983E4D62E69725370 , 0x56D7A65B452744C4B0BB4B73B13F6DDB , 0x571A05C7399348369AA3AAF8C19EE3A2 , 0x5780A2E8797A405BAE8A324A06D9B4C7 , 0x58CB494BDD5049B798DFD9B160E30691 , 0x5966C10CE39F4119B97BF891C2A6D3C2 , 0x5B1D02E20B7A4B7998CFEEA762A7C880 , 0x5D1EC8EFBCBA4394A8FF60BAE91FC1E0 , 0x5D2E900E3C3647D5B38D77578AF6F796 , 0x5D40A858CF8847388FA67CD3148C7E64 , 0x5E51A7A8F1A648B186629B55C873F9F2 , 0x5E611B7DCFDD4DD1B134004CB7200BB1 , 0x5FE0DA45181548E6972F9BF1DDCB1F70 , 0x60A0E7C6222B419D898B90BA1DEBA4D8 , 0x61325D998E0E47A08B2E76C514474A62 , 0x627E689485DD49579CAE5AF210989BE3 , 0x62828627A8D549B58E250D7395D16FC1 , 0x6325AF9DE9C9443B953EC4EC04E578E9 , 0x63910483B87143EBABB03119E9882D77 , 0x642A3D697F4C4CE1BCFDDA506050CF17 , 0x64F7F347DA504FBFA041DEA963DE5F42 , 0x6543B7EFE9EF4A0495078D6E15CBC2A3 , 0x6590E00AAFF7487AB7475DDF96B93171 , 0x65DE2445C364429DA58685D0621CD279 , 0x662B4AB6D3234149B351FAD2043DE360 , 0x66CACAFB09E743CD8912E3E7467E2BBF , 0x66F21AFFB5E7403EAE20313787709179 , 0x6751AE3275F74B2197CAE4269A1155A9 , 0x67C14BF61FC9461F8169C5038965C143 , 0x6891AF7749A7414490AA6D31B448A7C5 , 0x68F26E84CCB8427CBACEFF0DE290F739 , 0x69171F171305469E870E121EFC2A7392 , 0x6ABFA53011B64859AA58BC403D44BD83 , 0x6AD945A527024222B9C95208CB93D2DB , 0x6C11817B42A649F6849CED08EAEF86FD , 0x6CF91444EA564A8DA1721004CFE90E0F , 0x6D035BAB097F46298F5BBDCB2F034D47 , 0x6D8666F6A1394740B8E7E73DE8A45E8D , 0x6E8AE413A785450BB34ADFD5EC900E3C , 0x6EB7AE3772DA4F2794036155A466F3BE , 0x6EE46C8B84D24E958FF89449F9E3E6D1 , 0x6FACCD9E79B64B7498B94E75F02A4F85 , 0x6FF44B7EC0EE45F7ACA96BD1E7FCE922 , 0x7027944F55F14F329541A5BA663FFF0D , 0x7099BB0ADB4B43B594AB574CF2A1309F , 0x70ED169315424293B4B7FB5D7BDCB6A4 , 0x71CD80A590A143C79A5708C795D2C299 , 0x72B19E9844FB4690ABBD0CCB1B11915F , 0x7309A717857D4D28AC7506C26EA99602 , 0x733C7F5403684963B4F794C56AABB89A , 0x73DEC9C61E4949F4948572BC293E1897 , 0x74AE68890BDE4D7D8044855D8398D8C1 , 0x75AD0F4BD2564BDEB337C106BD7D54B2 , 0x75B4E03477764B35BC73B8CB71E20350 , 0x75EBA347883648B2BBB1311A9BE2CAF4 , 0x7655F8BDE9234FA7BF836306ADF552B1 , 0x76BEA09BFE1A43FFBF13DF3CA681B389 , 0x76C4D947593B4F10A22CE53D9FB83FE0 , 0x76DB8AA07064429E97E3FDE57B9BC126 , 0x771BF1F37A3140B2937A73FC1645F67B , 0x7783213E3B5243729F345DEC5275955B , 0x78C0C7294F194490B9F6F1F490FFADC9 , 0x79CD9EF1B33942E78A9E8D670B78EC7E , 0x7A52E227B84A4AA3AFFFF4DB7B3153EA , 0x7B401E5F60AC4222BF699C335566DC25 , 0x7BC62899431D44C48F9ABC55898686E8 , 0x7C0AF64FE556497D9DB161BCCA4D2F52 , 0x7D0AEC6CA45C4FF7A96B55E71BCDAD88 , 0x7D29411A6D4E4F4FAB561B8BA8156E66 , 0x7D63BD86FAC44790857A2CA9675A1561 , 0x7D7F40F3BD5648518ACA5DB2FE7D0A96 , 0x7DEC57C9354D4701BBDBF8FC89D707F1 , 0x7E4486B5BA844CCDACF88BB291C20170 , 0x7E5357DDF5CB4C40ACBE049A42A86E2F , 0x7EC4F6E33EDE4BF5AA2807012D15E725 , 0x7F487C349B734D308DB6E6B154E3614F , 0x81AB56AB9FA64316A9A6FA91A9DBF78B , 0x82262D2D825C40D4A4AC9B6C02A18970 , 0x82D8363EA6AD4D2C873EB8A17483EE91 , 0x846AD338E29848C1B64984CCDA22C747 , 0x8476E592018445B686E7BFA20C70D196 , 0x8495076225C94C5E9225FBD45FF86502 , 0x84A3C094569343638D0FECD66C87850D , 0x84CC564A6F8D42E7ABC041E0DE2E4B83 , 0x84E3B56CEFF34204890F23B74CFE51A3 , 0x850CF118F4E9472A9615B8D0A448F462 , 0x8573D685C2664C52B89A87E6C3293115 , 0x85FBFA4540AC43209D8EC069672FBBFC , 0x86114DD3F0C747FC939A953A32DC1731 , 0x867DBF22046641B1AFBC294D300A7671 , 0x8704C83BF78441DC898A727A4AC89039 , 0x871FC89EA9344EFB9A23149F251D0E16 , 0x874A152FFEFA48B6A365D5A906BD7309 , 0x8789B5F4D2554216BEB51AE273A6C176 , 0x87A7548505A44A839B8E54DDD0858C60 , 0x8834F63F1EA24EF593C34FFBC5BD8F8B , 0x88A48261CA0B493AB8EBF1FC2136F471 , 0x88C3E9F5F47B4F73A31C49318D06018B , 0x88CA5CDAEE904763ADBC3FE0C51EC49B , 0x88CBF0E474E8414781B0028CA0DACB30 , 0x897E192259F544A7B57B5E07EED7BBCE , 0x89CF7807F83E4A71ABB8D13AFEDB4324 , 0x8AB492662201491BBE33B5819BDDDFD2 , 0x8ACE59ECEAC141FAAA30CE9BF24B8EB0 , 0x8BFDA4DC852E46E58FAE2A06325C8A46 , 0x8C461689832F49EF91DC1945DDC8426C , 0x8D04CC529E714164A31C45EB18AA885A , 0x8D647CA17C084D838DEEA3A246D12E97 , 0x8D790A39EDA7433E8E5A94243F764A50 , 0x8DC67533AC744F728C0EE414C4DC5C53 , 0x8DCDC75838FA4540B7DD336404AC2D41 , 0x8E0187067C374EE692D291A746B8E8C9 , 0x8E83F0BC6F6D4689858822E48E1E99E7 , 0x8F64D5FABD64411D88F3AF01A76B557A , 0x8F91A2ABFF864AB2B7635900FB6A36C6 , 0x8FC7D020FAF442D2A7D7CD1B12CA08D5 , 0x8FDEDAD267274FDBA161BB5984461DB0 , 0x90AF4BCE7DF244FF8294A93E106CE2A5 , 0x9130D63C814F4E6690506F7BE133A438 , 0x91F893534AC141FAABE8AFF8112442F2 , 0x9212EE9AC9C34295B81B48B981854B54 , 0x922DAC9E0FD1461CADF5A101FD0351EC , 0x92A3EBC7AFD84294A4C4D7DC14601AAB , 0x92BFE836250948F2B834ACBE6B197514 , 0x92DDA198E09141D682A6C9E1872F588E , 0x92EEDD871E824B2CB36BA4F0377C2559 , 0x939AB9C134424D24BD8DB3D6EA45F59A , 0x945FE61D03114FACAD50BBEF9F0F5CB2 , 0x948592DEBBB04D2D8E9248FB5FAB7EED , 0x950C14452E8346C1990A72B9F2B1DA53 , 0x96D441A291B8479C99651D576F283DC8 , 0x97AAE7836CD541F8BECD790BA739DF3C , 0x97ACDD6EC59648F88B17D089C6D60862 , 0x9832F044336248A69D46D3CF9AA55AB1 , 0x9893CD3A378A4615B5803AB64E42F3CC , 0x99A980A7BCC94E53B2C6100CC34B01AB , 0x99DAD01118404ABA98B010A954A975B8 , 0x9A2CF8D15997437F91B428391A52656F , 0x9A5C8CCBC9554A58AA36894F8D0D8933 , 0x9A6A9EB843624FB6922A55E074FBE763 , 0x9B0BA3A2F3B34F5B967F6E13D81AA997 , 0x9B6631C3A46D4AA89EF368E8175A3D7C , 0x9BAD2840DCA643AAB0A545BDA965BCDB , 0x9C1DF067B4C9462B8F44669021E78AB0 , 0x9C50EDEFD82B499884721D9902646600 , 0x9D2A146757B345A1B9BB471DCDAE0AC5 , 0x9D902B65DDD64758B9A2E299C04EFC6C , 0x9DEE9CA71E9D4C84AD86BA97B97769E3 , 0x9E491D22808D4EB59B9F171555CEE616 , 0x9E7A3CD1A0B6406D8D43A17CAF279204 , 0x9ED59580FF7E4803B0855CFF6F93E2A4 , 0x9F269D9F7D7841BE9542F49D08321AC7 , 0x9FA0447BBCB84B26AA8F6E7FFA09C8A6 , 0x9FA9C2E262574469AB9D301EAB967EB7 , 0xA06D391BFAFC43F0AE4160C2ABC5413F , 0xA078E313C002450CACCFF048C7320EBE , 0xA0D87C9931E44049A4236F9C61224678 , 0xA29FDB2BA9CB4035B961570753807845 , 0xA2C85B9B1EFE49A8A00516EF3AF4D9BA , 0xA3000A7DB3B44624897486E23D30F30C , 0xA3AC1C2A0A77469C9091B2BE462A92CF , 0xA6854524278B41869F432EF1AB602D95 , 0xA68FEB1BF3FB42588A916B8B80332217 , 0xA6C141F9FCB74FE38F4FA5127B9B9610 , 0xA6D2C40A4CF24238B29B6DED1016CBE6 , 0xA6D8DCF89BDB445DAC34F41EBF079E0D , 0xA72AF91938A04D5196C4DA2A0D31C629 , 0xA73F76AD46B54D17BD95B6AF7689A948 , 0xA7ACED99DEC84E3AB51CFEA7F79BC8F1 , 0xA90AE6B207E94E09AD3A68CD26AA1906 , 0xAA17E052FAAF4FC8B2D1DDEBB7D8E1E0 , 0xAA351873DE884871B028E781F51AD5A3 , 0xAA79B42D2F154FB8871ED88CD88F72B0 , 0xAAB20F177D4F4E079F5D246FE9BA4410 , 0xABD4C5540A28420183C4E3D6885E367F , 0xAC0EC4796D40409E899BAC6B51668F37 , 0xACDF9BDB67A84ADAA2C0BC6BACB59462 , 0xAD162AA6F59C4CB088A63F46A4EA77FD , 0xAD59FC2C2DF84B9CA418916C8AD5CAA8 , 0xAE66F6D1B41A4FB3B519FD9456D7981C , 0xAFDF8DCAA25D4C359A8393F840B43641 , 0xB0E0979C89A5412E87619CCC1FE548A1 , 0xB14EDAACB50849B6BB7BEA26D58730DA , 0xB17BF56F5AAD41B29D0EE5FFD8398EDA , 0xB17C0EFAC81D40C7B7989E48F117CC6B , 0xB205E72D767048C6B307ECA2D738E2E4 , 0xB45C5D4F725E44B88476378100B3C5EF , 0xB4854B39BD2146848001F29A33193EB9 , 0xB4D5A5C4395E4FF990B1BD9E9B229596 , 0xB53FA82BE92E4E85B70FDCD0BAF89C46 , 0xB59AFC97884C423B8B05B2842E28BCF6 , 0xB5D266D3FF5440108008EFF0C7E180B8 , 0xB6761CC7D1CD4FFFADD0F2C7C154B722 , 0xB77BCA3666024F7387FA6B37B87AD31F , 0xB7F137739C374C4AAE6AC7FBAE25D3F9 , 0xB8EE67EBEE3E4D109BE584D337F2A8DC , 0xB8F69C1413754D1DB26AD54C6508474B , 0xBA013E304130400B8C78272195F37C63 , 0xBB04F8BF215A4A81B2FEF880F8544BFD , 0xBB3894B248FB41378A6A03D8D4A9A291 , 0xBB9A08E477F44C3AAEFC03C6441E897A , 0xBBD319C1CC3E4B1A943A9B575F5589C4 , 0xBC073E6E8C3147A1A8EA629850E98827 , 0xBC128B60902E4E9D9E4E50C5A7B48931 , 0xBCE3FDB36FE54BF4AD2C58BDEE7B2861 , 0xBE4BAC4A6F0E40BDA311EF3FDC3B3854 , 0xBE9EDC6B216946188AC657DAA7E2D7C1 , 0xC0137E6DEBDC4CCABD4DC2BD1824FD17 , 0xC02E51719593482CB8D242109214A526 , 0xC1A290A641644C1A8424671E885A0E48 , 0xC1C8E719579F40E9A333F48E95D714F5 , 0xC1E0F550D7D04FC1B19E487807292D26 , 0xC254C7A5064A40BB805D82A56B7DE70E , 0xC2688E1FEC2649DB9208700F571F5405 , 0xC37B595DF7354CA1A8DDFA9B7CBA6D4B , 0xC4418F0CCB6246A283A718CE21597B55 , 0xC4C4AB71BE7344E7B40F73967542C46E , 0xC77DAE4D568A4E62A0EEF30F092C19DD , 0xC84BB290990449A69EA8F6DABF5F5C87 , 0xC85EDB4FCA2143F5907694F732EE3472 , 0xC8FBF71FD2C645D9986921027C1C998B , 0xC9395DAD5A6140A8BA73C9CEC872CA71 , 0xCA3A12E1AFAB4498A3A32FDB94D7E6F3 , 0xCAB8765D00194DF6A5AFBC73C1D163B9 , 0xCBB331A13AB64BD68148D681C991A852 , 0xCC0EE9BF151845A29C456A935515005C , 0xCC5F73EA9CBB4FC1AB2E0DC7F49992B7 , 0xCC710035AF5D471499B6C9873337856C , 0xCC77C5C8F35C49AC9FDC0D8506C701F1 , 0xCC7BA994CC0E4DDD8D66C433698CB34F , 0xCDF735E5412E47FE9943391CF711DA70 , 0xCE1C45365BD0496287EC5605B0FBB4D1 , 0xCFE263D460744D63A81381653F4467FE , 0xD007B6DCA2C640E3A125BA0C44F4B452 , 0xD016DDCD22EC4FB5AB8E7B4B630A5391 , 0xD07AAF7F5B90427BAD51D845070681CC , 0xD0C51EC0C6FE4EE9875DCC4649C8F229 , 0xD169122A26F2450EB4E995B9E40D737F , 0xD20531A6007E479CA3583FD793AA93CA , 0xD247F3DBE61A49D38B524A7ED798B20D , 0xD2917C6E68AC446F89D3EC98A179D540 , 0xD2A244028A404AE681AA2F1CA750636D , 0xD2C9CFC12EEA432C83DFE1C3680E5A3A , 0xD2F49913B6F2418281E8DFF0943B5E7E , 0xD313F6EC9D7F49519F54A2D4832EF0A3 , 0xD3198219EF1349429E315572126B14DE , 0xD338DF8585014A2BB1C2C80E04CC1AAC , 0xD3EC2AE725144134BE2D3FF320902482 , 0xD4466051FA984F60BC130674FA5B1081 , 0xD647E8D5292B4E378E8E3A8C7C260837 , 0xD7B190D851EC4999B4C2E0EDA485A6C1 , 0xD7CD0060543141C79E4D6B480A6C3070 , 0xD89AAB60CA0746CEBA7E695C163930E7 , 0xD8CA64A1E5354A88BD90AFF64396DD33 , 0xD8D699EAD7834CED98E424CCDE813F6B , 0xD9925A7F10CB4D6492DE88A93E7D233C , 0xD9DE69705DB34880BCDE55B2BC618708 , 0xD9EDC96241E747309806A78F58399A18 , 0xDAC0B3B7FD5648B6AA0B2B1588AE0A0C , 0xDCE5AB615B05449C9B3DB29988F606FA , 0xDE37EBDBF3E74981A19FB920A6496A2E , 0xDE4AFD3F2D1B499F8FA28DD69B6F5F63 , 0xDE526AEFFB5740F08DD5B7D5767697AE , 0xDFCDC3225FB84E7EB20B7EF1CFC9BB2F , 0xE03A3312865446BE91DBC6D0BDF28238 , 0xE085B29AFDDD40EDA79719396CC50F71 , 0xE0F8C1BC512040939F4E924829A2EADF , 0xE14A95C196F649D1A975EA601D03BF5B , 0xE195F6758EB744C79BBC794697DE2AE7 , 0xE28C6B742779441EB4BD0B7D0CE64EE6 , 0xE37FC179CF1A446C82FE6D15A744C55A , 0xE3C693D21C48437B84FF042B2AA9E139 , 0xE3FF7C6E551F4B3F8ECA1D2FA21C9913 , 0xE41BF8AFA77640BE960F54B498E74CF0 , 0xE5F367820001433CB9F3FE94CC785244 , 0xE664D57B1B55499A876E39B3E852B8E0 , 0xE7B5BF2DA57F4C258815C00939460AE1 , 0xE7CC9A178E0B41BEB89AA68022BA99FD , 0xE8F8AC00BB1D4E8FBC49E25412E95028 , 0xE949EEB35FB0497894CB9C4947F0C885 , 0xEB0DAE39C0B145A1A5450509BEB7DD2B , 0xEB958C3948EF4A4CBAF94659DD77395C , 0xEC439B655FCA49BFBB1E968182B64DCE , 0xEC5DA037C0AD4B33BD04A0B752C58E80 , 0xEC80354CACAF47F8A2A9CB4AFE9027BA , 0xED92496546A841E394B2D3706659C082 , 0xED9A506291C94728907C0092E60091D6 , 0xEDB7C1DF432C4D9AA529D671A2AE0895 , 0xEDF4685A2D764CB29D24398ACFA97012 , 0xEDF79D20044C45B6AF174D20EC446C99 , 0xEE4746C013244E9380868827F8D58C27 , 0xEEA28264BB4D4C0E9B3163B435928908 , 0xEF33D72087B54D039F28DE0EEADEACCA , 0xEFB226AA10154FF1AA18F994A2829063 , 0xF0884D657CB74E44AB330E7249AC3189 , 0xF0B3BDA931EE40AEB28C1E8341D73A24 , 0xF171C45A64464488BD71D4340E572F40 , 0xF23F4F7FA1E34387975641BB4030E204 , 0xF4AB956858FE48199DAF0F0F408808A7 , 0xF4FDBD253A1049F595E4FABEA86528D8 , 0xF60E054FB87240EDB2F8C1EEE84204FC , 0xF645F2A804084243A23674D5666049CE , 0xF7CA51A3A53D444BAA56D63330446141 , 0xF84B43BA263A4D3FA04B57083426F087 , 0xF888987C3B0F49FA9C7264B6E2DC5E1F , 0xF8D0F1601F044F0EBC428140FA866D0E , 0xFCF72B81D64D48FBBFA117C952EA3F4E , 0xFDE0BB9592C44ABAB96F4C6C4CBE1F73 , 0xFEB1E761F1B44FE89E2422CB005A2B66 , 0xFF42614C41C846B68725C85629F1A7B7 , 0xFF7A263B86CA49DB84CC97FE3936BE0B , 0xFFAE24075E204C7A83EC5B0DDDA7D148 , 0xFFE19302A6AB45CEA71F77A1A77B9BE2 , 0xFFF25CB3DECD4D33AAF96F0E64307922 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
89
2.45 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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `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` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) AS `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) AS `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) AS `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name AS `property_group_option.translation.name` , `property_group_option.translation` . position AS `property_group_option.translation.position` , `property_group_option.translation` . custom_fields AS `property_group_option.translation.customFields` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `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.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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` 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` . title AS `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId` 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"\x00 1D(N E޵Bl×̽\x17 / "
b"\x00 B=\x15 è¼Lõ╣þ©ê8Ø\x1E ú "
b"\x00 tãïYYF¾—wú\x12 Ž9)/ "
b"\x00 àª.\v 4Hÿ┐½\f ╚sìÎÔ "
b"\x00 ║Å&Ö\f HÍÆµ\x1E õ\x05 Ëùj "
b"\x00 ÇÉ\x04 Á¨Gv¢û%Mn™\x05 § "
b"\x01\x1F $‹\v\x18 Bë‚Êvªòðît "
b"\x01 É┐\x04 ²!s\r ƒ¯°4Ì▀\x16 ▒ "
b"\x01 É┐\x05\x06 ╣p\f ÖkV├Dëñ¾ "
b"\x01 É┐\x05\x08 fsÊ▒ö¾ò╔æ.É "
b"""
\x01 É┐\x05 \n
\x1F s9╗õ┤î\x18 Öx\x06
"""
b"\x01 É┐\x05\f !p»aé▓»ÃKH "
b"\x01 É┐\x05\x0E "r┤üùì.ÑòQÙ "
b"\x01 É┐\x05\x10 .q_ôWÜ\x12 RõÉ0 "
b"\x01 É┐\x05 ÊÔpðØ\x07 åVçDðg "
b"\x01 É┐\x05 Ë_pw┐±ÉÀÑk4Ç "
b"\x01 É┐\x05 Ï}püûþ¾\x04\x19 pÉ "
b"\x01 É┐\x05 ┘cqVÁJ¢\x1A ½×╠ç "
b"\x01 É┐\x05 ┌Dr\x0E îi▄\x03 ø~ÖÈ "
b"\x01 É┐\x05 █#p/▓xN\x0F N\x05 ┴\x1C "
b"\x01 É┐\x05 ▄\x02 p▀¼\x7F íut╠╬% "
b"""
\x01 É┐\x05 ▄\n
s└┐I±f°Y▀,
"""
b"\x01 É┐\x05 ▄Gp═Éû$\t úí/{ "
b"\x01 É┐\x05 ▄âs´Ø\x06 ┘7Ä\x06 ¦\x04 "
b"\x01 É┐\x05 ▄ïpßÜß\v ╗huBÇ "
b"\x01 É┐\x05 ▄Æs¸¢û2¸┐\x1E Þã "
b"\x01 É┐\x05 ▄¤rÆòÿı¶s\t ÚE "
b"\x01 É┐\x05 ¦\f p÷½¢r{\x06 þ½· "
b"\x01 É┐\x05 ¦Jsgåí ׃cHá "
b"\x01 É┐\x05 ¦çsÙúª╗█ã¾■â "
b"\x01 É┐\x05 ¦¤q£░µßï²8\x0F ╦ "
b"\x01 É┐\x05 Ì\f sDä¸Cco\x18 ý¹ "
b"\x01 É┐\x05 Ì÷s®ùU&C▓§ÿX "
b"\x01 É┐\x05 ▀ÊpUáC}m¤\x06 ÷▒ "
b"\x01 É┐\x05 Ó▒róôMiõì\6À "
b"\x01 É┐\x05 ß-qqÄý¥D\x11 ÷ß\x19 "
b"\x01 É┐\x05 Ô\x0E qåÆ×t;Øå_\x17 "
b"\x01 É┐\x05 Ô°qס\x1F ┼└T¦r° "
b"\x01 É┐\x05 ÒËqª¿á\x1C ËHÚ½¹ "
b"\x01 É┐\x05 õ░pÛóf└Ö\x05 ÑÌ8 "
b"\x01 É┐\x05 Õ\rçØI(nø}kÍ "
b"\x01 É┐\x05 µ\x06 r¨ƒ-ÿ½\t \^& "
b"\x01 É┐\x05 µ│r³ÉøðR\f û─Ú "
b"\x01 É┐\x05 µ╗sc¿┬êÅ\x08 Óö\v "
b"\x01 É┐\x05 µ├qÐô\x06 :Å{ \x16 Í "
b"\x01 É┐\x05 þ\x02 pÖÁC.âY5 \x13 "
b"\x01 É┐\x05 þ@rÀñ"╠╗ï.~È "
b"\x01 É┐\x05 þHs!ÉÒ╗╦3ÈÖ\x11 "
b"\x01 É┐\x05 Þ*qAºq╔╩Êty■ "
b"""
\x01 É┐\x05 Ú\n
seá\x18 u½ÞN$╗
"""
b"\x01 É┐\x05 ÚÀqmÁÑj¤a£Ë< "
b"\x01 É┐\x05 Ûhp"àÏ┌ò\x03 ãùJ "
b"\x01 É┐\x05 Ù1p8Ø╠\x1E ç·ÐÔÖ "
b"\x01 É┐\x05 ÙÞqÛûµ6┼1IO\x7F "
b"\x01 É┐\x05 ýÜr3æ│tÁ├\t -B "
b"\x01 É┐\x05 ÝFpMà8ß┘;y■\f "
b"\x01 É┐\x05 Ýs;ØêèyÇ╣./ "
b"\x01 É┐\x05 ¯ùp.║ýtª½¼\x14 ( "
b"\x01 É┐\x05 ´}p▓åKNÿ┬ÒÔ2 "
b"\x01 É┐\x05 ap─ªIâ\x06 Vm»% "
b"\x01 É┐\x05 ±Kqô¼╗º>â~è "
b"\x01 É┐\x05 ‗-s\f è+\x18\x1A âÁOç "
b"\x01 É┐\x05 ¾\x18 qPÆ÷\x7F inÐ\x1F ý "
b"\x01 É┐\x05 ¾·rWéqÛÊÉÿ█E "
b"\x01 É┐\x05 ¶ßqºéÍó³71¾ "
b"\x01 É┐\x05 §├sFòé\x0F ╬ÓÅMA "
b"\x01 É┐\x05 ÷\x02 qñ╗╝<zºï¤└ "
b"\x01 É┐\x05 ÷@rõª\x15\x02 Z\x1D 4·ç "
b"\x01 É┐\x05 ÷~qéÿÏPÇSn\x01 "
b"\x01 É┐\x05 ÷¢qÝç[º╚>\x14 °\x14 "
b"\x01 É┐\x05 ¸×r_»k¢h\f Ï▄Ì "
b"\x01 É┐\x05 °\x7F rUØ<£5Åy\x7F c "
b"\x01 É┐\x05 ¨`p╚úI\x12 ▒¥²\x16 █ "
b"\x01 É┐\x05 ¨gqqÜ¿$╬Ì\x19 í\x11 "
b"\x01 É┐\x05 ¨np0É´ç<┤E\x19 o "
b"\x01 É┐\x05 ëpæ║\x14 ▒UÞÀP% "
b"\x01 É┐\x06\x00 ~s\x16 íOí‗,îú "
b"\x01 É┐\x06\x01 krıâ®:┐þícw "
b"\x01 É┐\x06\x02 Xq7ë╗m¸\x02 ┌ã\x11 "
b"\x01 É┐\x06\x04 Ðq┘░%▀øár)ê "
b"\x01 É┐\x06\x05 ┤qFÑ\f Åw)¼H\x12 "
b"\x01 É┐\x06\x06 òrfªoõÌ╗*Aà "
b"\x01 É┐\x06\x19 ÍrÝ»Õ\r ²G\x17\x10 W "
b"\x01 É┐\x06\x1A Áráì{Ub]µ%e "
b"\x01 É┐\x06\e ØqfÖf(!Ì "
b"\x01 É┐\x06\x1C |pa¡ÅH;Ì(\x14 W "
b"\x01 É┐\x06\x1D dr³Ü\x1A P3T/£¡ "
b"\x01 É┐\x06\x1E ?soé░UMR¨ì\f "
b"\x01 É┐\x06\x1F *rä»l/ãÇÚªa "
b"\x01 É┐\x06 \f qyÆÔ÷\x14\x07 §\x18 I "
b"\x01 É┐\x06 Ss´¡┘S└\x0E deÕ "
b"\x01 É┐\x06 ôr)ÆÝ\x1F ^oQ▓n "
b"\x01 É┐\x06 Èqd╗\x15 ╔\x11 ^▄\x05 6 "
b"\x01 É┐\x06 !\x14 r\x1A ¡\x07 °║\r Ò£┬ "
b"\x01 É┐\x06 !¾r6¼#└¤ï\x12 ¢Ý "
b"\x01 É┐\x06 "Èp╣¢µfeØi\x08 î "
b"\x01 É┐\x06 #┤s>âg#¬ÃCæÊ "
b"\x01 É┐\x06 $\x01 rWñ╬╠\x10\x03 ¨"ê "
b"\x01 É┐\x06 $\t s²║3÷ôáõÕ\n "
b"\x01 É┐\x06 $Hq\x14 ¢‗┼6¤ô8ó "
b"\x01 É┐\x06 $çqu¥*ÐòÊÇÏ5 "
b"\x01 É┐\x06 &Iq\x03 æ╔DhÒ\x1C p° "
b"\x01 É┐\x06 &èrÄô╣²E*ªƒã "
b"\x01 É┐\x06 &╦q#á\x06 ýnàþÞÕ "
b"\x01 É┐\x06 '\x11 q‗àD\x01 ¦J╣Ê£ "
b"\x01 É┐\x06 'Qq'ïq│aÇ}íõ "
b"\x01 É┐\x06 'Åqo»Ï┼Îøõa┬ "
b"\x01 É┐\x06 '═r.äTi°▒OÔ: "
b"\x01 É┐\x06 (\r sô║ð_ö^Ã\x06 ú "
b"\x01 É┐\x06 (KrýôµrÀ0Sek "
b"\x01 É┐\x06 (╩s/ñp5├╚¾M "
b"\x01 É┐\x06 )\t r╠êÛø█y6@\x12 "
b"\x01 É┐\x06 )KsN░\x1A l%╩\x1C P{ "
b"\x01 É┐\x06 *²rï¢\x7F ╚ £¶▀P "
b"\x01 É┐\x06 +Br█øj[Lo\x13 y\x12 "
b"\x01 É┐\x06 +ür¡Å░®0âÈ\x18 e "
b"\x01 É┐\x06 +┴qO¿▄8Í6ó\v ╠ "
b"\x01 É┐\x06 ,\x02 sÿÜ╣\x1D ╣XÃCì "
b"\x01 É┐\x06 -Ïr_ñJJ§\x12 Výk "
b"\x01 É┐\x06 /æq©©ñ_├\x01 o■├ "
b"\x01 É┐\x06 /ðrôîcFW¨aT$ "
b"\x01 É┐\x06 0\x10 qGÁ\x03\x13 ½\x17 ù┘þ "
b"\x01 É┐\x06 0Rr¯ï#xQ:Þ¤ã "
b"\x01 É┐\x06 0ôr╔│╗\x10 Õ¬kÕq "
b"\x01 É┐\x06 0Ðs÷ñ÷Ö▀\x16 E ã "
b"\x01 É┐\x06 2╝s╣îø6█å─\x1C ÿ "
b"\x01 É┐\x06 2¹s\x00 ┤Æ═ÏÔLC "
b"\x01 É┐\x06 3;qªÉ\x1E ø\x13 µdg▓ "
b"\x01 É┐\x06 3{pÚè¨&\x04 Ó3Õ▒ "
b"\x01 É┐\x06 3╗sCÜ\x1E 9¼Î\x10 │Ò "
b"\x01 É┐\x06 3·sV▓IFWµ2╣° "
b"\x01 É┐\x06 5┬rpä?÷æ\x16 ▀À│ "
b"\x01 É┐\x06 8 rææ\x01 ý¹!·s« "
b"\x01 É┐\x06 :´rñÖqf>²e╚ÿ "
b"\x01 É┐\x06 ;ÏsÎ┤Ò\x04 îh\x14 ▄# "
b"\x01 É┐\x06 <ÈsʪÐËQehî "
b"\x01 É┐\x06 =\x13 pé¥JÔÑÌäY\x1D "
b"\x01 É┐\x06 =RpEíû;▒─\x1D ×Ê "
b"\x01 É┐\x06 =Ér\x10 ┐¡)╬`/.È "
b"\x01 É┐\x06 =╬q\x16 ¬ô5▒é┌çW "
b"\x01 É┐\x06 >\r qsîzÉ▓Rd6¹ "
b"\x01 É┐\x06 >KqZ│§O\x1C aÀ[ø "
b"\x01 É┐\x06 >ëpÐÆ\e\x1D ª░F[├ "
b"\x01 É┐\x06 >╚q╗å@S£©▄Ä\r "
b"\x01 É┐\x06 ?\x07 sPÂþ‗<Ø\x1A á¹ "
b"\x01 É┐\x06 ?Er©ÇÉ╚/\r ▄░b "
b"\x01 É┐\x06 ?âr1©¯á'▓\x1F ¢\n "
b"\x01 É┐\x06 ?┴r/║Ëb¾-\x1C ¾Ñ "
b"\x01 É┐\x06 @\x00 qrö▄hLSÑg¹ "
b"\x01 É┐\x06 @?q5ç°╔ ╣ü4À "
b"\x01 É┐\x06 @~r\f øc«┌x█Åb "
b"\x01 É┐\x06 @¢s╬ëá1n+MÀX "
b"\x01 É┐\x06 @²pb╗Å~¶§\x03 ô¼ "
b"\x01 É┐\x06 AAqdïÊÔ,<ß³/ "
b"\x01 É┐\x06 A\x7F p,ù÷├─I\x1E Ï] "
b"\x01 É┐\x06 A¢rXÉ\x17 ®\x10 i'É\x16 "
b"\x01 É┐\x06 A¹p{áGÊ\x06\x0F ƒ¾Ç "
b"\x01 É┐\x06 B<s╦╝┴\x7F ny@µo "
b"\x01 É┐\x06 BFp─ëÙÈ\x11\x19 0┤Ê "
b"\x01 É┐\x06 BNrÇÀ<7{Ï$zÕ "
b"\x01 É┐\x06 BUpá▓/ëUu\x11 ª+ "
b"\x01 É┐\x06 B]s¶║Lz\x17\x7F r:ê "
b"\x01 É┐\x06 CÏs-©FK-Ðu~E "
b"\x01 É┐\x06 D\e r\x1A ùv]/É>}® "
b"\x01 É┐\x06 Dhq_à╩╠¼╚/▓\x14 "
b"\x01 É┐\x06 DpqÖø.\x08 öXaí´ "
b"\x01 É┐\x06 D░suº\x12 ┴eƧ5╠ "
b"\x01 É┐\x06 FÄsóÁȦi@9\v ¤ "
b"\x01 É┐\x06 F╬q*©¤syK\x16 ╔E "
b"\x01 É┐\x06 G\x10 ròü\█^®\x00 Å\x0E "
b"\x01 É┐\x06 GOr╣Ø5Ø╠\x03 ÑÖ "
b"\x01 É┐\x06 Gìsõ»kºZ\x19 $'Q "
b"\x01 É┐\x06 G═q\x0F ║ý\x18 ý4béä "
b"\x01 É┐\x06 H\x0E p│áK\x06 Å.È\x1D ' "
b"\x01 É┐\x06 HNsAîl½├¬▓þà "
b"\x01 É┐\x06 HÅs░Ѭþ\x08 =â)╬ "
b"\x01 É┐\x06 HÈpnïU¬‗Û┌<╚ "
b"\x01 É┐\x06 I\x15 r╝çc,\x1F 5▄\x19 È "
b"\x01 É┐\x06 I[sFñ╝ìS\x11 Sf┬ "
b"\x01 É┐\x06 Iøsäñ╗"═QlN÷ "
b"\x01 É┐\x06 I█p├ÖQÏYô&÷i "
b"\x01 É┐\x06 J\x19 p»╣î\x05 ║Ãj¿\x16 "
b"\x01 É┐\x06 JXpéÇ\x06 æ@I'ß╗ "
b"\x01 É┐\x06 M¡r─ô#═rg╗Eà "
b"\x01 É┐\x06 MÁrÚÿ¯q{K┬7Ø "
b"\x01 É┐\x06 W¸sîçv>®¹p|ª "
b"\x01 É┐\x06 X5p8ÅxÚB'hB├ "
b"\x01 É┐\x06 X╝q0ÉK\x13 p\x12 ┼÷E "
b"\x01 É┐\x06 X·qRâÁ┐d▀ÓÎ\x04 "
b"\x01 É┐\x06 Y=s³©V▒à/ðÙÒ "
b"\x01 É┐\x06 YÇp\x00 êÆÇÃjC└# "
b"\x01 É┐\x06 Y├s¡©óı\x7F ,q·\x01 "
b"\x01 É┐\x06 Z\x04 rØ│ñJlÊü╠ "
b"\x01 É┐\x06 ZCr└«sòugu\x07 ç "
b"\x01 É┐\x06 Zâq┘Á\x13 ¯y/$º¦ "
b"\x01 É┐\x06 Z├sdü▀É"─be! "
b"\x01 É┐\x06 [\x03 r<©╗<┴h█╝É "
b"\x01 É┐\x06 [Dq.ø,Ç\x08 ëÑëê "
b"\x01 É┐\x06 [êqS╣\x0F æþr\f Jl "
b"\x01 É┐\x06 [╔p¿ÄQÄþø\x06 +4 "
b"\x01 É┐\x06 \\x11 q▄ç╝é\f ¨÷´┤ "
b"\x01 É┐\x06 \Vs▒ÇÜ╗Yä╦╩┐ "
b"\x01 É┐\x06 \Üs+ùÙ<Ä┤Ü45 "
b"\x01 É┐\x06 \┘sÖ│7l¦;éD} "
b"\x01 É┐\x06 ]\x19 q¯á1×V╠\x1E ¿ "
b"\x01 É┐\x06 ]`pu¥v¶*dènà "
b"\x01 É┐\x06 ]árüçæI╬╦üjn "
b"\x01 É┐\x06 ]▀qÕ¢Ü_IÛ\x1C ┬ý "
b"\x01 É┐\x06 d▒s0ìð¡58Ü─╠ "
b"\x01 É┐\x06 dsø▒fhÌ0«\x7F Á "
b"\x01 É┐\x06 e/pÀÂZÂL\x0F *Ê` "
b"\x01 É┐\x06 emrÀøÀ\x0E äÍM¡ì "
b"\x01 É┐\x06 gGqôº\x10 Ìi7d┘/ "
b"\x01 É┐\x06 jxpÉ©FHÉðaªn "
b"""
\x01 É┐\x06 mðqSú\x0E \n
ýdƒ▓\x12
"""
b"\x01 É┐\x06 n\x0E q&¢îö\x1D Ë\x08 U\ "
b"\x01 É┐\x06 nLr÷á[Ñ%UB±▄ "
b"\x01 É┐\x06 nër9ù`ã\x19 ë\x07 £■ "
b"\x01 É┐\x06 n╚pd©)GÛ@M¶H "
b"\x01 É┐\x06 p@rpÀi_─E\x07 ø÷ "
b"\x01 É┐\x06 pHrØænþ}1ßºÕ "
b"\x01 É┐\x06 pOpºïý¸¥s╦ä² "
b"\x01 É┐\x06 pVqæóïKÒ\x0E dw! "
b"\x01 É┐\x06 p^qÖómÞ\x1D ¤Ùóä "
b"\x01 É┐\x06 peqÎÆ█3¦╦╠H: "
b"\x01 É┐\x06 pmpıéaö\x02\x15 ôÊ\t "
b"\x01 É┐\x06 p¬r\x1F ¶o®TÞÏq "
b"\x01 É┐\x06 pýs@ôÿn╣×»l\x1C "
b"\x01 É┐\x06 q*r╬║°╝òy\x04 ¢ "
b"\x01 É┐\x06 qirì╗╠-'┬t1t "
b"\x01 É┐\x06 y)s╣ø\x1C ┤\x08 ê╗za "
b"\x01 É┐\x06 y1q\v ƒ>s_Þä\f Ñ "
b"\x01 É┐\x06 y9rÔ░\x7F hÁ`╔ä; "
b"\x01 É┐\x06 z\x1C p╬¢Uj\x18 LR%Æ "
b"\x01 É┐\x06 {\x12 r\x19 íP\t\x04 ½(G§ "
b"\x01 É┐\x06 |ÑrGÀäõ \x19 >X7 "
b"\x01 É┐\x06 ~,rÃí\x1E ¦!Æ_ã' "
b"\x01 É┐\x06\x7F ¬s2ú |\x12 KC\x14 # "
b"\x01 É┐\x06 ü1s¿▓ûüØ\x15 +ûê "
b"\x01 É┐\x06 é\x12 q+º~VZ~«\x04 ó "
b"\x01 É┐\x06 é¸pa¢Û9\x1F\f ¿/N "
b"\x01 É┐\x06 â5r\x1D Ñ©┬\x11 käL┼ "
b"\x01 É┐\x06 âuq¯ú{Ü\x13 èÉ{\x08 "
b"\x01 É┐\x06 âÁq`ƒ#°└┌║?\x01 "
b"\x01 É┐\x06 âþrRÜ*ô\x19 órÆ│ "
b"\x01 É┐\x06 äÖs×¥┌L±c¯uú "
b"\x01 É┐\x06 àLpcú¡\x1A\f _Ì5 "
b"\x01 É┐\x06 à¨q╩é\x10 Pg\x06 ├Ó' "
b"\x01 É┐\x06 çüpþí╣º\x0E °<XÛ "
b"\x01 É┐\x06 çëqÝê\x1D õ╬®*\x19 ó "
b"\x01 É┐\x06 çÃq├»\f ù\x19 <:<\v "
b"\x01 É┐\x06 ê\x06 rî¢\x1F ;╗T\x1C ┘² "
b"\x01 É┐\x06 ê\x0E q¨æw´²ÐËªÕ "
b"\x01 É┐\x06 ê\x16 p7ÿwÜö>¥l. "
b"\x01 É┐\x06 ê\x1E p╣Äçò!äµÑU "
b"\x01 É┐\x06 èCp\t òb\x1F gr\x03 Í\x19 "
b"\x01 É┐\x06 èKrdâz%åÚ´2ô "
b"\x01 É┐\x06 î=s`ÂpË;║\x04 n╚ "
b"\x01 É┐\x06 îÙq¢êSúj\v ,Ø■ "
b"\x01 É┐\x06 Äqpn╝ÂX©═£@« "
b"\x01 É┐\x06 ÅWpX│\x05 Î4(╣Ò+ "
b"\x01 É┐\x06 Æ r«ûFEäAVÛ├ "
b"\x01 É┐\x06 ô;s\x0E ÜÛ2Õ\f oÈ\x16 "
b"\x01 É┐\x06 ôvq½»h░ß+\x11 3à "
b"\x01 É┐\x06 ô│pÛ╗ö\x1F uð\x06 ╬\x10 "
b"\x01 É┐\x06 ôsÇÿ)1\f V¢e[ "
b"\x01 É┐\x06 ö\r scÂöë\t ÅÇ╬╔ "
b"\x01 É┐\x06 ö\x14 qF▓╝ıý_ôı\x01 "
b"\x01 É┐\x06 ö6pYòé\x12 í+èõk "
b"\x01 É┐\x06 öYs%ÖT╠¡Æ█#\x03 "
b"\x01 É┐\x06 öæp}▒Ê$T£kÎn "
b"\x01 É┐\x06 ö×qÚ¿ZOJÁ?\x07 d "
b"\x01 É┐\x06 öÍqËí "ÚØ¼\f └ "
b"\x01 É┐\x06 ö°pÈåª═YÑ]\x16 ! "
b"\x01 É┐\x06 ò\x1A q\e É%^<¥ª\x18 2 "
b"\x01 É┐\x06 ò]qÔÉhûx¿¬½ê "
b"""
\x01 É┐\x06 òËs\n
ó¢öåR¹æc
"""
b"\x01 É┐\x06 ûEr#ìÞþZƒ3Ò╬ "
b"\x01 É┐\x06 û©r\x1C è▓C\x05\x11 3og "
b"\x01 É┐\x06 û÷piåbÿO\x00\v (µ "
b"\x01 É┐\x06 ùis`É6Ç┼JÅèÿ "
b"\x01 É┐\x06 ù¦sä╣5g¾\x11 ¹úã "
b"\x01 É┐\x06 ÿ\x1A s═àOYÊÙ&\x11 z "
b"\x01 É┐\x06 ÿ"sßë2±└╗ÇÁú "
b"\x01 É┐\x06 ÿ*pjôóe^ôd\x02 ë "
b"\x01 É┐\x06 ÿgr│é\x04 ´├ÿ=qÎ "
b"\x01 É┐\x06 ÿñrgÅÂC ╝Úı× "
b"\x01 É┐\x06 ÿÕsy│\x18 ,ð2<q\r "
b"\x01 É┐\x06 Ö#rJÜ©Û,ÎÛg, "
b"\x01 É┐\x06 ÖbpRƒØ█â×ÜÂ\x07 "
b"\x01 É┐\x06 ÖáqrܽpʺMÂo "
b"\x01 É┐\x06 ÖÌsç£4Î'á│\x03 µ "
b"\x01 É┐\x06 ñ©r)ÂRäùúæ3ô "
b"\x01 É┐\x06 ╬¯r╩¬│l\x18 }¶\x14\x1F "
b"\x01 É┐\x06 ÐÐs╔ª ð\x14 ╦ê╩é "
b"\x01 É┐\x06 Êäp7╗´6\x11 @D\x1C ╣ "
b"\x01 É┐\x06 Èpp»ë´õÐÆO╣7 "
b"\x01 É┐\x06 Íxqý¿À«´XHܱ "
b"\x01 Éݽf>sÃì\x00 └zÞ╬k┌ "
b"\x01 ÉݽfKrÇàc]«ÕÅÇ\x1D "
b"\x01 ÉݽfWr°ƒ!õ÷HÑF- "
b"\x01 ‘»Z\x00 Ïq¾Ÿ\x1E æäyá„7 "
b"\x01 ‘»Z\x00 àp9§;ÿÂ’#r§ "
b"\x01 ‘»Z\x00 ïrö·Í¾Ükw÷¥ "
b"\x01 ‘»Z\x00 þp*…2¼\e ]ùþ¥ "
b"\x01 ‘»Z\x01\f pH¿\x13 Ñ\x14\x04 -»» "
b"\x01 ‘»Z\x01\x1A qü“\f abt,K• "
b"""
\x01 ‘»Z\x02 orf¯\n
!.¹..W
"""
b"\x01 ‘»Z\x03 ÃqU¸'\x19 ó ¼ì\x1E "
b"\x01 ‘»Z\x04 .p\x1F ¶k¼¥<‚Äa "
b"\x01 æ╝¼¥ƒ}_ç\x03 -üÜó®¹ "
b"\x01 æ╝¡\x1A ÷vÞªÅ8»╔\x7F Ç "
b"\x01 ‘¼™Ç{¡Š÷ÎâÖçìà "
b"\x01 æ╝¡■µ|¯╣hÅ\x10 ±Ävù "
b"\x01 ‘¼®I&z¬¢¢Ú\x7F »Ôòl "
b"\x01 æ╝ða¤{jÉ»õxÝÕh¸ "
b"\x01 ‘½^Ý\x1F\x7F “¨²\x12 p(]. "
b"\x01 æ¥ìØ$\x7F\x17 Ét\x13 ╬ÒÌÉ\x7F "
b"\x01 ‘¾Ž°ür²Ÿ€®-Ø\x1A AX "
b"\x01 ‘¾”(\x13 v6¶ ŒÏL3jd "
b"\x01 æ¥ûP\x03 pÅá;0Å\x1D zd┐ "
b"\x01 ‘¾–á{\x7F ìk»Ñ(W_Ø "
b"\x01 ‘¾—õû}EŽÆÁ“0/~1 "
b"\x01 ‘¾˜ÄŠ|L¥êŽgß÷ÀM "
b"\x01 ‘ËåFøz´ Ð;”\x1E I”( "
b"\x01 æ╦ÕúÉw\x12 àí®mݤý¨ "
b"\x01 ‘Ëë\x01\v }D‡\x16 è˜(ߌà "
b"\x01 æ╦Ù-ÃwCû®Òì\x1D ÕÈ% "
b"\x01 æ╦ÙÓ\e x¡üÄOÁ!;'Î "
b"""
\x01 ’\x04\x1E ÍÀr¡¬V\n
hçùLÌ
"""
b"\x01 ’\x04\x1E ÍÍq’¤\x1F NxÊ¡[{ "
b"\x01 “X—1]rC‡Æ\x1C :ø[û "
b"\x01 ò┤Úì±rLƒ)\'â\x01 î║ "
b"\x01 •´éŽ\x00 ré¤ \e :¨sŒ_ "
b"\x01 •´éŽ\x11 rߥ+ÜVáým\x12 "
b"\x01 •´éŽ\x1F p)›\x16 ×T¶_\e ' "
b"\x01 •´éŽ.sÅ«â\x10 OI*ãÐ "
b"\x01 ò┤ÚÄ=pWº¹Q\x15 hØ*ü "
b"\x01 ò┤ÚÄKsÉÄËRL\x1A Ftk "
b"\x01 •´éŽZpçŒx}ÙñA\x00 ; "
b"\x01 ò┤ÚÄipºÅ±Ö\x17 ì9q "
b"\x01 •´éŽ|r´«¨‚Ÿ+Mϯ "
b"\x01 ò┤ÚÄìs└┤\e\x1E oúê\x00 "
b"\x01 •´éŽÑs\x16 ¶»Öñ̳\x19\e "
b"\x01 ò┤Úɵr Ñ\x18 ¹9ö\x04 ñ¦ "
b"\x01 ò┤Úɧs¦¥\x7F ½\x14 ¹UÂÚ "
b"\x01 ò┤Úæ\x05 s\x13 ØÇ╣\x10 ':2r "
b"\x01 ò┤Úæ\x14 p┼¡ìïKØGá= "
b"\x03\v VÚ¼JK2ìÊ╝ ù^w¤ "
b"\x03 “R\e\x02 2M`‡Z‘˯Âè` "
b"\x03 È\f \4–Dä$l/\x1C }¥ "
b"\x04 s›6÷%K7¶ðTcÛ†?\x02 "
b"\x05 -Åß│┼I!©³°·\x04 ▄┌h "
b"\x05 ^ýÚ\¾DНT\x06 ‹´M½| "
b"\x05 ¶!©\x02 ÇM\x1E ¨¸ÜÏœ³#Å "
b"\x06 JO\x07 w├Gìå ì!4Éìù "
b"\x06 ÌTqK\x1F F€¿’ù%RPÙ˜ "
b"\x06 韑¸ïKl‡$´ñi\x12 ³\x7F "
b"\x07 $²Õ¤\Nº´7\x1A 2)UzD "
b"\x07 ı°,%HFlÅ┘\x1E KKt˨ "
b"\x08\x0F ¢÷›<Ai¢}£|ÊëM\x07 "
b"\x08 ãà0±\f Oˆ™³ðô\x0F CXk "
b"\t ┐è¶úÈE1ùÂÌ╚\x1E ì0B "
b"\v ÖO·ù³L:¬î;Œ}ó F "
b"\f ;G¯:\t B\x11 ‘bGê!!‚ð "
b"\r \x03 6Õ1>Cð¸…ÇI($\x0E \ "
b"\r \x12\x17 ¬çyFi¸¥BnÏ)3“ "
b"\r KÿM\x18 üJó½µ=┘{?Cƒ "
b"\r fðHó7F¿“´ÿ¼7th1 "
b"\x0E È░/IÎBüª\x0F ]}j²\x04 │ "
b"\x0F וᾒCþŸÚ\x1F Går–\ "
b"\x0F ×ï\v RðG\x1A •Lî|“\x12 ò\x03 "
b"\x0F ²QÓ,ÈNçüçØêå\v \r @ "
b"\x10 ÷\x0F AWÉEL§\x14 ¿Y\x06\x1D ì8 "
b"\x13 Ú?\x0F NaN]…g°! \r @ "
b"""
\x14\x19 ø¬êÍKLŸ\n
´•¤u¾\x17
"""
b"\x14 %»,FÀOnš§‡D±“Ú "
b"\x14 D¦lPG\x03 Œ²f\x1A mT)¢ "
b"\x16 7½'jüA=‰\x1F ÕÓ%§Ë~ "
b"\x16 >M“UÁKc†“©B\x19 -{í "
b"\x16 ¡z¬\x1A\x08 G1ƒFì~╬_<G "
b"\x18 ƒ“©_\x7F K·œ¤¸€à²ý\x18 "
b"""
\x18 Å£Ì\n
┘AÑà@&│\f ▓│J
"""
b"\x18 ëÍ0ø9L±…†Öoc6¯f "
b"\x19 ÇV\x11 K2@΂ôëQÛîÒv "
b"""
\x1A\e ö\n
O(KA‘z›9Pú$¸
"""
b"\x1A i4©ÕMCû¡*ÖXŸPݶ "
b"\x1A §¢0•\x1D EŸ $\x15 ½@¥ð\x05 "
b"\e\x03 wàT]G ®-œ÷ïç¥V "
b"\e «‰IõÐOó–o›ê_¡e2 "
b"\x1C Ø[?îöGu×OºÓB▀\x1F ▀ "
b"\x1C ═Å8╝õL[«Iâ░Ä\r ×\x1E "
b"\x1C ÒÑÕì¶HB».\f ø\r Vw] "
b"\x1D o\x1F >^ÓGIŠ«ñŽ©c³Ö "
b"\x1D ×DGQAN┐«i│\r Ú*\x04 Å "
b"\x1D öî8þ[Mÿ«É§ƒwaÞ "
b"\x1F (|êŽ7Kg§‡v1`ÄWO "
b"\x1F ûÞ†‰£Gª¯\x7F ö²ôGS² "
b" o*ˆ‹9@?œÐ5D×\r ªˆ "
b" ‚eë"ÍDU´2Œ[9¸ËQ "
b" ê$\x0E H@╠É├¬Õ~Qwµ "
b"""
!k…>´êB\x01 …éÙ\n
Î?\x1F •
"""
b""1tvûGM<´x¦Ô\x12 pÔ "
b"#£\x16\x03 Ò÷O╣ɤzé\x05 ÜoG "
b"#Ä*Õ"#B}¡×,e ±<â "
b"#Ùf\x02 i\x12 H”¡&\x16\t >î_% "
b"#ïÍ\x01 OCOh¤ÅVXeÊ\x18 Ó "
b"%ÔàbÇÃH#Åýñm=\x10 Î\x19 "
b"%ùäç`ÍD\x15 ›Ô»\oö!Ñ "
b"&*ýM‹=CU¹¾¼~ÌÅ/L "
b"&ZªAäÎE ╝Z$TMìñ\e "
b"&\1\x17 #´BoÅ8\t D╝^bÖ "
b"(F9ŽU·Oó§N;Ã\x16 !©õ "
b"(Ë{\x0F ©.E¸–@€Þ*Ru\x07 "
b")3\v\x07 ¥qL³œÓÿ¶d‡\x04 ä "
b")›Îœ\x1A ±C(½Ô\x00\x03\x08 ˜\n < "
b"*YJ{'ÉLwë╚"ç<ZÖ "
b"*m•bÚ>O’«µn–‘U]1 "
b"*■`uS¬K╗ìJé╬Ôb▀Å "
b",\£X\x03 L ¸ìœtQì(T "
b",œÛ9ƺMÊ‹Õ\x1E ¤ŒÑ—\x0E "
b"-(”+>fM»¡¸Îa}À»\e "
b"-½<`ÃÿAK·‰\x00 Þ4~\x03 V "
b".Ÿ`{\x0E þMÓš¿\x17 Þ`\x7F åû "
b"/&\x17 AËÝ@ªžwíS‚óv\x08 "
b"/C\x01 ¹¹qM<´™é\x15 mÞÅ© "
b"/┤\x1C\x1A QcOØá\x13 jWîE<^ "
b"0;X"ÛýF«‚Á€\x16 å÷Ba "
b"0H×▒»e@¤Äáý§oØÐÛ "
b"0†ô\x19 »kB\x7F —#\x1C Õ2¬-» "
b"1ºC¾S\x0F NÕ´\x18 ƒº.ðû\x1C "
b"2\x19 .‚â\x03 Lɯ,[½\v Î\x11 ( "
b"2\x1D $1ÃhJéì|ÜÏ\x1F ╗íÁ "
b"2Ø=Y¦╚IN│ÜKÜ\x1C ß▒( "
b"2ò0?rûJ‡•tRÆQ¿=ª "
b"4¹œÊɈJ¤ˆG\x17 –1ˆøÎ "
b"4ºŽáãíJ\x1C ·Ù½f𛻇 "
b"4Õ0Už\x1A D°‰E¹;§ÿFÉ "
b"5é%×î\x1E F„³ƒ%áß¹\r ‘ "
b"6!¨¾YhOóá±Q-S┘ªÅ "
b"6œŠ\x03 6Eë¡\x01 NL~KŽ\x03 "
b"7Ñ›-â(B÷´ï\x03 ‚ðÉoí "
b"""
8*\x17\x12 \n
ÞC,è\r âcÍßXÉ
"""
b"8þÆÓÍŽJ•ž3f§SÐG„ "
b"9\t\x12 ßapB<¯U¥c&¡Ì. "
b"9xÍ\v öâ@\x17 ³…W$CБ} "
b"9 \x12 Í\x11 .Ci“½¨xTDÕ "
b":fñ ├D@²¢¿ıDû╝Øß "
b":i÷\x14 ZƒK…ºüÙŒ%?Q: "
b":¸sز¹B\x04 ¤Q{ÛÔÍ\f "
b";\x13 gWjêG–€³º%\x08 ·Õ¶ "
b"""
;‡ˆ@C“D\n
™\x0F ¨Ø\x1A y\x0F d
"""
b";©z”ó7DƒF\x13 µñP㊠"
b"<gA-ÌGH‹³âõaðË1 "
b"<•Â\x1D\x0E ÛCm£ÂÎM,»½Ã "
b">'†\f –‘H5¦þý\x1F P0ì– "
b"?/åÚ6c@=’\æ[ÊÒ\x16 ¨ "
b"?xvì╩╠L¼Àa\x10 ê|kýµ "
b"?ýNUØœD¢€8Žžw=4b "
b"@:9WKýM_Ÿ0ê?›½X] "
b"@ìËjÿ\x16 MàÁ¸\e j░▓o# "
b"Aü╬´─âJE▓Ô¸èóß¼Ô "
b"B\x05 …†Ò›@û±âeMz\x1E BJ "
b"B*¶~a+E6Žæ\x12 fÛ®6Ú "
b"Bb‹²º²KO”gN\f\x1A 7òt "
b"CÜp+ÅMA-«±\x05 ¼§EnR "
b"D\C½ú J¾‰÷\x15 :$¯~m "
b"D]¶MdON\x1F ½ÉªT╣.ıa "
b"DÈóÕ\x00\v F~æ,r-┴Ø\x1F Ã "
b"E\x02 9GIrJc›\x12 6,‘¯¨l "
b"E\v ìoª┘Cº¡L~\x1A »¼ui "
b"Eerc¼ÝAš©#+\x1C\x10 „\x12 œ "
b"FÈUuFÙO!†ŒÞ±\x14 4¨o "
b"Gào¸\x0E ºLì½=¿N6Ëóï "
b"G±\x06 ÂïaKüò╔ŵı:98 "
b"HEÜÉëÒO\x05 ¥@\x18 $┼├R´ "
b"I¤ªã0åI\x18 ¾\x19 !^Ù¿iì "
b"L\x18 ¿uØ\e C\x01 ┤ð\x1C =ËÓ·f "
b"M:·\x11 ƒÓGº…ò‡*¾UñG "
b"MnSˆðMq ñ!Y\x18 zøÖ "
b"Ncì\x03 7 M›©]”ç¶N>ª "
b"""
NÉK\n
Å>MÍÆ/\x0E \x04 ì\x01 $
"""
b"P÷vƒŠFβßÒ.:+°p "
b"Q┼àTô5@└ƒè@\x14 Ø>\x12 Ê "
b"R¤°╣qýLwÉm╦åöÞ³7 "
b"TsYéh&@5°¼Ozâ\x1F 'w "
b"TÄ<i\t îDæ¾F²a©\Ÿ’ "
b"TáÚ^ùEDöR\x08\x00\x01 ㉠"
b"Uc=õ+eEáìa\x19 1-Û░& "
b"Umö®>ßNl†v{¤\x18\x1C GÕ "
b"U}¨öç¢F9ƒäÖ.irSp "
b"Vצ[E'Dİ»Ks±?mÛ "
b"W\x1A\x05 Ç9“H6š£ªøÁžã¢ "
b"W€¢èyz@[®Š2J\x06 Ù´Ç "
b"XËIKÝPI·˜ßÙ±`ã\x06 ‘ "
b"YfÁ\f ãŸA\x19 ¹{ø‘¦Ó "
b"[\x1D\x02 â\v zKy˜Ïî§b§È€ "
b"]\x1E ÈZC”¨ÿ`ºé\x1F Áà "
b"].É\x0E <6Gı│ìwWè÷¸û "
b"]@¿X¤êG8Ū|Ë\x14 î~d "
]
SELECT
`property_group_option` . `id` AS `property_group_option.id` ,
`property_group_option` . `property_group_id` AS `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` AS `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` AS `property_group_option.mediaId` ,
`property_group_option` . `created_at` AS `property_group_option.createdAt` ,
`property_group_option` . `updated_at` AS `property_group_option.updatedAt` ,
`property_group_option.group` . `id` AS `property_group_option.group.id` ,
`property_group_option.group` . `display_type` AS `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` AS `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` AS `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` AS `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` AS `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` AS `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) AS `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) AS `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) AS `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) AS `property_group_option.group.customFields` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.languageId` ,
`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` ,
COALESCE (
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title`
) AS `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt`
) AS `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields`
) AS `property_group_option.media.customFields` ,
`property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation.languageId` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) AS `property_group_option.name` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) AS `property_group_option.position` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) AS `property_group_option.customFields` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
LEFT JOIN (
SELECT
`property_group_option.translation` . property_group_option_id ,
`property_group_option.translation` . name AS `property_group_option.translation.name` ,
`property_group_option.translation` . position AS `property_group_option.translation.position` ,
`property_group_option.translation` . custom_fields AS `property_group_option.translation.customFields` ,
`property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id AS `property_group_option.translation.languageId`
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 `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.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` ,
`property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId`
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` . title AS `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` ,
`property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId`
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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `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` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) AS `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) AS `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) AS `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name AS `property_group_option.translation.name` , `property_group_option.translation` . position AS `property_group_option.translation.position` , `property_group_option.translation` . custom_fields AS `property_group_option.translation.customFields` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `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.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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` 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` . title AS `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId` 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 (0x003144284EA0458EB5426CD7CCBD172F , 0x00423D158AAC4CE4B9E7B888389D1EA3 , 0x0074E3EF595946BE9777FA128E39292F , 0x0085A62E0B344898BFAB0CC8738DD7E2 , 0x00BA8F26990C48D692E61EE405D3976A , 0x00C7C904C1A84776A2FB254D6E9905A7 , 0x011F248B0B1842EB82CA76AAF2F0EE74 , 0x0190BF04FD21730D9FEEF834DEDF16B1 , 0x0190BF0506B9700C996B56C34489A4F3 , 0x0190BF05086673D2B194F395C9912E90 , 0x0190BF050A1F7339BBE4B48C18997806 , 0x0190BF050C2170B6AF6182B2AFC74B48 , 0x0190BF050E2272B481978D2EA59551EB , 0x0190BF05102E715F93579A1252E49030 , 0x0190BF05D2E270D09D0786568744D067 , 0x0190BF05D35F7077BFF190B7A56B3480 , 0x0190BF05D87D708196E7F0F304197090 , 0x0190BF05D9637156B54ABD1AAB9ECC87 , 0x0190BF05DA44720E8C69DC039B7E99D4 , 0x0190BF05DB23702FB2784E0F4E05C11C , 0x0190BF05DC0270DFAC7FA17574CCCE25 , 0x0190BF05DC0A73C0BF49F166F859DF2C , 0x0190BF05DC4770CD90962409A3A12F7B , 0x0190BF05DC8373EF9D06D9378E06DD04 , 0x0190BF05DC8B70E19AE10BBB68754280 , 0x0190BF05DC9273F7BD9632F7BF1EE8C6 , 0x0190BF05DCCF72929598D5F47309E945 , 0x0190BF05DD0C70F6ABBD727B06E7ABFA , 0x0190BF05DD4A736786A1209E9F6348A0 , 0x0190BF05DD8773EBA3A6BBDBC6F3FE83 , 0x0190BF05DDCF719CB0E6E18BFD380FCB , 0x0190BF05DE0C734484F743636F18ECFB , 0x0190BF05DEF673A997552643B2F59858 , 0x0190BF05DFD27055A0437D6DCF06F6B1 , 0x0190BF05E0B172A2934D69E48D5C36B7 , 0x0190BF05E12D71718EECBE4411F6E119 , 0x0190BF05E20E7186929E743B9D865F17 , 0x0190BF05E2F8719EAD1FC5C054DD72F8 , 0x0190BF05E3D371A6A8A01CD348E9ABFB , 0x0190BF05E4B070EAA266C09905A5DE38 , 0x0190BF05E55C72879D49286E9B7D6BD6 , 0x0190BF05E60672F99F2D98AB095C5E26 , 0x0190BF05E6B372FC909BD0520C96C4E9 , 0x0190BF05E6BB7363A8C2888F08E0940B , 0x0190BF05E6C371D193063A8F7BFF16D6 , 0x0190BF05E7027099B5432E835935FF13 , 0x0190BF05E74072B7A422CCBB8B2E7ED4 , 0x0190BF05E748732190E3BBCB33D49911 , 0x0190BF05E82A7141A771C9CAD27479FE , 0x0190BF05E90A7365A01875ABE84E24BB , 0x0190BF05E9B7716DB5A56ACF619CD33C , 0x0190BF05EA68702285D8DA9503C6974A , 0x0190BF05EB3170389DCC1E87FAD1E299 , 0x0190BF05EBE871EA96E636C531494F7F , 0x0190BF05EC9A723391B374B5C3092D42 , 0x0190BF05ED46704D8538E1D93B79FE0C , 0x0190BF05EDF0733B9D888A7980B92E2F , 0x0190BF05EE97702EBAEC74A6ABAC1428 , 0x0190BF05EF7D70B2864B4E98C2E3E232 , 0x0190BF05F06170C4A6498306566DAF25 , 0x0190BF05F14B7193ACBBA73E83F07E8A , 0x0190BF05F22D730C8A2B181A83B54F87 , 0x0190BF05F318715092F67F696ED11FEC , 0x0190BF05F3FA72578271EAD29098DB45 , 0x0190BF05F4E171A782D6A2FC3731F3FF , 0x0190BF05F5C3734695820FCEE08F4D41 , 0x0190BF05F60271A4BBBC3C7AA78BCFC0 , 0x0190BF05F64072E4A615025A1D34FA87 , 0x0190BF05F67E718298D85080536E0120 , 0x0190BF05F6BD71ED875BA7C83E14F814 , 0x0190BF05F79E725FAF6BBD680CD8DCDE , 0x0190BF05F87F72559D3C9C358F797F63 , 0x0190BF05F96070C8A34912B1BEFD16DB , 0x0190BF05F96771719AA824CEDE19A111 , 0x0190BF05F96E703090EF873CB445196F , 0x0190BF05FF897091BA14B155E8B75025 , 0x0190BF06007E7316A14FA1F22C8CF0A3 , 0x0190BF06016B72D583A93ABFE7A16377 , 0x0190BF060258713789BB6DF702DAC611 , 0x0190BF0604D171D9B025DF9BA0722988 , 0x0190BF0605B47146A50C8F7729AC4812 , 0x0190BF0606957266A66FE4DEBB2A41C7 , 0x0190BF0619D672EDAFE50DFD47171057 , 0x0190BF061AB572A08D7B55625DE62565 , 0x0190BF061B9D716699668CA6BE2821DE , 0x0190BF061C7C7061AD8F483BDE281457 , 0x0190BF061D6472FC9A1A5033542F9CAD , 0x0190BF061E3F736F82B0554D52F98D0C , 0x0190BF061F2A7284AF6C2FC680E9A661 , 0x0190BF06200C717992E2F61407F51849 , 0x0190BF06205373EFADD953C00E6465E5 , 0x0190BF062093722992ED1F5E6F51B26E , 0x0190BF0620D47164BB15C9115EDC0536 , 0x0190BF062114721AAD07F8BA0DE39CC2 , 0x0190BF0621F37236AC23C0CF8B12BDED , 0x0190BF0622D470B9BDE666659D69088C , 0x0190BF0623B4733E836723AAC74391D2 , 0x0190BF0624017257A4CECC1003F92288 , 0x0190BF06240973FDBA33F693A0E4E50A , 0x0190BF0624487114BDF2C536CF9338A2 , 0x0190BF0624877175BE2AD195D280D835 , 0x0190BF062649710391C94468E31C70F8 , 0x0190BF06268A728E93B9FD452AA69FC6 , 0x0190BF0626CB7123A006EC6E85E7E8E5 , 0x0190BF06271171F2854401DD4AB9D29C , 0x0190BF06275171278B71B361807DA1E4 , 0x0190BF06278F716FAFD8C5D79BE461C2 , 0x0190BF0627CD722E845469F8B14FE23A , 0x0190BF06280D7393BAD05F945EC706A3 , 0x0190BF06284B72EC93E672B73053656B , 0x0190BF0628CA732FA47035C3C8F0F34D , 0x0190BF06290972CC88EA9BDB79364012 , 0x0190BF06294B734EB01A6C25CA1C507B , 0x0190BF062AFD728BBD7FC8209CF4DF50 , 0x0190BF062B4272DB9B6A5B4C6F137912 , 0x0190BF062B8172AD8FB0A93083D41865 , 0x0190BF062BC1714FA8DC38D636A20BCC , 0x0190BF062C0273989AB91DB958C7438D , 0x0190BF062DD8725FA44A4AF51256EC6B , 0x0190BF062F9171B8B8A45FC3016FFEC3 , 0x0190BF062FD072938C634657F9615424 , 0x0190BF0630107147B50313AB1797D9E7 , 0x0190BF06305272EE8B2378513AE8CFC6 , 0x0190BF06309372C9B3BB10E5AA6BE571 , 0x0190BF0630D173F6A4F699DF164520C6 , 0x0190BF0632BC73B98C9B36DB86C41C98 , 0x0190BF0632FB7300B492CDD8E2F04C43 , 0x0190BF06333B71A6901E9B13E66467B2 , 0x0190BF06337B70E98AF92604E033E5B1 , 0x0190BF0633BB73439A1E39ACD710B3E3 , 0x0190BF0633FA7356B2494657E632B9F8 , 0x0190BF0635C27270843FF69116DFB7B3 , 0x0190BF06382072919101ECFB21FA73AE , 0x0190BF063AEF72A49971663EFD65C898 , 0x0190BF063BD873D7B4E3048C6814DC23 , 0x0190BF063CD473D2A6D1D3516568F08C , 0x0190BF063D137082BE4AE2A5DE84591D , 0x0190BF063D527045A1963BB1C41D9ED2 , 0x0190BF063D907210BFAD29CE602F2ED4 , 0x0190BF063DCE7116AA9335B182DA8757 , 0x0190BF063E0D71738C7A90B2526436FB , 0x0190BF063E4B715AB3F54F1C61B75B9B , 0x0190BF063E8970D1921B1DA6B0465BC3 , 0x0190BF063EC871BB8640539CB8DC8E0D , 0x0190BF063F077350B6E7F23C9D1AA0FB , 0x0190BF063F4572B88090C82F0DDCB062 , 0x0190BF063F837231B8EEA027B21FBD0A , 0x0190BF063FC1722FBAD362F32D1CF3A5 , 0x0190BF064000717294DC684C53A567FB , 0x0190BF06403F713587F8C9FFB98134B7 , 0x0190BF06407E720C9B63AEDA78DB8F62 , 0x0190BF0640BD73CE89A0316E2B4DB758 , 0x0190BF0640FD7062BB8F7EF4F50393AC , 0x0190BF06414171648BD2E22C3CE1FC2F , 0x0190BF06417F702C97F6C3C4491ED85D , 0x0190BF0641BD72589017A91069279016 , 0x0190BF0641FB707BA047D2060F9FF380 , 0x0190BF06423C73CBBCC17F6E7940E66F , 0x0190BF06424670C489EBD4111930B4D2 , 0x0190BF06424E7280B73C377BD8247AE5 , 0x0190BF06425570A0B22F89557511A62B , 0x0190BF06425D73F4BA4C7A177F723A88 , 0x0190BF0643D8732DB8464B2DD1757E45 , 0x0190BF06441B721A97765D2F903E7DA9 , 0x0190BF064468715F85CACCACC82FB214 , 0x0190BF06447071999B2E08945861A1EF , 0x0190BF0644B07375A712C16592F535CC , 0x0190BF06468E73A2B5D4DD6940390BCF , 0x0190BF0646CE712AB8CF73794B16C945 , 0x0190BF0647107295815CDB5EA9008F0E , 0x0190BF06474F72B99D359DCC03A599B6 , 0x0190BF06478D73E4AF6BA75A19242751 , 0x0190BF0647CD710FBAEC18EC34628284 , 0x0190BF06480E70B3A04B068F2ED41D27 , 0x0190BF06484E73418C6CABC3AAB2E7C7 , 0x0190BF06488F73B0A5AAE7083D8329CE , 0x0190BF0648D4706E8B55AAF2EADA3CC8 , 0x0190BF06491572BC87632C1F35DC19D4 , 0x0190BF06495B7346A4BC8D53115366C2 , 0x0190BF06499B7384A4BB22CD516C4EF6 , 0x0190BF0649DB70C39951D8599326F669 , 0x0190BF064A1970AFB98C05BAC76AA816 , 0x0190BF064A587082800691404927E1BB , 0x0190BF064DAD72C49323CD7267BB4585 , 0x0190BF064DB572E998EE717B4BC2379D , 0x0190BF0657F7738C87763EA9FB707CA6 , 0x0190BF06583570388F78E942276842C3 , 0x0190BF0658BC7130904B137012C5F645 , 0x0190BF0658FA715283B5BF64DFE0D704 , 0x0190BF06593D73FCB856B1852FD0EBE3 , 0x0190BF0659807000889280C76A43C023 , 0x0190BF0659C373ADB8A2D57F2C71FA01 , 0x0190BF065A04729DB3A44A6CF0D281CC , 0x0190BF065A4372C0AE73957567750787 , 0x0190BF065A8371D9B513EE792F24A7DD , 0x0190BF065AC3736481DF9022C4626521 , 0x0190BF065B03723CB8BB3CC168DBBC90 , 0x0190BF065B44712E9B2C800889A58988 , 0x0190BF065B887153B90F91E7720C4A6C , 0x0190BF065BC970A88E518EE79B062B34 , 0x0190BF065C1171DC87BC820CF9F6EFB4 , 0x0190BF065C5673B1809ABB5984CBCABF , 0x0190BF065C9A732B97EB3C8EB49A3435 , 0x0190BF065CD97399B3376CDD3B82447D , 0x0190BF065D1971EEA0F0319E56CC1EA8 , 0x0190BF065D607075BE76F42A648A6EC7 , 0x0190BF065DA07281879149CECB816A6E , 0x0190BF065DDF71E5BD9A5F49EA1CC2EC , 0x0190BF0664B173308DD0AD35389AC4CC , 0x0190BF0664F0739BB16668DE30AE7FB5 , 0x0190BF06652F70B7B65AB64C0F2AD260 , 0x0190BF06656D72B79BB70E84D64DAD8D , 0x0190BF0667477193A710DE693764D92F , 0x0190BF066A787090B8464890D061A66E , 0x0190BF066DD07153A30E0AEC649FB212 , 0x0190BF066E0E7126BD8C941DD308555C , 0x0190BF066E4C72F6A05BA5255542F1DC , 0x0190BF066E8972399760C61989079CFE , 0x0190BF066EC87064B82947EA404DF448 , 0x0190BF0670407270B7695FC445079BF6 , 0x0190BF067048729D916EE77D31E1A7E5 , 0x0190BF06704F70A78BECF7BE73CB84FD , 0x0190BF0670567191A28B4BE30E647721 , 0x0190BF06705E7199A26DE81DCFEBA284 , 0x0190BF06706571D792DB33DDCBCC483A , 0x0190BF06706D70D5826194021593D209 , 0x0190BF0670AA721FB6F46FA954E8D871 , 0x0190BF0670EC734093986EB99EAF6C1C , 0x0190BF06712A72CEBAF8BC95F07904BD , 0x0190BF067169728DBBCC2D27C2743174 , 0x0190BF06792973B99B1CB40888BB7A61 , 0x0190BF067931710B9F3E735FE8840CA5 , 0x0190BF06793972E2B07F68B560C9843B , 0x0190BF067A1C70CEBD556A184C522592 , 0x0190BF067B127219A1500904AB2847F5 , 0x0190BF067CA57247B784E420193E5837 , 0x0190BF067E2C72C7A11EDD21925FC627 , 0x0190BF067FAA7332A3FF7C124B431423 , 0x0190BF06813173A8B296819D152B9688 , 0x0190BF068212712BA77E565A7EAE04A2 , 0x0190BF0682F77061BDEA391F0CA82F4E , 0x0190BF068335721DA5B8C2116B844CC5 , 0x0190BF06837571EEA37B9A138A907B08 , 0x0190BF0683B571609F23F8C0DABA3F01 , 0x0190BF0683E772529A2A9319A27292B3 , 0x0190BF068499739EBEDA4CF163EE75A3 , 0x0190BF06854C7063A3AD1A0C205FDE35 , 0x0190BF0685F971CA8210506706C3E027 , 0x0190BF06878170E7A1B9A70EF83C58EA , 0x0190BF06878971ED881DE4CEA92A19A2 , 0x0190BF0687C771C3AF0C97193C3A3C0B , 0x0190BF068806728CBD1F3BBB541CD9FD , 0x0190BF06880E71F99177EFFDD1D3A6E5 , 0x0190BF068816703798779A943EBE6C2E , 0x0190BF06881E70B98E87952184E6A555 , 0x0190BF068A43700995621F677203D619 , 0x0190BF068A4B7264837A2586E9EF3293 , 0x0190BF068C3D7360B670D33BBA046EC8 , 0x0190BF068CEB71BD8853A36A0B2C9DFE , 0x0190BF068E71706EBCB658B8CD9C40AE , 0x0190BF068F577058B305D73428B9E32B , 0x0190BF0692FF72AE964645844156EAC3 , 0x0190BF06933B730E9AEA32E50C6FD416 , 0x0190BF06937671ABAF68B0E12B113385 , 0x0190BF0693B370EABB941F75D006CE10 , 0x0190BF0693F073809829310C56BD655B , 0x0190BF06940D7363B69489098F80CEC9 , 0x0190BF0694147146B2BCD5EC5F93D501 , 0x0190BF0694367059958212A12B8AE46B , 0x0190BF06945973259954CCAD92DB2303 , 0x0190BF069491707DB1D224549C6BD76E , 0x0190BF06949E71E9A85A4F4AB53F0764 , 0x0190BF0694D671D3A12022E99DAC0CC0 , 0x0190BF0694F870D486A6CD59A55D1621 , 0x0190BF06951A711B90255E3CBEA61832 , 0x0190BF06955D71E290689678A8AAAB88 , 0x0190BF0695D3730AA2BD948652FB9163 , 0x0190BF06964572238DE8E75A9F33E3CE , 0x0190BF0696B8721C8AB2430511336F67 , 0x0190BF0696F670698662984F000B28E6 , 0x0190BF0697697360903680C54A8F8A98 , 0x0190BF0697DD7384B93567F311FBA3C6 , 0x0190BF06981A73CD854F59D2EB26117A , 0x0190BF06982273E18932F1C0BB80B5A3 , 0x0190BF06982A706A93A2655E93640289 , 0x0190BF06986772B38204EFC3983D71D7 , 0x0190BF0698A472678FB64320BCE9D59E , 0x0190BF0698E57379B3182CD0323C710D , 0x0190BF069923724A9AB8EA2CD7EA672C , 0x0190BF06996270529F9DDB839E9AB607 , 0x0190BF0699A071729AAB70D2A74DB66F , 0x0190BF0699DE73879C34D727A0B303E6 , 0x0190BF06A4B87229B6528497A3913393 , 0x0190BF06CEEE72CAAAB36C187DF4141F , 0x0190BF06D1D173C9A620D014CB88CA82 , 0x0190BF06D2847037BBEF361140441CB9 , 0x0190BF06D47070AF89EFE4D1924FB937 , 0x0190BF06D67871ECA8B7AEEF58489AF1 , 0x0190EDAB663E73C78D00C07AE8CE6BDA , 0x0190EDAB664B728085635DAEE58F801D , 0x0190EDAB665772F89F21E4F648A5462D , 0x0191BB5A00CF71BE9F1EE6E479E18437 , 0x0191BB5A00E07039A73BFFC2922372A7 , 0x0191BB5A00EF72F6B7CDBEDC6B77F7A5 , 0x0191BB5A00FE702A8532BC1B5DF9FEA5 , 0x0191BB5A010C7048BF13D114042DBBBB , 0x0191BB5A011A71FC930C6162742C4B95 , 0x0191BB5A026F7266AF0A212EB92E2E57 , 0x0191BB5A03C37155B82719F3A0BCEC1E , 0x0191BB5A042E701FB66BBCA53C82C461 , 0x0191BCACBE9F7D5F87032D819AA2A9FB , 0x0191BCAD1AF676E8A68FF038AFC97F80 , 0x0191BCAD99C77BA18AF7CEE2D6E7ECC3 , 0x0191BCADFEE67CEEB9688F10F18E7697 , 0x0191BCAE49267AACA2A2DA7FBBD4F26C , 0x0191BCD061CF7B6A90AFE478EDE568F7 , 0x0191BD5EDD1F7F93A8B2127028AD5D2E , 0x0191BE8D9D247F17907413CEE3DE907F , 0x0191BE8EB0FC72B29F80AE2DD81A4158 , 0x0191BE9428137636B6A08CCF4C336A64 , 0x0191BE965003708FA03B308F1D7A64BF , 0x0191BE96E17B7FC3AC6BBBD128575FD8 , 0x0191BE97F5FB7D458EC6C193302F7E31 , 0x0191BE98C48A7C4CA5EA8E67DFF7C04D , 0x0191CBE546F87AB4A0D03B941E499428 , 0x0191CBE5A390771285A1A96DEDCFECF9 , 0x0191CBEB010B7D448716E89828DF8CE0 , 0x0191CBEB2DC7774396A9E38D1DE5D425 , 0x0191CBEBE01B78AD818E4FB5213B27D7 , 0x0192041ECDC072A1AC560A68E7F94CCC , 0x0192041ECDCD7192A41F4E78CAA15B7B , 0x01935897315D724387C61CA03AF85BFB , 0x0195B4E98DF1724C9F295C2783018CBA , 0x0195B4E98E0072E9A4201B3AA8738C5F , 0x0195B4E98E1172DFA52BDC56E1FD6D12 , 0x0195B4E98E1F70299B16D754B65F1B27 , 0x0195B4E98E2E73C5ABE2104F492AE3D0 , 0x0195B4E98E3D7057A7FB5115689D2A81 , 0x0195B4E98E4B73908ED3524C1A46746B , 0x0195B4E98E5A70E78C787DD9F141003B , 0x0195B4E98E6970A78FF199178D3971B6 , 0x0195B4E98E7C72B4ABA8829F2B4DCFAF , 0x0195B4E98E8D73C0B41B1EFF6FA38800 , 0x0195B4E98ED17316B6BBD6F1CCB3191B , 0x0195B4E990E672FFA518FB399404A4DD , 0x0195B4E990F573DDBE7FAB14FB55B6E9 , 0x0195B4E9910573139D80B910273A3272 , 0x0195B4E9911470C5AD8D8B4B9D47A03D , 0x030B56E9AC4A4B328DD2BC20975E77CF , 0x0393521B02324D60875A91CBAFC2E860 , 0x03C80C5C349644E4AD24AD6C2F1C7DA5 , 0x04739B36F7254B37B6F05463DB863F02 , 0x052D8FE1B3C54921B8FCF8FA04DCDA68 , 0x055EFDDA5CBE448AAF54068BB44DBD7C , 0x05B621A902C74D1EA8B8DCCF9CB323C5 , 0x064A4F0777C3478D86FF8D2134908D97 , 0x06CC54714B1F4680BF92F9255250D998 , 0x06E99F91B8EF4B6C8724B4F16912B37F , 0x0724B2D5A45C4EBAB4371A3229557A44 , 0x07D5F82C2548466C8FD91E4B4B74D3F9 , 0x080FA2F79B3C4169A27DA37CCAEB4D07 , 0x08E3E030B10C4F8899B3F0F40F43586B , 0x09BF8AF4A3D4453197B6DEC81E8D3042 , 0x0BD64FB7F9B34C3AACEE3B8C7DF32046 , 0x0C3B47AF3A094211916247EA212182F0 , 0x0D0336D5313E43F0B885C74928240E5C , 0x0D1217ACE7794669B8A5426ECF293393 , 0x0D4B984D18814AA2ABE63DD97B3F439F , 0x0D66F048F33746BF93B4FFBC37746831 , 0x0ED4B02F49D74281A60F5D7D6AFD04B3 , 0x0FD795E1BE9243FE9FDA1F47E572965C , 0x0FD7EF0B52F0471A954CEE7C9312F203 , 0x0FFD51E02CD44E8781879D88860B0D40 , 0x10F70F4157C9454CA714BF59061DEC38 , 0x13DA3F0F4E614E5D8567B021C2200D40 , 0x1419F8ACEACD4B4C9F0AB495A475BE17 , 0x1425BB2C46C04F6E9AA78744ADB193DA , 0x14A044A66C5047038CB2661A6D5429A2 , 0x1637BD276AFC413D891FD5D325A7CB7E , 0x163E4D9355C14B638693A942192D7BED , 0x16AD7AAA1A0847319F468D7ECE5F3C47 , 0x188393A95F7F4BB79CA4B880E0B2FD18 , 0x188F9CDE0AD941A5854026B30CB2B34A , 0x18EBCD30F8394CB18586D66F6336AF66 , 0x19C756114B3240CE82F4EB51DBEED276 , 0x1A1BF60A4F284B41917A9B3950FA24B8 , 0x1A6934A9D54D43FBA12AD6589F50DDB6 , 0x1AA7A230951D459FA02415BD40A5F005 , 0x1B0377E0545D47A0AE2D9CF7EFE7A556 , 0x1BAB8949F5D04FF3966F9BEA5FA16532 , 0x1C9D5B3F8C9447759E4FA7E042DF1FDF , 0x1CCD8F38BCE44C5BAE4983B08E0D9E1E , 0x1CE3A5E58DF44842AF2E0C9B0D56775D , 0x1D6F1F3E5ED347498AABF18EA963B3D6 , 0x1D9E444751414EBFAE69B30DE92A048F , 0x1DF6EE38FE5B4DFFABC9A78377AD61DE , 0x1F287CEA8E374B67A787763160C4574F , 0x1FFBDE8689A347AAAF7FF6B2F44753B2 , 0x206F2A888B39403F9CD03544D70DAA88 , 0x208265EB22CD4455B4328C5B39B8CB51 , 0x208824F00E4840CC90C3AAE57E5177E6 , 0x216B853EB4EA420185E9D90ACE3F1F95 , 0x22317476FB474D3CB478A6ADD41270D4 , 0x239C1603E3F64FB990CF7A82059A6F47 , 0x23C42AD52223427DA1D72C65A0B13CE2 , 0x23D9660269124894A12616093EEE5F25 , 0x23EFCD014F434F68A4C5565865CA18D3 , 0x25E2856280C748238FECA46D3D10D719 , 0x25F9E4E760CD44159BD4BB5C6FF621D1 , 0x262AFD4D8B3D4355B9BEBC7ECCC52F4C , 0x265AA64184D74520BC5A24544D8DA41B , 0x265C311723EF426F8F380944BC5E6299 , 0x2846398E55B74FF3A74E3BC31621A9F5 , 0x28CB7B0FA92E45B8964080DE2A527507 , 0x29330B07A5714CB39CD3FFB6648704E4 , 0x299BCE9C1AB14328BDD4000308980A3C , 0x2A594A7B27904C7789C822873C5AF099 , 0x2A6D9562DA3E4F92ABB56E9691555D31 , 0x2AFE607553AA4BBB8D4A82CEE262DF8F , 0x2C5CA3AD58034C20B8EC9C7451EC2854 , 0x2C9CDB39C6BA4DCA8BD51EA48CD1970E , 0x2D28942B3E664DBBA1B8CE617DC0BB1B , 0x2DBD3C60C3FF414BB78900DE347E0356 , 0x2E9F607B0EFE4DD39ABF17DE607FE5FB , 0x2F261741CBDD40AA9E77ED5382F37608 , 0x2F4301B9B9714D3CB499E9156DDEC5A9 , 0x2FB41C1A51634F9DA0136A578C453C5E , 0x303B5822DBFD46AB82C18016E5F74261 , 0x30489EB1AF6540CF8EA0ECF56F9DD1EA , 0x3086F419BB6B427F97231CD532AC2DBB , 0x31BA43BE530F4ED5B41883BA2EF0FB1C , 0x32192E82E2034CC9AF2C5BBD0BCE1128 , 0x321D2431C7684A828D7C9AD81FBBA1B5 , 0x329D3D59DDC8494EB39A4B9A1CE1B128 , 0x32F2303F72FB4A87957452C651BF3DAA , 0x34B99CCAC9884AA4884717963188F8CE , 0x34BA8EE1E3ED4A1CB7D9BD669A9BBB87 , 0x34D530559E1A44B08945B93BA7FF46C9 , 0x35E925D7EE1E4684B38325E1DFB90D91 , 0x3621F9F359684FA2A0F1512D53D9A68F , 0x36C29C8A033645EBA1014E4C7E4B8E03 , 0x37D19B2DE22842F7B4EF0382F0C96FED , 0x382A17120AE8432C8A0D8363D6E15890 , 0x38FEC6D3CD8E4A959E3366A753D04784 , 0x390912DF6170423CAF55A56326A1CC2E , 0x3978CD0BF6E24017B385572443D0917D , 0x39A012CD112E436993ADBDA8785444D5 , 0x3A66A420C34440FDBDA8D54496BC9DE1 , 0x3A69F7145A834B85BAFCD98C253F513A , 0x3AB873D8B2B94204A4517BDBADD4CD0C , 0x3B1367576AEA479680B3BA2508B7D5B6 , 0x3B8788404393440A990FA8D81A790F64 , 0x3BA97A94F33744AD834613B5F150E38A , 0x3C67412DCC47488BB3E2F561ADF0CB31 , 0x3C95C21D0EDB436DA3C2CE4D2CBBBDC3 , 0x3E27860C96914835A6FEFD1F5030EC96 , 0x3F2FE5DA3663403D925CE65BCAD216A8 , 0x3F78768DCACC4CACB76110887C6BECE6 , 0x3FFD4E55D89C44A280388E9E773D3462 , 0x403A39574BFD4D5F9F30EA3F9BBD585D , 0x408DD36A98164D85B5F71B6AB0B26F23 , 0x4181CEEFC4834A45B2E2F78AA2E1ACE2 , 0x42058586D29B40FBB1E2654D7A1E424A , 0x422AB67E612B45368EE61266DBAE36DA , 0x42628BB2BAB24B4F94674E0C1A37F274 , 0x43DC702BC54D412DABB105BCA7456E52 , 0x445C43BDFAA04ABE89F7153A24AF7E6D , 0x445DF44D644F4E1FAB90A654B92ED561 , 0x44D4A2E5000B467E912C722DC19D1FC7 , 0x4502394749724A639B12362C91AFA86C , 0x450B8D6FA6D943A7AD4C7E1AAFAC7569 , 0x45657263BCDD419AA9232B1C1084129C , 0x46C8557546D94F21868CDEB11434A86F , 0x47E06FB80EBA4CECBD3DBF4E36CBF3EF , 0x47F106B68B614B8195C98FE6D53A3938 , 0x48459A9089E34F05BE401824C5C352EF , 0x49A4AAE330E54918BE19215ED9BF69EC , 0x4C18A8759D1B4301B4D01C3DD3E0FA66 , 0x4D3AB71183D347BA85F2872ABE55F147 , 0x4D6E53AD88F04D71A0F12159187AF8D6 , 0x4E63EC0337204D9BA95D94E7B64E3EAA , 0x4E904B0A8F3E4DD6922F0E20048D0124 , 0x50ADF776838A46CEB2DFD22E3A2BB070 , 0x51C58554933540C09F8A40149D3E12D2 , 0x52CFF8B971EC4C77906DCB8694E8FC37 , 0x547359E968264035B0BC4F7AE21F2777 , 0x54C43C6909EE44E6BE46B261A95C9F92 , 0x54E1DA5EF94544F6AD52080001C48389 , 0x55633DE42B6545A08D6119312DEAB026 , 0x556DF6AE3EDF4E6C86767BA4181C47D5 , 0x557DA8F6E7A2463983E4D62E69725370 , 0x56D7A65B452744C4B0BB4B73B13F6DDB , 0x571A05C7399348369AA3AAF8C19EE3A2 , 0x5780A2E8797A405BAE8A324A06D9B4C7 , 0x58CB494BDD5049B798DFD9B160E30691 , 0x5966C10CE39F4119B97BF891C2A6D3C2 , 0x5B1D02E20B7A4B7998CFEEA762A7C880 , 0x5D1EC8EFBCBA4394A8FF60BAE91FC1E0 , 0x5D2E900E3C3647D5B38D77578AF6F796 , 0x5D40A858CF8847388FA67CD3148C7E64 );
Copy
90
2.04 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"\x00 1D(N E޵Bl×̽\x17 / "
b"\x00 B=\x15 è¼Lõ╣þ©ê8Ø\x1E ú "
b"\x00 tãïYYF¾—wú\x12 Ž9)/ "
b"\x00 àª.\v 4Hÿ┐½\f ╚sìÎÔ "
b"\x00 ║Å&Ö\f HÍÆµ\x1E õ\x05 Ëùj "
b"\x00 ÇÉ\x04 Á¨Gv¢û%Mn™\x05 § "
b"\x01\x1F $‹\v\x18 Bë‚Êvªòðît "
b"\x01 É┐\x04 ²!s\r ƒ¯°4Ì▀\x16 ▒ "
b"\x01 É┐\x05\x06 ╣p\f ÖkV├Dëñ¾ "
b"\x01 É┐\x05\x08 fsÊ▒ö¾ò╔æ.É "
b"""
\x01 É┐\x05 \n
\x1F s9╗õ┤î\x18 Öx\x06
"""
b"\x01 É┐\x05\f !p»aé▓»ÃKH "
b"\x01 É┐\x05\x0E "r┤üùì.ÑòQÙ "
b"\x01 É┐\x05\x10 .q_ôWÜ\x12 RõÉ0 "
b"\x01 É┐\x05 ÊÔpðØ\x07 åVçDðg "
b"\x01 É┐\x05 Ë_pw┐±ÉÀÑk4Ç "
b"\x01 É┐\x05 Ï}püûþ¾\x04\x19 pÉ "
b"\x01 É┐\x05 ┘cqVÁJ¢\x1A ½×╠ç "
b"\x01 É┐\x05 ┌Dr\x0E îi▄\x03 ø~ÖÈ "
b"\x01 É┐\x05 █#p/▓xN\x0F N\x05 ┴\x1C "
b"\x01 É┐\x05 ▄\x02 p▀¼\x7F íut╠╬% "
b"""
\x01 É┐\x05 ▄\n
s└┐I±f°Y▀,
"""
b"\x01 É┐\x05 ▄Gp═Éû$\t úí/{ "
b"\x01 É┐\x05 ▄âs´Ø\x06 ┘7Ä\x06 ¦\x04 "
b"\x01 É┐\x05 ▄ïpßÜß\v ╗huBÇ "
b"\x01 É┐\x05 ▄Æs¸¢û2¸┐\x1E Þã "
b"\x01 É┐\x05 ▄¤rÆòÿı¶s\t ÚE "
b"\x01 É┐\x05 ¦\f p÷½¢r{\x06 þ½· "
b"\x01 É┐\x05 ¦Jsgåí ׃cHá "
b"\x01 É┐\x05 ¦çsÙúª╗█ã¾■â "
b"\x01 É┐\x05 ¦¤q£░µßï²8\x0F ╦ "
b"\x01 É┐\x05 Ì\f sDä¸Cco\x18 ý¹ "
b"\x01 É┐\x05 Ì÷s®ùU&C▓§ÿX "
b"\x01 É┐\x05 ▀ÊpUáC}m¤\x06 ÷▒ "
b"\x01 É┐\x05 Ó▒róôMiõì\6À "
b"\x01 É┐\x05 ß-qqÄý¥D\x11 ÷ß\x19 "
b"\x01 É┐\x05 Ô\x0E qåÆ×t;Øå_\x17 "
b"\x01 É┐\x05 Ô°qס\x1F ┼└T¦r° "
b"\x01 É┐\x05 ÒËqª¿á\x1C ËHÚ½¹ "
b"\x01 É┐\x05 õ░pÛóf└Ö\x05 ÑÌ8 "
b"\x01 É┐\x05 Õ\rçØI(nø}kÍ "
b"\x01 É┐\x05 µ\x06 r¨ƒ-ÿ½\t \^& "
b"\x01 É┐\x05 µ│r³ÉøðR\f û─Ú "
b"\x01 É┐\x05 µ╗sc¿┬êÅ\x08 Óö\v "
b"\x01 É┐\x05 µ├qÐô\x06 :Å{ \x16 Í "
b"\x01 É┐\x05 þ\x02 pÖÁC.âY5 \x13 "
b"\x01 É┐\x05 þ@rÀñ"╠╗ï.~È "
b"\x01 É┐\x05 þHs!ÉÒ╗╦3ÈÖ\x11 "
b"\x01 É┐\x05 Þ*qAºq╔╩Êty■ "
b"""
\x01 É┐\x05 Ú\n
seá\x18 u½ÞN$╗
"""
b"\x01 É┐\x05 ÚÀqmÁÑj¤a£Ë< "
b"\x01 É┐\x05 Ûhp"àÏ┌ò\x03 ãùJ "
b"\x01 É┐\x05 Ù1p8Ø╠\x1E ç·ÐÔÖ "
b"\x01 É┐\x05 ÙÞqÛûµ6┼1IO\x7F "
b"\x01 É┐\x05 ýÜr3æ│tÁ├\t -B "
b"\x01 É┐\x05 ÝFpMà8ß┘;y■\f "
b"\x01 É┐\x05 Ýs;ØêèyÇ╣./ "
b"\x01 É┐\x05 ¯ùp.║ýtª½¼\x14 ( "
b"\x01 É┐\x05 ´}p▓åKNÿ┬ÒÔ2 "
b"\x01 É┐\x05 ap─ªIâ\x06 Vm»% "
b"\x01 É┐\x05 ±Kqô¼╗º>â~è "
b"\x01 É┐\x05 ‗-s\f è+\x18\x1A âÁOç "
b"\x01 É┐\x05 ¾\x18 qPÆ÷\x7F inÐ\x1F ý "
b"\x01 É┐\x05 ¾·rWéqÛÊÉÿ█E "
b"\x01 É┐\x05 ¶ßqºéÍó³71¾ "
b"\x01 É┐\x05 §├sFòé\x0F ╬ÓÅMA "
b"\x01 É┐\x05 ÷\x02 qñ╗╝<zºï¤└ "
b"\x01 É┐\x05 ÷@rõª\x15\x02 Z\x1D 4·ç "
b"\x01 É┐\x05 ÷~qéÿÏPÇSn\x01 "
b"\x01 É┐\x05 ÷¢qÝç[º╚>\x14 °\x14 "
b"\x01 É┐\x05 ¸×r_»k¢h\f Ï▄Ì "
b"\x01 É┐\x05 °\x7F rUØ<£5Åy\x7F c "
b"\x01 É┐\x05 ¨`p╚úI\x12 ▒¥²\x16 █ "
b"\x01 É┐\x05 ¨gqqÜ¿$╬Ì\x19 í\x11 "
b"\x01 É┐\x05 ¨np0É´ç<┤E\x19 o "
b"\x01 É┐\x05 ëpæ║\x14 ▒UÞÀP% "
b"\x01 É┐\x06\x00 ~s\x16 íOí‗,îú "
b"\x01 É┐\x06\x01 krıâ®:┐þícw "
b"\x01 É┐\x06\x02 Xq7ë╗m¸\x02 ┌ã\x11 "
b"\x01 É┐\x06\x04 Ðq┘░%▀øár)ê "
b"\x01 É┐\x06\x05 ┤qFÑ\f Åw)¼H\x12 "
b"\x01 É┐\x06\x06 òrfªoõÌ╗*Aà "
b"\x01 É┐\x06\x19 ÍrÝ»Õ\r ²G\x17\x10 W "
b"\x01 É┐\x06\x1A Áráì{Ub]µ%e "
b"\x01 É┐\x06\e ØqfÖf(!Ì "
b"\x01 É┐\x06\x1C |pa¡ÅH;Ì(\x14 W "
b"\x01 É┐\x06\x1D dr³Ü\x1A P3T/£¡ "
b"\x01 É┐\x06\x1E ?soé░UMR¨ì\f "
b"\x01 É┐\x06\x1F *rä»l/ãÇÚªa "
b"\x01 É┐\x06 \f qyÆÔ÷\x14\x07 §\x18 I "
b"\x01 É┐\x06 Ss´¡┘S└\x0E deÕ "
b"\x01 É┐\x06 ôr)ÆÝ\x1F ^oQ▓n "
b"\x01 É┐\x06 Èqd╗\x15 ╔\x11 ^▄\x05 6 "
b"\x01 É┐\x06 !\x14 r\x1A ¡\x07 °║\r Ò£┬ "
b"\x01 É┐\x06 !¾r6¼#└¤ï\x12 ¢Ý "
b"\x01 É┐\x06 "Èp╣¢µfeØi\x08 î "
b"\x01 É┐\x06 #┤s>âg#¬ÃCæÊ "
b"\x01 É┐\x06 $\x01 rWñ╬╠\x10\x03 ¨"ê "
b"\x01 É┐\x06 $\t s²║3÷ôáõÕ\n "
b"\x01 É┐\x06 $Hq\x14 ¢‗┼6¤ô8ó "
b"\x01 É┐\x06 $çqu¥*ÐòÊÇÏ5 "
b"\x01 É┐\x06 &Iq\x03 æ╔DhÒ\x1C p° "
b"\x01 É┐\x06 &èrÄô╣²E*ªƒã "
b"\x01 É┐\x06 &╦q#á\x06 ýnàþÞÕ "
b"\x01 É┐\x06 '\x11 q‗àD\x01 ¦J╣Ê£ "
b"\x01 É┐\x06 'Qq'ïq│aÇ}íõ "
b"\x01 É┐\x06 'Åqo»Ï┼Îøõa┬ "
b"\x01 É┐\x06 '═r.äTi°▒OÔ: "
b"\x01 É┐\x06 (\r sô║ð_ö^Ã\x06 ú "
b"\x01 É┐\x06 (KrýôµrÀ0Sek "
b"\x01 É┐\x06 (╩s/ñp5├╚¾M "
b"\x01 É┐\x06 )\t r╠êÛø█y6@\x12 "
b"\x01 É┐\x06 )KsN░\x1A l%╩\x1C P{ "
b"\x01 É┐\x06 *²rï¢\x7F ╚ £¶▀P "
b"\x01 É┐\x06 +Br█øj[Lo\x13 y\x12 "
b"\x01 É┐\x06 +ür¡Å░®0âÈ\x18 e "
b"\x01 É┐\x06 +┴qO¿▄8Í6ó\v ╠ "
b"\x01 É┐\x06 ,\x02 sÿÜ╣\x1D ╣XÃCì "
b"\x01 É┐\x06 -Ïr_ñJJ§\x12 Výk "
b"\x01 É┐\x06 /æq©©ñ_├\x01 o■├ "
b"\x01 É┐\x06 /ðrôîcFW¨aT$ "
b"\x01 É┐\x06 0\x10 qGÁ\x03\x13 ½\x17 ù┘þ "
b"\x01 É┐\x06 0Rr¯ï#xQ:Þ¤ã "
b"\x01 É┐\x06 0ôr╔│╗\x10 Õ¬kÕq "
b"\x01 É┐\x06 0Ðs÷ñ÷Ö▀\x16 E ã "
b"\x01 É┐\x06 2╝s╣îø6█å─\x1C ÿ "
b"\x01 É┐\x06 2¹s\x00 ┤Æ═ÏÔLC "
b"\x01 É┐\x06 3;qªÉ\x1E ø\x13 µdg▓ "
b"\x01 É┐\x06 3{pÚè¨&\x04 Ó3Õ▒ "
b"\x01 É┐\x06 3╗sCÜ\x1E 9¼Î\x10 │Ò "
b"\x01 É┐\x06 3·sV▓IFWµ2╣° "
b"\x01 É┐\x06 5┬rpä?÷æ\x16 ▀À│ "
b"\x01 É┐\x06 8 rææ\x01 ý¹!·s« "
b"\x01 É┐\x06 :´rñÖqf>²e╚ÿ "
b"\x01 É┐\x06 ;ÏsÎ┤Ò\x04 îh\x14 ▄# "
b"\x01 É┐\x06 <ÈsʪÐËQehî "
b"\x01 É┐\x06 =\x13 pé¥JÔÑÌäY\x1D "
b"\x01 É┐\x06 =RpEíû;▒─\x1D ×Ê "
b"\x01 É┐\x06 =Ér\x10 ┐¡)╬`/.È "
b"\x01 É┐\x06 =╬q\x16 ¬ô5▒é┌çW "
b"\x01 É┐\x06 >\r qsîzÉ▓Rd6¹ "
b"\x01 É┐\x06 >KqZ│§O\x1C aÀ[ø "
b"\x01 É┐\x06 >ëpÐÆ\e\x1D ª░F[├ "
b"\x01 É┐\x06 >╚q╗å@S£©▄Ä\r "
b"\x01 É┐\x06 ?\x07 sPÂþ‗<Ø\x1A á¹ "
b"\x01 É┐\x06 ?Er©ÇÉ╚/\r ▄░b "
b"\x01 É┐\x06 ?âr1©¯á'▓\x1F ¢\n "
b"\x01 É┐\x06 ?┴r/║Ëb¾-\x1C ¾Ñ "
b"\x01 É┐\x06 @\x00 qrö▄hLSÑg¹ "
b"\x01 É┐\x06 @?q5ç°╔ ╣ü4À "
b"\x01 É┐\x06 @~r\f øc«┌x█Åb "
b"\x01 É┐\x06 @¢s╬ëá1n+MÀX "
b"\x01 É┐\x06 @²pb╗Å~¶§\x03 ô¼ "
b"\x01 É┐\x06 AAqdïÊÔ,<ß³/ "
b"\x01 É┐\x06 A\x7F p,ù÷├─I\x1E Ï] "
b"\x01 É┐\x06 A¢rXÉ\x17 ®\x10 i'É\x16 "
b"\x01 É┐\x06 A¹p{áGÊ\x06\x0F ƒ¾Ç "
b"\x01 É┐\x06 B<s╦╝┴\x7F ny@µo "
b"\x01 É┐\x06 BFp─ëÙÈ\x11\x19 0┤Ê "
b"\x01 É┐\x06 BNrÇÀ<7{Ï$zÕ "
b"\x01 É┐\x06 BUpá▓/ëUu\x11 ª+ "
b"\x01 É┐\x06 B]s¶║Lz\x17\x7F r:ê "
b"\x01 É┐\x06 CÏs-©FK-Ðu~E "
b"\x01 É┐\x06 D\e r\x1A ùv]/É>}® "
b"\x01 É┐\x06 Dhq_à╩╠¼╚/▓\x14 "
b"\x01 É┐\x06 DpqÖø.\x08 öXaí´ "
b"\x01 É┐\x06 D░suº\x12 ┴eƧ5╠ "
b"\x01 É┐\x06 FÄsóÁȦi@9\v ¤ "
b"\x01 É┐\x06 F╬q*©¤syK\x16 ╔E "
b"\x01 É┐\x06 G\x10 ròü\█^®\x00 Å\x0E "
b"\x01 É┐\x06 GOr╣Ø5Ø╠\x03 ÑÖ "
b"\x01 É┐\x06 Gìsõ»kºZ\x19 $'Q "
b"\x01 É┐\x06 G═q\x0F ║ý\x18 ý4béä "
b"\x01 É┐\x06 H\x0E p│áK\x06 Å.È\x1D ' "
b"\x01 É┐\x06 HNsAîl½├¬▓þà "
b"\x01 É┐\x06 HÅs░Ѭþ\x08 =â)╬ "
b"\x01 É┐\x06 HÈpnïU¬‗Û┌<╚ "
b"\x01 É┐\x06 I\x15 r╝çc,\x1F 5▄\x19 È "
b"\x01 É┐\x06 I[sFñ╝ìS\x11 Sf┬ "
b"\x01 É┐\x06 Iøsäñ╗"═QlN÷ "
b"\x01 É┐\x06 I█p├ÖQÏYô&÷i "
b"\x01 É┐\x06 J\x19 p»╣î\x05 ║Ãj¿\x16 "
b"\x01 É┐\x06 JXpéÇ\x06 æ@I'ß╗ "
b"\x01 É┐\x06 M¡r─ô#═rg╗Eà "
b"\x01 É┐\x06 MÁrÚÿ¯q{K┬7Ø "
b"\x01 É┐\x06 W¸sîçv>®¹p|ª "
b"\x01 É┐\x06 X5p8ÅxÚB'hB├ "
b"\x01 É┐\x06 X╝q0ÉK\x13 p\x12 ┼÷E "
b"\x01 É┐\x06 X·qRâÁ┐d▀ÓÎ\x04 "
b"\x01 É┐\x06 Y=s³©V▒à/ðÙÒ "
b"\x01 É┐\x06 YÇp\x00 êÆÇÃjC└# "
b"\x01 É┐\x06 Y├s¡©óı\x7F ,q·\x01 "
b"\x01 É┐\x06 Z\x04 rØ│ñJlÊü╠ "
b"\x01 É┐\x06 ZCr└«sòugu\x07 ç "
b"\x01 É┐\x06 Zâq┘Á\x13 ¯y/$º¦ "
b"\x01 É┐\x06 Z├sdü▀É"─be! "
b"\x01 É┐\x06 [\x03 r<©╗<┴h█╝É "
b"\x01 É┐\x06 [Dq.ø,Ç\x08 ëÑëê "
b"\x01 É┐\x06 [êqS╣\x0F æþr\f Jl "
b"\x01 É┐\x06 [╔p¿ÄQÄþø\x06 +4 "
b"\x01 É┐\x06 \\x11 q▄ç╝é\f ¨÷´┤ "
b"\x01 É┐\x06 \Vs▒ÇÜ╗Yä╦╩┐ "
b"\x01 É┐\x06 \Üs+ùÙ<Ä┤Ü45 "
b"\x01 É┐\x06 \┘sÖ│7l¦;éD} "
b"\x01 É┐\x06 ]\x19 q¯á1×V╠\x1E ¿ "
b"\x01 É┐\x06 ]`pu¥v¶*dènà "
b"\x01 É┐\x06 ]árüçæI╬╦üjn "
b"\x01 É┐\x06 ]▀qÕ¢Ü_IÛ\x1C ┬ý "
b"\x01 É┐\x06 d▒s0ìð¡58Ü─╠ "
b"\x01 É┐\x06 dsø▒fhÌ0«\x7F Á "
b"\x01 É┐\x06 e/pÀÂZÂL\x0F *Ê` "
b"\x01 É┐\x06 emrÀøÀ\x0E äÍM¡ì "
b"\x01 É┐\x06 gGqôº\x10 Ìi7d┘/ "
b"\x01 É┐\x06 jxpÉ©FHÉðaªn "
b"""
\x01 É┐\x06 mðqSú\x0E \n
ýdƒ▓\x12
"""
b"\x01 É┐\x06 n\x0E q&¢îö\x1D Ë\x08 U\ "
b"\x01 É┐\x06 nLr÷á[Ñ%UB±▄ "
b"\x01 É┐\x06 nër9ù`ã\x19 ë\x07 £■ "
b"\x01 É┐\x06 n╚pd©)GÛ@M¶H "
b"\x01 É┐\x06 p@rpÀi_─E\x07 ø÷ "
b"\x01 É┐\x06 pHrØænþ}1ßºÕ "
b"\x01 É┐\x06 pOpºïý¸¥s╦ä² "
b"\x01 É┐\x06 pVqæóïKÒ\x0E dw! "
b"\x01 É┐\x06 p^qÖómÞ\x1D ¤Ùóä "
b"\x01 É┐\x06 peqÎÆ█3¦╦╠H: "
b"\x01 É┐\x06 pmpıéaö\x02\x15 ôÊ\t "
b"\x01 É┐\x06 p¬r\x1F ¶o®TÞÏq "
b"\x01 É┐\x06 pýs@ôÿn╣×»l\x1C "
b"\x01 É┐\x06 q*r╬║°╝òy\x04 ¢ "
b"\x01 É┐\x06 qirì╗╠-'┬t1t "
b"\x01 É┐\x06 y)s╣ø\x1C ┤\x08 ê╗za "
b"\x01 É┐\x06 y1q\v ƒ>s_Þä\f Ñ "
b"\x01 É┐\x06 y9rÔ░\x7F hÁ`╔ä; "
b"\x01 É┐\x06 z\x1C p╬¢Uj\x18 LR%Æ "
b"\x01 É┐\x06 {\x12 r\x19 íP\t\x04 ½(G§ "
b"\x01 É┐\x06 |ÑrGÀäõ \x19 >X7 "
b"\x01 É┐\x06 ~,rÃí\x1E ¦!Æ_ã' "
b"\x01 É┐\x06\x7F ¬s2ú |\x12 KC\x14 # "
b"\x01 É┐\x06 ü1s¿▓ûüØ\x15 +ûê "
b"\x01 É┐\x06 é\x12 q+º~VZ~«\x04 ó "
b"\x01 É┐\x06 é¸pa¢Û9\x1F\f ¿/N "
b"\x01 É┐\x06 â5r\x1D Ñ©┬\x11 käL┼ "
b"\x01 É┐\x06 âuq¯ú{Ü\x13 èÉ{\x08 "
b"\x01 É┐\x06 âÁq`ƒ#°└┌║?\x01 "
b"\x01 É┐\x06 âþrRÜ*ô\x19 órÆ│ "
b"\x01 É┐\x06 äÖs×¥┌L±c¯uú "
b"\x01 É┐\x06 àLpcú¡\x1A\f _Ì5 "
b"\x01 É┐\x06 à¨q╩é\x10 Pg\x06 ├Ó' "
b"\x01 É┐\x06 çüpþí╣º\x0E °<XÛ "
b"\x01 É┐\x06 çëqÝê\x1D õ╬®*\x19 ó "
b"\x01 É┐\x06 çÃq├»\f ù\x19 <:<\v "
b"\x01 É┐\x06 ê\x06 rî¢\x1F ;╗T\x1C ┘² "
b"\x01 É┐\x06 ê\x0E q¨æw´²ÐËªÕ "
b"\x01 É┐\x06 ê\x16 p7ÿwÜö>¥l. "
b"\x01 É┐\x06 ê\x1E p╣Äçò!äµÑU "
b"\x01 É┐\x06 èCp\t òb\x1F gr\x03 Í\x19 "
b"\x01 É┐\x06 èKrdâz%åÚ´2ô "
b"\x01 É┐\x06 î=s`ÂpË;║\x04 n╚ "
b"\x01 É┐\x06 îÙq¢êSúj\v ,Ø■ "
b"\x01 É┐\x06 Äqpn╝ÂX©═£@« "
b"\x01 É┐\x06 ÅWpX│\x05 Î4(╣Ò+ "
b"\x01 É┐\x06 Æ r«ûFEäAVÛ├ "
b"\x01 É┐\x06 ô;s\x0E ÜÛ2Õ\f oÈ\x16 "
b"\x01 É┐\x06 ôvq½»h░ß+\x11 3à "
b"\x01 É┐\x06 ô│pÛ╗ö\x1F uð\x06 ╬\x10 "
b"\x01 É┐\x06 ôsÇÿ)1\f V¢e[ "
b"\x01 É┐\x06 ö\r scÂöë\t ÅÇ╬╔ "
b"\x01 É┐\x06 ö\x14 qF▓╝ıý_ôı\x01 "
b"\x01 É┐\x06 ö6pYòé\x12 í+èõk "
b"\x01 É┐\x06 öYs%ÖT╠¡Æ█#\x03 "
b"\x01 É┐\x06 öæp}▒Ê$T£kÎn "
b"\x01 É┐\x06 ö×qÚ¿ZOJÁ?\x07 d "
b"\x01 É┐\x06 öÍqËí "ÚØ¼\f └ "
b"\x01 É┐\x06 ö°pÈåª═YÑ]\x16 ! "
b"\x01 É┐\x06 ò\x1A q\e É%^<¥ª\x18 2 "
b"\x01 É┐\x06 ò]qÔÉhûx¿¬½ê "
b"""
\x01 É┐\x06 òËs\n
ó¢öåR¹æc
"""
b"\x01 É┐\x06 ûEr#ìÞþZƒ3Ò╬ "
b"\x01 É┐\x06 û©r\x1C è▓C\x05\x11 3og "
b"\x01 É┐\x06 û÷piåbÿO\x00\v (µ "
b"\x01 É┐\x06 ùis`É6Ç┼JÅèÿ "
b"\x01 É┐\x06 ù¦sä╣5g¾\x11 ¹úã "
b"\x01 É┐\x06 ÿ\x1A s═àOYÊÙ&\x11 z "
b"\x01 É┐\x06 ÿ"sßë2±└╗ÇÁú "
b"\x01 É┐\x06 ÿ*pjôóe^ôd\x02 ë "
b"\x01 É┐\x06 ÿgr│é\x04 ´├ÿ=qÎ "
b"\x01 É┐\x06 ÿñrgÅÂC ╝Úı× "
b"\x01 É┐\x06 ÿÕsy│\x18 ,ð2<q\r "
b"\x01 É┐\x06 Ö#rJÜ©Û,ÎÛg, "
b"\x01 É┐\x06 ÖbpRƒØ█â×ÜÂ\x07 "
b"\x01 É┐\x06 ÖáqrܽpʺMÂo "
b"\x01 É┐\x06 ÖÌsç£4Î'á│\x03 µ "
b"\x01 É┐\x06 ñ©r)ÂRäùúæ3ô "
b"\x01 É┐\x06 ╬¯r╩¬│l\x18 }¶\x14\x1F "
b"\x01 É┐\x06 ÐÐs╔ª ð\x14 ╦ê╩é "
b"\x01 É┐\x06 Êäp7╗´6\x11 @D\x1C ╣ "
b"\x01 É┐\x06 Èpp»ë´õÐÆO╣7 "
b"\x01 É┐\x06 Íxqý¿À«´XHܱ "
b"\x01 Éݽf>sÃì\x00 └zÞ╬k┌ "
b"\x01 ÉݽfKrÇàc]«ÕÅÇ\x1D "
b"\x01 ÉݽfWr°ƒ!õ÷HÑF- "
b"\x01 ‘»Z\x00 Ïq¾Ÿ\x1E æäyá„7 "
b"\x01 ‘»Z\x00 àp9§;ÿÂ’#r§ "
b"\x01 ‘»Z\x00 ïrö·Í¾Ükw÷¥ "
b"\x01 ‘»Z\x00 þp*…2¼\e ]ùþ¥ "
b"\x01 ‘»Z\x01\f pH¿\x13 Ñ\x14\x04 -»» "
b"\x01 ‘»Z\x01\x1A qü“\f abt,K• "
b"""
\x01 ‘»Z\x02 orf¯\n
!.¹..W
"""
b"\x01 ‘»Z\x03 ÃqU¸'\x19 ó ¼ì\x1E "
b"\x01 ‘»Z\x04 .p\x1F ¶k¼¥<‚Äa "
b"\x01 æ╝¼¥ƒ}_ç\x03 -üÜó®¹ "
b"\x01 æ╝¡\x1A ÷vÞªÅ8»╔\x7F Ç "
b"\x01 ‘¼™Ç{¡Š÷ÎâÖçìà "
b"\x01 æ╝¡■µ|¯╣hÅ\x10 ±Ävù "
b"\x01 ‘¼®I&z¬¢¢Ú\x7F »Ôòl "
b"\x01 æ╝ða¤{jÉ»õxÝÕh¸ "
b"\x01 ‘½^Ý\x1F\x7F “¨²\x12 p(]. "
b"\x01 æ¥ìØ$\x7F\x17 Ét\x13 ╬ÒÌÉ\x7F "
b"\x01 ‘¾Ž°ür²Ÿ€®-Ø\x1A AX "
b"\x01 ‘¾”(\x13 v6¶ ŒÏL3jd "
b"\x01 æ¥ûP\x03 pÅá;0Å\x1D zd┐ "
b"\x01 ‘¾–á{\x7F ìk»Ñ(W_Ø "
b"\x01 ‘¾—õû}EŽÆÁ“0/~1 "
b"\x01 ‘¾˜ÄŠ|L¥êŽgß÷ÀM "
b"\x01 ‘ËåFøz´ Ð;”\x1E I”( "
b"\x01 æ╦ÕúÉw\x12 àí®mݤý¨ "
b"\x01 ‘Ëë\x01\v }D‡\x16 è˜(ߌà "
b"\x01 æ╦Ù-ÃwCû®Òì\x1D ÕÈ% "
b"\x01 æ╦ÙÓ\e x¡üÄOÁ!;'Î "
b"""
\x01 ’\x04\x1E ÍÀr¡¬V\n
hçùLÌ
"""
b"\x01 ’\x04\x1E ÍÍq’¤\x1F NxÊ¡[{ "
b"\x01 “X—1]rC‡Æ\x1C :ø[û "
b"\x01 ò┤Úì±rLƒ)\'â\x01 î║ "
b"\x01 •´éŽ\x00 ré¤ \e :¨sŒ_ "
b"\x01 •´éŽ\x11 rߥ+ÜVáým\x12 "
b"\x01 •´éŽ\x1F p)›\x16 ×T¶_\e ' "
b"\x01 •´éŽ.sÅ«â\x10 OI*ãÐ "
b"\x01 ò┤ÚÄ=pWº¹Q\x15 hØ*ü "
b"\x01 ò┤ÚÄKsÉÄËRL\x1A Ftk "
b"\x01 •´éŽZpçŒx}ÙñA\x00 ; "
b"\x01 ò┤ÚÄipºÅ±Ö\x17 ì9q "
b"\x01 •´éŽ|r´«¨‚Ÿ+Mϯ "
b"\x01 ò┤ÚÄìs└┤\e\x1E oúê\x00 "
b"\x01 •´éŽÑs\x16 ¶»Öñ̳\x19\e "
b"\x01 ò┤Úɵr Ñ\x18 ¹9ö\x04 ñ¦ "
b"\x01 ò┤Úɧs¦¥\x7F ½\x14 ¹UÂÚ "
b"\x01 ò┤Úæ\x05 s\x13 ØÇ╣\x10 ':2r "
b"\x01 ò┤Úæ\x14 p┼¡ìïKØGá= "
b"\x03\v VÚ¼JK2ìÊ╝ ù^w¤ "
b"\x03 “R\e\x02 2M`‡Z‘˯Âè` "
b"\x03 È\f \4–Dä$l/\x1C }¥ "
b"\x04 s›6÷%K7¶ðTcÛ†?\x02 "
b"\x05 -Åß│┼I!©³°·\x04 ▄┌h "
b"\x05 ^ýÚ\¾DНT\x06 ‹´M½| "
b"\x05 ¶!©\x02 ÇM\x1E ¨¸ÜÏœ³#Å "
b"\x06 JO\x07 w├Gìå ì!4Éìù "
b"\x06 ÌTqK\x1F F€¿’ù%RPÙ˜ "
b"\x06 韑¸ïKl‡$´ñi\x12 ³\x7F "
b"\x07 $²Õ¤\Nº´7\x1A 2)UzD "
b"\x07 ı°,%HFlÅ┘\x1E KKt˨ "
b"\x08\x0F ¢÷›<Ai¢}£|ÊëM\x07 "
b"\x08 ãà0±\f Oˆ™³ðô\x0F CXk "
b"\t ┐è¶úÈE1ùÂÌ╚\x1E ì0B "
b"\v ÖO·ù³L:¬î;Œ}ó F "
b"\f ;G¯:\t B\x11 ‘bGê!!‚ð "
b"\r \x03 6Õ1>Cð¸…ÇI($\x0E \ "
b"\r \x12\x17 ¬çyFi¸¥BnÏ)3“ "
b"\r KÿM\x18 üJó½µ=┘{?Cƒ "
b"\r fðHó7F¿“´ÿ¼7th1 "
b"\x0E È░/IÎBüª\x0F ]}j²\x04 │ "
b"\x0F וᾒCþŸÚ\x1F Går–\ "
b"\x0F ×ï\v RðG\x1A •Lî|“\x12 ò\x03 "
b"\x0F ²QÓ,ÈNçüçØêå\v \r @ "
b"\x10 ÷\x0F AWÉEL§\x14 ¿Y\x06\x1D ì8 "
b"\x13 Ú?\x0F NaN]…g°! \r @ "
b"""
\x14\x19 ø¬êÍKLŸ\n
´•¤u¾\x17
"""
b"\x14 %»,FÀOnš§‡D±“Ú "
b"\x14 D¦lPG\x03 Œ²f\x1A mT)¢ "
b"\x16 7½'jüA=‰\x1F ÕÓ%§Ë~ "
b"\x16 >M“UÁKc†“©B\x19 -{í "
b"\x16 ¡z¬\x1A\x08 G1ƒFì~╬_<G "
b"\x18 ƒ“©_\x7F K·œ¤¸€à²ý\x18 "
b"""
\x18 Å£Ì\n
┘AÑà@&│\f ▓│J
"""
b"\x18 ëÍ0ø9L±…†Öoc6¯f "
b"\x19 ÇV\x11 K2@΂ôëQÛîÒv "
b"""
\x1A\e ö\n
O(KA‘z›9Pú$¸
"""
b"\x1A i4©ÕMCû¡*ÖXŸPݶ "
b"\x1A §¢0•\x1D EŸ $\x15 ½@¥ð\x05 "
b"\e\x03 wàT]G ®-œ÷ïç¥V "
b"\e «‰IõÐOó–o›ê_¡e2 "
b"\x1C Ø[?îöGu×OºÓB▀\x1F ▀ "
b"\x1C ═Å8╝õL[«Iâ░Ä\r ×\x1E "
b"\x1C ÒÑÕì¶HB».\f ø\r Vw] "
b"\x1D o\x1F >^ÓGIŠ«ñŽ©c³Ö "
b"\x1D ×DGQAN┐«i│\r Ú*\x04 Å "
b"\x1D öî8þ[Mÿ«É§ƒwaÞ "
b"\x1F (|êŽ7Kg§‡v1`ÄWO "
b"\x1F ûÞ†‰£Gª¯\x7F ö²ôGS² "
b" o*ˆ‹9@?œÐ5D×\r ªˆ "
b" ‚eë"ÍDU´2Œ[9¸ËQ "
b" ê$\x0E H@╠É├¬Õ~Qwµ "
b"""
!k…>´êB\x01 …éÙ\n
Î?\x1F •
"""
b""1tvûGM<´x¦Ô\x12 pÔ "
b"#£\x16\x03 Ò÷O╣ɤzé\x05 ÜoG "
b"#Ä*Õ"#B}¡×,e ±<â "
b"#Ùf\x02 i\x12 H”¡&\x16\t >î_% "
b"#ïÍ\x01 OCOh¤ÅVXeÊ\x18 Ó "
b"%ÔàbÇÃH#Åýñm=\x10 Î\x19 "
b"%ùäç`ÍD\x15 ›Ô»\oö!Ñ "
b"&*ýM‹=CU¹¾¼~ÌÅ/L "
b"&ZªAäÎE ╝Z$TMìñ\e "
b"&\1\x17 #´BoÅ8\t D╝^bÖ "
b"(F9ŽU·Oó§N;Ã\x16 !©õ "
b"(Ë{\x0F ©.E¸–@€Þ*Ru\x07 "
b")3\v\x07 ¥qL³œÓÿ¶d‡\x04 ä "
b")›Îœ\x1A ±C(½Ô\x00\x03\x08 ˜\n < "
b"*YJ{'ÉLwë╚"ç<ZÖ "
b"*m•bÚ>O’«µn–‘U]1 "
b"*■`uS¬K╗ìJé╬Ôb▀Å "
b",\£X\x03 L ¸ìœtQì(T "
b",œÛ9ƺMÊ‹Õ\x1E ¤ŒÑ—\x0E "
b"-(”+>fM»¡¸Îa}À»\e "
b"-½<`ÃÿAK·‰\x00 Þ4~\x03 V "
b".Ÿ`{\x0E þMÓš¿\x17 Þ`\x7F åû "
b"/&\x17 AËÝ@ªžwíS‚óv\x08 "
b"/C\x01 ¹¹qM<´™é\x15 mÞÅ© "
b"/┤\x1C\x1A QcOØá\x13 jWîE<^ "
b"0;X"ÛýF«‚Á€\x16 å÷Ba "
b"0H×▒»e@¤Äáý§oØÐÛ "
b"0†ô\x19 »kB\x7F —#\x1C Õ2¬-» "
b"1ºC¾S\x0F NÕ´\x18 ƒº.ðû\x1C "
b"2\x19 .‚â\x03 Lɯ,[½\v Î\x11 ( "
b"2\x1D $1ÃhJéì|ÜÏ\x1F ╗íÁ "
b"2Ø=Y¦╚IN│ÜKÜ\x1C ß▒( "
b"2ò0?rûJ‡•tRÆQ¿=ª "
b"4¹œÊɈJ¤ˆG\x17 –1ˆøÎ "
b"4ºŽáãíJ\x1C ·Ù½f𛻇 "
b"4Õ0Už\x1A D°‰E¹;§ÿFÉ "
b"5é%×î\x1E F„³ƒ%áß¹\r ‘ "
b"6!¨¾YhOóá±Q-S┘ªÅ "
b"6œŠ\x03 6Eë¡\x01 NL~KŽ\x03 "
b"7Ñ›-â(B÷´ï\x03 ‚ðÉoí "
b"""
8*\x17\x12 \n
ÞC,è\r âcÍßXÉ
"""
b"8þÆÓÍŽJ•ž3f§SÐG„ "
b"9\t\x12 ßapB<¯U¥c&¡Ì. "
b"9xÍ\v öâ@\x17 ³…W$CБ} "
b"9 \x12 Í\x11 .Ci“½¨xTDÕ "
b":fñ ├D@²¢¿ıDû╝Øß "
b":i÷\x14 ZƒK…ºüÙŒ%?Q: "
b":¸sز¹B\x04 ¤Q{ÛÔÍ\f "
b";\x13 gWjêG–€³º%\x08 ·Õ¶ "
b"""
;‡ˆ@C“D\n
™\x0F ¨Ø\x1A y\x0F d
"""
b";©z”ó7DƒF\x13 µñP㊠"
b"<gA-ÌGH‹³âõaðË1 "
b"<•Â\x1D\x0E ÛCm£ÂÎM,»½Ã "
b">'†\f –‘H5¦þý\x1F P0ì– "
b"?/åÚ6c@=’\æ[ÊÒ\x16 ¨ "
b"?xvì╩╠L¼Àa\x10 ê|kýµ "
b"?ýNUØœD¢€8Žžw=4b "
b"@:9WKýM_Ÿ0ê?›½X] "
b"@ìËjÿ\x16 MàÁ¸\e j░▓o# "
b"Aü╬´─âJE▓Ô¸èóß¼Ô "
b"B\x05 …†Ò›@û±âeMz\x1E BJ "
b"B*¶~a+E6Žæ\x12 fÛ®6Ú "
b"Bb‹²º²KO”gN\f\x1A 7òt "
b"CÜp+ÅMA-«±\x05 ¼§EnR "
b"D\C½ú J¾‰÷\x15 :$¯~m "
b"D]¶MdON\x1F ½ÉªT╣.ıa "
b"DÈóÕ\x00\v F~æ,r-┴Ø\x1F Ã "
b"E\x02 9GIrJc›\x12 6,‘¯¨l "
b"E\v ìoª┘Cº¡L~\x1A »¼ui "
b"Eerc¼ÝAš©#+\x1C\x10 „\x12 œ "
b"FÈUuFÙO!†ŒÞ±\x14 4¨o "
b"Gào¸\x0E ºLì½=¿N6Ëóï "
b"G±\x06 ÂïaKüò╔ŵı:98 "
b"HEÜÉëÒO\x05 ¥@\x18 $┼├R´ "
b"I¤ªã0åI\x18 ¾\x19 !^Ù¿iì "
b"L\x18 ¿uØ\e C\x01 ┤ð\x1C =ËÓ·f "
b"M:·\x11 ƒÓGº…ò‡*¾UñG "
b"MnSˆðMq ñ!Y\x18 zøÖ "
b"Ncì\x03 7 M›©]”ç¶N>ª "
b"""
NÉK\n
Å>MÍÆ/\x0E \x04 ì\x01 $
"""
b"P÷vƒŠFβßÒ.:+°p "
b"Q┼àTô5@└ƒè@\x14 Ø>\x12 Ê "
b"R¤°╣qýLwÉm╦åöÞ³7 "
b"TsYéh&@5°¼Ozâ\x1F 'w "
b"TÄ<i\t îDæ¾F²a©\Ÿ’ "
b"TáÚ^ùEDöR\x08\x00\x01 ㉠"
b"Uc=õ+eEáìa\x19 1-Û░& "
b"Umö®>ßNl†v{¤\x18\x1C GÕ "
b"U}¨öç¢F9ƒäÖ.irSp "
b"Vצ[E'Dİ»Ks±?mÛ "
b"W\x1A\x05 Ç9“H6š£ªøÁžã¢ "
b"W€¢èyz@[®Š2J\x06 Ù´Ç "
b"XËIKÝPI·˜ßÙ±`ã\x06 ‘ "
b"YfÁ\f ãŸA\x19 ¹{ø‘¦Ó "
b"[\x1D\x02 â\v zKy˜Ïî§b§È€ "
b"]\x1E ÈZC”¨ÿ`ºé\x1F Áà "
b"].É\x0E <6Gı│ìwWè÷¸û "
b"]@¿X¤êG8Ū|Ë\x14 î~d "
b"^Q§¨ñ¦H±†b›UÈsùò "
b"^a\e }ÏÝMѱ4\x00 L· \v ± "
b"_àÚE\x18\x15 Hæ—/›ñÝË\x1F p "
b"`áþã"+AØëïÉ║\x1D ÙñÏ "
b"a2]™Ž\x0E G ‹.vÅ\x14 GJb "
b"b~h”…ÝIWœ®Zò\x10 ˜›ã "
b"b‚†'¨ÕIµŽ%\r s•ÑoÁ "
b"c%»ØÚ╔D;ò>─ý\x04 ÕxÚ "
b"c‘\x04 ƒ¸qCë«°1\x19 éˆ-w "
b"d*=i\x7F LLá¼ýÚP`PÏ\x17 "
b"d÷óGÚPO¿ AÞ©cÞ_B "
b"eCÀ´Ú´J\x04 ò\x07 ìn\x15 ╦┬ú "
b"""
eÉÓ\n
»¸HzÀG]▀û╣1q
"""
b"eÌ$E├dBØÑåàðb\x1C Êy "
b"f+J¶Ó#AI³QúÒ\x04 =ã` "
b"fÊÊû\t çC͉\x12 ãçF~+¿ "
b"fò\x1A ÿµç@>® 17‡p‘y "
b"gQ®2u÷K!—Êä&š\x11 U© "
b"g┴K÷\x1F ╔F\x1F üi┼\x03 ëe┴C "
b"hæ»wIºADɬm1┤Hº┼ "
b"h‗nä╠©B|║╬ \r Ôɸ9 "
b"i\x17\x1F\x17\x13\x05 Fž‡\x0E\x12\x1E ü*s’ "
b"j¿¥0\x11 ¶HYªX¼@=D½ƒ "
b"jÙE¥'\x02 B"¹ÉR\x08 Ë“ÒÛ "
b"l\x11 ü{BªI÷ä£Ý\x08 Û´å² "
b"l¨\x14 DÛVJìír\x10\x04 ¤Ú\x0E\x0F "
b"m\x03 [½\t\x7F F)Å[¢╦/\x03 MG "
b"måf÷í9G@©þþ=Þñ^ì "
b"nèõ\x13 ºàE\v │J▀ıýÉ\x0E < "
b"n·®7rÚO'”\x03 aU¤fó¾ "
b"nõlïäÊNòŰöI¨ÒµÐ "
b"o¬Ížy¶Kt˜¹Nuð*O… "
b"oôK~ÀîE÷¬©kÑçüé" "
b"p'”OUñO2•A¥ºf?ÿ\r "
b"""
p™»\n
ÛKCµ”«WLò¡0Ÿ
"""
b"pí\x16 “\x15 BB“´·û]{ܶ¤ "
b"q═ÇÑÉíCÃÜW\x08 ÃòÊ┬Ö "
b"r▒×ÿD¹Fɽ¢\f ╦\e\x11 æ_ "
b"s\t §\x17 …}M(¬u\x06 Ân©–\x02 "
b"s<\x7F T\x03 hIc´÷”Åj«¸š "
b"sÞÉÆ\x1E IIô”…r¼)>\x18 — "
b"t®h‰\v ÞM}€D…]ƒ˜ØÁ "
b"u\x0F KÒVKÞ³7Á\x06 ½}T² "
b"u´à4wvK5¼s¸Ëqâ\x03 P "
b"uë£Gˆ6H²»±1\x1A ›âÊô "
b"vUø½é#O§¿ƒc\x06 õR± "
b"v¥áø■\x1A C ┐\x13 ▀<ªü│ë "
b"vÄÙGY;O\x10 ¢,å=Ÿ¸?à "
b"vÛŠ pdBž—ãýå{›Á& "
b"w\e ñóz1@²“zsü\x16 Eö{ "
b"wƒ!>;RCrŸ4]ìRu•[ "
b"x└Ã)O\x19 DÉ╣÷±¶É ¡╔ "
b"y═×±│9Bþè×ìg\v xý~ "
b"zRâ'¸JJ£¯ÿôÛ{1Sê "
b"{@\x1E _`¬B"¿iœ3UfÜ% "
b"{ã(ÖC\x1D D─ÅÜ╝UëååÞ "
b"""
|\n
÷OÕVI}Ø▒a╝╩M/R
"""
b"""
}\n
ìl¤\O÷©kUç\e ͈
"""
b"})A\x1A mNOO«V\e ‹¨\x15 nf "
b"}c¢å·─GÉàz,®gZ\x15 a "
b"""
}\x7F @ó½VHQŠÊ]²þ}\n
–
"""
b"}ìWÉ5MG\x01 »Ûøü‰×\x07 ñ "
b"~D†µº„Lͬø‹²‘Â\x01 p "
b"~SWÝõËL@¬¾\x04 šB¨n/ "
b"~Äöã>ÞKõª(\x07\x01 -\x15 ç% "
b"\x7F H|4øsM0ìµ▒TÒaO "
b"ü½V½ƒªC\x16 ®ª·æ®█¸ï "
b"‚&--‚\@Ô¤¬›l\x02 ¡‰p "
b"‚Ø6>¦M,‡>¸¡tƒî‘ "
b"„jÓ8â˜HÁ¶I„ÌÚ"ÇG "
b"„vå’\x01 „E¶†ç¿¢\f pÑ– "
b"„•\x07 b%ÉL^’%ûÔ_øe\x02 "
b"äú└öVôCcì\x0F ýÍlçà\r "
b"ä╠VJoìBþ½└AÓÌ.Kâ "
b"„ãµlïóB\x04 ‰\x0F #·LþQ£ "
b"…\f ñ\x18 ôéG*–\x15 ¸Ð¤Hôb "
b"…sÖ…ÂfLR¸š‡æÃ)1\x15 "
b"๷E@¼C ØÄ└ig/╗³ "
b"†\x11 MÓðÇGü“š•:2Ü\x17 1 "
b"""
†}¿"\x04 fA±¯¼)M0\n
vq
"""
b"ç\x04 ╚;¸äA▄ëèrzJ╚É9 "
b"‡\x1F Èž©4Nûš#\x14 Ÿ%\x1D\x0E\x16 "
b"‡J\x15 /þúH¶£eÕ©\x06 ½s\t "
b"‡‰µôÒUB\x16 ¾µ\x1A âs¦Áv "
b"‡§T…\x05 ¤Jƒ›ŽTÝÐ…Œ` "
b"ê4÷?\x1E óN§ô├O¹┼¢Åï "
b"ˆ¤‚aÊ\v I:¸ëñü!6ôq "
b"ê├Ú§¶{Osú\x1C I1ì\x06\x01 ï "
b"ê╩\┌¯ÉGc¡╝?Ó┼\x1E ─ø "
b"ê╦õtÞAGü░\x02 îá┌╦0 "
b"‰~\x19 "YõD§µ{^\x07 î׻Π"
b"‰Ïx\x07 ø>Jq«¸Ñ:þÛC$ "
b"è┤Æf"\x01 I\e ¥3Áüø¦▀Ê "
b"ŠÎYìêÁAúª0ΛòKް "
b"ï²ñ▄à.FÕÅ«*\x06 2\èF "
b"ŒF\x16 ‰ƒ/Iï‘Ü\x19 EÝÈBl "
b"ì\x04 ╠R×qAdú\x1C EÙ\x18 ¬êZ "
b"ìd|í|\x08 Mâì¯úóFÐ.ù "
b"""
ìy\n
9ݺC>ÄZö$?vJP
"""
b"ìãu3¼tOrî\x0E õ\x14 ─▄\S "
b"ì═ÃX8·E@À¦3d\x04 ¼-A "
b"Ž\x01 ‡\x06 |7Næ’Ò‘§F¸èÉ "
b"Žƒð¼omF‰…ˆ"äŽ\x1E ™ç "
b"Ådı·¢dA\x1D ê¾»\x01 ºkUz "
b"Åæó½ åJ▓ÀcY\x00 ¹j6ã "
b"ÅÃð ·¶BʺÎ═\e\x12 ╩\x08 ı "
b"ÅÌ┌Êg'O█ía╗YäF\x1D ░ "
b"É»K╬}‗D éö®>\x10 lÔÑ "
b"æ0Í<üONfÉPo{ß3ñ8 "
b"‘ø“SJÁAú«è¯ø\x11 $Bò "
b"Æ\x12 ¯Ü╔├Bò©\e H╣üàKT "
b"’-¬ž\x0F ÑF\x1C õ¡\x01 ý\x03 Qì "
b"’£ëǯØB”¤Ä×Ü\x14 `\x1A « "
b"’¿è6%\t Hò¸4¬¾k\x19 u\x14 "
b"’Ý¡˜à‘AÖ‚¦Éá‡/XŽ "
b"’î݇\x1E ‚K,³k¤ð7|%Y "
b"ôÜ╣┴4BM$¢ì│ÍÛE§Ü "
b"”_æ\x1D\x03\x11 O¬P»ïŸ\x0F \² "
b"”…’Þ»°M-Ž’Hû_«~í "
b"""
•\f\x14 E.ƒFÁ™\n
r¹ò±ÚS
"""
b"–ÔA¢‘¸Gœ™e\x1D Wo(=È "
b"—ªçƒlÕAø¾Íy\v §9ß< "
b"—¬ÝnÅ–Hø‹\x17 ЉÆÖ\x08 b "
b"ÿ2D3bHªØFˤÜÑZ▒ "
b"˜“Í:7ŠF\x15 µ€:¶NBóÌ "
b"™©€§¼ÉNS²Æ\x10\f ÃK\x01 « "
b"™ÚÐ\x11\x18 @Jº˜°\x10 ©T©u¸ "
b"š,øÑY—C\x7F ‘´(9\x1A Reo "
b"Ü\î╦╔UJX¬6ëOì\r ë3 "
b"šjž¸CbO¶’*Uàtûçc "
b"›\v £¢ó³O[–\x7F n\x13 Ø\x1A ©— "
b"›f1ämJ¨žóhè\x17 Z=| "
b"›(@ܦCª°¥E½©e¼Û "
b"£\x1D g┤╔F+ÅDfÉ!þè░ "
b"œPíïØ+I˜„r\x1D ™\x02 df\x00 "
b"""
Ø*\x14 gW│Eí╣╗G\x1D ═«\n
┼
"""
b"ØÉ+e¦ÍGX╣óÔÖ└N³l "
b"د£º\x1E ØLä¡å║ù╣wiÒ "
b"×I\x1D "ÇìNÁøƒ\x17\x15 U╬µ\x16 "
b"×z<ÐáÂ@mìCí|»'Æ\x04 "
b"žÕ•€ÿ~H\x03 °…\ÿo“⤠"
b"ƒ&؃}xA¥òB¶Ø\x08 2\x1A à "
b"ƒáD{╝©K&¬Ån\x7F ·\t ╚ª "
b"ƒ®┬ÔbWDi½Ø0\x1E ½û~À "
b" m9\e úüCð®A`«ÅA? "
b" xã\x13 À\x02 E\f ¬ÏðHÇ2\x0E ¾ "
b" Ø|™1ä@I¤#oœa"Fx "
b"¢ŸÛ+©Ë@5¹aW\x07 S€xE "
b"¢È[›\x1E þI¨ \x05\x16 ï:ôÙº "
b"£\x00 \n }³´F$‰t†â=0ó\f "
b"""
ú¼\x1C *\n
wF£Éæ▓¥F*Ƥ
"""
b"¦…E$'‹A†ŸC.ñ«`-• "
b"ªÅÙ\e ¾¹BXèækïÇ3"\x17 "
b"ª┴A¨³ÀOÒÅOÑ\x12 {øû\x10 "
b"""
¦ÒÄ\n
LòB8²›mí\x10\x16 Ëæ
"""
b"¦ØÜø›ÛD]¬4ô\x1E ¿\x07 ž\r "
b"§*ù\x19 8 MQ–ÄÚ*\r 1Æ) "
b"§?vFµM\x17 ½•¶¯v‰©H "
b"§¬í™ÞÈN:µ\x1C þ§÷›Èñ "
b"""
©\n
æ²\x07 éN\t :hÍ&ª\x19\x06
"""
b"ª\x17 àRú¯OȲÑÝë·Øáà "
b"¬5\x18 sÌêHq░(þü§\x1A ıú "
b"¬y┤-/\x15 O©ç\x1E ÏîÏÅr░ "
b"ª²\x0F\x17 }ON\x07 Ÿ]$oéºD\x10 "
b"""
«ÔÅT\n
(B\x01 ƒÄãÖˆ^6\x7F
"""
b"¼\x0E ─ym@@×ëø¼kQfÅ7 "
b"¬ß›Ûg¨JÚ¢À¼k¬µ”b "
b"\x16 *¦õœL°ˆ¦?F¤êwý "
b"Yü,-øKœ¤\x18 ‘lŠÕʨ "
b"®föÑ´\x1A O³µ\x19 ý”Vט\x1C "
b"»▀ì╩ó]L5Üâô°@┤6A "
b"°à—œ‰¥A.‡aœÌ\x1F åH¡ "
b"±NÚ¬µ\x08 I¶»{ê&Õ‡0Ú "
b"▒{§oZ¡A▓Ø\x0E Õ Ï9Ä┌ "
b"±|\x0E úÈ\x1D @Ç·˜žHñ\x17 Ìk "
b"²\x05 ç-vpHƳ\x07 ì¢×8âä "
b"┤\]Or^D©äv7ü\x00 │┼´ "
b"´…K9½!F„€\x01 òš3\x19 >¹ "
b"┤ıÑ─9^O¨É▒¢×ø"òû "
b"µ?¨+é.N…·\x0F ÜкøœF "
b"µšü—ˆLB;‹\x05 ²„.(¼ö "
b"µÒfÓÿT@\x10 €\x08 ïðÇး "
b"¶v\x1C ÇÑÍOÿÐòÇÁT·" "
b"·{Ê6f\x02 Os‡úk7¸zÓ\x1F "
b"·ñ7sœ7LJ®jÇû®%Óù "
b"¸îgëî>M\x10 ›å„Ó7ò¨Ü "
b"¸öœ\x14\x13 uM\x1D ²jÕLe\x08 GK "
b"º\x01 >0A0@\v Œx'!•ó|c "
b"╗\x04 °┐!ZJü▓■°Ç°TK² "
b"»8”²HûA7Šj\x03 ØÔ©¢‘ "
b"»š\x08 äwôL:®ü\x03 ÆD\x1E ‰z "
b"»Ó\x19 ÁÌ>K\x1A ”:›W_U‰Ä "
b"¼\x07 >nŒ1G¡¨êb˜Péˆ' "
b"╝\x12 ï`É.NØ×NP┼º┤ë1 "
b"¼ãý³oåKô,X½î{(a "
b"¾K¬Jo\x0E @½£\x11 ï?Ü;8T "
b"¾žÜk!iF\x18 ŠÆWÚ§â×Á "
b"À\x13 ~mëÜLʽM½\x18 $ý\x17 "
b"À.Qq•“H,¸ÒB\x10 ’\x14 ¥& "
b"┴óɪAdL\x1A ä$g\x1E êZ\x0E H "
b"ÁÈç\x19 WŸ@é£3ôŽ•×\x14 õ "
b"ÁàõP×ÐOÁ±žHx\x07 )-& "
b"ÂTÇ¥\x06 J@»€]‚¥k}ç\x0E "
b"ÂhŽ\x1F ì&IÛ’\x08 p\x0F W\x1F T\x05 "
b"Ã{Y]÷5L¡¨Ýú›|ºmK "
b"─AÅ\f ╦bFóâº\x18 ╬!Y{U "
b"ÄÄ«q¾sDç´\x0F s–uBÄn "
b"Ç}®MVŠNb îó\x0F\t ,\x19 Ý "
b"╚K▓ÉÖ\x04 Iª×¿÷┌┐_\ç "
b"╚^█O╩!C§Évö¸2¯4r "
b"Èû÷\x1F ÒÆEÙ˜i!\x02 |\x1C ™‹ "
b"É9]Za@¨ºsÉÎÈrÊq "
b"Ê:\x12 ᯫD˜££/Û”×æó "
b"ʸv]\x00\x19 Mö¥¯¼sÁÑc¹ "
b"╦│1í:ÂKÍüHÍü╔æ¿R "
b"Ì\x0E é¿\x15\x18 E¢œEj“U\x15\x00 \ "
b"Ì_sꜻOÁ«.\r Çô™’· "
b"Ìq\x00 5¯]G\x14 ™¶É‡37…l "
b"ÌwÅÈó\I¬ŸÜ\r …\x06 Ç\x01 ñ "
b"╠{®ö╠\x0E M¦ìf─3iî│O "
b"Í÷5åA.Gþ™C9\x1C ÷\x11 Úp "
b"Î\x1C E6[ÐIb‡ìV\x05 °û´Ñ "
b"¤ÔcÈ`tMc¿\x13 üe?Dg■ "
b"Ð\x07 ¶Ü¢Æ@ã¡%º\f Dô´R "
b"""
Ð\x16 ÝÍ"ìOµ«Ž{Kc\n
S‘
"""
b"ðz»\x7F [ÉB{¡QÏE\x07\x06 ü╠ "
b"ÐÅ\x1E ÀÆþNé‡]ÌFIÈò) "
b"Ñi\x12 *&òE\x0E ´é•¹ä\r s\x7F "
b"Ò\x05 1¦\x00 ~Gœ£X?דª“Ê "
b"ÒGóÛæ\x1A IÓ‹RJ~ט²\r "
b"Ò‘|nh¬Do‰Ó옡yÕ@ "
b"ÊóD\x02 è@Jµü¬/\x1C ºPcm "
b"ÒÉÏÁ.êC,ƒßáÃh\x0E Z: "
b"ʶÖ\x13 Â‗AéüÞ▀ö;^~ "
b"Ë\x13 ÷ýØ\x7F IQƒTóÈâ.ú "
b"Ó\x19 ‚\x19 ï\x13 IBž1Ur\x12 k\x14 Þ "
b"Ó8ß……\x01 J+±ÂÈ\x0E\x04 Ì\x1A ¬ "
b"Ëý*þ%\x14 A4¥-?¾ É$é "
b"ÈF`Q·ÿO`╝\x13\x06 t·[\x10 ü "
b"ÖGèÕ)+N7ŽŽ:Œ|&\x08 7 "
b"Î▒ÉÏQýIÖ┤┬ÓÝñàª┴ "
b"×Í\x00 `T1AÇžMkH\n l0p "
b"Øš«`Ê\x07 Fκ~i\\x16 90ç "
b"Ï╩díÕ5Jê¢É»÷Cû¦3 "
b"ÏÍÖÛÎâLÝÿõ$╠Ìü?k "
b"Ù’Z\x7F\x10 ËMd’Þˆ©>}#< "
b"ÙÞip]³H€¼ÞU²¼a‡\x08 "
b"┘Ý╔bAþG0ÿ\x06 ºÅX9Ü\x18 "
b"""
ÚÀ³·ýVH¶ª\v +\x15 ˆ®\n
\f
"""
b"Üå«a[\x05 Dœ›=²™ˆö\x06 ú "
b"Ì7Ù█¾þIüíƒ╣ ªIj. "
b"ÌJ²?-\e IƒÅóìÍøo_c "
b"ÌRj´¹W@ìıÀıvvù« "
b"ßÍÃ"_¸N~²\v ~ñÏÉ»/ "
b"à:3\x12 †TF¾‘ÛÆÐ½ò‚8 "
b"à…²šýÝ@í§—\x19 9lÅ\x0F q "
b"àøÁ¼Q @“ŸN’H)¢êß "
b"áJ•Á–öIÑ©uê`\x1D\x03 ¿[ "
b"á•öuŽ·DÇ›¼yF—Þ*ç "
b"âŒkt'yD\x1E ´½\v }\f æNæ "
b"ã\x7F ÁyÏ\x1A Dl‚þm\x15 §DÅZ "
b"ãÆ“Ò\x1C HC{„ÿ\x04 +*©á9 "
b"ãÿ|nU\x1F K?ŽÊ\x1D /¢\x1C ™\x13 "
b"ä\e ø¯§v@¾–\x0F T´˜çLð "
b"åóg‚\x00\x01 C<¹óþ”ÌxRD "
b"ædÕ{\e UIš‡n9³èR¸à "
b"""
絿-¥\x7F L%ˆ\x15 À\t 9F\n
á
"""
b"çÌš\x17 Ž\v A¾¸š¦€"º™ý "
b"Þ°¼\x00 ╗\x1D NÅ╝IÔT\x12 ÚP( "
b"éIî³_°Ix”ËœIGðÈ… "
b"ë\r ®9À±E¡¥E\x05\t ¾·Ý+ "
b"때9HïJLºùFYÝw9\ "
b"ýCøe_╩I┐╗\x1E ûüéÂM╬ "
b"ì] 7ÀK3½\x04 ·RÅŽ€ "
b"ýÇ5L¼»G°ó®╦J■É'║ "
b"í’IeF¨A㔲ÓpfYÀ‚ "
b"ÝÜPbæ╔G(É|\x00 Ƶ\x00 æÍ "
b"í·ÁßC,Mš¥)Öq¢®\x08 • "
b"ݶhZ-vL▓Ø$9褮p\x12 "
b"Ý¸Ø \x04 LE»\x17 M ýDlÖ "
b"îGFÀ\x13 $N“€†ˆ'øÕŒ' "
b"d»ML\x0E ›1c´5’‰\x08 "
b"ï3× ‡µM\x03 Ÿ(Þ\x0E êÞ¬Ê "
b"´▓&¬\x10\x15 O±¬\x18 ¨öóéÉc "
b"ðˆMe|·ND«3\x0E rI¬1‰ "
b"𳽩1î@®²Œ\x1E ƒA×:$ "
b"ñqÄZdFDˆ½qÔ4\x0E W/@ "
b"ò?O\x7F ¡ãC‡—VA»@0â\x04 "
b"¶½òhX■H\x19 Ø»\x0F\x0F @ê\x08 º "
b"ôý½%:\x10 Iõ•äú¾¨e(Ø "
b"ö\x0E\x05 O¸r@í²øÁîèB\x04 ü "
b"öEò¨\x04\x08 BC¢6tÕf`IÎ "
b"÷ÊQ£¥=DKªVÖ30DaA "
b"øKCº&:M? KW\x08 4&ð‡ "
b"øˆ˜|;\x0F Iúœrd¶âÜ^\x1F "
b"°ð±`\x1F\x04 O\x0E ╝Bü@·åm\x0E "
b"³¸+üÍMH¹┐í\x17 ╔RÛ?N "
b"ý໕’ÄJº¹oLlL¾\x1F s "
b"þ±çañ´Oèž$"Ë\x00 Z+f "
b"ÿBaLAÈF¶‡%ÈV)ñ§· "
b"ÿz&;†ÊIÛ„Ì—þ96¾\v "
b"ÿ®$\x07 ^ Lzƒì[\r ݧÑH "
b"ÿá“\x02 ¦«EΧ\x1F w¡§{›â "
b"ÿò\³ÞÍM3ªùo\x0E d0y" "
]
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 (0x003144284EA0458EB5426CD7CCBD172F , 0x00423D158AAC4CE4B9E7B888389D1EA3 , 0x0074E3EF595946BE9777FA128E39292F , 0x0085A62E0B344898BFAB0CC8738DD7E2 , 0x00BA8F26990C48D692E61EE405D3976A , 0x00C7C904C1A84776A2FB254D6E9905A7 , 0x011F248B0B1842EB82CA76AAF2F0EE74 , 0x0190BF04FD21730D9FEEF834DEDF16B1 , 0x0190BF0506B9700C996B56C34489A4F3 , 0x0190BF05086673D2B194F395C9912E90 , 0x0190BF050A1F7339BBE4B48C18997806 , 0x0190BF050C2170B6AF6182B2AFC74B48 , 0x0190BF050E2272B481978D2EA59551EB , 0x0190BF05102E715F93579A1252E49030 , 0x0190BF05D2E270D09D0786568744D067 , 0x0190BF05D35F7077BFF190B7A56B3480 , 0x0190BF05D87D708196E7F0F304197090 , 0x0190BF05D9637156B54ABD1AAB9ECC87 , 0x0190BF05DA44720E8C69DC039B7E99D4 , 0x0190BF05DB23702FB2784E0F4E05C11C , 0x0190BF05DC0270DFAC7FA17574CCCE25 , 0x0190BF05DC0A73C0BF49F166F859DF2C , 0x0190BF05DC4770CD90962409A3A12F7B , 0x0190BF05DC8373EF9D06D9378E06DD04 , 0x0190BF05DC8B70E19AE10BBB68754280 , 0x0190BF05DC9273F7BD9632F7BF1EE8C6 , 0x0190BF05DCCF72929598D5F47309E945 , 0x0190BF05DD0C70F6ABBD727B06E7ABFA , 0x0190BF05DD4A736786A1209E9F6348A0 , 0x0190BF05DD8773EBA3A6BBDBC6F3FE83 , 0x0190BF05DDCF719CB0E6E18BFD380FCB , 0x0190BF05DE0C734484F743636F18ECFB , 0x0190BF05DEF673A997552643B2F59858 , 0x0190BF05DFD27055A0437D6DCF06F6B1 , 0x0190BF05E0B172A2934D69E48D5C36B7 , 0x0190BF05E12D71718EECBE4411F6E119 , 0x0190BF05E20E7186929E743B9D865F17 , 0x0190BF05E2F8719EAD1FC5C054DD72F8 , 0x0190BF05E3D371A6A8A01CD348E9ABFB , 0x0190BF05E4B070EAA266C09905A5DE38 , 0x0190BF05E55C72879D49286E9B7D6BD6 , 0x0190BF05E60672F99F2D98AB095C5E26 , 0x0190BF05E6B372FC909BD0520C96C4E9 , 0x0190BF05E6BB7363A8C2888F08E0940B , 0x0190BF05E6C371D193063A8F7BFF16D6 , 0x0190BF05E7027099B5432E835935FF13 , 0x0190BF05E74072B7A422CCBB8B2E7ED4 , 0x0190BF05E748732190E3BBCB33D49911 , 0x0190BF05E82A7141A771C9CAD27479FE , 0x0190BF05E90A7365A01875ABE84E24BB , 0x0190BF05E9B7716DB5A56ACF619CD33C , 0x0190BF05EA68702285D8DA9503C6974A , 0x0190BF05EB3170389DCC1E87FAD1E299 , 0x0190BF05EBE871EA96E636C531494F7F , 0x0190BF05EC9A723391B374B5C3092D42 , 0x0190BF05ED46704D8538E1D93B79FE0C , 0x0190BF05EDF0733B9D888A7980B92E2F , 0x0190BF05EE97702EBAEC74A6ABAC1428 , 0x0190BF05EF7D70B2864B4E98C2E3E232 , 0x0190BF05F06170C4A6498306566DAF25 , 0x0190BF05F14B7193ACBBA73E83F07E8A , 0x0190BF05F22D730C8A2B181A83B54F87 , 0x0190BF05F318715092F67F696ED11FEC , 0x0190BF05F3FA72578271EAD29098DB45 , 0x0190BF05F4E171A782D6A2FC3731F3FF , 0x0190BF05F5C3734695820FCEE08F4D41 , 0x0190BF05F60271A4BBBC3C7AA78BCFC0 , 0x0190BF05F64072E4A615025A1D34FA87 , 0x0190BF05F67E718298D85080536E0120 , 0x0190BF05F6BD71ED875BA7C83E14F814 , 0x0190BF05F79E725FAF6BBD680CD8DCDE , 0x0190BF05F87F72559D3C9C358F797F63 , 0x0190BF05F96070C8A34912B1BEFD16DB , 0x0190BF05F96771719AA824CEDE19A111 , 0x0190BF05F96E703090EF873CB445196F , 0x0190BF05FF897091BA14B155E8B75025 , 0x0190BF06007E7316A14FA1F22C8CF0A3 , 0x0190BF06016B72D583A93ABFE7A16377 , 0x0190BF060258713789BB6DF702DAC611 , 0x0190BF0604D171D9B025DF9BA0722988 , 0x0190BF0605B47146A50C8F7729AC4812 , 0x0190BF0606957266A66FE4DEBB2A41C7 , 0x0190BF0619D672EDAFE50DFD47171057 , 0x0190BF061AB572A08D7B55625DE62565 , 0x0190BF061B9D716699668CA6BE2821DE , 0x0190BF061C7C7061AD8F483BDE281457 , 0x0190BF061D6472FC9A1A5033542F9CAD , 0x0190BF061E3F736F82B0554D52F98D0C , 0x0190BF061F2A7284AF6C2FC680E9A661 , 0x0190BF06200C717992E2F61407F51849 , 0x0190BF06205373EFADD953C00E6465E5 , 0x0190BF062093722992ED1F5E6F51B26E , 0x0190BF0620D47164BB15C9115EDC0536 , 0x0190BF062114721AAD07F8BA0DE39CC2 , 0x0190BF0621F37236AC23C0CF8B12BDED , 0x0190BF0622D470B9BDE666659D69088C , 0x0190BF0623B4733E836723AAC74391D2 , 0x0190BF0624017257A4CECC1003F92288 , 0x0190BF06240973FDBA33F693A0E4E50A , 0x0190BF0624487114BDF2C536CF9338A2 , 0x0190BF0624877175BE2AD195D280D835 , 0x0190BF062649710391C94468E31C70F8 , 0x0190BF06268A728E93B9FD452AA69FC6 , 0x0190BF0626CB7123A006EC6E85E7E8E5 , 0x0190BF06271171F2854401DD4AB9D29C , 0x0190BF06275171278B71B361807DA1E4 , 0x0190BF06278F716FAFD8C5D79BE461C2 , 0x0190BF0627CD722E845469F8B14FE23A , 0x0190BF06280D7393BAD05F945EC706A3 , 0x0190BF06284B72EC93E672B73053656B , 0x0190BF0628CA732FA47035C3C8F0F34D , 0x0190BF06290972CC88EA9BDB79364012 , 0x0190BF06294B734EB01A6C25CA1C507B , 0x0190BF062AFD728BBD7FC8209CF4DF50 , 0x0190BF062B4272DB9B6A5B4C6F137912 , 0x0190BF062B8172AD8FB0A93083D41865 , 0x0190BF062BC1714FA8DC38D636A20BCC , 0x0190BF062C0273989AB91DB958C7438D , 0x0190BF062DD8725FA44A4AF51256EC6B , 0x0190BF062F9171B8B8A45FC3016FFEC3 , 0x0190BF062FD072938C634657F9615424 , 0x0190BF0630107147B50313AB1797D9E7 , 0x0190BF06305272EE8B2378513AE8CFC6 , 0x0190BF06309372C9B3BB10E5AA6BE571 , 0x0190BF0630D173F6A4F699DF164520C6 , 0x0190BF0632BC73B98C9B36DB86C41C98 , 0x0190BF0632FB7300B492CDD8E2F04C43 , 0x0190BF06333B71A6901E9B13E66467B2 , 0x0190BF06337B70E98AF92604E033E5B1 , 0x0190BF0633BB73439A1E39ACD710B3E3 , 0x0190BF0633FA7356B2494657E632B9F8 , 0x0190BF0635C27270843FF69116DFB7B3 , 0x0190BF06382072919101ECFB21FA73AE , 0x0190BF063AEF72A49971663EFD65C898 , 0x0190BF063BD873D7B4E3048C6814DC23 , 0x0190BF063CD473D2A6D1D3516568F08C , 0x0190BF063D137082BE4AE2A5DE84591D , 0x0190BF063D527045A1963BB1C41D9ED2 , 0x0190BF063D907210BFAD29CE602F2ED4 , 0x0190BF063DCE7116AA9335B182DA8757 , 0x0190BF063E0D71738C7A90B2526436FB , 0x0190BF063E4B715AB3F54F1C61B75B9B , 0x0190BF063E8970D1921B1DA6B0465BC3 , 0x0190BF063EC871BB8640539CB8DC8E0D , 0x0190BF063F077350B6E7F23C9D1AA0FB , 0x0190BF063F4572B88090C82F0DDCB062 , 0x0190BF063F837231B8EEA027B21FBD0A , 0x0190BF063FC1722FBAD362F32D1CF3A5 , 0x0190BF064000717294DC684C53A567FB , 0x0190BF06403F713587F8C9FFB98134B7 , 0x0190BF06407E720C9B63AEDA78DB8F62 , 0x0190BF0640BD73CE89A0316E2B4DB758 , 0x0190BF0640FD7062BB8F7EF4F50393AC , 0x0190BF06414171648BD2E22C3CE1FC2F , 0x0190BF06417F702C97F6C3C4491ED85D , 0x0190BF0641BD72589017A91069279016 , 0x0190BF0641FB707BA047D2060F9FF380 , 0x0190BF06423C73CBBCC17F6E7940E66F , 0x0190BF06424670C489EBD4111930B4D2 , 0x0190BF06424E7280B73C377BD8247AE5 , 0x0190BF06425570A0B22F89557511A62B , 0x0190BF06425D73F4BA4C7A177F723A88 , 0x0190BF0643D8732DB8464B2DD1757E45 , 0x0190BF06441B721A97765D2F903E7DA9 , 0x0190BF064468715F85CACCACC82FB214 , 0x0190BF06447071999B2E08945861A1EF , 0x0190BF0644B07375A712C16592F535CC , 0x0190BF06468E73A2B5D4DD6940390BCF , 0x0190BF0646CE712AB8CF73794B16C945 , 0x0190BF0647107295815CDB5EA9008F0E , 0x0190BF06474F72B99D359DCC03A599B6 , 0x0190BF06478D73E4AF6BA75A19242751 , 0x0190BF0647CD710FBAEC18EC34628284 , 0x0190BF06480E70B3A04B068F2ED41D27 , 0x0190BF06484E73418C6CABC3AAB2E7C7 , 0x0190BF06488F73B0A5AAE7083D8329CE , 0x0190BF0648D4706E8B55AAF2EADA3CC8 , 0x0190BF06491572BC87632C1F35DC19D4 , 0x0190BF06495B7346A4BC8D53115366C2 , 0x0190BF06499B7384A4BB22CD516C4EF6 , 0x0190BF0649DB70C39951D8599326F669 , 0x0190BF064A1970AFB98C05BAC76AA816 , 0x0190BF064A587082800691404927E1BB , 0x0190BF064DAD72C49323CD7267BB4585 , 0x0190BF064DB572E998EE717B4BC2379D , 0x0190BF0657F7738C87763EA9FB707CA6 , 0x0190BF06583570388F78E942276842C3 , 0x0190BF0658BC7130904B137012C5F645 , 0x0190BF0658FA715283B5BF64DFE0D704 , 0x0190BF06593D73FCB856B1852FD0EBE3 , 0x0190BF0659807000889280C76A43C023 , 0x0190BF0659C373ADB8A2D57F2C71FA01 , 0x0190BF065A04729DB3A44A6CF0D281CC , 0x0190BF065A4372C0AE73957567750787 , 0x0190BF065A8371D9B513EE792F24A7DD , 0x0190BF065AC3736481DF9022C4626521 , 0x0190BF065B03723CB8BB3CC168DBBC90 , 0x0190BF065B44712E9B2C800889A58988 , 0x0190BF065B887153B90F91E7720C4A6C , 0x0190BF065BC970A88E518EE79B062B34 , 0x0190BF065C1171DC87BC820CF9F6EFB4 , 0x0190BF065C5673B1809ABB5984CBCABF , 0x0190BF065C9A732B97EB3C8EB49A3435 , 0x0190BF065CD97399B3376CDD3B82447D , 0x0190BF065D1971EEA0F0319E56CC1EA8 , 0x0190BF065D607075BE76F42A648A6EC7 , 0x0190BF065DA07281879149CECB816A6E , 0x0190BF065DDF71E5BD9A5F49EA1CC2EC , 0x0190BF0664B173308DD0AD35389AC4CC , 0x0190BF0664F0739BB16668DE30AE7FB5 , 0x0190BF06652F70B7B65AB64C0F2AD260 , 0x0190BF06656D72B79BB70E84D64DAD8D , 0x0190BF0667477193A710DE693764D92F , 0x0190BF066A787090B8464890D061A66E , 0x0190BF066DD07153A30E0AEC649FB212 , 0x0190BF066E0E7126BD8C941DD308555C , 0x0190BF066E4C72F6A05BA5255542F1DC , 0x0190BF066E8972399760C61989079CFE , 0x0190BF066EC87064B82947EA404DF448 , 0x0190BF0670407270B7695FC445079BF6 , 0x0190BF067048729D916EE77D31E1A7E5 , 0x0190BF06704F70A78BECF7BE73CB84FD , 0x0190BF0670567191A28B4BE30E647721 , 0x0190BF06705E7199A26DE81DCFEBA284 , 0x0190BF06706571D792DB33DDCBCC483A , 0x0190BF06706D70D5826194021593D209 , 0x0190BF0670AA721FB6F46FA954E8D871 , 0x0190BF0670EC734093986EB99EAF6C1C , 0x0190BF06712A72CEBAF8BC95F07904BD , 0x0190BF067169728DBBCC2D27C2743174 , 0x0190BF06792973B99B1CB40888BB7A61 , 0x0190BF067931710B9F3E735FE8840CA5 , 0x0190BF06793972E2B07F68B560C9843B , 0x0190BF067A1C70CEBD556A184C522592 , 0x0190BF067B127219A1500904AB2847F5 , 0x0190BF067CA57247B784E420193E5837 , 0x0190BF067E2C72C7A11EDD21925FC627 , 0x0190BF067FAA7332A3FF7C124B431423 , 0x0190BF06813173A8B296819D152B9688 , 0x0190BF068212712BA77E565A7EAE04A2 , 0x0190BF0682F77061BDEA391F0CA82F4E , 0x0190BF068335721DA5B8C2116B844CC5 , 0x0190BF06837571EEA37B9A138A907B08 , 0x0190BF0683B571609F23F8C0DABA3F01 , 0x0190BF0683E772529A2A9319A27292B3 , 0x0190BF068499739EBEDA4CF163EE75A3 , 0x0190BF06854C7063A3AD1A0C205FDE35 , 0x0190BF0685F971CA8210506706C3E027 , 0x0190BF06878170E7A1B9A70EF83C58EA , 0x0190BF06878971ED881DE4CEA92A19A2 , 0x0190BF0687C771C3AF0C97193C3A3C0B , 0x0190BF068806728CBD1F3BBB541CD9FD , 0x0190BF06880E71F99177EFFDD1D3A6E5 , 0x0190BF068816703798779A943EBE6C2E , 0x0190BF06881E70B98E87952184E6A555 , 0x0190BF068A43700995621F677203D619 , 0x0190BF068A4B7264837A2586E9EF3293 , 0x0190BF068C3D7360B670D33BBA046EC8 , 0x0190BF068CEB71BD8853A36A0B2C9DFE , 0x0190BF068E71706EBCB658B8CD9C40AE , 0x0190BF068F577058B305D73428B9E32B , 0x0190BF0692FF72AE964645844156EAC3 , 0x0190BF06933B730E9AEA32E50C6FD416 , 0x0190BF06937671ABAF68B0E12B113385 , 0x0190BF0693B370EABB941F75D006CE10 , 0x0190BF0693F073809829310C56BD655B , 0x0190BF06940D7363B69489098F80CEC9 , 0x0190BF0694147146B2BCD5EC5F93D501 , 0x0190BF0694367059958212A12B8AE46B , 0x0190BF06945973259954CCAD92DB2303 , 0x0190BF069491707DB1D224549C6BD76E , 0x0190BF06949E71E9A85A4F4AB53F0764 , 0x0190BF0694D671D3A12022E99DAC0CC0 , 0x0190BF0694F870D486A6CD59A55D1621 , 0x0190BF06951A711B90255E3CBEA61832 , 0x0190BF06955D71E290689678A8AAAB88 , 0x0190BF0695D3730AA2BD948652FB9163 , 0x0190BF06964572238DE8E75A9F33E3CE , 0x0190BF0696B8721C8AB2430511336F67 , 0x0190BF0696F670698662984F000B28E6 , 0x0190BF0697697360903680C54A8F8A98 , 0x0190BF0697DD7384B93567F311FBA3C6 , 0x0190BF06981A73CD854F59D2EB26117A , 0x0190BF06982273E18932F1C0BB80B5A3 , 0x0190BF06982A706A93A2655E93640289 , 0x0190BF06986772B38204EFC3983D71D7 , 0x0190BF0698A472678FB64320BCE9D59E , 0x0190BF0698E57379B3182CD0323C710D , 0x0190BF069923724A9AB8EA2CD7EA672C , 0x0190BF06996270529F9DDB839E9AB607 , 0x0190BF0699A071729AAB70D2A74DB66F , 0x0190BF0699DE73879C34D727A0B303E6 , 0x0190BF06A4B87229B6528497A3913393 , 0x0190BF06CEEE72CAAAB36C187DF4141F , 0x0190BF06D1D173C9A620D014CB88CA82 , 0x0190BF06D2847037BBEF361140441CB9 , 0x0190BF06D47070AF89EFE4D1924FB937 , 0x0190BF06D67871ECA8B7AEEF58489AF1 , 0x0190EDAB663E73C78D00C07AE8CE6BDA , 0x0190EDAB664B728085635DAEE58F801D , 0x0190EDAB665772F89F21E4F648A5462D , 0x0191BB5A00CF71BE9F1EE6E479E18437 , 0x0191BB5A00E07039A73BFFC2922372A7 , 0x0191BB5A00EF72F6B7CDBEDC6B77F7A5 , 0x0191BB5A00FE702A8532BC1B5DF9FEA5 , 0x0191BB5A010C7048BF13D114042DBBBB , 0x0191BB5A011A71FC930C6162742C4B95 , 0x0191BB5A026F7266AF0A212EB92E2E57 , 0x0191BB5A03C37155B82719F3A0BCEC1E , 0x0191BB5A042E701FB66BBCA53C82C461 , 0x0191BCACBE9F7D5F87032D819AA2A9FB , 0x0191BCAD1AF676E8A68FF038AFC97F80 , 0x0191BCAD99C77BA18AF7CEE2D6E7ECC3 , 0x0191BCADFEE67CEEB9688F10F18E7697 , 0x0191BCAE49267AACA2A2DA7FBBD4F26C , 0x0191BCD061CF7B6A90AFE478EDE568F7 , 0x0191BD5EDD1F7F93A8B2127028AD5D2E , 0x0191BE8D9D247F17907413CEE3DE907F , 0x0191BE8EB0FC72B29F80AE2DD81A4158 , 0x0191BE9428137636B6A08CCF4C336A64 , 0x0191BE965003708FA03B308F1D7A64BF , 0x0191BE96E17B7FC3AC6BBBD128575FD8 , 0x0191BE97F5FB7D458EC6C193302F7E31 , 0x0191BE98C48A7C4CA5EA8E67DFF7C04D , 0x0191CBE546F87AB4A0D03B941E499428 , 0x0191CBE5A390771285A1A96DEDCFECF9 , 0x0191CBEB010B7D448716E89828DF8CE0 , 0x0191CBEB2DC7774396A9E38D1DE5D425 , 0x0191CBEBE01B78AD818E4FB5213B27D7 , 0x0192041ECDC072A1AC560A68E7F94CCC , 0x0192041ECDCD7192A41F4E78CAA15B7B , 0x01935897315D724387C61CA03AF85BFB , 0x0195B4E98DF1724C9F295C2783018CBA , 0x0195B4E98E0072E9A4201B3AA8738C5F , 0x0195B4E98E1172DFA52BDC56E1FD6D12 , 0x0195B4E98E1F70299B16D754B65F1B27 , 0x0195B4E98E2E73C5ABE2104F492AE3D0 , 0x0195B4E98E3D7057A7FB5115689D2A81 , 0x0195B4E98E4B73908ED3524C1A46746B , 0x0195B4E98E5A70E78C787DD9F141003B , 0x0195B4E98E6970A78FF199178D3971B6 , 0x0195B4E98E7C72B4ABA8829F2B4DCFAF , 0x0195B4E98E8D73C0B41B1EFF6FA38800 , 0x0195B4E98ED17316B6BBD6F1CCB3191B , 0x0195B4E990E672FFA518FB399404A4DD , 0x0195B4E990F573DDBE7FAB14FB55B6E9 , 0x0195B4E9910573139D80B910273A3272 , 0x0195B4E9911470C5AD8D8B4B9D47A03D , 0x030B56E9AC4A4B328DD2BC20975E77CF , 0x0393521B02324D60875A91CBAFC2E860 , 0x03C80C5C349644E4AD24AD6C2F1C7DA5 , 0x04739B36F7254B37B6F05463DB863F02 , 0x052D8FE1B3C54921B8FCF8FA04DCDA68 , 0x055EFDDA5CBE448AAF54068BB44DBD7C , 0x05B621A902C74D1EA8B8DCCF9CB323C5 , 0x064A4F0777C3478D86FF8D2134908D97 , 0x06CC54714B1F4680BF92F9255250D998 , 0x06E99F91B8EF4B6C8724B4F16912B37F , 0x0724B2D5A45C4EBAB4371A3229557A44 , 0x07D5F82C2548466C8FD91E4B4B74D3F9 , 0x080FA2F79B3C4169A27DA37CCAEB4D07 , 0x08E3E030B10C4F8899B3F0F40F43586B , 0x09BF8AF4A3D4453197B6DEC81E8D3042 , 0x0BD64FB7F9B34C3AACEE3B8C7DF32046 , 0x0C3B47AF3A094211916247EA212182F0 , 0x0D0336D5313E43F0B885C74928240E5C , 0x0D1217ACE7794669B8A5426ECF293393 , 0x0D4B984D18814AA2ABE63DD97B3F439F , 0x0D66F048F33746BF93B4FFBC37746831 , 0x0ED4B02F49D74281A60F5D7D6AFD04B3 , 0x0FD795E1BE9243FE9FDA1F47E572965C , 0x0FD7EF0B52F0471A954CEE7C9312F203 , 0x0FFD51E02CD44E8781879D88860B0D40 , 0x10F70F4157C9454CA714BF59061DEC38 , 0x13DA3F0F4E614E5D8567B021C2200D40 , 0x1419F8ACEACD4B4C9F0AB495A475BE17 , 0x1425BB2C46C04F6E9AA78744ADB193DA , 0x14A044A66C5047038CB2661A6D5429A2 , 0x1637BD276AFC413D891FD5D325A7CB7E , 0x163E4D9355C14B638693A942192D7BED , 0x16AD7AAA1A0847319F468D7ECE5F3C47 , 0x188393A95F7F4BB79CA4B880E0B2FD18 , 0x188F9CDE0AD941A5854026B30CB2B34A , 0x18EBCD30F8394CB18586D66F6336AF66 , 0x19C756114B3240CE82F4EB51DBEED276 , 0x1A1BF60A4F284B41917A9B3950FA24B8 , 0x1A6934A9D54D43FBA12AD6589F50DDB6 , 0x1AA7A230951D459FA02415BD40A5F005 , 0x1B0377E0545D47A0AE2D9CF7EFE7A556 , 0x1BAB8949F5D04FF3966F9BEA5FA16532 , 0x1C9D5B3F8C9447759E4FA7E042DF1FDF , 0x1CCD8F38BCE44C5BAE4983B08E0D9E1E , 0x1CE3A5E58DF44842AF2E0C9B0D56775D , 0x1D6F1F3E5ED347498AABF18EA963B3D6 , 0x1D9E444751414EBFAE69B30DE92A048F , 0x1DF6EE38FE5B4DFFABC9A78377AD61DE , 0x1F287CEA8E374B67A787763160C4574F , 0x1FFBDE8689A347AAAF7FF6B2F44753B2 , 0x206F2A888B39403F9CD03544D70DAA88 , 0x208265EB22CD4455B4328C5B39B8CB51 , 0x208824F00E4840CC90C3AAE57E5177E6 , 0x216B853EB4EA420185E9D90ACE3F1F95 , 0x22317476FB474D3CB478A6ADD41270D4 , 0x239C1603E3F64FB990CF7A82059A6F47 , 0x23C42AD52223427DA1D72C65A0B13CE2 , 0x23D9660269124894A12616093EEE5F25 , 0x23EFCD014F434F68A4C5565865CA18D3 , 0x25E2856280C748238FECA46D3D10D719 , 0x25F9E4E760CD44159BD4BB5C6FF621D1 , 0x262AFD4D8B3D4355B9BEBC7ECCC52F4C , 0x265AA64184D74520BC5A24544D8DA41B , 0x265C311723EF426F8F380944BC5E6299 , 0x2846398E55B74FF3A74E3BC31621A9F5 , 0x28CB7B0FA92E45B8964080DE2A527507 , 0x29330B07A5714CB39CD3FFB6648704E4 , 0x299BCE9C1AB14328BDD4000308980A3C , 0x2A594A7B27904C7789C822873C5AF099 , 0x2A6D9562DA3E4F92ABB56E9691555D31 , 0x2AFE607553AA4BBB8D4A82CEE262DF8F , 0x2C5CA3AD58034C20B8EC9C7451EC2854 , 0x2C9CDB39C6BA4DCA8BD51EA48CD1970E , 0x2D28942B3E664DBBA1B8CE617DC0BB1B , 0x2DBD3C60C3FF414BB78900DE347E0356 , 0x2E9F607B0EFE4DD39ABF17DE607FE5FB , 0x2F261741CBDD40AA9E77ED5382F37608 , 0x2F4301B9B9714D3CB499E9156DDEC5A9 , 0x2FB41C1A51634F9DA0136A578C453C5E , 0x303B5822DBFD46AB82C18016E5F74261 , 0x30489EB1AF6540CF8EA0ECF56F9DD1EA , 0x3086F419BB6B427F97231CD532AC2DBB , 0x31BA43BE530F4ED5B41883BA2EF0FB1C , 0x32192E82E2034CC9AF2C5BBD0BCE1128 , 0x321D2431C7684A828D7C9AD81FBBA1B5 , 0x329D3D59DDC8494EB39A4B9A1CE1B128 , 0x32F2303F72FB4A87957452C651BF3DAA , 0x34B99CCAC9884AA4884717963188F8CE , 0x34BA8EE1E3ED4A1CB7D9BD669A9BBB87 , 0x34D530559E1A44B08945B93BA7FF46C9 , 0x35E925D7EE1E4684B38325E1DFB90D91 , 0x3621F9F359684FA2A0F1512D53D9A68F , 0x36C29C8A033645EBA1014E4C7E4B8E03 , 0x37D19B2DE22842F7B4EF0382F0C96FED , 0x382A17120AE8432C8A0D8363D6E15890 , 0x38FEC6D3CD8E4A959E3366A753D04784 , 0x390912DF6170423CAF55A56326A1CC2E , 0x3978CD0BF6E24017B385572443D0917D , 0x39A012CD112E436993ADBDA8785444D5 , 0x3A66A420C34440FDBDA8D54496BC9DE1 , 0x3A69F7145A834B85BAFCD98C253F513A , 0x3AB873D8B2B94204A4517BDBADD4CD0C , 0x3B1367576AEA479680B3BA2508B7D5B6 , 0x3B8788404393440A990FA8D81A790F64 , 0x3BA97A94F33744AD834613B5F150E38A , 0x3C67412DCC47488BB3E2F561ADF0CB31 , 0x3C95C21D0EDB436DA3C2CE4D2CBBBDC3 , 0x3E27860C96914835A6FEFD1F5030EC96 , 0x3F2FE5DA3663403D925CE65BCAD216A8 , 0x3F78768DCACC4CACB76110887C6BECE6 , 0x3FFD4E55D89C44A280388E9E773D3462 , 0x403A39574BFD4D5F9F30EA3F9BBD585D , 0x408DD36A98164D85B5F71B6AB0B26F23 , 0x4181CEEFC4834A45B2E2F78AA2E1ACE2 , 0x42058586D29B40FBB1E2654D7A1E424A , 0x422AB67E612B45368EE61266DBAE36DA , 0x42628BB2BAB24B4F94674E0C1A37F274 , 0x43DC702BC54D412DABB105BCA7456E52 , 0x445C43BDFAA04ABE89F7153A24AF7E6D , 0x445DF44D644F4E1FAB90A654B92ED561 , 0x44D4A2E5000B467E912C722DC19D1FC7 , 0x4502394749724A639B12362C91AFA86C , 0x450B8D6FA6D943A7AD4C7E1AAFAC7569 , 0x45657263BCDD419AA9232B1C1084129C , 0x46C8557546D94F21868CDEB11434A86F , 0x47E06FB80EBA4CECBD3DBF4E36CBF3EF , 0x47F106B68B614B8195C98FE6D53A3938 , 0x48459A9089E34F05BE401824C5C352EF , 0x49A4AAE330E54918BE19215ED9BF69EC , 0x4C18A8759D1B4301B4D01C3DD3E0FA66 , 0x4D3AB71183D347BA85F2872ABE55F147 , 0x4D6E53AD88F04D71A0F12159187AF8D6 , 0x4E63EC0337204D9BA95D94E7B64E3EAA , 0x4E904B0A8F3E4DD6922F0E20048D0124 , 0x50ADF776838A46CEB2DFD22E3A2BB070 , 0x51C58554933540C09F8A40149D3E12D2 , 0x52CFF8B971EC4C77906DCB8694E8FC37 , 0x547359E968264035B0BC4F7AE21F2777 , 0x54C43C6909EE44E6BE46B261A95C9F92 , 0x54E1DA5EF94544F6AD52080001C48389 , 0x55633DE42B6545A08D6119312DEAB026 , 0x556DF6AE3EDF4E6C86767BA4181C47D5 , 0x557DA8F6E7A2463983E4D62E69725370 , 0x56D7A65B452744C4B0BB4B73B13F6DDB , 0x571A05C7399348369AA3AAF8C19EE3A2 , 0x5780A2E8797A405BAE8A324A06D9B4C7 , 0x58CB494BDD5049B798DFD9B160E30691 , 0x5966C10CE39F4119B97BF891C2A6D3C2 , 0x5B1D02E20B7A4B7998CFEEA762A7C880 , 0x5D1EC8EFBCBA4394A8FF60BAE91FC1E0 , 0x5D2E900E3C3647D5B38D77578AF6F796 , 0x5D40A858CF8847388FA67CD3148C7E64 , 0x5E51A7A8F1A648B186629B55C873F9F2 , 0x5E611B7DCFDD4DD1B134004CB7200BB1 , 0x5FE0DA45181548E6972F9BF1DDCB1F70 , 0x60A0E7C6222B419D898B90BA1DEBA4D8 , 0x61325D998E0E47A08B2E76C514474A62 , 0x627E689485DD49579CAE5AF210989BE3 , 0x62828627A8D549B58E250D7395D16FC1 , 0x6325AF9DE9C9443B953EC4EC04E578E9 , 0x63910483B87143EBABB03119E9882D77 , 0x642A3D697F4C4CE1BCFDDA506050CF17 , 0x64F7F347DA504FBFA041DEA963DE5F42 , 0x6543B7EFE9EF4A0495078D6E15CBC2A3 , 0x6590E00AAFF7487AB7475DDF96B93171 , 0x65DE2445C364429DA58685D0621CD279 , 0x662B4AB6D3234149B351FAD2043DE360 , 0x66CACAFB09E743CD8912E3E7467E2BBF , 0x66F21AFFB5E7403EAE20313787709179 , 0x6751AE3275F74B2197CAE4269A1155A9 , 0x67C14BF61FC9461F8169C5038965C143 , 0x6891AF7749A7414490AA6D31B448A7C5 , 0x68F26E84CCB8427CBACEFF0DE290F739 , 0x69171F171305469E870E121EFC2A7392 , 0x6ABFA53011B64859AA58BC403D44BD83 , 0x6AD945A527024222B9C95208CB93D2DB , 0x6C11817B42A649F6849CED08EAEF86FD , 0x6CF91444EA564A8DA1721004CFE90E0F , 0x6D035BAB097F46298F5BBDCB2F034D47 , 0x6D8666F6A1394740B8E7E73DE8A45E8D , 0x6E8AE413A785450BB34ADFD5EC900E3C , 0x6EB7AE3772DA4F2794036155A466F3BE , 0x6EE46C8B84D24E958FF89449F9E3E6D1 , 0x6FACCD9E79B64B7498B94E75F02A4F85 , 0x6FF44B7EC0EE45F7ACA96BD1E7FCE922 , 0x7027944F55F14F329541A5BA663FFF0D , 0x7099BB0ADB4B43B594AB574CF2A1309F , 0x70ED169315424293B4B7FB5D7BDCB6A4 , 0x71CD80A590A143C79A5708C795D2C299 , 0x72B19E9844FB4690ABBD0CCB1B11915F , 0x7309A717857D4D28AC7506C26EA99602 , 0x733C7F5403684963B4F794C56AABB89A , 0x73DEC9C61E4949F4948572BC293E1897 , 0x74AE68890BDE4D7D8044855D8398D8C1 , 0x75AD0F4BD2564BDEB337C106BD7D54B2 , 0x75B4E03477764B35BC73B8CB71E20350 , 0x75EBA347883648B2BBB1311A9BE2CAF4 , 0x7655F8BDE9234FA7BF836306ADF552B1 , 0x76BEA09BFE1A43FFBF13DF3CA681B389 , 0x76C4D947593B4F10A22CE53D9FB83FE0 , 0x76DB8AA07064429E97E3FDE57B9BC126 , 0x771BF1F37A3140B2937A73FC1645F67B , 0x7783213E3B5243729F345DEC5275955B , 0x78C0C7294F194490B9F6F1F490FFADC9 , 0x79CD9EF1B33942E78A9E8D670B78EC7E , 0x7A52E227B84A4AA3AFFFF4DB7B3153EA , 0x7B401E5F60AC4222BF699C335566DC25 , 0x7BC62899431D44C48F9ABC55898686E8 , 0x7C0AF64FE556497D9DB161BCCA4D2F52 , 0x7D0AEC6CA45C4FF7A96B55E71BCDAD88 , 0x7D29411A6D4E4F4FAB561B8BA8156E66 , 0x7D63BD86FAC44790857A2CA9675A1561 , 0x7D7F40F3BD5648518ACA5DB2FE7D0A96 , 0x7DEC57C9354D4701BBDBF8FC89D707F1 , 0x7E4486B5BA844CCDACF88BB291C20170 , 0x7E5357DDF5CB4C40ACBE049A42A86E2F , 0x7EC4F6E33EDE4BF5AA2807012D15E725 , 0x7F487C349B734D308DB6E6B154E3614F , 0x81AB56AB9FA64316A9A6FA91A9DBF78B , 0x82262D2D825C40D4A4AC9B6C02A18970 , 0x82D8363EA6AD4D2C873EB8A17483EE91 , 0x846AD338E29848C1B64984CCDA22C747 , 0x8476E592018445B686E7BFA20C70D196 , 0x8495076225C94C5E9225FBD45FF86502 , 0x84A3C094569343638D0FECD66C87850D , 0x84CC564A6F8D42E7ABC041E0DE2E4B83 , 0x84E3B56CEFF34204890F23B74CFE51A3 , 0x850CF118F4E9472A9615B8D0A448F462 , 0x8573D685C2664C52B89A87E6C3293115 , 0x85FBFA4540AC43209D8EC069672FBBFC , 0x86114DD3F0C747FC939A953A32DC1731 , 0x867DBF22046641B1AFBC294D300A7671 , 0x8704C83BF78441DC898A727A4AC89039 , 0x871FC89EA9344EFB9A23149F251D0E16 , 0x874A152FFEFA48B6A365D5A906BD7309 , 0x8789B5F4D2554216BEB51AE273A6C176 , 0x87A7548505A44A839B8E54DDD0858C60 , 0x8834F63F1EA24EF593C34FFBC5BD8F8B , 0x88A48261CA0B493AB8EBF1FC2136F471 , 0x88C3E9F5F47B4F73A31C49318D06018B , 0x88CA5CDAEE904763ADBC3FE0C51EC49B , 0x88CBF0E474E8414781B0028CA0DACB30 , 0x897E192259F544A7B57B5E07EED7BBCE , 0x89CF7807F83E4A71ABB8D13AFEDB4324 , 0x8AB492662201491BBE33B5819BDDDFD2 , 0x8ACE59ECEAC141FAAA30CE9BF24B8EB0 , 0x8BFDA4DC852E46E58FAE2A06325C8A46 , 0x8C461689832F49EF91DC1945DDC8426C , 0x8D04CC529E714164A31C45EB18AA885A , 0x8D647CA17C084D838DEEA3A246D12E97 , 0x8D790A39EDA7433E8E5A94243F764A50 , 0x8DC67533AC744F728C0EE414C4DC5C53 , 0x8DCDC75838FA4540B7DD336404AC2D41 , 0x8E0187067C374EE692D291A746B8E8C9 , 0x8E83F0BC6F6D4689858822E48E1E99E7 , 0x8F64D5FABD64411D88F3AF01A76B557A , 0x8F91A2ABFF864AB2B7635900FB6A36C6 , 0x8FC7D020FAF442D2A7D7CD1B12CA08D5 , 0x8FDEDAD267274FDBA161BB5984461DB0 , 0x90AF4BCE7DF244FF8294A93E106CE2A5 , 0x9130D63C814F4E6690506F7BE133A438 , 0x91F893534AC141FAABE8AFF8112442F2 , 0x9212EE9AC9C34295B81B48B981854B54 , 0x922DAC9E0FD1461CADF5A101FD0351EC , 0x92A3EBC7AFD84294A4C4D7DC14601AAB , 0x92BFE836250948F2B834ACBE6B197514 , 0x92DDA198E09141D682A6C9E1872F588E , 0x92EEDD871E824B2CB36BA4F0377C2559 , 0x939AB9C134424D24BD8DB3D6EA45F59A , 0x945FE61D03114FACAD50BBEF9F0F5CB2 , 0x948592DEBBB04D2D8E9248FB5FAB7EED , 0x950C14452E8346C1990A72B9F2B1DA53 , 0x96D441A291B8479C99651D576F283DC8 , 0x97AAE7836CD541F8BECD790BA739DF3C , 0x97ACDD6EC59648F88B17D089C6D60862 , 0x9832F044336248A69D46D3CF9AA55AB1 , 0x9893CD3A378A4615B5803AB64E42F3CC , 0x99A980A7BCC94E53B2C6100CC34B01AB , 0x99DAD01118404ABA98B010A954A975B8 , 0x9A2CF8D15997437F91B428391A52656F , 0x9A5C8CCBC9554A58AA36894F8D0D8933 , 0x9A6A9EB843624FB6922A55E074FBE763 , 0x9B0BA3A2F3B34F5B967F6E13D81AA997 , 0x9B6631C3A46D4AA89EF368E8175A3D7C , 0x9BAD2840DCA643AAB0A545BDA965BCDB , 0x9C1DF067B4C9462B8F44669021E78AB0 , 0x9C50EDEFD82B499884721D9902646600 , 0x9D2A146757B345A1B9BB471DCDAE0AC5 , 0x9D902B65DDD64758B9A2E299C04EFC6C , 0x9DEE9CA71E9D4C84AD86BA97B97769E3 , 0x9E491D22808D4EB59B9F171555CEE616 , 0x9E7A3CD1A0B6406D8D43A17CAF279204 , 0x9ED59580FF7E4803B0855CFF6F93E2A4 , 0x9F269D9F7D7841BE9542F49D08321AC7 , 0x9FA0447BBCB84B26AA8F6E7FFA09C8A6 , 0x9FA9C2E262574469AB9D301EAB967EB7 , 0xA06D391BFAFC43F0AE4160C2ABC5413F , 0xA078E313C002450CACCFF048C7320EBE , 0xA0D87C9931E44049A4236F9C61224678 , 0xA29FDB2BA9CB4035B961570753807845 , 0xA2C85B9B1EFE49A8A00516EF3AF4D9BA , 0xA3000A7DB3B44624897486E23D30F30C , 0xA3AC1C2A0A77469C9091B2BE462A92CF , 0xA6854524278B41869F432EF1AB602D95 , 0xA68FEB1BF3FB42588A916B8B80332217 , 0xA6C141F9FCB74FE38F4FA5127B9B9610 , 0xA6D2C40A4CF24238B29B6DED1016CBE6 , 0xA6D8DCF89BDB445DAC34F41EBF079E0D , 0xA72AF91938A04D5196C4DA2A0D31C629 , 0xA73F76AD46B54D17BD95B6AF7689A948 , 0xA7ACED99DEC84E3AB51CFEA7F79BC8F1 , 0xA90AE6B207E94E09AD3A68CD26AA1906 , 0xAA17E052FAAF4FC8B2D1DDEBB7D8E1E0 , 0xAA351873DE884871B028E781F51AD5A3 , 0xAA79B42D2F154FB8871ED88CD88F72B0 , 0xAAB20F177D4F4E079F5D246FE9BA4410 , 0xABD4C5540A28420183C4E3D6885E367F , 0xAC0EC4796D40409E899BAC6B51668F37 , 0xACDF9BDB67A84ADAA2C0BC6BACB59462 , 0xAD162AA6F59C4CB088A63F46A4EA77FD , 0xAD59FC2C2DF84B9CA418916C8AD5CAA8 , 0xAE66F6D1B41A4FB3B519FD9456D7981C , 0xAFDF8DCAA25D4C359A8393F840B43641 , 0xB0E0979C89A5412E87619CCC1FE548A1 , 0xB14EDAACB50849B6BB7BEA26D58730DA , 0xB17BF56F5AAD41B29D0EE5FFD8398EDA , 0xB17C0EFAC81D40C7B7989E48F117CC6B , 0xB205E72D767048C6B307ECA2D738E2E4 , 0xB45C5D4F725E44B88476378100B3C5EF , 0xB4854B39BD2146848001F29A33193EB9 , 0xB4D5A5C4395E4FF990B1BD9E9B229596 , 0xB53FA82BE92E4E85B70FDCD0BAF89C46 , 0xB59AFC97884C423B8B05B2842E28BCF6 , 0xB5D266D3FF5440108008EFF0C7E180B8 , 0xB6761CC7D1CD4FFFADD0F2C7C154B722 , 0xB77BCA3666024F7387FA6B37B87AD31F , 0xB7F137739C374C4AAE6AC7FBAE25D3F9 , 0xB8EE67EBEE3E4D109BE584D337F2A8DC , 0xB8F69C1413754D1DB26AD54C6508474B , 0xBA013E304130400B8C78272195F37C63 , 0xBB04F8BF215A4A81B2FEF880F8544BFD , 0xBB3894B248FB41378A6A03D8D4A9A291 , 0xBB9A08E477F44C3AAEFC03C6441E897A , 0xBBD319C1CC3E4B1A943A9B575F5589C4 , 0xBC073E6E8C3147A1A8EA629850E98827 , 0xBC128B60902E4E9D9E4E50C5A7B48931 , 0xBCE3FDB36FE54BF4AD2C58BDEE7B2861 , 0xBE4BAC4A6F0E40BDA311EF3FDC3B3854 , 0xBE9EDC6B216946188AC657DAA7E2D7C1 , 0xC0137E6DEBDC4CCABD4DC2BD1824FD17 , 0xC02E51719593482CB8D242109214A526 , 0xC1A290A641644C1A8424671E885A0E48 , 0xC1C8E719579F40E9A333F48E95D714F5 , 0xC1E0F550D7D04FC1B19E487807292D26 , 0xC254C7A5064A40BB805D82A56B7DE70E , 0xC2688E1FEC2649DB9208700F571F5405 , 0xC37B595DF7354CA1A8DDFA9B7CBA6D4B , 0xC4418F0CCB6246A283A718CE21597B55 , 0xC4C4AB71BE7344E7B40F73967542C46E , 0xC77DAE4D568A4E62A0EEF30F092C19DD , 0xC84BB290990449A69EA8F6DABF5F5C87 , 0xC85EDB4FCA2143F5907694F732EE3472 , 0xC8FBF71FD2C645D9986921027C1C998B , 0xC9395DAD5A6140A8BA73C9CEC872CA71 , 0xCA3A12E1AFAB4498A3A32FDB94D7E6F3 , 0xCAB8765D00194DF6A5AFBC73C1D163B9 , 0xCBB331A13AB64BD68148D681C991A852 , 0xCC0EE9BF151845A29C456A935515005C , 0xCC5F73EA9CBB4FC1AB2E0DC7F49992B7 , 0xCC710035AF5D471499B6C9873337856C , 0xCC77C5C8F35C49AC9FDC0D8506C701F1 , 0xCC7BA994CC0E4DDD8D66C433698CB34F , 0xCDF735E5412E47FE9943391CF711DA70 , 0xCE1C45365BD0496287EC5605B0FBB4D1 , 0xCFE263D460744D63A81381653F4467FE , 0xD007B6DCA2C640E3A125BA0C44F4B452 , 0xD016DDCD22EC4FB5AB8E7B4B630A5391 , 0xD07AAF7F5B90427BAD51D845070681CC , 0xD0C51EC0C6FE4EE9875DCC4649C8F229 , 0xD169122A26F2450EB4E995B9E40D737F , 0xD20531A6007E479CA3583FD793AA93CA , 0xD247F3DBE61A49D38B524A7ED798B20D , 0xD2917C6E68AC446F89D3EC98A179D540 , 0xD2A244028A404AE681AA2F1CA750636D , 0xD2C9CFC12EEA432C83DFE1C3680E5A3A , 0xD2F49913B6F2418281E8DFF0943B5E7E , 0xD313F6EC9D7F49519F54A2D4832EF0A3 , 0xD3198219EF1349429E315572126B14DE , 0xD338DF8585014A2BB1C2C80E04CC1AAC , 0xD3EC2AE725144134BE2D3FF320902482 , 0xD4466051FA984F60BC130674FA5B1081 , 0xD647E8D5292B4E378E8E3A8C7C260837 , 0xD7B190D851EC4999B4C2E0EDA485A6C1 , 0xD7CD0060543141C79E4D6B480A6C3070 , 0xD89AAB60CA0746CEBA7E695C163930E7 , 0xD8CA64A1E5354A88BD90AFF64396DD33 , 0xD8D699EAD7834CED98E424CCDE813F6B , 0xD9925A7F10CB4D6492DE88A93E7D233C , 0xD9DE69705DB34880BCDE55B2BC618708 , 0xD9EDC96241E747309806A78F58399A18 , 0xDAC0B3B7FD5648B6AA0B2B1588AE0A0C , 0xDCE5AB615B05449C9B3DB29988F606FA , 0xDE37EBDBF3E74981A19FB920A6496A2E , 0xDE4AFD3F2D1B499F8FA28DD69B6F5F63 , 0xDE526AEFFB5740F08DD5B7D5767697AE , 0xDFCDC3225FB84E7EB20B7EF1CFC9BB2F , 0xE03A3312865446BE91DBC6D0BDF28238 , 0xE085B29AFDDD40EDA79719396CC50F71 , 0xE0F8C1BC512040939F4E924829A2EADF , 0xE14A95C196F649D1A975EA601D03BF5B , 0xE195F6758EB744C79BBC794697DE2AE7 , 0xE28C6B742779441EB4BD0B7D0CE64EE6 , 0xE37FC179CF1A446C82FE6D15A744C55A , 0xE3C693D21C48437B84FF042B2AA9E139 , 0xE3FF7C6E551F4B3F8ECA1D2FA21C9913 , 0xE41BF8AFA77640BE960F54B498E74CF0 , 0xE5F367820001433CB9F3FE94CC785244 , 0xE664D57B1B55499A876E39B3E852B8E0 , 0xE7B5BF2DA57F4C258815C00939460AE1 , 0xE7CC9A178E0B41BEB89AA68022BA99FD , 0xE8F8AC00BB1D4E8FBC49E25412E95028 , 0xE949EEB35FB0497894CB9C4947F0C885 , 0xEB0DAE39C0B145A1A5450509BEB7DD2B , 0xEB958C3948EF4A4CBAF94659DD77395C , 0xEC439B655FCA49BFBB1E968182B64DCE , 0xEC5DA037C0AD4B33BD04A0B752C58E80 , 0xEC80354CACAF47F8A2A9CB4AFE9027BA , 0xED92496546A841E394B2D3706659C082 , 0xED9A506291C94728907C0092E60091D6 , 0xEDB7C1DF432C4D9AA529D671A2AE0895 , 0xEDF4685A2D764CB29D24398ACFA97012 , 0xEDF79D20044C45B6AF174D20EC446C99 , 0xEE4746C013244E9380868827F8D58C27 , 0xEEA28264BB4D4C0E9B3163B435928908 , 0xEF33D72087B54D039F28DE0EEADEACCA , 0xEFB226AA10154FF1AA18F994A2829063 , 0xF0884D657CB74E44AB330E7249AC3189 , 0xF0B3BDA931EE40AEB28C1E8341D73A24 , 0xF171C45A64464488BD71D4340E572F40 , 0xF23F4F7FA1E34387975641BB4030E204 , 0xF4AB956858FE48199DAF0F0F408808A7 , 0xF4FDBD253A1049F595E4FABEA86528D8 , 0xF60E054FB87240EDB2F8C1EEE84204FC , 0xF645F2A804084243A23674D5666049CE , 0xF7CA51A3A53D444BAA56D63330446141 , 0xF84B43BA263A4D3FA04B57083426F087 , 0xF888987C3B0F49FA9C7264B6E2DC5E1F , 0xF8D0F1601F044F0EBC428140FA866D0E , 0xFCF72B81D64D48FBBFA117C952EA3F4E , 0xFDE0BB9592C44ABAB96F4C6C4CBE1F73 , 0xFEB1E761F1B44FE89E2422CB005A2B66 , 0xFF42614C41C846B68725C85629F1A7B7 , 0xFF7A263B86CA49DB84CC97FE3936BE0B , 0xFFAE24075E204C7A83EC5B0DDDA7D148 , 0xFFE19302A6AB45CEA71F77A1A77B9BE2 , 0xFFF25CB3DECD4D33AAF96F0E64307922 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
91
1.97 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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `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` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) AS `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) AS `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) AS `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name AS `property_group_option.translation.name` , `property_group_option.translation` . position AS `property_group_option.translation.position` , `property_group_option.translation` . custom_fields AS `property_group_option.translation.customFields` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `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.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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` 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` . title AS `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId` 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"^Q§¨ñ¦H±†b›UÈsùò "
b"^a\e }ÏÝMѱ4\x00 L· \v ± "
b"_àÚE\x18\x15 Hæ—/›ñÝË\x1F p "
b"`áþã"+AØëïÉ║\x1D ÙñÏ "
b"a2]™Ž\x0E G ‹.vÅ\x14 GJb "
b"b~h”…ÝIWœ®Zò\x10 ˜›ã "
b"b‚†'¨ÕIµŽ%\r s•ÑoÁ "
b"c%»ØÚ╔D;ò>─ý\x04 ÕxÚ "
b"c‘\x04 ƒ¸qCë«°1\x19 éˆ-w "
b"d*=i\x7F LLá¼ýÚP`PÏ\x17 "
b"d÷óGÚPO¿ AÞ©cÞ_B "
b"eCÀ´Ú´J\x04 ò\x07 ìn\x15 ╦┬ú "
b"""
eÉÓ\n
»¸HzÀG]▀û╣1q
"""
b"eÌ$E├dBØÑåàðb\x1C Êy "
b"f+J¶Ó#AI³QúÒ\x04 =ã` "
b"fÊÊû\t çC͉\x12 ãçF~+¿ "
b"fò\x1A ÿµç@>® 17‡p‘y "
b"gQ®2u÷K!—Êä&š\x11 U© "
b"g┴K÷\x1F ╔F\x1F üi┼\x03 ëe┴C "
b"hæ»wIºADɬm1┤Hº┼ "
b"h‗nä╠©B|║╬ \r Ôɸ9 "
b"i\x17\x1F\x17\x13\x05 Fž‡\x0E\x12\x1E ü*s’ "
b"j¿¥0\x11 ¶HYªX¼@=D½ƒ "
b"jÙE¥'\x02 B"¹ÉR\x08 Ë“ÒÛ "
b"l\x11 ü{BªI÷ä£Ý\x08 Û´å² "
b"l¨\x14 DÛVJìír\x10\x04 ¤Ú\x0E\x0F "
b"m\x03 [½\t\x7F F)Å[¢╦/\x03 MG "
b"måf÷í9G@©þþ=Þñ^ì "
b"nèõ\x13 ºàE\v │J▀ıýÉ\x0E < "
b"n·®7rÚO'”\x03 aU¤fó¾ "
b"nõlïäÊNòŰöI¨ÒµÐ "
b"o¬Ížy¶Kt˜¹Nuð*O… "
b"oôK~ÀîE÷¬©kÑçüé" "
b"p'”OUñO2•A¥ºf?ÿ\r "
b"""
p™»\n
ÛKCµ”«WLò¡0Ÿ
"""
b"pí\x16 “\x15 BB“´·û]{ܶ¤ "
b"q═ÇÑÉíCÃÜW\x08 ÃòÊ┬Ö "
b"r▒×ÿD¹Fɽ¢\f ╦\e\x11 æ_ "
b"s\t §\x17 …}M(¬u\x06 Ân©–\x02 "
b"s<\x7F T\x03 hIc´÷”Åj«¸š "
b"sÞÉÆ\x1E IIô”…r¼)>\x18 — "
b"t®h‰\v ÞM}€D…]ƒ˜ØÁ "
b"u\x0F KÒVKÞ³7Á\x06 ½}T² "
b"u´à4wvK5¼s¸Ëqâ\x03 P "
b"uë£Gˆ6H²»±1\x1A ›âÊô "
b"vUø½é#O§¿ƒc\x06 õR± "
b"v¥áø■\x1A C ┐\x13 ▀<ªü│ë "
b"vÄÙGY;O\x10 ¢,å=Ÿ¸?à "
b"vÛŠ pdBž—ãýå{›Á& "
b"w\e ñóz1@²“zsü\x16 Eö{ "
b"wƒ!>;RCrŸ4]ìRu•[ "
b"x└Ã)O\x19 DÉ╣÷±¶É ¡╔ "
b"y═×±│9Bþè×ìg\v xý~ "
b"zRâ'¸JJ£¯ÿôÛ{1Sê "
b"{@\x1E _`¬B"¿iœ3UfÜ% "
b"{ã(ÖC\x1D D─ÅÜ╝UëååÞ "
b"""
|\n
÷OÕVI}Ø▒a╝╩M/R
"""
b"""
}\n
ìl¤\O÷©kUç\e ͈
"""
b"})A\x1A mNOO«V\e ‹¨\x15 nf "
b"}c¢å·─GÉàz,®gZ\x15 a "
b"""
}\x7F @ó½VHQŠÊ]²þ}\n
–
"""
b"}ìWÉ5MG\x01 »Ûøü‰×\x07 ñ "
b"~D†µº„Lͬø‹²‘Â\x01 p "
b"~SWÝõËL@¬¾\x04 šB¨n/ "
b"~Äöã>ÞKõª(\x07\x01 -\x15 ç% "
b"\x7F H|4øsM0ìµ▒TÒaO "
b"ü½V½ƒªC\x16 ®ª·æ®█¸ï "
b"‚&--‚\@Ô¤¬›l\x02 ¡‰p "
b"‚Ø6>¦M,‡>¸¡tƒî‘ "
b"„jÓ8â˜HÁ¶I„ÌÚ"ÇG "
b"„vå’\x01 „E¶†ç¿¢\f pÑ– "
b"„•\x07 b%ÉL^’%ûÔ_øe\x02 "
b"äú└öVôCcì\x0F ýÍlçà\r "
b"ä╠VJoìBþ½└AÓÌ.Kâ "
b"„ãµlïóB\x04 ‰\x0F #·LþQ£ "
b"…\f ñ\x18 ôéG*–\x15 ¸Ð¤Hôb "
b"…sÖ…ÂfLR¸š‡æÃ)1\x15 "
b"๷E@¼C ØÄ└ig/╗³ "
b"†\x11 MÓðÇGü“š•:2Ü\x17 1 "
b"""
†}¿"\x04 fA±¯¼)M0\n
vq
"""
b"ç\x04 ╚;¸äA▄ëèrzJ╚É9 "
b"‡\x1F Èž©4Nûš#\x14 Ÿ%\x1D\x0E\x16 "
b"‡J\x15 /þúH¶£eÕ©\x06 ½s\t "
b"‡‰µôÒUB\x16 ¾µ\x1A âs¦Áv "
b"‡§T…\x05 ¤Jƒ›ŽTÝÐ…Œ` "
b"ê4÷?\x1E óN§ô├O¹┼¢Åï "
b"ˆ¤‚aÊ\v I:¸ëñü!6ôq "
b"ê├Ú§¶{Osú\x1C I1ì\x06\x01 ï "
b"ê╩\┌¯ÉGc¡╝?Ó┼\x1E ─ø "
b"ê╦õtÞAGü░\x02 îá┌╦0 "
b"‰~\x19 "YõD§µ{^\x07 î׻Π"
b"‰Ïx\x07 ø>Jq«¸Ñ:þÛC$ "
b"è┤Æf"\x01 I\e ¥3Áüø¦▀Ê "
b"ŠÎYìêÁAúª0ΛòKް "
b"ï²ñ▄à.FÕÅ«*\x06 2\èF "
b"ŒF\x16 ‰ƒ/Iï‘Ü\x19 EÝÈBl "
b"ì\x04 ╠R×qAdú\x1C EÙ\x18 ¬êZ "
b"ìd|í|\x08 Mâì¯úóFÐ.ù "
b"""
ìy\n
9ݺC>ÄZö$?vJP
"""
b"ìãu3¼tOrî\x0E õ\x14 ─▄\S "
b"ì═ÃX8·E@À¦3d\x04 ¼-A "
b"Ž\x01 ‡\x06 |7Næ’Ò‘§F¸èÉ "
b"Žƒð¼omF‰…ˆ"äŽ\x1E ™ç "
b"Ådı·¢dA\x1D ê¾»\x01 ºkUz "
b"Åæó½ åJ▓ÀcY\x00 ¹j6ã "
b"ÅÃð ·¶BʺÎ═\e\x12 ╩\x08 ı "
b"ÅÌ┌Êg'O█ía╗YäF\x1D ░ "
b"É»K╬}‗D éö®>\x10 lÔÑ "
b"æ0Í<üONfÉPo{ß3ñ8 "
b"‘ø“SJÁAú«è¯ø\x11 $Bò "
b"Æ\x12 ¯Ü╔├Bò©\e H╣üàKT "
b"’-¬ž\x0F ÑF\x1C õ¡\x01 ý\x03 Qì "
b"’£ëǯØB”¤Ä×Ü\x14 `\x1A « "
b"’¿è6%\t Hò¸4¬¾k\x19 u\x14 "
b"’Ý¡˜à‘AÖ‚¦Éá‡/XŽ "
b"’î݇\x1E ‚K,³k¤ð7|%Y "
b"ôÜ╣┴4BM$¢ì│ÍÛE§Ü "
b"”_æ\x1D\x03\x11 O¬P»ïŸ\x0F \² "
b"”…’Þ»°M-Ž’Hû_«~í "
b"""
•\f\x14 E.ƒFÁ™\n
r¹ò±ÚS
"""
b"–ÔA¢‘¸Gœ™e\x1D Wo(=È "
b"—ªçƒlÕAø¾Íy\v §9ß< "
b"—¬ÝnÅ–Hø‹\x17 ЉÆÖ\x08 b "
b"ÿ2D3bHªØFˤÜÑZ▒ "
b"˜“Í:7ŠF\x15 µ€:¶NBóÌ "
b"™©€§¼ÉNS²Æ\x10\f ÃK\x01 « "
b"™ÚÐ\x11\x18 @Jº˜°\x10 ©T©u¸ "
b"š,øÑY—C\x7F ‘´(9\x1A Reo "
b"Ü\î╦╔UJX¬6ëOì\r ë3 "
b"šjž¸CbO¶’*Uàtûçc "
b"›\v £¢ó³O[–\x7F n\x13 Ø\x1A ©— "
b"›f1ämJ¨žóhè\x17 Z=| "
b"›(@ܦCª°¥E½©e¼Û "
b"£\x1D g┤╔F+ÅDfÉ!þè░ "
b"œPíïØ+I˜„r\x1D ™\x02 df\x00 "
b"""
Ø*\x14 gW│Eí╣╗G\x1D ═«\n
┼
"""
b"ØÉ+e¦ÍGX╣óÔÖ└N³l "
b"د£º\x1E ØLä¡å║ù╣wiÒ "
b"×I\x1D "ÇìNÁøƒ\x17\x15 U╬µ\x16 "
b"×z<ÐáÂ@mìCí|»'Æ\x04 "
b"žÕ•€ÿ~H\x03 °…\ÿo“⤠"
b"ƒ&؃}xA¥òB¶Ø\x08 2\x1A à "
b"ƒáD{╝©K&¬Ån\x7F ·\t ╚ª "
b"ƒ®┬ÔbWDi½Ø0\x1E ½û~À "
b" m9\e úüCð®A`«ÅA? "
b" xã\x13 À\x02 E\f ¬ÏðHÇ2\x0E ¾ "
b" Ø|™1ä@I¤#oœa"Fx "
b"¢ŸÛ+©Ë@5¹aW\x07 S€xE "
b"¢È[›\x1E þI¨ \x05\x16 ï:ôÙº "
b"£\x00 \n }³´F$‰t†â=0ó\f "
b"""
ú¼\x1C *\n
wF£Éæ▓¥F*Ƥ
"""
b"¦…E$'‹A†ŸC.ñ«`-• "
b"ªÅÙ\e ¾¹BXèækïÇ3"\x17 "
b"ª┴A¨³ÀOÒÅOÑ\x12 {øû\x10 "
b"""
¦ÒÄ\n
LòB8²›mí\x10\x16 Ëæ
"""
b"¦ØÜø›ÛD]¬4ô\x1E ¿\x07 ž\r "
b"§*ù\x19 8 MQ–ÄÚ*\r 1Æ) "
b"§?vFµM\x17 ½•¶¯v‰©H "
b"§¬í™ÞÈN:µ\x1C þ§÷›Èñ "
b"""
©\n
æ²\x07 éN\t :hÍ&ª\x19\x06
"""
b"ª\x17 àRú¯OȲÑÝë·Øáà "
b"¬5\x18 sÌêHq░(þü§\x1A ıú "
b"¬y┤-/\x15 O©ç\x1E ÏîÏÅr░ "
b"ª²\x0F\x17 }ON\x07 Ÿ]$oéºD\x10 "
b"""
«ÔÅT\n
(B\x01 ƒÄãÖˆ^6\x7F
"""
b"¼\x0E ─ym@@×ëø¼kQfÅ7 "
b"¬ß›Ûg¨JÚ¢À¼k¬µ”b "
b"\x16 *¦õœL°ˆ¦?F¤êwý "
b"Yü,-øKœ¤\x18 ‘lŠÕʨ "
b"®föÑ´\x1A O³µ\x19 ý”Vט\x1C "
b"»▀ì╩ó]L5Üâô°@┤6A "
b"°à—œ‰¥A.‡aœÌ\x1F åH¡ "
b"±NÚ¬µ\x08 I¶»{ê&Õ‡0Ú "
b"▒{§oZ¡A▓Ø\x0E Õ Ï9Ä┌ "
b"±|\x0E úÈ\x1D @Ç·˜žHñ\x17 Ìk "
b"²\x05 ç-vpHƳ\x07 ì¢×8âä "
b"┤\]Or^D©äv7ü\x00 │┼´ "
b"´…K9½!F„€\x01 òš3\x19 >¹ "
b"┤ıÑ─9^O¨É▒¢×ø"òû "
b"µ?¨+é.N…·\x0F ÜкøœF "
b"µšü—ˆLB;‹\x05 ²„.(¼ö "
b"µÒfÓÿT@\x10 €\x08 ïðÇး "
b"¶v\x1C ÇÑÍOÿÐòÇÁT·" "
b"·{Ê6f\x02 Os‡úk7¸zÓ\x1F "
b"·ñ7sœ7LJ®jÇû®%Óù "
b"¸îgëî>M\x10 ›å„Ó7ò¨Ü "
b"¸öœ\x14\x13 uM\x1D ²jÕLe\x08 GK "
b"º\x01 >0A0@\v Œx'!•ó|c "
b"╗\x04 °┐!ZJü▓■°Ç°TK² "
b"»8”²HûA7Šj\x03 ØÔ©¢‘ "
b"»š\x08 äwôL:®ü\x03 ÆD\x1E ‰z "
b"»Ó\x19 ÁÌ>K\x1A ”:›W_U‰Ä "
b"¼\x07 >nŒ1G¡¨êb˜Péˆ' "
b"╝\x12 ï`É.NØ×NP┼º┤ë1 "
b"¼ãý³oåKô,X½î{(a "
b"¾K¬Jo\x0E @½£\x11 ï?Ü;8T "
b"¾žÜk!iF\x18 ŠÆWÚ§â×Á "
b"À\x13 ~mëÜLʽM½\x18 $ý\x17 "
b"À.Qq•“H,¸ÒB\x10 ’\x14 ¥& "
b"┴óɪAdL\x1A ä$g\x1E êZ\x0E H "
b"ÁÈç\x19 WŸ@é£3ôŽ•×\x14 õ "
b"ÁàõP×ÐOÁ±žHx\x07 )-& "
b"ÂTÇ¥\x06 J@»€]‚¥k}ç\x0E "
b"ÂhŽ\x1F ì&IÛ’\x08 p\x0F W\x1F T\x05 "
b"Ã{Y]÷5L¡¨Ýú›|ºmK "
b"─AÅ\f ╦bFóâº\x18 ╬!Y{U "
b"ÄÄ«q¾sDç´\x0F s–uBÄn "
b"Ç}®MVŠNb îó\x0F\t ,\x19 Ý "
b"╚K▓ÉÖ\x04 Iª×¿÷┌┐_\ç "
b"╚^█O╩!C§Évö¸2¯4r "
b"Èû÷\x1F ÒÆEÙ˜i!\x02 |\x1C ™‹ "
b"É9]Za@¨ºsÉÎÈrÊq "
b"Ê:\x12 ᯫD˜££/Û”×æó "
b"ʸv]\x00\x19 Mö¥¯¼sÁÑc¹ "
b"╦│1í:ÂKÍüHÍü╔æ¿R "
b"Ì\x0E é¿\x15\x18 E¢œEj“U\x15\x00 \ "
b"Ì_sꜻOÁ«.\r Çô™’· "
b"Ìq\x00 5¯]G\x14 ™¶É‡37…l "
b"ÌwÅÈó\I¬ŸÜ\r …\x06 Ç\x01 ñ "
b"╠{®ö╠\x0E M¦ìf─3iî│O "
b"Í÷5åA.Gþ™C9\x1C ÷\x11 Úp "
b"Î\x1C E6[ÐIb‡ìV\x05 °û´Ñ "
b"¤ÔcÈ`tMc¿\x13 üe?Dg■ "
b"Ð\x07 ¶Ü¢Æ@ã¡%º\f Dô´R "
b"""
Ð\x16 ÝÍ"ìOµ«Ž{Kc\n
S‘
"""
b"ðz»\x7F [ÉB{¡QÏE\x07\x06 ü╠ "
b"ÐÅ\x1E ÀÆþNé‡]ÌFIÈò) "
b"Ñi\x12 *&òE\x0E ´é•¹ä\r s\x7F "
b"Ò\x05 1¦\x00 ~Gœ£X?דª“Ê "
b"ÒGóÛæ\x1A IÓ‹RJ~ט²\r "
b"Ò‘|nh¬Do‰Ó옡yÕ@ "
b"ÊóD\x02 è@Jµü¬/\x1C ºPcm "
b"ÒÉÏÁ.êC,ƒßáÃh\x0E Z: "
b"ʶÖ\x13 Â‗AéüÞ▀ö;^~ "
b"Ë\x13 ÷ýØ\x7F IQƒTóÈâ.ú "
b"Ó\x19 ‚\x19 ï\x13 IBž1Ur\x12 k\x14 Þ "
b"Ó8ß……\x01 J+±ÂÈ\x0E\x04 Ì\x1A ¬ "
b"Ëý*þ%\x14 A4¥-?¾ É$é "
b"ÈF`Q·ÿO`╝\x13\x06 t·[\x10 ü "
b"ÖGèÕ)+N7ŽŽ:Œ|&\x08 7 "
b"Î▒ÉÏQýIÖ┤┬ÓÝñàª┴ "
b"×Í\x00 `T1AÇžMkH\n l0p "
b"Øš«`Ê\x07 Fκ~i\\x16 90ç "
b"Ï╩díÕ5Jê¢É»÷Cû¦3 "
b"ÏÍÖÛÎâLÝÿõ$╠Ìü?k "
b"Ù’Z\x7F\x10 ËMd’Þˆ©>}#< "
b"ÙÞip]³H€¼ÞU²¼a‡\x08 "
b"┘Ý╔bAþG0ÿ\x06 ºÅX9Ü\x18 "
b"""
ÚÀ³·ýVH¶ª\v +\x15 ˆ®\n
\f
"""
b"Üå«a[\x05 Dœ›=²™ˆö\x06 ú "
b"Ì7Ù█¾þIüíƒ╣ ªIj. "
b"ÌJ²?-\e IƒÅóìÍøo_c "
b"ÌRj´¹W@ìıÀıvvù« "
b"ßÍÃ"_¸N~²\v ~ñÏÉ»/ "
b"à:3\x12 †TF¾‘ÛÆÐ½ò‚8 "
b"à…²šýÝ@í§—\x19 9lÅ\x0F q "
b"àøÁ¼Q @“ŸN’H)¢êß "
b"áJ•Á–öIÑ©uê`\x1D\x03 ¿[ "
b"á•öuŽ·DÇ›¼yF—Þ*ç "
b"âŒkt'yD\x1E ´½\v }\f æNæ "
b"ã\x7F ÁyÏ\x1A Dl‚þm\x15 §DÅZ "
b"ãÆ“Ò\x1C HC{„ÿ\x04 +*©á9 "
b"ãÿ|nU\x1F K?ŽÊ\x1D /¢\x1C ™\x13 "
b"ä\e ø¯§v@¾–\x0F T´˜çLð "
b"åóg‚\x00\x01 C<¹óþ”ÌxRD "
b"ædÕ{\e UIš‡n9³èR¸à "
b"""
絿-¥\x7F L%ˆ\x15 À\t 9F\n
á
"""
b"çÌš\x17 Ž\v A¾¸š¦€"º™ý "
b"Þ°¼\x00 ╗\x1D NÅ╝IÔT\x12 ÚP( "
b"éIî³_°Ix”ËœIGðÈ… "
b"ë\r ®9À±E¡¥E\x05\t ¾·Ý+ "
b"때9HïJLºùFYÝw9\ "
b"ýCøe_╩I┐╗\x1E ûüéÂM╬ "
b"ì] 7ÀK3½\x04 ·RÅŽ€ "
b"ýÇ5L¼»G°ó®╦J■É'║ "
b"í’IeF¨A㔲ÓpfYÀ‚ "
b"ÝÜPbæ╔G(É|\x00 Ƶ\x00 æÍ "
b"í·ÁßC,Mš¥)Öq¢®\x08 • "
b"ݶhZ-vL▓Ø$9褮p\x12 "
b"Ý¸Ø \x04 LE»\x17 M ýDlÖ "
b"îGFÀ\x13 $N“€†ˆ'øÕŒ' "
b"d»ML\x0E ›1c´5’‰\x08 "
b"ï3× ‡µM\x03 Ÿ(Þ\x0E êÞ¬Ê "
b"´▓&¬\x10\x15 O±¬\x18 ¨öóéÉc "
b"ðˆMe|·ND«3\x0E rI¬1‰ "
b"𳽩1î@®²Œ\x1E ƒA×:$ "
b"ñqÄZdFDˆ½qÔ4\x0E W/@ "
b"ò?O\x7F ¡ãC‡—VA»@0â\x04 "
b"¶½òhX■H\x19 Ø»\x0F\x0F @ê\x08 º "
b"ôý½%:\x10 Iõ•äú¾¨e(Ø "
b"ö\x0E\x05 O¸r@í²øÁîèB\x04 ü "
b"öEò¨\x04\x08 BC¢6tÕf`IÎ "
b"÷ÊQ£¥=DKªVÖ30DaA "
b"øKCº&:M? KW\x08 4&ð‡ "
b"øˆ˜|;\x0F Iúœrd¶âÜ^\x1F "
b"°ð±`\x1F\x04 O\x0E ╝Bü@·åm\x0E "
b"³¸+üÍMH¹┐í\x17 ╔RÛ?N "
b"ý໕’ÄJº¹oLlL¾\x1F s "
b"þ±çañ´Oèž$"Ë\x00 Z+f "
b"ÿBaLAÈF¶‡%ÈV)ñ§· "
b"ÿz&;†ÊIÛ„Ì—þ96¾\v "
b"ÿ®$\x07 ^ Lzƒì[\r ݧÑH "
b"ÿá“\x02 ¦«EΧ\x1F w¡§{›â "
b"ÿò\³ÞÍM3ªùo\x0E d0y" "
]
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` ,
COALESCE (
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) AS `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) AS `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) AS `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) AS `property_group_option.group.customFields` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.languageId` ,
`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` ,
COALESCE (
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title`
) AS `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt`
) AS `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields`
) AS `property_group_option.media.customFields` ,
`property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation.languageId` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) AS `property_group_option.name` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) AS `property_group_option.position` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) AS `property_group_option.customFields` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.languageId`
FROM
`property_group_option`
LEFT JOIN (
SELECT
`property_group_option.translation` . property_group_option_id ,
`property_group_option.translation` . name AS `property_group_option.translation.name` ,
`property_group_option.translation` . position AS `property_group_option.translation.position` ,
`property_group_option.translation` . custom_fields AS `property_group_option.translation.customFields` ,
`property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` ,
`property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` ,
`property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation` . language_id AS `property_group_option.translation.languageId`
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 `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.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` ,
`property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId`
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` . title AS `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` ,
`property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId`
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` , COALESCE (`property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.languageId` , `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` , COALESCE (`property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) AS `property_group_option.media.title` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) AS `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) AS `property_group_option.media.customFields` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.createdAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation` . property_group_option_id , `property_group_option.translation` . name AS `property_group_option.translation.name` , `property_group_option.translation` . position AS `property_group_option.translation.position` , `property_group_option.translation` . custom_fields AS `property_group_option.translation.customFields` , `property_group_option.translation` . created_at AS `property_group_option.translation.createdAt` , `property_group_option.translation` . updated_at AS `property_group_option.translation.updatedAt` , `property_group_option.translation` . property_group_option_id AS `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation` . language_id AS `property_group_option.translation.languageId` 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 `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.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` , `property_group_option.group.translation` . created_at AS `property_group_option.group.translation.createdAt` , `property_group_option.group.translation` . updated_at AS `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation` . property_group_id AS `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation` . language_id AS `property_group_option.group.translation.languageId` 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` . title AS `property_group_option.media.translation.title` , `property_group_option.media.translation` . alt AS `property_group_option.media.translation.alt` , `property_group_option.media.translation` . custom_fields AS `property_group_option.media.translation.customFields` , `property_group_option.media.translation` . created_at AS `property_group_option.media.translation.createdAt` , `property_group_option.media.translation` . updated_at AS `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation` . media_id AS `property_group_option.media.translation.mediaId` , `property_group_option.media.translation` . language_id AS `property_group_option.media.translation.languageId` 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 (0x5E51A7A8F1A648B186629B55C873F9F2 , 0x5E611B7DCFDD4DD1B134004CB7200BB1 , 0x5FE0DA45181548E6972F9BF1DDCB1F70 , 0x60A0E7C6222B419D898B90BA1DEBA4D8 , 0x61325D998E0E47A08B2E76C514474A62 , 0x627E689485DD49579CAE5AF210989BE3 , 0x62828627A8D549B58E250D7395D16FC1 , 0x6325AF9DE9C9443B953EC4EC04E578E9 , 0x63910483B87143EBABB03119E9882D77 , 0x642A3D697F4C4CE1BCFDDA506050CF17 , 0x64F7F347DA504FBFA041DEA963DE5F42 , 0x6543B7EFE9EF4A0495078D6E15CBC2A3 , 0x6590E00AAFF7487AB7475DDF96B93171 , 0x65DE2445C364429DA58685D0621CD279 , 0x662B4AB6D3234149B351FAD2043DE360 , 0x66CACAFB09E743CD8912E3E7467E2BBF , 0x66F21AFFB5E7403EAE20313787709179 , 0x6751AE3275F74B2197CAE4269A1155A9 , 0x67C14BF61FC9461F8169C5038965C143 , 0x6891AF7749A7414490AA6D31B448A7C5 , 0x68F26E84CCB8427CBACEFF0DE290F739 , 0x69171F171305469E870E121EFC2A7392 , 0x6ABFA53011B64859AA58BC403D44BD83 , 0x6AD945A527024222B9C95208CB93D2DB , 0x6C11817B42A649F6849CED08EAEF86FD , 0x6CF91444EA564A8DA1721004CFE90E0F , 0x6D035BAB097F46298F5BBDCB2F034D47 , 0x6D8666F6A1394740B8E7E73DE8A45E8D , 0x6E8AE413A785450BB34ADFD5EC900E3C , 0x6EB7AE3772DA4F2794036155A466F3BE , 0x6EE46C8B84D24E958FF89449F9E3E6D1 , 0x6FACCD9E79B64B7498B94E75F02A4F85 , 0x6FF44B7EC0EE45F7ACA96BD1E7FCE922 , 0x7027944F55F14F329541A5BA663FFF0D , 0x7099BB0ADB4B43B594AB574CF2A1309F , 0x70ED169315424293B4B7FB5D7BDCB6A4 , 0x71CD80A590A143C79A5708C795D2C299 , 0x72B19E9844FB4690ABBD0CCB1B11915F , 0x7309A717857D4D28AC7506C26EA99602 , 0x733C7F5403684963B4F794C56AABB89A , 0x73DEC9C61E4949F4948572BC293E1897 , 0x74AE68890BDE4D7D8044855D8398D8C1 , 0x75AD0F4BD2564BDEB337C106BD7D54B2 , 0x75B4E03477764B35BC73B8CB71E20350 , 0x75EBA347883648B2BBB1311A9BE2CAF4 , 0x7655F8BDE9234FA7BF836306ADF552B1 , 0x76BEA09BFE1A43FFBF13DF3CA681B389 , 0x76C4D947593B4F10A22CE53D9FB83FE0 , 0x76DB8AA07064429E97E3FDE57B9BC126 , 0x771BF1F37A3140B2937A73FC1645F67B , 0x7783213E3B5243729F345DEC5275955B , 0x78C0C7294F194490B9F6F1F490FFADC9 , 0x79CD9EF1B33942E78A9E8D670B78EC7E , 0x7A52E227B84A4AA3AFFFF4DB7B3153EA , 0x7B401E5F60AC4222BF699C335566DC25 , 0x7BC62899431D44C48F9ABC55898686E8 , 0x7C0AF64FE556497D9DB161BCCA4D2F52 , 0x7D0AEC6CA45C4FF7A96B55E71BCDAD88 , 0x7D29411A6D4E4F4FAB561B8BA8156E66 , 0x7D63BD86FAC44790857A2CA9675A1561 , 0x7D7F40F3BD5648518ACA5DB2FE7D0A96 , 0x7DEC57C9354D4701BBDBF8FC89D707F1 , 0x7E4486B5BA844CCDACF88BB291C20170 , 0x7E5357DDF5CB4C40ACBE049A42A86E2F , 0x7EC4F6E33EDE4BF5AA2807012D15E725 , 0x7F487C349B734D308DB6E6B154E3614F , 0x81AB56AB9FA64316A9A6FA91A9DBF78B , 0x82262D2D825C40D4A4AC9B6C02A18970 , 0x82D8363EA6AD4D2C873EB8A17483EE91 , 0x846AD338E29848C1B64984CCDA22C747 , 0x8476E592018445B686E7BFA20C70D196 , 0x8495076225C94C5E9225FBD45FF86502 , 0x84A3C094569343638D0FECD66C87850D , 0x84CC564A6F8D42E7ABC041E0DE2E4B83 , 0x84E3B56CEFF34204890F23B74CFE51A3 , 0x850CF118F4E9472A9615B8D0A448F462 , 0x8573D685C2664C52B89A87E6C3293115 , 0x85FBFA4540AC43209D8EC069672FBBFC , 0x86114DD3F0C747FC939A953A32DC1731 , 0x867DBF22046641B1AFBC294D300A7671 , 0x8704C83BF78441DC898A727A4AC89039 , 0x871FC89EA9344EFB9A23149F251D0E16 , 0x874A152FFEFA48B6A365D5A906BD7309 , 0x8789B5F4D2554216BEB51AE273A6C176 , 0x87A7548505A44A839B8E54DDD0858C60 , 0x8834F63F1EA24EF593C34FFBC5BD8F8B , 0x88A48261CA0B493AB8EBF1FC2136F471 , 0x88C3E9F5F47B4F73A31C49318D06018B , 0x88CA5CDAEE904763ADBC3FE0C51EC49B , 0x88CBF0E474E8414781B0028CA0DACB30 , 0x897E192259F544A7B57B5E07EED7BBCE , 0x89CF7807F83E4A71ABB8D13AFEDB4324 , 0x8AB492662201491BBE33B5819BDDDFD2 , 0x8ACE59ECEAC141FAAA30CE9BF24B8EB0 , 0x8BFDA4DC852E46E58FAE2A06325C8A46 , 0x8C461689832F49EF91DC1945DDC8426C , 0x8D04CC529E714164A31C45EB18AA885A , 0x8D647CA17C084D838DEEA3A246D12E97 , 0x8D790A39EDA7433E8E5A94243F764A50 , 0x8DC67533AC744F728C0EE414C4DC5C53 , 0x8DCDC75838FA4540B7DD336404AC2D41 , 0x8E0187067C374EE692D291A746B8E8C9 , 0x8E83F0BC6F6D4689858822E48E1E99E7 , 0x8F64D5FABD64411D88F3AF01A76B557A , 0x8F91A2ABFF864AB2B7635900FB6A36C6 , 0x8FC7D020FAF442D2A7D7CD1B12CA08D5 , 0x8FDEDAD267274FDBA161BB5984461DB0 , 0x90AF4BCE7DF244FF8294A93E106CE2A5 , 0x9130D63C814F4E6690506F7BE133A438 , 0x91F893534AC141FAABE8AFF8112442F2 , 0x9212EE9AC9C34295B81B48B981854B54 , 0x922DAC9E0FD1461CADF5A101FD0351EC , 0x92A3EBC7AFD84294A4C4D7DC14601AAB , 0x92BFE836250948F2B834ACBE6B197514 , 0x92DDA198E09141D682A6C9E1872F588E , 0x92EEDD871E824B2CB36BA4F0377C2559 , 0x939AB9C134424D24BD8DB3D6EA45F59A , 0x945FE61D03114FACAD50BBEF9F0F5CB2 , 0x948592DEBBB04D2D8E9248FB5FAB7EED , 0x950C14452E8346C1990A72B9F2B1DA53 , 0x96D441A291B8479C99651D576F283DC8 , 0x97AAE7836CD541F8BECD790BA739DF3C , 0x97ACDD6EC59648F88B17D089C6D60862 , 0x9832F044336248A69D46D3CF9AA55AB1 , 0x9893CD3A378A4615B5803AB64E42F3CC , 0x99A980A7BCC94E53B2C6100CC34B01AB , 0x99DAD01118404ABA98B010A954A975B8 , 0x9A2CF8D15997437F91B428391A52656F , 0x9A5C8CCBC9554A58AA36894F8D0D8933 , 0x9A6A9EB843624FB6922A55E074FBE763 , 0x9B0BA3A2F3B34F5B967F6E13D81AA997 , 0x9B6631C3A46D4AA89EF368E8175A3D7C , 0x9BAD2840DCA643AAB0A545BDA965BCDB , 0x9C1DF067B4C9462B8F44669021E78AB0 , 0x9C50EDEFD82B499884721D9902646600 , 0x9D2A146757B345A1B9BB471DCDAE0AC5 , 0x9D902B65DDD64758B9A2E299C04EFC6C , 0x9DEE9CA71E9D4C84AD86BA97B97769E3 , 0x9E491D22808D4EB59B9F171555CEE616 , 0x9E7A3CD1A0B6406D8D43A17CAF279204 , 0x9ED59580FF7E4803B0855CFF6F93E2A4 , 0x9F269D9F7D7841BE9542F49D08321AC7 , 0x9FA0447BBCB84B26AA8F6E7FFA09C8A6 , 0x9FA9C2E262574469AB9D301EAB967EB7 , 0xA06D391BFAFC43F0AE4160C2ABC5413F , 0xA078E313C002450CACCFF048C7320EBE , 0xA0D87C9931E44049A4236F9C61224678 , 0xA29FDB2BA9CB4035B961570753807845 , 0xA2C85B9B1EFE49A8A00516EF3AF4D9BA , 0xA3000A7DB3B44624897486E23D30F30C , 0xA3AC1C2A0A77469C9091B2BE462A92CF , 0xA6854524278B41869F432EF1AB602D95 , 0xA68FEB1BF3FB42588A916B8B80332217 , 0xA6C141F9FCB74FE38F4FA5127B9B9610 , 0xA6D2C40A4CF24238B29B6DED1016CBE6 , 0xA6D8DCF89BDB445DAC34F41EBF079E0D , 0xA72AF91938A04D5196C4DA2A0D31C629 , 0xA73F76AD46B54D17BD95B6AF7689A948 , 0xA7ACED99DEC84E3AB51CFEA7F79BC8F1 , 0xA90AE6B207E94E09AD3A68CD26AA1906 , 0xAA17E052FAAF4FC8B2D1DDEBB7D8E1E0 , 0xAA351873DE884871B028E781F51AD5A3 , 0xAA79B42D2F154FB8871ED88CD88F72B0 , 0xAAB20F177D4F4E079F5D246FE9BA4410 , 0xABD4C5540A28420183C4E3D6885E367F , 0xAC0EC4796D40409E899BAC6B51668F37 , 0xACDF9BDB67A84ADAA2C0BC6BACB59462 , 0xAD162AA6F59C4CB088A63F46A4EA77FD , 0xAD59FC2C2DF84B9CA418916C8AD5CAA8 , 0xAE66F6D1B41A4FB3B519FD9456D7981C , 0xAFDF8DCAA25D4C359A8393F840B43641 , 0xB0E0979C89A5412E87619CCC1FE548A1 , 0xB14EDAACB50849B6BB7BEA26D58730DA , 0xB17BF56F5AAD41B29D0EE5FFD8398EDA , 0xB17C0EFAC81D40C7B7989E48F117CC6B , 0xB205E72D767048C6B307ECA2D738E2E4 , 0xB45C5D4F725E44B88476378100B3C5EF , 0xB4854B39BD2146848001F29A33193EB9 , 0xB4D5A5C4395E4FF990B1BD9E9B229596 , 0xB53FA82BE92E4E85B70FDCD0BAF89C46 , 0xB59AFC97884C423B8B05B2842E28BCF6 , 0xB5D266D3FF5440108008EFF0C7E180B8 , 0xB6761CC7D1CD4FFFADD0F2C7C154B722 , 0xB77BCA3666024F7387FA6B37B87AD31F , 0xB7F137739C374C4AAE6AC7FBAE25D3F9 , 0xB8EE67EBEE3E4D109BE584D337F2A8DC , 0xB8F69C1413754D1DB26AD54C6508474B , 0xBA013E304130400B8C78272195F37C63 , 0xBB04F8BF215A4A81B2FEF880F8544BFD , 0xBB3894B248FB41378A6A03D8D4A9A291 , 0xBB9A08E477F44C3AAEFC03C6441E897A , 0xBBD319C1CC3E4B1A943A9B575F5589C4 , 0xBC073E6E8C3147A1A8EA629850E98827 , 0xBC128B60902E4E9D9E4E50C5A7B48931 , 0xBCE3FDB36FE54BF4AD2C58BDEE7B2861 , 0xBE4BAC4A6F0E40BDA311EF3FDC3B3854 , 0xBE9EDC6B216946188AC657DAA7E2D7C1 , 0xC0137E6DEBDC4CCABD4DC2BD1824FD17 , 0xC02E51719593482CB8D242109214A526 , 0xC1A290A641644C1A8424671E885A0E48 , 0xC1C8E719579F40E9A333F48E95D714F5 , 0xC1E0F550D7D04FC1B19E487807292D26 , 0xC254C7A5064A40BB805D82A56B7DE70E , 0xC2688E1FEC2649DB9208700F571F5405 , 0xC37B595DF7354CA1A8DDFA9B7CBA6D4B , 0xC4418F0CCB6246A283A718CE21597B55 , 0xC4C4AB71BE7344E7B40F73967542C46E , 0xC77DAE4D568A4E62A0EEF30F092C19DD , 0xC84BB290990449A69EA8F6DABF5F5C87 , 0xC85EDB4FCA2143F5907694F732EE3472 , 0xC8FBF71FD2C645D9986921027C1C998B , 0xC9395DAD5A6140A8BA73C9CEC872CA71 , 0xCA3A12E1AFAB4498A3A32FDB94D7E6F3 , 0xCAB8765D00194DF6A5AFBC73C1D163B9 , 0xCBB331A13AB64BD68148D681C991A852 , 0xCC0EE9BF151845A29C456A935515005C , 0xCC5F73EA9CBB4FC1AB2E0DC7F49992B7 , 0xCC710035AF5D471499B6C9873337856C , 0xCC77C5C8F35C49AC9FDC0D8506C701F1 , 0xCC7BA994CC0E4DDD8D66C433698CB34F , 0xCDF735E5412E47FE9943391CF711DA70 , 0xCE1C45365BD0496287EC5605B0FBB4D1 , 0xCFE263D460744D63A81381653F4467FE , 0xD007B6DCA2C640E3A125BA0C44F4B452 , 0xD016DDCD22EC4FB5AB8E7B4B630A5391 , 0xD07AAF7F5B90427BAD51D845070681CC , 0xD0C51EC0C6FE4EE9875DCC4649C8F229 , 0xD169122A26F2450EB4E995B9E40D737F , 0xD20531A6007E479CA3583FD793AA93CA , 0xD247F3DBE61A49D38B524A7ED798B20D , 0xD2917C6E68AC446F89D3EC98A179D540 , 0xD2A244028A404AE681AA2F1CA750636D , 0xD2C9CFC12EEA432C83DFE1C3680E5A3A , 0xD2F49913B6F2418281E8DFF0943B5E7E , 0xD313F6EC9D7F49519F54A2D4832EF0A3 , 0xD3198219EF1349429E315572126B14DE , 0xD338DF8585014A2BB1C2C80E04CC1AAC , 0xD3EC2AE725144134BE2D3FF320902482 , 0xD4466051FA984F60BC130674FA5B1081 , 0xD647E8D5292B4E378E8E3A8C7C260837 , 0xD7B190D851EC4999B4C2E0EDA485A6C1 , 0xD7CD0060543141C79E4D6B480A6C3070 , 0xD89AAB60CA0746CEBA7E695C163930E7 , 0xD8CA64A1E5354A88BD90AFF64396DD33 , 0xD8D699EAD7834CED98E424CCDE813F6B , 0xD9925A7F10CB4D6492DE88A93E7D233C , 0xD9DE69705DB34880BCDE55B2BC618708 , 0xD9EDC96241E747309806A78F58399A18 , 0xDAC0B3B7FD5648B6AA0B2B1588AE0A0C , 0xDCE5AB615B05449C9B3DB29988F606FA , 0xDE37EBDBF3E74981A19FB920A6496A2E , 0xDE4AFD3F2D1B499F8FA28DD69B6F5F63 , 0xDE526AEFFB5740F08DD5B7D5767697AE , 0xDFCDC3225FB84E7EB20B7EF1CFC9BB2F , 0xE03A3312865446BE91DBC6D0BDF28238 , 0xE085B29AFDDD40EDA79719396CC50F71 , 0xE0F8C1BC512040939F4E924829A2EADF , 0xE14A95C196F649D1A975EA601D03BF5B , 0xE195F6758EB744C79BBC794697DE2AE7 , 0xE28C6B742779441EB4BD0B7D0CE64EE6 , 0xE37FC179CF1A446C82FE6D15A744C55A , 0xE3C693D21C48437B84FF042B2AA9E139 , 0xE3FF7C6E551F4B3F8ECA1D2FA21C9913 , 0xE41BF8AFA77640BE960F54B498E74CF0 , 0xE5F367820001433CB9F3FE94CC785244 , 0xE664D57B1B55499A876E39B3E852B8E0 , 0xE7B5BF2DA57F4C258815C00939460AE1 , 0xE7CC9A178E0B41BEB89AA68022BA99FD , 0xE8F8AC00BB1D4E8FBC49E25412E95028 , 0xE949EEB35FB0497894CB9C4947F0C885 , 0xEB0DAE39C0B145A1A5450509BEB7DD2B , 0xEB958C3948EF4A4CBAF94659DD77395C , 0xEC439B655FCA49BFBB1E968182B64DCE , 0xEC5DA037C0AD4B33BD04A0B752C58E80 , 0xEC80354CACAF47F8A2A9CB4AFE9027BA , 0xED92496546A841E394B2D3706659C082 , 0xED9A506291C94728907C0092E60091D6 , 0xEDB7C1DF432C4D9AA529D671A2AE0895 , 0xEDF4685A2D764CB29D24398ACFA97012 , 0xEDF79D20044C45B6AF174D20EC446C99 , 0xEE4746C013244E9380868827F8D58C27 , 0xEEA28264BB4D4C0E9B3163B435928908 , 0xEF33D72087B54D039F28DE0EEADEACCA , 0xEFB226AA10154FF1AA18F994A2829063 , 0xF0884D657CB74E44AB330E7249AC3189 , 0xF0B3BDA931EE40AEB28C1E8341D73A24 , 0xF171C45A64464488BD71D4340E572F40 , 0xF23F4F7FA1E34387975641BB4030E204 , 0xF4AB956858FE48199DAF0F0F408808A7 , 0xF4FDBD253A1049F595E4FABEA86528D8 , 0xF60E054FB87240EDB2F8C1EEE84204FC , 0xF645F2A804084243A23674D5666049CE , 0xF7CA51A3A53D444BAA56D63330446141 , 0xF84B43BA263A4D3FA04B57083426F087 , 0xF888987C3B0F49FA9C7264B6E2DC5E1F , 0xF8D0F1601F044F0EBC428140FA866D0E , 0xFCF72B81D64D48FBBFA117C952EA3F4E , 0xFDE0BB9592C44ABAB96F4C6C4CBE1F73 , 0xFEB1E761F1B44FE89E2422CB005A2B66 , 0xFF42614C41C846B68725C85629F1A7B7 , 0xFF7A263B86CA49DB84CC97FE3936BE0B , 0xFFAE24075E204C7A83EC5B0DDDA7D148 , 0xFFE19302A6AB45CEA71F77A1A77B9BE2 , 0xFFF25CB3DECD4D33AAF96F0E64307922 );
Copy
92
2.18 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"\x00 1D(N E޵Bl×̽\x17 / "
b"\x00 B=\x15 è¼Lõ╣þ©ê8Ø\x1E ú "
b"\x00 tãïYYF¾—wú\x12 Ž9)/ "
b"\x00 àª.\v 4Hÿ┐½\f ╚sìÎÔ "
b"\x00 ║Å&Ö\f HÍÆµ\x1E õ\x05 Ëùj "
b"\x00 ÇÉ\x04 Á¨Gv¢û%Mn™\x05 § "
b"\x01\x1F $‹\v\x18 Bë‚Êvªòðît "
b"\x01 É┐\x04 ²!s\r ƒ¯°4Ì▀\x16 ▒ "
b"\x01 É┐\x05\x06 ╣p\f ÖkV├Dëñ¾ "
b"\x01 É┐\x05\x08 fsÊ▒ö¾ò╔æ.É "
b"""
\x01 É┐\x05 \n
\x1F s9╗õ┤î\x18 Öx\x06
"""
b"\x01 É┐\x05\f !p»aé▓»ÃKH "
b"\x01 É┐\x05\x0E "r┤üùì.ÑòQÙ "
b"\x01 É┐\x05\x10 .q_ôWÜ\x12 RõÉ0 "
b"\x01 É┐\x05 ÊÔpðØ\x07 åVçDðg "
b"\x01 É┐\x05 Ë_pw┐±ÉÀÑk4Ç "
b"\x01 É┐\x05 Ï}püûþ¾\x04\x19 pÉ "
b"\x01 É┐\x05 ┘cqVÁJ¢\x1A ½×╠ç "
b"\x01 É┐\x05 ┌Dr\x0E îi▄\x03 ø~ÖÈ "
b"\x01 É┐\x05 █#p/▓xN\x0F N\x05 ┴\x1C "
b"\x01 É┐\x05 ▄\x02 p▀¼\x7F íut╠╬% "
b"""
\x01 É┐\x05 ▄\n
s└┐I±f°Y▀,
"""
b"\x01 É┐\x05 ▄Gp═Éû$\t úí/{ "
b"\x01 É┐\x05 ▄âs´Ø\x06 ┘7Ä\x06 ¦\x04 "
b"\x01 É┐\x05 ▄ïpßÜß\v ╗huBÇ "
b"\x01 É┐\x05 ▄Æs¸¢û2¸┐\x1E Þã "
b"\x01 É┐\x05 ▄¤rÆòÿı¶s\t ÚE "
b"\x01 É┐\x05 ¦\f p÷½¢r{\x06 þ½· "
b"\x01 É┐\x05 ¦Jsgåí ׃cHá "
b"\x01 É┐\x05 ¦çsÙúª╗█ã¾■â "
b"\x01 É┐\x05 ¦¤q£░µßï²8\x0F ╦ "
b"\x01 É┐\x05 Ì\f sDä¸Cco\x18 ý¹ "
b"\x01 É┐\x05 Ì÷s®ùU&C▓§ÿX "
b"\x01 É┐\x05 ▀ÊpUáC}m¤\x06 ÷▒ "
b"\x01 É┐\x05 Ó▒róôMiõì\6À "
b"\x01 É┐\x05 ß-qqÄý¥D\x11 ÷ß\x19 "
b"\x01 É┐\x05 Ô\x0E qåÆ×t;Øå_\x17 "
b"\x01 É┐\x05 Ô°qס\x1F ┼└T¦r° "
b"\x01 É┐\x05 ÒËqª¿á\x1C ËHÚ½¹ "
b"\x01 É┐\x05 õ░pÛóf└Ö\x05 ÑÌ8 "
b"\x01 É┐\x05 Õ\rçØI(nø}kÍ "
b"\x01 É┐\x05 µ\x06 r¨ƒ-ÿ½\t \^& "
b"\x01 É┐\x05 µ│r³ÉøðR\f û─Ú "
b"\x01 É┐\x05 µ╗sc¿┬êÅ\x08 Óö\v "
b"\x01 É┐\x05 µ├qÐô\x06 :Å{ \x16 Í "
b"\x01 É┐\x05 þ\x02 pÖÁC.âY5 \x13 "
b"\x01 É┐\x05 þ@rÀñ"╠╗ï.~È "
b"\x01 É┐\x05 þHs!ÉÒ╗╦3ÈÖ\x11 "
b"\x01 É┐\x05 Þ*qAºq╔╩Êty■ "
b"""
\x01 É┐\x05 Ú\n
seá\x18 u½ÞN$╗
"""
b"\x01 É┐\x05 ÚÀqmÁÑj¤a£Ë< "
b"\x01 É┐\x05 Ûhp"àÏ┌ò\x03 ãùJ "
b"\x01 É┐\x05 Ù1p8Ø╠\x1E ç·ÐÔÖ "
b"\x01 É┐\x05 ÙÞqÛûµ6┼1IO\x7F "
b"\x01 É┐\x05 ýÜr3æ│tÁ├\t -B "
b"\x01 É┐\x05 ÝFpMà8ß┘;y■\f "
b"\x01 É┐\x05 Ýs;ØêèyÇ╣./ "
b"\x01 É┐\x05 ¯ùp.║ýtª½¼\x14 ( "
b"\x01 É┐\x05 ´}p▓åKNÿ┬ÒÔ2 "
b"\x01 É┐\x05 ap─ªIâ\x06 Vm»% "
b"\x01 É┐\x05 ±Kqô¼╗º>â~è "
b"\x01 É┐\x05 ‗-s\f è+\x18\x1A âÁOç "
b"\x01 É┐\x05 ¾\x18 qPÆ÷\x7F inÐ\x1F ý "
b"\x01 É┐\x05 ¾·rWéqÛÊÉÿ█E "
b"\x01 É┐\x05 ¶ßqºéÍó³71¾ "
b"\x01 É┐\x05 §├sFòé\x0F ╬ÓÅMA "
b"\x01 É┐\x05 ÷\x02 qñ╗╝<zºï¤└ "
b"\x01 É┐\x05 ÷@rõª\x15\x02 Z\x1D 4·ç "
b"\x01 É┐\x05 ÷~qéÿÏPÇSn\x01 "
b"\x01 É┐\x05 ÷¢qÝç[º╚>\x14 °\x14 "
b"\x01 É┐\x05 ¸×r_»k¢h\f Ï▄Ì "
b"\x01 É┐\x05 °\x7F rUØ<£5Åy\x7F c "
b"\x01 É┐\x05 ¨`p╚úI\x12 ▒¥²\x16 █ "
b"\x01 É┐\x05 ¨gqqÜ¿$╬Ì\x19 í\x11 "
b"\x01 É┐\x05 ¨np0É´ç<┤E\x19 o "
b"\x01 É┐\x05 ëpæ║\x14 ▒UÞÀP% "
b"\x01 É┐\x06\x00 ~s\x16 íOí‗,îú "
b"\x01 É┐\x06\x01 krıâ®:┐þícw "
b"\x01 É┐\x06\x02 Xq7ë╗m¸\x02 ┌ã\x11 "
b"\x01 É┐\x06\x04 Ðq┘░%▀øár)ê "
b"\x01 É┐\x06\x05 ┤qFÑ\f Åw)¼H\x12 "
b"\x01 É┐\x06\x06 òrfªoõÌ╗*Aà "
b"\x01 É┐\x06\x19 ÍrÝ»Õ\r ²G\x17\x10 W "
b"\x01 É┐\x06\x1A Áráì{Ub]µ%e "
b"\x01 É┐\x06\e ØqfÖf(!Ì "
b"\x01 É┐\x06\x1C |pa¡ÅH;Ì(\x14 W "
b"\x01 É┐\x06\x1D dr³Ü\x1A P3T/£¡ "
b"\x01 É┐\x06\x1E ?soé░UMR¨ì\f "
b"\x01 É┐\x06\x1F *rä»l/ãÇÚªa "
b"\x01 É┐\x06 \f qyÆÔ÷\x14\x07 §\x18 I "
b"\x01 É┐\x06 Ss´¡┘S└\x0E deÕ "
b"\x01 É┐\x06 ôr)ÆÝ\x1F ^oQ▓n "
b"\x01 É┐\x06 Èqd╗\x15 ╔\x11 ^▄\x05 6 "
b"\x01 É┐\x06 !\x14 r\x1A ¡\x07 °║\r Ò£┬ "
b"\x01 É┐\x06 !¾r6¼#└¤ï\x12 ¢Ý "
b"\x01 É┐\x06 "Èp╣¢µfeØi\x08 î "
b"\x01 É┐\x06 #┤s>âg#¬ÃCæÊ "
b"\x01 É┐\x06 $\x01 rWñ╬╠\x10\x03 ¨"ê "
b"\x01 É┐\x06 $\t s²║3÷ôáõÕ\n "
b"\x01 É┐\x06 $Hq\x14 ¢‗┼6¤ô8ó "
b"\x01 É┐\x06 $çqu¥*ÐòÊÇÏ5 "
b"\x01 É┐\x06 &Iq\x03 æ╔DhÒ\x1C p° "
b"\x01 É┐\x06 &èrÄô╣²E*ªƒã "
b"\x01 É┐\x06 &╦q#á\x06 ýnàþÞÕ "
b"\x01 É┐\x06 '\x11 q‗àD\x01 ¦J╣Ê£ "
b"\x01 É┐\x06 'Qq'ïq│aÇ}íõ "
b"\x01 É┐\x06 'Åqo»Ï┼Îøõa┬ "
b"\x01 É┐\x06 '═r.äTi°▒OÔ: "
b"\x01 É┐\x06 (\r sô║ð_ö^Ã\x06 ú "
b"\x01 É┐\x06 (KrýôµrÀ0Sek "
b"\x01 É┐\x06 (╩s/ñp5├╚¾M "
b"\x01 É┐\x06 )\t r╠êÛø█y6@\x12 "
b"\x01 É┐\x06 )KsN░\x1A l%╩\x1C P{ "
b"\x01 É┐\x06 *²rï¢\x7F ╚ £¶▀P "
b"\x01 É┐\x06 +Br█øj[Lo\x13 y\x12 "
b"\x01 É┐\x06 +ür¡Å░®0âÈ\x18 e "
b"\x01 É┐\x06 +┴qO¿▄8Í6ó\v ╠ "
b"\x01 É┐\x06 ,\x02 sÿÜ╣\x1D ╣XÃCì "
b"\x01 É┐\x06 -Ïr_ñJJ§\x12 Výk "
b"\x01 É┐\x06 /æq©©ñ_├\x01 o■├ "
b"\x01 É┐\x06 /ðrôîcFW¨aT$ "
b"\x01 É┐\x06 0\x10 qGÁ\x03\x13 ½\x17 ù┘þ "
b"\x01 É┐\x06 0Rr¯ï#xQ:Þ¤ã "
b"\x01 É┐\x06 0ôr╔│╗\x10 Õ¬kÕq "
b"\x01 É┐\x06 0Ðs÷ñ÷Ö▀\x16 E ã "
b"\x01 É┐\x06 2╝s╣îø6█å─\x1C ÿ "
b"\x01 É┐\x06 2¹s\x00 ┤Æ═ÏÔLC "
b"\x01 É┐\x06 3;qªÉ\x1E ø\x13 µdg▓ "
b"\x01 É┐\x06 3{pÚè¨&\x04 Ó3Õ▒ "
b"\x01 É┐\x06 3╗sCÜ\x1E 9¼Î\x10 │Ò "
b"\x01 É┐\x06 3·sV▓IFWµ2╣° "
b"\x01 É┐\x06 5┬rpä?÷æ\x16 ▀À│ "
b"\x01 É┐\x06 8 rææ\x01 ý¹!·s« "
b"\x01 É┐\x06 :´rñÖqf>²e╚ÿ "
b"\x01 É┐\x06 ;ÏsÎ┤Ò\x04 îh\x14 ▄# "
b"\x01 É┐\x06 <ÈsʪÐËQehî "
b"\x01 É┐\x06 =\x13 pé¥JÔÑÌäY\x1D "
b"\x01 É┐\x06 =RpEíû;▒─\x1D ×Ê "
b"\x01 É┐\x06 =Ér\x10 ┐¡)╬`/.È "
b"\x01 É┐\x06 =╬q\x16 ¬ô5▒é┌çW "
b"\x01 É┐\x06 >\r qsîzÉ▓Rd6¹ "
b"\x01 É┐\x06 >KqZ│§O\x1C aÀ[ø "
b"\x01 É┐\x06 >ëpÐÆ\e\x1D ª░F[├ "
b"\x01 É┐\x06 >╚q╗å@S£©▄Ä\r "
b"\x01 É┐\x06 ?\x07 sPÂþ‗<Ø\x1A á¹ "
b"\x01 É┐\x06 ?Er©ÇÉ╚/\r ▄░b "
b"\x01 É┐\x06 ?âr1©¯á'▓\x1F ¢\n "
b"\x01 É┐\x06 ?┴r/║Ëb¾-\x1C ¾Ñ "
b"\x01 É┐\x06 @\x00 qrö▄hLSÑg¹ "
b"\x01 É┐\x06 @?q5ç°╔ ╣ü4À "
b"\x01 É┐\x06 @~r\f øc«┌x█Åb "
b"\x01 É┐\x06 @¢s╬ëá1n+MÀX "
b"\x01 É┐\x06 @²pb╗Å~¶§\x03 ô¼ "
b"\x01 É┐\x06 AAqdïÊÔ,<ß³/ "
b"\x01 É┐\x06 A\x7F p,ù÷├─I\x1E Ï] "
b"\x01 É┐\x06 A¢rXÉ\x17 ®\x10 i'É\x16 "
b"\x01 É┐\x06 A¹p{áGÊ\x06\x0F ƒ¾Ç "
b"\x01 É┐\x06 B<s╦╝┴\x7F ny@µo "
b"\x01 É┐\x06 BFp─ëÙÈ\x11\x19 0┤Ê "
b"\x01 É┐\x06 BNrÇÀ<7{Ï$zÕ "
b"\x01 É┐\x06 BUpá▓/ëUu\x11 ª+ "
b"\x01 É┐\x06 B]s¶║Lz\x17\x7F r:ê "
b"\x01 É┐\x06 CÏs-©FK-Ðu~E "
b"\x01 É┐\x06 D\e r\x1A ùv]/É>}® "
b"\x01 É┐\x06 Dhq_à╩╠¼╚/▓\x14 "
b"\x01 É┐\x06 DpqÖø.\x08 öXaí´ "
b"\x01 É┐\x06 D░suº\x12 ┴eƧ5╠ "
b"\x01 É┐\x06 FÄsóÁȦi@9\v ¤ "
b"\x01 É┐\x06 F╬q*©¤syK\x16 ╔E "
b"\x01 É┐\x06 G\x10 ròü\█^®\x00 Å\x0E "
b"\x01 É┐\x06 GOr╣Ø5Ø╠\x03 ÑÖ "
b"\x01 É┐\x06 Gìsõ»kºZ\x19 $'Q "
b"\x01 É┐\x06 G═q\x0F ║ý\x18 ý4béä "
b"\x01 É┐\x06 H\x0E p│áK\x06 Å.È\x1D ' "
b"\x01 É┐\x06 HNsAîl½├¬▓þà "
b"\x01 É┐\x06 HÅs░Ѭþ\x08 =â)╬ "
b"\x01 É┐\x06 HÈpnïU¬‗Û┌<╚ "
b"\x01 É┐\x06 I\x15 r╝çc,\x1F 5▄\x19 È "
b"\x01 É┐\x06 I[sFñ╝ìS\x11 Sf┬ "
b"\x01 É┐\x06 Iøsäñ╗"═QlN÷ "
b"\x01 É┐\x06 I█p├ÖQÏYô&÷i "
b"\x01 É┐\x06 J\x19 p»╣î\x05 ║Ãj¿\x16 "
b"\x01 É┐\x06 JXpéÇ\x06 æ@I'ß╗ "
b"\x01 É┐\x06 M¡r─ô#═rg╗Eà "
b"\x01 É┐\x06 MÁrÚÿ¯q{K┬7Ø "
b"\x01 É┐\x06 W¸sîçv>®¹p|ª "
b"\x01 É┐\x06 X5p8ÅxÚB'hB├ "
b"\x01 É┐\x06 X╝q0ÉK\x13 p\x12 ┼÷E "
b"\x01 É┐\x06 X·qRâÁ┐d▀ÓÎ\x04 "
b"\x01 É┐\x06 Y=s³©V▒à/ðÙÒ "
b"\x01 É┐\x06 YÇp\x00 êÆÇÃjC└# "
b"\x01 É┐\x06 Y├s¡©óı\x7F ,q·\x01 "
b"\x01 É┐\x06 Z\x04 rØ│ñJlÊü╠ "
b"\x01 É┐\x06 ZCr└«sòugu\x07 ç "
b"\x01 É┐\x06 Zâq┘Á\x13 ¯y/$º¦ "
b"\x01 É┐\x06 Z├sdü▀É"─be! "
b"\x01 É┐\x06 [\x03 r<©╗<┴h█╝É "
b"\x01 É┐\x06 [Dq.ø,Ç\x08 ëÑëê "
b"\x01 É┐\x06 [êqS╣\x0F æþr\f Jl "
b"\x01 É┐\x06 [╔p¿ÄQÄþø\x06 +4 "
b"\x01 É┐\x06 \\x11 q▄ç╝é\f ¨÷´┤ "
b"\x01 É┐\x06 \Vs▒ÇÜ╗Yä╦╩┐ "
b"\x01 É┐\x06 \Üs+ùÙ<Ä┤Ü45 "
b"\x01 É┐\x06 \┘sÖ│7l¦;éD} "
b"\x01 É┐\x06 ]\x19 q¯á1×V╠\x1E ¿ "
b"\x01 É┐\x06 ]`pu¥v¶*dènà "
b"\x01 É┐\x06 ]árüçæI╬╦üjn "
b"\x01 É┐\x06 ]▀qÕ¢Ü_IÛ\x1C ┬ý "
b"\x01 É┐\x06 d▒s0ìð¡58Ü─╠ "
b"\x01 É┐\x06 dsø▒fhÌ0«\x7F Á "
b"\x01 É┐\x06 e/pÀÂZÂL\x0F *Ê` "
b"\x01 É┐\x06 emrÀøÀ\x0E äÍM¡ì "
b"\x01 É┐\x06 gGqôº\x10 Ìi7d┘/ "
b"\x01 É┐\x06 jxpÉ©FHÉðaªn "
b"""
\x01 É┐\x06 mðqSú\x0E \n
ýdƒ▓\x12
"""
b"\x01 É┐\x06 n\x0E q&¢îö\x1D Ë\x08 U\ "
b"\x01 É┐\x06 nLr÷á[Ñ%UB±▄ "
b"\x01 É┐\x06 nër9ù`ã\x19 ë\x07 £■ "
b"\x01 É┐\x06 n╚pd©)GÛ@M¶H "
b"\x01 É┐\x06 p@rpÀi_─E\x07 ø÷ "
b"\x01 É┐\x06 pHrØænþ}1ßºÕ "
b"\x01 É┐\x06 pOpºïý¸¥s╦ä² "
b"\x01 É┐\x06 pVqæóïKÒ\x0E dw! "
b"\x01 É┐\x06 p^qÖómÞ\x1D ¤Ùóä "
b"\x01 É┐\x06 peqÎÆ█3¦╦╠H: "
b"\x01 É┐\x06 pmpıéaö\x02\x15 ôÊ\t "
b"\x01 É┐\x06 p¬r\x1F ¶o®TÞÏq "
b"\x01 É┐\x06 pýs@ôÿn╣×»l\x1C "
b"\x01 É┐\x06 q*r╬║°╝òy\x04 ¢ "
b"\x01 É┐\x06 qirì╗╠-'┬t1t "
b"\x01 É┐\x06 y)s╣ø\x1C ┤\x08 ê╗za "
b"\x01 É┐\x06 y1q\v ƒ>s_Þä\f Ñ "
b"\x01 É┐\x06 y9rÔ░\x7F hÁ`╔ä; "
b"\x01 É┐\x06 z\x1C p╬¢Uj\x18 LR%Æ "
b"\x01 É┐\x06 {\x12 r\x19 íP\t\x04 ½(G§ "
b"\x01 É┐\x06 |ÑrGÀäõ \x19 >X7 "
b"\x01 É┐\x06 ~,rÃí\x1E ¦!Æ_ã' "
b"\x01 É┐\x06\x7F ¬s2ú |\x12 KC\x14 # "
b"\x01 É┐\x06 ü1s¿▓ûüØ\x15 +ûê "
b"\x01 É┐\x06 é\x12 q+º~VZ~«\x04 ó "
b"\x01 É┐\x06 é¸pa¢Û9\x1F\f ¿/N "
b"\x01 É┐\x06 â5r\x1D Ñ©┬\x11 käL┼ "
b"\x01 É┐\x06 âuq¯ú{Ü\x13 èÉ{\x08 "
b"\x01 É┐\x06 âÁq`ƒ#°└┌║?\x01 "
b"\x01 É┐\x06 âþrRÜ*ô\x19 órÆ│ "
b"\x01 É┐\x06 äÖs×¥┌L±c¯uú "
b"\x01 É┐\x06 àLpcú¡\x1A\f _Ì5 "
b"\x01 É┐\x06 à¨q╩é\x10 Pg\x06 ├Ó' "
b"\x01 É┐\x06 çüpþí╣º\x0E °<XÛ "
b"\x01 É┐\x06 çëqÝê\x1D õ╬®*\x19 ó "
b"\x01 É┐\x06 çÃq├»\f ù\x19 <:<\v "
b"\x01 É┐\x06 ê\x06 rî¢\x1F ;╗T\x1C ┘² "
b"\x01 É┐\x06 ê\x0E q¨æw´²ÐËªÕ "
b"\x01 É┐\x06 ê\x16 p7ÿwÜö>¥l. "
b"\x01 É┐\x06 ê\x1E p╣Äçò!äµÑU "
b"\x01 É┐\x06 èCp\t òb\x1F gr\x03 Í\x19 "
b"\x01 É┐\x06 èKrdâz%åÚ´2ô "
b"\x01 É┐\x06 î=s`ÂpË;║\x04 n╚ "
b"\x01 É┐\x06 îÙq¢êSúj\v ,Ø■ "
b"\x01 É┐\x06 Äqpn╝ÂX©═£@« "
b"\x01 É┐\x06 ÅWpX│\x05 Î4(╣Ò+ "
b"\x01 É┐\x06 Æ r«ûFEäAVÛ├ "
b"\x01 É┐\x06 ô;s\x0E ÜÛ2Õ\f oÈ\x16 "
b"\x01 É┐\x06 ôvq½»h░ß+\x11 3à "
b"\x01 É┐\x06 ô│pÛ╗ö\x1F uð\x06 ╬\x10 "
b"\x01 É┐\x06 ôsÇÿ)1\f V¢e[ "
b"\x01 É┐\x06 ö\r scÂöë\t ÅÇ╬╔ "
b"\x01 É┐\x06 ö\x14 qF▓╝ıý_ôı\x01 "
b"\x01 É┐\x06 ö6pYòé\x12 í+èõk "
b"\x01 É┐\x06 öYs%ÖT╠¡Æ█#\x03 "
b"\x01 É┐\x06 öæp}▒Ê$T£kÎn "
b"\x01 É┐\x06 ö×qÚ¿ZOJÁ?\x07 d "
b"\x01 É┐\x06 öÍqËí "ÚØ¼\f └ "
b"\x01 É┐\x06 ö°pÈåª═YÑ]\x16 ! "
b"\x01 É┐\x06 ò\x1A q\e É%^<¥ª\x18 2 "
b"\x01 É┐\x06 ò]qÔÉhûx¿¬½ê "
b"""
\x01 É┐\x06 òËs\n
ó¢öåR¹æc
"""
b"\x01 É┐\x06 ûEr#ìÞþZƒ3Ò╬ "
b"\x01 É┐\x06 û©r\x1C è▓C\x05\x11 3og "
b"\x01 É┐\x06 û÷piåbÿO\x00\v (µ "
b"\x01 É┐\x06 ùis`É6Ç┼JÅèÿ "
b"\x01 É┐\x06 ù¦sä╣5g¾\x11 ¹úã "
b"\x01 É┐\x06 ÿ\x1A s═àOYÊÙ&\x11 z "
b"\x01 É┐\x06 ÿ"sßë2±└╗ÇÁú "
b"\x01 É┐\x06 ÿ*pjôóe^ôd\x02 ë "
b"\x01 É┐\x06 ÿgr│é\x04 ´├ÿ=qÎ "
b"\x01 É┐\x06 ÿñrgÅÂC ╝Úı× "
b"\x01 É┐\x06 ÿÕsy│\x18 ,ð2<q\r "
b"\x01 É┐\x06 Ö#rJÜ©Û,ÎÛg, "
b"\x01 É┐\x06 ÖbpRƒØ█â×ÜÂ\x07 "
b"\x01 É┐\x06 ÖáqrܽpʺMÂo "
b"\x01 É┐\x06 ÖÌsç£4Î'á│\x03 µ "
b"\x01 É┐\x06 ñ©r)ÂRäùúæ3ô "
b"\x01 É┐\x06 ╬¯r╩¬│l\x18 }¶\x14\x1F "
b"\x01 É┐\x06 ÐÐs╔ª ð\x14 ╦ê╩é "
b"\x01 É┐\x06 Êäp7╗´6\x11 @D\x1C ╣ "
b"\x01 É┐\x06 Èpp»ë´õÐÆO╣7 "
b"\x01 É┐\x06 Íxqý¿À«´XHܱ "
b"\x01 Éݽf>sÃì\x00 └zÞ╬k┌ "
b"\x01 ÉݽfKrÇàc]«ÕÅÇ\x1D "
b"\x01 ÉݽfWr°ƒ!õ÷HÑF- "
b"\x01 ‘»Z\x00 Ïq¾Ÿ\x1E æäyá„7 "
b"\x01 ‘»Z\x00 àp9§;ÿÂ’#r§ "
b"\x01 ‘»Z\x00 ïrö·Í¾Ükw÷¥ "
b"\x01 ‘»Z\x00 þp*…2¼\e ]ùþ¥ "
b"\x01 ‘»Z\x01\f pH¿\x13 Ñ\x14\x04 -»» "
b"\x01 ‘»Z\x01\x1A qü“\f abt,K• "
b"""
\x01 ‘»Z\x02 orf¯\n
!.¹..W
"""
b"\x01 ‘»Z\x03 ÃqU¸'\x19 ó ¼ì\x1E "
b"\x01 ‘»Z\x04 .p\x1F ¶k¼¥<‚Äa "
b"\x01 æ╝¼¥ƒ}_ç\x03 -üÜó®¹ "
b"\x01 æ╝¡\x1A ÷vÞªÅ8»╔\x7F Ç "
b"\x01 ‘¼™Ç{¡Š÷ÎâÖçìà "
b"\x01 æ╝¡■µ|¯╣hÅ\x10 ±Ävù "
b"\x01 ‘¼®I&z¬¢¢Ú\x7F »Ôòl "
b"\x01 æ╝ða¤{jÉ»õxÝÕh¸ "
b"\x01 ‘½^Ý\x1F\x7F “¨²\x12 p(]. "
b"\x01 æ¥ìØ$\x7F\x17 Ét\x13 ╬ÒÌÉ\x7F "
b"\x01 ‘¾Ž°ür²Ÿ€®-Ø\x1A AX "
b"\x01 ‘¾”(\x13 v6¶ ŒÏL3jd "
b"\x01 æ¥ûP\x03 pÅá;0Å\x1D zd┐ "
b"\x01 ‘¾–á{\x7F ìk»Ñ(W_Ø "
b"\x01 ‘¾—õû}EŽÆÁ“0/~1 "
b"\x01 ‘¾˜ÄŠ|L¥êŽgß÷ÀM "
b"\x01 ‘ËåFøz´ Ð;”\x1E I”( "
b"\x01 æ╦ÕúÉw\x12 àí®mݤý¨ "
b"\x01 ‘Ëë\x01\v }D‡\x16 è˜(ߌà "
b"\x01 æ╦Ù-ÃwCû®Òì\x1D ÕÈ% "
b"\x01 æ╦ÙÓ\e x¡üÄOÁ!;'Î "
b"""
\x01 ’\x04\x1E ÍÀr¡¬V\n
hçùLÌ
"""
b"\x01 ’\x04\x1E ÍÍq’¤\x1F NxÊ¡[{ "
b"\x01 “X—1]rC‡Æ\x1C :ø[û "
b"\x01 ò┤Úì±rLƒ)\'â\x01 î║ "
b"\x01 •´éŽ\x00 ré¤ \e :¨sŒ_ "
b"\x01 •´éŽ\x11 rߥ+ÜVáým\x12 "
b"\x01 •´éŽ\x1F p)›\x16 ×T¶_\e ' "
b"\x01 •´éŽ.sÅ«â\x10 OI*ãÐ "
b"\x01 ò┤ÚÄ=pWº¹Q\x15 hØ*ü "
b"\x01 ò┤ÚÄKsÉÄËRL\x1A Ftk "
b"\x01 •´éŽZpçŒx}ÙñA\x00 ; "
b"\x01 ò┤ÚÄipºÅ±Ö\x17 ì9q "
b"\x01 •´éŽ|r´«¨‚Ÿ+Mϯ "
b"\x01 ò┤ÚÄìs└┤\e\x1E oúê\x00 "
b"\x01 •´éŽÑs\x16 ¶»Öñ̳\x19\e "
b"\x01 ò┤Úɵr Ñ\x18 ¹9ö\x04 ñ¦ "
b"\x01 ò┤Úɧs¦¥\x7F ½\x14 ¹UÂÚ "
b"\x01 ò┤Úæ\x05 s\x13 ØÇ╣\x10 ':2r "
b"\x01 ò┤Úæ\x14 p┼¡ìïKØGá= "
b"\x03\v VÚ¼JK2ìÊ╝ ù^w¤ "
b"\x03 “R\e\x02 2M`‡Z‘˯Âè` "
b"\x03 È\f \4–Dä$l/\x1C }¥ "
b"\x04 s›6÷%K7¶ðTcÛ†?\x02 "
b"\x05 -Åß│┼I!©³°·\x04 ▄┌h "
b"\x05 ^ýÚ\¾DНT\x06 ‹´M½| "
b"\x05 ¶!©\x02 ÇM\x1E ¨¸ÜÏœ³#Å "
b"\x06 JO\x07 w├Gìå ì!4Éìù "
b"\x06 ÌTqK\x1F F€¿’ù%RPÙ˜ "
b"\x06 韑¸ïKl‡$´ñi\x12 ³\x7F "
b"\x07 $²Õ¤\Nº´7\x1A 2)UzD "
b"\x07 ı°,%HFlÅ┘\x1E KKt˨ "
b"\x08\x0F ¢÷›<Ai¢}£|ÊëM\x07 "
b"\x08 ãà0±\f Oˆ™³ðô\x0F CXk "
b"\t ┐è¶úÈE1ùÂÌ╚\x1E ì0B "
b"\v ÖO·ù³L:¬î;Œ}ó F "
b"\f ;G¯:\t B\x11 ‘bGê!!‚ð "
b"\r \x03 6Õ1>Cð¸…ÇI($\x0E \ "
b"\r \x12\x17 ¬çyFi¸¥BnÏ)3“ "
b"\r KÿM\x18 üJó½µ=┘{?Cƒ "
b"\r fðHó7F¿“´ÿ¼7th1 "
b"\x0E È░/IÎBüª\x0F ]}j²\x04 │ "
b"\x0F וᾒCþŸÚ\x1F Går–\ "
b"\x0F ×ï\v RðG\x1A •Lî|“\x12 ò\x03 "
b"\x0F ²QÓ,ÈNçüçØêå\v \r @ "
b"\x10 ÷\x0F AWÉEL§\x14 ¿Y\x06\x1D ì8 "
b"\x13 Ú?\x0F NaN]…g°! \r @ "
b"""
\x14\x19 ø¬êÍKLŸ\n
´•¤u¾\x17
"""
b"\x14 %»,FÀOnš§‡D±“Ú "
b"\x14 D¦lPG\x03 Œ²f\x1A mT)¢ "
b"\x16 7½'jüA=‰\x1F ÕÓ%§Ë~ "
b"\x16 >M“UÁKc†“©B\x19 -{í "
b"\x16 ¡z¬\x1A\x08 G1ƒFì~╬_<G "
b"\x18 ƒ“©_\x7F K·œ¤¸€à²ý\x18 "
b"""
\x18 Å£Ì\n
┘AÑà@&│\f ▓│J
"""
b"\x18 ëÍ0ø9L±…†Öoc6¯f "
b"\x19 ÇV\x11 K2@΂ôëQÛîÒv "
b"""
\x1A\e ö\n
O(KA‘z›9Pú$¸
"""
b"\x1A i4©ÕMCû¡*ÖXŸPݶ "
b"\x1A §¢0•\x1D EŸ $\x15 ½@¥ð\x05 "
b"\e\x03 wàT]G ®-œ÷ïç¥V "
b"\e «‰IõÐOó–o›ê_¡e2 "
b"\x1C Ø[?îöGu×OºÓB▀\x1F ▀ "
b"\x1C ═Å8╝õL[«Iâ░Ä\r ×\x1E "
b"\x1C ÒÑÕì¶HB».\f ø\r Vw] "
b"\x1D o\x1F >^ÓGIŠ«ñŽ©c³Ö "
b"\x1D ×DGQAN┐«i│\r Ú*\x04 Å "
b"\x1D öî8þ[Mÿ«É§ƒwaÞ "
b"\x1F (|êŽ7Kg§‡v1`ÄWO "
b"\x1F ûÞ†‰£Gª¯\x7F ö²ôGS² "
b" o*ˆ‹9@?œÐ5D×\r ªˆ "
b" ‚eë"ÍDU´2Œ[9¸ËQ "
b" ê$\x0E H@╠É├¬Õ~Qwµ "
b"""
!k…>´êB\x01 …éÙ\n
Î?\x1F •
"""
b""1tvûGM<´x¦Ô\x12 pÔ "
b"#£\x16\x03 Ò÷O╣ɤzé\x05 ÜoG "
b"#Ä*Õ"#B}¡×,e ±<â "
b"#Ùf\x02 i\x12 H”¡&\x16\t >î_% "
b"#ïÍ\x01 OCOh¤ÅVXeÊ\x18 Ó "
b"%ÔàbÇÃH#Åýñm=\x10 Î\x19 "
b"%ùäç`ÍD\x15 ›Ô»\oö!Ñ "
b"&*ýM‹=CU¹¾¼~ÌÅ/L "
b"&ZªAäÎE ╝Z$TMìñ\e "
b"&\1\x17 #´BoÅ8\t D╝^bÖ "
b"(F9ŽU·Oó§N;Ã\x16 !©õ "
b"(Ë{\x0F ©.E¸–@€Þ*Ru\x07 "
b")3\v\x07 ¥qL³œÓÿ¶d‡\x04 ä "
b")›Îœ\x1A ±C(½Ô\x00\x03\x08 ˜\n < "
b"*YJ{'ÉLwë╚"ç<ZÖ "
b"*m•bÚ>O’«µn–‘U]1 "
b"*■`uS¬K╗ìJé╬Ôb▀Å "
b",\£X\x03 L ¸ìœtQì(T "
b",œÛ9ƺMÊ‹Õ\x1E ¤ŒÑ—\x0E "
b"-(”+>fM»¡¸Îa}À»\e "
b"-½<`ÃÿAK·‰\x00 Þ4~\x03 V "
b".Ÿ`{\x0E þMÓš¿\x17 Þ`\x7F åû "
b"/&\x17 AËÝ@ªžwíS‚óv\x08 "
b"/C\x01 ¹¹qM<´™é\x15 mÞÅ© "
b"/┤\x1C\x1A QcOØá\x13 jWîE<^ "
b"0;X"ÛýF«‚Á€\x16 å÷Ba "
b"0H×▒»e@¤Äáý§oØÐÛ "
b"0†ô\x19 »kB\x7F —#\x1C Õ2¬-» "
b"1ºC¾S\x0F NÕ´\x18 ƒº.ðû\x1C "
b"2\x19 .‚â\x03 Lɯ,[½\v Î\x11 ( "
b"2\x1D $1ÃhJéì|ÜÏ\x1F ╗íÁ "
b"2Ø=Y¦╚IN│ÜKÜ\x1C ß▒( "
b"2ò0?rûJ‡•tRÆQ¿=ª "
b"4¹œÊɈJ¤ˆG\x17 –1ˆøÎ "
b"4ºŽáãíJ\x1C ·Ù½f𛻇 "
b"4Õ0Už\x1A D°‰E¹;§ÿFÉ "
b"5é%×î\x1E F„³ƒ%áß¹\r ‘ "
b"6!¨¾YhOóá±Q-S┘ªÅ "
b"6œŠ\x03 6Eë¡\x01 NL~KŽ\x03 "
b"7Ñ›-â(B÷´ï\x03 ‚ðÉoí "
b"""
8*\x17\x12 \n
ÞC,è\r âcÍßXÉ
"""
b"8þÆÓÍŽJ•ž3f§SÐG„ "
b"9\t\x12 ßapB<¯U¥c&¡Ì. "
b"9xÍ\v öâ@\x17 ³…W$CБ} "
b"9 \x12 Í\x11 .Ci“½¨xTDÕ "
b":fñ ├D@²¢¿ıDû╝Øß "
b":i÷\x14 ZƒK…ºüÙŒ%?Q: "
b":¸sز¹B\x04 ¤Q{ÛÔÍ\f "
b";\x13 gWjêG–€³º%\x08 ·Õ¶ "
b"""
;‡ˆ@C“D\n
™\x0F ¨Ø\x1A y\x0F d
"""
b";©z”ó7DƒF\x13 µñP㊠"
b"<gA-ÌGH‹³âõaðË1 "
b"<•Â\x1D\x0E ÛCm£ÂÎM,»½Ã "
b">'†\f –‘H5¦þý\x1F P0ì– "
b"?/åÚ6c@=’\æ[ÊÒ\x16 ¨ "
b"?xvì╩╠L¼Àa\x10 ê|kýµ "
b"?ýNUØœD¢€8Žžw=4b "
b"@:9WKýM_Ÿ0ê?›½X] "
b"@ìËjÿ\x16 MàÁ¸\e j░▓o# "
b"Aü╬´─âJE▓Ô¸èóß¼Ô "
b"B\x05 …†Ò›@û±âeMz\x1E BJ "
b"B*¶~a+E6Žæ\x12 fÛ®6Ú "
b"Bb‹²º²KO”gN\f\x1A 7òt "
b"CÜp+ÅMA-«±\x05 ¼§EnR "
b"D\C½ú J¾‰÷\x15 :$¯~m "
b"D]¶MdON\x1F ½ÉªT╣.ıa "
b"DÈóÕ\x00\v F~æ,r-┴Ø\x1F Ã "
b"E\x02 9GIrJc›\x12 6,‘¯¨l "
b"E\v ìoª┘Cº¡L~\x1A »¼ui "
b"Eerc¼ÝAš©#+\x1C\x10 „\x12 œ "
b"FÈUuFÙO!†ŒÞ±\x14 4¨o "
b"Gào¸\x0E ºLì½=¿N6Ëóï "
b"G±\x06 ÂïaKüò╔ŵı:98 "
b"HEÜÉëÒO\x05 ¥@\x18 $┼├R´ "
b"I¤ªã0åI\x18 ¾\x19 !^Ù¿iì "
b"L\x18 ¿uØ\e C\x01 ┤ð\x1C =ËÓ·f "
b"M:·\x11 ƒÓGº…ò‡*¾UñG "
b"MnSˆðMq ñ!Y\x18 zøÖ "
b"Ncì\x03 7 M›©]”ç¶N>ª "
b"""
NÉK\n
Å>MÍÆ/\x0E \x04 ì\x01 $
"""
b"P÷vƒŠFβßÒ.:+°p "
b"Q┼àTô5@└ƒè@\x14 Ø>\x12 Ê "
b"R¤°╣qýLwÉm╦åöÞ³7 "
b"TsYéh&@5°¼Ozâ\x1F 'w "
b"TÄ<i\t îDæ¾F²a©\Ÿ’ "
b"TáÚ^ùEDöR\x08\x00\x01 ㉠"
b"Uc=õ+eEáìa\x19 1-Û░& "
b"Umö®>ßNl†v{¤\x18\x1C GÕ "
b"U}¨öç¢F9ƒäÖ.irSp "
b"Vצ[E'Dİ»Ks±?mÛ "
b"W\x1A\x05 Ç9“H6š£ªøÁžã¢ "
b"W€¢èyz@[®Š2J\x06 Ù´Ç "
b"XËIKÝPI·˜ßÙ±`ã\x06 ‘ "
b"YfÁ\f ãŸA\x19 ¹{ø‘¦Ó "
b"[\x1D\x02 â\v zKy˜Ïî§b§È€ "
b"]\x1E ÈZC”¨ÿ`ºé\x1F Áà "
b"].É\x0E <6Gı│ìwWè÷¸û "
b"]@¿X¤êG8Ū|Ë\x14 î~d "
b"^Q§¨ñ¦H±†b›UÈsùò "
b"^a\e }ÏÝMѱ4\x00 L· \v ± "
b"_àÚE\x18\x15 Hæ—/›ñÝË\x1F p "
b"`áþã"+AØëïÉ║\x1D ÙñÏ "
b"a2]™Ž\x0E G ‹.vÅ\x14 GJb "
b"b~h”…ÝIWœ®Zò\x10 ˜›ã "
b"b‚†'¨ÕIµŽ%\r s•ÑoÁ "
b"c%»ØÚ╔D;ò>─ý\x04 ÕxÚ "
b"c‘\x04 ƒ¸qCë«°1\x19 éˆ-w "
b"d*=i\x7F LLá¼ýÚP`PÏ\x17 "
b"d÷óGÚPO¿ AÞ©cÞ_B "
b"eCÀ´Ú´J\x04 ò\x07 ìn\x15 ╦┬ú "
b"""
eÉÓ\n
»¸HzÀG]▀û╣1q
"""
b"eÌ$E├dBØÑåàðb\x1C Êy "
b"f+J¶Ó#AI³QúÒ\x04 =ã` "
b"fÊÊû\t çC͉\x12 ãçF~+¿ "
b"fò\x1A ÿµç@>® 17‡p‘y "
b"gQ®2u÷K!—Êä&š\x11 U© "
b"g┴K÷\x1F ╔F\x1F üi┼\x03 ëe┴C "
b"hæ»wIºADɬm1┤Hº┼ "
b"h‗nä╠©B|║╬ \r Ôɸ9 "
b"i\x17\x1F\x17\x13\x05 Fž‡\x0E\x12\x1E ü*s’ "
b"j¿¥0\x11 ¶HYªX¼@=D½ƒ "
b"jÙE¥'\x02 B"¹ÉR\x08 Ë“ÒÛ "
b"l\x11 ü{BªI÷ä£Ý\x08 Û´å² "
b"l¨\x14 DÛVJìír\x10\x04 ¤Ú\x0E\x0F "
b"m\x03 [½\t\x7F F)Å[¢╦/\x03 MG "
b"måf÷í9G@©þþ=Þñ^ì "
b"nèõ\x13 ºàE\v │J▀ıýÉ\x0E < "
b"n·®7rÚO'”\x03 aU¤fó¾ "
b"nõlïäÊNòŰöI¨ÒµÐ "
b"o¬Ížy¶Kt˜¹Nuð*O… "
b"oôK~ÀîE÷¬©kÑçüé" "
b"p'”OUñO2•A¥ºf?ÿ\r "
b"""
p™»\n
ÛKCµ”«WLò¡0Ÿ
"""
b"pí\x16 “\x15 BB“´·û]{ܶ¤ "
b"q═ÇÑÉíCÃÜW\x08 ÃòÊ┬Ö "
b"r▒×ÿD¹Fɽ¢\f ╦\e\x11 æ_ "
b"s\t §\x17 …}M(¬u\x06 Ân©–\x02 "
b"s<\x7F T\x03 hIc´÷”Åj«¸š "
b"sÞÉÆ\x1E IIô”…r¼)>\x18 — "
b"t®h‰\v ÞM}€D…]ƒ˜ØÁ "
b"u\x0F KÒVKÞ³7Á\x06 ½}T² "
b"u´à4wvK5¼s¸Ëqâ\x03 P "
b"uë£Gˆ6H²»±1\x1A ›âÊô "
b"vUø½é#O§¿ƒc\x06 õR± "
b"v¥áø■\x1A C ┐\x13 ▀<ªü│ë "
b"vÄÙGY;O\x10 ¢,å=Ÿ¸?à "
b"vÛŠ pdBž—ãýå{›Á& "
b"w\e ñóz1@²“zsü\x16 Eö{ "
b"wƒ!>;RCrŸ4]ìRu•[ "
b"x└Ã)O\x19 DÉ╣÷±¶É ¡╔ "
b"y═×±│9Bþè×ìg\v xý~ "
b"zRâ'¸JJ£¯ÿôÛ{1Sê "
b"{@\x1E _`¬B"¿iœ3UfÜ% "
b"{ã(ÖC\x1D D─ÅÜ╝UëååÞ "
b"""
|\n
÷OÕVI}Ø▒a╝╩M/R
"""
b"""
}\n
ìl¤\O÷©kUç\e ͈
"""
b"})A\x1A mNOO«V\e ‹¨\x15 nf "
b"}c¢å·─GÉàz,®gZ\x15 a "
b"""
}\x7F @ó½VHQŠÊ]²þ}\n
–
"""
b"}ìWÉ5MG\x01 »Ûøü‰×\x07 ñ "
b"~D†µº„Lͬø‹²‘Â\x01 p "
b"~SWÝõËL@¬¾\x04 šB¨n/ "
b"~Äöã>ÞKõª(\x07\x01 -\x15 ç% "
b"\x7F H|4øsM0ìµ▒TÒaO "
b"ü½V½ƒªC\x16 ®ª·æ®█¸ï "
b"‚&--‚\@Ô¤¬›l\x02 ¡‰p "
b"‚Ø6>¦M,‡>¸¡tƒî‘ "
b"„jÓ8â˜HÁ¶I„ÌÚ"ÇG "
b"„vå’\x01 „E¶†ç¿¢\f pÑ– "
b"„•\x07 b%ÉL^’%ûÔ_øe\x02 "
b"äú└öVôCcì\x0F ýÍlçà\r "
b"ä╠VJoìBþ½└AÓÌ.Kâ "
b"„ãµlïóB\x04 ‰\x0F #·LþQ£ "
b"…\f ñ\x18 ôéG*–\x15 ¸Ð¤Hôb "
b"…sÖ…ÂfLR¸š‡æÃ)1\x15 "
b"๷E@¼C ØÄ└ig/╗³ "
b"†\x11 MÓðÇGü“š•:2Ü\x17 1 "
b"""
†}¿"\x04 fA±¯¼)M0\n
vq
"""
b"ç\x04 ╚;¸äA▄ëèrzJ╚É9 "
b"‡\x1F Èž©4Nûš#\x14 Ÿ%\x1D\x0E\x16 "
b"‡J\x15 /þúH¶£eÕ©\x06 ½s\t "
b"‡‰µôÒUB\x16 ¾µ\x1A âs¦Áv "
b"‡§T…\x05 ¤Jƒ›ŽTÝÐ…Œ` "
b"ê4÷?\x1E óN§ô├O¹┼¢Åï "
b"ˆ¤‚aÊ\v I:¸ëñü!6ôq "
b"ê├Ú§¶{Osú\x1C I1ì\x06\x01 ï "
b"ê╩\┌¯ÉGc¡╝?Ó┼\x1E ─ø "
b"ê╦õtÞAGü░\x02 îá┌╦0 "
b"‰~\x19 "YõD§µ{^\x07 î׻Π"
b"‰Ïx\x07 ø>Jq«¸Ñ:þÛC$ "
b"è┤Æf"\x01 I\e ¥3Áüø¦▀Ê "
b"ŠÎYìêÁAúª0ΛòKް "
b"ï²ñ▄à.FÕÅ«*\x06 2\èF "
b"ŒF\x16 ‰ƒ/Iï‘Ü\x19 EÝÈBl "
b"ì\x04 ╠R×qAdú\x1C EÙ\x18 ¬êZ "
b"ìd|í|\x08 Mâì¯úóFÐ.ù "
b"""
ìy\n
9ݺC>ÄZö$?vJP
"""
b"ìãu3¼tOrî\x0E õ\x14 ─▄\S "
b"ì═ÃX8·E@À¦3d\x04 ¼-A "
b"Ž\x01 ‡\x06 |7Næ’Ò‘§F¸èÉ "
b"Žƒð¼omF‰…ˆ"äŽ\x1E ™ç "
b"Ådı·¢dA\x1D ê¾»\x01 ºkUz "
b"Åæó½ åJ▓ÀcY\x00 ¹j6ã "
b"ÅÃð ·¶BʺÎ═\e\x12 ╩\x08 ı "
b"ÅÌ┌Êg'O█ía╗YäF\x1D ░ "
b"É»K╬}‗D éö®>\x10 lÔÑ "
b"æ0Í<üONfÉPo{ß3ñ8 "
b"‘ø“SJÁAú«è¯ø\x11 $Bò "
b"Æ\x12 ¯Ü╔├Bò©\e H╣üàKT "
b"’-¬ž\x0F ÑF\x1C õ¡\x01 ý\x03 Qì "
b"’£ëǯØB”¤Ä×Ü\x14 `\x1A « "
b"’¿è6%\t Hò¸4¬¾k\x19 u\x14 "
b"’Ý¡˜à‘AÖ‚¦Éá‡/XŽ "
b"’î݇\x1E ‚K,³k¤ð7|%Y "
b"ôÜ╣┴4BM$¢ì│ÍÛE§Ü "
b"”_æ\x1D\x03\x11 O¬P»ïŸ\x0F \² "
b"”…’Þ»°M-Ž’Hû_«~í "
b"""
•\f\x14 E.ƒFÁ™\n
r¹ò±ÚS
"""
b"–ÔA¢‘¸Gœ™e\x1D Wo(=È "
b"—ªçƒlÕAø¾Íy\v §9ß< "
b"—¬ÝnÅ–Hø‹\x17 ЉÆÖ\x08 b "
b"ÿ2D3bHªØFˤÜÑZ▒ "
b"˜“Í:7ŠF\x15 µ€:¶NBóÌ "
b"™©€§¼ÉNS²Æ\x10\f ÃK\x01 « "
b"™ÚÐ\x11\x18 @Jº˜°\x10 ©T©u¸ "
b"š,øÑY—C\x7F ‘´(9\x1A Reo "
b"Ü\î╦╔UJX¬6ëOì\r ë3 "
b"šjž¸CbO¶’*Uàtûçc "
b"›\v £¢ó³O[–\x7F n\x13 Ø\x1A ©— "
b"›f1ämJ¨žóhè\x17 Z=| "
b"›(@ܦCª°¥E½©e¼Û "
b"£\x1D g┤╔F+ÅDfÉ!þè░ "
b"œPíïØ+I˜„r\x1D ™\x02 df\x00 "
b"""
Ø*\x14 gW│Eí╣╗G\x1D ═«\n
┼
"""
b"ØÉ+e¦ÍGX╣óÔÖ└N³l "
b"د£º\x1E ØLä¡å║ù╣wiÒ "
b"×I\x1D "ÇìNÁøƒ\x17\x15 U╬µ\x16 "
b"×z<ÐáÂ@mìCí|»'Æ\x04 "
b"žÕ•€ÿ~H\x03 °…\ÿo“⤠"
b"ƒ&؃}xA¥òB¶Ø\x08 2\x1A à "
b"ƒáD{╝©K&¬Ån\x7F ·\t ╚ª "
b"ƒ®┬ÔbWDi½Ø0\x1E ½û~À "
b" m9\e úüCð®A`«ÅA? "
b" xã\x13 À\x02 E\f ¬ÏðHÇ2\x0E ¾ "
b" Ø|™1ä@I¤#oœa"Fx "
b"¢ŸÛ+©Ë@5¹aW\x07 S€xE "
b"¢È[›\x1E þI¨ \x05\x16 ï:ôÙº "
b"£\x00 \n }³´F$‰t†â=0ó\f "
b"""
ú¼\x1C *\n
wF£Éæ▓¥F*Ƥ
"""
b"¦…E$'‹A†ŸC.ñ«`-• "
b"ªÅÙ\e ¾¹BXèækïÇ3"\x17 "
b"ª┴A¨³ÀOÒÅOÑ\x12 {øû\x10 "
b"""
¦ÒÄ\n
LòB8²›mí\x10\x16 Ëæ
"""
b"¦ØÜø›ÛD]¬4ô\x1E ¿\x07 ž\r "
b"§*ù\x19 8 MQ–ÄÚ*\r 1Æ) "
b"§?vFµM\x17 ½•¶¯v‰©H "
b"§¬í™ÞÈN:µ\x1C þ§÷›Èñ "
b"""
©\n
æ²\x07 éN\t :hÍ&ª\x19\x06
"""
b"ª\x17 àRú¯OȲÑÝë·Øáà "
b"¬5\x18 sÌêHq░(þü§\x1A ıú "
b"¬y┤-/\x15 O©ç\x1E ÏîÏÅr░ "
b"ª²\x0F\x17 }ON\x07 Ÿ]$oéºD\x10 "
b"""
«ÔÅT\n
(B\x01 ƒÄãÖˆ^6\x7F
"""
b"¼\x0E ─ym@@×ëø¼kQfÅ7 "
b"¬ß›Ûg¨JÚ¢À¼k¬µ”b "
b"\x16 *¦õœL°ˆ¦?F¤êwý "
b"Yü,-øKœ¤\x18 ‘lŠÕʨ "
b"®föÑ´\x1A O³µ\x19 ý”Vט\x1C "
b"»▀ì╩ó]L5Üâô°@┤6A "
b"°à—œ‰¥A.‡aœÌ\x1F åH¡ "
b"±NÚ¬µ\x08 I¶»{ê&Õ‡0Ú "
b"▒{§oZ¡A▓Ø\x0E Õ Ï9Ä┌ "
b"±|\x0E úÈ\x1D @Ç·˜žHñ\x17 Ìk "
b"²\x05 ç-vpHƳ\x07 ì¢×8âä "
b"┤\]Or^D©äv7ü\x00 │┼´ "
b"´…K9½!F„€\x01 òš3\x19 >¹ "
b"┤ıÑ─9^O¨É▒¢×ø"òû "
b"µ?¨+é.N…·\x0F ÜкøœF "
b"µšü—ˆLB;‹\x05 ²„.(¼ö "
b"µÒfÓÿT@\x10 €\x08 ïðÇး "
b"¶v\x1C ÇÑÍOÿÐòÇÁT·" "
b"·{Ê6f\x02 Os‡úk7¸zÓ\x1F "
b"·ñ7sœ7LJ®jÇû®%Óù "
b"¸îgëî>M\x10 ›å„Ó7ò¨Ü "
b"¸öœ\x14\x13 uM\x1D ²jÕLe\x08 GK "
b"º\x01 >0A0@\v Œx'!•ó|c "
b"╗\x04 °┐!ZJü▓■°Ç°TK² "
b"»8”²HûA7Šj\x03 ØÔ©¢‘ "
b"»š\x08 äwôL:®ü\x03 ÆD\x1E ‰z "
b"»Ó\x19 ÁÌ>K\x1A ”:›W_U‰Ä "
b"¼\x07 >nŒ1G¡¨êb˜Péˆ' "
b"╝\x12 ï`É.NØ×NP┼º┤ë1 "
b"¼ãý³oåKô,X½î{(a "
b"¾K¬Jo\x0E @½£\x11 ï?Ü;8T "
b"¾žÜk!iF\x18 ŠÆWÚ§â×Á "
b"À\x13 ~mëÜLʽM½\x18 $ý\x17 "
b"À.Qq•“H,¸ÒB\x10 ’\x14 ¥& "
b"┴óɪAdL\x1A ä$g\x1E êZ\x0E H "
b"ÁÈç\x19 WŸ@é£3ôŽ•×\x14 õ "
b"ÁàõP×ÐOÁ±žHx\x07 )-& "
b"ÂTÇ¥\x06 J@»€]‚¥k}ç\x0E "
b"ÂhŽ\x1F ì&IÛ’\x08 p\x0F W\x1F T\x05 "
b"Ã{Y]÷5L¡¨Ýú›|ºmK "
b"─AÅ\f ╦bFóâº\x18 ╬!Y{U "
b"ÄÄ«q¾sDç´\x0F s–uBÄn "
b"Ç}®MVŠNb îó\x0F\t ,\x19 Ý "
b"╚K▓ÉÖ\x04 Iª×¿÷┌┐_\ç "
b"╚^█O╩!C§Évö¸2¯4r "
b"Èû÷\x1F ÒÆEÙ˜i!\x02 |\x1C ™‹ "
b"É9]Za@¨ºsÉÎÈrÊq "
b"Ê:\x12 ᯫD˜££/Û”×æó "
b"ʸv]\x00\x19 Mö¥¯¼sÁÑc¹ "
b"╦│1í:ÂKÍüHÍü╔æ¿R "
b"Ì\x0E é¿\x15\x18 E¢œEj“U\x15\x00 \ "
b"Ì_sꜻOÁ«.\r Çô™’· "
b"Ìq\x00 5¯]G\x14 ™¶É‡37…l "
b"ÌwÅÈó\I¬ŸÜ\r …\x06 Ç\x01 ñ "
b"╠{®ö╠\x0E M¦ìf─3iî│O "
b"Í÷5åA.Gþ™C9\x1C ÷\x11 Úp "
b"Î\x1C E6[ÐIb‡ìV\x05 °û´Ñ "
b"¤ÔcÈ`tMc¿\x13 üe?Dg■ "
b"Ð\x07 ¶Ü¢Æ@ã¡%º\f Dô´R "
b"""
Ð\x16 ÝÍ"ìOµ«Ž{Kc\n
S‘
"""
b"ðz»\x7F [ÉB{¡QÏE\x07\x06 ü╠ "
b"ÐÅ\x1E ÀÆþNé‡]ÌFIÈò) "
b"Ñi\x12 *&òE\x0E ´é•¹ä\r s\x7F "
b"Ò\x05 1¦\x00 ~Gœ£X?דª“Ê "
b"ÒGóÛæ\x1A IÓ‹RJ~ט²\r "
b"Ò‘|nh¬Do‰Ó옡yÕ@ "
b"ÊóD\x02 è@Jµü¬/\x1C ºPcm "
b"ÒÉÏÁ.êC,ƒßáÃh\x0E Z: "
b"ʶÖ\x13 Â‗AéüÞ▀ö;^~ "
b"Ë\x13 ÷ýØ\x7F IQƒTóÈâ.ú "
b"Ó\x19 ‚\x19 ï\x13 IBž1Ur\x12 k\x14 Þ "
b"Ó8ß……\x01 J+±ÂÈ\x0E\x04 Ì\x1A ¬ "
b"Ëý*þ%\x14 A4¥-?¾ É$é "
b"ÈF`Q·ÿO`╝\x13\x06 t·[\x10 ü "
b"ÖGèÕ)+N7ŽŽ:Œ|&\x08 7 "
b"Î▒ÉÏQýIÖ┤┬ÓÝñàª┴ "
b"×Í\x00 `T1AÇžMkH\n l0p "
b"Øš«`Ê\x07 Fκ~i\\x16 90ç "
b"Ï╩díÕ5Jê¢É»÷Cû¦3 "
b"ÏÍÖÛÎâLÝÿõ$╠Ìü?k "
b"Ù’Z\x7F\x10 ËMd’Þˆ©>}#< "
b"ÙÞip]³H€¼ÞU²¼a‡\x08 "
b"┘Ý╔bAþG0ÿ\x06 ºÅX9Ü\x18 "
b"""
ÚÀ³·ýVH¶ª\v +\x15 ˆ®\n
\f
"""
b"Üå«a[\x05 Dœ›=²™ˆö\x06 ú "
b"Ì7Ù█¾þIüíƒ╣ ªIj. "
b"ÌJ²?-\e IƒÅóìÍøo_c "
b"ÌRj´¹W@ìıÀıvvù« "
b"ßÍÃ"_¸N~²\v ~ñÏÉ»/ "
b"à:3\x12 †TF¾‘ÛÆÐ½ò‚8 "
b"à…²šýÝ@í§—\x19 9lÅ\x0F q "
b"àøÁ¼Q @“ŸN’H)¢êß "
b"áJ•Á–öIÑ©uê`\x1D\x03 ¿[ "
b"á•öuŽ·DÇ›¼yF—Þ*ç "
b"âŒkt'yD\x1E ´½\v }\f æNæ "
b"ã\x7F ÁyÏ\x1A Dl‚þm\x15 §DÅZ "
b"ãÆ“Ò\x1C HC{„ÿ\x04 +*©á9 "
b"ãÿ|nU\x1F K?ŽÊ\x1D /¢\x1C ™\x13 "
b"ä\e ø¯§v@¾–\x0F T´˜çLð "
b"åóg‚\x00\x01 C<¹óþ”ÌxRD "
b"ædÕ{\e UIš‡n9³èR¸à "
b"""
絿-¥\x7F L%ˆ\x15 À\t 9F\n
á
"""
b"çÌš\x17 Ž\v A¾¸š¦€"º™ý "
b"Þ°¼\x00 ╗\x1D NÅ╝IÔT\x12 ÚP( "
b"éIî³_°Ix”ËœIGðÈ… "
b"ë\r ®9À±E¡¥E\x05\t ¾·Ý+ "
b"때9HïJLºùFYÝw9\ "
b"ýCøe_╩I┐╗\x1E ûüéÂM╬ "
b"ì] 7ÀK3½\x04 ·RÅŽ€ "
b"ýÇ5L¼»G°ó®╦J■É'║ "
b"í’IeF¨A㔲ÓpfYÀ‚ "
b"ÝÜPbæ╔G(É|\x00 Ƶ\x00 æÍ "
b"í·ÁßC,Mš¥)Öq¢®\x08 • "
b"ݶhZ-vL▓Ø$9褮p\x12 "
b"Ý¸Ø \x04 LE»\x17 M ýDlÖ "
b"îGFÀ\x13 $N“€†ˆ'øÕŒ' "
b"d»ML\x0E ›1c´5’‰\x08 "
b"ï3× ‡µM\x03 Ÿ(Þ\x0E êÞ¬Ê "
b"´▓&¬\x10\x15 O±¬\x18 ¨öóéÉc "
b"ðˆMe|·ND«3\x0E rI¬1‰ "
b"𳽩1î@®²Œ\x1E ƒA×:$ "
b"ñqÄZdFDˆ½qÔ4\x0E W/@ "
b"ò?O\x7F ¡ãC‡—VA»@0â\x04 "
b"¶½òhX■H\x19 Ø»\x0F\x0F @ê\x08 º "
b"ôý½%:\x10 Iõ•äú¾¨e(Ø "
b"ö\x0E\x05 O¸r@í²øÁîèB\x04 ü "
b"öEò¨\x04\x08 BC¢6tÕf`IÎ "
b"÷ÊQ£¥=DKªVÖ30DaA "
b"øKCº&:M? KW\x08 4&ð‡ "
b"øˆ˜|;\x0F Iúœrd¶âÜ^\x1F "
b"°ð±`\x1F\x04 O\x0E ╝Bü@·åm\x0E "
b"³¸+üÍMH¹┐í\x17 ╔RÛ?N "
b"ý໕’ÄJº¹oLlL¾\x1F s "
b"þ±çañ´Oèž$"Ë\x00 Z+f "
b"ÿBaLAÈF¶‡%ÈV)ñ§· "
b"ÿz&;†ÊIÛ„Ì—þ96¾\v "
b"ÿ®$\x07 ^ Lzƒì[\r ݧÑH "
b"ÿá“\x02 ¦«EΧ\x1F w¡§{›â "
b"ÿò\³ÞÍM3ªùo\x0E d0y" "
]
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 (0x003144284EA0458EB5426CD7CCBD172F , 0x00423D158AAC4CE4B9E7B888389D1EA3 , 0x0074E3EF595946BE9777FA128E39292F , 0x0085A62E0B344898BFAB0CC8738DD7E2 , 0x00BA8F26990C48D692E61EE405D3976A , 0x00C7C904C1A84776A2FB254D6E9905A7 , 0x011F248B0B1842EB82CA76AAF2F0EE74 , 0x0190BF04FD21730D9FEEF834DEDF16B1 , 0x0190BF0506B9700C996B56C34489A4F3 , 0x0190BF05086673D2B194F395C9912E90 , 0x0190BF050A1F7339BBE4B48C18997806 , 0x0190BF050C2170B6AF6182B2AFC74B48 , 0x0190BF050E2272B481978D2EA59551EB , 0x0190BF05102E715F93579A1252E49030 , 0x0190BF05D2E270D09D0786568744D067 , 0x0190BF05D35F7077BFF190B7A56B3480 , 0x0190BF05D87D708196E7F0F304197090 , 0x0190BF05D9637156B54ABD1AAB9ECC87 , 0x0190BF05DA44720E8C69DC039B7E99D4 , 0x0190BF05DB23702FB2784E0F4E05C11C , 0x0190BF05DC0270DFAC7FA17574CCCE25 , 0x0190BF05DC0A73C0BF49F166F859DF2C , 0x0190BF05DC4770CD90962409A3A12F7B , 0x0190BF05DC8373EF9D06D9378E06DD04 , 0x0190BF05DC8B70E19AE10BBB68754280 , 0x0190BF05DC9273F7BD9632F7BF1EE8C6 , 0x0190BF05DCCF72929598D5F47309E945 , 0x0190BF05DD0C70F6ABBD727B06E7ABFA , 0x0190BF05DD4A736786A1209E9F6348A0 , 0x0190BF05DD8773EBA3A6BBDBC6F3FE83 , 0x0190BF05DDCF719CB0E6E18BFD380FCB , 0x0190BF05DE0C734484F743636F18ECFB , 0x0190BF05DEF673A997552643B2F59858 , 0x0190BF05DFD27055A0437D6DCF06F6B1 , 0x0190BF05E0B172A2934D69E48D5C36B7 , 0x0190BF05E12D71718EECBE4411F6E119 , 0x0190BF05E20E7186929E743B9D865F17 , 0x0190BF05E2F8719EAD1FC5C054DD72F8 , 0x0190BF05E3D371A6A8A01CD348E9ABFB , 0x0190BF05E4B070EAA266C09905A5DE38 , 0x0190BF05E55C72879D49286E9B7D6BD6 , 0x0190BF05E60672F99F2D98AB095C5E26 , 0x0190BF05E6B372FC909BD0520C96C4E9 , 0x0190BF05E6BB7363A8C2888F08E0940B , 0x0190BF05E6C371D193063A8F7BFF16D6 , 0x0190BF05E7027099B5432E835935FF13 , 0x0190BF05E74072B7A422CCBB8B2E7ED4 , 0x0190BF05E748732190E3BBCB33D49911 , 0x0190BF05E82A7141A771C9CAD27479FE , 0x0190BF05E90A7365A01875ABE84E24BB , 0x0190BF05E9B7716DB5A56ACF619CD33C , 0x0190BF05EA68702285D8DA9503C6974A , 0x0190BF05EB3170389DCC1E87FAD1E299 , 0x0190BF05EBE871EA96E636C531494F7F , 0x0190BF05EC9A723391B374B5C3092D42 , 0x0190BF05ED46704D8538E1D93B79FE0C , 0x0190BF05EDF0733B9D888A7980B92E2F , 0x0190BF05EE97702EBAEC74A6ABAC1428 , 0x0190BF05EF7D70B2864B4E98C2E3E232 , 0x0190BF05F06170C4A6498306566DAF25 , 0x0190BF05F14B7193ACBBA73E83F07E8A , 0x0190BF05F22D730C8A2B181A83B54F87 , 0x0190BF05F318715092F67F696ED11FEC , 0x0190BF05F3FA72578271EAD29098DB45 , 0x0190BF05F4E171A782D6A2FC3731F3FF , 0x0190BF05F5C3734695820FCEE08F4D41 , 0x0190BF05F60271A4BBBC3C7AA78BCFC0 , 0x0190BF05F64072E4A615025A1D34FA87 , 0x0190BF05F67E718298D85080536E0120 , 0x0190BF05F6BD71ED875BA7C83E14F814 , 0x0190BF05F79E725FAF6BBD680CD8DCDE , 0x0190BF05F87F72559D3C9C358F797F63 , 0x0190BF05F96070C8A34912B1BEFD16DB , 0x0190BF05F96771719AA824CEDE19A111 , 0x0190BF05F96E703090EF873CB445196F , 0x0190BF05FF897091BA14B155E8B75025 , 0x0190BF06007E7316A14FA1F22C8CF0A3 , 0x0190BF06016B72D583A93ABFE7A16377 , 0x0190BF060258713789BB6DF702DAC611 , 0x0190BF0604D171D9B025DF9BA0722988 , 0x0190BF0605B47146A50C8F7729AC4812 , 0x0190BF0606957266A66FE4DEBB2A41C7 , 0x0190BF0619D672EDAFE50DFD47171057 , 0x0190BF061AB572A08D7B55625DE62565 , 0x0190BF061B9D716699668CA6BE2821DE , 0x0190BF061C7C7061AD8F483BDE281457 , 0x0190BF061D6472FC9A1A5033542F9CAD , 0x0190BF061E3F736F82B0554D52F98D0C , 0x0190BF061F2A7284AF6C2FC680E9A661 , 0x0190BF06200C717992E2F61407F51849 , 0x0190BF06205373EFADD953C00E6465E5 , 0x0190BF062093722992ED1F5E6F51B26E , 0x0190BF0620D47164BB15C9115EDC0536 , 0x0190BF062114721AAD07F8BA0DE39CC2 , 0x0190BF0621F37236AC23C0CF8B12BDED , 0x0190BF0622D470B9BDE666659D69088C , 0x0190BF0623B4733E836723AAC74391D2 , 0x0190BF0624017257A4CECC1003F92288 , 0x0190BF06240973FDBA33F693A0E4E50A , 0x0190BF0624487114BDF2C536CF9338A2 , 0x0190BF0624877175BE2AD195D280D835 , 0x0190BF062649710391C94468E31C70F8 , 0x0190BF06268A728E93B9FD452AA69FC6 , 0x0190BF0626CB7123A006EC6E85E7E8E5 , 0x0190BF06271171F2854401DD4AB9D29C , 0x0190BF06275171278B71B361807DA1E4 , 0x0190BF06278F716FAFD8C5D79BE461C2 , 0x0190BF0627CD722E845469F8B14FE23A , 0x0190BF06280D7393BAD05F945EC706A3 , 0x0190BF06284B72EC93E672B73053656B , 0x0190BF0628CA732FA47035C3C8F0F34D , 0x0190BF06290972CC88EA9BDB79364012 , 0x0190BF06294B734EB01A6C25CA1C507B , 0x0190BF062AFD728BBD7FC8209CF4DF50 , 0x0190BF062B4272DB9B6A5B4C6F137912 , 0x0190BF062B8172AD8FB0A93083D41865 , 0x0190BF062BC1714FA8DC38D636A20BCC , 0x0190BF062C0273989AB91DB958C7438D , 0x0190BF062DD8725FA44A4AF51256EC6B , 0x0190BF062F9171B8B8A45FC3016FFEC3 , 0x0190BF062FD072938C634657F9615424 , 0x0190BF0630107147B50313AB1797D9E7 , 0x0190BF06305272EE8B2378513AE8CFC6 , 0x0190BF06309372C9B3BB10E5AA6BE571 , 0x0190BF0630D173F6A4F699DF164520C6 , 0x0190BF0632BC73B98C9B36DB86C41C98 , 0x0190BF0632FB7300B492CDD8E2F04C43 , 0x0190BF06333B71A6901E9B13E66467B2 , 0x0190BF06337B70E98AF92604E033E5B1 , 0x0190BF0633BB73439A1E39ACD710B3E3 , 0x0190BF0633FA7356B2494657E632B9F8 , 0x0190BF0635C27270843FF69116DFB7B3 , 0x0190BF06382072919101ECFB21FA73AE , 0x0190BF063AEF72A49971663EFD65C898 , 0x0190BF063BD873D7B4E3048C6814DC23 , 0x0190BF063CD473D2A6D1D3516568F08C , 0x0190BF063D137082BE4AE2A5DE84591D , 0x0190BF063D527045A1963BB1C41D9ED2 , 0x0190BF063D907210BFAD29CE602F2ED4 , 0x0190BF063DCE7116AA9335B182DA8757 , 0x0190BF063E0D71738C7A90B2526436FB , 0x0190BF063E4B715AB3F54F1C61B75B9B , 0x0190BF063E8970D1921B1DA6B0465BC3 , 0x0190BF063EC871BB8640539CB8DC8E0D , 0x0190BF063F077350B6E7F23C9D1AA0FB , 0x0190BF063F4572B88090C82F0DDCB062 , 0x0190BF063F837231B8EEA027B21FBD0A , 0x0190BF063FC1722FBAD362F32D1CF3A5 , 0x0190BF064000717294DC684C53A567FB , 0x0190BF06403F713587F8C9FFB98134B7 , 0x0190BF06407E720C9B63AEDA78DB8F62 , 0x0190BF0640BD73CE89A0316E2B4DB758 , 0x0190BF0640FD7062BB8F7EF4F50393AC , 0x0190BF06414171648BD2E22C3CE1FC2F , 0x0190BF06417F702C97F6C3C4491ED85D , 0x0190BF0641BD72589017A91069279016 , 0x0190BF0641FB707BA047D2060F9FF380 , 0x0190BF06423C73CBBCC17F6E7940E66F , 0x0190BF06424670C489EBD4111930B4D2 , 0x0190BF06424E7280B73C377BD8247AE5 , 0x0190BF06425570A0B22F89557511A62B , 0x0190BF06425D73F4BA4C7A177F723A88 , 0x0190BF0643D8732DB8464B2DD1757E45 , 0x0190BF06441B721A97765D2F903E7DA9 , 0x0190BF064468715F85CACCACC82FB214 , 0x0190BF06447071999B2E08945861A1EF , 0x0190BF0644B07375A712C16592F535CC , 0x0190BF06468E73A2B5D4DD6940390BCF , 0x0190BF0646CE712AB8CF73794B16C945 , 0x0190BF0647107295815CDB5EA9008F0E , 0x0190BF06474F72B99D359DCC03A599B6 , 0x0190BF06478D73E4AF6BA75A19242751 , 0x0190BF0647CD710FBAEC18EC34628284 , 0x0190BF06480E70B3A04B068F2ED41D27 , 0x0190BF06484E73418C6CABC3AAB2E7C7 , 0x0190BF06488F73B0A5AAE7083D8329CE , 0x0190BF0648D4706E8B55AAF2EADA3CC8 , 0x0190BF06491572BC87632C1F35DC19D4 , 0x0190BF06495B7346A4BC8D53115366C2 , 0x0190BF06499B7384A4BB22CD516C4EF6 , 0x0190BF0649DB70C39951D8599326F669 , 0x0190BF064A1970AFB98C05BAC76AA816 , 0x0190BF064A587082800691404927E1BB , 0x0190BF064DAD72C49323CD7267BB4585 , 0x0190BF064DB572E998EE717B4BC2379D , 0x0190BF0657F7738C87763EA9FB707CA6 , 0x0190BF06583570388F78E942276842C3 , 0x0190BF0658BC7130904B137012C5F645 , 0x0190BF0658FA715283B5BF64DFE0D704 , 0x0190BF06593D73FCB856B1852FD0EBE3 , 0x0190BF0659807000889280C76A43C023 , 0x0190BF0659C373ADB8A2D57F2C71FA01 , 0x0190BF065A04729DB3A44A6CF0D281CC , 0x0190BF065A4372C0AE73957567750787 , 0x0190BF065A8371D9B513EE792F24A7DD , 0x0190BF065AC3736481DF9022C4626521 , 0x0190BF065B03723CB8BB3CC168DBBC90 , 0x0190BF065B44712E9B2C800889A58988 , 0x0190BF065B887153B90F91E7720C4A6C , 0x0190BF065BC970A88E518EE79B062B34 , 0x0190BF065C1171DC87BC820CF9F6EFB4 , 0x0190BF065C5673B1809ABB5984CBCABF , 0x0190BF065C9A732B97EB3C8EB49A3435 , 0x0190BF065CD97399B3376CDD3B82447D , 0x0190BF065D1971EEA0F0319E56CC1EA8 , 0x0190BF065D607075BE76F42A648A6EC7 , 0x0190BF065DA07281879149CECB816A6E , 0x0190BF065DDF71E5BD9A5F49EA1CC2EC , 0x0190BF0664B173308DD0AD35389AC4CC , 0x0190BF0664F0739BB16668DE30AE7FB5 , 0x0190BF06652F70B7B65AB64C0F2AD260 , 0x0190BF06656D72B79BB70E84D64DAD8D , 0x0190BF0667477193A710DE693764D92F , 0x0190BF066A787090B8464890D061A66E , 0x0190BF066DD07153A30E0AEC649FB212 , 0x0190BF066E0E7126BD8C941DD308555C , 0x0190BF066E4C72F6A05BA5255542F1DC , 0x0190BF066E8972399760C61989079CFE , 0x0190BF066EC87064B82947EA404DF448 , 0x0190BF0670407270B7695FC445079BF6 , 0x0190BF067048729D916EE77D31E1A7E5 , 0x0190BF06704F70A78BECF7BE73CB84FD , 0x0190BF0670567191A28B4BE30E647721 , 0x0190BF06705E7199A26DE81DCFEBA284 , 0x0190BF06706571D792DB33DDCBCC483A , 0x0190BF06706D70D5826194021593D209 , 0x0190BF0670AA721FB6F46FA954E8D871 , 0x0190BF0670EC734093986EB99EAF6C1C , 0x0190BF06712A72CEBAF8BC95F07904BD , 0x0190BF067169728DBBCC2D27C2743174 , 0x0190BF06792973B99B1CB40888BB7A61 , 0x0190BF067931710B9F3E735FE8840CA5 , 0x0190BF06793972E2B07F68B560C9843B , 0x0190BF067A1C70CEBD556A184C522592 , 0x0190BF067B127219A1500904AB2847F5 , 0x0190BF067CA57247B784E420193E5837 , 0x0190BF067E2C72C7A11EDD21925FC627 , 0x0190BF067FAA7332A3FF7C124B431423 , 0x0190BF06813173A8B296819D152B9688 , 0x0190BF068212712BA77E565A7EAE04A2 , 0x0190BF0682F77061BDEA391F0CA82F4E , 0x0190BF068335721DA5B8C2116B844CC5 , 0x0190BF06837571EEA37B9A138A907B08 , 0x0190BF0683B571609F23F8C0DABA3F01 , 0x0190BF0683E772529A2A9319A27292B3 , 0x0190BF068499739EBEDA4CF163EE75A3 , 0x0190BF06854C7063A3AD1A0C205FDE35 , 0x0190BF0685F971CA8210506706C3E027 , 0x0190BF06878170E7A1B9A70EF83C58EA , 0x0190BF06878971ED881DE4CEA92A19A2 , 0x0190BF0687C771C3AF0C97193C3A3C0B , 0x0190BF068806728CBD1F3BBB541CD9FD , 0x0190BF06880E71F99177EFFDD1D3A6E5 , 0x0190BF068816703798779A943EBE6C2E , 0x0190BF06881E70B98E87952184E6A555 , 0x0190BF068A43700995621F677203D619 , 0x0190BF068A4B7264837A2586E9EF3293 , 0x0190BF068C3D7360B670D33BBA046EC8 , 0x0190BF068CEB71BD8853A36A0B2C9DFE , 0x0190BF068E71706EBCB658B8CD9C40AE , 0x0190BF068F577058B305D73428B9E32B , 0x0190BF0692FF72AE964645844156EAC3 , 0x0190BF06933B730E9AEA32E50C6FD416 , 0x0190BF06937671ABAF68B0E12B113385 , 0x0190BF0693B370EABB941F75D006CE10 , 0x0190BF0693F073809829310C56BD655B , 0x0190BF06940D7363B69489098F80CEC9 , 0x0190BF0694147146B2BCD5EC5F93D501 , 0x0190BF0694367059958212A12B8AE46B , 0x0190BF06945973259954CCAD92DB2303 , 0x0190BF069491707DB1D224549C6BD76E , 0x0190BF06949E71E9A85A4F4AB53F0764 , 0x0190BF0694D671D3A12022E99DAC0CC0 , 0x0190BF0694F870D486A6CD59A55D1621 , 0x0190BF06951A711B90255E3CBEA61832 , 0x0190BF06955D71E290689678A8AAAB88 , 0x0190BF0695D3730AA2BD948652FB9163 , 0x0190BF06964572238DE8E75A9F33E3CE , 0x0190BF0696B8721C8AB2430511336F67 , 0x0190BF0696F670698662984F000B28E6 , 0x0190BF0697697360903680C54A8F8A98 , 0x0190BF0697DD7384B93567F311FBA3C6 , 0x0190BF06981A73CD854F59D2EB26117A , 0x0190BF06982273E18932F1C0BB80B5A3 , 0x0190BF06982A706A93A2655E93640289 , 0x0190BF06986772B38204EFC3983D71D7 , 0x0190BF0698A472678FB64320BCE9D59E , 0x0190BF0698E57379B3182CD0323C710D , 0x0190BF069923724A9AB8EA2CD7EA672C , 0x0190BF06996270529F9DDB839E9AB607 , 0x0190BF0699A071729AAB70D2A74DB66F , 0x0190BF0699DE73879C34D727A0B303E6 , 0x0190BF06A4B87229B6528497A3913393 , 0x0190BF06CEEE72CAAAB36C187DF4141F , 0x0190BF06D1D173C9A620D014CB88CA82 , 0x0190BF06D2847037BBEF361140441CB9 , 0x0190BF06D47070AF89EFE4D1924FB937 , 0x0190BF06D67871ECA8B7AEEF58489AF1 , 0x0190EDAB663E73C78D00C07AE8CE6BDA , 0x0190EDAB664B728085635DAEE58F801D , 0x0190EDAB665772F89F21E4F648A5462D , 0x0191BB5A00CF71BE9F1EE6E479E18437 , 0x0191BB5A00E07039A73BFFC2922372A7 , 0x0191BB5A00EF72F6B7CDBEDC6B77F7A5 , 0x0191BB5A00FE702A8532BC1B5DF9FEA5 , 0x0191BB5A010C7048BF13D114042DBBBB , 0x0191BB5A011A71FC930C6162742C4B95 , 0x0191BB5A026F7266AF0A212EB92E2E57 , 0x0191BB5A03C37155B82719F3A0BCEC1E , 0x0191BB5A042E701FB66BBCA53C82C461 , 0x0191BCACBE9F7D5F87032D819AA2A9FB , 0x0191BCAD1AF676E8A68FF038AFC97F80 , 0x0191BCAD99C77BA18AF7CEE2D6E7ECC3 , 0x0191BCADFEE67CEEB9688F10F18E7697 , 0x0191BCAE49267AACA2A2DA7FBBD4F26C , 0x0191BCD061CF7B6A90AFE478EDE568F7 , 0x0191BD5EDD1F7F93A8B2127028AD5D2E , 0x0191BE8D9D247F17907413CEE3DE907F , 0x0191BE8EB0FC72B29F80AE2DD81A4158 , 0x0191BE9428137636B6A08CCF4C336A64 , 0x0191BE965003708FA03B308F1D7A64BF , 0x0191BE96E17B7FC3AC6BBBD128575FD8 , 0x0191BE97F5FB7D458EC6C193302F7E31 , 0x0191BE98C48A7C4CA5EA8E67DFF7C04D , 0x0191CBE546F87AB4A0D03B941E499428 , 0x0191CBE5A390771285A1A96DEDCFECF9 , 0x0191CBEB010B7D448716E89828DF8CE0 , 0x0191CBEB2DC7774396A9E38D1DE5D425 , 0x0191CBEBE01B78AD818E4FB5213B27D7 , 0x0192041ECDC072A1AC560A68E7F94CCC , 0x0192041ECDCD7192A41F4E78CAA15B7B , 0x01935897315D724387C61CA03AF85BFB , 0x0195B4E98DF1724C9F295C2783018CBA , 0x0195B4E98E0072E9A4201B3AA8738C5F , 0x0195B4E98E1172DFA52BDC56E1FD6D12 , 0x0195B4E98E1F70299B16D754B65F1B27 , 0x0195B4E98E2E73C5ABE2104F492AE3D0 , 0x0195B4E98E3D7057A7FB5115689D2A81 , 0x0195B4E98E4B73908ED3524C1A46746B , 0x0195B4E98E5A70E78C787DD9F141003B , 0x0195B4E98E6970A78FF199178D3971B6 , 0x0195B4E98E7C72B4ABA8829F2B4DCFAF , 0x0195B4E98E8D73C0B41B1EFF6FA38800 , 0x0195B4E98ED17316B6BBD6F1CCB3191B , 0x0195B4E990E672FFA518FB399404A4DD , 0x0195B4E990F573DDBE7FAB14FB55B6E9 , 0x0195B4E9910573139D80B910273A3272 , 0x0195B4E9911470C5AD8D8B4B9D47A03D , 0x030B56E9AC4A4B328DD2BC20975E77CF , 0x0393521B02324D60875A91CBAFC2E860 , 0x03C80C5C349644E4AD24AD6C2F1C7DA5 , 0x04739B36F7254B37B6F05463DB863F02 , 0x052D8FE1B3C54921B8FCF8FA04DCDA68 , 0x055EFDDA5CBE448AAF54068BB44DBD7C , 0x05B621A902C74D1EA8B8DCCF9CB323C5 , 0x064A4F0777C3478D86FF8D2134908D97 , 0x06CC54714B1F4680BF92F9255250D998 , 0x06E99F91B8EF4B6C8724B4F16912B37F , 0x0724B2D5A45C4EBAB4371A3229557A44 , 0x07D5F82C2548466C8FD91E4B4B74D3F9 , 0x080FA2F79B3C4169A27DA37CCAEB4D07 , 0x08E3E030B10C4F8899B3F0F40F43586B , 0x09BF8AF4A3D4453197B6DEC81E8D3042 , 0x0BD64FB7F9B34C3AACEE3B8C7DF32046 , 0x0C3B47AF3A094211916247EA212182F0 , 0x0D0336D5313E43F0B885C74928240E5C , 0x0D1217ACE7794669B8A5426ECF293393 , 0x0D4B984D18814AA2ABE63DD97B3F439F , 0x0D66F048F33746BF93B4FFBC37746831 , 0x0ED4B02F49D74281A60F5D7D6AFD04B3 , 0x0FD795E1BE9243FE9FDA1F47E572965C , 0x0FD7EF0B52F0471A954CEE7C9312F203 , 0x0FFD51E02CD44E8781879D88860B0D40 , 0x10F70F4157C9454CA714BF59061DEC38 , 0x13DA3F0F4E614E5D8567B021C2200D40 , 0x1419F8ACEACD4B4C9F0AB495A475BE17 , 0x1425BB2C46C04F6E9AA78744ADB193DA , 0x14A044A66C5047038CB2661A6D5429A2 , 0x1637BD276AFC413D891FD5D325A7CB7E , 0x163E4D9355C14B638693A942192D7BED , 0x16AD7AAA1A0847319F468D7ECE5F3C47 , 0x188393A95F7F4BB79CA4B880E0B2FD18 , 0x188F9CDE0AD941A5854026B30CB2B34A , 0x18EBCD30F8394CB18586D66F6336AF66 , 0x19C756114B3240CE82F4EB51DBEED276 , 0x1A1BF60A4F284B41917A9B3950FA24B8 , 0x1A6934A9D54D43FBA12AD6589F50DDB6 , 0x1AA7A230951D459FA02415BD40A5F005 , 0x1B0377E0545D47A0AE2D9CF7EFE7A556 , 0x1BAB8949F5D04FF3966F9BEA5FA16532 , 0x1C9D5B3F8C9447759E4FA7E042DF1FDF , 0x1CCD8F38BCE44C5BAE4983B08E0D9E1E , 0x1CE3A5E58DF44842AF2E0C9B0D56775D , 0x1D6F1F3E5ED347498AABF18EA963B3D6 , 0x1D9E444751414EBFAE69B30DE92A048F , 0x1DF6EE38FE5B4DFFABC9A78377AD61DE , 0x1F287CEA8E374B67A787763160C4574F , 0x1FFBDE8689A347AAAF7FF6B2F44753B2 , 0x206F2A888B39403F9CD03544D70DAA88 , 0x208265EB22CD4455B4328C5B39B8CB51 , 0x208824F00E4840CC90C3AAE57E5177E6 , 0x216B853EB4EA420185E9D90ACE3F1F95 , 0x22317476FB474D3CB478A6ADD41270D4 , 0x239C1603E3F64FB990CF7A82059A6F47 , 0x23C42AD52223427DA1D72C65A0B13CE2 , 0x23D9660269124894A12616093EEE5F25 , 0x23EFCD014F434F68A4C5565865CA18D3 , 0x25E2856280C748238FECA46D3D10D719 , 0x25F9E4E760CD44159BD4BB5C6FF621D1 , 0x262AFD4D8B3D4355B9BEBC7ECCC52F4C , 0x265AA64184D74520BC5A24544D8DA41B , 0x265C311723EF426F8F380944BC5E6299 , 0x2846398E55B74FF3A74E3BC31621A9F5 , 0x28CB7B0FA92E45B8964080DE2A527507 , 0x29330B07A5714CB39CD3FFB6648704E4 , 0x299BCE9C1AB14328BDD4000308980A3C , 0x2A594A7B27904C7789C822873C5AF099 , 0x2A6D9562DA3E4F92ABB56E9691555D31 , 0x2AFE607553AA4BBB8D4A82CEE262DF8F , 0x2C5CA3AD58034C20B8EC9C7451EC2854 , 0x2C9CDB39C6BA4DCA8BD51EA48CD1970E , 0x2D28942B3E664DBBA1B8CE617DC0BB1B , 0x2DBD3C60C3FF414BB78900DE347E0356 , 0x2E9F607B0EFE4DD39ABF17DE607FE5FB , 0x2F261741CBDD40AA9E77ED5382F37608 , 0x2F4301B9B9714D3CB499E9156DDEC5A9 , 0x2FB41C1A51634F9DA0136A578C453C5E , 0x303B5822DBFD46AB82C18016E5F74261 , 0x30489EB1AF6540CF8EA0ECF56F9DD1EA , 0x3086F419BB6B427F97231CD532AC2DBB , 0x31BA43BE530F4ED5B41883BA2EF0FB1C , 0x32192E82E2034CC9AF2C5BBD0BCE1128 , 0x321D2431C7684A828D7C9AD81FBBA1B5 , 0x329D3D59DDC8494EB39A4B9A1CE1B128 , 0x32F2303F72FB4A87957452C651BF3DAA , 0x34B99CCAC9884AA4884717963188F8CE , 0x34BA8EE1E3ED4A1CB7D9BD669A9BBB87 , 0x34D530559E1A44B08945B93BA7FF46C9 , 0x35E925D7EE1E4684B38325E1DFB90D91 , 0x3621F9F359684FA2A0F1512D53D9A68F , 0x36C29C8A033645EBA1014E4C7E4B8E03 , 0x37D19B2DE22842F7B4EF0382F0C96FED , 0x382A17120AE8432C8A0D8363D6E15890 , 0x38FEC6D3CD8E4A959E3366A753D04784 , 0x390912DF6170423CAF55A56326A1CC2E , 0x3978CD0BF6E24017B385572443D0917D , 0x39A012CD112E436993ADBDA8785444D5 , 0x3A66A420C34440FDBDA8D54496BC9DE1 , 0x3A69F7145A834B85BAFCD98C253F513A , 0x3AB873D8B2B94204A4517BDBADD4CD0C , 0x3B1367576AEA479680B3BA2508B7D5B6 , 0x3B8788404393440A990FA8D81A790F64 , 0x3BA97A94F33744AD834613B5F150E38A , 0x3C67412DCC47488BB3E2F561ADF0CB31 , 0x3C95C21D0EDB436DA3C2CE4D2CBBBDC3 , 0x3E27860C96914835A6FEFD1F5030EC96 , 0x3F2FE5DA3663403D925CE65BCAD216A8 , 0x3F78768DCACC4CACB76110887C6BECE6 , 0x3FFD4E55D89C44A280388E9E773D3462 , 0x403A39574BFD4D5F9F30EA3F9BBD585D , 0x408DD36A98164D85B5F71B6AB0B26F23 , 0x4181CEEFC4834A45B2E2F78AA2E1ACE2 , 0x42058586D29B40FBB1E2654D7A1E424A , 0x422AB67E612B45368EE61266DBAE36DA , 0x42628BB2BAB24B4F94674E0C1A37F274 , 0x43DC702BC54D412DABB105BCA7456E52 , 0x445C43BDFAA04ABE89F7153A24AF7E6D , 0x445DF44D644F4E1FAB90A654B92ED561 , 0x44D4A2E5000B467E912C722DC19D1FC7 , 0x4502394749724A639B12362C91AFA86C , 0x450B8D6FA6D943A7AD4C7E1AAFAC7569 , 0x45657263BCDD419AA9232B1C1084129C , 0x46C8557546D94F21868CDEB11434A86F , 0x47E06FB80EBA4CECBD3DBF4E36CBF3EF , 0x47F106B68B614B8195C98FE6D53A3938 , 0x48459A9089E34F05BE401824C5C352EF , 0x49A4AAE330E54918BE19215ED9BF69EC , 0x4C18A8759D1B4301B4D01C3DD3E0FA66 , 0x4D3AB71183D347BA85F2872ABE55F147 , 0x4D6E53AD88F04D71A0F12159187AF8D6 , 0x4E63EC0337204D9BA95D94E7B64E3EAA , 0x4E904B0A8F3E4DD6922F0E20048D0124 , 0x50ADF776838A46CEB2DFD22E3A2BB070 , 0x51C58554933540C09F8A40149D3E12D2 , 0x52CFF8B971EC4C77906DCB8694E8FC37 , 0x547359E968264035B0BC4F7AE21F2777 , 0x54C43C6909EE44E6BE46B261A95C9F92 , 0x54E1DA5EF94544F6AD52080001C48389 , 0x55633DE42B6545A08D6119312DEAB026 , 0x556DF6AE3EDF4E6C86767BA4181C47D5 , 0x557DA8F6E7A2463983E4D62E69725370 , 0x56D7A65B452744C4B0BB4B73B13F6DDB , 0x571A05C7399348369AA3AAF8C19EE3A2 , 0x5780A2E8797A405BAE8A324A06D9B4C7 , 0x58CB494BDD5049B798DFD9B160E30691 , 0x5966C10CE39F4119B97BF891C2A6D3C2 , 0x5B1D02E20B7A4B7998CFEEA762A7C880 , 0x5D1EC8EFBCBA4394A8FF60BAE91FC1E0 , 0x5D2E900E3C3647D5B38D77578AF6F796 , 0x5D40A858CF8847388FA67CD3148C7E64 , 0x5E51A7A8F1A648B186629B55C873F9F2 , 0x5E611B7DCFDD4DD1B134004CB7200BB1 , 0x5FE0DA45181548E6972F9BF1DDCB1F70 , 0x60A0E7C6222B419D898B90BA1DEBA4D8 , 0x61325D998E0E47A08B2E76C514474A62 , 0x627E689485DD49579CAE5AF210989BE3 , 0x62828627A8D549B58E250D7395D16FC1 , 0x6325AF9DE9C9443B953EC4EC04E578E9 , 0x63910483B87143EBABB03119E9882D77 , 0x642A3D697F4C4CE1BCFDDA506050CF17 , 0x64F7F347DA504FBFA041DEA963DE5F42 , 0x6543B7EFE9EF4A0495078D6E15CBC2A3 , 0x6590E00AAFF7487AB7475DDF96B93171 , 0x65DE2445C364429DA58685D0621CD279 , 0x662B4AB6D3234149B351FAD2043DE360 , 0x66CACAFB09E743CD8912E3E7467E2BBF , 0x66F21AFFB5E7403EAE20313787709179 , 0x6751AE3275F74B2197CAE4269A1155A9 , 0x67C14BF61FC9461F8169C5038965C143 , 0x6891AF7749A7414490AA6D31B448A7C5 , 0x68F26E84CCB8427CBACEFF0DE290F739 , 0x69171F171305469E870E121EFC2A7392 , 0x6ABFA53011B64859AA58BC403D44BD83 , 0x6AD945A527024222B9C95208CB93D2DB , 0x6C11817B42A649F6849CED08EAEF86FD , 0x6CF91444EA564A8DA1721004CFE90E0F , 0x6D035BAB097F46298F5BBDCB2F034D47 , 0x6D8666F6A1394740B8E7E73DE8A45E8D , 0x6E8AE413A785450BB34ADFD5EC900E3C , 0x6EB7AE3772DA4F2794036155A466F3BE , 0x6EE46C8B84D24E958FF89449F9E3E6D1 , 0x6FACCD9E79B64B7498B94E75F02A4F85 , 0x6FF44B7EC0EE45F7ACA96BD1E7FCE922 , 0x7027944F55F14F329541A5BA663FFF0D , 0x7099BB0ADB4B43B594AB574CF2A1309F , 0x70ED169315424293B4B7FB5D7BDCB6A4 , 0x71CD80A590A143C79A5708C795D2C299 , 0x72B19E9844FB4690ABBD0CCB1B11915F , 0x7309A717857D4D28AC7506C26EA99602 , 0x733C7F5403684963B4F794C56AABB89A , 0x73DEC9C61E4949F4948572BC293E1897 , 0x74AE68890BDE4D7D8044855D8398D8C1 , 0x75AD0F4BD2564BDEB337C106BD7D54B2 , 0x75B4E03477764B35BC73B8CB71E20350 , 0x75EBA347883648B2BBB1311A9BE2CAF4 , 0x7655F8BDE9234FA7BF836306ADF552B1 , 0x76BEA09BFE1A43FFBF13DF3CA681B389 , 0x76C4D947593B4F10A22CE53D9FB83FE0 , 0x76DB8AA07064429E97E3FDE57B9BC126 , 0x771BF1F37A3140B2937A73FC1645F67B , 0x7783213E3B5243729F345DEC5275955B , 0x78C0C7294F194490B9F6F1F490FFADC9 , 0x79CD9EF1B33942E78A9E8D670B78EC7E , 0x7A52E227B84A4AA3AFFFF4DB7B3153EA , 0x7B401E5F60AC4222BF699C335566DC25 , 0x7BC62899431D44C48F9ABC55898686E8 , 0x7C0AF64FE556497D9DB161BCCA4D2F52 , 0x7D0AEC6CA45C4FF7A96B55E71BCDAD88 , 0x7D29411A6D4E4F4FAB561B8BA8156E66 , 0x7D63BD86FAC44790857A2CA9675A1561 , 0x7D7F40F3BD5648518ACA5DB2FE7D0A96 , 0x7DEC57C9354D4701BBDBF8FC89D707F1 , 0x7E4486B5BA844CCDACF88BB291C20170 , 0x7E5357DDF5CB4C40ACBE049A42A86E2F , 0x7EC4F6E33EDE4BF5AA2807012D15E725 , 0x7F487C349B734D308DB6E6B154E3614F , 0x81AB56AB9FA64316A9A6FA91A9DBF78B , 0x82262D2D825C40D4A4AC9B6C02A18970 , 0x82D8363EA6AD4D2C873EB8A17483EE91 , 0x846AD338E29848C1B64984CCDA22C747 , 0x8476E592018445B686E7BFA20C70D196 , 0x8495076225C94C5E9225FBD45FF86502 , 0x84A3C094569343638D0FECD66C87850D , 0x84CC564A6F8D42E7ABC041E0DE2E4B83 , 0x84E3B56CEFF34204890F23B74CFE51A3 , 0x850CF118F4E9472A9615B8D0A448F462 , 0x8573D685C2664C52B89A87E6C3293115 , 0x85FBFA4540AC43209D8EC069672FBBFC , 0x86114DD3F0C747FC939A953A32DC1731 , 0x867DBF22046641B1AFBC294D300A7671 , 0x8704C83BF78441DC898A727A4AC89039 , 0x871FC89EA9344EFB9A23149F251D0E16 , 0x874A152FFEFA48B6A365D5A906BD7309 , 0x8789B5F4D2554216BEB51AE273A6C176 , 0x87A7548505A44A839B8E54DDD0858C60 , 0x8834F63F1EA24EF593C34FFBC5BD8F8B , 0x88A48261CA0B493AB8EBF1FC2136F471 , 0x88C3E9F5F47B4F73A31C49318D06018B , 0x88CA5CDAEE904763ADBC3FE0C51EC49B , 0x88CBF0E474E8414781B0028CA0DACB30 , 0x897E192259F544A7B57B5E07EED7BBCE , 0x89CF7807F83E4A71ABB8D13AFEDB4324 , 0x8AB492662201491BBE33B5819BDDDFD2 , 0x8ACE59ECEAC141FAAA30CE9BF24B8EB0 , 0x8BFDA4DC852E46E58FAE2A06325C8A46 , 0x8C461689832F49EF91DC1945DDC8426C , 0x8D04CC529E714164A31C45EB18AA885A , 0x8D647CA17C084D838DEEA3A246D12E97 , 0x8D790A39EDA7433E8E5A94243F764A50 , 0x8DC67533AC744F728C0EE414C4DC5C53 , 0x8DCDC75838FA4540B7DD336404AC2D41 , 0x8E0187067C374EE692D291A746B8E8C9 , 0x8E83F0BC6F6D4689858822E48E1E99E7 , 0x8F64D5FABD64411D88F3AF01A76B557A , 0x8F91A2ABFF864AB2B7635900FB6A36C6 , 0x8FC7D020FAF442D2A7D7CD1B12CA08D5 , 0x8FDEDAD267274FDBA161BB5984461DB0 , 0x90AF4BCE7DF244FF8294A93E106CE2A5 , 0x9130D63C814F4E6690506F7BE133A438 , 0x91F893534AC141FAABE8AFF8112442F2 , 0x9212EE9AC9C34295B81B48B981854B54 , 0x922DAC9E0FD1461CADF5A101FD0351EC , 0x92A3EBC7AFD84294A4C4D7DC14601AAB , 0x92BFE836250948F2B834ACBE6B197514 , 0x92DDA198E09141D682A6C9E1872F588E , 0x92EEDD871E824B2CB36BA4F0377C2559 , 0x939AB9C134424D24BD8DB3D6EA45F59A , 0x945FE61D03114FACAD50BBEF9F0F5CB2 , 0x948592DEBBB04D2D8E9248FB5FAB7EED , 0x950C14452E8346C1990A72B9F2B1DA53 , 0x96D441A291B8479C99651D576F283DC8 , 0x97AAE7836CD541F8BECD790BA739DF3C , 0x97ACDD6EC59648F88B17D089C6D60862 , 0x9832F044336248A69D46D3CF9AA55AB1 , 0x9893CD3A378A4615B5803AB64E42F3CC , 0x99A980A7BCC94E53B2C6100CC34B01AB , 0x99DAD01118404ABA98B010A954A975B8 , 0x9A2CF8D15997437F91B428391A52656F , 0x9A5C8CCBC9554A58AA36894F8D0D8933 , 0x9A6A9EB843624FB6922A55E074FBE763 , 0x9B0BA3A2F3B34F5B967F6E13D81AA997 , 0x9B6631C3A46D4AA89EF368E8175A3D7C , 0x9BAD2840DCA643AAB0A545BDA965BCDB , 0x9C1DF067B4C9462B8F44669021E78AB0 , 0x9C50EDEFD82B499884721D9902646600 , 0x9D2A146757B345A1B9BB471DCDAE0AC5 , 0x9D902B65DDD64758B9A2E299C04EFC6C , 0x9DEE9CA71E9D4C84AD86BA97B97769E3 , 0x9E491D22808D4EB59B9F171555CEE616 , 0x9E7A3CD1A0B6406D8D43A17CAF279204 , 0x9ED59580FF7E4803B0855CFF6F93E2A4 , 0x9F269D9F7D7841BE9542F49D08321AC7 , 0x9FA0447BBCB84B26AA8F6E7FFA09C8A6 , 0x9FA9C2E262574469AB9D301EAB967EB7 , 0xA06D391BFAFC43F0AE4160C2ABC5413F , 0xA078E313C002450CACCFF048C7320EBE , 0xA0D87C9931E44049A4236F9C61224678 , 0xA29FDB2BA9CB4035B961570753807845 , 0xA2C85B9B1EFE49A8A00516EF3AF4D9BA , 0xA3000A7DB3B44624897486E23D30F30C , 0xA3AC1C2A0A77469C9091B2BE462A92CF , 0xA6854524278B41869F432EF1AB602D95 , 0xA68FEB1BF3FB42588A916B8B80332217 , 0xA6C141F9FCB74FE38F4FA5127B9B9610 , 0xA6D2C40A4CF24238B29B6DED1016CBE6 , 0xA6D8DCF89BDB445DAC34F41EBF079E0D , 0xA72AF91938A04D5196C4DA2A0D31C629 , 0xA73F76AD46B54D17BD95B6AF7689A948 , 0xA7ACED99DEC84E3AB51CFEA7F79BC8F1 , 0xA90AE6B207E94E09AD3A68CD26AA1906 , 0xAA17E052FAAF4FC8B2D1DDEBB7D8E1E0 , 0xAA351873DE884871B028E781F51AD5A3 , 0xAA79B42D2F154FB8871ED88CD88F72B0 , 0xAAB20F177D4F4E079F5D246FE9BA4410 , 0xABD4C5540A28420183C4E3D6885E367F , 0xAC0EC4796D40409E899BAC6B51668F37 , 0xACDF9BDB67A84ADAA2C0BC6BACB59462 , 0xAD162AA6F59C4CB088A63F46A4EA77FD , 0xAD59FC2C2DF84B9CA418916C8AD5CAA8 , 0xAE66F6D1B41A4FB3B519FD9456D7981C , 0xAFDF8DCAA25D4C359A8393F840B43641 , 0xB0E0979C89A5412E87619CCC1FE548A1 , 0xB14EDAACB50849B6BB7BEA26D58730DA , 0xB17BF56F5AAD41B29D0EE5FFD8398EDA , 0xB17C0EFAC81D40C7B7989E48F117CC6B , 0xB205E72D767048C6B307ECA2D738E2E4 , 0xB45C5D4F725E44B88476378100B3C5EF , 0xB4854B39BD2146848001F29A33193EB9 , 0xB4D5A5C4395E4FF990B1BD9E9B229596 , 0xB53FA82BE92E4E85B70FDCD0BAF89C46 , 0xB59AFC97884C423B8B05B2842E28BCF6 , 0xB5D266D3FF5440108008EFF0C7E180B8 , 0xB6761CC7D1CD4FFFADD0F2C7C154B722 , 0xB77BCA3666024F7387FA6B37B87AD31F , 0xB7F137739C374C4AAE6AC7FBAE25D3F9 , 0xB8EE67EBEE3E4D109BE584D337F2A8DC , 0xB8F69C1413754D1DB26AD54C6508474B , 0xBA013E304130400B8C78272195F37C63 , 0xBB04F8BF215A4A81B2FEF880F8544BFD , 0xBB3894B248FB41378A6A03D8D4A9A291 , 0xBB9A08E477F44C3AAEFC03C6441E897A , 0xBBD319C1CC3E4B1A943A9B575F5589C4 , 0xBC073E6E8C3147A1A8EA629850E98827 , 0xBC128B60902E4E9D9E4E50C5A7B48931 , 0xBCE3FDB36FE54BF4AD2C58BDEE7B2861 , 0xBE4BAC4A6F0E40BDA311EF3FDC3B3854 , 0xBE9EDC6B216946188AC657DAA7E2D7C1 , 0xC0137E6DEBDC4CCABD4DC2BD1824FD17 , 0xC02E51719593482CB8D242109214A526 , 0xC1A290A641644C1A8424671E885A0E48 , 0xC1C8E719579F40E9A333F48E95D714F5 , 0xC1E0F550D7D04FC1B19E487807292D26 , 0xC254C7A5064A40BB805D82A56B7DE70E , 0xC2688E1FEC2649DB9208700F571F5405 , 0xC37B595DF7354CA1A8DDFA9B7CBA6D4B , 0xC4418F0CCB6246A283A718CE21597B55 , 0xC4C4AB71BE7344E7B40F73967542C46E , 0xC77DAE4D568A4E62A0EEF30F092C19DD , 0xC84BB290990449A69EA8F6DABF5F5C87 , 0xC85EDB4FCA2143F5907694F732EE3472 , 0xC8FBF71FD2C645D9986921027C1C998B , 0xC9395DAD5A6140A8BA73C9CEC872CA71 , 0xCA3A12E1AFAB4498A3A32FDB94D7E6F3 , 0xCAB8765D00194DF6A5AFBC73C1D163B9 , 0xCBB331A13AB64BD68148D681C991A852 , 0xCC0EE9BF151845A29C456A935515005C , 0xCC5F73EA9CBB4FC1AB2E0DC7F49992B7 , 0xCC710035AF5D471499B6C9873337856C , 0xCC77C5C8F35C49AC9FDC0D8506C701F1 , 0xCC7BA994CC0E4DDD8D66C433698CB34F , 0xCDF735E5412E47FE9943391CF711DA70 , 0xCE1C45365BD0496287EC5605B0FBB4D1 , 0xCFE263D460744D63A81381653F4467FE , 0xD007B6DCA2C640E3A125BA0C44F4B452 , 0xD016DDCD22EC4FB5AB8E7B4B630A5391 , 0xD07AAF7F5B90427BAD51D845070681CC , 0xD0C51EC0C6FE4EE9875DCC4649C8F229 , 0xD169122A26F2450EB4E995B9E40D737F , 0xD20531A6007E479CA3583FD793AA93CA , 0xD247F3DBE61A49D38B524A7ED798B20D , 0xD2917C6E68AC446F89D3EC98A179D540 , 0xD2A244028A404AE681AA2F1CA750636D , 0xD2C9CFC12EEA432C83DFE1C3680E5A3A , 0xD2F49913B6F2418281E8DFF0943B5E7E , 0xD313F6EC9D7F49519F54A2D4832EF0A3 , 0xD3198219EF1349429E315572126B14DE , 0xD338DF8585014A2BB1C2C80E04CC1AAC , 0xD3EC2AE725144134BE2D3FF320902482 , 0xD4466051FA984F60BC130674FA5B1081 , 0xD647E8D5292B4E378E8E3A8C7C260837 , 0xD7B190D851EC4999B4C2E0EDA485A6C1 , 0xD7CD0060543141C79E4D6B480A6C3070 , 0xD89AAB60CA0746CEBA7E695C163930E7 , 0xD8CA64A1E5354A88BD90AFF64396DD33 , 0xD8D699EAD7834CED98E424CCDE813F6B , 0xD9925A7F10CB4D6492DE88A93E7D233C , 0xD9DE69705DB34880BCDE55B2BC618708 , 0xD9EDC96241E747309806A78F58399A18 , 0xDAC0B3B7FD5648B6AA0B2B1588AE0A0C , 0xDCE5AB615B05449C9B3DB29988F606FA , 0xDE37EBDBF3E74981A19FB920A6496A2E , 0xDE4AFD3F2D1B499F8FA28DD69B6F5F63 , 0xDE526AEFFB5740F08DD5B7D5767697AE , 0xDFCDC3225FB84E7EB20B7EF1CFC9BB2F , 0xE03A3312865446BE91DBC6D0BDF28238 , 0xE085B29AFDDD40EDA79719396CC50F71 , 0xE0F8C1BC512040939F4E924829A2EADF , 0xE14A95C196F649D1A975EA601D03BF5B , 0xE195F6758EB744C79BBC794697DE2AE7 , 0xE28C6B742779441EB4BD0B7D0CE64EE6 , 0xE37FC179CF1A446C82FE6D15A744C55A , 0xE3C693D21C48437B84FF042B2AA9E139 , 0xE3FF7C6E551F4B3F8ECA1D2FA21C9913 , 0xE41BF8AFA77640BE960F54B498E74CF0 , 0xE5F367820001433CB9F3FE94CC785244 , 0xE664D57B1B55499A876E39B3E852B8E0 , 0xE7B5BF2DA57F4C258815C00939460AE1 , 0xE7CC9A178E0B41BEB89AA68022BA99FD , 0xE8F8AC00BB1D4E8FBC49E25412E95028 , 0xE949EEB35FB0497894CB9C4947F0C885 , 0xEB0DAE39C0B145A1A5450509BEB7DD2B , 0xEB958C3948EF4A4CBAF94659DD77395C , 0xEC439B655FCA49BFBB1E968182B64DCE , 0xEC5DA037C0AD4B33BD04A0B752C58E80 , 0xEC80354CACAF47F8A2A9CB4AFE9027BA , 0xED92496546A841E394B2D3706659C082 , 0xED9A506291C94728907C0092E60091D6 , 0xEDB7C1DF432C4D9AA529D671A2AE0895 , 0xEDF4685A2D764CB29D24398ACFA97012 , 0xEDF79D20044C45B6AF174D20EC446C99 , 0xEE4746C013244E9380868827F8D58C27 , 0xEEA28264BB4D4C0E9B3163B435928908 , 0xEF33D72087B54D039F28DE0EEADEACCA , 0xEFB226AA10154FF1AA18F994A2829063 , 0xF0884D657CB74E44AB330E7249AC3189 , 0xF0B3BDA931EE40AEB28C1E8341D73A24 , 0xF171C45A64464488BD71D4340E572F40 , 0xF23F4F7FA1E34387975641BB4030E204 , 0xF4AB956858FE48199DAF0F0F408808A7 , 0xF4FDBD253A1049F595E4FABEA86528D8 , 0xF60E054FB87240EDB2F8C1EEE84204FC , 0xF645F2A804084243A23674D5666049CE , 0xF7CA51A3A53D444BAA56D63330446141 , 0xF84B43BA263A4D3FA04B57083426F087 , 0xF888987C3B0F49FA9C7264B6E2DC5E1F , 0xF8D0F1601F044F0EBC428140FA866D0E , 0xFCF72B81D64D48FBBFA117C952EA3F4E , 0xFDE0BB9592C44ABAB96F4C6C4CBE1F73 , 0xFEB1E761F1B44FE89E2422CB005A2B66 , 0xFF42614C41C846B68725C85629F1A7B7 , 0xFF7A263B86CA49DB84CC97FE3936BE0B , 0xFFAE24075E204C7A83EC5B0DDDA7D148 , 0xFFE19302A6AB45CEA71F77A1A77B9BE2 , 0xFFF25CB3DECD4D33AAF96F0E64307922 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
93
0.07 ms
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
]
SELECT
`app` . `id` AS `app.id` ,
`app` . `name` AS `app.name` ,
`app` . `path` AS `app.path` ,
`app` . `author` AS `app.author` ,
`app` . `copyright` AS `app.copyright` ,
`app` . `license` AS `app.license` ,
`app` . `active` AS `app.active` ,
`app` . `configurable` AS `app.configurable` ,
`app` . `privacy` AS `app.privacy` ,
`app` . `version` AS `app.version` ,
`app` . `icon` AS `app.iconRaw` ,
`app` . `app_secret` AS `app.appSecret` ,
`app` . `modules` AS `app.modules` ,
`app` . `main_module` AS `app.mainModule` ,
`app` . `cookies` AS `app.cookies` ,
`app` . `allow_disable` AS `app.allowDisable` ,
`app` . `base_app_url` AS `app.baseAppUrl` ,
`app` . `allowed_hosts` AS `app.allowedHosts` ,
`app` . `template_load_priority` AS `app.templateLoadPriority` ,
`app` . `integration_id` AS `app.integrationId` ,
`app.integration` . `id` AS `app.integration.id` ,
`app.integration` . `label` AS `app.integration.label` ,
`app.integration` . `access_key` AS `app.integration.accessKey` ,
`app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` ,
`app.integration` . `admin` AS `app.integration.admin` ,
`app.integration` . `custom_fields` AS `app.integration.customFields` ,
`app.integration` . `deleted_at` AS `app.integration.deletedAt` ,
`app.integration` . `write_access` AS `app.integration.writeAccess` ,
`app.integration` . `created_at` AS `app.integration.createdAt` ,
`app.integration` . `updated_at` AS `app.integration.updatedAt` ,
`app` . `acl_role_id` AS `app.aclRoleId` ,
`app.aclRole` . `id` AS `app.aclRole.id` ,
`app.aclRole` . `name` AS `app.aclRole.name` ,
`app.aclRole` . `description` AS `app.aclRole.description` ,
`app.aclRole` . `privileges` AS `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` AS `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` ,
`app` . `created_at` AS `app.createdAt` ,
`app` . `updated_at` AS `app.updatedAt` ,
`app.translation.label` ,
COALESCE (
`app.translation.label` , `app.translation.label`
) AS `app.label` ,
`app.translation.description` ,
COALESCE (
`app.translation.description` , `app.translation.description`
) AS `app.description` ,
`app.translation.privacyPolicyExtensions` ,
COALESCE (
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions`
) AS `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
COALESCE (
`app.translation.customFields` ,
`app.translation.customFields`
) AS `app.customFields` ,
`app.translation.createdAt` ,
`app.translation.updatedAt` ,
`app.translation.appId` ,
`app.translation.languageId`
FROM
`app`
LEFT JOIN (
SELECT
`app.translation` . app_id ,
`app.translation` . label AS `app.translation.label` ,
`app.translation` . description AS `app.translation.description` ,
`app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` ,
`app.translation` . custom_fields AS `app.translation.customFields` ,
`app.translation` . created_at AS `app.translation.createdAt` ,
`app.translation` . updated_at AS `app.translation.updatedAt` ,
`app.translation` . app_id AS `app.translation.appId` ,
`app.translation` . language_id AS `app.translation.languageId`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . language_id = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
WHERE
(`app` . `active` = ? )
Copy
SELECT `app` . `id` AS `app.id` , `app` . `name` AS `app.name` , `app` . `path` AS `app.path` , `app` . `author` AS `app.author` , `app` . `copyright` AS `app.copyright` , `app` . `license` AS `app.license` , `app` . `active` AS `app.active` , `app` . `configurable` AS `app.configurable` , `app` . `privacy` AS `app.privacy` , `app` . `version` AS `app.version` , `app` . `icon` AS `app.iconRaw` , `app` . `app_secret` AS `app.appSecret` , `app` . `modules` AS `app.modules` , `app` . `main_module` AS `app.mainModule` , `app` . `cookies` AS `app.cookies` , `app` . `allow_disable` AS `app.allowDisable` , `app` . `base_app_url` AS `app.baseAppUrl` , `app` . `allowed_hosts` AS `app.allowedHosts` , `app` . `template_load_priority` AS `app.templateLoadPriority` , `app` . `integration_id` AS `app.integrationId` , `app.integration` . `id` AS `app.integration.id` , `app.integration` . `label` AS `app.integration.label` , `app.integration` . `access_key` AS `app.integration.accessKey` , `app.integration` . `secret_access_key` AS `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` AS `app.integration.lastUsageAt` , `app.integration` . `admin` AS `app.integration.admin` , `app.integration` . `custom_fields` AS `app.integration.customFields` , `app.integration` . `deleted_at` AS `app.integration.deletedAt` , `app.integration` . `write_access` AS `app.integration.writeAccess` , `app.integration` . `created_at` AS `app.integration.createdAt` , `app.integration` . `updated_at` AS `app.integration.updatedAt` , `app` . `acl_role_id` AS `app.aclRoleId` , `app.aclRole` . `id` AS `app.aclRole.id` , `app.aclRole` . `name` AS `app.aclRole.name` , `app.aclRole` . `description` AS `app.aclRole.description` , `app.aclRole` . `privileges` AS `app.aclRole.privileges` , `app.aclRole` . `deleted_at` AS `app.aclRole.deletedAt` , `app.aclRole` . `created_at` AS `app.aclRole.createdAt` , `app.aclRole` . `updated_at` AS `app.aclRole.updatedAt` , `app` . `created_at` AS `app.createdAt` , `app` . `updated_at` AS `app.updatedAt` , `app.translation.label` , COALESCE (`app.translation.label` , `app.translation.label` ) AS `app.label` , `app.translation.description` , COALESCE (`app.translation.description` , `app.translation.description` ) AS `app.description` , `app.translation.privacyPolicyExtensions` , COALESCE (`app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` ) AS `app.privacyPolicyExtensions` , `app.translation.customFields` , COALESCE (`app.translation.customFields` , `app.translation.customFields` ) AS `app.customFields` , `app.translation.createdAt` , `app.translation.updatedAt` , `app.translation.appId` , `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation` . app_id , `app.translation` . label AS `app.translation.label` , `app.translation` . description AS `app.translation.description` , `app.translation` . privacy_policy_extensions AS `app.translation.privacyPolicyExtensions` , `app.translation` . custom_fields AS `app.translation.customFields` , `app.translation` . created_at AS `app.translation.createdAt` , `app.translation` . updated_at AS `app.translation.updatedAt` , `app.translation` . app_id AS `app.translation.appId` , `app.translation` . language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` WHERE (`app` . `active` = 1 );
Copy
94
0.07 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
95
0.02 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
96
0.03 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
97
0.06 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
98
2.62 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` , COALESCE (`theme.translation.description` , `theme.translation.description` ) AS `theme.description` , `theme.translation.labels` , COALESCE (`theme.translation.labels` , `theme.translation.labels` ) AS `theme.labels` , `theme.translation.helpTexts` , COALESCE (`theme.translation.helpTexts` , `theme.translation.helpTexts` ) AS `theme.helpTexts` , `theme.translation.customFields` , COALESCE (`theme.translation.customFields` , `theme.translation.customFields` ) AS `theme.customFields` , `theme.translation.createdAt` , `theme.translation.updatedAt` , `theme.translation.themeId` , `theme.translation.languageId` 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` , `theme.translation` . created_at AS `theme.translation.createdAt` , `theme.translation` . updated_at AS `theme.translation.updatedAt` , `theme.translation` . theme_id AS `theme.translation.themeId` , `theme.translation` . language_id AS `theme.translation.languageId` 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` , COALESCE (`theme.translation.description` , `theme.translation.description` ) AS `theme.description` , `theme.translation.labels` , COALESCE (`theme.translation.labels` , `theme.translation.labels` ) AS `theme.labels` , `theme.translation.helpTexts` , COALESCE (`theme.translation.helpTexts` , `theme.translation.helpTexts` ) AS `theme.helpTexts` , `theme.translation.customFields` , COALESCE (`theme.translation.customFields` , `theme.translation.customFields` ) AS `theme.customFields` , `theme.translation.createdAt` , `theme.translation.updatedAt` , `theme.translation.themeId` , `theme.translation.languageId` 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` , `theme.translation` . created_at AS `theme.translation.createdAt` , `theme.translation` . updated_at AS `theme.translation.updatedAt` , `theme.translation` . theme_id AS `theme.translation.themeId` , `theme.translation` . language_id AS `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
99
0.57 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` , COALESCE (`media.translation.title` , `media.translation.title` ) AS `media.title` , `media.translation.alt` , COALESCE (`media.translation.alt` , `media.translation.alt` ) AS `media.alt` , `media.translation.customFields` , COALESCE (`media.translation.customFields` , `media.translation.customFields` ) AS `media.customFields` , `media.translation.createdAt` , `media.translation.updatedAt` , `media.translation.mediaId` , `media.translation.languageId` 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` . title AS `media.translation.title` , `media.translation` . alt AS `media.translation.alt` , `media.translation` . custom_fields AS `media.translation.customFields` , `media.translation` . created_at AS `media.translation.createdAt` , `media.translation` . updated_at AS `media.translation.updatedAt` , `media.translation` . media_id AS `media.translation.mediaId` , `media.translation` . language_id AS `media.translation.languageId` 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 Ž¥\x0F £ÂsŽ·ú\x11 ŒÆTÀ\n "
b"Y\x0F\x1E ôÁDB╠ûµñ\x1C À@Å╝ "
b"\x01 ÄÑ\x0F úÊsäì |ð×└┐V "
]
SELECT `media` . `id` AS `media.id` , `media` . `user_id` AS `media.userId` , `media` . `media_folder_id` AS `media.mediaFolderId` , `media` . `mime_type` AS `media.mimeType` , `media` . `file_extension` AS `media.fileExtension` , `media` . `uploaded_at` AS `media.uploadedAt` , `media` . `file_name` AS `media.fileName` , `media` . `file_size` AS `media.fileSize` , `media` . `media_type` AS `media.mediaTypeRaw` , `media` . `meta_data` AS `media.metaData` , `media` . `config` AS `media.config` , `media` . `path` AS `media.path` , `media` . `private` AS `media.private` , `media` . `thumbnails_ro` AS `media.thumbnailsRo` , `media` . `created_at` AS `media.createdAt` , `media` . `updated_at` AS `media.updatedAt` , `media.translation.title` , COALESCE (`media.translation.title` , `media.translation.title` ) AS `media.title` , `media.translation.alt` , COALESCE (`media.translation.alt` , `media.translation.alt` ) AS `media.alt` , `media.translation.customFields` , COALESCE (`media.translation.customFields` , `media.translation.customFields` ) AS `media.customFields` , `media.translation.createdAt` , `media.translation.updatedAt` , `media.translation.mediaId` , `media.translation.languageId` 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` . title AS `media.translation.title` , `media.translation` . alt AS `media.translation.alt` , `media.translation` . custom_fields AS `media.translation.customFields` , `media.translation` . created_at AS `media.translation.createdAt` , `media.translation` . updated_at AS `media.translation.updatedAt` , `media.translation` . media_id AS `media.translation.mediaId` , `media.translation` . language_id AS `media.translation.languageId` 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 (0x018EA50FA3C2738EB7FA118CC654C00A , 0x590F1E93B54442CC96E6A41CB7408FBC , 0x018EA50FA3D273848DFF7CD09EC0BF56 ));
Copy
100
0.05 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id ;
Copy
101
0.02 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
102
0.02 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"íç/pšHK[Š“Oîn$\x1A _ "
]
SELECT iso FROM snippet_set WHERE id = 0xEDE72F709A484B5B8A934FEE6E241A5F ;
Copy
103
0.02 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name AS themeName , parentTheme . technical_name AS parentThemeName
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"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name AS themeName , parentTheme . technical_name AS parentThemeName
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 = 0x696EDAB409AA400E9F76E95471BDC8ED
;
Copy
104
0.03 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
105
0.02 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
106
0.01 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
107
0.03 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"íç/pšHK[Š“Oîn$\x1A _ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0xEDE72F709A484B5B8A934FEE6E241A5F ;
Copy
108
0.47 ms
SELECT `category` . `id` AS `category.id` , `category` . `version_id` AS `category.versionId` , `category` . `parent_id` AS `category.parentId` , `category` . `parent_version_id` AS `category.parentVersionId` , `category` . `after_category_id` AS `category.afterCategoryId` , `category` . `after_category_version_id` AS `category.afterCategoryVersionId` , `category` . `media_id` AS `category.mediaId` , `category` . `display_nested_products` AS `category.displayNestedProducts` , `category` . `auto_increment` AS `category.autoIncrement` , `category` . `level` AS `category.level` , `category` . `path` AS `category.path` , `category` . `child_count` AS `category.childCount` , `category` . `type` AS `category.type` , `category` . `product_assignment_type` AS `category.productAssignmentType` , `category` . `visible` AS `category.visible` , `category` . `active` AS `category.active` , `category` . `cms_page_id` AS `category.cmsPageId` , `category` . `cms_page_version_id` AS `category.cmsPageVersionId` , `category` . `product_stream_id` AS `category.productStreamId` , `category` . `custom_entity_type_id` AS `category.customEntityTypeId` , `category` . `created_at` AS `category.createdAt` , `category` . `updated_at` AS `category.updatedAt` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation` . language_id = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"f»~\x14 #ðF\x06 ¨C–96Ó#Í "
b"vmË\r @¹EÅøíþ¤Ø>\e\x03 "
b"\x03 œ˜óÑÁIfª§ß…vyât "
b"\x05 ˆ·Âï\x11 MÀ†d¿žy\x17 Ù "
]
SELECT
`category` . `id` AS `category.id` ,
`category` . `version_id` AS `category.versionId` ,
`category` . `parent_id` AS `category.parentId` ,
`category` . `parent_version_id` AS `category.parentVersionId` ,
`category` . `after_category_id` AS `category.afterCategoryId` ,
`category` . `after_category_version_id` AS `category.afterCategoryVersionId` ,
`category` . `media_id` AS `category.mediaId` ,
`category` . `display_nested_products` AS `category.displayNestedProducts` ,
`category` . `auto_increment` AS `category.autoIncrement` ,
`category` . `level` AS `category.level` ,
`category` . `path` AS `category.path` ,
`category` . `child_count` AS `category.childCount` ,
`category` . `type` AS `category.type` ,
`category` . `product_assignment_type` AS `category.productAssignmentType` ,
`category` . `visible` AS `category.visible` ,
`category` . `active` AS `category.active` ,
`category` . `cms_page_id` AS `category.cmsPageId` ,
`category` . `cms_page_version_id` AS `category.cmsPageVersionId` ,
`category` . `product_stream_id` AS `category.productStreamId` ,
`category` . `custom_entity_type_id` AS `category.customEntityTypeId` ,
`category` . `created_at` AS `category.createdAt` ,
`category` . `updated_at` AS `category.updatedAt` ,
`category.translation.name` ,
COALESCE (
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.description` ,
COALESCE (
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.createdAt` ,
`category.translation.updatedAt` ,
`category.translation.categoryId` ,
`category.translation.languageId` ,
`category.translation.categoryVersionId`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . category_id ,
`category.translation` . category_version_id ,
`category.translation` . name AS `category.translation.name` ,
`category.translation` . breadcrumb AS `category.translation.breadcrumb` ,
`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` ,
`category.translation` . custom_fields AS `category.translation.customFields` ,
`category.translation` . created_at AS `category.translation.createdAt` ,
`category.translation` . updated_at AS `category.translation.updatedAt` ,
`category.translation` . category_id AS `category.translation.categoryId` ,
`category.translation` . language_id AS `category.translation.languageId` ,
`category.translation` . category_version_id AS `category.translation.categoryVersionId`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . language_id = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . category_version_id = `category` . version_id
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? , ? , ? )
)
Copy
SELECT `category` . `id` AS `category.id` , `category` . `version_id` AS `category.versionId` , `category` . `parent_id` AS `category.parentId` , `category` . `parent_version_id` AS `category.parentVersionId` , `category` . `after_category_id` AS `category.afterCategoryId` , `category` . `after_category_version_id` AS `category.afterCategoryVersionId` , `category` . `media_id` AS `category.mediaId` , `category` . `display_nested_products` AS `category.displayNestedProducts` , `category` . `auto_increment` AS `category.autoIncrement` , `category` . `level` AS `category.level` , `category` . `path` AS `category.path` , `category` . `child_count` AS `category.childCount` , `category` . `type` AS `category.type` , `category` . `product_assignment_type` AS `category.productAssignmentType` , `category` . `visible` AS `category.visible` , `category` . `active` AS `category.active` , `category` . `cms_page_id` AS `category.cmsPageId` , `category` . `cms_page_version_id` AS `category.cmsPageVersionId` , `category` . `product_stream_id` AS `category.productStreamId` , `category` . `custom_entity_type_id` AS `category.customEntityTypeId` , `category` . `created_at` AS `category.createdAt` , `category` . `updated_at` AS `category.updatedAt` , `category.translation.name` , COALESCE (`category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.breadcrumb` , COALESCE (`category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.slotConfig` , COALESCE (`category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.linkType` , COALESCE (`category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.internalLink` , COALESCE (`category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.externalLink` , COALESCE (`category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.linkNewTab` , COALESCE (`category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.description` , COALESCE (`category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.metaTitle` , COALESCE (`category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.metaDescription` , COALESCE (`category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.keywords` , COALESCE (`category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.customFields` , COALESCE (`category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.createdAt` , `category.translation.updatedAt` , `category.translation.categoryId` , `category.translation.languageId` , `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation` . category_id , `category.translation` . category_version_id , `category.translation` . name AS `category.translation.name` , `category.translation` . breadcrumb AS `category.translation.breadcrumb` , `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` , `category.translation` . custom_fields AS `category.translation.customFields` , `category.translation` . created_at AS `category.translation.createdAt` , `category.translation` . updated_at AS `category.translation.updatedAt` , `category.translation` . category_id AS `category.translation.categoryId` , `category.translation` . language_id AS `category.translation.languageId` , `category.translation` . category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . category_version_id = `category` . version_id WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x66BB7E1423F04606A843963936D323CD , 0x766DD30D40FB458F9BA1E7CF9D3E1B03 , 0x039C98F3D1C14966AAA7DF857679E274 , 0x0588B7C2EF114DC08664BFAD9E7917D9 ));
Copy
109
1.92 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/0588b7c2ef114dc08664bfad9e7917d9 "
"/navigation/66bb7e1423f04606a843963936d323cd "
"/navigation/11a6bdc4df36429c95c28e32ff2b81eb "
"/navigation/28db7cef061a43b580f7a6ddf008fff3 "
"/navigation/83fca119538b4a6c9c53dcdff06196f5 "
"/navigation/009bc3ed590d4eacb7c9f5a6ee97d771 "
"/navigation/57412f8db0964cf885fb627c534afa8f "
"/navigation/01930bc8df8b7cc7916c5471d56b2501 "
"/navigation/01981945418b735f9fe06eca3b16e20c "
"/navigation/766dd30d40fb458f9ba1e7cf9d3e1b03 "
"/navigation/ea645a7ec20f492e9a064f75a2da26f8 "
"/navigation/727ee2ff77c44c07a3d3e29b3b28116d "
"/navigation/adf7b123c6024becaeb3364f1f8b2738 "
"/navigation/ecee44fbb1034868bfe0efb7bebc424d "
"/navigation/c1b4916ab9eb43eeb802dc035e673f3f "
"/navigation/039c98f3d1c14966aaa7df857679e274 "
"/navigation/61b7af63acca4e91b7c429f7ae427336 "
"/navigation/0c5613e1b7144898a08fc2c75af46665 "
"/navigation/aa45865554784841b059e0a81c82110d "
"/navigation/77ca20eb96dd41868186c42a5ca89423 "
"/navigation/8198e729cf0d4b59a6122d5e25fad868 "
"/navigation/b8b279339b9b42bbae60ef16271eedfc "
"/navigation/e95560be55054590b46b0e3a72c00914 "
"/navigation/2622e1915489489a9f30b6545784da77 "
"/navigation/f2e2a9e9d95146ee974a6a8bbb740cf8 "
"/navigation/89d3ed2bca8c4389bb9479c3ed7ae187 "
"/navigation/03875bbd8b544208a54cb50437e42d93 "
"/navigation/80cb8d3d1ed94bb9a64db18e4b62e62a "
"/navigation/4dc264e389734cb091d0445bb60458d5 "
"/navigation/cf64c23c04204cc6b94ec837add56335 "
"/navigation/1d34a242102b4e44887b5fbb9f9c1835 "
"/navigation/81196dccdb2b45a5a7a5a11b3508834d "
"/navigation/a1b847f7b0414d88b1e3b8cd48318800 "
"/navigation/de5216e992e441dc8ff671b15fc9c5ff "
"/navigation/84d4aac81bea4cf49c7847573926d49e "
"/navigation/f67c0cd9a3ad426d95195090d810eb20 "
"/navigation/34a0e166637049da90fa74f68c4ee93d "
"/navigation/dc9c7dcc3a7c4f31a789f943222157b2 "
"/navigation/2f87159b95cc4abb940f01ec8b19106f "
"/navigation/50b8961e5051438da1655ef67e8e27f6 "
"/navigation/19e5450256eb4abfba206e719215883c "
"/navigation/3d13f25c006b48be899cdbbb8aa03902 "
"/navigation/dd7be982f53c497fa8d1e50d54e76815 "
"/navigation/42f02599a7774baea48805dcc4b07d53 "
"/navigation/480dbfe3094d462ab79aec581ac48a86 "
"/navigation/4aadcd46861c446a89b7be133b317ba4 "
"/navigation/f76285725672416fa45bc23f92cdc459 "
"/navigation/848d97d5135741bd8cf85d6bde6438af "
"/navigation/db26adc68cbb44fdb67419d0856927cf "
"/navigation/1037804c9bdb4cb6a87bd7970d32e9ff "
"/navigation/0e3f49c85029452e92ab5ade904fbf8a "
"/navigation/d3b1c7e8149a4cec9e7f931b566438af "
"/navigation/abe80db769ed43f49475c0ab0d93b2a4 "
"/navigation/e3b7cd862c3f4d75b0130593d8aa70b3 "
"/navigation/890bb04b982a4892aafbe1622d8f395a "
"/navigation/0190bf0c92357302861463a9ab13af80 "
"/navigation/0190bf050404707a8e11e718e1a023cb "
"/navigation/8573082efd9d4815a16f7dd9764d77b0 "
"/navigation/e3288045328d4c08a0cb8920f89c402a "
"/navigation/0a6b331c5d3245818bfd71e20fe97fac "
"/navigation/cd8101e4cca6493bb2ae94359c46a1d2 "
"/navigation/8c461e6528cc4d85ba33950ad0229258 "
"/navigation/abaa1571dc254447a05525058a28a349 "
"/navigation/962fc684e5664befb8c492a0d066e32b "
"/navigation/864b327cf769448e85ef1ace9d5bfb58 "
"/navigation/b5be91f4a6814c898df26fd301992190 "
"/navigation/bae1036b1b3d41fa9a00c7635ba020d2 "
"/navigation/5fc902618cd74333b9b839b23a2c7486 "
"/navigation/c92a70b2a670428f817b7708b5a7a037 "
"/navigation/962a760545af4a318ea9c4fab2fd15d9 "
"/navigation/1539a5cf512e4e1c9e08441a629655b3 "
"/navigation/c8438e1d7b4346949704fd03808e7986 "
"/navigation/61c8549934114184a5df7ce9145707d5 "
"/navigation/42b98860bd66426a8a9630a611b92a2e "
"/navigation/b36e6f773e5240b2b78c6929af2ea01e "
"/navigation/c18f6b79a72047f091cb750d01b6d950 "
"/navigation/a2c4dd00a7d840a7b20b1845bedea479 "
"/navigation/9b71eba3db094ba4b4345e9efbfafe3d "
"/navigation/af43df70fd70460cbbdffe811798f5f9 "
"/navigation/be4f78d04f704566b045e799702b12c2 "
"/navigation/c11db1086f524989aacdd333edb7f0fe "
"/navigation/cff332e06e7a42c29d088614cba11e78 "
"/navigation/8d3e1f1f9d9b4930b68c5f1bfa696bae "
"/navigation/7c0384858bf6414f8597713bde6e1d1a "
"/navigation/310697affce44fc3a8b0fe92ebb322d2 "
"/navigation/9b12e70b10cc437cb7ac1a3c6e12f91a "
"/navigation/5a006f35c7564bb2bd353f1174bdaff4 "
"/navigation/38b55bb261084d4789e21ef4312abbf8 "
"/navigation/ce0b254ac1fd4c1eb9d66c0ae11affb7 "
"/navigation/21ec6a36c662458da2f1646ed98214de "
"/navigation/8784d74561584f72a97c6fcc391d125a "
"/navigation/c897d790656648dcabf21af6269c0b30 "
"/navigation/fea9ea5fa32e49549cf699067e3a49ed "
"/navigation/60a9e05f72b9469ea04411fe8ee0134e "
"/navigation/9521b36820164a37afbedbd8d3340bed "
"/navigation/f9cca56cdb1040268583d419e659a8c1 "
"/navigation/0191858b90627c2084ddd37a7ba6b896 "
"/navigation/529768fbc88443f3aadcceb558136d58 "
"/navigation/c549d483385a40489e1bffe3a843f092 "
"/navigation/0588e9c3fa51410da232d95d40f5fe33 "
"/navigation/cd8041d6a08e449494ad0c3fb6b342f7 "
"/navigation/c53a8c276b1f4566b27dc8453ae0b4f7 "
"/navigation/45d2a25a462e40f6909fc258ce3994f4 "
"/navigation/1c5afa84aaa941d6bc2cc2f3b6525f6e "
"/navigation/99d3aee15ac6458ab6315fcd90acfddc "
"/navigation/ba33cdd3d29f4975a0ae4a1077fca503 "
"/navigation/5811f582d18c45849ac302116596bc08 "
"/navigation/c93db65c13d4481cb8e5fb6cb5336645 "
"/navigation/d915481b4b10436e83e875bfc37f944e "
"/navigation/19d5346b5cfc4282ac872cf4358fe2ee "
"/navigation/03c0eb71f6824915a700dfada11c062f "
"/navigation/55ed61e17a7a4b429873a4def82df1be "
"/navigation/87436fa5896445879e9d2d7a10dbf825 "
"/navigation/408b816594544a96bac069d41936011e "
"/navigation/530c30c0daca468b8c11d510da43243d "
"/navigation/2777f2578b924ee7be296fdaf96eb69e "
"/navigation/ac4477c67acc45878df8905c3b0a5594 "
"/navigation/272bfd4440e146c384808b997af7f2f0 "
"/navigation/cb01a64a8b184a5c9a382cb77c0eff1a "
"/navigation/ce0a2bbe13384fc9a317262c16216ba7 "
"/navigation/6ee277a5755c49d8a220d4cf692f2fae "
"/navigation/d8d46fbb76814d25883af585763c6b51 "
"/navigation/e4b3f6012df84366bd8fd9c827673d91 "
"/navigation/bf63c58ae163431bbf92f65ef798a4f0 "
"/navigation/efcc7444b0c146c29612828e99c769cf "
"/navigation/f3df80c06f084298a4dcc7e05c0cecb2 "
"/navigation/2317385b8a42499d911125ce454ea626 "
"/navigation/d32b9a012b66430cb9fbfcb6287e5916 "
"/navigation/7bdd135f348e49b4bd1b3fbde379d8b5 "
"/navigation/06de686b8ff04f05b8095685d95c8185 "
"/navigation/95b8092ef9e9451e98c5419c5e1731ea "
"/navigation/c9e27e687db24cf09dc63b3b081cac91 "
"/navigation/e7b242ca67f94965be0a0ee43692d1bb "
"/navigation/1b36d51513e84cc0b9223bb7b0d96e11 "
"/navigation/e359040ab8c1469dbf5af3ff44a60645 "
"/navigation/0637d89c47154fd2ad2b79421f5d4cf4 "
"/navigation/fc47cc866128466b8aba33a240907227 "
"/navigation/2505d4fbea8f4a729065cbebaa8e33df "
"/navigation/65e11eaa037a44e69acff5f09f284a9f "
"/navigation/8103e9be4b364164b932a8a69cc16c7c "
"/navigation/99f6885c93b743a281a4d8d7f2851f16 "
"/navigation/6e1a26e3e64a41ed97eb7e7a82c51f44 "
"/navigation/d685eb5358464819b59a082db6201fe5 "
"/navigation/e8c969ceaf6143219c5c07c396600187 "
"/navigation/db2c79b8242943d8a4e8345f08204835 "
"/navigation/543768ecf83f4d499c5914c6807fe47e "
"/navigation/14029c5b418d4d6ba6fb386b88a9722b "
"/navigation/37bd4c7f6b5841a5aaca7c4b572e5dd0 "
"/navigation/268489c2ce6f4b9f8f1f42802dc15c9c "
"/navigation/d27df7157cdf4b3c912fb08a95bdff09 "
"/navigation/a654ea9b607c477d8ed8e4df3376b08b "
"/navigation/81872d8300c24256bd7c7a48695d4118 "
"/navigation/54c4b75f43924fb6a75b4297a30e5120 "
"/navigation/65edb39175fb413f84029459d571635d "
"/navigation/f6762fc4b44b4f88a943f8f6af7aad46 "
"/navigation/1463e1e10ae64f098f25a41dc7540c85 "
"/navigation/11f8c237487e45458a818350eeb3a7ee "
"/navigation/ae1962129787468ba7375300e0baf1d4 "
"/navigation/2600de445d514c568bfaaf86f43335dd "
"/navigation/f9ef79329cbf45058011c22b10c66f04 "
"/navigation/a29e90dafd93406a9e056134a7cf5acf "
"/navigation/581ff8caefb94e87a7d67158a0134502 "
"/navigation/444ac9968aa241e6a67fae615b962279 "
"/navigation/b9f94195350c4d6cad20820dfcbcfbe4 "
"/navigation/a4edcd93d7b34c52b5a3050a8878b621 "
"/navigation/7980b69376ad434bbe8e25ed9e8e5e28 "
"/navigation/a9e47e064cb345b9a908f640a3a74a03 "
"/navigation/1db6b712b48e48b0a86a3d91fc47df38 "
"/navigation/4adcaaaa3aa34a4b89bcccd5e7135397 "
"/navigation/d20b6b0bfbe546fe8f7f1588cccdec38 "
"/navigation/aa694dc95f4440708959015cef5ec556 "
"/navigation/2c06ea524ce646f18a321e1f977db9af "
"/navigation/3ada556f802047c28327561113c418ae "
"/navigation/ba514361b3ae40afb0aab3338170dc5e "
"/navigation/e9a88f25af43490a8d9fbf07ac2a2134 "
"/navigation/419d94e7c1dd4f769398af1972347de3 "
"/navigation/9040948214b14479b72a398abe1e7fdb "
"/navigation/b842b40128284e1ab6f0021b14e958c1 "
"/navigation/1068d54dac8a4aef861483dd732e5317 "
"/navigation/8055d32b867c424db2fe3b69e0338b48 "
"/navigation/7d543578042e4df0b03fc36b22615459 "
"/navigation/0e6cf8a2ebed4af1b1c918e6aea95d28 "
"/navigation/8e74d893e97d4b1c90b6354bfd95d652 "
"/navigation/e85769b09d924937859d5a7b3e8efe7a "
"/navigation/5435a672f850431b8330494110376e52 "
"/navigation/ab6d84953c864760b74faf232dd96a61 "
"/navigation/3bfb86c49ae44e2d97a57c7b663a7a2d "
"/navigation/f965df06cbff4659851737ebefaa0248 "
"/navigation/ce7c1120d04c44249247ef1a0b7586b1 "
"/navigation/47a9130f90db4d79acbc3c68bc558ee3 "
"/navigation/9591c9db59dd4ae18148635e41cd8a30 "
"/navigation/cb489a91f0a1409eb0ff4f1ff5b716cf "
"/detail/000a677137174aca9bfb3dbadb45b7fc "
"/detail/00bd27ef572d4217a1ffce8a7b5f31a3 "
"/detail/017ecb35ebda400fb481f51294115477 "
"/detail/0190bf058f6d72bf9d5902ed3132bff1 "
"/detail/0190bf058f7072df920beee6a6e12277 "
"/detail/0190bf058f7170849d50520f1710fe0f "
"/detail/0190bf06031c71ba99f97d3fb8e00cf2 "
"/detail/0190bf060df27028a9cbd3cb8cd22898 "
"/detail/0190bf060df27028a9cbd3cb99238ec9 "
"/detail/0190bf060df372b3816c9f0445c3172f "
"/detail/0190bf060df372b3816c9f0447fe795b "
"/detail/0190bf060df372b3816c9f04491333c7 "
"/detail/0190bf060df372b3816c9f044a7ec183 "
"/detail/0190bf060df372b3816c9f044b47d1e8 "
"/detail/0190bf060df372b3816c9f044f35ea2e "
"/detail/0190bf060df372b3816c9f0455f3af4c "
"/detail/0190bf060df470068e3faa421324132b "
"/detail/0190bf060df470068e3faa4217134931 "
"/detail/0190bf060df470068e3faa421a09e29b "
"/detail/0190bf060df470068e3faa421f43c71b "
"/detail/0190bf060df573fd8042224bcaf1c03f "
"/detail/0190bf060df573fd8042224bd00af131 "
"/detail/0190bf060df573fd8042224bd3f73df1 "
"/detail/0190bf060df673c8ae4e2fc4a35d73ab "
"/navigation/3443b791bf4d44148cb7774704ce3ec7 "
"/navigation/561543341c1a482c9ba6dd9e2bb94570 "
"/navigation/743f0d2271ab4a6780b79087764f5ea7 "
"/navigation/1faa477bdf884cb688d5439460d5943f "
b"/»_ââšMpªXTÎ|ãâ\v "
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
]
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/0588b7c2ef114dc08664bfad9e7917d9' , '/navigation/66bb7e1423f04606a843963936d323cd' , '/navigation/11a6bdc4df36429c95c28e32ff2b81eb' , '/navigation/28db7cef061a43b580f7a6ddf008fff3' , '/navigation/83fca119538b4a6c9c53dcdff06196f5' , '/navigation/009bc3ed590d4eacb7c9f5a6ee97d771' , '/navigation/57412f8db0964cf885fb627c534afa8f' , '/navigation/01930bc8df8b7cc7916c5471d56b2501' , '/navigation/01981945418b735f9fe06eca3b16e20c' , '/navigation/766dd30d40fb458f9ba1e7cf9d3e1b03' , '/navigation/ea645a7ec20f492e9a064f75a2da26f8' , '/navigation/727ee2ff77c44c07a3d3e29b3b28116d' , '/navigation/adf7b123c6024becaeb3364f1f8b2738' , '/navigation/ecee44fbb1034868bfe0efb7bebc424d' , '/navigation/c1b4916ab9eb43eeb802dc035e673f3f' , '/navigation/039c98f3d1c14966aaa7df857679e274' , '/navigation/61b7af63acca4e91b7c429f7ae427336' , '/navigation/0c5613e1b7144898a08fc2c75af46665' , '/navigation/aa45865554784841b059e0a81c82110d' , '/navigation/77ca20eb96dd41868186c42a5ca89423' , '/navigation/8198e729cf0d4b59a6122d5e25fad868' , '/navigation/b8b279339b9b42bbae60ef16271eedfc' , '/navigation/e95560be55054590b46b0e3a72c00914' , '/navigation/2622e1915489489a9f30b6545784da77' , '/navigation/f2e2a9e9d95146ee974a6a8bbb740cf8' , '/navigation/89d3ed2bca8c4389bb9479c3ed7ae187' , '/navigation/03875bbd8b544208a54cb50437e42d93' , '/navigation/80cb8d3d1ed94bb9a64db18e4b62e62a' , '/navigation/4dc264e389734cb091d0445bb60458d5' , '/navigation/cf64c23c04204cc6b94ec837add56335' , '/navigation/1d34a242102b4e44887b5fbb9f9c1835' , '/navigation/81196dccdb2b45a5a7a5a11b3508834d' , '/navigation/a1b847f7b0414d88b1e3b8cd48318800' , '/navigation/de5216e992e441dc8ff671b15fc9c5ff' , '/navigation/84d4aac81bea4cf49c7847573926d49e' , '/navigation/f67c0cd9a3ad426d95195090d810eb20' , '/navigation/34a0e166637049da90fa74f68c4ee93d' , '/navigation/dc9c7dcc3a7c4f31a789f943222157b2' , '/navigation/2f87159b95cc4abb940f01ec8b19106f' , '/navigation/50b8961e5051438da1655ef67e8e27f6' , '/navigation/19e5450256eb4abfba206e719215883c' , '/navigation/3d13f25c006b48be899cdbbb8aa03902' , '/navigation/dd7be982f53c497fa8d1e50d54e76815' , '/navigation/42f02599a7774baea48805dcc4b07d53' , '/navigation/480dbfe3094d462ab79aec581ac48a86' , '/navigation/4aadcd46861c446a89b7be133b317ba4' , '/navigation/f76285725672416fa45bc23f92cdc459' , '/navigation/848d97d5135741bd8cf85d6bde6438af' , '/navigation/db26adc68cbb44fdb67419d0856927cf' , '/navigation/1037804c9bdb4cb6a87bd7970d32e9ff' , '/navigation/0e3f49c85029452e92ab5ade904fbf8a' , '/navigation/d3b1c7e8149a4cec9e7f931b566438af' , '/navigation/abe80db769ed43f49475c0ab0d93b2a4' , '/navigation/e3b7cd862c3f4d75b0130593d8aa70b3' , '/navigation/890bb04b982a4892aafbe1622d8f395a' , '/navigation/0190bf0c92357302861463a9ab13af80' , '/navigation/0190bf050404707a8e11e718e1a023cb' , '/navigation/8573082efd9d4815a16f7dd9764d77b0' , '/navigation/e3288045328d4c08a0cb8920f89c402a' , '/navigation/0a6b331c5d3245818bfd71e20fe97fac' , '/navigation/cd8101e4cca6493bb2ae94359c46a1d2' , '/navigation/8c461e6528cc4d85ba33950ad0229258' , '/navigation/abaa1571dc254447a05525058a28a349' , '/navigation/962fc684e5664befb8c492a0d066e32b' , '/navigation/864b327cf769448e85ef1ace9d5bfb58' , '/navigation/b5be91f4a6814c898df26fd301992190' , '/navigation/bae1036b1b3d41fa9a00c7635ba020d2' , '/navigation/5fc902618cd74333b9b839b23a2c7486' , '/navigation/c92a70b2a670428f817b7708b5a7a037' , '/navigation/962a760545af4a318ea9c4fab2fd15d9' , '/navigation/1539a5cf512e4e1c9e08441a629655b3' , '/navigation/c8438e1d7b4346949704fd03808e7986' , '/navigation/61c8549934114184a5df7ce9145707d5' , '/navigation/42b98860bd66426a8a9630a611b92a2e' , '/navigation/b36e6f773e5240b2b78c6929af2ea01e' , '/navigation/c18f6b79a72047f091cb750d01b6d950' , '/navigation/a2c4dd00a7d840a7b20b1845bedea479' , '/navigation/9b71eba3db094ba4b4345e9efbfafe3d' , '/navigation/af43df70fd70460cbbdffe811798f5f9' , '/navigation/be4f78d04f704566b045e799702b12c2' , '/navigation/c11db1086f524989aacdd333edb7f0fe' , '/navigation/cff332e06e7a42c29d088614cba11e78' , '/navigation/8d3e1f1f9d9b4930b68c5f1bfa696bae' , '/navigation/7c0384858bf6414f8597713bde6e1d1a' , '/navigation/310697affce44fc3a8b0fe92ebb322d2' , '/navigation/9b12e70b10cc437cb7ac1a3c6e12f91a' , '/navigation/5a006f35c7564bb2bd353f1174bdaff4' , '/navigation/38b55bb261084d4789e21ef4312abbf8' , '/navigation/ce0b254ac1fd4c1eb9d66c0ae11affb7' , '/navigation/21ec6a36c662458da2f1646ed98214de' , '/navigation/8784d74561584f72a97c6fcc391d125a' , '/navigation/c897d790656648dcabf21af6269c0b30' , '/navigation/fea9ea5fa32e49549cf699067e3a49ed' , '/navigation/60a9e05f72b9469ea04411fe8ee0134e' , '/navigation/9521b36820164a37afbedbd8d3340bed' , '/navigation/f9cca56cdb1040268583d419e659a8c1' , '/navigation/0191858b90627c2084ddd37a7ba6b896' , '/navigation/529768fbc88443f3aadcceb558136d58' , '/navigation/c549d483385a40489e1bffe3a843f092' , '/navigation/0588e9c3fa51410da232d95d40f5fe33' , '/navigation/cd8041d6a08e449494ad0c3fb6b342f7' , '/navigation/c53a8c276b1f4566b27dc8453ae0b4f7' , '/navigation/45d2a25a462e40f6909fc258ce3994f4' , '/navigation/1c5afa84aaa941d6bc2cc2f3b6525f6e' , '/navigation/99d3aee15ac6458ab6315fcd90acfddc' , '/navigation/ba33cdd3d29f4975a0ae4a1077fca503' , '/navigation/5811f582d18c45849ac302116596bc08' , '/navigation/c93db65c13d4481cb8e5fb6cb5336645' , '/navigation/d915481b4b10436e83e875bfc37f944e' , '/navigation/19d5346b5cfc4282ac872cf4358fe2ee' , '/navigation/03c0eb71f6824915a700dfada11c062f' , '/navigation/55ed61e17a7a4b429873a4def82df1be' , '/navigation/87436fa5896445879e9d2d7a10dbf825' , '/navigation/408b816594544a96bac069d41936011e' , '/navigation/530c30c0daca468b8c11d510da43243d' , '/navigation/2777f2578b924ee7be296fdaf96eb69e' , '/navigation/ac4477c67acc45878df8905c3b0a5594' , '/navigation/272bfd4440e146c384808b997af7f2f0' , '/navigation/cb01a64a8b184a5c9a382cb77c0eff1a' , '/navigation/ce0a2bbe13384fc9a317262c16216ba7' , '/navigation/6ee277a5755c49d8a220d4cf692f2fae' , '/navigation/d8d46fbb76814d25883af585763c6b51' , '/navigation/e4b3f6012df84366bd8fd9c827673d91' , '/navigation/bf63c58ae163431bbf92f65ef798a4f0' , '/navigation/efcc7444b0c146c29612828e99c769cf' , '/navigation/f3df80c06f084298a4dcc7e05c0cecb2' , '/navigation/2317385b8a42499d911125ce454ea626' , '/navigation/d32b9a012b66430cb9fbfcb6287e5916' , '/navigation/7bdd135f348e49b4bd1b3fbde379d8b5' , '/navigation/06de686b8ff04f05b8095685d95c8185' , '/navigation/95b8092ef9e9451e98c5419c5e1731ea' , '/navigation/c9e27e687db24cf09dc63b3b081cac91' , '/navigation/e7b242ca67f94965be0a0ee43692d1bb' , '/navigation/1b36d51513e84cc0b9223bb7b0d96e11' , '/navigation/e359040ab8c1469dbf5af3ff44a60645' , '/navigation/0637d89c47154fd2ad2b79421f5d4cf4' , '/navigation/fc47cc866128466b8aba33a240907227' , '/navigation/2505d4fbea8f4a729065cbebaa8e33df' , '/navigation/65e11eaa037a44e69acff5f09f284a9f' , '/navigation/8103e9be4b364164b932a8a69cc16c7c' , '/navigation/99f6885c93b743a281a4d8d7f2851f16' , '/navigation/6e1a26e3e64a41ed97eb7e7a82c51f44' , '/navigation/d685eb5358464819b59a082db6201fe5' , '/navigation/e8c969ceaf6143219c5c07c396600187' , '/navigation/db2c79b8242943d8a4e8345f08204835' , '/navigation/543768ecf83f4d499c5914c6807fe47e' , '/navigation/14029c5b418d4d6ba6fb386b88a9722b' , '/navigation/37bd4c7f6b5841a5aaca7c4b572e5dd0' , '/navigation/268489c2ce6f4b9f8f1f42802dc15c9c' , '/navigation/d27df7157cdf4b3c912fb08a95bdff09' , '/navigation/a654ea9b607c477d8ed8e4df3376b08b' , '/navigation/81872d8300c24256bd7c7a48695d4118' , '/navigation/54c4b75f43924fb6a75b4297a30e5120' , '/navigation/65edb39175fb413f84029459d571635d' , '/navigation/f6762fc4b44b4f88a943f8f6af7aad46' , '/navigation/1463e1e10ae64f098f25a41dc7540c85' , '/navigation/11f8c237487e45458a818350eeb3a7ee' , '/navigation/ae1962129787468ba7375300e0baf1d4' , '/navigation/2600de445d514c568bfaaf86f43335dd' , '/navigation/f9ef79329cbf45058011c22b10c66f04' , '/navigation/a29e90dafd93406a9e056134a7cf5acf' , '/navigation/581ff8caefb94e87a7d67158a0134502' , '/navigation/444ac9968aa241e6a67fae615b962279' , '/navigation/b9f94195350c4d6cad20820dfcbcfbe4' , '/navigation/a4edcd93d7b34c52b5a3050a8878b621' , '/navigation/7980b69376ad434bbe8e25ed9e8e5e28' , '/navigation/a9e47e064cb345b9a908f640a3a74a03' , '/navigation/1db6b712b48e48b0a86a3d91fc47df38' , '/navigation/4adcaaaa3aa34a4b89bcccd5e7135397' , '/navigation/d20b6b0bfbe546fe8f7f1588cccdec38' , '/navigation/aa694dc95f4440708959015cef5ec556' , '/navigation/2c06ea524ce646f18a321e1f977db9af' , '/navigation/3ada556f802047c28327561113c418ae' , '/navigation/ba514361b3ae40afb0aab3338170dc5e' , '/navigation/e9a88f25af43490a8d9fbf07ac2a2134' , '/navigation/419d94e7c1dd4f769398af1972347de3' , '/navigation/9040948214b14479b72a398abe1e7fdb' , '/navigation/b842b40128284e1ab6f0021b14e958c1' , '/navigation/1068d54dac8a4aef861483dd732e5317' , '/navigation/8055d32b867c424db2fe3b69e0338b48' , '/navigation/7d543578042e4df0b03fc36b22615459' , '/navigation/0e6cf8a2ebed4af1b1c918e6aea95d28' , '/navigation/8e74d893e97d4b1c90b6354bfd95d652' , '/navigation/e85769b09d924937859d5a7b3e8efe7a' , '/navigation/5435a672f850431b8330494110376e52' , '/navigation/ab6d84953c864760b74faf232dd96a61' , '/navigation/3bfb86c49ae44e2d97a57c7b663a7a2d' , '/navigation/f965df06cbff4659851737ebefaa0248' , '/navigation/ce7c1120d04c44249247ef1a0b7586b1' , '/navigation/47a9130f90db4d79acbc3c68bc558ee3' , '/navigation/9591c9db59dd4ae18148635e41cd8a30' , '/navigation/cb489a91f0a1409eb0ff4f1ff5b716cf' , '/detail/000a677137174aca9bfb3dbadb45b7fc' , '/detail/00bd27ef572d4217a1ffce8a7b5f31a3' , '/detail/017ecb35ebda400fb481f51294115477' , '/detail/0190bf058f6d72bf9d5902ed3132bff1' , '/detail/0190bf058f7072df920beee6a6e12277' , '/detail/0190bf058f7170849d50520f1710fe0f' , '/detail/0190bf06031c71ba99f97d3fb8e00cf2' , '/detail/0190bf060df27028a9cbd3cb8cd22898' , '/detail/0190bf060df27028a9cbd3cb99238ec9' , '/detail/0190bf060df372b3816c9f0445c3172f' , '/detail/0190bf060df372b3816c9f0447fe795b' , '/detail/0190bf060df372b3816c9f04491333c7' , '/detail/0190bf060df372b3816c9f044a7ec183' , '/detail/0190bf060df372b3816c9f044b47d1e8' , '/detail/0190bf060df372b3816c9f044f35ea2e' , '/detail/0190bf060df372b3816c9f0455f3af4c' , '/detail/0190bf060df470068e3faa421324132b' , '/detail/0190bf060df470068e3faa4217134931' , '/detail/0190bf060df470068e3faa421a09e29b' , '/detail/0190bf060df470068e3faa421f43c71b' , '/detail/0190bf060df573fd8042224bcaf1c03f' , '/detail/0190bf060df573fd8042224bd00af131' , '/detail/0190bf060df573fd8042224bd3f73df1' , '/detail/0190bf060df673c8ae4e2fc4a35d73ab' , '/navigation/3443b791bf4d44148cb7774704ce3ec7' , '/navigation/561543341c1a482c9ba6dd9e2bb94570' , '/navigation/743f0d2271ab4a6780b79087764f5ea7' , '/navigation/1faa477bdf884cb688d5439460d5943f' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x696EDAB409AA400E9F76E95471BDC8ED OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
110
0.06 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"\f\x19 \\x00 åËG\x06 œ\x05 _\x12 *jÀÔ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"ƒˆÙõú‰OŠŸNpLQ1+9 "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"\x01 æëü\x04 Ts\x06 Ø#be9F!® "
b"$\x17 V]*VE\x7F üË╗U½╣®½ "
b"eÃ\x1D ´0@N©¡¶äÛ¡>\x07 Ç "
b"o}61f«@7–\x01 áâPW0~ "
]
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 (0x0C195C00E5CB47069C055F122A6AC0D4 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x8388D9F5FA894F8A9F4E704C51312B39 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x01918981045473069D236265394621A9 , 0x2417565D2A56457F81D3BB55ABB9A9AB , 0x65C31DB430404EA9A1B6E4DBA13E07C7 , 0x6F7D363166AB40379601E1E25057307E );
Copy
111
0.04 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"LfProductsImport.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'LfProductsImport.%' ) ORDER BY sales_channel_id ASC ;
Copy