1
0.22 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.06 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.08 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.09 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.08 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.35 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½Èí "
"Bekleidung/Herrenbekleidung/Jacken-Westen/ "
]
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 = 'Bekleidung/Herrenbekleidung/Jacken-Westen/' );
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.08 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
"4vHmjKZloB4hOPU2hrLtULR9gCYvTpmF "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x696EDAB409AA400E9F76E95471BDC8ED ) AND (token = '4vHmjKZloB4hOPU2hrLtULR9gCYvTpmF' ) LIMIT 1 ;
Copy
9
0.04 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.14 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.08 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.07 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.08 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.08 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.07 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.09 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.13 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.13 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.07 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.48 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters :
[
"payload "
]
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE 'payload' ;
Copy
21
0.03 ms
SELECT `cart` . `cart` AS payload , `cart` . `rule_ids` , 0 AS `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"4vHmjKZloB4hOPU2hrLtULR9gCYvTpmF "
]
SELECT `cart` . `cart` AS payload , `cart` . `rule_ids` , 0 AS `compressed` FROM cart WHERE `token` = '4vHmjKZloB4hOPU2hrLtULR9gCYvTpmF' ;
Copy
22
0.09 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.08 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.13 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.04 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.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
27
0.07 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.09 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.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
30
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
31
0.10 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.07 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.08 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.07 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.22 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.08 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.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` . `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.14 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.05 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.03 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.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` . `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.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"¤èœ¬§¹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.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% "
"%|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.32 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ò(ÇE2ìL\x08 á╦ë °£@* "
b"Ò(ÇE2ìL\x08 á╦ë °£@* "
b"¤èœ¬§¹Mרû/þTâàð "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xE3288045328D4C08A0CB8920F89C402A OR `parent_id` = 0xE3288045328D4C08A0CB8920F89C402A OR `id` = 0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0
;
Copy
50
0.72 ms
SELECT `category` . `id` AS `category.id` , `category` . `version_id` AS `category.versionId` , `category` . `parent_id` AS `category.parentId` , `category` . `parent_version_id` AS `category.parentVersionId` , `category` . `after_category_id` AS `category.afterCategoryId` , `category` . `after_category_version_id` AS `category.afterCategoryVersionId` , `category` . `media_id` AS `category.mediaId` , `category` . `display_nested_products` AS `category.displayNestedProducts` , `category` . `auto_increment` AS `category.autoIncrement` , `category` . `level` AS `category.level` , `category` . `path` AS `category.path` , `category` . `child_count` AS `category.childCount` , `category` . `type` AS `category.type` , `category` . `product_assignment_type` AS `category.productAssignmentType` , `category` . `visible` AS `category.visible` , `category` . `active` AS `category.active` , `category` . `cms_page_id` AS `category.cmsPageId` , `category` . `cms_page_version_id` AS `category.cmsPageVersionId` , `category` . `product_stream_id` AS `category.productStreamId` , `category` . `custom_entity_type_id` AS `category.customEntityTypeId` , `category` . `created_at` AS `category.createdAt` , `category` . `updated_at` AS `category.updatedAt` , `category.media` . `id` AS `category.media.id` , `category.media` . `user_id` AS `category.media.userId` , `category.media` . `media_folder_id` AS `category.media.mediaFolderId` , `category.media` . `mime_type` AS `category.media.mimeType` , `category.media` . `file_extension` AS `category.media.fileExtension` , `category.media` . `uploaded_at` AS `category.media.uploadedAt` , `category.media` . `file_name` AS `category.media.fileName` , `category.media` . `file_size` AS `category.media.fileSize` , `category.media` . `media_type` AS `category.media.mediaTypeRaw` , `category.media` . `meta_data` AS `category.media.metaData` , `category.media` . `config` AS `category.media.config` , `category.media` . `path` AS `category.media.path` , `category.media` . `private` AS `category.media.private` , `category.media` . `thumbnails_ro` AS `category.media.thumbnailsRo` , `category.media` . `created_at` AS `category.media.createdAt` , `category.media` . `updated_at` AS `category.media.updatedAt` , `category.media.translation.title` , 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"""
\n
k3\x1C ]2Eüï²qÔ\x0F Ú\x7F ¼
"""
b"""
ŒF\x1E e(ÌM…º3•\n
Ð"’X
"""
b"–/Æ„åfKï¸Ä’ Ðfã+ "
b"«ª\x15 qÜ%DG U%\x05 Š(£I "
b"═ü\x01 õ╠ªI;▓«ö5£FíÊ "
b"Ò(ÇE2ìL\x08 á╦ë °£@* "
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 (0x0A6B331C5D3245818BFD71E20FE97FAC , 0x8C461E6528CC4D85BA33950AD0229258 , 0x962FC684E5664BEFB8C492A0D066E32B , 0xABAA1571DC254447A05525058A28A349 , 0xCD8101E4CCA6493BB2AE94359C46A1D2 , 0xE3288045328D4C08A0CB8920F89C402A , 0xA4E89CACA7B94DD7A8FB2FFE54E2E0F0 ));
Copy
51
0.05 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.09 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.09 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.09 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.09 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.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
60
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
61
0.76 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"Ò(ÇE2ìL\x08 á╦ë °£@* "
]
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 (0xE3288045328D4C08A0CB8920F89C402A ));
Copy
62
0.06 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.06 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.05 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.05 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.22 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"Ò(ÇE2ìL\x08 á╦ë °£@* "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xE3288045328D4C08A0CB8920F89C402A )) LIMIT 1 ;
Copy
69
0.11 ms
SELECT `category` . `id` AS `category.id` , `category` . `version_id` AS `category.versionId` , `category` . `product_assignment_type` AS `category.productAssignmentType` , `category` . `product_stream_id` AS `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ò(ÇE2ìL\x08 á╦ë °£@* "
]
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 (0xE3288045328D4C08A0CB8920F89C402A ));
Copy
70
15.62 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"Ò(ÇE2ìL\x08 á╦ë °£@* "
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` = 0xE3288045328D4C08A0CB8920F89C402A 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
8.64 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"Ò(ÇE2ìL\x08 á╦ë °£@* "
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` = 0xE3288045328D4C08A0CB8920F89C402A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
72
8.02 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) AS `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"Ò(ÇE2ìL\x08 á╦ë °£@* "
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` = 0xE3288045328D4C08A0CB8920F89C402A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
73
0.39 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 É;\x10 ╣\v s\x10 Æ\x1F À\e ÷½ØC "
b"\x01 É┐*¬îs\x07 ÀÚ=p┘².G "
b"\x01 É┐+$³pwñ´Cbgöj% "
b"\x01 É┐+q¡q$æÛ>Aä»ÿõ "
b"\x1A ë;à çC›•\x05 ^n\x02 qïó "
b"!@â‹xÈAj¼:jš¨\x10 íl "
b"BI…PðèHÎŒ•z+½A±¥ "
b"Q€ºÇ\x17 ÛAO²{Z³ÅÝqâ "
b"i,ï9¬ÍBt˜¥¬ásÏ¡X "
b"’—Þ\x00 ü\x18 D*šjò0¶n\x12 ¼ "
b"À±ÌFnÆD*± "\v Ú2H\x13 "
b"ÌÂsñl¡F<ŸÓ_bËf&U "
b"Îâèè\x03 ÃMËüyî"eûíÛ "
b"àÀÆ}^äC\x1E £ÀŠ“ð\x1D uƒ "
b"ó„…Š?ÀI\x16 ¾Ç|ÃÊ3–6 "
]
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 (0x01903B10B90B7310921FB71BF6AB9D43 , 0x0190BF2AAA8C7307B7E93D70D9FD2E47 , 0x0190BF2B24FC7077A4EF436267946A25 , 0x0190BF2B71AD712491EA3E4184AF98E4 , 0x1AEB3BE0A0E7439B95055E6E0271EFF3 , 0x2140E28B78C8416ABC3A6A9AA810ED6C , 0x42498550F0E848CE8C957A2BBD41B1A5 , 0x5180BAC717DB414FB27B5AB3C5DD71E2 , 0x692CEF39ACCD427498A5ACE173CFA158 , 0x9297DE00FC18442A9A6AF230B66E12BC , 0xC0B1CC466EC6442AB1A0220BDA324813 , 0xCCC273F16CA1463C9FD35F62CB662655 , 0xD7838A8A03C74DD381798C226596A1EA , 0xE0C0C67D5EE4431EA3C08A93F01D7583 , 0xF384858A3FC04916BEC77CC3CA339636 ));
Copy
74
23.47 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"Ò(ÇE2ìL\x08 á╦ë °£@* "
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` = 0xE3288045328D4C08A0CB8920F89C402A AND NOT (`product` . `display_group` < = > NULL )));
Copy
75
6.99 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"Ò(ÇE2ìL\x08 á╦ë °£@* "
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` = 0xE3288045328D4C08A0CB8920F89C402A AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
76
7.34 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"Ò(ÇE2ìL\x08 á╦ë °£@* "
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` = 0xE3288045328D4C08A0CB8920F89C402A AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
77
7.98 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"Ò(ÇE2ìL\x08 á╦ë °£@* "
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` = 0xE3288045328D4C08A0CB8920F89C402A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
78
9.42 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"Ò(ÇE2ìL\x08 á╦ë °£@* "
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` = 0xE3288045328D4C08A0CB8920F89C402A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
79
0.37 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"\x07 „}édŒC¹Ž&ÕûÎ$tq "
b"\x15\x11 æ6\x13 jCEì·®%\x14 M\t Ó "
b";Ö~\x08 å\r B{ Õê‹Õz”m "
b"Å/W5\x04 ┘O¶ç³└Ѳf³, "
b"‘V\x03 –nBG§gæ]—¬Ö! "
b"\x01 •®8a†pp®z6Š—có\r "
b"\x07 þë»d\x1D CR®8\x14 ¹‚ï \x18 "
b"\v\x16 ”¿˜ôAª–ðö×jÝÍê "
b"\x18 `½ì€ð@ãºlD¨O*%: "
b"&©\x12 ʾ¶O\x7F £KÉÂ-\x1C [Ê "
b"""
+×JZª\n
Cü®Ð,È *L»
"""
b",dÑj\x04 ý@r§«u\e “óMÖ "
b",˜\x0F _àÇB±¿ÓÄD\x1C Ç\x01 ^ "
b"-³ÛÊÌ\t FÔ©“Œ\x1E TïÃò "
b".ÆJ¾m|CØ‚û“œ•‘q\x1D "
b"7@\Ù–UG]žŽàôÞ\x1F ǯ "
b"BÙ}gÙîA†¾µ´>OP'ƒ "
b"l+p7q\x1F G»°\x1C G3U·’æ "
b"É7┼¿0ÊGFá« Ðÿgtø "
b"ȧ$\x15 øeO«ø0YÕü\x05 B5 "
b"æg}£™\x03 A‚˜0g6Œûa\r "
b"\x00 8KUûçGαGNZ€úñ÷ "
b"\x00 p°µ¶MHà·ˆûÞK\x00\x12 Ô "
b"\x01 Å\x0F c©²r\x02 èÎâ[Êâ\x06 m "
]
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 (0x07847DE9648C43B98E26D5FBCE247471 , 0x15119136136A43458DFAA925144D09E0 , 0x3BD67E08E50D427BA0D5EA8BD57A946D , 0x8F2F573504D94FF487FCC0A5FD66FC2C , 0x915603966E4247ADA767E65D97ACD621 , 0x0195AE3861867070AE7A368A9763F30D , 0x07FEEBBB641D4352AE3814B982EFA018 , 0x0B1694BF98F441AA96F0F6D76ADDCDEA , 0x1860BDEC80F040E3BA6C44A84F2A253A , 0x26B812D2F3F44F7F9C4B90B62D1C5BD2 , 0x2B9E4A5AA60A4381A9D12CD4FF2A4CAF , 0x2C64D16A04FD4072A7AB751B93F34DD6 , 0x2C980F5FE0C742B1BFD3C4441CC7015E , 0x2DB3DBCACC0946D4A9938C1E54EFC3F2 , 0x2EC64ABE6D7C43D882FB939C9591711D , 0x37405CD99655475D9E8EE0F4DE1FC7AF , 0x42D97D67D9EE4186BEB5B43E4F502783 , 0x6C2B7037711F47BBB01C473355B792E6 , 0x9037C5A830D24746A0AEFFD19867749B , 0xD4F524159B654FAE9B3059E581054235 , 0xE6677DA399034182983067368CFB610D , 0x00384B55FBE747CEB1474E5A80FAF1F7 , 0x0070B0B5B64D48E0B788FBDE4B0012D4 , 0x018F0F63B8FD72028AD7835BD283066D );
Copy
80
0.27 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% "
30
b"inÚ´\t ª@\x0E ŸvéTq½Èí "
true
b"\x01 Å\x0F ]\x07 \wûñó\x18 Ó'«\e Ø "
b"\x10 SÅ/¥êCfé/Ú\x17 ßÎAÒ "
b"ki£MΫM\f ¯º¬Ë\x06 ‰?\x12 "
]
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` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x696EDAB409AA400E9F76E95471BDC8ED AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x018F0F5D075C7796A4A218E027AE1B9D , 0x10538F2FBE884366822FE917E1D741E3 , 0x6B69A34DCEAB4D0CAFBAACCB06893F12 )) GROUP BY `product` . `id` ;
Copy
81
0.42 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"\x10 SÅ/¥êCfé/Ú\x17 ßÎAÒ "
b"\x15\x11 æ6\x13 jCEì·®%\x14 M\t Ó "
b";Ö~\x08 å\r B{ Õê‹Õz”m "
b"Å/W5\x04 ┘O¶ç³└Ѳf³, "
b"‘V\x03 –nBG§gæ]—¬Ö! "
b"\x01 •®8a†pp®z6Š—có\r "
b"\x07 þë»d\x1D CR®8\x14 ¹‚ï \x18 "
b"\v\x16 ”¿˜ôAª–ðö×jÝÍê "
b"\x18 `½ì€ð@ãºlD¨O*%: "
b"&©\x12 ʾ¶O\x7F £KÉÂ-\x1C [Ê "
b"""
+×JZª\n
Cü®Ð,È *L»
"""
b",dÑj\x04 ý@r§«u\e “óMÖ "
b",˜\x0F _àÇB±¿ÓÄD\x1C Ç\x01 ^ "
b"-³ÛÊÌ\t FÔ©“Œ\x1E TïÃò "
b".ÆJ¾m|CØ‚û“œ•‘q\x1D "
b"7@\Ù–UG]žŽàôÞ\x1F ǯ "
b"BÙ}gÙîA†¾µ´>OP'ƒ "
b"l+p7q\x1F G»°\x1C G3U·’æ "
b"É7┼¿0ÊGFá« Ðÿgtø "
b"ȧ$\x15 øeO«ø0YÕü\x05 B5 "
b"æg}£™\x03 A‚˜0g6Œûa\r "
b"\x00 8KUûçGαGNZ€úñ÷ "
b"\x00 p°µ¶MHà·ˆûÞK\x00\x12 Ô "
b"\x01 Å\x0F ]\x07 \wûñó\x18 Ó'«\e Ø "
]
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 (0x10538F2FBE884366822FE917E1D741E3 , 0x15119136136A43458DFAA925144D09E0 , 0x3BD67E08E50D427BA0D5EA8BD57A946D , 0x8F2F573504D94FF487FCC0A5FD66FC2C , 0x915603966E4247ADA767E65D97ACD621 , 0x0195AE3861867070AE7A368A9763F30D , 0x07FEEBBB641D4352AE3814B982EFA018 , 0x0B1694BF98F441AA96F0F6D76ADDCDEA , 0x1860BDEC80F040E3BA6C44A84F2A253A , 0x26B812D2F3F44F7F9C4B90B62D1C5BD2 , 0x2B9E4A5AA60A4381A9D12CD4FF2A4CAF , 0x2C64D16A04FD4072A7AB751B93F34DD6 , 0x2C980F5FE0C742B1BFD3C4441CC7015E , 0x2DB3DBCACC0946D4A9938C1E54EFC3F2 , 0x2EC64ABE6D7C43D882FB939C9591711D , 0x37405CD99655475D9E8EE0F4DE1FC7AF , 0x42D97D67D9EE4186BEB5B43E4F502783 , 0x6C2B7037711F47BBB01C473355B792E6 , 0x9037C5A830D24746A0AEFFD19867749B , 0xD4F524159B654FAE9B3059E581054235 , 0xE6677DA399034182983067368CFB610D , 0x00384B55FBE747CEB1474E5A80FAF1F7 , 0x0070B0B5B64D48E0B788FBDE4B0012D4 , 0x018F0F5D075C7796A4A218E027AE1B9D )) GROUP BY `product` . `id` ;
Copy
82
4.61 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"\x10 SÅ/¥êCfé/Ú\x17 ßÎAÒ "
b"\x15\x11 æ6\x13 jCEì·®%\x14 M\t Ó "
b";Ö~\x08 å\r B{ Õê‹Õz”m "
b"Å/W5\x04 ┘O¶ç³└Ѳf³, "
b"‘V\x03 –nBG§gæ]—¬Ö! "
b"\x01 •®8a†pp®z6Š—có\r "
b"\x07 þë»d\x1D CR®8\x14 ¹‚ï \x18 "
b"\v\x16 ”¿˜ôAª–ðö×jÝÍê "
b"\x18 `½ì€ð@ãºlD¨O*%: "
b"&©\x12 ʾ¶O\x7F £KÉÂ-\x1C [Ê "
b"""
+×JZª\n
Cü®Ð,È *L»
"""
b",dÑj\x04 ý@r§«u\e “óMÖ "
b",˜\x0F _àÇB±¿ÓÄD\x1C Ç\x01 ^ "
b"-³ÛÊÌ\t FÔ©“Œ\x1E TïÃò "
b".ÆJ¾m|CØ‚û“œ•‘q\x1D "
b"7@\Ù–UG]žŽàôÞ\x1F ǯ "
b"BÙ}gÙîA†¾µ´>OP'ƒ "
b"l+p7q\x1F G»°\x1C G3U·’æ "
b"É7┼¿0ÊGFá« Ðÿgtø "
b"ȧ$\x15 øeO«ø0YÕü\x05 B5 "
b"æg}£™\x03 A‚˜0g6Œûa\r "
b"\x00 8KUûçGαGNZ€úñ÷ "
b"\x00 p°µ¶MHà·ˆûÞK\x00\x12 Ô "
b"\x01 Å\x0F ]\x07 \wûñó\x18 Ó'«\e Ø "
]
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 (0x10538F2FBE884366822FE917E1D741E3 , 0x15119136136A43458DFAA925144D09E0 , 0x3BD67E08E50D427BA0D5EA8BD57A946D , 0x8F2F573504D94FF487FCC0A5FD66FC2C , 0x915603966E4247ADA767E65D97ACD621 , 0x0195AE3861867070AE7A368A9763F30D , 0x07FEEBBB641D4352AE3814B982EFA018 , 0x0B1694BF98F441AA96F0F6D76ADDCDEA , 0x1860BDEC80F040E3BA6C44A84F2A253A , 0x26B812D2F3F44F7F9C4B90B62D1C5BD2 , 0x2B9E4A5AA60A4381A9D12CD4FF2A4CAF , 0x2C64D16A04FD4072A7AB751B93F34DD6 , 0x2C980F5FE0C742B1BFD3C4441CC7015E , 0x2DB3DBCACC0946D4A9938C1E54EFC3F2 , 0x2EC64ABE6D7C43D882FB939C9591711D , 0x37405CD99655475D9E8EE0F4DE1FC7AF , 0x42D97D67D9EE4186BEB5B43E4F502783 , 0x6C2B7037711F47BBB01C473355B792E6 , 0x9037C5A830D24746A0AEFFD19867749B , 0xD4F524159B654FAE9B3059E581054235 , 0xE6677DA399034182983067368CFB610D , 0x00384B55FBE747CEB1474E5A80FAF1F7 , 0x0070B0B5B64D48E0B788FBDE4B0012D4 , 0x018F0F5D075C7796A4A218E027AE1B9D ));
Copy
83
0.51 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"\x02 ?ðó½ZK2ØYì\x01 ÐhÖÉ "
b"0EÂÅœ\t IHº&ã˼Þ`Ù "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b"(=&L&7IC£Í\x1F {U\x19\x1C Š "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"üAW\x18\x7F çG’°~*‹sôÿ^ "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b"(=&L&7IC£Í\x1F {U\x19\x1C Š "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b"(=&L&7IC£Í\x1F {U\x19\x1C Š "
b"¬ýu†Ð(Hñ¬€\x1F Gvï¤\x14 "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b"üAW\x18\x7F çG’°~*‹sôÿ^ "
]
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 (0x023FD0A2AB5A4B329D598D01D1689990 , 0x3045C2C59C094948BA26E3CBBCDE60D9 , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0x283D264C26374943A3CD1F7B55191C8A , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x5997D91DC0784997BDEF68DFC5A08912 , 0xFC4157187FE74792B07E2A8B73F4FF5E , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0x283D264C26374943A3CD1F7B55191C8A , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0x283D264C26374943A3CD1F7B55191C8A , 0xACFD7586D02848F1AC801F4776EFA414 , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0xFC4157187FE74792B07E2A8B73F4FF5E );
Copy
84
0.25 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 8KUûçGαGNZ€úñ÷ "
b"\x00 p°µ¶MHà·ˆûÞK\x00\x12 Ô "
b"\x01 Å\x0F ]\x07 \wûñó\x18 Ó'«\e Ø "
b"\x01 •®8a†pp®z6Š—có\r "
b"\x07 þë»d\x1D CR®8\x14 ¹‚ï \x18 "
b"\v\x16 ”¿˜ôAª–ðö×jÝÍê "
b"\x10 SÅ/¥êCfé/Ú\x17 ßÎAÒ "
b"\x15\x11 æ6\x13 jCEì·®%\x14 M\t Ó "
b"\x18 `½ì€ð@ãºlD¨O*%: "
b"&©\x12 ʾ¶O\x7F £KÉÂ-\x1C [Ê "
b"""
+×JZª\n
Cü®Ð,È *L»
"""
b",dÑj\x04 ý@r§«u\e “óMÖ "
b",˜\x0F _àÇB±¿ÓÄD\x1C Ç\x01 ^ "
b"-³ÛÊÌ\t FÔ©“Œ\x1E TïÃò "
b".ÆJ¾m|CØ‚û“œ•‘q\x1D "
b"7@\Ù–UG]žŽàôÞ\x1F ǯ "
b";Ö~\x08 å\r B{ Õê‹Õz”m "
b"BÙ}gÙîA†¾µ´>OP'ƒ "
b"l+p7q\x1F G»°\x1C G3U·’æ "
b"Å/W5\x04 ┘O¶ç³└Ѳf³, "
b"É7┼¿0ÊGFá« Ðÿgtø "
b"‘V\x03 –nBG§gæ]—¬Ö! "
b"ȧ$\x15 øeO«ø0YÕü\x05 B5 "
b"æg}£™\x03 A‚˜0g6Œûa\r "
b"[ƒøHv²Dƽ|C\x1A ¢▒ü\x02 "
b"8\x12 y³¥>Aýƒû©‰ð9h\x07 "
b"‰ ƒ1\x08 £H\x01 ¹MRs©ãˆ "
b"#\r ‗=ü²L Æ\x10\x1F é=5\x02 G "
b"j\x06 i>)’G\x1A ´Ý\x1F Âç‘§¯ "
b"k/Å\x13 \ñOÀèWá¿Vt4X "
b"[┴ÕPC█@´ì?RÇÞÞp¯ "
b"\x0F 9^AÎ NwºËDDø\x1C Ów "
b".Ù┤+É£O½½Ø║[╬ûé "
b"""
\x1E 'Ï╝\t £DÅì×@Üä\n
MI
"""
b",Ç\x10 o:uG`¢^\x1A ôÂ\x08 >c "
b"\e ~?4oÉHýÇS\r x ;`\x11 "
b"ölè§'JJ·Éø\x16 AÊ6$õ "
b"µ’Q-\n ÿCeµ+X\x00 ¦˜©` "
b"L-\t Ju╔M╠½\\x07 ź-#┴ "
b"\x11 ð{ƒ°_K}ˆÕ[Hê¸\x07 m "
b"[▓ãqFÝJ&ìNEÐ&±«a "
b"┼Ñ┌Å├ÜL×Ä2\x1E\x10 ýÙä╬ "
b"«G▓ïT\x05 IK¡ü¾½u\x18 Å\x0E "
b"X]\x06 '³ÊH’¶*‚:i$Oy "
b"»×§®ô´@\x7F ®/Ú¬*MŸ "
b"N\x7F ¬ª\f ‰Nnº\x01 å\x10 ]¨¼Ñ "
b"<(»B íEÓ·ÈCI\v ý$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 (0x00384B55FBE747CEB1474E5A80FAF1F7 , 0x0070B0B5B64D48E0B788FBDE4B0012D4 , 0x018F0F5D075C7796A4A218E027AE1B9D , 0x0195AE3861867070AE7A368A9763F30D , 0x07FEEBBB641D4352AE3814B982EFA018 , 0x0B1694BF98F441AA96F0F6D76ADDCDEA , 0x10538F2FBE884366822FE917E1D741E3 , 0x15119136136A43458DFAA925144D09E0 , 0x1860BDEC80F040E3BA6C44A84F2A253A , 0x26B812D2F3F44F7F9C4B90B62D1C5BD2 , 0x2B9E4A5AA60A4381A9D12CD4FF2A4CAF , 0x2C64D16A04FD4072A7AB751B93F34DD6 , 0x2C980F5FE0C742B1BFD3C4441CC7015E , 0x2DB3DBCACC0946D4A9938C1E54EFC3F2 , 0x2EC64ABE6D7C43D882FB939C9591711D , 0x37405CD99655475D9E8EE0F4DE1FC7AF , 0x3BD67E08E50D427BA0D5EA8BD57A946D , 0x42D97D67D9EE4186BEB5B43E4F502783 , 0x6C2B7037711F47BBB01C473355B792E6 , 0x8F2F573504D94FF487FCC0A5FD66FC2C , 0x9037C5A830D24746A0AEFFD19867749B , 0x915603966E4247ADA767E65D97ACD621 , 0xD4F524159B654FAE9B3059E581054235 , 0xE6677DA399034182983067368CFB610D , 0x5B9F9B4876FD4492AB7C431ABDB18102 , 0x381279B3A53E41FD83FBA989F0396807 , 0x89A0833108A34801B94D5273A9E3CB86 , 0x230DF23D81FD4C2092101F823D350247 , 0x6A06693E2992471AB4DD1FC2E791A7AF , 0x6B2F8F135CA44FB78A57A0A856743458 , 0x5BC1E55043DB40EF8D3F5280E8E870EE , 0x0F395E41CE204E77BACB4444F81CD377 , 0x2EEBB42B909C4FABAB9DBA5BCEC7AF82 , 0x1E27D8BC099C448F8D9E409A840A4D49 , 0x2CC7106F3A754760A25E1AF4C2083E63 , 0x1B7E3F346F9048EC80530D78FF3B6011 , 0x946C8AF5274A4AFA909B1641D23624E4 , 0xB592512D0AFF4365B52B5800A698A960 , 0x4C2D094A75C94DCCAB5C078FA72D23C1 , 0x11F07B83B05F4B7D88D55B48EAB8076D , 0x5BB2C67146ED4A268D4E45D126F1AE61 , 0xC5A5DA8FC39A4C9E8E321E10ECEB84CE , 0xAE47B28B5405494BAD81F3AB75188F0E , 0x585D0627B3CA4892B62A823A69244F79 , 0xBBD7A7AEF4B4407FAE2FDAAC2A4D9F20 , 0x4E7FACAA0C894E6EBA01E5105DA8BCD1 , 0x3C28BB4220ED45D3B7C843490BFD2441 )));
Copy
85
0.07 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
86
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
87
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
88
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
89
1.70 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x01 Å(Ò(µ}\v ó¡´]³-õ "
b"\x01 Å├ýï\f yòÁw2]\x7F \r <± "
b"\x01 Å├ý┼Þq‗ü*À¹¡\r 2! "
b"\x01 É┐*╣ÙrÚ¡\x1E ä»┐õè4 "
b"\x01 É┐*╣¸p=¥Ì\x17 AÐ÷é "
b"\x01 É┐*║\x02 sÁúƒ|ïü\x10 Ø╬ "
b"\x01 É┐*║\r s«┐½q\x01 ù½Ðd "
b"\x01 É┐*║\x19 q\x05 ïþ\x12 .Æ\x0F u\x1F "
b"\x01 É┐*║&q§äl└ì\v j "
b"\x01 É┐*║7sêïéD9k╩┤\x08 "
b"\x01 É┐*║Dq/éÅ¢UB¬ , "
b"\x01 É┐*║PráRæ\x14 ╔ªc├ "
b"\x01 É┐*║bp]çz\x10\x18 KQ#Æ "
b"\x01 É┐*║nrº×\x11 Þƒ║Ö5ý "
b"\x01 É┐* ,r\x07 │\x08 ²Ì▒¨Yı "
b"\x01 É┐* 7pOåÚj\x0E ª\e\x1A Ô "
b"\x01 É┐* Br<×\x13 <¬Ü[Ä7 "
b"\x01 É┐* MpÙÜ,\e ╗·'ÛF "
b"\x01 É┐* Wq╬»³lJ+C×X "
b"\x01 É┐* bqE½\x07 ?³´ß¡¨ "
b"\x01 É┐* lqÕº╦╦\x18 ╣³»j "
b"\x01 É┐* ép¡ìâ&þÒ×\x18 "
b"\x01 É┐* îq\x14 ÂÿáÔw>%A "
b"\x01 É┐+\x02 2p\x1E £\x1D `╗7\e Í\x00 "
b"\x01 É┐+\x04 HrÝárªç\x08 $Kù "
b"\x01 É┐+\x04 SsZíòÒÆ8´éå "
b"\x01 É┐+\x04 ^pGÿCÀ]╝<]V "
b"\x01 É┐+\x04 hr\x17 Ö"\x13 ÊÅ┤DQ "
b"\x01 É┐+\x04 sq\t éçl`pãá· "
b"\x01 É┐+\x06 Èp4íG~CVã÷f "
b"\x01 É┐+\x06 ▀s{Âçpjñ¨y "
b"\x01 É┐+\x06 Ùq═á©ÆÜÑD▓² "
b"\x01 É┐+\x06 °p\x19 ▒│ã\f %ô9─ "
b"\x01 É┐+\x08 ùq\x13 ì,ªáª\x1F ¼ð "
b"\x01 É┐+\x08 úswé┤┬7\t )█ "
b"\x01 É┐+\x08 »rt«Är\x04 &i)¼ "
b"\x01 É┐+\x08 ¾q╠╝¸\x01 F\x11 ÙJ\x00 "
b"\x01 É┐+\x08 ■rFóéοKçõ£ "
b"""
\x01 É┐+\t \n
r¾òÿ\x1E Ø\x17 {.▒
"""
b"\x01 É┐+\t\x15 r(▓@NÅÞ§¼┘ "
b"\x01 É┐+\t s\x11 ¬Mò▓Ç┐═V "
b"\x01 É┐+\t +s׼└JýÁ░U "
b"\x01 É┐+\t 6p\x7F Ö©×ýxÆIo "
b"\x01 É┐+\t Bs┼å-O\x02 ║ðܧ "
b"\x01 É┐+\t {pD░¦ë"W"#\x18 "
b"\x01 É┐+\t åq¿æk┴+û1²r "
b"\x01 É┐+\t ÆskÖ°╣à╚*âÊ "
b"\x01 É┐+\t Øp\x12 çrè\x1E `b·Ä "
b"\x01 É┐+\t ¿r(¬ƒ»²ú\t ÷ç "
b"\x01 É┐+\t ┤s¼ø└╬╚▄Îúô "
b"\x01 É┐+\t ┐rªÖ█ïõ¬ìR1 "
b"\x01 É┐+\t ╩qrû!\x1C W│Ôð[ "
b"\x01 É┐+\t ıq└æ\x06 ©\x1E ■GN= "
b"\x01 É┐+\t Ór¯ôk«ªıÛsö "
b"\x01 É┐+\t ÙqZÁ¨$O\x02 Uy¿ "
b"\x01 É┐+\t ÷r\x14 åvë\x1F \f A¤ "
b"\x01 É┐+\n \x00 rÇ×┘┼O¿SÕ½ "
b"""
\x01 É┐+\n
\v p╠àwÚï×6·ø
"""
b"""
\x01 É┐+\n
\x16 sÏ╝û·ûÚ!■Õ
"""
b"""
\x01 É┐+\n
!s_Öæƒ±]\r .è
"""
b"\x01 É┐+\f $sn«\v ¸%ö¨[ß "
b"\x01 É┐+\f 0sÁ▓\x1F ,¯\x10\x0F »¶ "
b"\x01 É┐+\f <p¹åÐs\x1E vùR¬ "
b"\x01 É┐+\f HsOú°»°(g\x00 ¤ "
b"\x01 É┐+\f Ts¶ëdólÛ■Ä= "
b"\x01 É┐+\f `qæÖ?╗8▄H╣h "
b"\x01 É┐+\f mp2ÁóÙ©¸¦\x12 > "
b"\x01 É┐+\f xq¬ºÄ\x1F ¾~uÎ‗ "
b"\x01 É┐+\f äs\x16 ½üÖ-┘_uà "
b"\x01 É┐+\f És\Ñþ¨Íú[` "
b"\x01 É┐+\f £p§Æ¸r3?▀Dö "
b"\x01 É┐+\f ¿p·ì¤=\ ┤╗╝ "
b"\x01 É┐+\r \x05 s;ì\f\x04 Håkûæ "
b"\x01 É┐+\r \x0F q\x08 ºáø_3ÜËû "
b"\x01 É┐+\r \x19 pvöü|áÏâ╔Ä "
b"\x01 É┐+\r $sù║ß.u;eÊ$ "
b"\x01 É┐+\r .pZ│X[ Áü~ "
b"\x01 É┐+\r :pªô̶5V/\x02 ) "
b"\x01 É┐+\r Es\x1A ìry\x16 ÿ║┬S "
b"\x01 É┐+\r PrKø\x06 ,JEá\x1D k "
b"\x01 É┐+\r [pmæ«┤\r \x0E\x16 A┬ "
b"\x01 É┐+\r eqñ╣╦‗ø\x14 ┐¨p "
b"\x01 É┐+\r ps_║╦É0\x06 0┴Ü "
b"\x01 É┐+\r {rtÇ╝[þ?¬─É "
b"\x01 É┐+\r årÎúv\x06 dæÔ¡┤ "
b"\x01 É┐+\r ærNÉî\x10 ñÁ£ÞÕ "
b"\x01 É┐+\r øs├×þöìêð\f ─ "
b"""
\x01 É┐+\r ªs\n
æ/PRÍ\x1A\x12 ?
"""
b"\x01 É┐+\r µpÊ¢\x08 G\x06 ñ`ƒ^ "
b"\x01 É┐+\r ±rJ«öó^<Ói´ "
b"\x01 É┐+\r ²r{░\x1C ¨5\x19 7╗\x1E "
b"\x01 É┐+\x0E\v r&ÉòÁí\x1E ‗Õ\x7F "
b"\x01 É┐+\x0E\x17 så¬i«,;b6\x02 "
b"\x01 É┐+\x0E #r×┤kx‗ê©·¸ "
b"\x01 É┐+\x0E /r\x01 û¹/c╗└¢ö "
b"\x01 É┐+\x0E :s5ä¹*ô&æ┐Ê "
b"\x01 É┐+\x0E Fs~▒\v\x18 xãO╩Ë "
b"\x01 É┐+\x0E RqmÖß\ô│¢.æ "
b"\x01 É┐+\x0E ^sßå_3│J]4\r "
b"\x01 É┐+\x10 Ûp7©1êªç`è "
b"\x01 É┐+\x10 §pÊÁèäêÏS\x10 Õ "
b"\x01 É┐+\x11\x01 r┌ªcü│WÒ÷ë "
b"\x01 É┐+\x11 \r r▓ºþJGìQÛm "
b"\x01 É┐+\x11\x19 rðë9Ñ▄L┤ð╔ "
b"\x01 É┐+\x11 %róú│«¢Qä░' "
b"\x01 É┐+\x11 0q%è¯l>\x0F ¥W° "
b"\x01 É┐+\x11 <p!ƒ\e ã©qç; "
b"\x01 É┐+\x11 GrSØ\x10 )þÙ¢┼q "
b"\x01 É┐+\x11 Rr냸¬"$╬\x1F ¾ "
b"""
\x01 É┐+\x11 \q▒åë\n
Z<\t ½N
"""
b"\x01 É┐+\x11 gr(Ñ.Zv\x1A ¬░M "
b"\x01 É┐+\x11 rs(×+Ó\x1A\x13 "^ "
b"\x01 É┐+\x11 |pk¢\x13 £pûilF "
b"\x01 É┐+\x11 çr\x1D Án\x00 ³N+£¤ "
b"\x01 É┐+\x11 öqZÑ▓3k\x04 L▄\x03 "
b"\x01 É┐+\x11 áp§Ñ¾^&fd¦\x15 "
b"\x01 É┐+\x11 ½sªò"EÝ%DL} "
b"\x01 É┐+\x11 Àrfñxê╬¿'░º "
b"\x01 É┐+\x11 ┬s&áêãñcÐ█Ø "
b"\x01 É┐+\x11 ═r\x1E ôïóÏ1×-É "
b"\x01 É┐+\x11 Îp¥î\x02 BÓ¹▀╦¼ "
b"\x01 É┐+\x11 Ôs£░?ûû╬ý¤ "
b"\x01 É┐+\x11 Ýpµ╣Þ\x7F ■ôå±ë "
b"\x01 É┐+\x13 Ùr\f ▒▀öú\x0F\x03 sù "
b"\x01 É┐+\x13 ¸sÑ¥{\x1C ¹Ëfå\x03 "
b"\x01 É┐+\x14\x04 sâòaÀAJEïÞ "
b"\x01 É┐+\x14\x11 rN║Ï\x1F g@\x19 *▓ "
b"\x01 É┐+\x14\x1D p#íÕeË\x06 lï\x1A "
b"\x01 É┐+\x14 )r╝Ü@Á¹ 7<Ë "
b"\x01 É┐+\x14 5s|í\x17 qÀ;\x07 5┬ "
b"\x01 É┐+\x14 @poôµ\x06 §O│\x06 "
b"\x01 É┐+\x14 Kqt░MÄ<‗üKÍ "
b"\x01 É┐+\x14 VqÇê¶■\x7F └\x0F þ\x19 "
b"\x01 É┐+\x14 ap¿è■ÒY¸íûK "
b"\x01 É┐+\x14 lr┤áìß,█╠Ht "
b"\x01 É┐+\x14 vrƒò¶·¯jð!á "
b"\x01 É┐+\x14 üsßÑh·søð\e t "
b"\x01 É┐+\x14 ïr$íþ└©7«±ù "
b"\x01 É┐+\x14 òq¥Â┼|D╗5° "
b"\x01 É┐+\x14 ás%ét¾╝G\x10 [¯ "
b"\x01 É┐+\x14 ¬qE£\Ä\v ¥ƒ¨$ "
b"\x01 É┐+\x14 Áp▒ì¥øÝÏñ$k "
b"\x01 É┐+\x14 └räñ_N8þVõ "
b"\x01 É┐+\x14 ╦rUÉ!_büFæ5 "
b"\x01 É┐+\x14 Írüàu´Â\x13 ╔ÖÙ "
b"\x01 É┐+\x14 ÓqkêlX'/ºÏy "
b"\x01 É┐+\x14 Ùs¥ë"[÷\x05 i"ÿ "
b"\x01 É┐+\x14 §r█½*©├?\x02 ó\x7F "
b"\x01 É┐+\x15\x00 qÞêë\x1D "═°ñN "
b"\x01 É┐+\x15\v pÕ┤▒┘\x02 ÙÕ┤# "
b"\x01 É┐+\x15\x15 s\x15 ®ãüá;´í┌ "
b"\x01 É┐+\x15 q9░¶\x1D\x12 ▒▒6ð "
b"\x01 É┐+\x15 *s¦Æ>yeʼg¢ "
b"\x01 É┐+\x15 5s█ü"R┬´4Bí "
b"\x01 É┐+\x15 ?qÿîãÇòN-\x11 ▀ "
b"\x01 É┐+\x15 Jq5¼\x16 ¤»ý(ý\x7F "
b"\x01 É┐+\x15 Tq\v ▓ð§z■þøV "
b"\x01 É┐+\x15 _q8ï_Ùü\x1D B\x14 d "
b"\x01 É┐+\x15 jróáÈ&Z;ãíB "
b"\x01 É┐+\x15 uqÒÁ5Á\e ,Z{ "
b"\x01 É┐+\x17 eq^àC▒╦ÖÇÀÏ "
b"\x01 É┐+\x17 çs[ä╩ZÁ ¯\E "
b"\x01 É┐+\x17 Æræ╗▀ k┘:ÿÛ "
b"\x01 É┐+\x17 ╚s¡«¼│\x03 \n Ì\x00 ý "
b"\x01 É┐+\x17 Ër¬ä[\x17 Ë2ƒü▒ "
b"\x01 É┐+\x17 Ìs¦»\v §,äu㥠"
b"\x01 É┐+\x17 Úp═ò\x03 ½¿°wUy "
b"\x01 É┐+\x17 ¶rÙÆ¾ûÎfº÷1 "
b"\x01 É┐+\x17 ■r°û¡eí¤┐R│ "
b"\x01 É┐+\x18\t rNÄæÉÚåhõñ "
b"\x01 É┐+\x18\x14 s¨¢│G\x18\x19 DsH "
b"\x01 É┐+\x18\x1E p[▓6·(7V\x19 ╦ "
b"\x01 É┐+\x18 )pPº|'>ø_╦s "
b"\x01 É┐+\x18 3pÐ▓1Ìý0┤Ò¨ "
b"\x01 É┐+\x18 >sAæàvQQ\x04 üh "
b"\x01 É┐+\x18 Ir`░kƒ\x10 ┤"\x18\x1E "
b"\x01 É┐+\x18 SpRÖ®l餯k¢ "
b"\x01 É┐+\x18 ^s‗¿Àu©ªç\f " "
b"\x01 É┐+\x18 iq╣éà»│÷±ã\r "
b"\x01 É┐+\x18 sqù®³H'\x12 ¸‗£ "
b"\x01 É┐+\x18 ~s¶ê▓\x05 °LÓDj "
b"\x01 É┐+\x18 ëq[ø·ÝHÓ~xB "
b"\x01 É┐+\x18 òr\x08 ½lß;\x19 │³╦ "
b"\x01 É┐+\x18 áqÂĽ©®_4\x12\x11 "
b"\x01 É┐+\x18 ½p@Ø▄8~Tµ®Û "
b"\x01 É┐+\x18 Âr├ï¦L\x02 ün¤? "
b"\x01 É┐+\x18 ┴s┘│Ë└\x1D\x18 {Rî "
b"\x01 É┐+\x18 ╠rSܵ7®Ä¦\x7F P "
b"\x01 É┐+\x18 Îq9É´¢\x03\x12 &] "
b"\x01 É┐+\x18 ßq%î╬\x19 缬lö "
b"\x01 É┐+\x19 pr/ñ\x07 ╬U\x7F Äź "
b"\x01 É┐+\x19 {s.£\x18 ▓di³ö· "
b"\x01 É┐+\x19 àpÇǾa¡ò╬│\x19 "
b"\x01 É┐+\x19 Åp±ö▀eÇ┤¶|K "
b"\x01 É┐+\x19 Öp=¡┴[áRÁ¯ð "
b"\x01 É┐+\x19 ñpªª├¿·Nu─¨ "
b"\x01 É┐+\x19 «s¹½┌¼pã¡i\x0F "
b"\x01 É┐+\x19 ╬rð©,¯ë<±(░ "
b"\x01 É┐+\x19 ┌q°òÉqƒ%f5½ "
b"\x01 É┐+\x19 µpÆ«º┼░å\x06 ×] "
b"\x01 É┐+\x19 ±s:©-®ïÙD▓▀ "
b"\x01 É┐+\e Yr:ƒÑ"p5(-¥ "
b"\x01 É┐+\e dr"ÅK▒&█mvk "
b"""
\x01 É┐+\e ns9ø\n
\x08 çü┴\x18 é
"""
b"\x01 É┐+\e yr¨╣l°\x7F ╩┴┼F "
b"""
\x01 É┐+\e âr8뢩▀w\n
\x17 Ë
"""
b"\x01 É┐+\e Äp╠Ñı\x7F ê\x02\x1F z\x1F "
b"\x01 É┐+\e Ör┴øÂ\x07 |_ìóÐ "
b"\x01 É┐+\e úsì£_#IıÍqa "
b"\x01 É┐+\e ▄qÜØ:¡ ÿ¼°q "
b"\x01 É┐+\e ÞpÅ¡l┼¢ ı\x00 ® "
b"\x01 É┐+\e §qP«ooq\r n┘ "
b"\x01 É┐+\x1C\x01 r%×nïJS¿|▓ "
b"\x01 É┐+\x1C \r sðâ▓°óþ\x03 °║ "
b"\x01 É┐+\x1C\x18 rÕ¿_¥\d¥\x1D - "
b"\x01 É┐+\x1C $sK¬├Jø+>gÇ "
b"\x01 É┐+\x1C /rd¼┐صZeZ¤ "
b"\x01 É┐+\x1C :sÁò#\x11 M%z─Å "
b"\x01 É┐+\x1C Es┌ª¾▀\x16 !t└² "
b"\x01 É┐+\x1C PrDØ\x06 ;V\x06 ┬\x1A f "
b"\x01 É┐+\x1C [rã½\x16 +í│M░` "
b"\x01 É┐+\x1C gsxô7║╩é"▒y "
b"\x01 É┐+\x1C qs×╣Ò‗ð&ı"\x1C "
b"""
\x01 É┐+\x1C }qÝ¥ÕßǸ\n
è#
"""
b"\x01 É┐+\x1C êqC»ëô<Zh▄M "
b"\x01 É┐+\x1C öräá\x02 <W\x15 >¹~ "
b"\x01 É┐+\x1C ƒr[ó¥_z┤╦8┼ "
b"\x01 É┐+\x1C ¬qg»_?û>Î▒\x06 "
b"\x01 É┐+\x1C Áq«àçåé"R┼$ "
b"\x01 É┐+\x1C ┐qnñNα\x0F ╠xe "
b"\x01 É┐+\x1C ╩p¢íÁSbÄ6\x04 à "
b"\x01 É┐+\x1C ıqV┐ئ¼Ýµ\^ "
b"\x01 É┐+\x1C Ós\ú\x17 ©öfS®Û "
b"\x01 É┐+\x1C Ùp\É\x1E Øÿ+Ï·Ø "
b"\x01 É┐+\x1C ÷sÔö█▄â22U- "
b"\x01 É┐+\x1D\x00 ròú\e :4ì!\x08 B "
b"\x01 É┐+\x1D\v r_Ñ\e »\e ┼\x0E ºÂ "
b"\x01 É┐+\x1D\x16 s«øÏ‗C─?þ= "
b"\x01 É┐+\x1D !p`èÙ\x12 OãÌ╗v "
b"\x01 É┐+\x1D ,rÆ¡▄DT±@ßa "
b"\x01 É┐+\x1D 8p@╗(T\x1E `Ò▄[ "
b"\x01 É┐+!┬qãøêçò<g¤9 "
b"\x01 É┐+!═p*▒À]a h┼¹ "
b"\x01 É┐+!┘sUû]▀á{█\x08 / "
b"\x01 É┐+!õs┐âgÉPXþ£& "
b"\x01 É┐+!´p\ôHá\x06 7{yS "
b"\x01 É┐+$rpøú╦4▒í\f w¸ "
b"""
\x01 É┐+$~s%à\n
¿´çÿ'É
"""
b"\x01 É┐+$èpÛ┐\x1E y┌è\x10\x1A ¢ "
b"\x01 É┐+$ûsÖÖ\x1C\x02 ñÕà²e "
b"\x01 É┐+$ópÑ׸tùã±║8 "
b"\x01 É┐+$»pí╣═┬└ÌÐY "
b"\x01 É┐+$ýrq£è ¨¶ÁLÈ "
b"""
\x01 É┐+%\n
r§Åë÷╦n┤ìQ
"""
b"\x01 É┐+%\x16 röê6╠\x1A\x11 øsÎ "
b"\x01 É┐+%!rñï>▄\t C6Ç\x1E "
b"\x01 É┐+%,r‗¡gÄ\f 6yÀ "
b"""
\x01 É┐+%7snì\x1D \n
l║Vk³
"""
b"""
\x01 É┐+%Cp\x05 ÂáP\n
x/x=
"""
b"\x01 É┐+%Np\x07 ÀP\x1D zÇY╩& "
b"\x01 É┐+%Yp'║═æR`\x17 «\x02 "
b"\x01 É┐+(\x11 sù│▄‗ïª┤Ñà "
b"\x01 É┐+(\x1E q\x1A Å╦%xÄ\x1C gj "
b"\x01 É┐+(+qí▓_î┌gÏCB "
b"\x01 É┐+(8rh┤c╝Åc¨╗K "
b"""
\x01 É┐+(Esb»Guw\n
;,1
"""
b"\x01 É┐+(Rqs┐°[Fß´&º "
b"\x01 É┐+(`peÑ`\x11 ÜMhW "
b"\x01 É┐+(mp*¿ <jùql^ "
b"\x01 É┐+N¥ssÑH=▒z±el "
b"\x01 É┐+N╩r┬║\t L║4Ä\x18 \ "
b"\x01 É┐+NÍs╬ù÷\e\x17 éÑA╦ "
b"\x01 É┐+NÒs\x01 ì(êÑ\x13 ê‗╔ "
b"\x01 É┐+N´sí¼ ©Ä▓^:é "
b"\x01 É┐+N¹sª│\x1C ÎÜy\x08\x0F\x12 "
b"\x01 É┐+O\x08 r╚â1nqÚ\x0E ┴¯ "
b"\x01 É┐+Q\x01 s\x08 │╣\x10 ~F1▀\r "
b"\x01 É┐+Q\x14 sÂñ6åqJ|6ë "
b"\x01 É┐+Q"r\x7F ÖM(Ç\x05 ÖÇq "
b"\x01 É┐+Q1q▄çåÉ Y\x06\x1E\x1F "
b"\x01 É┐+Q?s‗Æá\x1D\x03\x14 ─ÅN "
b"\x01 É┐+QRq┐å║-·HP\x7F Ö "
b"\x01 É┐+QarGú{\x14 ±`Û]P "
b"\x01 É┐+QopoäƒÏÙ┤пŠ"
b"\x01 É┐+Q|pBÄïSîÏ:'± "
b"\x01 É┐+Qëp├ê%\x19 Öü\x1C Z9 "
b"\x01 É┐+Qòp\x07 Æ\x1E Óºbqü< "
b"\x01 É┐+Qíq\v Ö\x16\x00 )ê┤Wö "
b"\x01 É┐+Q¡pµÄî:{õÔz% "
b"\x01 É┐+Q╗s║¡ºµ«\x11 nI5 "
b"\x01 É┐+R£ss¿fÚ \v ¡g} "
b"\x01 É┐+R¬qß░ïË▒ïıU┼ "
b"\x01 É┐+R╣pýÆ_┴\x05 ┬ä\x7F ° "
b"\x01 É┐+Rãq┬ƒå*¤Dró "
b"\x01 É┐+RËp³£î°=2\x10 Õ "
b"\x01 É┐+RÓp┌¡î░c┘B]© "
b"\x01 É┐+RÝq+ü╝T²jÄ█z "
b"\x01 É┐+R·pQ╗)øQ)JÔv "
b"\x01 É┐+S\x06 qÁªT╣ñ:GX\x11 "
b"\x01 É┐+S\x13 r±¡û"伿 ã "
b"\x01 É┐+S s³ùf\x01 ─┌ "
b"\x01 É┐+S-s\x08 Éí┐ôÂ\x06 ª× "
b"\x01 É┐+S9riÑ>C^\x04 ▀ã\x15 "
b"\x01 É┐+SErÓ¡Qù]C³sW "
b"\x01 É┐+SPr'ë╩¯, xäÈ "
b"\x01 É┐+q╣q1Æ\x05 ^_d│jë "
b"\x01 É┐+qãs%óÿ\x1F ðætºl "
b"\x01 É┐+Ñ\x1E rRÖ(N¸ÚN┬ÿ "
b"\x01 É┐+Ñ)q╠¼¾7¹ú█V9 "
b"\x01 É┐+Ñ5p8íäU¶\x1D ôõR "
b"\x01 É┐+ÑAr'ôÔW%\x1C Ũ\x05 "
b"\x01 É┐+ÑNq%£®ÖÂ)~òÆ "
b"\x01 É┐+Ññp=æG╗Ô▓~y« "
b"\x01 É┐+Ñ▒rO▓¯-Î\x08 oÑ╦ "
b"\x01 É┐+Ñ¢r┤ª┐§pÜÄÄ "
b"\x01 É┐+Ñ╔q╬ô¦░¼âI═ï "
b"\x01 É┐+ÑısÁ¬à1╩`XG│ "
b"\x01 É┐+ÑßpHáI╠bI¬fb "
b"\x01 É┐+ÑÝrõƒó½┐Xùúð "
b"\x01 É┐+Ѩqð¬ß3╬ú!ªö "
b"\x01 É┐+ª\x05 s8º╗├9ǧչ "
b"\x01 É┐+ª\x11 pGûÁ×û¡â\x02 » "
b"\x01 É┐+ª\x1D p│ä¶<Á}æ├╦ "
b"""
\x01 É┐+ª)rMæ▀\n
ïìPQÊ
"""
b"\x01 É┐+ª6qâ®´!\x01 ßÐ\x1C þ "
b"\x01 É┐+ªErEØ&┼½¿\e ϶ "
b"\x01 É┐+ªSsRî\x0F À\t ùù╣ò "
b"\x01 É┐+ª`qMå$\x1F 8L"Ú "
b"\x01 É┐+ªos╠×IlQ¬║=º "
b"\x01 É┐+¿BsôÄìohÓ┴\x08 0 "
b"\x01 É┐+¿Op┬ô!~«\x18 Û3░ "
b"\x01 É┐+¿[rÃ▓\x07 ãçZ│\x03 v "
b"\x01 É┐+¿gpìç¡i¨Aƒ│) "
b"\x01 É┐+¿vpr¼èEûƒÆEÞ "
b"\x01 É┐+¿érÄ░ø®ÿ╣Ï%Õ "
b"\x01 É┐+¿Ås®ì\x7F ?( ÑóÒ "
b"\x01 É┐+¿øp^º┘\x1E ┤J■y± "
b"""
\x01 É┐+¿¿q╩á¬{n\n
Y½½
"""
b"\x01 É┐+¿Áp]Â"s┼B8J╩ "
b"\x01 É┐+¬┤r┘»UJè\x7F À±V "
b"\x01 É┐+¬└s7ûS╝¾,BÂS "
b"\x01 É┐+¬═s|æíáüèØò¾ "
b"\x01 É┐+¬┌sJà\x05 ú<²┐Au "
b"\x01 É┐+¬µs\x03 áu─█-ÅdS "
b"\x01 É┐+¬‗r=Ö\x05 Ä\x1D ý.█ "
b"\x01 É┐+¬■qøô>RÛn«┐1 "
b"""
\x01 É┐+½\n
p¸à$└M┤┐tí
"""
b"\x01 É┐+½\x17 s┬▓ø\r »$ðgÐ "
b"\x01 É┐+½#q▀ù¡‗`UÊt\x1D "
b"\x01 É┐+½/sóÁ╬\x1D e»ÐuÎ "
b"\x01 É┐+½;rà»í'¯HX¬á "
b"\x01 É┐+½Gs╣ÂÛô\x1D ┼\x0F ±@ "
b"\x01 É┐+½RpÆî╝ð@·\x0F ╝þ "
b"\x01 É┐+¡:sÌâåÁã%╗zo "
b"\x01 É┐+¡Hr)¢└¨¬\x1C Mî\ "
b"\x01 É┐+¡Uq~ÿÒ\x00 $Sÿ\O "
b"\x01 É┐+¡bqw┤Iá©Hôì "
b"\x01 É┐+¡pp±║\x05 îéÉÜôC "
b"\x01 É┐+¡}r\x02 üÖÅÉô¡Hw "
b"\x01 É┐+¡ÿr╝¿´ÑÕÿ×R÷ "
b"\x01 É┐+¡Ñp┐ì▄öVÚÄñ\x01 "
b"\x01 É┐+¡│süóZCËë▒Ûô "
b"\x01 É┐+¡└sTó9SK!\x04 æ\x12 "
b"\x01 É┐+¡═s\x0E ┤XqÜC▀÷ "
b"\x01 É┐+¡┌s─▓Àz¾²öǦ "
b"\x01 É┐+¡Þq\x1C ç²┘\x7F ▒\x06 R╝ "
b"\x01 É┐+«\x02 sc┤CÇ\x03 ¿\x10 ©è "
b"\x01 É┐+«\x0E q\x02 Ö╠-¿e3`\x13 "
b"\x01 É┐+«\x1A sÉåO@█~\v ■Ç "
b"\x01 É┐+«'ppøªúSJÐ┤N "
b"\x01 É┐+«4pmÖ.ıùõ¸╗\v "
b"\x01 É┐+«@s>àO7EÍZÿf "
b"\x01 É┐+»│rø░°KòðR┤¶ "
b"\x01 É┐+»└réÇL\v ▄¦¹èÑ "
b"\x01 É┐+»═p\x11 Á#\x08 ,bc«i "
b"\x01 É┐+»┌s-êÌ|╬Y‗.b "
b"""
\x01 É┐+»þq\x7F ƒ\f ┬P\n
ƒ½ê
"""
b"\x01 É┐+»§s\x11 Ø\x12 âÂÔ%N╬ "
b"\x01 É┐+░_rÏ®\x0F è╬É═\x13 ¶ "
b"\x01 É┐+░lp¥½\x19 ×└┼ÈJÿ "
b"\x01 É┐+░yq\x1E àsöPÏ»Ç "
b"\x01 É┐+░çsÜ▒╬`3\x12\x07 ì§ "
b"\x01 É┐+░ös\x1F å\V╝▒$ÙL "
b"\x01 É┐+░ós=®;ê\x0F H╗ñ┬ "
b"\x01 É┐+░▓rJ¬\x11 9\x16\x0F ×G\x06 "
b"\x01 É┐+░┐p`½_3êÖ┬Ô\x0E "
b"\x01 É┐+░╠q¾ëJLjùn§I "
b"\x01 É┐+░┘rÙà»2Ê:\r êe "
b"\x01 É┐+░µs_£*\v T´\f ╦Ä "
b"\x01 É┐+░÷rä¢ç.\x13 £║ǯ "
b"\x01 É┐+▒\x06 p¸É¿▓ø{ß+Å "
b"\x01 É┐+▒\x15 pý░╔¯_┴ÌO\x0F "
b"\x01 É┐+▒!r▄ü÷]Ðc$\x1C B "
b"\x01 É┐+▒-rÅ»º\x02 µÌmþ "
b"\x01 É┐+▒:sPÁ│ƒÊ\x0F ║}┌ "
b"\x01 É┐+▒Fs*¬îÒ┐Ãfe× "
b"\x01 É┐+│9qiعÿüØj┌Û "
b"\x01 É┐+│Gqõô{▓F‗,=÷ "
b"\x01 É┐+│SsÂéO╝1ú«!Ò "
b"\x01 É┐+│_sı▒\x17 jéͶ=Ì "
b"\x01 É┐+│kqO£f?r'┼çë "
b"\x01 É┐+│wpß«Ru\x1F ³\x10 l "
b"\x01 É┐+│âp─ù¿×¦ç\x0F >ƒ "
b"\x01 É┐+│Åq}╗╠W§¡¶}ª "
b"\x01 É┐+│øs\x7F «┴î╠T■\x03 å "
b"\x01 É┐+│ºpÑúËÂÝmj-▀ "
b"\x01 É┐+││r6Å·\r ðûæ\x02 õ "
b"\x01 É┐+│┐r^îÿjVè\x0F Áª "
b"\x01 É┐+ÂHp\x18 Âÿð¼\\x7F @K "
b"\x01 É┐+ÂVsè¢B7)\x1F ╚-\x02 "
b"\x01 É┐+Âdq¯╣5yö)s!þ "
b"\x01 É┐+Âsr▀┐dz╦sÈ&ê "
b"\x01 É┐+Ââr¬£\x01 ]@³\x1A ´Ô "
b"\x01 É┐+ÂÉsI┐í¯A¿ørc "
b"\x01 É┐+ÂØpU│FXö╣q=‗ "
b"\x01 É┐+¬rY¼c,╣==å$ "
b"\x01 É┐+©r\x07 ºS\x10 Ô1sı\x03 "
b"\x01 É┐+Â┼q{û¸Á\x14 ªd\x1D\x06 "
b"\x01 É┐+ÂËq ▓àq\f\x0F »°6 "
b"\x01 É┐+ÂÓp?Áòüñ┼7k┼ "
b"\x01 É┐+ÀKp\e áõÕ'B<bO "
b"\x01 É┐+ÀYq\x1A │\x06 Wı@ËÝ| "
b"\x01 É┐+©╠sE½\f ╣»\x00 Ë6k "
b"\x01 É┐+©┘s╠®\x12 EZABe "
b"\x01 É┐+©µs\x13 اe6\x05\t\x04 ¹ "
b"\x01 É┐+©‗q\x11 À\x1C 7.^EY" "
b"\x01 É┐+©■qpúÁáw=j÷Ò "
b"""
\x01 É┐+╣\n
p¡Ñ\x02 ß\x16 ÆéW:
"""
b"\x01 É┐+╣\x17 pÏ¢£\x10 ¦¦æ\x7F\x1A "
b"\x01 É┐+╣#p&êÂı\f\x7F ▓Q0 "
b"\x01 É┐+╣/pø«:y\x02 î#│Ð "
b"\x01 É┐+╣;q\x07 ô0¨\x04 hð\x00 c "
b"\x01 É┐+╣HqÓüGµ-< kc "
b"\x01 É┐+╣SrË╝°pü qÎó "
b"\x01 É┐+╣`pÊúzè─4¶P[ "
b"\x01 É┐+║árµ¼Ý\x1A (Âä\x07 "
b"\x01 É┐+║»qYÉE^õ§S█Ò "
b"\x01 É┐+║┐p(▓¸|ï\x7F ¼þ» "
b"\x01 É┐+║═s║îY½é┴Ýø░ "
b"\x01 É┐+║┌sÃìí¢±L\x1A XÝ "
b"""
\x01 É┐+║µs└«\n
\x02 2▓~È═
"""
b"\x01 É┐+┼\x10 p░Ä▄¦-└*├4 "
b"\x01 É┐+╚ qÜ®hO[°uN0 "
b"\x01 É┐+╚-rH®┐╩P\x02 EH` "
b"\x01 É┐+╚9sõ│\x07 9ð¸<ñ% "
b"\x01 É┐+╚Fq\x11 æ│۾ăºõ "
b"\x01 É┐+╚Rq1Â~úï³▓6¨ "
b"\x01 É┐+╚^p┌½$pîïÖ\x03 F "
b"\x01 É┐+╚jsÝé_¡&³\x08 ╔Û "
b"\x01 É┐+╚wqÅåÓ\v\x06 û╝ñ\t "
b"\x01 É┐+╚äs\x15 É\e }j┌\x7F º3 "
b"\x01 É┐+╚æp¡í░ì@ù嫬 "
b"\x01 É┐+╚×qfòcäã═Cm "
b"\x01 É┐+╚¼q╬û<╗ÝçfÀå "
b"\x01 É┐+╚╣p=Ñ╠÷غ"YÚ "
b"\x01 É┐+╚ãs┐«\v Í╗?¥\x05 ) "
b"\x01 É┐+╚Ësk¥┐\x11 k\x1E §Ý§ "
b"\x01 É┐+╚▀r─óU\r òîì]Ï "
b"\x01 É┐+╚Ùsîú└àU>h_╠ "
b"\x01 É┐+╚¸pr┐\x01\x7F ù\x14 »=s "
b"\x01 É┐+╔\x04 pxí&ò{¦½Oc "
b"\x01 É┐+╔\x10 rÍ╣ðü#Oya© "
b"\x01 É┐+╔\x1D puÄ¥}\r îæ¹Þ "
b"\x01 É┐+╔)paëÔ╠B╬ÀÔ\x18 "
b"\x01 É┐+╔5q9â9'«¨ d\x10 "
b"\x01 É┐+╔BrÏåD9▓┘«ñ\x0F "
b"\x01 É┐+╔Nqµ┐)\f £ 6j\x18 "
b"\x01 É┐+╔ZpE│z¤âôk)b "
b"\x01 É┐+╔gpúãîâ\x1F 9MT "
b"\x01 É┐+╔xsùÇ¡Y\x00 qD,9 "
b"\x01 É┐+╔åpq×.\t S>Äoô "
b"\x01 É┐+╔ôsñ¡4\x11 UxÌï "
b"\x01 É┐+╔áq▄ë\x0E lä‗\x02 av "
b"\x01 É┐+╔¼r®½S3╩Sp£ "
b"\x01 É┐+╔©q·ìH_╚p¶3\x1F "
b"\x01 É▄ááPpwéïÃ¥³[á▓ "
b"\x01 É▄áó?q©ºÒ┴\x02 ëª\x1C\x08 "
b"\x01 É▄áñ*r%¢«µÛ\x7F )¡´ "
b"\x01 É▄áª\x19 s\x16 èP║ä\t u4\v "
b"\x01 É▄á¿\x07 q\x11 ÖC\x1C\x1A 3\x08 l© "
b"""
\x01 É▄᮸rPÄ\n
k /\x02\x06\x12
"""
b"\x01 É▄á½Ûrãéaó\x02 Ú\x19 Ôá "
b"\x01 É▄á¡█rmìÆêõÿä¶ú "
b"\x01 É▄á»╠q┘ø╩§4È\x07 Þ2 "
b"""
\x01 ‘»Z\f 2rƦ0\n
\x10\x1E ƒA\x03
"""
b"\x01 •´é©xp¬¹ñÂ!\x04\x10 s] "
b"\x01 •´é©‡qF…DÈnGéáH "
b"\x01 •´é©–qiµûF“×\x7F Ÿ\x04 "
b"\x01 •´é©¤pœ¾ÅäS|“ß\x17 "
b"\x01 •´é©³p–€)5p¾‘ÿf "
b"\x01 •´é©ÁsÝ•\x10 g\x01 M2B¸ "
b"\x02 ?ðó½ZK2ØYì\x01 ÐhÖÉ "
b"""
\n
\x03 <Ý£└AÅ▓ìõé¸\x1E ¤U
"""
b"""
\n
ðC䓘C?—ûÈ\x1F ©ó |
"""
b"\f ©ª-\Ð@}ª^Fý¯%H\r "
b"\x0F 7€œeS@ñ¼KiŠ’JY\x0F "
b"&Ȩ̈ŸîGJ¬¿\x06 †tÿ\x06\x1E "
b"(=&L&7IC£Í\x1F {U\x19\x1C Š "
b"--ŽC#JEÀ£=#ª\\e k® "
b"0EÂÅœ\t IHº&ã˼Þ`Ù "
b"2š—Á6>LèŒ;²\v\x0E âúö "
b"2õöÔð$Gœ\x1F nC<”ïl "
b"4à\x14 ¹ð\x00 Ct³%\n ûJ'[- "
b"<}zôî§LoÅ¿×ï╠¦O└ "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b"?†ª#–ÀC˜ª¡5Z\e\x03 =\x12 "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"C\x7F ú‡ÌNLx…þ°}|Eä\x15 "
b"QX\x1D u†àH\v €\x1A «µ°…½Ì "
b"T\x14 v’ËûCAšm\x11 âlDÜ "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"b+ËhØvMV•\x11 íµ\r okš "
b"c╗ã\x07 GÝ@╚îrvZµÅ▀\r "
b"eW\x1A ã×\x18 N\x14 ³\x05 Ьö0ßC "
b"\x7F ñ\x10 3(?Cg³‰Â!h< \x1E "
b"ˆËAaã0EÜ™\x18 H‹I”Ǧ "
b"Är>ÛÉ\x00 GêÅïöÚ‗@\t ¢ "
b"Å«LÚÝ\x1D @hîû¬ ╩È¢& "
b"ɦi©³¦Gº│\x17 9xË\x1C é³ "
b"‘…º«T•Ií‚zÉOšV±A "
b"ò¨\x19 öGKOƼßõü@ëhï "
b"™ô aC+N]¼\x12\x0F þyºâ\e "
b"¡V”\x17 2¢KA¼\x7F (é\x02 NàÌ "
b"¬ýu†Ð(Hñ¬€\x1F Gvï¤\x14 "
b"¯tNÁ«¤F÷…§~À×á-o "
b"ºy陵óCI®MÍ›s\x0F ]y "
b"║Þ├©ªñE^ø\x02 w¦É¥%ÿ "
b"¼éê¤+¼FÙ»€¸\x1C É®þ¯ "
b"├ø¿¢R╠G8ì=\x10\x08 ‗\x13 ×ô "
b"Äé¥À>\x14 GÊ—MNrô÷\x1E à "
b"çfyØj•I\x0F «ûQZ¡ÆÊ¾ "
b"ê;žúîáJ¶ŠÆBO\x06 z}š "
b"¯HJ\x0E Ù;EÉÑ╣¶¢\x08\x14 ë# "
b"¨ìY╝|ÄK╩║K\x04 P¿¸ëª "
b"üAW\x18\x7F çG’°~*‹sôÿ^ "
]
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 (0x018F28E328E67D0BA2ADEFF05DFC2DE4 , 0x018FC3EC8B0C7995B577325D7F0D3CF1 , 0x018FC3ECC5E871F2812AB7FBAD0D3221 , 0x0190BF2AB9EB72E9AD1E84AFBFE48A34 , 0x0190BF2AB9F7703DBEDE1741D1C7FA82 , 0x0190BF2ABA0273B5A39F7C8B81109DCE , 0x0190BF2ABA0D73AEBFAB710197ABD164 , 0x0190BF2ABA1971058BE7122E920F751F , 0x0190BF2ABA2671F584F06CC08D0BFF6A , 0x0190BF2ABA3773888B8244396BCAB408 , 0x0190BF2ABA44712F828FBD5542AAFF2C , 0x0190BF2ABA5072F0A0529114C9A663C3 , 0x0190BF2ABA62705D877A10184B512392 , 0x0190BF2ABA6E72A79E11E89FBA9935EC , 0x0190BF2AFF2C7207B308FDDEB1F959D5 , 0x0190BF2AFF37704F86E96A0EA61B1AE2 , 0x0190BF2AFF42723C9E133CAA9A5B8E37 , 0x0190BF2AFF4D70EB9A2C1BBBFA27EA46 , 0x0190BF2AFF5771CEAFFC6C4A2B439E58 , 0x0190BF2AFF627145AB073FFCEFE1ADF9 , 0x0190BF2AFF6C71E5A7CBCB18B9FCAF6A , 0x0190BF2AFF8270AD8D8326E7E39EF018 , 0x0190BF2AFF8C7114B698A0E2773E2541 , 0x0190BF2B0232701E9C1D60BB371BD600 , 0x0190BF2B044872EDA072A68708244B97 , 0x0190BF2B0453735AA195E39238EF8286 , 0x0190BF2B045E70479843B75DBC3C5D56 , 0x0190BF2B04687217992213D28FB44451 , 0x0190BF2B0473710982876C6070C6A0FA , 0x0190BF2B06D47034A1477E4356C6F666 , 0x0190BF2B06DF737BB687706AA4F0F979 , 0x0190BF2B06EB71CDA0B8929AA544B2FD , 0x0190BF2B06F87019B1B3C60C259339C4 , 0x0190BF2B089771138D2CA6A0A61FACD0 , 0x0190BF2B08A3737782B4C2370929DB20 , 0x0190BF2B08AF7274AE8E7204266929AC , 0x0190BF2B08F371CCBCF7014611EB4A00 , 0x0190BF2B08FE7246A282D7A84B87E49C , 0x0190BF2B090A72F395981E9D177B2EB1 , 0x0190BF2B09157228B2404E8FE8F5ACD9 , 0x0190BF2B09207311AA4D95B280BFCD56 , 0x0190BF2B092B739E8EABC04AECB5B055 , 0x0190BF2B0936707F99B89EEC7892496F , 0x0190BF2B094273C5862D4F02BAD09AF5 , 0x0190BF2B097B7044B0DD892257222318 , 0x0190BF2B098671A8916BC12B9631FD72 , 0x0190BF2B0992736B99F8B985C82A83D2 , 0x0190BF2B099D701287728A1E6062FA8E , 0x0190BF2B09A87228AA9FAFFDA309F687 , 0x0190BF2B09B473AC9BC0CEC8DCD7A393 , 0x0190BF2B09BF72A699DB8BE4AA8D5231 , 0x0190BF2B09CA717296211C57B3E2D05B , 0x0190BF2B09D571C09106B81EFE474E3D , 0x0190BF2B09E072EE936BAEA6D5EA7394 , 0x0190BF2B09EB715AB5F9244F025579A8 , 0x0190BF2B09F672148676891FFF0C41CF , 0x0190BF2B0A0072809ED9C54FA853E5AB , 0x0190BF2B0A0B70CC8577E98B9E36FA9B , 0x0190BF2B0A1673D8BC96FA96E921FEE5 , 0x0190BF2B0A21735F99919FF15D0D2E8A , 0x0190BF2B0C24736EAE0BF72594F95BE1 , 0x0190BF2B0C3073B5B21F2CEE100FAFF4 , 0x0190BF2B0C3C70FB86D1731E769752AA , 0x0190BF2B0C48734FA3F8AFF8286700CF , 0x0190BF2B0C5473F48964A26CEAFE8E3D , 0x0190BF2B0C607191993FBB38DC48B968 , 0x0190BF2B0C6D7032B5A2EBB8F7DD123E , 0x0190BF2B0C7871AAA78E1FF37E75D7F2 , 0x0190BF2B0C847316AB81992DD95F75C7 , 0x0190BF2B0C90735CA5E7F9D6A35B60FF , 0x0190BF2B0C9C70F592F772333FDF4494 , 0x0190BF2B0CA870FA8DCF3D5C20B4BBBC , 0x0190BF2B0D05733B8D0C0448866B9691 , 0x0190BF2B0D0F7108A7A09B5F339AD396 , 0x0190BF2B0D19707694817CA0D883C98E , 0x0190BF2B0D247397BAE12E753B65D224 , 0x0190BF2B0D2E705AB3585BFFB5817E20 , 0x0190BF2B0D3A70A693DEF435562F0229 , 0x0190BF2B0D45731A8D72791698BAC253 , 0x0190BF2B0D50724B9B062C4A45A01D6B , 0x0190BF2B0D5B706D91AEB40D0E1641C2 , 0x0190BF2B0D6571A4B9CBF29B14BFF970 , 0x0190BF2B0D70735FBACB90300630C19A , 0x0190BF2B0D7B727480BC5BE73FAAC490 , 0x0190BF2B0D8672D7A376066491E2ADB4 , 0x0190BF2B0D91724E908C10A4B59CE8E5 , 0x0190BF2B0D9B73C39EE7948D88D00CC4 , 0x0190BF2B0DA6730A912F5052D61A123F , 0x0190BF2B0DE670D2BD084706A4609F5E , 0x0190BF2B0DF1724AAE94A25E3CE069EF , 0x0190BF2B0DFD727BB01CF9351937BB1E , 0x0190BF2B0E0B72269095B5A11EF2E57F , 0x0190BF2B0E177386AA69AE2C3B623602 , 0x0190BF2B0E23729EB46B78F288B8FAF7 , 0x0190BF2B0E2F720196FB2F63BBC0BD94 , 0x0190BF2B0E3A733584FB2A932691BFD2 , 0x0190BF2B0E46737EB10B1878C64FCAD3 , 0x0190BF2B0E52716D99E15C93B3BD2E91 , 0x0190BF2B0E5E73E1865F33B34A5D340D , 0x0190BF2B10EA7037B6B83188A687608A , 0x0190BF2B10F570D2B58A8488D85310E5 , 0x0190BF2B110172DAA66381B357E3F689 , 0x0190BF2B110D72B2A7E74A478D51EA6D , 0x0190BF2B111972D08939A5DC4CB4D0C9 , 0x0190BF2B112572A2A3B3AEBD5184B027 , 0x0190BF2B113071258AEE6C3E0FBE57F8 , 0x0190BF2B113C70219F1BC6B871F0873B , 0x0190BF2B114772539D1029E7EBBDC571 , 0x0190BF2B115272899FF7AA2224CE1FF3 , 0x0190BF2B115C71B186890A5A3C09AB4E , 0x0190BF2B11677228A52E5A761AAAB04D , 0x0190BF2B117273289E2BE01A13225E20 , 0x0190BF2B117C706BBD139C7096696C46 , 0x0190BF2B1187721DB56E00FC4E2B9CCF , 0x0190BF2B1194715AA5B2336B044CDC03 , 0x0190BF2B11A070F5A5F35E266664DD15 , 0x0190BF2B11AB73A6952245ED25444C7D , 0x0190BF2B11B77266A47888CEA827B0A7 , 0x0190BF2B11C27326A088C6A463D1DB9D , 0x0190BF2B11CD721E938BA2D8319E2D90 , 0x0190BF2B11D770BE8C0242E0FBDFCBAC , 0x0190BF2B11E2739CB03F9696CEECB6CF , 0x0190BF2B11ED70E6B9E87FFE9386F189 , 0x0190BF2B13EB720CB1DF94A30F037397 , 0x0190BF2B13F773A5BE7B1CFBD3668603 , 0x0190BF2B140473839561B7414A458BE8 , 0x0190BF2B1411724EBAD81F6740192AB2 , 0x0190BF2B141D7023A1E565D3066C8B1A , 0x0190BF2B142972BC9A40B5FB20373CD3 , 0x0190BF2B1435737CA11771B73B0735C2 , 0x0190BF2B1440706F93E606F0F54FB306 , 0x0190BF2B144B7174B04D8E3CF2814BD6 , 0x0190BF2B1456718088F4FE7FC00FE719 , 0x0190BF2B146170A88AFEE359F7A1964B , 0x0190BF2B146C72B4A08DE12CDBCC4874 , 0x0190BF2B1476729F95F4FAEE6AD021A0 , 0x0190BF2B148173E1A568FA739BD01B74 , 0x0190BF2B148B7224A1E7C0B837AEF197 , 0x0190BF2B149571BEB6C57C44F0BB35F8 , 0x0190BF2B14A073258274F3BC47105BEE , 0x0190BF2B14AA71459C5C8E0BBE9FF924 , 0x0190BF2B14B570B18DBE9BEDD8A4246B , 0x0190BF2B14C072F084A45F4E38E756E4 , 0x0190BF2B14CB725590215F6281469135 , 0x0190BF2B14D672818575EFB613C999EB , 0x0190BF2B14E0716B886C58272FA7D879 , 0x0190BF2B14EB73BE89225BF605692298 , 0x0190BF2B14F572DBAB2AB8C33F02A27F , 0x0190BF2B150071E888891D22CDF8A44E , 0x0190BF2B150B70E5B4B1D902EBE5B423 , 0x0190BF2B15157315A9C681A03BEFA1DA , 0x0190BF2B15207139B0F41D12B1B136D0 , 0x0190BF2B152A73DD923E7965D2AC67BD , 0x0190BF2B153573DB812252C2EF3442A1 , 0x0190BF2B153F71988CC680954E2D11DF , 0x0190BF2B154A7135AC16CFAFEC28EC7F , 0x0190BF2B1554710BB2D0F57AFEE79B56 , 0x0190BF2B155F71388B5FEB811D421464 , 0x0190BF2B156A72A2A0D4265A3BC6A142 , 0x0190BF2B157571E3B535B51B2C5A7BFF , 0x0190BF2B1765715E8543B1CB9980B7D8 , 0x0190BF2B1787735B84CA5AB5FFEE5C45 , 0x0190BF2B17927291BBDF206BD93A98EA , 0x0190BF2B17C873ADAEACB3030ADE00EC , 0x0190BF2B17D372AA845B17D3329F81B1 , 0x0190BF2B17DE73DDAF0BF52C8475C6BE , 0x0190BF2B17E970CD9503ABA8F8775579 , 0x0190BF2B17F472EB92F396D766A7F631 , 0x0190BF2B17FE72F896AD65A1CFBF52B3 , 0x0190BF2B1809724E8E9190E98668E4A4 , 0x0190BF2B181473F9BDB3471819447348 , 0x0190BF2B181E705BB236FA28375619CB , 0x0190BF2B18297050A77C273E9B5FCB73 , 0x0190BF2B183370D1B231DEEC30B4E3F9 , 0x0190BF2B183E73419185765151048168 , 0x0190BF2B18497260B06B9F10B422181E , 0x0190BF2B1853705299A96C82CFEE6BBD , 0x0190BF2B185E73F2A8B775B8A6870C22 , 0x0190BF2B186971B98285AFB3F6F1C60D , 0x0190BF2B18737197A9FC482712F7F29C , 0x0190BF2B187E73F488B205F84CE0446A , 0x0190BF2B1889715B9BFAED48E07E7842 , 0x0190BF2B18957208AB6CE13B19B3FCCB , 0x0190BF2B18A071B68EABB8A95F341211 , 0x0190BF2B18AB70409DDC387E54E6A9EA , 0x0190BF2B18B672C38BDD4C02816ECF3F , 0x0190BF2B18C173D9B3D3C01D187B528C , 0x0190BF2B18CC72539AE637A98EDD7F50 , 0x0190BF2B18D7713990F0EFBD0312265D , 0x0190BF2B18E171258CCE1987ACAA6C94 , 0x0190BF2B1970722FA407CE557F8E8FA7 , 0x0190BF2B197B732E9C18B26469FC94FA , 0x0190BF2B1985708080F361AD95CEB319 , 0x0190BF2B198F70F194DF6580B4F47C4B , 0x0190BF2B1999703DADC15BA052B5EED0 , 0x0190BF2B19A470A6A6C3A8FA4E75C4F9 , 0x0190BF2B19AE73FBABDAAC70C6AD690F , 0x0190BF2B19CE72D0B82CEE893CF128B0 , 0x0190BF2B19DA71F89590719F256635AB , 0x0190BF2B19E67092AEA7C5B086069E5D , 0x0190BF2B19F1733AB82DA98BEB44B2DF , 0x0190BF2B1B59723A9FA5227035282DBE , 0x0190BF2B1B6472228F4BB126DB6D766B , 0x0190BF2B1B6E73399B0A088781C11882 , 0x0190BF2B1B7972F9B96CF87FCAC1C546 , 0x0190BF2B1B83723889BDB8DF770A17D3 , 0x0190BF2B1B8E70CCA5D57F88021F7A1F , 0x0190BF2B1B9972C19BB6077C5F8DA2D1 , 0x0190BF2B1BA3738D9C5F2349D5D67161 , 0x0190BF2B1BDC719A9D3AADFF98ACF871 , 0x0190BF2B1BE8708FAD6CC5BDFFD500A9 , 0x0190BF2B1BF57150AE6F6F710D6ED920 , 0x0190BF2B1C0172259E6E8B4A53A87CB2 , 0x0190BF2B1C0D73D083B2F8A2E703F8BA , 0x0190BF2B1C1872E5A85FBE5C64BE1D2D , 0x0190BF2B1C24734BAAC34A9B2B3E6780 , 0x0190BF2B1C2F7264ACBF9DE65A655ACF , 0x0190BF2B1C3A73B59523114D257AC48F , 0x0190BF2B1C4573DAA6F3DF162174C0FD , 0x0190BF2B1C5072449D063B5606C21A66 , 0x0190BF2B1C5B72C6AB162BA1B34DB060 , 0x0190BF2B1C6773789337BACA8222B179 , 0x0190BF2B1C71739EB9E3F2D026D5221C , 0x0190BF2B1C7D71EDBEE5E180F70A8A23 , 0x0190BF2B1C887143AF89933C5A68DC4D , 0x0190BF2B1C947284A0023C57153EFB7E , 0x0190BF2B1C9F725BA2BE5F7AB4CB38C5 , 0x0190BF2B1CAA7167AF5F3F963ED7B106 , 0x0190BF2B1CB571AE858786822252C524 , 0x0190BF2B1CBF716EA44ED7F10FCC7865 , 0x0190BF2B1CCA70BDA1B553628E3604C7 , 0x0190BF2B1CD57156BF9DDDACEDE65C5E , 0x0190BF2B1CE0735CA317B8946653A9EA , 0x0190BF2B1CEB705C901E9D982BD8FA9D , 0x0190BF2B1CF673E294DBDC833232552D , 0x0190BF2B1D007295A31B3A348D210842 , 0x0190BF2B1D0B725FA51BAF1BC50EA7B6 , 0x0190BF2B1D1673AE9BD8F243C43FE73D , 0x0190BF2B1D2170608AEB124FC6DEBB76 , 0x0190BF2B1D2C7292ADDC4454F140E161 , 0x0190BF2B1D387040BB28541E60E3DC5B , 0x0190BF2B21C271C69B8887953C67CF39 , 0x0190BF2B21CD702AB1B75D61FF68C5FB , 0x0190BF2B21D97355965DDFA07BDB082F , 0x0190BF2B21E473BF8367905058E79C26 , 0x0190BF2B21EF705C9348A006377B7953 , 0x0190BF2B2472709BA3CB34B1A10C77F7 , 0x0190BF2B247E7325850AA8EF87982790 , 0x0190BF2B248A70EABF1E79DA8A101ABD , 0x0190BF2B24967399991C02A4E585FD65 , 0x0190BF2B24A270A59EF77497C6F1BA38 , 0x0190BF2B24AF70A1B9CDF0C2C0DED159 , 0x0190BF2B24EC72719C8AFFF9F4B54CD4 , 0x0190BF2B250A72F58F89F6CB6EB48D51 , 0x0190BF2B251672948836CC1A119B73D7 , 0x0190BF2B252172A48B3EDC094336801E , 0x0190BF2B252C72F2AD678E0C203679B7 , 0x0190BF2B2537736E8D1D0A6CBA566BFC , 0x0190BF2B25437005B6A0500A782F783D , 0x0190BF2B254E7007B7501D7A8059CA26 , 0x0190BF2B25597027BACD91526017AE02 , 0x0190BF2B28117397B3DCF28BA6B4A5C7 , 0x0190BF2B281E711A8FCB25788E1C676A , 0x0190BF2B282B71A1B25F8CDA67D84342 , 0x0190BF2B28387268B463BC8F63F9BB4B , 0x0190BF2B28457362AF4775770A3B2C31 , 0x0190BF2B28527173BFF85B46E1EF26A7 , 0x0190BF2B28607065A560119A4D6857FF , 0x0190BF2B286D702AA8FF3C6A97716C5E , 0x0190BF2B4EBE7373A5483DB17AF1656C , 0x0190BF2B4ECA72C2BA094CBA348E185C , 0x0190BF2B4ED673CE97F61B1782A541CB , 0x0190BF2B4EE373018D2888A51388F2C9 , 0x0190BF2B4EEF73A1ACFFB88EB25E3A82 , 0x0190BF2B4EFB73A6B31CD79A79080F12 , 0x0190BF2B4F0872C883316E71E90EC1EE , 0x0190BF2B51017308B3B9107E4631DF0D , 0x0190BF2B511473B6A43686714A7C3689 , 0x0190BF2B5122727F994D288005998071 , 0x0190BF2B513171DC8786902059061E1F , 0x0190BF2B513F73F292A01D0314C48F4E , 0x0190BF2B515271BF86BA2DFA48507F99 , 0x0190BF2B51617247A37B14F160EA5D50 , 0x0190BF2B516F706F849FD8EBB4D1A88F , 0x0190BF2B517C70428E8B538CD83A27F1 , 0x0190BF2B518970C388251999811C5A39 , 0x0190BF2B51957007921EE0A76271813C , 0x0190BF2B51A1710B9916002988B45794 , 0x0190BF2B51AD70E68E8C3A7BE4E27A25 , 0x0190BF2B51BB73BAADA7E6AE116E4935 , 0x0190BF2B529C7373A866E9200BAD677D , 0x0190BF2B52AA71E1B08BD3B18BD555C5 , 0x0190BF2B52B970EC925FC105C2847FF8 , 0x0190BF2B52C671C29F862ACF4472A220 , 0x0190BF2B52D370FC9C8CF83D321020E5 , 0x0190BF2B52E070DAAD8CB063D9425DB8 , 0x0190BF2B52ED712B81BC54FD6A8EDB7A , 0x0190BF2B52FA7051BB299B51294AE276 , 0x0190BF2B530671B5A654B9A43A475811 , 0x0190BF2B531372F1AD962284ACA820C6 , 0x0190BF2B532073FC97F06601FF20C4DA , 0x0190BF2B532D730890A1BF93B606A69E , 0x0190BF2B53397269A53E435E04DFC615 , 0x0190BF2B534572E0AD51975D43FC7357 , 0x0190BF2B5350722789CAEE2CFF7884D4 , 0x0190BF2B71B9713192055E5F64B36A89 , 0x0190BF2B71C67325A2981FD09174A76C , 0x0190BF2BA51E725299284EF7E94EC298 , 0x0190BF2BA52971CCACF337FBA3DB5639 , 0x0190BF2BA5357038A18455F41D93E452 , 0x0190BF2BA541722793E257251C8FF905 , 0x0190BF2BA54E71259CA999B6297E9592 , 0x0190BF2BA5A4703D9147BBE2B27E79AE , 0x0190BF2BA5B1724FB2EE2DD7086FA5CB , 0x0190BF2BA5BD72B4A6BFF5709A8E8EFF , 0x0190BF2BA5C971CE93DDB0AC8349CD8B , 0x0190BF2BA5D573B5AA8531CA605847B3 , 0x0190BF2BA5E17048A049CC6249AA6662 , 0x0190BF2BA5ED72E49FA2ABBF5897A3D0 , 0x0190BF2BA5F971D0AAE133CEA321A694 , 0x0190BF2BA6057338A7BBC33980F5E5FB , 0x0190BF2BA611704796B59E96AD8302AF , 0x0190BF2BA61D70B384F43CB57D91C3CB , 0x0190BF2BA629724D91DF0A8B8D5051D2 , 0x0190BF2BA6367183A9EF2101E1D11CE7 , 0x0190BF2BA64572459D26C5ABA81BD8F4 , 0x0190BF2BA65373528C0FB7099797B995 , 0x0190BF2BA660714D86241F384C22E9FF , 0x0190BF2BA66F73CC9E496C51AABA3DA7 , 0x0190BF2BA84273938E8D6F68E0C10830 , 0x0190BF2BA84F70C293217EAE18EA33B0 , 0x0190BF2BA85B72C7B207C6875AB30376 , 0x0190BF2BA867708D87AD69F9419FB329 , 0x0190BF2BA8767072AC8A45969F9245E8 , 0x0190BF2BA882728EB09BA998B9D825E5 , 0x0190BF2BA88F73A98D7F3F28FFA5A2E3 , 0x0190BF2BA89B705EA7D91EB44AFE79F1 , 0x0190BF2BA8A871CAA0AA7B6E0A59ABAB , 0x0190BF2BA8B5705DB62273C542384ACA , 0x0190BF2BAAB472D9AF554A8A7FB7F156 , 0x0190BF2BAAC073379653BCF32C42B653 , 0x0190BF2BAACD737C91A1A0818A9D95F3 , 0x0190BF2BAADA734A8505A33CFDBF4175 , 0x0190BF2BAAE67303A075C4DB2D8F6453 , 0x0190BF2BAAF2723D99058E1D20EC2EDB , 0x0190BF2BAAFE719B933E52EA6EAEBF31 , 0x0190BF2BAB0A70F78524C04DB4BF74A1 , 0x0190BF2BAB1773C2B29B0DAF24D067D1 , 0x0190BF2BAB2371DF97ADF26055D2741D , 0x0190BF2BAB2F73A2B5CE1D65AFD175D7 , 0x0190BF2BAB3B7285AFA127EE4858AAA0 , 0x0190BF2BAB4773B9B6EA931DC50FF140 , 0x0190BF2BAB5270928CBCD040FA0FBCE7 , 0x0190BF2BAD3A73DE8386B5C625BB7A6F , 0x0190BF2BAD487229BDC0F9AA1C4D8C5C , 0x0190BF2BAD55717E98E3002453985C4F , 0x0190BF2BAD627177B449A0B6B848938D , 0x0190BF2BAD7070F1BA058C82909A9343 , 0x0190BF2BAD7D720281998F9093AD4877 , 0x0190BF2BAD9872BCA8EFA5E5989E52F6 , 0x0190BF2BADA570BF8DDC9456E98EA401 , 0x0190BF2BADB37381A25A43D389B1EA93 , 0x0190BF2BADC07354A239534B21049112 , 0x0190BF2BADCD730EB458719A43DFF6FF , 0x0190BF2BADDA73C4B2B77AF3FD9480DD , 0x0190BF2BADE8711C87FDD97FB10652BC , 0x0190BF2BAE027363B4438003A810B88A , 0x0190BF2BAE0E710299CC2DA865336013 , 0x0190BF2BAE1A7390864F40DB7E0BFE80 , 0x0190BF2BAE2770709BA6A3534AD1B44E , 0x0190BF2BAE34706D992ED597E4F7BB0B , 0x0190BF2BAE40733E854F3745D65A9866 , 0x0190BF2BAFB3729BB0F84B95D052B4F4 , 0x0190BF2BAFC07282804C0BDCDDFB8AA5 , 0x0190BF2BAFCD7011B523082C6263AE69 , 0x0190BF2BAFDA732D88DE7CCE59F22E62 , 0x0190BF2BAFE7717F9F0CC2500A9FAB88 , 0x0190BF2BAFF573119D1283B6E2254ECE , 0x0190BF2BB05F72D8A90F8ACE90CD13F4 , 0x0190BF2BB06C70BEAB199EC0C5D44A98 , 0x0190BF2BB079711E8573F09450D8AF80 , 0x0190BF2BB087739AB1CE603312078DF5 , 0x0190BF2BB094731F865C56BCB124EB4C , 0x0190BF2BB0A2733DA93B880F48BBA4C2 , 0x0190BF2BB0B2724AAA1139160F9E4706 , 0x0190BF2BB0BF7060AB5F338899C2E20E , 0x0190BF2BB0CC71F3894A4C6A976EF549 , 0x0190BF2BB0D972EB85AF32D23A0D8865 , 0x0190BF2BB0E6735F9C2A0B54EF0CCB8E , 0x0190BF2BB0F67284BD872E139CBA80EE , 0x0190BF2BB10670F790A8B29B7BE12B8F , 0x0190BF2BB11570ECB0C9EE5FC1DE4F0F , 0x0190BF2BB12172DC81F65DD163241C42 , 0x0190BF2BB12D728FAFA702E6DE6DE7FF , 0x0190BF2BB13A7350B5B39FD20FBA7DDA , 0x0190BF2BB146732AAA8CE3BFC766659E , 0x0190BF2BB33971699DFB98819D6ADAEA , 0x0190BF2BB34771E4937BB246F22C3DF6 , 0x0190BF2BB35373B6824FBC31A3AE21E3 , 0x0190BF2BB35F73D5B1176A82D6F43DDE , 0x0190BF2BB36B714F9C663F7227C58789 , 0x0190BF2BB37770E1AE52751FFC10F06C , 0x0190BF2BB38370C497A89EDD870F3E9F , 0x0190BF2BB38F717DBBCC57F5ADF47DA6 , 0x0190BF2BB39B737FAEC18CCC54FE0386 , 0x0190BF2BB3A770A5A3D3B6ED6D6A2DDF , 0x0190BF2BB3B372368FFA0DD0969102E4 , 0x0190BF2BB3BF725E8C986A568A0FB5A6 , 0x0190BF2BB6487018B698D0AC5C7F404B , 0x0190BF2BB656738ABD4237291FC82D02 , 0x0190BF2BB66471EEB9357994297321E7 , 0x0190BF2BB67372DFBF647ACB73D42688 , 0x0190BF2BB68372AA9C015D40FC1AEFE2 , 0x0190BF2BB6907349BFA1EE41A89B7263 , 0x0190BF2BB69D7055B3465894B9713DF2 , 0x0190BF2BB6AA7259AC632CB93D3D8624 , 0x0190BF2BB6B87207A75310E23173D503 , 0x0190BF2BB6C5717B96F7B514A6641D06 , 0x0190BF2BB6D371FFB285710C0FAFF836 , 0x0190BF2BB6E0703FB59581A4C5376BC5 , 0x0190BF2BB74B701BA0E4E527423C624F , 0x0190BF2BB759711AB30657D540D3ED7C , 0x0190BF2BB8CC7345AB0CB9AF00D3366B , 0x0190BF2BB8D973CCA912455A414265B6 , 0x0190BF2BB8E673139DF56536050904FB , 0x0190BF2BB8F27111B71C372E5E455922 , 0x0190BF2BB8FE7170A3B5A0773D6AF6E3 , 0x0190BF2BB90A70ADA502E1169282573A , 0x0190BF2BB91770D8BD9C10DDDD917F1A , 0x0190BF2BB923702688B6D50C7FB25130 , 0x0190BF2BB92F709BAE3A79028C23B3D1 , 0x0190BF2BB93B71079330F90468D00063 , 0x0190BF2BB94871E08147E62D3CFF6B63 , 0x0190BF2BB95372D3BCF870812071D7A2 , 0x0190BF2BB96070D2A37A8AC434F4505B , 0x0190BF2BBAA072E6ACEDF01A28B68407 , 0x0190BF2BBAAF715990455EE4F553DBE3 , 0x0190BF2BBABF7028B2F77C8B7FACE7AF , 0x0190BF2BBACD73BA8C59AB82C1ED9BB0 , 0x0190BF2BBADA73C78DA1BDF14C1A58ED , 0x0190BF2BBAE673C0AE0A0232B27ED4CD , 0x0190BF2BC51070B08EDCDD2DC02AC334 , 0x0190BF2BC820719AA9684F5BF8754E30 , 0x0190BF2BC82D7248A9BFCA5002454860 , 0x0190BF2BC83973E4B30739D0F73CA425 , 0x0190BF2BC846711191B3EAF38E9FA7E4 , 0x0190BF2BC8527131B67EA38BFCB236F9 , 0x0190BF2BC85E70DAAB24708C8B990346 , 0x0190BF2BC86A73ED825FAD26FC08C9EA , 0x0190BF2BC877718F86E00B0696BCA409 , 0x0190BF2BC8847315901B7D6ADA7FA733 , 0x0190BF2BC89170ADA1B08D409786AEAA , 0x0190BF2BC89E71669563C7CFC6CD436D , 0x0190BF2BC8AC71CE963CBBED8766B786 , 0x0190BF2BC8B9703DA5CCF69DA72259E9 , 0x0190BF2BC8C673BFAE0BD6BB3FBE0529 , 0x0190BF2BC8D3736BBEBF116B1EF5EDF5 , 0x0190BF2BC8DF72C4A2550D958C8D5DD8 , 0x0190BF2BC8EB738CA3C085553E685FCC , 0x0190BF2BC8F77072BF017F9714AF3D73 , 0x0190BF2BC9047078A126957BDDAB4F63 , 0x0190BF2BC91072D6B9D081234F7961B8 , 0x0190BF2BC91D70758EBE7D0D8C91FBE8 , 0x0190BF2BC929706189E2CC42CEB7E218 , 0x0190BF2BC9357139833927AEF9FF6410 , 0x0190BF2BC94272D8864439B2D9AEA40F , 0x0190BF2BC94E71E6BF290C9CFF366A18 , 0x0190BF2BC95A7045B37ACF83936B2962 , 0x0190BF2BC96770C7A7C68C831F394D54 , 0x0190BF2BC978739780AD590071442C39 , 0x0190BF2BC98670719E2E09533E8E6F93 , 0x0190BF2BC99373A4AD34115578DE8BFF , 0x0190BF2BC9A071DC890E6C84F2026176 , 0x0190BF2BC9AC72A9AB5333CA53709CF0 , 0x0190BF2BC9B871FA8D485FC870F4331F , 0x0190DCA0A0507077828BC7BEFC5BA0B2 , 0x0190DCA0A23F71B8A7E3C10289A61C08 , 0x0190DCA0A42A7225BDAEE6EA7F29ADEF , 0x0190DCA0A61973168A50BA840975340B , 0x0190DCA0A807711199431C1A33086CB8 , 0x0190DCA0A9F772508E0A6BFF2F020612 , 0x0190DCA0ABEA72C68261A202E919E2A0 , 0x0190DCA0ADDB726D8D9288E49884F4A3 , 0x0190DCA0AFCC71D99BCAF534D407E832 , 0x0191BB5A0C3272C6A6300A101E834103 , 0x0195B4E9A97870ACB9F1C2210410735D , 0x0195B4E9A98771468544C86E47E9E148 , 0x0195B4E9A9967169B5FB4693D77F9F04 , 0x0195B4E9A9A4709CBEC5E4537C93DF17 , 0x0195B4E9A9B3709680293570BE91FF66 , 0x0195B4E9A9C173DD951067014D3242B8 , 0x023FD0A2AB5A4B329D598D01D1689990 , 0x0A033CED9CC0418FB28DE482F71ECF55 , 0x0AF043E49398433F97FBC81FA9F3A07C , 0x0CA9AA2D5CD0407DAA5E46FDAF25480D , 0x0F37809C655340F1BC4B698A924A590F , 0x26CBCCA79FEE474AACBF068674FF061E , 0x283D264C26374943A3CD1F7B55191C8A , 0x2D2D8E43234A45C0A33D23AA5C1B6BAE , 0x3045C2C59C094948BA26E3CBBCDE60D9 , 0x329A97C1363E4CE88C3BB20B0EE2FAF6 , 0x32F5F6D4F024479CAD1F6E433C94EF6C , 0x34E014B9F0004374B3250AFB4A275B2D , 0x3C7D7A938CF54C6F8FA89E8BCCDD4FC0 , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0x3F86AA2396C04398AAA1355A1B033D12 , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x437FFA87CC4E4C7885FEB07D7C45E415 , 0x51581D7586E0480B801AABB5B085BDCC , 0x54147692CBFB43419A6D11E26CAD44DC , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x622BCB68D8764D569511EDB50D6F6B9A , 0x63BBC60747ED40C88C72765AE68FDF0D , 0x65571AE3D7184E14B305D0ACF630DF43 , 0x7FF11033283F4367B389C221683C201E , 0x88CB4161E33045DC9918488B4994C7A6 , 0x8E723EEA900047888F8B94E9F24009BD , 0x8FAE4CE9ED1D40688C96AA20CAD4BD26 , 0x90DD69B8FCDD47A7B3173978D31C82FC , 0x9185BAAB549549ED827AC94F9A56B141 , 0x95F91994474B4F92ACE1E4814089688B , 0x99F4A061432B4E5DBC120FFE79BAE21B , 0xA156941732A24B41BC7F28E9024EE0CC , 0xACFD7586D02848F1AC801F4776EFA414 , 0xAF744EC1ABA446F785A77EC0D7E12D6F , 0xBA79E999B5F34349AE4DCD9B730F5D79 , 0xBAE8C3B8A6A4455E9B0277DD90BE2598 , 0xBCE9EAA42BBC46D9BB80B81CC9AEFEAF , 0xC39BA8BD52CC47388D3D1008F2139E93 , 0xC4E9A5C03E1447CA974D4E72F4F71EC3 , 0xE76679D86A95490FABFB515AA1C6CABE , 0xEA3B9EFAEEE14AB68AC6424F067A7D9A , 0xEE484A0EEB3B4590A5B9F4BD08148923 , 0xF98D59BC7C8E4BCABA4B0450A8F789A6 , 0xFC4157187FE74792B07E2A8B73F4FF5E )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
90
2.61 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"\x01 Å(Ò(µ}\v ó¡´]³-õ "
b"\x01 Å├ýï\f yòÁw2]\x7F \r <± "
b"\x01 Å├ý┼Þq‗ü*À¹¡\r 2! "
b"\x01 É┐*╣ÙrÚ¡\x1E ä»┐õè4 "
b"\x01 É┐*╣¸p=¥Ì\x17 AÐ÷é "
b"\x01 É┐*║\x02 sÁúƒ|ïü\x10 Ø╬ "
b"\x01 É┐*║\r s«┐½q\x01 ù½Ðd "
b"\x01 É┐*║\x19 q\x05 ïþ\x12 .Æ\x0F u\x1F "
b"\x01 É┐*║&q§äl└ì\v j "
b"\x01 É┐*║7sêïéD9k╩┤\x08 "
b"\x01 É┐*║Dq/éÅ¢UB¬ , "
b"\x01 É┐*║PráRæ\x14 ╔ªc├ "
b"\x01 É┐*║bp]çz\x10\x18 KQ#Æ "
b"\x01 É┐*║nrº×\x11 Þƒ║Ö5ý "
b"\x01 É┐* ,r\x07 │\x08 ²Ì▒¨Yı "
b"\x01 É┐* 7pOåÚj\x0E ª\e\x1A Ô "
b"\x01 É┐* Br<×\x13 <¬Ü[Ä7 "
b"\x01 É┐* MpÙÜ,\e ╗·'ÛF "
b"\x01 É┐* Wq╬»³lJ+C×X "
b"\x01 É┐* bqE½\x07 ?³´ß¡¨ "
b"\x01 É┐* lqÕº╦╦\x18 ╣³»j "
b"\x01 É┐* ép¡ìâ&þÒ×\x18 "
b"\x01 É┐* îq\x14 ÂÿáÔw>%A "
b"\x01 É┐+\x02 2p\x1E £\x1D `╗7\e Í\x00 "
b"\x01 É┐+\x04 HrÝárªç\x08 $Kù "
b"\x01 É┐+\x04 SsZíòÒÆ8´éå "
b"\x01 É┐+\x04 ^pGÿCÀ]╝<]V "
b"\x01 É┐+\x04 hr\x17 Ö"\x13 ÊÅ┤DQ "
b"\x01 É┐+\x04 sq\t éçl`pãá· "
b"\x01 É┐+\x06 Èp4íG~CVã÷f "
b"\x01 É┐+\x06 ▀s{Âçpjñ¨y "
b"\x01 É┐+\x06 Ùq═á©ÆÜÑD▓² "
b"\x01 É┐+\x06 °p\x19 ▒│ã\f %ô9─ "
b"\x01 É┐+\x08 ùq\x13 ì,ªáª\x1F ¼ð "
b"\x01 É┐+\x08 úswé┤┬7\t )█ "
b"\x01 É┐+\x08 »rt«Är\x04 &i)¼ "
b"\x01 É┐+\x08 ¾q╠╝¸\x01 F\x11 ÙJ\x00 "
b"\x01 É┐+\x08 ■rFóéοKçõ£ "
b"""
\x01 É┐+\t \n
r¾òÿ\x1E Ø\x17 {.▒
"""
b"\x01 É┐+\t\x15 r(▓@NÅÞ§¼┘ "
b"\x01 É┐+\t s\x11 ¬Mò▓Ç┐═V "
b"\x01 É┐+\t +s׼└JýÁ░U "
b"\x01 É┐+\t 6p\x7F Ö©×ýxÆIo "
b"\x01 É┐+\t Bs┼å-O\x02 ║ðܧ "
b"\x01 É┐+\t {pD░¦ë"W"#\x18 "
b"\x01 É┐+\t åq¿æk┴+û1²r "
b"\x01 É┐+\t ÆskÖ°╣à╚*âÊ "
b"\x01 É┐+\t Øp\x12 çrè\x1E `b·Ä "
b"\x01 É┐+\t ¿r(¬ƒ»²ú\t ÷ç "
b"\x01 É┐+\t ┤s¼ø└╬╚▄Îúô "
b"\x01 É┐+\t ┐rªÖ█ïõ¬ìR1 "
b"\x01 É┐+\t ╩qrû!\x1C W│Ôð[ "
b"\x01 É┐+\t ıq└æ\x06 ©\x1E ■GN= "
b"\x01 É┐+\t Ór¯ôk«ªıÛsö "
b"\x01 É┐+\t ÙqZÁ¨$O\x02 Uy¿ "
b"\x01 É┐+\t ÷r\x14 åvë\x1F \f A¤ "
b"\x01 É┐+\n \x00 rÇ×┘┼O¿SÕ½ "
b"""
\x01 É┐+\n
\v p╠àwÚï×6·ø
"""
b"""
\x01 É┐+\n
\x16 sÏ╝û·ûÚ!■Õ
"""
b"""
\x01 É┐+\n
!s_Öæƒ±]\r .è
"""
b"\x01 É┐+\f $sn«\v ¸%ö¨[ß "
b"\x01 É┐+\f 0sÁ▓\x1F ,¯\x10\x0F »¶ "
b"\x01 É┐+\f <p¹åÐs\x1E vùR¬ "
b"\x01 É┐+\f HsOú°»°(g\x00 ¤ "
b"\x01 É┐+\f Ts¶ëdólÛ■Ä= "
b"\x01 É┐+\f `qæÖ?╗8▄H╣h "
b"\x01 É┐+\f mp2ÁóÙ©¸¦\x12 > "
b"\x01 É┐+\f xq¬ºÄ\x1F ¾~uÎ‗ "
b"\x01 É┐+\f äs\x16 ½üÖ-┘_uà "
b"\x01 É┐+\f És\Ñþ¨Íú[` "
b"\x01 É┐+\f £p§Æ¸r3?▀Dö "
b"\x01 É┐+\f ¿p·ì¤=\ ┤╗╝ "
b"\x01 É┐+\r \x05 s;ì\f\x04 Håkûæ "
b"\x01 É┐+\r \x0F q\x08 ºáø_3ÜËû "
b"\x01 É┐+\r \x19 pvöü|áÏâ╔Ä "
b"\x01 É┐+\r $sù║ß.u;eÊ$ "
b"\x01 É┐+\r .pZ│X[ Áü~ "
b"\x01 É┐+\r :pªô̶5V/\x02 ) "
b"\x01 É┐+\r Es\x1A ìry\x16 ÿ║┬S "
b"\x01 É┐+\r PrKø\x06 ,JEá\x1D k "
b"\x01 É┐+\r [pmæ«┤\r \x0E\x16 A┬ "
b"\x01 É┐+\r eqñ╣╦‗ø\x14 ┐¨p "
b"\x01 É┐+\r ps_║╦É0\x06 0┴Ü "
b"\x01 É┐+\r {rtÇ╝[þ?¬─É "
b"\x01 É┐+\r årÎúv\x06 dæÔ¡┤ "
b"\x01 É┐+\r ærNÉî\x10 ñÁ£ÞÕ "
b"\x01 É┐+\r øs├×þöìêð\f ─ "
b"""
\x01 É┐+\r ªs\n
æ/PRÍ\x1A\x12 ?
"""
b"\x01 É┐+\r µpÊ¢\x08 G\x06 ñ`ƒ^ "
b"\x01 É┐+\r ±rJ«öó^<Ói´ "
b"\x01 É┐+\r ²r{░\x1C ¨5\x19 7╗\x1E "
b"\x01 É┐+\x0E\v r&ÉòÁí\x1E ‗Õ\x7F "
b"\x01 É┐+\x0E\x17 så¬i«,;b6\x02 "
b"\x01 É┐+\x0E #r×┤kx‗ê©·¸ "
b"\x01 É┐+\x0E /r\x01 û¹/c╗└¢ö "
b"\x01 É┐+\x0E :s5ä¹*ô&æ┐Ê "
b"\x01 É┐+\x0E Fs~▒\v\x18 xãO╩Ë "
b"\x01 É┐+\x0E RqmÖß\ô│¢.æ "
b"\x01 É┐+\x0E ^sßå_3│J]4\r "
b"\x01 É┐+\x10 Ûp7©1êªç`è "
b"\x01 É┐+\x10 §pÊÁèäêÏS\x10 Õ "
b"\x01 É┐+\x11\x01 r┌ªcü│WÒ÷ë "
b"\x01 É┐+\x11 \r r▓ºþJGìQÛm "
b"\x01 É┐+\x11\x19 rðë9Ñ▄L┤ð╔ "
b"\x01 É┐+\x11 %róú│«¢Qä░' "
b"\x01 É┐+\x11 0q%è¯l>\x0F ¥W° "
b"\x01 É┐+\x11 <p!ƒ\e ã©qç; "
b"\x01 É┐+\x11 GrSØ\x10 )þÙ¢┼q "
b"\x01 É┐+\x11 Rr냸¬"$╬\x1F ¾ "
b"""
\x01 É┐+\x11 \q▒åë\n
Z<\t ½N
"""
b"\x01 É┐+\x11 gr(Ñ.Zv\x1A ¬░M "
b"\x01 É┐+\x11 rs(×+Ó\x1A\x13 "^ "
b"\x01 É┐+\x11 |pk¢\x13 £pûilF "
b"\x01 É┐+\x11 çr\x1D Án\x00 ³N+£¤ "
b"\x01 É┐+\x11 öqZÑ▓3k\x04 L▄\x03 "
b"\x01 É┐+\x11 áp§Ñ¾^&fd¦\x15 "
b"\x01 É┐+\x11 ½sªò"EÝ%DL} "
b"\x01 É┐+\x11 Àrfñxê╬¿'░º "
b"\x01 É┐+\x11 ┬s&áêãñcÐ█Ø "
b"\x01 É┐+\x11 ═r\x1E ôïóÏ1×-É "
b"\x01 É┐+\x11 Îp¥î\x02 BÓ¹▀╦¼ "
b"\x01 É┐+\x11 Ôs£░?ûû╬ý¤ "
b"\x01 É┐+\x11 Ýpµ╣Þ\x7F ■ôå±ë "
b"\x01 É┐+\x13 Ùr\f ▒▀öú\x0F\x03 sù "
b"\x01 É┐+\x13 ¸sÑ¥{\x1C ¹Ëfå\x03 "
b"\x01 É┐+\x14\x04 sâòaÀAJEïÞ "
b"\x01 É┐+\x14\x11 rN║Ï\x1F g@\x19 *▓ "
b"\x01 É┐+\x14\x1D p#íÕeË\x06 lï\x1A "
b"\x01 É┐+\x14 )r╝Ü@Á¹ 7<Ë "
b"\x01 É┐+\x14 5s|í\x17 qÀ;\x07 5┬ "
b"\x01 É┐+\x14 @poôµ\x06 §O│\x06 "
b"\x01 É┐+\x14 Kqt░MÄ<‗üKÍ "
b"\x01 É┐+\x14 VqÇê¶■\x7F └\x0F þ\x19 "
b"\x01 É┐+\x14 ap¿è■ÒY¸íûK "
b"\x01 É┐+\x14 lr┤áìß,█╠Ht "
b"\x01 É┐+\x14 vrƒò¶·¯jð!á "
b"\x01 É┐+\x14 üsßÑh·søð\e t "
b"\x01 É┐+\x14 ïr$íþ└©7«±ù "
b"\x01 É┐+\x14 òq¥Â┼|D╗5° "
b"\x01 É┐+\x14 ás%ét¾╝G\x10 [¯ "
b"\x01 É┐+\x14 ¬qE£\Ä\v ¥ƒ¨$ "
b"\x01 É┐+\x14 Áp▒ì¥øÝÏñ$k "
b"\x01 É┐+\x14 └räñ_N8þVõ "
b"\x01 É┐+\x14 ╦rUÉ!_büFæ5 "
b"\x01 É┐+\x14 Írüàu´Â\x13 ╔ÖÙ "
b"\x01 É┐+\x14 ÓqkêlX'/ºÏy "
b"\x01 É┐+\x14 Ùs¥ë"[÷\x05 i"ÿ "
b"\x01 É┐+\x14 §r█½*©├?\x02 ó\x7F "
b"\x01 É┐+\x15\x00 qÞêë\x1D "═°ñN "
b"\x01 É┐+\x15\v pÕ┤▒┘\x02 ÙÕ┤# "
b"\x01 É┐+\x15\x15 s\x15 ®ãüá;´í┌ "
b"\x01 É┐+\x15 q9░¶\x1D\x12 ▒▒6ð "
b"\x01 É┐+\x15 *s¦Æ>yeʼg¢ "
b"\x01 É┐+\x15 5s█ü"R┬´4Bí "
b"\x01 É┐+\x15 ?qÿîãÇòN-\x11 ▀ "
b"\x01 É┐+\x15 Jq5¼\x16 ¤»ý(ý\x7F "
b"\x01 É┐+\x15 Tq\v ▓ð§z■þøV "
b"\x01 É┐+\x15 _q8ï_Ùü\x1D B\x14 d "
b"\x01 É┐+\x15 jróáÈ&Z;ãíB "
b"\x01 É┐+\x15 uqÒÁ5Á\e ,Z{ "
b"\x01 É┐+\x17 eq^àC▒╦ÖÇÀÏ "
b"\x01 É┐+\x17 çs[ä╩ZÁ ¯\E "
b"\x01 É┐+\x17 Æræ╗▀ k┘:ÿÛ "
b"\x01 É┐+\x17 ╚s¡«¼│\x03 \n Ì\x00 ý "
b"\x01 É┐+\x17 Ër¬ä[\x17 Ë2ƒü▒ "
b"\x01 É┐+\x17 Ìs¦»\v §,äu㥠"
b"\x01 É┐+\x17 Úp═ò\x03 ½¿°wUy "
b"\x01 É┐+\x17 ¶rÙÆ¾ûÎfº÷1 "
b"\x01 É┐+\x17 ■r°û¡eí¤┐R│ "
b"\x01 É┐+\x18\t rNÄæÉÚåhõñ "
b"\x01 É┐+\x18\x14 s¨¢│G\x18\x19 DsH "
b"\x01 É┐+\x18\x1E p[▓6·(7V\x19 ╦ "
b"\x01 É┐+\x18 )pPº|'>ø_╦s "
b"\x01 É┐+\x18 3pÐ▓1Ìý0┤Ò¨ "
b"\x01 É┐+\x18 >sAæàvQQ\x04 üh "
b"\x01 É┐+\x18 Ir`░kƒ\x10 ┤"\x18\x1E "
b"\x01 É┐+\x18 SpRÖ®l餯k¢ "
b"\x01 É┐+\x18 ^s‗¿Àu©ªç\f " "
b"\x01 É┐+\x18 iq╣éà»│÷±ã\r "
b"\x01 É┐+\x18 sqù®³H'\x12 ¸‗£ "
b"\x01 É┐+\x18 ~s¶ê▓\x05 °LÓDj "
b"\x01 É┐+\x18 ëq[ø·ÝHÓ~xB "
b"\x01 É┐+\x18 òr\x08 ½lß;\x19 │³╦ "
b"\x01 É┐+\x18 áqÂĽ©®_4\x12\x11 "
b"\x01 É┐+\x18 ½p@Ø▄8~Tµ®Û "
b"\x01 É┐+\x18 Âr├ï¦L\x02 ün¤? "
b"\x01 É┐+\x18 ┴s┘│Ë└\x1D\x18 {Rî "
b"\x01 É┐+\x18 ╠rSܵ7®Ä¦\x7F P "
b"\x01 É┐+\x18 Îq9É´¢\x03\x12 &] "
b"\x01 É┐+\x18 ßq%î╬\x19 缬lö "
b"\x01 É┐+\x19 pr/ñ\x07 ╬U\x7F Äź "
b"\x01 É┐+\x19 {s.£\x18 ▓di³ö· "
b"\x01 É┐+\x19 àpÇǾa¡ò╬│\x19 "
b"\x01 É┐+\x19 Åp±ö▀eÇ┤¶|K "
b"\x01 É┐+\x19 Öp=¡┴[áRÁ¯ð "
b"\x01 É┐+\x19 ñpªª├¿·Nu─¨ "
b"\x01 É┐+\x19 «s¹½┌¼pã¡i\x0F "
b"\x01 É┐+\x19 ╬rð©,¯ë<±(░ "
b"\x01 É┐+\x19 ┌q°òÉqƒ%f5½ "
b"\x01 É┐+\x19 µpÆ«º┼░å\x06 ×] "
b"\x01 É┐+\x19 ±s:©-®ïÙD▓▀ "
b"\x01 É┐+\e Yr:ƒÑ"p5(-¥ "
b"\x01 É┐+\e dr"ÅK▒&█mvk "
b"""
\x01 É┐+\e ns9ø\n
\x08 çü┴\x18 é
"""
b"\x01 É┐+\e yr¨╣l°\x7F ╩┴┼F "
b"""
\x01 É┐+\e âr8뢩▀w\n
\x17 Ë
"""
b"\x01 É┐+\e Äp╠Ñı\x7F ê\x02\x1F z\x1F "
b"\x01 É┐+\e Ör┴øÂ\x07 |_ìóÐ "
b"\x01 É┐+\e úsì£_#IıÍqa "
b"\x01 É┐+\e ▄qÜØ:¡ ÿ¼°q "
b"\x01 É┐+\e ÞpÅ¡l┼¢ ı\x00 ® "
b"\x01 É┐+\e §qP«ooq\r n┘ "
b"\x01 É┐+\x1C\x01 r%×nïJS¿|▓ "
b"\x01 É┐+\x1C \r sðâ▓°óþ\x03 °║ "
b"\x01 É┐+\x1C\x18 rÕ¿_¥\d¥\x1D - "
b"\x01 É┐+\x1C $sK¬├Jø+>gÇ "
b"\x01 É┐+\x1C /rd¼┐صZeZ¤ "
b"\x01 É┐+\x1C :sÁò#\x11 M%z─Å "
b"\x01 É┐+\x1C Es┌ª¾▀\x16 !t└² "
b"\x01 É┐+\x1C PrDØ\x06 ;V\x06 ┬\x1A f "
b"\x01 É┐+\x1C [rã½\x16 +í│M░` "
b"\x01 É┐+\x1C gsxô7║╩é"▒y "
b"\x01 É┐+\x1C qs×╣Ò‗ð&ı"\x1C "
b"""
\x01 É┐+\x1C }qÝ¥ÕßǸ\n
è#
"""
b"\x01 É┐+\x1C êqC»ëô<Zh▄M "
b"\x01 É┐+\x1C öräá\x02 <W\x15 >¹~ "
b"\x01 É┐+\x1C ƒr[ó¥_z┤╦8┼ "
b"\x01 É┐+\x1C ¬qg»_?û>Î▒\x06 "
b"\x01 É┐+\x1C Áq«àçåé"R┼$ "
b"\x01 É┐+\x1C ┐qnñNα\x0F ╠xe "
b"\x01 É┐+\x1C ╩p¢íÁSbÄ6\x04 à "
b"\x01 É┐+\x1C ıqV┐ئ¼Ýµ\^ "
b"\x01 É┐+\x1C Ós\ú\x17 ©öfS®Û "
b"\x01 É┐+\x1C Ùp\É\x1E Øÿ+Ï·Ø "
b"\x01 É┐+\x1C ÷sÔö█▄â22U- "
b"\x01 É┐+\x1D\x00 ròú\e :4ì!\x08 B "
b"\x01 É┐+\x1D\v r_Ñ\e »\e ┼\x0E ºÂ "
b"\x01 É┐+\x1D\x16 s«øÏ‗C─?þ= "
b"\x01 É┐+\x1D !p`èÙ\x12 OãÌ╗v "
b"\x01 É┐+\x1D ,rÆ¡▄DT±@ßa "
b"\x01 É┐+\x1D 8p@╗(T\x1E `Ò▄[ "
b"\x01 É┐+!┬qãøêçò<g¤9 "
b"\x01 É┐+!═p*▒À]a h┼¹ "
b"\x01 É┐+!┘sUû]▀á{█\x08 / "
b"\x01 É┐+!õs┐âgÉPXþ£& "
b"\x01 É┐+!´p\ôHá\x06 7{yS "
b"\x01 É┐+$rpøú╦4▒í\f w¸ "
b"""
\x01 É┐+$~s%à\n
¿´çÿ'É
"""
b"\x01 É┐+$èpÛ┐\x1E y┌è\x10\x1A ¢ "
b"\x01 É┐+$ûsÖÖ\x1C\x02 ñÕà²e "
b"\x01 É┐+$ópÑ׸tùã±║8 "
b"\x01 É┐+$»pí╣═┬└ÌÐY "
b"\x01 É┐+$ýrq£è ¨¶ÁLÈ "
b"""
\x01 É┐+%\n
r§Åë÷╦n┤ìQ
"""
b"\x01 É┐+%\x16 röê6╠\x1A\x11 øsÎ "
b"\x01 É┐+%!rñï>▄\t C6Ç\x1E "
b"\x01 É┐+%,r‗¡gÄ\f 6yÀ "
b"""
\x01 É┐+%7snì\x1D \n
l║Vk³
"""
b"""
\x01 É┐+%Cp\x05 ÂáP\n
x/x=
"""
b"\x01 É┐+%Np\x07 ÀP\x1D zÇY╩& "
b"\x01 É┐+%Yp'║═æR`\x17 «\x02 "
b"\x01 É┐+(\x11 sù│▄‗ïª┤Ñà "
b"\x01 É┐+(\x1E q\x1A Å╦%xÄ\x1C gj "
b"\x01 É┐+(+qí▓_î┌gÏCB "
b"\x01 É┐+(8rh┤c╝Åc¨╗K "
b"""
\x01 É┐+(Esb»Guw\n
;,1
"""
b"\x01 É┐+(Rqs┐°[Fß´&º "
b"\x01 É┐+(`peÑ`\x11 ÜMhW "
b"\x01 É┐+(mp*¿ <jùql^ "
b"\x01 É┐+N¥ssÑH=▒z±el "
b"\x01 É┐+N╩r┬║\t L║4Ä\x18 \ "
b"\x01 É┐+NÍs╬ù÷\e\x17 éÑA╦ "
b"\x01 É┐+NÒs\x01 ì(êÑ\x13 ê‗╔ "
b"\x01 É┐+N´sí¼ ©Ä▓^:é "
b"\x01 É┐+N¹sª│\x1C ÎÜy\x08\x0F\x12 "
b"\x01 É┐+O\x08 r╚â1nqÚ\x0E ┴¯ "
b"\x01 É┐+Q\x01 s\x08 │╣\x10 ~F1▀\r "
b"\x01 É┐+Q\x14 sÂñ6åqJ|6ë "
b"\x01 É┐+Q"r\x7F ÖM(Ç\x05 ÖÇq "
b"\x01 É┐+Q1q▄çåÉ Y\x06\x1E\x1F "
b"\x01 É┐+Q?s‗Æá\x1D\x03\x14 ─ÅN "
b"\x01 É┐+QRq┐å║-·HP\x7F Ö "
b"\x01 É┐+QarGú{\x14 ±`Û]P "
b"\x01 É┐+QopoäƒÏÙ┤пŠ"
b"\x01 É┐+Q|pBÄïSîÏ:'± "
b"\x01 É┐+Qëp├ê%\x19 Öü\x1C Z9 "
b"\x01 É┐+Qòp\x07 Æ\x1E Óºbqü< "
b"\x01 É┐+Qíq\v Ö\x16\x00 )ê┤Wö "
b"\x01 É┐+Q¡pµÄî:{õÔz% "
b"\x01 É┐+Q╗s║¡ºµ«\x11 nI5 "
b"\x01 É┐+R£ss¿fÚ \v ¡g} "
b"\x01 É┐+R¬qß░ïË▒ïıU┼ "
b"\x01 É┐+R╣pýÆ_┴\x05 ┬ä\x7F ° "
b"\x01 É┐+Rãq┬ƒå*¤Dró "
b"\x01 É┐+RËp³£î°=2\x10 Õ "
b"\x01 É┐+RÓp┌¡î░c┘B]© "
b"\x01 É┐+RÝq+ü╝T²jÄ█z "
b"\x01 É┐+R·pQ╗)øQ)JÔv "
b"\x01 É┐+S\x06 qÁªT╣ñ:GX\x11 "
b"\x01 É┐+S\x13 r±¡û"伿 ã "
b"\x01 É┐+S s³ùf\x01 ─┌ "
b"\x01 É┐+S-s\x08 Éí┐ôÂ\x06 ª× "
b"\x01 É┐+S9riÑ>C^\x04 ▀ã\x15 "
b"\x01 É┐+SErÓ¡Qù]C³sW "
b"\x01 É┐+SPr'ë╩¯, xäÈ "
b"\x01 É┐+q╣q1Æ\x05 ^_d│jë "
b"\x01 É┐+qãs%óÿ\x1F ðætºl "
b"\x01 É┐+Ñ\x1E rRÖ(N¸ÚN┬ÿ "
b"\x01 É┐+Ñ)q╠¼¾7¹ú█V9 "
b"\x01 É┐+Ñ5p8íäU¶\x1D ôõR "
b"\x01 É┐+ÑAr'ôÔW%\x1C Ũ\x05 "
b"\x01 É┐+ÑNq%£®ÖÂ)~òÆ "
b"\x01 É┐+Ññp=æG╗Ô▓~y« "
b"\x01 É┐+Ñ▒rO▓¯-Î\x08 oÑ╦ "
b"\x01 É┐+Ñ¢r┤ª┐§pÜÄÄ "
b"\x01 É┐+Ñ╔q╬ô¦░¼âI═ï "
b"\x01 É┐+ÑısÁ¬à1╩`XG│ "
b"\x01 É┐+ÑßpHáI╠bI¬fb "
b"\x01 É┐+ÑÝrõƒó½┐Xùúð "
b"\x01 É┐+Ѩqð¬ß3╬ú!ªö "
b"\x01 É┐+ª\x05 s8º╗├9ǧչ "
b"\x01 É┐+ª\x11 pGûÁ×û¡â\x02 » "
b"\x01 É┐+ª\x1D p│ä¶<Á}æ├╦ "
b"""
\x01 É┐+ª)rMæ▀\n
ïìPQÊ
"""
b"\x01 É┐+ª6qâ®´!\x01 ßÐ\x1C þ "
b"\x01 É┐+ªErEØ&┼½¿\e ϶ "
b"\x01 É┐+ªSsRî\x0F À\t ùù╣ò "
b"\x01 É┐+ª`qMå$\x1F 8L"Ú "
b"\x01 É┐+ªos╠×IlQ¬║=º "
b"\x01 É┐+¿BsôÄìohÓ┴\x08 0 "
b"\x01 É┐+¿Op┬ô!~«\x18 Û3░ "
b"\x01 É┐+¿[rÃ▓\x07 ãçZ│\x03 v "
b"\x01 É┐+¿gpìç¡i¨Aƒ│) "
b"\x01 É┐+¿vpr¼èEûƒÆEÞ "
b"\x01 É┐+¿érÄ░ø®ÿ╣Ï%Õ "
b"\x01 É┐+¿Ås®ì\x7F ?( ÑóÒ "
b"\x01 É┐+¿øp^º┘\x1E ┤J■y± "
b"""
\x01 É┐+¿¿q╩á¬{n\n
Y½½
"""
b"\x01 É┐+¿Áp]Â"s┼B8J╩ "
b"\x01 É┐+¬┤r┘»UJè\x7F À±V "
b"\x01 É┐+¬└s7ûS╝¾,BÂS "
b"\x01 É┐+¬═s|æíáüèØò¾ "
b"\x01 É┐+¬┌sJà\x05 ú<²┐Au "
b"\x01 É┐+¬µs\x03 áu─█-ÅdS "
b"\x01 É┐+¬‗r=Ö\x05 Ä\x1D ý.█ "
b"\x01 É┐+¬■qøô>RÛn«┐1 "
b"""
\x01 É┐+½\n
p¸à$└M┤┐tí
"""
b"\x01 É┐+½\x17 s┬▓ø\r »$ðgÐ "
b"\x01 É┐+½#q▀ù¡‗`UÊt\x1D "
b"\x01 É┐+½/sóÁ╬\x1D e»ÐuÎ "
b"\x01 É┐+½;rà»í'¯HX¬á "
b"\x01 É┐+½Gs╣ÂÛô\x1D ┼\x0F ±@ "
b"\x01 É┐+½RpÆî╝ð@·\x0F ╝þ "
b"\x01 É┐+¡:sÌâåÁã%╗zo "
b"\x01 É┐+¡Hr)¢└¨¬\x1C Mî\ "
b"\x01 É┐+¡Uq~ÿÒ\x00 $Sÿ\O "
b"\x01 É┐+¡bqw┤Iá©Hôì "
b"\x01 É┐+¡pp±║\x05 îéÉÜôC "
b"\x01 É┐+¡}r\x02 üÖÅÉô¡Hw "
b"\x01 É┐+¡ÿr╝¿´ÑÕÿ×R÷ "
b"\x01 É┐+¡Ñp┐ì▄öVÚÄñ\x01 "
b"\x01 É┐+¡│süóZCËë▒Ûô "
b"\x01 É┐+¡└sTó9SK!\x04 æ\x12 "
b"\x01 É┐+¡═s\x0E ┤XqÜC▀÷ "
b"\x01 É┐+¡┌s─▓Àz¾²öǦ "
b"\x01 É┐+¡Þq\x1C ç²┘\x7F ▒\x06 R╝ "
b"\x01 É┐+«\x02 sc┤CÇ\x03 ¿\x10 ©è "
b"\x01 É┐+«\x0E q\x02 Ö╠-¿e3`\x13 "
b"\x01 É┐+«\x1A sÉåO@█~\v ■Ç "
b"\x01 É┐+«'ppøªúSJÐ┤N "
b"\x01 É┐+«4pmÖ.ıùõ¸╗\v "
b"\x01 É┐+«@s>àO7EÍZÿf "
b"\x01 É┐+»│rø░°KòðR┤¶ "
b"\x01 É┐+»└réÇL\v ▄¦¹èÑ "
b"\x01 É┐+»═p\x11 Á#\x08 ,bc«i "
b"\x01 É┐+»┌s-êÌ|╬Y‗.b "
b"""
\x01 É┐+»þq\x7F ƒ\f ┬P\n
ƒ½ê
"""
b"\x01 É┐+»§s\x11 Ø\x12 âÂÔ%N╬ "
b"\x01 É┐+░_rÏ®\x0F è╬É═\x13 ¶ "
b"\x01 É┐+░lp¥½\x19 ×└┼ÈJÿ "
b"\x01 É┐+░yq\x1E àsöPÏ»Ç "
b"\x01 É┐+░çsÜ▒╬`3\x12\x07 ì§ "
b"\x01 É┐+░ös\x1F å\V╝▒$ÙL "
b"\x01 É┐+░ós=®;ê\x0F H╗ñ┬ "
b"\x01 É┐+░▓rJ¬\x11 9\x16\x0F ×G\x06 "
b"\x01 É┐+░┐p`½_3êÖ┬Ô\x0E "
b"\x01 É┐+░╠q¾ëJLjùn§I "
b"\x01 É┐+░┘rÙà»2Ê:\r êe "
b"\x01 É┐+░µs_£*\v T´\f ╦Ä "
b"\x01 É┐+░÷rä¢ç.\x13 £║ǯ "
b"\x01 É┐+▒\x06 p¸É¿▓ø{ß+Å "
b"\x01 É┐+▒\x15 pý░╔¯_┴ÌO\x0F "
b"\x01 É┐+▒!r▄ü÷]Ðc$\x1C B "
b"\x01 É┐+▒-rÅ»º\x02 µÌmþ "
b"\x01 É┐+▒:sPÁ│ƒÊ\x0F ║}┌ "
b"\x01 É┐+▒Fs*¬îÒ┐Ãfe× "
b"\x01 É┐+│9qiعÿüØj┌Û "
b"\x01 É┐+│Gqõô{▓F‗,=÷ "
b"\x01 É┐+│SsÂéO╝1ú«!Ò "
b"\x01 É┐+│_sı▒\x17 jéͶ=Ì "
b"\x01 É┐+│kqO£f?r'┼çë "
b"\x01 É┐+│wpß«Ru\x1F ³\x10 l "
b"\x01 É┐+│âp─ù¿×¦ç\x0F >ƒ "
b"\x01 É┐+│Åq}╗╠W§¡¶}ª "
b"\x01 É┐+│øs\x7F «┴î╠T■\x03 å "
b"\x01 É┐+│ºpÑúËÂÝmj-▀ "
b"\x01 É┐+││r6Å·\r ðûæ\x02 õ "
b"\x01 É┐+│┐r^îÿjVè\x0F Áª "
b"\x01 É┐+ÂHp\x18 Âÿð¼\\x7F @K "
b"\x01 É┐+ÂVsè¢B7)\x1F ╚-\x02 "
b"\x01 É┐+Âdq¯╣5yö)s!þ "
b"\x01 É┐+Âsr▀┐dz╦sÈ&ê "
b"\x01 É┐+Ââr¬£\x01 ]@³\x1A ´Ô "
b"\x01 É┐+ÂÉsI┐í¯A¿ørc "
b"\x01 É┐+ÂØpU│FXö╣q=‗ "
b"\x01 É┐+¬rY¼c,╣==å$ "
b"\x01 É┐+©r\x07 ºS\x10 Ô1sı\x03 "
b"\x01 É┐+Â┼q{û¸Á\x14 ªd\x1D\x06 "
b"\x01 É┐+ÂËq ▓àq\f\x0F »°6 "
b"\x01 É┐+ÂÓp?Áòüñ┼7k┼ "
b"\x01 É┐+ÀKp\e áõÕ'B<bO "
b"\x01 É┐+ÀYq\x1A │\x06 Wı@ËÝ| "
b"\x01 É┐+©╠sE½\f ╣»\x00 Ë6k "
b"\x01 É┐+©┘s╠®\x12 EZABe "
b"\x01 É┐+©µs\x13 اe6\x05\t\x04 ¹ "
b"\x01 É┐+©‗q\x11 À\x1C 7.^EY" "
b"\x01 É┐+©■qpúÁáw=j÷Ò "
b"""
\x01 É┐+╣\n
p¡Ñ\x02 ß\x16 ÆéW:
"""
b"\x01 É┐+╣\x17 pÏ¢£\x10 ¦¦æ\x7F\x1A "
b"\x01 É┐+╣#p&êÂı\f\x7F ▓Q0 "
b"\x01 É┐+╣/pø«:y\x02 î#│Ð "
b"\x01 É┐+╣;q\x07 ô0¨\x04 hð\x00 c "
b"\x01 É┐+╣HqÓüGµ-< kc "
b"\x01 É┐+╣SrË╝°pü qÎó "
b"\x01 É┐+╣`pÊúzè─4¶P[ "
b"\x01 É┐+║árµ¼Ý\x1A (Âä\x07 "
b"\x01 É┐+║»qYÉE^õ§S█Ò "
b"\x01 É┐+║┐p(▓¸|ï\x7F ¼þ» "
b"\x01 É┐+║═s║îY½é┴Ýø░ "
b"\x01 É┐+║┌sÃìí¢±L\x1A XÝ "
b"""
\x01 É┐+║µs└«\n
\x02 2▓~È═
"""
b"\x01 É┐+┼\x10 p░Ä▄¦-└*├4 "
b"\x01 É┐+╚ qÜ®hO[°uN0 "
b"\x01 É┐+╚-rH®┐╩P\x02 EH` "
b"\x01 É┐+╚9sõ│\x07 9ð¸<ñ% "
b"\x01 É┐+╚Fq\x11 æ│۾ăºõ "
b"\x01 É┐+╚Rq1Â~úï³▓6¨ "
b"\x01 É┐+╚^p┌½$pîïÖ\x03 F "
b"\x01 É┐+╚jsÝé_¡&³\x08 ╔Û "
b"\x01 É┐+╚wqÅåÓ\v\x06 û╝ñ\t "
b"\x01 É┐+╚äs\x15 É\e }j┌\x7F º3 "
b"\x01 É┐+╚æp¡í░ì@ù嫬 "
b"\x01 É┐+╚×qfòcäã═Cm "
b"\x01 É┐+╚¼q╬û<╗ÝçfÀå "
b"\x01 É┐+╚╣p=Ñ╠÷غ"YÚ "
b"\x01 É┐+╚ãs┐«\v Í╗?¥\x05 ) "
b"\x01 É┐+╚Ësk¥┐\x11 k\x1E §Ý§ "
b"\x01 É┐+╚▀r─óU\r òîì]Ï "
b"\x01 É┐+╚Ùsîú└àU>h_╠ "
b"\x01 É┐+╚¸pr┐\x01\x7F ù\x14 »=s "
b"\x01 É┐+╔\x04 pxí&ò{¦½Oc "
b"\x01 É┐+╔\x10 rÍ╣ðü#Oya© "
b"\x01 É┐+╔\x1D puÄ¥}\r îæ¹Þ "
b"\x01 É┐+╔)paëÔ╠B╬ÀÔ\x18 "
b"\x01 É┐+╔5q9â9'«¨ d\x10 "
b"\x01 É┐+╔BrÏåD9▓┘«ñ\x0F "
b"\x01 É┐+╔Nqµ┐)\f £ 6j\x18 "
b"\x01 É┐+╔ZpE│z¤âôk)b "
b"\x01 É┐+╔gpúãîâ\x1F 9MT "
b"\x01 É┐+╔xsùÇ¡Y\x00 qD,9 "
b"\x01 É┐+╔åpq×.\t S>Äoô "
b"\x01 É┐+╔ôsñ¡4\x11 UxÌï "
b"\x01 É┐+╔áq▄ë\x0E lä‗\x02 av "
b"\x01 É┐+╔¼r®½S3╩Sp£ "
b"\x01 É┐+╔©q·ìH_╚p¶3\x1F "
b"\x01 É▄ááPpwéïÃ¥³[á▓ "
b"\x01 É▄áó?q©ºÒ┴\x02 ëª\x1C\x08 "
b"\x01 É▄áñ*r%¢«µÛ\x7F )¡´ "
b"\x01 É▄áª\x19 s\x16 èP║ä\t u4\v "
b"\x01 É▄á¿\x07 q\x11 ÖC\x1C\x1A 3\x08 l© "
b"""
\x01 É▄᮸rPÄ\n
k /\x02\x06\x12
"""
b"\x01 É▄á½Ûrãéaó\x02 Ú\x19 Ôá "
b"\x01 É▄á¡█rmìÆêõÿä¶ú "
b"\x01 É▄á»╠q┘ø╩§4È\x07 Þ2 "
b"""
\x01 ‘»Z\f 2rƦ0\n
\x10\x1E ƒA\x03
"""
b"\x01 •´é©xp¬¹ñÂ!\x04\x10 s] "
b"\x01 •´é©‡qF…DÈnGéáH "
b"\x01 •´é©–qiµûF“×\x7F Ÿ\x04 "
b"\x01 •´é©¤pœ¾ÅäS|“ß\x17 "
b"\x01 •´é©³p–€)5p¾‘ÿf "
b"\x01 •´é©ÁsÝ•\x10 g\x01 M2B¸ "
b"\x02 ?ðó½ZK2ØYì\x01 ÐhÖÉ "
b"""
\n
\x03 <Ý£└AÅ▓ìõé¸\x1E ¤U
"""
b"""
\n
ðC䓘C?—ûÈ\x1F ©ó |
"""
b"\f ©ª-\Ð@}ª^Fý¯%H\r "
b"\x0F 7€œeS@ñ¼KiŠ’JY\x0F "
b"&Ȩ̈ŸîGJ¬¿\x06 †tÿ\x06\x1E "
b"(=&L&7IC£Í\x1F {U\x19\x1C Š "
b"--ŽC#JEÀ£=#ª\\e k® "
b"0EÂÅœ\t IHº&ã˼Þ`Ù "
]
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 (0x018F28E328E67D0BA2ADEFF05DFC2DE4 , 0x018FC3EC8B0C7995B577325D7F0D3CF1 , 0x018FC3ECC5E871F2812AB7FBAD0D3221 , 0x0190BF2AB9EB72E9AD1E84AFBFE48A34 , 0x0190BF2AB9F7703DBEDE1741D1C7FA82 , 0x0190BF2ABA0273B5A39F7C8B81109DCE , 0x0190BF2ABA0D73AEBFAB710197ABD164 , 0x0190BF2ABA1971058BE7122E920F751F , 0x0190BF2ABA2671F584F06CC08D0BFF6A , 0x0190BF2ABA3773888B8244396BCAB408 , 0x0190BF2ABA44712F828FBD5542AAFF2C , 0x0190BF2ABA5072F0A0529114C9A663C3 , 0x0190BF2ABA62705D877A10184B512392 , 0x0190BF2ABA6E72A79E11E89FBA9935EC , 0x0190BF2AFF2C7207B308FDDEB1F959D5 , 0x0190BF2AFF37704F86E96A0EA61B1AE2 , 0x0190BF2AFF42723C9E133CAA9A5B8E37 , 0x0190BF2AFF4D70EB9A2C1BBBFA27EA46 , 0x0190BF2AFF5771CEAFFC6C4A2B439E58 , 0x0190BF2AFF627145AB073FFCEFE1ADF9 , 0x0190BF2AFF6C71E5A7CBCB18B9FCAF6A , 0x0190BF2AFF8270AD8D8326E7E39EF018 , 0x0190BF2AFF8C7114B698A0E2773E2541 , 0x0190BF2B0232701E9C1D60BB371BD600 , 0x0190BF2B044872EDA072A68708244B97 , 0x0190BF2B0453735AA195E39238EF8286 , 0x0190BF2B045E70479843B75DBC3C5D56 , 0x0190BF2B04687217992213D28FB44451 , 0x0190BF2B0473710982876C6070C6A0FA , 0x0190BF2B06D47034A1477E4356C6F666 , 0x0190BF2B06DF737BB687706AA4F0F979 , 0x0190BF2B06EB71CDA0B8929AA544B2FD , 0x0190BF2B06F87019B1B3C60C259339C4 , 0x0190BF2B089771138D2CA6A0A61FACD0 , 0x0190BF2B08A3737782B4C2370929DB20 , 0x0190BF2B08AF7274AE8E7204266929AC , 0x0190BF2B08F371CCBCF7014611EB4A00 , 0x0190BF2B08FE7246A282D7A84B87E49C , 0x0190BF2B090A72F395981E9D177B2EB1 , 0x0190BF2B09157228B2404E8FE8F5ACD9 , 0x0190BF2B09207311AA4D95B280BFCD56 , 0x0190BF2B092B739E8EABC04AECB5B055 , 0x0190BF2B0936707F99B89EEC7892496F , 0x0190BF2B094273C5862D4F02BAD09AF5 , 0x0190BF2B097B7044B0DD892257222318 , 0x0190BF2B098671A8916BC12B9631FD72 , 0x0190BF2B0992736B99F8B985C82A83D2 , 0x0190BF2B099D701287728A1E6062FA8E , 0x0190BF2B09A87228AA9FAFFDA309F687 , 0x0190BF2B09B473AC9BC0CEC8DCD7A393 , 0x0190BF2B09BF72A699DB8BE4AA8D5231 , 0x0190BF2B09CA717296211C57B3E2D05B , 0x0190BF2B09D571C09106B81EFE474E3D , 0x0190BF2B09E072EE936BAEA6D5EA7394 , 0x0190BF2B09EB715AB5F9244F025579A8 , 0x0190BF2B09F672148676891FFF0C41CF , 0x0190BF2B0A0072809ED9C54FA853E5AB , 0x0190BF2B0A0B70CC8577E98B9E36FA9B , 0x0190BF2B0A1673D8BC96FA96E921FEE5 , 0x0190BF2B0A21735F99919FF15D0D2E8A , 0x0190BF2B0C24736EAE0BF72594F95BE1 , 0x0190BF2B0C3073B5B21F2CEE100FAFF4 , 0x0190BF2B0C3C70FB86D1731E769752AA , 0x0190BF2B0C48734FA3F8AFF8286700CF , 0x0190BF2B0C5473F48964A26CEAFE8E3D , 0x0190BF2B0C607191993FBB38DC48B968 , 0x0190BF2B0C6D7032B5A2EBB8F7DD123E , 0x0190BF2B0C7871AAA78E1FF37E75D7F2 , 0x0190BF2B0C847316AB81992DD95F75C7 , 0x0190BF2B0C90735CA5E7F9D6A35B60FF , 0x0190BF2B0C9C70F592F772333FDF4494 , 0x0190BF2B0CA870FA8DCF3D5C20B4BBBC , 0x0190BF2B0D05733B8D0C0448866B9691 , 0x0190BF2B0D0F7108A7A09B5F339AD396 , 0x0190BF2B0D19707694817CA0D883C98E , 0x0190BF2B0D247397BAE12E753B65D224 , 0x0190BF2B0D2E705AB3585BFFB5817E20 , 0x0190BF2B0D3A70A693DEF435562F0229 , 0x0190BF2B0D45731A8D72791698BAC253 , 0x0190BF2B0D50724B9B062C4A45A01D6B , 0x0190BF2B0D5B706D91AEB40D0E1641C2 , 0x0190BF2B0D6571A4B9CBF29B14BFF970 , 0x0190BF2B0D70735FBACB90300630C19A , 0x0190BF2B0D7B727480BC5BE73FAAC490 , 0x0190BF2B0D8672D7A376066491E2ADB4 , 0x0190BF2B0D91724E908C10A4B59CE8E5 , 0x0190BF2B0D9B73C39EE7948D88D00CC4 , 0x0190BF2B0DA6730A912F5052D61A123F , 0x0190BF2B0DE670D2BD084706A4609F5E , 0x0190BF2B0DF1724AAE94A25E3CE069EF , 0x0190BF2B0DFD727BB01CF9351937BB1E , 0x0190BF2B0E0B72269095B5A11EF2E57F , 0x0190BF2B0E177386AA69AE2C3B623602 , 0x0190BF2B0E23729EB46B78F288B8FAF7 , 0x0190BF2B0E2F720196FB2F63BBC0BD94 , 0x0190BF2B0E3A733584FB2A932691BFD2 , 0x0190BF2B0E46737EB10B1878C64FCAD3 , 0x0190BF2B0E52716D99E15C93B3BD2E91 , 0x0190BF2B0E5E73E1865F33B34A5D340D , 0x0190BF2B10EA7037B6B83188A687608A , 0x0190BF2B10F570D2B58A8488D85310E5 , 0x0190BF2B110172DAA66381B357E3F689 , 0x0190BF2B110D72B2A7E74A478D51EA6D , 0x0190BF2B111972D08939A5DC4CB4D0C9 , 0x0190BF2B112572A2A3B3AEBD5184B027 , 0x0190BF2B113071258AEE6C3E0FBE57F8 , 0x0190BF2B113C70219F1BC6B871F0873B , 0x0190BF2B114772539D1029E7EBBDC571 , 0x0190BF2B115272899FF7AA2224CE1FF3 , 0x0190BF2B115C71B186890A5A3C09AB4E , 0x0190BF2B11677228A52E5A761AAAB04D , 0x0190BF2B117273289E2BE01A13225E20 , 0x0190BF2B117C706BBD139C7096696C46 , 0x0190BF2B1187721DB56E00FC4E2B9CCF , 0x0190BF2B1194715AA5B2336B044CDC03 , 0x0190BF2B11A070F5A5F35E266664DD15 , 0x0190BF2B11AB73A6952245ED25444C7D , 0x0190BF2B11B77266A47888CEA827B0A7 , 0x0190BF2B11C27326A088C6A463D1DB9D , 0x0190BF2B11CD721E938BA2D8319E2D90 , 0x0190BF2B11D770BE8C0242E0FBDFCBAC , 0x0190BF2B11E2739CB03F9696CEECB6CF , 0x0190BF2B11ED70E6B9E87FFE9386F189 , 0x0190BF2B13EB720CB1DF94A30F037397 , 0x0190BF2B13F773A5BE7B1CFBD3668603 , 0x0190BF2B140473839561B7414A458BE8 , 0x0190BF2B1411724EBAD81F6740192AB2 , 0x0190BF2B141D7023A1E565D3066C8B1A , 0x0190BF2B142972BC9A40B5FB20373CD3 , 0x0190BF2B1435737CA11771B73B0735C2 , 0x0190BF2B1440706F93E606F0F54FB306 , 0x0190BF2B144B7174B04D8E3CF2814BD6 , 0x0190BF2B1456718088F4FE7FC00FE719 , 0x0190BF2B146170A88AFEE359F7A1964B , 0x0190BF2B146C72B4A08DE12CDBCC4874 , 0x0190BF2B1476729F95F4FAEE6AD021A0 , 0x0190BF2B148173E1A568FA739BD01B74 , 0x0190BF2B148B7224A1E7C0B837AEF197 , 0x0190BF2B149571BEB6C57C44F0BB35F8 , 0x0190BF2B14A073258274F3BC47105BEE , 0x0190BF2B14AA71459C5C8E0BBE9FF924 , 0x0190BF2B14B570B18DBE9BEDD8A4246B , 0x0190BF2B14C072F084A45F4E38E756E4 , 0x0190BF2B14CB725590215F6281469135 , 0x0190BF2B14D672818575EFB613C999EB , 0x0190BF2B14E0716B886C58272FA7D879 , 0x0190BF2B14EB73BE89225BF605692298 , 0x0190BF2B14F572DBAB2AB8C33F02A27F , 0x0190BF2B150071E888891D22CDF8A44E , 0x0190BF2B150B70E5B4B1D902EBE5B423 , 0x0190BF2B15157315A9C681A03BEFA1DA , 0x0190BF2B15207139B0F41D12B1B136D0 , 0x0190BF2B152A73DD923E7965D2AC67BD , 0x0190BF2B153573DB812252C2EF3442A1 , 0x0190BF2B153F71988CC680954E2D11DF , 0x0190BF2B154A7135AC16CFAFEC28EC7F , 0x0190BF2B1554710BB2D0F57AFEE79B56 , 0x0190BF2B155F71388B5FEB811D421464 , 0x0190BF2B156A72A2A0D4265A3BC6A142 , 0x0190BF2B157571E3B535B51B2C5A7BFF , 0x0190BF2B1765715E8543B1CB9980B7D8 , 0x0190BF2B1787735B84CA5AB5FFEE5C45 , 0x0190BF2B17927291BBDF206BD93A98EA , 0x0190BF2B17C873ADAEACB3030ADE00EC , 0x0190BF2B17D372AA845B17D3329F81B1 , 0x0190BF2B17DE73DDAF0BF52C8475C6BE , 0x0190BF2B17E970CD9503ABA8F8775579 , 0x0190BF2B17F472EB92F396D766A7F631 , 0x0190BF2B17FE72F896AD65A1CFBF52B3 , 0x0190BF2B1809724E8E9190E98668E4A4 , 0x0190BF2B181473F9BDB3471819447348 , 0x0190BF2B181E705BB236FA28375619CB , 0x0190BF2B18297050A77C273E9B5FCB73 , 0x0190BF2B183370D1B231DEEC30B4E3F9 , 0x0190BF2B183E73419185765151048168 , 0x0190BF2B18497260B06B9F10B422181E , 0x0190BF2B1853705299A96C82CFEE6BBD , 0x0190BF2B185E73F2A8B775B8A6870C22 , 0x0190BF2B186971B98285AFB3F6F1C60D , 0x0190BF2B18737197A9FC482712F7F29C , 0x0190BF2B187E73F488B205F84CE0446A , 0x0190BF2B1889715B9BFAED48E07E7842 , 0x0190BF2B18957208AB6CE13B19B3FCCB , 0x0190BF2B18A071B68EABB8A95F341211 , 0x0190BF2B18AB70409DDC387E54E6A9EA , 0x0190BF2B18B672C38BDD4C02816ECF3F , 0x0190BF2B18C173D9B3D3C01D187B528C , 0x0190BF2B18CC72539AE637A98EDD7F50 , 0x0190BF2B18D7713990F0EFBD0312265D , 0x0190BF2B18E171258CCE1987ACAA6C94 , 0x0190BF2B1970722FA407CE557F8E8FA7 , 0x0190BF2B197B732E9C18B26469FC94FA , 0x0190BF2B1985708080F361AD95CEB319 , 0x0190BF2B198F70F194DF6580B4F47C4B , 0x0190BF2B1999703DADC15BA052B5EED0 , 0x0190BF2B19A470A6A6C3A8FA4E75C4F9 , 0x0190BF2B19AE73FBABDAAC70C6AD690F , 0x0190BF2B19CE72D0B82CEE893CF128B0 , 0x0190BF2B19DA71F89590719F256635AB , 0x0190BF2B19E67092AEA7C5B086069E5D , 0x0190BF2B19F1733AB82DA98BEB44B2DF , 0x0190BF2B1B59723A9FA5227035282DBE , 0x0190BF2B1B6472228F4BB126DB6D766B , 0x0190BF2B1B6E73399B0A088781C11882 , 0x0190BF2B1B7972F9B96CF87FCAC1C546 , 0x0190BF2B1B83723889BDB8DF770A17D3 , 0x0190BF2B1B8E70CCA5D57F88021F7A1F , 0x0190BF2B1B9972C19BB6077C5F8DA2D1 , 0x0190BF2B1BA3738D9C5F2349D5D67161 , 0x0190BF2B1BDC719A9D3AADFF98ACF871 , 0x0190BF2B1BE8708FAD6CC5BDFFD500A9 , 0x0190BF2B1BF57150AE6F6F710D6ED920 , 0x0190BF2B1C0172259E6E8B4A53A87CB2 , 0x0190BF2B1C0D73D083B2F8A2E703F8BA , 0x0190BF2B1C1872E5A85FBE5C64BE1D2D , 0x0190BF2B1C24734BAAC34A9B2B3E6780 , 0x0190BF2B1C2F7264ACBF9DE65A655ACF , 0x0190BF2B1C3A73B59523114D257AC48F , 0x0190BF2B1C4573DAA6F3DF162174C0FD , 0x0190BF2B1C5072449D063B5606C21A66 , 0x0190BF2B1C5B72C6AB162BA1B34DB060 , 0x0190BF2B1C6773789337BACA8222B179 , 0x0190BF2B1C71739EB9E3F2D026D5221C , 0x0190BF2B1C7D71EDBEE5E180F70A8A23 , 0x0190BF2B1C887143AF89933C5A68DC4D , 0x0190BF2B1C947284A0023C57153EFB7E , 0x0190BF2B1C9F725BA2BE5F7AB4CB38C5 , 0x0190BF2B1CAA7167AF5F3F963ED7B106 , 0x0190BF2B1CB571AE858786822252C524 , 0x0190BF2B1CBF716EA44ED7F10FCC7865 , 0x0190BF2B1CCA70BDA1B553628E3604C7 , 0x0190BF2B1CD57156BF9DDDACEDE65C5E , 0x0190BF2B1CE0735CA317B8946653A9EA , 0x0190BF2B1CEB705C901E9D982BD8FA9D , 0x0190BF2B1CF673E294DBDC833232552D , 0x0190BF2B1D007295A31B3A348D210842 , 0x0190BF2B1D0B725FA51BAF1BC50EA7B6 , 0x0190BF2B1D1673AE9BD8F243C43FE73D , 0x0190BF2B1D2170608AEB124FC6DEBB76 , 0x0190BF2B1D2C7292ADDC4454F140E161 , 0x0190BF2B1D387040BB28541E60E3DC5B , 0x0190BF2B21C271C69B8887953C67CF39 , 0x0190BF2B21CD702AB1B75D61FF68C5FB , 0x0190BF2B21D97355965DDFA07BDB082F , 0x0190BF2B21E473BF8367905058E79C26 , 0x0190BF2B21EF705C9348A006377B7953 , 0x0190BF2B2472709BA3CB34B1A10C77F7 , 0x0190BF2B247E7325850AA8EF87982790 , 0x0190BF2B248A70EABF1E79DA8A101ABD , 0x0190BF2B24967399991C02A4E585FD65 , 0x0190BF2B24A270A59EF77497C6F1BA38 , 0x0190BF2B24AF70A1B9CDF0C2C0DED159 , 0x0190BF2B24EC72719C8AFFF9F4B54CD4 , 0x0190BF2B250A72F58F89F6CB6EB48D51 , 0x0190BF2B251672948836CC1A119B73D7 , 0x0190BF2B252172A48B3EDC094336801E , 0x0190BF2B252C72F2AD678E0C203679B7 , 0x0190BF2B2537736E8D1D0A6CBA566BFC , 0x0190BF2B25437005B6A0500A782F783D , 0x0190BF2B254E7007B7501D7A8059CA26 , 0x0190BF2B25597027BACD91526017AE02 , 0x0190BF2B28117397B3DCF28BA6B4A5C7 , 0x0190BF2B281E711A8FCB25788E1C676A , 0x0190BF2B282B71A1B25F8CDA67D84342 , 0x0190BF2B28387268B463BC8F63F9BB4B , 0x0190BF2B28457362AF4775770A3B2C31 , 0x0190BF2B28527173BFF85B46E1EF26A7 , 0x0190BF2B28607065A560119A4D6857FF , 0x0190BF2B286D702AA8FF3C6A97716C5E , 0x0190BF2B4EBE7373A5483DB17AF1656C , 0x0190BF2B4ECA72C2BA094CBA348E185C , 0x0190BF2B4ED673CE97F61B1782A541CB , 0x0190BF2B4EE373018D2888A51388F2C9 , 0x0190BF2B4EEF73A1ACFFB88EB25E3A82 , 0x0190BF2B4EFB73A6B31CD79A79080F12 , 0x0190BF2B4F0872C883316E71E90EC1EE , 0x0190BF2B51017308B3B9107E4631DF0D , 0x0190BF2B511473B6A43686714A7C3689 , 0x0190BF2B5122727F994D288005998071 , 0x0190BF2B513171DC8786902059061E1F , 0x0190BF2B513F73F292A01D0314C48F4E , 0x0190BF2B515271BF86BA2DFA48507F99 , 0x0190BF2B51617247A37B14F160EA5D50 , 0x0190BF2B516F706F849FD8EBB4D1A88F , 0x0190BF2B517C70428E8B538CD83A27F1 , 0x0190BF2B518970C388251999811C5A39 , 0x0190BF2B51957007921EE0A76271813C , 0x0190BF2B51A1710B9916002988B45794 , 0x0190BF2B51AD70E68E8C3A7BE4E27A25 , 0x0190BF2B51BB73BAADA7E6AE116E4935 , 0x0190BF2B529C7373A866E9200BAD677D , 0x0190BF2B52AA71E1B08BD3B18BD555C5 , 0x0190BF2B52B970EC925FC105C2847FF8 , 0x0190BF2B52C671C29F862ACF4472A220 , 0x0190BF2B52D370FC9C8CF83D321020E5 , 0x0190BF2B52E070DAAD8CB063D9425DB8 , 0x0190BF2B52ED712B81BC54FD6A8EDB7A , 0x0190BF2B52FA7051BB299B51294AE276 , 0x0190BF2B530671B5A654B9A43A475811 , 0x0190BF2B531372F1AD962284ACA820C6 , 0x0190BF2B532073FC97F06601FF20C4DA , 0x0190BF2B532D730890A1BF93B606A69E , 0x0190BF2B53397269A53E435E04DFC615 , 0x0190BF2B534572E0AD51975D43FC7357 , 0x0190BF2B5350722789CAEE2CFF7884D4 , 0x0190BF2B71B9713192055E5F64B36A89 , 0x0190BF2B71C67325A2981FD09174A76C , 0x0190BF2BA51E725299284EF7E94EC298 , 0x0190BF2BA52971CCACF337FBA3DB5639 , 0x0190BF2BA5357038A18455F41D93E452 , 0x0190BF2BA541722793E257251C8FF905 , 0x0190BF2BA54E71259CA999B6297E9592 , 0x0190BF2BA5A4703D9147BBE2B27E79AE , 0x0190BF2BA5B1724FB2EE2DD7086FA5CB , 0x0190BF2BA5BD72B4A6BFF5709A8E8EFF , 0x0190BF2BA5C971CE93DDB0AC8349CD8B , 0x0190BF2BA5D573B5AA8531CA605847B3 , 0x0190BF2BA5E17048A049CC6249AA6662 , 0x0190BF2BA5ED72E49FA2ABBF5897A3D0 , 0x0190BF2BA5F971D0AAE133CEA321A694 , 0x0190BF2BA6057338A7BBC33980F5E5FB , 0x0190BF2BA611704796B59E96AD8302AF , 0x0190BF2BA61D70B384F43CB57D91C3CB , 0x0190BF2BA629724D91DF0A8B8D5051D2 , 0x0190BF2BA6367183A9EF2101E1D11CE7 , 0x0190BF2BA64572459D26C5ABA81BD8F4 , 0x0190BF2BA65373528C0FB7099797B995 , 0x0190BF2BA660714D86241F384C22E9FF , 0x0190BF2BA66F73CC9E496C51AABA3DA7 , 0x0190BF2BA84273938E8D6F68E0C10830 , 0x0190BF2BA84F70C293217EAE18EA33B0 , 0x0190BF2BA85B72C7B207C6875AB30376 , 0x0190BF2BA867708D87AD69F9419FB329 , 0x0190BF2BA8767072AC8A45969F9245E8 , 0x0190BF2BA882728EB09BA998B9D825E5 , 0x0190BF2BA88F73A98D7F3F28FFA5A2E3 , 0x0190BF2BA89B705EA7D91EB44AFE79F1 , 0x0190BF2BA8A871CAA0AA7B6E0A59ABAB , 0x0190BF2BA8B5705DB62273C542384ACA , 0x0190BF2BAAB472D9AF554A8A7FB7F156 , 0x0190BF2BAAC073379653BCF32C42B653 , 0x0190BF2BAACD737C91A1A0818A9D95F3 , 0x0190BF2BAADA734A8505A33CFDBF4175 , 0x0190BF2BAAE67303A075C4DB2D8F6453 , 0x0190BF2BAAF2723D99058E1D20EC2EDB , 0x0190BF2BAAFE719B933E52EA6EAEBF31 , 0x0190BF2BAB0A70F78524C04DB4BF74A1 , 0x0190BF2BAB1773C2B29B0DAF24D067D1 , 0x0190BF2BAB2371DF97ADF26055D2741D , 0x0190BF2BAB2F73A2B5CE1D65AFD175D7 , 0x0190BF2BAB3B7285AFA127EE4858AAA0 , 0x0190BF2BAB4773B9B6EA931DC50FF140 , 0x0190BF2BAB5270928CBCD040FA0FBCE7 , 0x0190BF2BAD3A73DE8386B5C625BB7A6F , 0x0190BF2BAD487229BDC0F9AA1C4D8C5C , 0x0190BF2BAD55717E98E3002453985C4F , 0x0190BF2BAD627177B449A0B6B848938D , 0x0190BF2BAD7070F1BA058C82909A9343 , 0x0190BF2BAD7D720281998F9093AD4877 , 0x0190BF2BAD9872BCA8EFA5E5989E52F6 , 0x0190BF2BADA570BF8DDC9456E98EA401 , 0x0190BF2BADB37381A25A43D389B1EA93 , 0x0190BF2BADC07354A239534B21049112 , 0x0190BF2BADCD730EB458719A43DFF6FF , 0x0190BF2BADDA73C4B2B77AF3FD9480DD , 0x0190BF2BADE8711C87FDD97FB10652BC , 0x0190BF2BAE027363B4438003A810B88A , 0x0190BF2BAE0E710299CC2DA865336013 , 0x0190BF2BAE1A7390864F40DB7E0BFE80 , 0x0190BF2BAE2770709BA6A3534AD1B44E , 0x0190BF2BAE34706D992ED597E4F7BB0B , 0x0190BF2BAE40733E854F3745D65A9866 , 0x0190BF2BAFB3729BB0F84B95D052B4F4 , 0x0190BF2BAFC07282804C0BDCDDFB8AA5 , 0x0190BF2BAFCD7011B523082C6263AE69 , 0x0190BF2BAFDA732D88DE7CCE59F22E62 , 0x0190BF2BAFE7717F9F0CC2500A9FAB88 , 0x0190BF2BAFF573119D1283B6E2254ECE , 0x0190BF2BB05F72D8A90F8ACE90CD13F4 , 0x0190BF2BB06C70BEAB199EC0C5D44A98 , 0x0190BF2BB079711E8573F09450D8AF80 , 0x0190BF2BB087739AB1CE603312078DF5 , 0x0190BF2BB094731F865C56BCB124EB4C , 0x0190BF2BB0A2733DA93B880F48BBA4C2 , 0x0190BF2BB0B2724AAA1139160F9E4706 , 0x0190BF2BB0BF7060AB5F338899C2E20E , 0x0190BF2BB0CC71F3894A4C6A976EF549 , 0x0190BF2BB0D972EB85AF32D23A0D8865 , 0x0190BF2BB0E6735F9C2A0B54EF0CCB8E , 0x0190BF2BB0F67284BD872E139CBA80EE , 0x0190BF2BB10670F790A8B29B7BE12B8F , 0x0190BF2BB11570ECB0C9EE5FC1DE4F0F , 0x0190BF2BB12172DC81F65DD163241C42 , 0x0190BF2BB12D728FAFA702E6DE6DE7FF , 0x0190BF2BB13A7350B5B39FD20FBA7DDA , 0x0190BF2BB146732AAA8CE3BFC766659E , 0x0190BF2BB33971699DFB98819D6ADAEA , 0x0190BF2BB34771E4937BB246F22C3DF6 , 0x0190BF2BB35373B6824FBC31A3AE21E3 , 0x0190BF2BB35F73D5B1176A82D6F43DDE , 0x0190BF2BB36B714F9C663F7227C58789 , 0x0190BF2BB37770E1AE52751FFC10F06C , 0x0190BF2BB38370C497A89EDD870F3E9F , 0x0190BF2BB38F717DBBCC57F5ADF47DA6 , 0x0190BF2BB39B737FAEC18CCC54FE0386 , 0x0190BF2BB3A770A5A3D3B6ED6D6A2DDF , 0x0190BF2BB3B372368FFA0DD0969102E4 , 0x0190BF2BB3BF725E8C986A568A0FB5A6 , 0x0190BF2BB6487018B698D0AC5C7F404B , 0x0190BF2BB656738ABD4237291FC82D02 , 0x0190BF2BB66471EEB9357994297321E7 , 0x0190BF2BB67372DFBF647ACB73D42688 , 0x0190BF2BB68372AA9C015D40FC1AEFE2 , 0x0190BF2BB6907349BFA1EE41A89B7263 , 0x0190BF2BB69D7055B3465894B9713DF2 , 0x0190BF2BB6AA7259AC632CB93D3D8624 , 0x0190BF2BB6B87207A75310E23173D503 , 0x0190BF2BB6C5717B96F7B514A6641D06 , 0x0190BF2BB6D371FFB285710C0FAFF836 , 0x0190BF2BB6E0703FB59581A4C5376BC5 , 0x0190BF2BB74B701BA0E4E527423C624F , 0x0190BF2BB759711AB30657D540D3ED7C , 0x0190BF2BB8CC7345AB0CB9AF00D3366B , 0x0190BF2BB8D973CCA912455A414265B6 , 0x0190BF2BB8E673139DF56536050904FB , 0x0190BF2BB8F27111B71C372E5E455922 , 0x0190BF2BB8FE7170A3B5A0773D6AF6E3 , 0x0190BF2BB90A70ADA502E1169282573A , 0x0190BF2BB91770D8BD9C10DDDD917F1A , 0x0190BF2BB923702688B6D50C7FB25130 , 0x0190BF2BB92F709BAE3A79028C23B3D1 , 0x0190BF2BB93B71079330F90468D00063 , 0x0190BF2BB94871E08147E62D3CFF6B63 , 0x0190BF2BB95372D3BCF870812071D7A2 , 0x0190BF2BB96070D2A37A8AC434F4505B , 0x0190BF2BBAA072E6ACEDF01A28B68407 , 0x0190BF2BBAAF715990455EE4F553DBE3 , 0x0190BF2BBABF7028B2F77C8B7FACE7AF , 0x0190BF2BBACD73BA8C59AB82C1ED9BB0 , 0x0190BF2BBADA73C78DA1BDF14C1A58ED , 0x0190BF2BBAE673C0AE0A0232B27ED4CD , 0x0190BF2BC51070B08EDCDD2DC02AC334 , 0x0190BF2BC820719AA9684F5BF8754E30 , 0x0190BF2BC82D7248A9BFCA5002454860 , 0x0190BF2BC83973E4B30739D0F73CA425 , 0x0190BF2BC846711191B3EAF38E9FA7E4 , 0x0190BF2BC8527131B67EA38BFCB236F9 , 0x0190BF2BC85E70DAAB24708C8B990346 , 0x0190BF2BC86A73ED825FAD26FC08C9EA , 0x0190BF2BC877718F86E00B0696BCA409 , 0x0190BF2BC8847315901B7D6ADA7FA733 , 0x0190BF2BC89170ADA1B08D409786AEAA , 0x0190BF2BC89E71669563C7CFC6CD436D , 0x0190BF2BC8AC71CE963CBBED8766B786 , 0x0190BF2BC8B9703DA5CCF69DA72259E9 , 0x0190BF2BC8C673BFAE0BD6BB3FBE0529 , 0x0190BF2BC8D3736BBEBF116B1EF5EDF5 , 0x0190BF2BC8DF72C4A2550D958C8D5DD8 , 0x0190BF2BC8EB738CA3C085553E685FCC , 0x0190BF2BC8F77072BF017F9714AF3D73 , 0x0190BF2BC9047078A126957BDDAB4F63 , 0x0190BF2BC91072D6B9D081234F7961B8 , 0x0190BF2BC91D70758EBE7D0D8C91FBE8 , 0x0190BF2BC929706189E2CC42CEB7E218 , 0x0190BF2BC9357139833927AEF9FF6410 , 0x0190BF2BC94272D8864439B2D9AEA40F , 0x0190BF2BC94E71E6BF290C9CFF366A18 , 0x0190BF2BC95A7045B37ACF83936B2962 , 0x0190BF2BC96770C7A7C68C831F394D54 , 0x0190BF2BC978739780AD590071442C39 , 0x0190BF2BC98670719E2E09533E8E6F93 , 0x0190BF2BC99373A4AD34115578DE8BFF , 0x0190BF2BC9A071DC890E6C84F2026176 , 0x0190BF2BC9AC72A9AB5333CA53709CF0 , 0x0190BF2BC9B871FA8D485FC870F4331F , 0x0190DCA0A0507077828BC7BEFC5BA0B2 , 0x0190DCA0A23F71B8A7E3C10289A61C08 , 0x0190DCA0A42A7225BDAEE6EA7F29ADEF , 0x0190DCA0A61973168A50BA840975340B , 0x0190DCA0A807711199431C1A33086CB8 , 0x0190DCA0A9F772508E0A6BFF2F020612 , 0x0190DCA0ABEA72C68261A202E919E2A0 , 0x0190DCA0ADDB726D8D9288E49884F4A3 , 0x0190DCA0AFCC71D99BCAF534D407E832 , 0x0191BB5A0C3272C6A6300A101E834103 , 0x0195B4E9A97870ACB9F1C2210410735D , 0x0195B4E9A98771468544C86E47E9E148 , 0x0195B4E9A9967169B5FB4693D77F9F04 , 0x0195B4E9A9A4709CBEC5E4537C93DF17 , 0x0195B4E9A9B3709680293570BE91FF66 , 0x0195B4E9A9C173DD951067014D3242B8 , 0x023FD0A2AB5A4B329D598D01D1689990 , 0x0A033CED9CC0418FB28DE482F71ECF55 , 0x0AF043E49398433F97FBC81FA9F3A07C , 0x0CA9AA2D5CD0407DAA5E46FDAF25480D , 0x0F37809C655340F1BC4B698A924A590F , 0x26CBCCA79FEE474AACBF068674FF061E , 0x283D264C26374943A3CD1F7B55191C8A , 0x2D2D8E43234A45C0A33D23AA5C1B6BAE , 0x3045C2C59C094948BA26E3CBBCDE60D9 );
Copy
91
1.33 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\x01 Å(Ò(µ}\v ó¡´]³-õ "
b"\x01 Å├ýï\f yòÁw2]\x7F \r <± "
b"\x01 Å├ý┼Þq‗ü*À¹¡\r 2! "
b"\x01 É┐*╣ÙrÚ¡\x1E ä»┐õè4 "
b"\x01 É┐*╣¸p=¥Ì\x17 AÐ÷é "
b"\x01 É┐*║\x02 sÁúƒ|ïü\x10 Ø╬ "
b"\x01 É┐*║\r s«┐½q\x01 ù½Ðd "
b"\x01 É┐*║\x19 q\x05 ïþ\x12 .Æ\x0F u\x1F "
b"\x01 É┐*║&q§äl└ì\v j "
b"\x01 É┐*║7sêïéD9k╩┤\x08 "
b"\x01 É┐*║Dq/éÅ¢UB¬ , "
b"\x01 É┐*║PráRæ\x14 ╔ªc├ "
b"\x01 É┐*║bp]çz\x10\x18 KQ#Æ "
b"\x01 É┐*║nrº×\x11 Þƒ║Ö5ý "
b"\x01 É┐* ,r\x07 │\x08 ²Ì▒¨Yı "
b"\x01 É┐* 7pOåÚj\x0E ª\e\x1A Ô "
b"\x01 É┐* Br<×\x13 <¬Ü[Ä7 "
b"\x01 É┐* MpÙÜ,\e ╗·'ÛF "
b"\x01 É┐* Wq╬»³lJ+C×X "
b"\x01 É┐* bqE½\x07 ?³´ß¡¨ "
b"\x01 É┐* lqÕº╦╦\x18 ╣³»j "
b"\x01 É┐* ép¡ìâ&þÒ×\x18 "
b"\x01 É┐* îq\x14 ÂÿáÔw>%A "
b"\x01 É┐+\x02 2p\x1E £\x1D `╗7\e Í\x00 "
b"\x01 É┐+\x04 HrÝárªç\x08 $Kù "
b"\x01 É┐+\x04 SsZíòÒÆ8´éå "
b"\x01 É┐+\x04 ^pGÿCÀ]╝<]V "
b"\x01 É┐+\x04 hr\x17 Ö"\x13 ÊÅ┤DQ "
b"\x01 É┐+\x04 sq\t éçl`pãá· "
b"\x01 É┐+\x06 Èp4íG~CVã÷f "
b"\x01 É┐+\x06 ▀s{Âçpjñ¨y "
b"\x01 É┐+\x06 Ùq═á©ÆÜÑD▓² "
b"\x01 É┐+\x06 °p\x19 ▒│ã\f %ô9─ "
b"\x01 É┐+\x08 ùq\x13 ì,ªáª\x1F ¼ð "
b"\x01 É┐+\x08 úswé┤┬7\t )█ "
b"\x01 É┐+\x08 »rt«Är\x04 &i)¼ "
b"\x01 É┐+\x08 ¾q╠╝¸\x01 F\x11 ÙJ\x00 "
b"\x01 É┐+\x08 ■rFóéοKçõ£ "
b"""
\x01 É┐+\t \n
r¾òÿ\x1E Ø\x17 {.▒
"""
b"\x01 É┐+\t\x15 r(▓@NÅÞ§¼┘ "
b"\x01 É┐+\t s\x11 ¬Mò▓Ç┐═V "
b"\x01 É┐+\t +s׼└JýÁ░U "
b"\x01 É┐+\t 6p\x7F Ö©×ýxÆIo "
b"\x01 É┐+\t Bs┼å-O\x02 ║ðܧ "
b"\x01 É┐+\t {pD░¦ë"W"#\x18 "
b"\x01 É┐+\t åq¿æk┴+û1²r "
b"\x01 É┐+\t ÆskÖ°╣à╚*âÊ "
b"\x01 É┐+\t Øp\x12 çrè\x1E `b·Ä "
b"\x01 É┐+\t ¿r(¬ƒ»²ú\t ÷ç "
b"\x01 É┐+\t ┤s¼ø└╬╚▄Îúô "
b"\x01 É┐+\t ┐rªÖ█ïõ¬ìR1 "
b"\x01 É┐+\t ╩qrû!\x1C W│Ôð[ "
b"\x01 É┐+\t ıq└æ\x06 ©\x1E ■GN= "
b"\x01 É┐+\t Ór¯ôk«ªıÛsö "
b"\x01 É┐+\t ÙqZÁ¨$O\x02 Uy¿ "
b"\x01 É┐+\t ÷r\x14 åvë\x1F \f A¤ "
b"\x01 É┐+\n \x00 rÇ×┘┼O¿SÕ½ "
b"""
\x01 É┐+\n
\v p╠àwÚï×6·ø
"""
b"""
\x01 É┐+\n
\x16 sÏ╝û·ûÚ!■Õ
"""
b"""
\x01 É┐+\n
!s_Öæƒ±]\r .è
"""
b"\x01 É┐+\f $sn«\v ¸%ö¨[ß "
b"\x01 É┐+\f 0sÁ▓\x1F ,¯\x10\x0F »¶ "
b"\x01 É┐+\f <p¹åÐs\x1E vùR¬ "
b"\x01 É┐+\f HsOú°»°(g\x00 ¤ "
b"\x01 É┐+\f Ts¶ëdólÛ■Ä= "
b"\x01 É┐+\f `qæÖ?╗8▄H╣h "
b"\x01 É┐+\f mp2ÁóÙ©¸¦\x12 > "
b"\x01 É┐+\f xq¬ºÄ\x1F ¾~uÎ‗ "
b"\x01 É┐+\f äs\x16 ½üÖ-┘_uà "
b"\x01 É┐+\f És\Ñþ¨Íú[` "
b"\x01 É┐+\f £p§Æ¸r3?▀Dö "
b"\x01 É┐+\f ¿p·ì¤=\ ┤╗╝ "
b"\x01 É┐+\r \x05 s;ì\f\x04 Håkûæ "
b"\x01 É┐+\r \x0F q\x08 ºáø_3ÜËû "
b"\x01 É┐+\r \x19 pvöü|áÏâ╔Ä "
b"\x01 É┐+\r $sù║ß.u;eÊ$ "
b"\x01 É┐+\r .pZ│X[ Áü~ "
b"\x01 É┐+\r :pªô̶5V/\x02 ) "
b"\x01 É┐+\r Es\x1A ìry\x16 ÿ║┬S "
b"\x01 É┐+\r PrKø\x06 ,JEá\x1D k "
b"\x01 É┐+\r [pmæ«┤\r \x0E\x16 A┬ "
b"\x01 É┐+\r eqñ╣╦‗ø\x14 ┐¨p "
b"\x01 É┐+\r ps_║╦É0\x06 0┴Ü "
b"\x01 É┐+\r {rtÇ╝[þ?¬─É "
b"\x01 É┐+\r årÎúv\x06 dæÔ¡┤ "
b"\x01 É┐+\r ærNÉî\x10 ñÁ£ÞÕ "
b"\x01 É┐+\r øs├×þöìêð\f ─ "
b"""
\x01 É┐+\r ªs\n
æ/PRÍ\x1A\x12 ?
"""
b"\x01 É┐+\r µpÊ¢\x08 G\x06 ñ`ƒ^ "
b"\x01 É┐+\r ±rJ«öó^<Ói´ "
b"\x01 É┐+\r ²r{░\x1C ¨5\x19 7╗\x1E "
b"\x01 É┐+\x0E\v r&ÉòÁí\x1E ‗Õ\x7F "
b"\x01 É┐+\x0E\x17 så¬i«,;b6\x02 "
b"\x01 É┐+\x0E #r×┤kx‗ê©·¸ "
b"\x01 É┐+\x0E /r\x01 û¹/c╗└¢ö "
b"\x01 É┐+\x0E :s5ä¹*ô&æ┐Ê "
b"\x01 É┐+\x0E Fs~▒\v\x18 xãO╩Ë "
b"\x01 É┐+\x0E RqmÖß\ô│¢.æ "
b"\x01 É┐+\x0E ^sßå_3│J]4\r "
b"\x01 É┐+\x10 Ûp7©1êªç`è "
b"\x01 É┐+\x10 §pÊÁèäêÏS\x10 Õ "
b"\x01 É┐+\x11\x01 r┌ªcü│WÒ÷ë "
b"\x01 É┐+\x11 \r r▓ºþJGìQÛm "
b"\x01 É┐+\x11\x19 rðë9Ñ▄L┤ð╔ "
b"\x01 É┐+\x11 %róú│«¢Qä░' "
b"\x01 É┐+\x11 0q%è¯l>\x0F ¥W° "
b"\x01 É┐+\x11 <p!ƒ\e ã©qç; "
b"\x01 É┐+\x11 GrSØ\x10 )þÙ¢┼q "
b"\x01 É┐+\x11 Rr냸¬"$╬\x1F ¾ "
b"""
\x01 É┐+\x11 \q▒åë\n
Z<\t ½N
"""
b"\x01 É┐+\x11 gr(Ñ.Zv\x1A ¬░M "
b"\x01 É┐+\x11 rs(×+Ó\x1A\x13 "^ "
b"\x01 É┐+\x11 |pk¢\x13 £pûilF "
b"\x01 É┐+\x11 çr\x1D Án\x00 ³N+£¤ "
b"\x01 É┐+\x11 öqZÑ▓3k\x04 L▄\x03 "
b"\x01 É┐+\x11 áp§Ñ¾^&fd¦\x15 "
b"\x01 É┐+\x11 ½sªò"EÝ%DL} "
b"\x01 É┐+\x11 Àrfñxê╬¿'░º "
b"\x01 É┐+\x11 ┬s&áêãñcÐ█Ø "
b"\x01 É┐+\x11 ═r\x1E ôïóÏ1×-É "
b"\x01 É┐+\x11 Îp¥î\x02 BÓ¹▀╦¼ "
b"\x01 É┐+\x11 Ôs£░?ûû╬ý¤ "
b"\x01 É┐+\x11 Ýpµ╣Þ\x7F ■ôå±ë "
b"\x01 É┐+\x13 Ùr\f ▒▀öú\x0F\x03 sù "
b"\x01 É┐+\x13 ¸sÑ¥{\x1C ¹Ëfå\x03 "
b"\x01 É┐+\x14\x04 sâòaÀAJEïÞ "
b"\x01 É┐+\x14\x11 rN║Ï\x1F g@\x19 *▓ "
b"\x01 É┐+\x14\x1D p#íÕeË\x06 lï\x1A "
b"\x01 É┐+\x14 )r╝Ü@Á¹ 7<Ë "
b"\x01 É┐+\x14 5s|í\x17 qÀ;\x07 5┬ "
b"\x01 É┐+\x14 @poôµ\x06 §O│\x06 "
b"\x01 É┐+\x14 Kqt░MÄ<‗üKÍ "
b"\x01 É┐+\x14 VqÇê¶■\x7F └\x0F þ\x19 "
b"\x01 É┐+\x14 ap¿è■ÒY¸íûK "
b"\x01 É┐+\x14 lr┤áìß,█╠Ht "
b"\x01 É┐+\x14 vrƒò¶·¯jð!á "
b"\x01 É┐+\x14 üsßÑh·søð\e t "
b"\x01 É┐+\x14 ïr$íþ└©7«±ù "
b"\x01 É┐+\x14 òq¥Â┼|D╗5° "
b"\x01 É┐+\x14 ás%ét¾╝G\x10 [¯ "
b"\x01 É┐+\x14 ¬qE£\Ä\v ¥ƒ¨$ "
b"\x01 É┐+\x14 Áp▒ì¥øÝÏñ$k "
b"\x01 É┐+\x14 └räñ_N8þVõ "
b"\x01 É┐+\x14 ╦rUÉ!_büFæ5 "
b"\x01 É┐+\x14 Írüàu´Â\x13 ╔ÖÙ "
b"\x01 É┐+\x14 ÓqkêlX'/ºÏy "
b"\x01 É┐+\x14 Ùs¥ë"[÷\x05 i"ÿ "
b"\x01 É┐+\x14 §r█½*©├?\x02 ó\x7F "
b"\x01 É┐+\x15\x00 qÞêë\x1D "═°ñN "
b"\x01 É┐+\x15\v pÕ┤▒┘\x02 ÙÕ┤# "
b"\x01 É┐+\x15\x15 s\x15 ®ãüá;´í┌ "
b"\x01 É┐+\x15 q9░¶\x1D\x12 ▒▒6ð "
b"\x01 É┐+\x15 *s¦Æ>yeʼg¢ "
b"\x01 É┐+\x15 5s█ü"R┬´4Bí "
b"\x01 É┐+\x15 ?qÿîãÇòN-\x11 ▀ "
b"\x01 É┐+\x15 Jq5¼\x16 ¤»ý(ý\x7F "
b"\x01 É┐+\x15 Tq\v ▓ð§z■þøV "
b"\x01 É┐+\x15 _q8ï_Ùü\x1D B\x14 d "
b"\x01 É┐+\x15 jróáÈ&Z;ãíB "
b"\x01 É┐+\x15 uqÒÁ5Á\e ,Z{ "
b"\x01 É┐+\x17 eq^àC▒╦ÖÇÀÏ "
b"\x01 É┐+\x17 çs[ä╩ZÁ ¯\E "
b"\x01 É┐+\x17 Æræ╗▀ k┘:ÿÛ "
b"\x01 É┐+\x17 ╚s¡«¼│\x03 \n Ì\x00 ý "
b"\x01 É┐+\x17 Ër¬ä[\x17 Ë2ƒü▒ "
b"\x01 É┐+\x17 Ìs¦»\v §,äu㥠"
b"\x01 É┐+\x17 Úp═ò\x03 ½¿°wUy "
b"\x01 É┐+\x17 ¶rÙÆ¾ûÎfº÷1 "
b"\x01 É┐+\x17 ■r°û¡eí¤┐R│ "
b"\x01 É┐+\x18\t rNÄæÉÚåhõñ "
b"\x01 É┐+\x18\x14 s¨¢│G\x18\x19 DsH "
b"\x01 É┐+\x18\x1E p[▓6·(7V\x19 ╦ "
b"\x01 É┐+\x18 )pPº|'>ø_╦s "
b"\x01 É┐+\x18 3pÐ▓1Ìý0┤Ò¨ "
b"\x01 É┐+\x18 >sAæàvQQ\x04 üh "
b"\x01 É┐+\x18 Ir`░kƒ\x10 ┤"\x18\x1E "
b"\x01 É┐+\x18 SpRÖ®l餯k¢ "
b"\x01 É┐+\x18 ^s‗¿Àu©ªç\f " "
b"\x01 É┐+\x18 iq╣éà»│÷±ã\r "
b"\x01 É┐+\x18 sqù®³H'\x12 ¸‗£ "
b"\x01 É┐+\x18 ~s¶ê▓\x05 °LÓDj "
b"\x01 É┐+\x18 ëq[ø·ÝHÓ~xB "
b"\x01 É┐+\x18 òr\x08 ½lß;\x19 │³╦ "
b"\x01 É┐+\x18 áqÂĽ©®_4\x12\x11 "
b"\x01 É┐+\x18 ½p@Ø▄8~Tµ®Û "
b"\x01 É┐+\x18 Âr├ï¦L\x02 ün¤? "
b"\x01 É┐+\x18 ┴s┘│Ë└\x1D\x18 {Rî "
b"\x01 É┐+\x18 ╠rSܵ7®Ä¦\x7F P "
b"\x01 É┐+\x18 Îq9É´¢\x03\x12 &] "
b"\x01 É┐+\x18 ßq%î╬\x19 缬lö "
b"\x01 É┐+\x19 pr/ñ\x07 ╬U\x7F Äź "
b"\x01 É┐+\x19 {s.£\x18 ▓di³ö· "
b"\x01 É┐+\x19 àpÇǾa¡ò╬│\x19 "
b"\x01 É┐+\x19 Åp±ö▀eÇ┤¶|K "
b"\x01 É┐+\x19 Öp=¡┴[áRÁ¯ð "
b"\x01 É┐+\x19 ñpªª├¿·Nu─¨ "
b"\x01 É┐+\x19 «s¹½┌¼pã¡i\x0F "
b"\x01 É┐+\x19 ╬rð©,¯ë<±(░ "
b"\x01 É┐+\x19 ┌q°òÉqƒ%f5½ "
b"\x01 É┐+\x19 µpÆ«º┼░å\x06 ×] "
b"\x01 É┐+\x19 ±s:©-®ïÙD▓▀ "
b"\x01 É┐+\e Yr:ƒÑ"p5(-¥ "
b"\x01 É┐+\e dr"ÅK▒&█mvk "
b"""
\x01 É┐+\e ns9ø\n
\x08 çü┴\x18 é
"""
b"\x01 É┐+\e yr¨╣l°\x7F ╩┴┼F "
b"""
\x01 É┐+\e âr8뢩▀w\n
\x17 Ë
"""
b"\x01 É┐+\e Äp╠Ñı\x7F ê\x02\x1F z\x1F "
b"\x01 É┐+\e Ör┴øÂ\x07 |_ìóÐ "
b"\x01 É┐+\e úsì£_#IıÍqa "
b"\x01 É┐+\e ▄qÜØ:¡ ÿ¼°q "
b"\x01 É┐+\e ÞpÅ¡l┼¢ ı\x00 ® "
b"\x01 É┐+\e §qP«ooq\r n┘ "
b"\x01 É┐+\x1C\x01 r%×nïJS¿|▓ "
b"\x01 É┐+\x1C \r sðâ▓°óþ\x03 °║ "
b"\x01 É┐+\x1C\x18 rÕ¿_¥\d¥\x1D - "
b"\x01 É┐+\x1C $sK¬├Jø+>gÇ "
b"\x01 É┐+\x1C /rd¼┐صZeZ¤ "
b"\x01 É┐+\x1C :sÁò#\x11 M%z─Å "
b"\x01 É┐+\x1C Es┌ª¾▀\x16 !t└² "
b"\x01 É┐+\x1C PrDØ\x06 ;V\x06 ┬\x1A f "
b"\x01 É┐+\x1C [rã½\x16 +í│M░` "
b"\x01 É┐+\x1C gsxô7║╩é"▒y "
b"\x01 É┐+\x1C qs×╣Ò‗ð&ı"\x1C "
b"""
\x01 É┐+\x1C }qÝ¥ÕßǸ\n
è#
"""
b"\x01 É┐+\x1C êqC»ëô<Zh▄M "
b"\x01 É┐+\x1C öräá\x02 <W\x15 >¹~ "
b"\x01 É┐+\x1C ƒr[ó¥_z┤╦8┼ "
b"\x01 É┐+\x1C ¬qg»_?û>Î▒\x06 "
b"\x01 É┐+\x1C Áq«àçåé"R┼$ "
b"\x01 É┐+\x1C ┐qnñNα\x0F ╠xe "
b"\x01 É┐+\x1C ╩p¢íÁSbÄ6\x04 à "
b"\x01 É┐+\x1C ıqV┐ئ¼Ýµ\^ "
b"\x01 É┐+\x1C Ós\ú\x17 ©öfS®Û "
b"\x01 É┐+\x1C Ùp\É\x1E Øÿ+Ï·Ø "
b"\x01 É┐+\x1C ÷sÔö█▄â22U- "
b"\x01 É┐+\x1D\x00 ròú\e :4ì!\x08 B "
b"\x01 É┐+\x1D\v r_Ñ\e »\e ┼\x0E ºÂ "
b"\x01 É┐+\x1D\x16 s«øÏ‗C─?þ= "
b"\x01 É┐+\x1D !p`èÙ\x12 OãÌ╗v "
b"\x01 É┐+\x1D ,rÆ¡▄DT±@ßa "
b"\x01 É┐+\x1D 8p@╗(T\x1E `Ò▄[ "
b"\x01 É┐+!┬qãøêçò<g¤9 "
b"\x01 É┐+!═p*▒À]a h┼¹ "
b"\x01 É┐+!┘sUû]▀á{█\x08 / "
b"\x01 É┐+!õs┐âgÉPXþ£& "
b"\x01 É┐+!´p\ôHá\x06 7{yS "
b"\x01 É┐+$rpøú╦4▒í\f w¸ "
b"""
\x01 É┐+$~s%à\n
¿´çÿ'É
"""
b"\x01 É┐+$èpÛ┐\x1E y┌è\x10\x1A ¢ "
b"\x01 É┐+$ûsÖÖ\x1C\x02 ñÕà²e "
b"\x01 É┐+$ópÑ׸tùã±║8 "
b"\x01 É┐+$»pí╣═┬└ÌÐY "
b"\x01 É┐+$ýrq£è ¨¶ÁLÈ "
b"""
\x01 É┐+%\n
r§Åë÷╦n┤ìQ
"""
b"\x01 É┐+%\x16 röê6╠\x1A\x11 øsÎ "
b"\x01 É┐+%!rñï>▄\t C6Ç\x1E "
b"\x01 É┐+%,r‗¡gÄ\f 6yÀ "
b"""
\x01 É┐+%7snì\x1D \n
l║Vk³
"""
b"""
\x01 É┐+%Cp\x05 ÂáP\n
x/x=
"""
b"\x01 É┐+%Np\x07 ÀP\x1D zÇY╩& "
b"\x01 É┐+%Yp'║═æR`\x17 «\x02 "
b"\x01 É┐+(\x11 sù│▄‗ïª┤Ñà "
b"\x01 É┐+(\x1E q\x1A Å╦%xÄ\x1C gj "
b"\x01 É┐+(+qí▓_î┌gÏCB "
b"\x01 É┐+(8rh┤c╝Åc¨╗K "
b"""
\x01 É┐+(Esb»Guw\n
;,1
"""
b"\x01 É┐+(Rqs┐°[Fß´&º "
b"\x01 É┐+(`peÑ`\x11 ÜMhW "
b"\x01 É┐+(mp*¿ <jùql^ "
b"\x01 É┐+N¥ssÑH=▒z±el "
b"\x01 É┐+N╩r┬║\t L║4Ä\x18 \ "
b"\x01 É┐+NÍs╬ù÷\e\x17 éÑA╦ "
b"\x01 É┐+NÒs\x01 ì(êÑ\x13 ê‗╔ "
b"\x01 É┐+N´sí¼ ©Ä▓^:é "
b"\x01 É┐+N¹sª│\x1C ÎÜy\x08\x0F\x12 "
b"\x01 É┐+O\x08 r╚â1nqÚ\x0E ┴¯ "
b"\x01 É┐+Q\x01 s\x08 │╣\x10 ~F1▀\r "
b"\x01 É┐+Q\x14 sÂñ6åqJ|6ë "
b"\x01 É┐+Q"r\x7F ÖM(Ç\x05 ÖÇq "
b"\x01 É┐+Q1q▄çåÉ Y\x06\x1E\x1F "
b"\x01 É┐+Q?s‗Æá\x1D\x03\x14 ─ÅN "
b"\x01 É┐+QRq┐å║-·HP\x7F Ö "
b"\x01 É┐+QarGú{\x14 ±`Û]P "
b"\x01 É┐+QopoäƒÏÙ┤пŠ"
b"\x01 É┐+Q|pBÄïSîÏ:'± "
b"\x01 É┐+Qëp├ê%\x19 Öü\x1C Z9 "
b"\x01 É┐+Qòp\x07 Æ\x1E Óºbqü< "
b"\x01 É┐+Qíq\v Ö\x16\x00 )ê┤Wö "
b"\x01 É┐+Q¡pµÄî:{õÔz% "
b"\x01 É┐+Q╗s║¡ºµ«\x11 nI5 "
b"\x01 É┐+R£ss¿fÚ \v ¡g} "
b"\x01 É┐+R¬qß░ïË▒ïıU┼ "
b"\x01 É┐+R╣pýÆ_┴\x05 ┬ä\x7F ° "
b"\x01 É┐+Rãq┬ƒå*¤Dró "
b"\x01 É┐+RËp³£î°=2\x10 Õ "
b"\x01 É┐+RÓp┌¡î░c┘B]© "
b"\x01 É┐+RÝq+ü╝T²jÄ█z "
b"\x01 É┐+R·pQ╗)øQ)JÔv "
b"\x01 É┐+S\x06 qÁªT╣ñ:GX\x11 "
b"\x01 É┐+S\x13 r±¡û"伿 ã "
b"\x01 É┐+S s³ùf\x01 ─┌ "
b"\x01 É┐+S-s\x08 Éí┐ôÂ\x06 ª× "
b"\x01 É┐+S9riÑ>C^\x04 ▀ã\x15 "
b"\x01 É┐+SErÓ¡Qù]C³sW "
b"\x01 É┐+SPr'ë╩¯, xäÈ "
b"\x01 É┐+q╣q1Æ\x05 ^_d│jë "
b"\x01 É┐+qãs%óÿ\x1F ðætºl "
b"\x01 É┐+Ñ\x1E rRÖ(N¸ÚN┬ÿ "
b"\x01 É┐+Ñ)q╠¼¾7¹ú█V9 "
b"\x01 É┐+Ñ5p8íäU¶\x1D ôõR "
b"\x01 É┐+ÑAr'ôÔW%\x1C Ũ\x05 "
b"\x01 É┐+ÑNq%£®ÖÂ)~òÆ "
b"\x01 É┐+Ññp=æG╗Ô▓~y« "
b"\x01 É┐+Ñ▒rO▓¯-Î\x08 oÑ╦ "
b"\x01 É┐+Ñ¢r┤ª┐§pÜÄÄ "
b"\x01 É┐+Ñ╔q╬ô¦░¼âI═ï "
b"\x01 É┐+ÑısÁ¬à1╩`XG│ "
b"\x01 É┐+ÑßpHáI╠bI¬fb "
b"\x01 É┐+ÑÝrõƒó½┐Xùúð "
b"\x01 É┐+Ѩqð¬ß3╬ú!ªö "
b"\x01 É┐+ª\x05 s8º╗├9ǧչ "
b"\x01 É┐+ª\x11 pGûÁ×û¡â\x02 » "
b"\x01 É┐+ª\x1D p│ä¶<Á}æ├╦ "
b"""
\x01 É┐+ª)rMæ▀\n
ïìPQÊ
"""
b"\x01 É┐+ª6qâ®´!\x01 ßÐ\x1C þ "
b"\x01 É┐+ªErEØ&┼½¿\e ϶ "
b"\x01 É┐+ªSsRî\x0F À\t ùù╣ò "
b"\x01 É┐+ª`qMå$\x1F 8L"Ú "
b"\x01 É┐+ªos╠×IlQ¬║=º "
b"\x01 É┐+¿BsôÄìohÓ┴\x08 0 "
b"\x01 É┐+¿Op┬ô!~«\x18 Û3░ "
b"\x01 É┐+¿[rÃ▓\x07 ãçZ│\x03 v "
b"\x01 É┐+¿gpìç¡i¨Aƒ│) "
b"\x01 É┐+¿vpr¼èEûƒÆEÞ "
b"\x01 É┐+¿érÄ░ø®ÿ╣Ï%Õ "
b"\x01 É┐+¿Ås®ì\x7F ?( ÑóÒ "
b"\x01 É┐+¿øp^º┘\x1E ┤J■y± "
b"""
\x01 É┐+¿¿q╩á¬{n\n
Y½½
"""
b"\x01 É┐+¿Áp]Â"s┼B8J╩ "
b"\x01 É┐+¬┤r┘»UJè\x7F À±V "
b"\x01 É┐+¬└s7ûS╝¾,BÂS "
b"\x01 É┐+¬═s|æíáüèØò¾ "
b"\x01 É┐+¬┌sJà\x05 ú<²┐Au "
b"\x01 É┐+¬µs\x03 áu─█-ÅdS "
b"\x01 É┐+¬‗r=Ö\x05 Ä\x1D ý.█ "
b"\x01 É┐+¬■qøô>RÛn«┐1 "
b"""
\x01 É┐+½\n
p¸à$└M┤┐tí
"""
b"\x01 É┐+½\x17 s┬▓ø\r »$ðgÐ "
b"\x01 É┐+½#q▀ù¡‗`UÊt\x1D "
b"\x01 É┐+½/sóÁ╬\x1D e»ÐuÎ "
b"\x01 É┐+½;rà»í'¯HX¬á "
b"\x01 É┐+½Gs╣ÂÛô\x1D ┼\x0F ±@ "
b"\x01 É┐+½RpÆî╝ð@·\x0F ╝þ "
b"\x01 É┐+¡:sÌâåÁã%╗zo "
b"\x01 É┐+¡Hr)¢└¨¬\x1C Mî\ "
b"\x01 É┐+¡Uq~ÿÒ\x00 $Sÿ\O "
b"\x01 É┐+¡bqw┤Iá©Hôì "
b"\x01 É┐+¡pp±║\x05 îéÉÜôC "
b"\x01 É┐+¡}r\x02 üÖÅÉô¡Hw "
b"\x01 É┐+¡ÿr╝¿´ÑÕÿ×R÷ "
b"\x01 É┐+¡Ñp┐ì▄öVÚÄñ\x01 "
b"\x01 É┐+¡│süóZCËë▒Ûô "
b"\x01 É┐+¡└sTó9SK!\x04 æ\x12 "
b"\x01 É┐+¡═s\x0E ┤XqÜC▀÷ "
b"\x01 É┐+¡┌s─▓Àz¾²öǦ "
b"\x01 É┐+¡Þq\x1C ç²┘\x7F ▒\x06 R╝ "
b"\x01 É┐+«\x02 sc┤CÇ\x03 ¿\x10 ©è "
b"\x01 É┐+«\x0E q\x02 Ö╠-¿e3`\x13 "
b"\x01 É┐+«\x1A sÉåO@█~\v ■Ç "
b"\x01 É┐+«'ppøªúSJÐ┤N "
b"\x01 É┐+«4pmÖ.ıùõ¸╗\v "
b"\x01 É┐+«@s>àO7EÍZÿf "
b"\x01 É┐+»│rø░°KòðR┤¶ "
b"\x01 É┐+»└réÇL\v ▄¦¹èÑ "
b"\x01 É┐+»═p\x11 Á#\x08 ,bc«i "
b"\x01 É┐+»┌s-êÌ|╬Y‗.b "
b"""
\x01 É┐+»þq\x7F ƒ\f ┬P\n
ƒ½ê
"""
b"\x01 É┐+»§s\x11 Ø\x12 âÂÔ%N╬ "
b"\x01 É┐+░_rÏ®\x0F è╬É═\x13 ¶ "
b"\x01 É┐+░lp¥½\x19 ×└┼ÈJÿ "
b"\x01 É┐+░yq\x1E àsöPÏ»Ç "
b"\x01 É┐+░çsÜ▒╬`3\x12\x07 ì§ "
b"\x01 É┐+░ös\x1F å\V╝▒$ÙL "
b"\x01 É┐+░ós=®;ê\x0F H╗ñ┬ "
b"\x01 É┐+░▓rJ¬\x11 9\x16\x0F ×G\x06 "
b"\x01 É┐+░┐p`½_3êÖ┬Ô\x0E "
b"\x01 É┐+░╠q¾ëJLjùn§I "
b"\x01 É┐+░┘rÙà»2Ê:\r êe "
b"\x01 É┐+░µs_£*\v T´\f ╦Ä "
b"\x01 É┐+░÷rä¢ç.\x13 £║ǯ "
b"\x01 É┐+▒\x06 p¸É¿▓ø{ß+Å "
b"\x01 É┐+▒\x15 pý░╔¯_┴ÌO\x0F "
b"\x01 É┐+▒!r▄ü÷]Ðc$\x1C B "
b"\x01 É┐+▒-rÅ»º\x02 µÌmþ "
b"\x01 É┐+▒:sPÁ│ƒÊ\x0F ║}┌ "
b"\x01 É┐+▒Fs*¬îÒ┐Ãfe× "
b"\x01 É┐+│9qiعÿüØj┌Û "
b"\x01 É┐+│Gqõô{▓F‗,=÷ "
b"\x01 É┐+│SsÂéO╝1ú«!Ò "
b"\x01 É┐+│_sı▒\x17 jéͶ=Ì "
b"\x01 É┐+│kqO£f?r'┼çë "
b"\x01 É┐+│wpß«Ru\x1F ³\x10 l "
b"\x01 É┐+│âp─ù¿×¦ç\x0F >ƒ "
b"\x01 É┐+│Åq}╗╠W§¡¶}ª "
b"\x01 É┐+│øs\x7F «┴î╠T■\x03 å "
b"\x01 É┐+│ºpÑúËÂÝmj-▀ "
b"\x01 É┐+││r6Å·\r ðûæ\x02 õ "
b"\x01 É┐+│┐r^îÿjVè\x0F Áª "
b"\x01 É┐+ÂHp\x18 Âÿð¼\\x7F @K "
b"\x01 É┐+ÂVsè¢B7)\x1F ╚-\x02 "
b"\x01 É┐+Âdq¯╣5yö)s!þ "
b"\x01 É┐+Âsr▀┐dz╦sÈ&ê "
b"\x01 É┐+Ââr¬£\x01 ]@³\x1A ´Ô "
b"\x01 É┐+ÂÉsI┐í¯A¿ørc "
b"\x01 É┐+ÂØpU│FXö╣q=‗ "
b"\x01 É┐+¬rY¼c,╣==å$ "
b"\x01 É┐+©r\x07 ºS\x10 Ô1sı\x03 "
b"\x01 É┐+Â┼q{û¸Á\x14 ªd\x1D\x06 "
b"\x01 É┐+ÂËq ▓àq\f\x0F »°6 "
b"\x01 É┐+ÂÓp?Áòüñ┼7k┼ "
b"\x01 É┐+ÀKp\e áõÕ'B<bO "
b"\x01 É┐+ÀYq\x1A │\x06 Wı@ËÝ| "
b"\x01 É┐+©╠sE½\f ╣»\x00 Ë6k "
b"\x01 É┐+©┘s╠®\x12 EZABe "
b"\x01 É┐+©µs\x13 اe6\x05\t\x04 ¹ "
b"\x01 É┐+©‗q\x11 À\x1C 7.^EY" "
b"\x01 É┐+©■qpúÁáw=j÷Ò "
b"""
\x01 É┐+╣\n
p¡Ñ\x02 ß\x16 ÆéW:
"""
b"\x01 É┐+╣\x17 pÏ¢£\x10 ¦¦æ\x7F\x1A "
b"\x01 É┐+╣#p&êÂı\f\x7F ▓Q0 "
b"\x01 É┐+╣/pø«:y\x02 î#│Ð "
b"\x01 É┐+╣;q\x07 ô0¨\x04 hð\x00 c "
b"\x01 É┐+╣HqÓüGµ-< kc "
b"\x01 É┐+╣SrË╝°pü qÎó "
b"\x01 É┐+╣`pÊúzè─4¶P[ "
b"\x01 É┐+║árµ¼Ý\x1A (Âä\x07 "
b"\x01 É┐+║»qYÉE^õ§S█Ò "
b"\x01 É┐+║┐p(▓¸|ï\x7F ¼þ» "
b"\x01 É┐+║═s║îY½é┴Ýø░ "
b"\x01 É┐+║┌sÃìí¢±L\x1A XÝ "
b"""
\x01 É┐+║µs└«\n
\x02 2▓~È═
"""
b"\x01 É┐+┼\x10 p░Ä▄¦-└*├4 "
b"\x01 É┐+╚ qÜ®hO[°uN0 "
b"\x01 É┐+╚-rH®┐╩P\x02 EH` "
b"\x01 É┐+╚9sõ│\x07 9ð¸<ñ% "
b"\x01 É┐+╚Fq\x11 æ│۾ăºõ "
b"\x01 É┐+╚Rq1Â~úï³▓6¨ "
b"\x01 É┐+╚^p┌½$pîïÖ\x03 F "
b"\x01 É┐+╚jsÝé_¡&³\x08 ╔Û "
b"\x01 É┐+╚wqÅåÓ\v\x06 û╝ñ\t "
b"\x01 É┐+╚äs\x15 É\e }j┌\x7F º3 "
b"\x01 É┐+╚æp¡í░ì@ù嫬 "
b"\x01 É┐+╚×qfòcäã═Cm "
b"\x01 É┐+╚¼q╬û<╗ÝçfÀå "
b"\x01 É┐+╚╣p=Ñ╠÷غ"YÚ "
b"\x01 É┐+╚ãs┐«\v Í╗?¥\x05 ) "
b"\x01 É┐+╚Ësk¥┐\x11 k\x1E §Ý§ "
b"\x01 É┐+╚▀r─óU\r òîì]Ï "
b"\x01 É┐+╚Ùsîú└àU>h_╠ "
b"\x01 É┐+╚¸pr┐\x01\x7F ù\x14 »=s "
b"\x01 É┐+╔\x04 pxí&ò{¦½Oc "
b"\x01 É┐+╔\x10 rÍ╣ðü#Oya© "
b"\x01 É┐+╔\x1D puÄ¥}\r îæ¹Þ "
b"\x01 É┐+╔)paëÔ╠B╬ÀÔ\x18 "
b"\x01 É┐+╔5q9â9'«¨ d\x10 "
b"\x01 É┐+╔BrÏåD9▓┘«ñ\x0F "
b"\x01 É┐+╔Nqµ┐)\f £ 6j\x18 "
b"\x01 É┐+╔ZpE│z¤âôk)b "
b"\x01 É┐+╔gpúãîâ\x1F 9MT "
b"\x01 É┐+╔xsùÇ¡Y\x00 qD,9 "
b"\x01 É┐+╔åpq×.\t S>Äoô "
b"\x01 É┐+╔ôsñ¡4\x11 UxÌï "
b"\x01 É┐+╔áq▄ë\x0E lä‗\x02 av "
b"\x01 É┐+╔¼r®½S3╩Sp£ "
b"\x01 É┐+╔©q·ìH_╚p¶3\x1F "
b"\x01 É▄ááPpwéïÃ¥³[á▓ "
b"\x01 É▄áó?q©ºÒ┴\x02 ëª\x1C\x08 "
b"\x01 É▄áñ*r%¢«µÛ\x7F )¡´ "
b"\x01 É▄áª\x19 s\x16 èP║ä\t u4\v "
b"\x01 É▄á¿\x07 q\x11 ÖC\x1C\x1A 3\x08 l© "
b"""
\x01 É▄᮸rPÄ\n
k /\x02\x06\x12
"""
b"\x01 É▄á½Ûrãéaó\x02 Ú\x19 Ôá "
b"\x01 É▄á¡█rmìÆêõÿä¶ú "
b"\x01 É▄á»╠q┘ø╩§4È\x07 Þ2 "
b"""
\x01 ‘»Z\f 2rƦ0\n
\x10\x1E ƒA\x03
"""
b"\x01 •´é©xp¬¹ñÂ!\x04\x10 s] "
b"\x01 •´é©‡qF…DÈnGéáH "
b"\x01 •´é©–qiµûF“×\x7F Ÿ\x04 "
b"\x01 •´é©¤pœ¾ÅäS|“ß\x17 "
b"\x01 •´é©³p–€)5p¾‘ÿf "
b"\x01 •´é©ÁsÝ•\x10 g\x01 M2B¸ "
b"\x02 ?ðó½ZK2ØYì\x01 ÐhÖÉ "
b"""
\n
\x03 <Ý£└AÅ▓ìõé¸\x1E ¤U
"""
b"""
\n
ðC䓘C?—ûÈ\x1F ©ó |
"""
b"\f ©ª-\Ð@}ª^Fý¯%H\r "
b"\x0F 7€œeS@ñ¼KiŠ’JY\x0F "
b"&Ȩ̈ŸîGJ¬¿\x06 †tÿ\x06\x1E "
b"(=&L&7IC£Í\x1F {U\x19\x1C Š "
b"--ŽC#JEÀ£=#ª\\e k® "
b"0EÂÅœ\t IHº&ã˼Þ`Ù "
b"2š—Á6>LèŒ;²\v\x0E âúö "
b"2õöÔð$Gœ\x1F nC<”ïl "
b"4à\x14 ¹ð\x00 Ct³%\n ûJ'[- "
b"<}zôî§LoÅ¿×ï╠¦O└ "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b"?†ª#–ÀC˜ª¡5Z\e\x03 =\x12 "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"C\x7F ú‡ÌNLx…þ°}|Eä\x15 "
b"QX\x1D u†àH\v €\x1A «µ°…½Ì "
b"T\x14 v’ËûCAšm\x11 âlDÜ "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"b+ËhØvMV•\x11 íµ\r okš "
b"c╗ã\x07 GÝ@╚îrvZµÅ▀\r "
b"eW\x1A ã×\x18 N\x14 ³\x05 Ьö0ßC "
b"\x7F ñ\x10 3(?Cg³‰Â!h< \x1E "
b"ˆËAaã0EÜ™\x18 H‹I”Ǧ "
b"Är>ÛÉ\x00 GêÅïöÚ‗@\t ¢ "
b"Å«LÚÝ\x1D @hîû¬ ╩È¢& "
b"ɦi©³¦Gº│\x17 9xË\x1C é³ "
b"‘…º«T•Ií‚zÉOšV±A "
b"ò¨\x19 öGKOƼßõü@ëhï "
b"™ô aC+N]¼\x12\x0F þyºâ\e "
b"¡V”\x17 2¢KA¼\x7F (é\x02 NàÌ "
b"¬ýu†Ð(Hñ¬€\x1F Gvï¤\x14 "
b"¯tNÁ«¤F÷…§~À×á-o "
b"ºy陵óCI®MÍ›s\x0F ]y "
b"║Þ├©ªñE^ø\x02 w¦É¥%ÿ "
b"¼éê¤+¼FÙ»€¸\x1C É®þ¯ "
b"├ø¿¢R╠G8ì=\x10\x08 ‗\x13 ×ô "
b"Äé¥À>\x14 GÊ—MNrô÷\x1E à "
b"çfyØj•I\x0F «ûQZ¡ÆÊ¾ "
b"ê;žúîáJ¶ŠÆBO\x06 z}š "
b"¯HJ\x0E Ù;EÉÑ╣¶¢\x08\x14 ë# "
b"¨ìY╝|ÄK╩║K\x04 P¿¸ëª "
b"üAW\x18\x7F çG’°~*‹sôÿ^ "
]
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 (0x018F28E328E67D0BA2ADEFF05DFC2DE4 , 0x018FC3EC8B0C7995B577325D7F0D3CF1 , 0x018FC3ECC5E871F2812AB7FBAD0D3221 , 0x0190BF2AB9EB72E9AD1E84AFBFE48A34 , 0x0190BF2AB9F7703DBEDE1741D1C7FA82 , 0x0190BF2ABA0273B5A39F7C8B81109DCE , 0x0190BF2ABA0D73AEBFAB710197ABD164 , 0x0190BF2ABA1971058BE7122E920F751F , 0x0190BF2ABA2671F584F06CC08D0BFF6A , 0x0190BF2ABA3773888B8244396BCAB408 , 0x0190BF2ABA44712F828FBD5542AAFF2C , 0x0190BF2ABA5072F0A0529114C9A663C3 , 0x0190BF2ABA62705D877A10184B512392 , 0x0190BF2ABA6E72A79E11E89FBA9935EC , 0x0190BF2AFF2C7207B308FDDEB1F959D5 , 0x0190BF2AFF37704F86E96A0EA61B1AE2 , 0x0190BF2AFF42723C9E133CAA9A5B8E37 , 0x0190BF2AFF4D70EB9A2C1BBBFA27EA46 , 0x0190BF2AFF5771CEAFFC6C4A2B439E58 , 0x0190BF2AFF627145AB073FFCEFE1ADF9 , 0x0190BF2AFF6C71E5A7CBCB18B9FCAF6A , 0x0190BF2AFF8270AD8D8326E7E39EF018 , 0x0190BF2AFF8C7114B698A0E2773E2541 , 0x0190BF2B0232701E9C1D60BB371BD600 , 0x0190BF2B044872EDA072A68708244B97 , 0x0190BF2B0453735AA195E39238EF8286 , 0x0190BF2B045E70479843B75DBC3C5D56 , 0x0190BF2B04687217992213D28FB44451 , 0x0190BF2B0473710982876C6070C6A0FA , 0x0190BF2B06D47034A1477E4356C6F666 , 0x0190BF2B06DF737BB687706AA4F0F979 , 0x0190BF2B06EB71CDA0B8929AA544B2FD , 0x0190BF2B06F87019B1B3C60C259339C4 , 0x0190BF2B089771138D2CA6A0A61FACD0 , 0x0190BF2B08A3737782B4C2370929DB20 , 0x0190BF2B08AF7274AE8E7204266929AC , 0x0190BF2B08F371CCBCF7014611EB4A00 , 0x0190BF2B08FE7246A282D7A84B87E49C , 0x0190BF2B090A72F395981E9D177B2EB1 , 0x0190BF2B09157228B2404E8FE8F5ACD9 , 0x0190BF2B09207311AA4D95B280BFCD56 , 0x0190BF2B092B739E8EABC04AECB5B055 , 0x0190BF2B0936707F99B89EEC7892496F , 0x0190BF2B094273C5862D4F02BAD09AF5 , 0x0190BF2B097B7044B0DD892257222318 , 0x0190BF2B098671A8916BC12B9631FD72 , 0x0190BF2B0992736B99F8B985C82A83D2 , 0x0190BF2B099D701287728A1E6062FA8E , 0x0190BF2B09A87228AA9FAFFDA309F687 , 0x0190BF2B09B473AC9BC0CEC8DCD7A393 , 0x0190BF2B09BF72A699DB8BE4AA8D5231 , 0x0190BF2B09CA717296211C57B3E2D05B , 0x0190BF2B09D571C09106B81EFE474E3D , 0x0190BF2B09E072EE936BAEA6D5EA7394 , 0x0190BF2B09EB715AB5F9244F025579A8 , 0x0190BF2B09F672148676891FFF0C41CF , 0x0190BF2B0A0072809ED9C54FA853E5AB , 0x0190BF2B0A0B70CC8577E98B9E36FA9B , 0x0190BF2B0A1673D8BC96FA96E921FEE5 , 0x0190BF2B0A21735F99919FF15D0D2E8A , 0x0190BF2B0C24736EAE0BF72594F95BE1 , 0x0190BF2B0C3073B5B21F2CEE100FAFF4 , 0x0190BF2B0C3C70FB86D1731E769752AA , 0x0190BF2B0C48734FA3F8AFF8286700CF , 0x0190BF2B0C5473F48964A26CEAFE8E3D , 0x0190BF2B0C607191993FBB38DC48B968 , 0x0190BF2B0C6D7032B5A2EBB8F7DD123E , 0x0190BF2B0C7871AAA78E1FF37E75D7F2 , 0x0190BF2B0C847316AB81992DD95F75C7 , 0x0190BF2B0C90735CA5E7F9D6A35B60FF , 0x0190BF2B0C9C70F592F772333FDF4494 , 0x0190BF2B0CA870FA8DCF3D5C20B4BBBC , 0x0190BF2B0D05733B8D0C0448866B9691 , 0x0190BF2B0D0F7108A7A09B5F339AD396 , 0x0190BF2B0D19707694817CA0D883C98E , 0x0190BF2B0D247397BAE12E753B65D224 , 0x0190BF2B0D2E705AB3585BFFB5817E20 , 0x0190BF2B0D3A70A693DEF435562F0229 , 0x0190BF2B0D45731A8D72791698BAC253 , 0x0190BF2B0D50724B9B062C4A45A01D6B , 0x0190BF2B0D5B706D91AEB40D0E1641C2 , 0x0190BF2B0D6571A4B9CBF29B14BFF970 , 0x0190BF2B0D70735FBACB90300630C19A , 0x0190BF2B0D7B727480BC5BE73FAAC490 , 0x0190BF2B0D8672D7A376066491E2ADB4 , 0x0190BF2B0D91724E908C10A4B59CE8E5 , 0x0190BF2B0D9B73C39EE7948D88D00CC4 , 0x0190BF2B0DA6730A912F5052D61A123F , 0x0190BF2B0DE670D2BD084706A4609F5E , 0x0190BF2B0DF1724AAE94A25E3CE069EF , 0x0190BF2B0DFD727BB01CF9351937BB1E , 0x0190BF2B0E0B72269095B5A11EF2E57F , 0x0190BF2B0E177386AA69AE2C3B623602 , 0x0190BF2B0E23729EB46B78F288B8FAF7 , 0x0190BF2B0E2F720196FB2F63BBC0BD94 , 0x0190BF2B0E3A733584FB2A932691BFD2 , 0x0190BF2B0E46737EB10B1878C64FCAD3 , 0x0190BF2B0E52716D99E15C93B3BD2E91 , 0x0190BF2B0E5E73E1865F33B34A5D340D , 0x0190BF2B10EA7037B6B83188A687608A , 0x0190BF2B10F570D2B58A8488D85310E5 , 0x0190BF2B110172DAA66381B357E3F689 , 0x0190BF2B110D72B2A7E74A478D51EA6D , 0x0190BF2B111972D08939A5DC4CB4D0C9 , 0x0190BF2B112572A2A3B3AEBD5184B027 , 0x0190BF2B113071258AEE6C3E0FBE57F8 , 0x0190BF2B113C70219F1BC6B871F0873B , 0x0190BF2B114772539D1029E7EBBDC571 , 0x0190BF2B115272899FF7AA2224CE1FF3 , 0x0190BF2B115C71B186890A5A3C09AB4E , 0x0190BF2B11677228A52E5A761AAAB04D , 0x0190BF2B117273289E2BE01A13225E20 , 0x0190BF2B117C706BBD139C7096696C46 , 0x0190BF2B1187721DB56E00FC4E2B9CCF , 0x0190BF2B1194715AA5B2336B044CDC03 , 0x0190BF2B11A070F5A5F35E266664DD15 , 0x0190BF2B11AB73A6952245ED25444C7D , 0x0190BF2B11B77266A47888CEA827B0A7 , 0x0190BF2B11C27326A088C6A463D1DB9D , 0x0190BF2B11CD721E938BA2D8319E2D90 , 0x0190BF2B11D770BE8C0242E0FBDFCBAC , 0x0190BF2B11E2739CB03F9696CEECB6CF , 0x0190BF2B11ED70E6B9E87FFE9386F189 , 0x0190BF2B13EB720CB1DF94A30F037397 , 0x0190BF2B13F773A5BE7B1CFBD3668603 , 0x0190BF2B140473839561B7414A458BE8 , 0x0190BF2B1411724EBAD81F6740192AB2 , 0x0190BF2B141D7023A1E565D3066C8B1A , 0x0190BF2B142972BC9A40B5FB20373CD3 , 0x0190BF2B1435737CA11771B73B0735C2 , 0x0190BF2B1440706F93E606F0F54FB306 , 0x0190BF2B144B7174B04D8E3CF2814BD6 , 0x0190BF2B1456718088F4FE7FC00FE719 , 0x0190BF2B146170A88AFEE359F7A1964B , 0x0190BF2B146C72B4A08DE12CDBCC4874 , 0x0190BF2B1476729F95F4FAEE6AD021A0 , 0x0190BF2B148173E1A568FA739BD01B74 , 0x0190BF2B148B7224A1E7C0B837AEF197 , 0x0190BF2B149571BEB6C57C44F0BB35F8 , 0x0190BF2B14A073258274F3BC47105BEE , 0x0190BF2B14AA71459C5C8E0BBE9FF924 , 0x0190BF2B14B570B18DBE9BEDD8A4246B , 0x0190BF2B14C072F084A45F4E38E756E4 , 0x0190BF2B14CB725590215F6281469135 , 0x0190BF2B14D672818575EFB613C999EB , 0x0190BF2B14E0716B886C58272FA7D879 , 0x0190BF2B14EB73BE89225BF605692298 , 0x0190BF2B14F572DBAB2AB8C33F02A27F , 0x0190BF2B150071E888891D22CDF8A44E , 0x0190BF2B150B70E5B4B1D902EBE5B423 , 0x0190BF2B15157315A9C681A03BEFA1DA , 0x0190BF2B15207139B0F41D12B1B136D0 , 0x0190BF2B152A73DD923E7965D2AC67BD , 0x0190BF2B153573DB812252C2EF3442A1 , 0x0190BF2B153F71988CC680954E2D11DF , 0x0190BF2B154A7135AC16CFAFEC28EC7F , 0x0190BF2B1554710BB2D0F57AFEE79B56 , 0x0190BF2B155F71388B5FEB811D421464 , 0x0190BF2B156A72A2A0D4265A3BC6A142 , 0x0190BF2B157571E3B535B51B2C5A7BFF , 0x0190BF2B1765715E8543B1CB9980B7D8 , 0x0190BF2B1787735B84CA5AB5FFEE5C45 , 0x0190BF2B17927291BBDF206BD93A98EA , 0x0190BF2B17C873ADAEACB3030ADE00EC , 0x0190BF2B17D372AA845B17D3329F81B1 , 0x0190BF2B17DE73DDAF0BF52C8475C6BE , 0x0190BF2B17E970CD9503ABA8F8775579 , 0x0190BF2B17F472EB92F396D766A7F631 , 0x0190BF2B17FE72F896AD65A1CFBF52B3 , 0x0190BF2B1809724E8E9190E98668E4A4 , 0x0190BF2B181473F9BDB3471819447348 , 0x0190BF2B181E705BB236FA28375619CB , 0x0190BF2B18297050A77C273E9B5FCB73 , 0x0190BF2B183370D1B231DEEC30B4E3F9 , 0x0190BF2B183E73419185765151048168 , 0x0190BF2B18497260B06B9F10B422181E , 0x0190BF2B1853705299A96C82CFEE6BBD , 0x0190BF2B185E73F2A8B775B8A6870C22 , 0x0190BF2B186971B98285AFB3F6F1C60D , 0x0190BF2B18737197A9FC482712F7F29C , 0x0190BF2B187E73F488B205F84CE0446A , 0x0190BF2B1889715B9BFAED48E07E7842 , 0x0190BF2B18957208AB6CE13B19B3FCCB , 0x0190BF2B18A071B68EABB8A95F341211 , 0x0190BF2B18AB70409DDC387E54E6A9EA , 0x0190BF2B18B672C38BDD4C02816ECF3F , 0x0190BF2B18C173D9B3D3C01D187B528C , 0x0190BF2B18CC72539AE637A98EDD7F50 , 0x0190BF2B18D7713990F0EFBD0312265D , 0x0190BF2B18E171258CCE1987ACAA6C94 , 0x0190BF2B1970722FA407CE557F8E8FA7 , 0x0190BF2B197B732E9C18B26469FC94FA , 0x0190BF2B1985708080F361AD95CEB319 , 0x0190BF2B198F70F194DF6580B4F47C4B , 0x0190BF2B1999703DADC15BA052B5EED0 , 0x0190BF2B19A470A6A6C3A8FA4E75C4F9 , 0x0190BF2B19AE73FBABDAAC70C6AD690F , 0x0190BF2B19CE72D0B82CEE893CF128B0 , 0x0190BF2B19DA71F89590719F256635AB , 0x0190BF2B19E67092AEA7C5B086069E5D , 0x0190BF2B19F1733AB82DA98BEB44B2DF , 0x0190BF2B1B59723A9FA5227035282DBE , 0x0190BF2B1B6472228F4BB126DB6D766B , 0x0190BF2B1B6E73399B0A088781C11882 , 0x0190BF2B1B7972F9B96CF87FCAC1C546 , 0x0190BF2B1B83723889BDB8DF770A17D3 , 0x0190BF2B1B8E70CCA5D57F88021F7A1F , 0x0190BF2B1B9972C19BB6077C5F8DA2D1 , 0x0190BF2B1BA3738D9C5F2349D5D67161 , 0x0190BF2B1BDC719A9D3AADFF98ACF871 , 0x0190BF2B1BE8708FAD6CC5BDFFD500A9 , 0x0190BF2B1BF57150AE6F6F710D6ED920 , 0x0190BF2B1C0172259E6E8B4A53A87CB2 , 0x0190BF2B1C0D73D083B2F8A2E703F8BA , 0x0190BF2B1C1872E5A85FBE5C64BE1D2D , 0x0190BF2B1C24734BAAC34A9B2B3E6780 , 0x0190BF2B1C2F7264ACBF9DE65A655ACF , 0x0190BF2B1C3A73B59523114D257AC48F , 0x0190BF2B1C4573DAA6F3DF162174C0FD , 0x0190BF2B1C5072449D063B5606C21A66 , 0x0190BF2B1C5B72C6AB162BA1B34DB060 , 0x0190BF2B1C6773789337BACA8222B179 , 0x0190BF2B1C71739EB9E3F2D026D5221C , 0x0190BF2B1C7D71EDBEE5E180F70A8A23 , 0x0190BF2B1C887143AF89933C5A68DC4D , 0x0190BF2B1C947284A0023C57153EFB7E , 0x0190BF2B1C9F725BA2BE5F7AB4CB38C5 , 0x0190BF2B1CAA7167AF5F3F963ED7B106 , 0x0190BF2B1CB571AE858786822252C524 , 0x0190BF2B1CBF716EA44ED7F10FCC7865 , 0x0190BF2B1CCA70BDA1B553628E3604C7 , 0x0190BF2B1CD57156BF9DDDACEDE65C5E , 0x0190BF2B1CE0735CA317B8946653A9EA , 0x0190BF2B1CEB705C901E9D982BD8FA9D , 0x0190BF2B1CF673E294DBDC833232552D , 0x0190BF2B1D007295A31B3A348D210842 , 0x0190BF2B1D0B725FA51BAF1BC50EA7B6 , 0x0190BF2B1D1673AE9BD8F243C43FE73D , 0x0190BF2B1D2170608AEB124FC6DEBB76 , 0x0190BF2B1D2C7292ADDC4454F140E161 , 0x0190BF2B1D387040BB28541E60E3DC5B , 0x0190BF2B21C271C69B8887953C67CF39 , 0x0190BF2B21CD702AB1B75D61FF68C5FB , 0x0190BF2B21D97355965DDFA07BDB082F , 0x0190BF2B21E473BF8367905058E79C26 , 0x0190BF2B21EF705C9348A006377B7953 , 0x0190BF2B2472709BA3CB34B1A10C77F7 , 0x0190BF2B247E7325850AA8EF87982790 , 0x0190BF2B248A70EABF1E79DA8A101ABD , 0x0190BF2B24967399991C02A4E585FD65 , 0x0190BF2B24A270A59EF77497C6F1BA38 , 0x0190BF2B24AF70A1B9CDF0C2C0DED159 , 0x0190BF2B24EC72719C8AFFF9F4B54CD4 , 0x0190BF2B250A72F58F89F6CB6EB48D51 , 0x0190BF2B251672948836CC1A119B73D7 , 0x0190BF2B252172A48B3EDC094336801E , 0x0190BF2B252C72F2AD678E0C203679B7 , 0x0190BF2B2537736E8D1D0A6CBA566BFC , 0x0190BF2B25437005B6A0500A782F783D , 0x0190BF2B254E7007B7501D7A8059CA26 , 0x0190BF2B25597027BACD91526017AE02 , 0x0190BF2B28117397B3DCF28BA6B4A5C7 , 0x0190BF2B281E711A8FCB25788E1C676A , 0x0190BF2B282B71A1B25F8CDA67D84342 , 0x0190BF2B28387268B463BC8F63F9BB4B , 0x0190BF2B28457362AF4775770A3B2C31 , 0x0190BF2B28527173BFF85B46E1EF26A7 , 0x0190BF2B28607065A560119A4D6857FF , 0x0190BF2B286D702AA8FF3C6A97716C5E , 0x0190BF2B4EBE7373A5483DB17AF1656C , 0x0190BF2B4ECA72C2BA094CBA348E185C , 0x0190BF2B4ED673CE97F61B1782A541CB , 0x0190BF2B4EE373018D2888A51388F2C9 , 0x0190BF2B4EEF73A1ACFFB88EB25E3A82 , 0x0190BF2B4EFB73A6B31CD79A79080F12 , 0x0190BF2B4F0872C883316E71E90EC1EE , 0x0190BF2B51017308B3B9107E4631DF0D , 0x0190BF2B511473B6A43686714A7C3689 , 0x0190BF2B5122727F994D288005998071 , 0x0190BF2B513171DC8786902059061E1F , 0x0190BF2B513F73F292A01D0314C48F4E , 0x0190BF2B515271BF86BA2DFA48507F99 , 0x0190BF2B51617247A37B14F160EA5D50 , 0x0190BF2B516F706F849FD8EBB4D1A88F , 0x0190BF2B517C70428E8B538CD83A27F1 , 0x0190BF2B518970C388251999811C5A39 , 0x0190BF2B51957007921EE0A76271813C , 0x0190BF2B51A1710B9916002988B45794 , 0x0190BF2B51AD70E68E8C3A7BE4E27A25 , 0x0190BF2B51BB73BAADA7E6AE116E4935 , 0x0190BF2B529C7373A866E9200BAD677D , 0x0190BF2B52AA71E1B08BD3B18BD555C5 , 0x0190BF2B52B970EC925FC105C2847FF8 , 0x0190BF2B52C671C29F862ACF4472A220 , 0x0190BF2B52D370FC9C8CF83D321020E5 , 0x0190BF2B52E070DAAD8CB063D9425DB8 , 0x0190BF2B52ED712B81BC54FD6A8EDB7A , 0x0190BF2B52FA7051BB299B51294AE276 , 0x0190BF2B530671B5A654B9A43A475811 , 0x0190BF2B531372F1AD962284ACA820C6 , 0x0190BF2B532073FC97F06601FF20C4DA , 0x0190BF2B532D730890A1BF93B606A69E , 0x0190BF2B53397269A53E435E04DFC615 , 0x0190BF2B534572E0AD51975D43FC7357 , 0x0190BF2B5350722789CAEE2CFF7884D4 , 0x0190BF2B71B9713192055E5F64B36A89 , 0x0190BF2B71C67325A2981FD09174A76C , 0x0190BF2BA51E725299284EF7E94EC298 , 0x0190BF2BA52971CCACF337FBA3DB5639 , 0x0190BF2BA5357038A18455F41D93E452 , 0x0190BF2BA541722793E257251C8FF905 , 0x0190BF2BA54E71259CA999B6297E9592 , 0x0190BF2BA5A4703D9147BBE2B27E79AE , 0x0190BF2BA5B1724FB2EE2DD7086FA5CB , 0x0190BF2BA5BD72B4A6BFF5709A8E8EFF , 0x0190BF2BA5C971CE93DDB0AC8349CD8B , 0x0190BF2BA5D573B5AA8531CA605847B3 , 0x0190BF2BA5E17048A049CC6249AA6662 , 0x0190BF2BA5ED72E49FA2ABBF5897A3D0 , 0x0190BF2BA5F971D0AAE133CEA321A694 , 0x0190BF2BA6057338A7BBC33980F5E5FB , 0x0190BF2BA611704796B59E96AD8302AF , 0x0190BF2BA61D70B384F43CB57D91C3CB , 0x0190BF2BA629724D91DF0A8B8D5051D2 , 0x0190BF2BA6367183A9EF2101E1D11CE7 , 0x0190BF2BA64572459D26C5ABA81BD8F4 , 0x0190BF2BA65373528C0FB7099797B995 , 0x0190BF2BA660714D86241F384C22E9FF , 0x0190BF2BA66F73CC9E496C51AABA3DA7 , 0x0190BF2BA84273938E8D6F68E0C10830 , 0x0190BF2BA84F70C293217EAE18EA33B0 , 0x0190BF2BA85B72C7B207C6875AB30376 , 0x0190BF2BA867708D87AD69F9419FB329 , 0x0190BF2BA8767072AC8A45969F9245E8 , 0x0190BF2BA882728EB09BA998B9D825E5 , 0x0190BF2BA88F73A98D7F3F28FFA5A2E3 , 0x0190BF2BA89B705EA7D91EB44AFE79F1 , 0x0190BF2BA8A871CAA0AA7B6E0A59ABAB , 0x0190BF2BA8B5705DB62273C542384ACA , 0x0190BF2BAAB472D9AF554A8A7FB7F156 , 0x0190BF2BAAC073379653BCF32C42B653 , 0x0190BF2BAACD737C91A1A0818A9D95F3 , 0x0190BF2BAADA734A8505A33CFDBF4175 , 0x0190BF2BAAE67303A075C4DB2D8F6453 , 0x0190BF2BAAF2723D99058E1D20EC2EDB , 0x0190BF2BAAFE719B933E52EA6EAEBF31 , 0x0190BF2BAB0A70F78524C04DB4BF74A1 , 0x0190BF2BAB1773C2B29B0DAF24D067D1 , 0x0190BF2BAB2371DF97ADF26055D2741D , 0x0190BF2BAB2F73A2B5CE1D65AFD175D7 , 0x0190BF2BAB3B7285AFA127EE4858AAA0 , 0x0190BF2BAB4773B9B6EA931DC50FF140 , 0x0190BF2BAB5270928CBCD040FA0FBCE7 , 0x0190BF2BAD3A73DE8386B5C625BB7A6F , 0x0190BF2BAD487229BDC0F9AA1C4D8C5C , 0x0190BF2BAD55717E98E3002453985C4F , 0x0190BF2BAD627177B449A0B6B848938D , 0x0190BF2BAD7070F1BA058C82909A9343 , 0x0190BF2BAD7D720281998F9093AD4877 , 0x0190BF2BAD9872BCA8EFA5E5989E52F6 , 0x0190BF2BADA570BF8DDC9456E98EA401 , 0x0190BF2BADB37381A25A43D389B1EA93 , 0x0190BF2BADC07354A239534B21049112 , 0x0190BF2BADCD730EB458719A43DFF6FF , 0x0190BF2BADDA73C4B2B77AF3FD9480DD , 0x0190BF2BADE8711C87FDD97FB10652BC , 0x0190BF2BAE027363B4438003A810B88A , 0x0190BF2BAE0E710299CC2DA865336013 , 0x0190BF2BAE1A7390864F40DB7E0BFE80 , 0x0190BF2BAE2770709BA6A3534AD1B44E , 0x0190BF2BAE34706D992ED597E4F7BB0B , 0x0190BF2BAE40733E854F3745D65A9866 , 0x0190BF2BAFB3729BB0F84B95D052B4F4 , 0x0190BF2BAFC07282804C0BDCDDFB8AA5 , 0x0190BF2BAFCD7011B523082C6263AE69 , 0x0190BF2BAFDA732D88DE7CCE59F22E62 , 0x0190BF2BAFE7717F9F0CC2500A9FAB88 , 0x0190BF2BAFF573119D1283B6E2254ECE , 0x0190BF2BB05F72D8A90F8ACE90CD13F4 , 0x0190BF2BB06C70BEAB199EC0C5D44A98 , 0x0190BF2BB079711E8573F09450D8AF80 , 0x0190BF2BB087739AB1CE603312078DF5 , 0x0190BF2BB094731F865C56BCB124EB4C , 0x0190BF2BB0A2733DA93B880F48BBA4C2 , 0x0190BF2BB0B2724AAA1139160F9E4706 , 0x0190BF2BB0BF7060AB5F338899C2E20E , 0x0190BF2BB0CC71F3894A4C6A976EF549 , 0x0190BF2BB0D972EB85AF32D23A0D8865 , 0x0190BF2BB0E6735F9C2A0B54EF0CCB8E , 0x0190BF2BB0F67284BD872E139CBA80EE , 0x0190BF2BB10670F790A8B29B7BE12B8F , 0x0190BF2BB11570ECB0C9EE5FC1DE4F0F , 0x0190BF2BB12172DC81F65DD163241C42 , 0x0190BF2BB12D728FAFA702E6DE6DE7FF , 0x0190BF2BB13A7350B5B39FD20FBA7DDA , 0x0190BF2BB146732AAA8CE3BFC766659E , 0x0190BF2BB33971699DFB98819D6ADAEA , 0x0190BF2BB34771E4937BB246F22C3DF6 , 0x0190BF2BB35373B6824FBC31A3AE21E3 , 0x0190BF2BB35F73D5B1176A82D6F43DDE , 0x0190BF2BB36B714F9C663F7227C58789 , 0x0190BF2BB37770E1AE52751FFC10F06C , 0x0190BF2BB38370C497A89EDD870F3E9F , 0x0190BF2BB38F717DBBCC57F5ADF47DA6 , 0x0190BF2BB39B737FAEC18CCC54FE0386 , 0x0190BF2BB3A770A5A3D3B6ED6D6A2DDF , 0x0190BF2BB3B372368FFA0DD0969102E4 , 0x0190BF2BB3BF725E8C986A568A0FB5A6 , 0x0190BF2BB6487018B698D0AC5C7F404B , 0x0190BF2BB656738ABD4237291FC82D02 , 0x0190BF2BB66471EEB9357994297321E7 , 0x0190BF2BB67372DFBF647ACB73D42688 , 0x0190BF2BB68372AA9C015D40FC1AEFE2 , 0x0190BF2BB6907349BFA1EE41A89B7263 , 0x0190BF2BB69D7055B3465894B9713DF2 , 0x0190BF2BB6AA7259AC632CB93D3D8624 , 0x0190BF2BB6B87207A75310E23173D503 , 0x0190BF2BB6C5717B96F7B514A6641D06 , 0x0190BF2BB6D371FFB285710C0FAFF836 , 0x0190BF2BB6E0703FB59581A4C5376BC5 , 0x0190BF2BB74B701BA0E4E527423C624F , 0x0190BF2BB759711AB30657D540D3ED7C , 0x0190BF2BB8CC7345AB0CB9AF00D3366B , 0x0190BF2BB8D973CCA912455A414265B6 , 0x0190BF2BB8E673139DF56536050904FB , 0x0190BF2BB8F27111B71C372E5E455922 , 0x0190BF2BB8FE7170A3B5A0773D6AF6E3 , 0x0190BF2BB90A70ADA502E1169282573A , 0x0190BF2BB91770D8BD9C10DDDD917F1A , 0x0190BF2BB923702688B6D50C7FB25130 , 0x0190BF2BB92F709BAE3A79028C23B3D1 , 0x0190BF2BB93B71079330F90468D00063 , 0x0190BF2BB94871E08147E62D3CFF6B63 , 0x0190BF2BB95372D3BCF870812071D7A2 , 0x0190BF2BB96070D2A37A8AC434F4505B , 0x0190BF2BBAA072E6ACEDF01A28B68407 , 0x0190BF2BBAAF715990455EE4F553DBE3 , 0x0190BF2BBABF7028B2F77C8B7FACE7AF , 0x0190BF2BBACD73BA8C59AB82C1ED9BB0 , 0x0190BF2BBADA73C78DA1BDF14C1A58ED , 0x0190BF2BBAE673C0AE0A0232B27ED4CD , 0x0190BF2BC51070B08EDCDD2DC02AC334 , 0x0190BF2BC820719AA9684F5BF8754E30 , 0x0190BF2BC82D7248A9BFCA5002454860 , 0x0190BF2BC83973E4B30739D0F73CA425 , 0x0190BF2BC846711191B3EAF38E9FA7E4 , 0x0190BF2BC8527131B67EA38BFCB236F9 , 0x0190BF2BC85E70DAAB24708C8B990346 , 0x0190BF2BC86A73ED825FAD26FC08C9EA , 0x0190BF2BC877718F86E00B0696BCA409 , 0x0190BF2BC8847315901B7D6ADA7FA733 , 0x0190BF2BC89170ADA1B08D409786AEAA , 0x0190BF2BC89E71669563C7CFC6CD436D , 0x0190BF2BC8AC71CE963CBBED8766B786 , 0x0190BF2BC8B9703DA5CCF69DA72259E9 , 0x0190BF2BC8C673BFAE0BD6BB3FBE0529 , 0x0190BF2BC8D3736BBEBF116B1EF5EDF5 , 0x0190BF2BC8DF72C4A2550D958C8D5DD8 , 0x0190BF2BC8EB738CA3C085553E685FCC , 0x0190BF2BC8F77072BF017F9714AF3D73 , 0x0190BF2BC9047078A126957BDDAB4F63 , 0x0190BF2BC91072D6B9D081234F7961B8 , 0x0190BF2BC91D70758EBE7D0D8C91FBE8 , 0x0190BF2BC929706189E2CC42CEB7E218 , 0x0190BF2BC9357139833927AEF9FF6410 , 0x0190BF2BC94272D8864439B2D9AEA40F , 0x0190BF2BC94E71E6BF290C9CFF366A18 , 0x0190BF2BC95A7045B37ACF83936B2962 , 0x0190BF2BC96770C7A7C68C831F394D54 , 0x0190BF2BC978739780AD590071442C39 , 0x0190BF2BC98670719E2E09533E8E6F93 , 0x0190BF2BC99373A4AD34115578DE8BFF , 0x0190BF2BC9A071DC890E6C84F2026176 , 0x0190BF2BC9AC72A9AB5333CA53709CF0 , 0x0190BF2BC9B871FA8D485FC870F4331F , 0x0190DCA0A0507077828BC7BEFC5BA0B2 , 0x0190DCA0A23F71B8A7E3C10289A61C08 , 0x0190DCA0A42A7225BDAEE6EA7F29ADEF , 0x0190DCA0A61973168A50BA840975340B , 0x0190DCA0A807711199431C1A33086CB8 , 0x0190DCA0A9F772508E0A6BFF2F020612 , 0x0190DCA0ABEA72C68261A202E919E2A0 , 0x0190DCA0ADDB726D8D9288E49884F4A3 , 0x0190DCA0AFCC71D99BCAF534D407E832 , 0x0191BB5A0C3272C6A6300A101E834103 , 0x0195B4E9A97870ACB9F1C2210410735D , 0x0195B4E9A98771468544C86E47E9E148 , 0x0195B4E9A9967169B5FB4693D77F9F04 , 0x0195B4E9A9A4709CBEC5E4537C93DF17 , 0x0195B4E9A9B3709680293570BE91FF66 , 0x0195B4E9A9C173DD951067014D3242B8 , 0x023FD0A2AB5A4B329D598D01D1689990 , 0x0A033CED9CC0418FB28DE482F71ECF55 , 0x0AF043E49398433F97FBC81FA9F3A07C , 0x0CA9AA2D5CD0407DAA5E46FDAF25480D , 0x0F37809C655340F1BC4B698A924A590F , 0x26CBCCA79FEE474AACBF068674FF061E , 0x283D264C26374943A3CD1F7B55191C8A , 0x2D2D8E43234A45C0A33D23AA5C1B6BAE , 0x3045C2C59C094948BA26E3CBBCDE60D9 , 0x329A97C1363E4CE88C3BB20B0EE2FAF6 , 0x32F5F6D4F024479CAD1F6E433C94EF6C , 0x34E014B9F0004374B3250AFB4A275B2D , 0x3C7D7A938CF54C6F8FA89E8BCCDD4FC0 , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0x3F86AA2396C04398AAA1355A1B033D12 , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x437FFA87CC4E4C7885FEB07D7C45E415 , 0x51581D7586E0480B801AABB5B085BDCC , 0x54147692CBFB43419A6D11E26CAD44DC , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x622BCB68D8764D569511EDB50D6F6B9A , 0x63BBC60747ED40C88C72765AE68FDF0D , 0x65571AE3D7184E14B305D0ACF630DF43 , 0x7FF11033283F4367B389C221683C201E , 0x88CB4161E33045DC9918488B4994C7A6 , 0x8E723EEA900047888F8B94E9F24009BD , 0x8FAE4CE9ED1D40688C96AA20CAD4BD26 , 0x90DD69B8FCDD47A7B3173978D31C82FC , 0x9185BAAB549549ED827AC94F9A56B141 , 0x95F91994474B4F92ACE1E4814089688B , 0x99F4A061432B4E5DBC120FFE79BAE21B , 0xA156941732A24B41BC7F28E9024EE0CC , 0xACFD7586D02848F1AC801F4776EFA414 , 0xAF744EC1ABA446F785A77EC0D7E12D6F , 0xBA79E999B5F34349AE4DCD9B730F5D79 , 0xBAE8C3B8A6A4455E9B0277DD90BE2598 , 0xBCE9EAA42BBC46D9BB80B81CC9AEFEAF , 0xC39BA8BD52CC47388D3D1008F2139E93 , 0xC4E9A5C03E1447CA974D4E72F4F71EC3 , 0xE76679D86A95490FABFB515AA1C6CABE , 0xEA3B9EFAEEE14AB68AC6424F067A7D9A , 0xEE484A0EEB3B4590A5B9F4BD08148923 , 0xF98D59BC7C8E4BCABA4B0450A8F789A6 , 0xFC4157187FE74792B07E2A8B73F4FF5E )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
92
0.77 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"2š—Á6>LèŒ;²\v\x0E âúö "
b"2õöÔð$Gœ\x1F nC<”ïl "
b"4à\x14 ¹ð\x00 Ct³%\n ûJ'[- "
b"<}zôî§LoÅ¿×ï╠¦O└ "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b"?†ª#–ÀC˜ª¡5Z\e\x03 =\x12 "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"C\x7F ú‡ÌNLx…þ°}|Eä\x15 "
b"QX\x1D u†àH\v €\x1A «µ°…½Ì "
b"T\x14 v’ËûCAšm\x11 âlDÜ "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"b+ËhØvMV•\x11 íµ\r okš "
b"c╗ã\x07 GÝ@╚îrvZµÅ▀\r "
b"eW\x1A ã×\x18 N\x14 ³\x05 Ьö0ßC "
b"\x7F ñ\x10 3(?Cg³‰Â!h< \x1E "
b"ˆËAaã0EÜ™\x18 H‹I”Ǧ "
b"Är>ÛÉ\x00 GêÅïöÚ‗@\t ¢ "
b"Å«LÚÝ\x1D @hîû¬ ╩È¢& "
b"ɦi©³¦Gº│\x17 9xË\x1C é³ "
b"‘…º«T•Ií‚zÉOšV±A "
b"ò¨\x19 öGKOƼßõü@ëhï "
b"™ô aC+N]¼\x12\x0F þyºâ\e "
b"¡V”\x17 2¢KA¼\x7F (é\x02 NàÌ "
b"¬ýu†Ð(Hñ¬€\x1F Gvï¤\x14 "
b"¯tNÁ«¤F÷…§~À×á-o "
b"ºy陵óCI®MÍ›s\x0F ]y "
b"║Þ├©ªñE^ø\x02 w¦É¥%ÿ "
b"¼éê¤+¼FÙ»€¸\x1C É®þ¯ "
b"├ø¿¢R╠G8ì=\x10\x08 ‗\x13 ×ô "
b"Äé¥À>\x14 GÊ—MNrô÷\x1E à "
b"çfyØj•I\x0F «ûQZ¡ÆÊ¾ "
b"ê;žúîáJ¶ŠÆBO\x06 z}š "
b"¯HJ\x0E Ù;EÉÑ╣¶¢\x08\x14 ë# "
b"¨ìY╝|ÄK╩║K\x04 P¿¸ëª "
b"üAW\x18\x7F çG’°~*‹sôÿ^ "
]
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 (0x329A97C1363E4CE88C3BB20B0EE2FAF6 , 0x32F5F6D4F024479CAD1F6E433C94EF6C , 0x34E014B9F0004374B3250AFB4A275B2D , 0x3C7D7A938CF54C6F8FA89E8BCCDD4FC0 , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0x3F86AA2396C04398AAA1355A1B033D12 , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x437FFA87CC4E4C7885FEB07D7C45E415 , 0x51581D7586E0480B801AABB5B085BDCC , 0x54147692CBFB43419A6D11E26CAD44DC , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x622BCB68D8764D569511EDB50D6F6B9A , 0x63BBC60747ED40C88C72765AE68FDF0D , 0x65571AE3D7184E14B305D0ACF630DF43 , 0x7FF11033283F4367B389C221683C201E , 0x88CB4161E33045DC9918488B4994C7A6 , 0x8E723EEA900047888F8B94E9F24009BD , 0x8FAE4CE9ED1D40688C96AA20CAD4BD26 , 0x90DD69B8FCDD47A7B3173978D31C82FC , 0x9185BAAB549549ED827AC94F9A56B141 , 0x95F91994474B4F92ACE1E4814089688B , 0x99F4A061432B4E5DBC120FFE79BAE21B , 0xA156941732A24B41BC7F28E9024EE0CC , 0xACFD7586D02848F1AC801F4776EFA414 , 0xAF744EC1ABA446F785A77EC0D7E12D6F , 0xBA79E999B5F34349AE4DCD9B730F5D79 , 0xBAE8C3B8A6A4455E9B0277DD90BE2598 , 0xBCE9EAA42BBC46D9BB80B81CC9AEFEAF , 0xC39BA8BD52CC47388D3D1008F2139E93 , 0xC4E9A5C03E1447CA974D4E72F4F71EC3 , 0xE76679D86A95490FABFB515AA1C6CABE , 0xEA3B9EFAEEE14AB68AC6424F067A7D9A , 0xEE484A0EEB3B4590A5B9F4BD08148923 , 0xF98D59BC7C8E4BCABA4B0450A8F789A6 , 0xFC4157187FE74792B07E2A8B73F4FF5E );
Copy
93
1.23 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000
Parameters :
[
true
b"\x01 Å(Ò(µ}\v ó¡´]³-õ "
b"\x01 Å├ýï\f yòÁw2]\x7F \r <± "
b"\x01 Å├ý┼Þq‗ü*À¹¡\r 2! "
b"\x01 É┐*╣ÙrÚ¡\x1E ä»┐õè4 "
b"\x01 É┐*╣¸p=¥Ì\x17 AÐ÷é "
b"\x01 É┐*║\x02 sÁúƒ|ïü\x10 Ø╬ "
b"\x01 É┐*║\r s«┐½q\x01 ù½Ðd "
b"\x01 É┐*║\x19 q\x05 ïþ\x12 .Æ\x0F u\x1F "
b"\x01 É┐*║&q§äl└ì\v j "
b"\x01 É┐*║7sêïéD9k╩┤\x08 "
b"\x01 É┐*║Dq/éÅ¢UB¬ , "
b"\x01 É┐*║PráRæ\x14 ╔ªc├ "
b"\x01 É┐*║bp]çz\x10\x18 KQ#Æ "
b"\x01 É┐*║nrº×\x11 Þƒ║Ö5ý "
b"\x01 É┐* ,r\x07 │\x08 ²Ì▒¨Yı "
b"\x01 É┐* 7pOåÚj\x0E ª\e\x1A Ô "
b"\x01 É┐* Br<×\x13 <¬Ü[Ä7 "
b"\x01 É┐* MpÙÜ,\e ╗·'ÛF "
b"\x01 É┐* Wq╬»³lJ+C×X "
b"\x01 É┐* bqE½\x07 ?³´ß¡¨ "
b"\x01 É┐* lqÕº╦╦\x18 ╣³»j "
b"\x01 É┐* ép¡ìâ&þÒ×\x18 "
b"\x01 É┐* îq\x14 ÂÿáÔw>%A "
b"\x01 É┐+\x02 2p\x1E £\x1D `╗7\e Í\x00 "
b"\x01 É┐+\x04 HrÝárªç\x08 $Kù "
b"\x01 É┐+\x04 SsZíòÒÆ8´éå "
b"\x01 É┐+\x04 ^pGÿCÀ]╝<]V "
b"\x01 É┐+\x04 hr\x17 Ö"\x13 ÊÅ┤DQ "
b"\x01 É┐+\x04 sq\t éçl`pãá· "
b"\x01 É┐+\x06 Èp4íG~CVã÷f "
b"\x01 É┐+\x06 ▀s{Âçpjñ¨y "
b"\x01 É┐+\x06 Ùq═á©ÆÜÑD▓² "
b"\x01 É┐+\x06 °p\x19 ▒│ã\f %ô9─ "
b"\x01 É┐+\x08 ùq\x13 ì,ªáª\x1F ¼ð "
b"\x01 É┐+\x08 úswé┤┬7\t )█ "
b"\x01 É┐+\x08 »rt«Är\x04 &i)¼ "
b"\x01 É┐+\x08 ¾q╠╝¸\x01 F\x11 ÙJ\x00 "
b"\x01 É┐+\x08 ■rFóéοKçõ£ "
b"""
\x01 É┐+\t \n
r¾òÿ\x1E Ø\x17 {.▒
"""
b"\x01 É┐+\t\x15 r(▓@NÅÞ§¼┘ "
b"\x01 É┐+\t s\x11 ¬Mò▓Ç┐═V "
b"\x01 É┐+\t +s׼└JýÁ░U "
b"\x01 É┐+\t 6p\x7F Ö©×ýxÆIo "
b"\x01 É┐+\t Bs┼å-O\x02 ║ðܧ "
b"\x01 É┐+\t {pD░¦ë"W"#\x18 "
b"\x01 É┐+\t åq¿æk┴+û1²r "
b"\x01 É┐+\t ÆskÖ°╣à╚*âÊ "
b"\x01 É┐+\t Øp\x12 çrè\x1E `b·Ä "
b"\x01 É┐+\t ¿r(¬ƒ»²ú\t ÷ç "
b"\x01 É┐+\t ┤s¼ø└╬╚▄Îúô "
b"\x01 É┐+\t ┐rªÖ█ïõ¬ìR1 "
b"\x01 É┐+\t ╩qrû!\x1C W│Ôð[ "
b"\x01 É┐+\t ıq└æ\x06 ©\x1E ■GN= "
b"\x01 É┐+\t Ór¯ôk«ªıÛsö "
b"\x01 É┐+\t ÙqZÁ¨$O\x02 Uy¿ "
b"\x01 É┐+\t ÷r\x14 åvë\x1F \f A¤ "
b"\x01 É┐+\n \x00 rÇ×┘┼O¿SÕ½ "
b"""
\x01 É┐+\n
\v p╠àwÚï×6·ø
"""
b"""
\x01 É┐+\n
\x16 sÏ╝û·ûÚ!■Õ
"""
b"""
\x01 É┐+\n
!s_Öæƒ±]\r .è
"""
b"\x01 É┐+\f $sn«\v ¸%ö¨[ß "
b"\x01 É┐+\f 0sÁ▓\x1F ,¯\x10\x0F »¶ "
b"\x01 É┐+\f <p¹åÐs\x1E vùR¬ "
b"\x01 É┐+\f HsOú°»°(g\x00 ¤ "
b"\x01 É┐+\f Ts¶ëdólÛ■Ä= "
b"\x01 É┐+\f `qæÖ?╗8▄H╣h "
b"\x01 É┐+\f mp2ÁóÙ©¸¦\x12 > "
b"\x01 É┐+\f xq¬ºÄ\x1F ¾~uÎ‗ "
b"\x01 É┐+\f äs\x16 ½üÖ-┘_uà "
b"\x01 É┐+\f És\Ñþ¨Íú[` "
b"\x01 É┐+\f £p§Æ¸r3?▀Dö "
b"\x01 É┐+\f ¿p·ì¤=\ ┤╗╝ "
b"\x01 É┐+\r \x05 s;ì\f\x04 Håkûæ "
b"\x01 É┐+\r \x0F q\x08 ºáø_3ÜËû "
b"\x01 É┐+\r \x19 pvöü|áÏâ╔Ä "
b"\x01 É┐+\r $sù║ß.u;eÊ$ "
b"\x01 É┐+\r .pZ│X[ Áü~ "
b"\x01 É┐+\r :pªô̶5V/\x02 ) "
b"\x01 É┐+\r Es\x1A ìry\x16 ÿ║┬S "
b"\x01 É┐+\r PrKø\x06 ,JEá\x1D k "
b"\x01 É┐+\r [pmæ«┤\r \x0E\x16 A┬ "
b"\x01 É┐+\r eqñ╣╦‗ø\x14 ┐¨p "
b"\x01 É┐+\r ps_║╦É0\x06 0┴Ü "
b"\x01 É┐+\r {rtÇ╝[þ?¬─É "
b"\x01 É┐+\r årÎúv\x06 dæÔ¡┤ "
b"\x01 É┐+\r ærNÉî\x10 ñÁ£ÞÕ "
b"\x01 É┐+\r øs├×þöìêð\f ─ "
b"""
\x01 É┐+\r ªs\n
æ/PRÍ\x1A\x12 ?
"""
b"\x01 É┐+\r µpÊ¢\x08 G\x06 ñ`ƒ^ "
b"\x01 É┐+\r ±rJ«öó^<Ói´ "
b"\x01 É┐+\r ²r{░\x1C ¨5\x19 7╗\x1E "
b"\x01 É┐+\x0E\v r&ÉòÁí\x1E ‗Õ\x7F "
b"\x01 É┐+\x0E\x17 så¬i«,;b6\x02 "
b"\x01 É┐+\x0E #r×┤kx‗ê©·¸ "
b"\x01 É┐+\x0E /r\x01 û¹/c╗└¢ö "
b"\x01 É┐+\x0E :s5ä¹*ô&æ┐Ê "
b"\x01 É┐+\x0E Fs~▒\v\x18 xãO╩Ë "
b"\x01 É┐+\x0E RqmÖß\ô│¢.æ "
b"\x01 É┐+\x0E ^sßå_3│J]4\r "
b"\x01 É┐+\x10 Ûp7©1êªç`è "
b"\x01 É┐+\x10 §pÊÁèäêÏS\x10 Õ "
b"\x01 É┐+\x11\x01 r┌ªcü│WÒ÷ë "
b"\x01 É┐+\x11 \r r▓ºþJGìQÛm "
b"\x01 É┐+\x11\x19 rðë9Ñ▄L┤ð╔ "
b"\x01 É┐+\x11 %róú│«¢Qä░' "
b"\x01 É┐+\x11 0q%è¯l>\x0F ¥W° "
b"\x01 É┐+\x11 <p!ƒ\e ã©qç; "
b"\x01 É┐+\x11 GrSØ\x10 )þÙ¢┼q "
b"\x01 É┐+\x11 Rr냸¬"$╬\x1F ¾ "
b"""
\x01 É┐+\x11 \q▒åë\n
Z<\t ½N
"""
b"\x01 É┐+\x11 gr(Ñ.Zv\x1A ¬░M "
b"\x01 É┐+\x11 rs(×+Ó\x1A\x13 "^ "
b"\x01 É┐+\x11 |pk¢\x13 £pûilF "
b"\x01 É┐+\x11 çr\x1D Án\x00 ³N+£¤ "
b"\x01 É┐+\x11 öqZÑ▓3k\x04 L▄\x03 "
b"\x01 É┐+\x11 áp§Ñ¾^&fd¦\x15 "
b"\x01 É┐+\x11 ½sªò"EÝ%DL} "
b"\x01 É┐+\x11 Àrfñxê╬¿'░º "
b"\x01 É┐+\x11 ┬s&áêãñcÐ█Ø "
b"\x01 É┐+\x11 ═r\x1E ôïóÏ1×-É "
b"\x01 É┐+\x11 Îp¥î\x02 BÓ¹▀╦¼ "
b"\x01 É┐+\x11 Ôs£░?ûû╬ý¤ "
b"\x01 É┐+\x11 Ýpµ╣Þ\x7F ■ôå±ë "
b"\x01 É┐+\x13 Ùr\f ▒▀öú\x0F\x03 sù "
b"\x01 É┐+\x13 ¸sÑ¥{\x1C ¹Ëfå\x03 "
b"\x01 É┐+\x14\x04 sâòaÀAJEïÞ "
b"\x01 É┐+\x14\x11 rN║Ï\x1F g@\x19 *▓ "
b"\x01 É┐+\x14\x1D p#íÕeË\x06 lï\x1A "
b"\x01 É┐+\x14 )r╝Ü@Á¹ 7<Ë "
b"\x01 É┐+\x14 5s|í\x17 qÀ;\x07 5┬ "
b"\x01 É┐+\x14 @poôµ\x06 §O│\x06 "
b"\x01 É┐+\x14 Kqt░MÄ<‗üKÍ "
b"\x01 É┐+\x14 VqÇê¶■\x7F └\x0F þ\x19 "
b"\x01 É┐+\x14 ap¿è■ÒY¸íûK "
b"\x01 É┐+\x14 lr┤áìß,█╠Ht "
b"\x01 É┐+\x14 vrƒò¶·¯jð!á "
b"\x01 É┐+\x14 üsßÑh·søð\e t "
b"\x01 É┐+\x14 ïr$íþ└©7«±ù "
b"\x01 É┐+\x14 òq¥Â┼|D╗5° "
b"\x01 É┐+\x14 ás%ét¾╝G\x10 [¯ "
b"\x01 É┐+\x14 ¬qE£\Ä\v ¥ƒ¨$ "
b"\x01 É┐+\x14 Áp▒ì¥øÝÏñ$k "
b"\x01 É┐+\x14 └räñ_N8þVõ "
b"\x01 É┐+\x14 ╦rUÉ!_büFæ5 "
b"\x01 É┐+\x14 Írüàu´Â\x13 ╔ÖÙ "
b"\x01 É┐+\x14 ÓqkêlX'/ºÏy "
b"\x01 É┐+\x14 Ùs¥ë"[÷\x05 i"ÿ "
b"\x01 É┐+\x14 §r█½*©├?\x02 ó\x7F "
b"\x01 É┐+\x15\x00 qÞêë\x1D "═°ñN "
b"\x01 É┐+\x15\v pÕ┤▒┘\x02 ÙÕ┤# "
b"\x01 É┐+\x15\x15 s\x15 ®ãüá;´í┌ "
b"\x01 É┐+\x15 q9░¶\x1D\x12 ▒▒6ð "
b"\x01 É┐+\x15 *s¦Æ>yeʼg¢ "
b"\x01 É┐+\x15 5s█ü"R┬´4Bí "
b"\x01 É┐+\x15 ?qÿîãÇòN-\x11 ▀ "
b"\x01 É┐+\x15 Jq5¼\x16 ¤»ý(ý\x7F "
b"\x01 É┐+\x15 Tq\v ▓ð§z■þøV "
b"\x01 É┐+\x15 _q8ï_Ùü\x1D B\x14 d "
b"\x01 É┐+\x15 jróáÈ&Z;ãíB "
b"\x01 É┐+\x15 uqÒÁ5Á\e ,Z{ "
b"\x01 É┐+\x17 eq^àC▒╦ÖÇÀÏ "
b"\x01 É┐+\x17 çs[ä╩ZÁ ¯\E "
b"\x01 É┐+\x17 Æræ╗▀ k┘:ÿÛ "
b"\x01 É┐+\x17 ╚s¡«¼│\x03 \n Ì\x00 ý "
b"\x01 É┐+\x17 Ër¬ä[\x17 Ë2ƒü▒ "
b"\x01 É┐+\x17 Ìs¦»\v §,äu㥠"
b"\x01 É┐+\x17 Úp═ò\x03 ½¿°wUy "
b"\x01 É┐+\x17 ¶rÙÆ¾ûÎfº÷1 "
b"\x01 É┐+\x17 ■r°û¡eí¤┐R│ "
b"\x01 É┐+\x18\t rNÄæÉÚåhõñ "
b"\x01 É┐+\x18\x14 s¨¢│G\x18\x19 DsH "
b"\x01 É┐+\x18\x1E p[▓6·(7V\x19 ╦ "
b"\x01 É┐+\x18 )pPº|'>ø_╦s "
b"\x01 É┐+\x18 3pÐ▓1Ìý0┤Ò¨ "
b"\x01 É┐+\x18 >sAæàvQQ\x04 üh "
b"\x01 É┐+\x18 Ir`░kƒ\x10 ┤"\x18\x1E "
b"\x01 É┐+\x18 SpRÖ®l餯k¢ "
b"\x01 É┐+\x18 ^s‗¿Àu©ªç\f " "
b"\x01 É┐+\x18 iq╣éà»│÷±ã\r "
b"\x01 É┐+\x18 sqù®³H'\x12 ¸‗£ "
b"\x01 É┐+\x18 ~s¶ê▓\x05 °LÓDj "
b"\x01 É┐+\x18 ëq[ø·ÝHÓ~xB "
b"\x01 É┐+\x18 òr\x08 ½lß;\x19 │³╦ "
b"\x01 É┐+\x18 áqÂĽ©®_4\x12\x11 "
b"\x01 É┐+\x18 ½p@Ø▄8~Tµ®Û "
b"\x01 É┐+\x18 Âr├ï¦L\x02 ün¤? "
b"\x01 É┐+\x18 ┴s┘│Ë└\x1D\x18 {Rî "
b"\x01 É┐+\x18 ╠rSܵ7®Ä¦\x7F P "
b"\x01 É┐+\x18 Îq9É´¢\x03\x12 &] "
b"\x01 É┐+\x18 ßq%î╬\x19 缬lö "
b"\x01 É┐+\x19 pr/ñ\x07 ╬U\x7F Äź "
b"\x01 É┐+\x19 {s.£\x18 ▓di³ö· "
b"\x01 É┐+\x19 àpÇǾa¡ò╬│\x19 "
b"\x01 É┐+\x19 Åp±ö▀eÇ┤¶|K "
b"\x01 É┐+\x19 Öp=¡┴[áRÁ¯ð "
b"\x01 É┐+\x19 ñpªª├¿·Nu─¨ "
b"\x01 É┐+\x19 «s¹½┌¼pã¡i\x0F "
b"\x01 É┐+\x19 ╬rð©,¯ë<±(░ "
b"\x01 É┐+\x19 ┌q°òÉqƒ%f5½ "
b"\x01 É┐+\x19 µpÆ«º┼░å\x06 ×] "
b"\x01 É┐+\x19 ±s:©-®ïÙD▓▀ "
b"\x01 É┐+\e Yr:ƒÑ"p5(-¥ "
b"\x01 É┐+\e dr"ÅK▒&█mvk "
b"""
\x01 É┐+\e ns9ø\n
\x08 çü┴\x18 é
"""
b"\x01 É┐+\e yr¨╣l°\x7F ╩┴┼F "
b"""
\x01 É┐+\e âr8뢩▀w\n
\x17 Ë
"""
b"\x01 É┐+\e Äp╠Ñı\x7F ê\x02\x1F z\x1F "
b"\x01 É┐+\e Ör┴øÂ\x07 |_ìóÐ "
b"\x01 É┐+\e úsì£_#IıÍqa "
b"\x01 É┐+\e ▄qÜØ:¡ ÿ¼°q "
b"\x01 É┐+\e ÞpÅ¡l┼¢ ı\x00 ® "
b"\x01 É┐+\e §qP«ooq\r n┘ "
b"\x01 É┐+\x1C\x01 r%×nïJS¿|▓ "
b"\x01 É┐+\x1C \r sðâ▓°óþ\x03 °║ "
b"\x01 É┐+\x1C\x18 rÕ¿_¥\d¥\x1D - "
b"\x01 É┐+\x1C $sK¬├Jø+>gÇ "
b"\x01 É┐+\x1C /rd¼┐صZeZ¤ "
b"\x01 É┐+\x1C :sÁò#\x11 M%z─Å "
b"\x01 É┐+\x1C Es┌ª¾▀\x16 !t└² "
b"\x01 É┐+\x1C PrDØ\x06 ;V\x06 ┬\x1A f "
b"\x01 É┐+\x1C [rã½\x16 +í│M░` "
b"\x01 É┐+\x1C gsxô7║╩é"▒y "
b"\x01 É┐+\x1C qs×╣Ò‗ð&ı"\x1C "
b"""
\x01 É┐+\x1C }qÝ¥ÕßǸ\n
è#
"""
b"\x01 É┐+\x1C êqC»ëô<Zh▄M "
b"\x01 É┐+\x1C öräá\x02 <W\x15 >¹~ "
b"\x01 É┐+\x1C ƒr[ó¥_z┤╦8┼ "
b"\x01 É┐+\x1C ¬qg»_?û>Î▒\x06 "
b"\x01 É┐+\x1C Áq«àçåé"R┼$ "
b"\x01 É┐+\x1C ┐qnñNα\x0F ╠xe "
b"\x01 É┐+\x1C ╩p¢íÁSbÄ6\x04 à "
b"\x01 É┐+\x1C ıqV┐ئ¼Ýµ\^ "
b"\x01 É┐+\x1C Ós\ú\x17 ©öfS®Û "
b"\x01 É┐+\x1C Ùp\É\x1E Øÿ+Ï·Ø "
b"\x01 É┐+\x1C ÷sÔö█▄â22U- "
b"\x01 É┐+\x1D\x00 ròú\e :4ì!\x08 B "
b"\x01 É┐+\x1D\v r_Ñ\e »\e ┼\x0E ºÂ "
b"\x01 É┐+\x1D\x16 s«øÏ‗C─?þ= "
b"\x01 É┐+\x1D !p`èÙ\x12 OãÌ╗v "
b"\x01 É┐+\x1D ,rÆ¡▄DT±@ßa "
b"\x01 É┐+\x1D 8p@╗(T\x1E `Ò▄[ "
b"\x01 É┐+!┬qãøêçò<g¤9 "
b"\x01 É┐+!═p*▒À]a h┼¹ "
b"\x01 É┐+!┘sUû]▀á{█\x08 / "
b"\x01 É┐+!õs┐âgÉPXþ£& "
b"\x01 É┐+!´p\ôHá\x06 7{yS "
b"\x01 É┐+$rpøú╦4▒í\f w¸ "
b"""
\x01 É┐+$~s%à\n
¿´çÿ'É
"""
b"\x01 É┐+$èpÛ┐\x1E y┌è\x10\x1A ¢ "
b"\x01 É┐+$ûsÖÖ\x1C\x02 ñÕà²e "
b"\x01 É┐+$ópÑ׸tùã±║8 "
b"\x01 É┐+$»pí╣═┬└ÌÐY "
b"\x01 É┐+$ýrq£è ¨¶ÁLÈ "
b"""
\x01 É┐+%\n
r§Åë÷╦n┤ìQ
"""
b"\x01 É┐+%\x16 röê6╠\x1A\x11 øsÎ "
b"\x01 É┐+%!rñï>▄\t C6Ç\x1E "
b"\x01 É┐+%,r‗¡gÄ\f 6yÀ "
b"""
\x01 É┐+%7snì\x1D \n
l║Vk³
"""
b"""
\x01 É┐+%Cp\x05 ÂáP\n
x/x=
"""
b"\x01 É┐+%Np\x07 ÀP\x1D zÇY╩& "
b"\x01 É┐+%Yp'║═æR`\x17 «\x02 "
b"\x01 É┐+(\x11 sù│▄‗ïª┤Ñà "
b"\x01 É┐+(\x1E q\x1A Å╦%xÄ\x1C gj "
b"\x01 É┐+(+qí▓_î┌gÏCB "
b"\x01 É┐+(8rh┤c╝Åc¨╗K "
b"""
\x01 É┐+(Esb»Guw\n
;,1
"""
b"\x01 É┐+(Rqs┐°[Fß´&º "
b"\x01 É┐+(`peÑ`\x11 ÜMhW "
b"\x01 É┐+(mp*¿ <jùql^ "
b"\x01 É┐+N¥ssÑH=▒z±el "
b"\x01 É┐+N╩r┬║\t L║4Ä\x18 \ "
b"\x01 É┐+NÍs╬ù÷\e\x17 éÑA╦ "
b"\x01 É┐+NÒs\x01 ì(êÑ\x13 ê‗╔ "
b"\x01 É┐+N´sí¼ ©Ä▓^:é "
b"\x01 É┐+N¹sª│\x1C ÎÜy\x08\x0F\x12 "
b"\x01 É┐+O\x08 r╚â1nqÚ\x0E ┴¯ "
b"\x01 É┐+Q\x01 s\x08 │╣\x10 ~F1▀\r "
b"\x01 É┐+Q\x14 sÂñ6åqJ|6ë "
b"\x01 É┐+Q"r\x7F ÖM(Ç\x05 ÖÇq "
b"\x01 É┐+Q1q▄çåÉ Y\x06\x1E\x1F "
b"\x01 É┐+Q?s‗Æá\x1D\x03\x14 ─ÅN "
b"\x01 É┐+QRq┐å║-·HP\x7F Ö "
b"\x01 É┐+QarGú{\x14 ±`Û]P "
b"\x01 É┐+QopoäƒÏÙ┤пŠ"
b"\x01 É┐+Q|pBÄïSîÏ:'± "
b"\x01 É┐+Qëp├ê%\x19 Öü\x1C Z9 "
b"\x01 É┐+Qòp\x07 Æ\x1E Óºbqü< "
b"\x01 É┐+Qíq\v Ö\x16\x00 )ê┤Wö "
b"\x01 É┐+Q¡pµÄî:{õÔz% "
b"\x01 É┐+Q╗s║¡ºµ«\x11 nI5 "
b"\x01 É┐+R£ss¿fÚ \v ¡g} "
b"\x01 É┐+R¬qß░ïË▒ïıU┼ "
b"\x01 É┐+R╣pýÆ_┴\x05 ┬ä\x7F ° "
b"\x01 É┐+Rãq┬ƒå*¤Dró "
b"\x01 É┐+RËp³£î°=2\x10 Õ "
b"\x01 É┐+RÓp┌¡î░c┘B]© "
b"\x01 É┐+RÝq+ü╝T²jÄ█z "
b"\x01 É┐+R·pQ╗)øQ)JÔv "
b"\x01 É┐+S\x06 qÁªT╣ñ:GX\x11 "
b"\x01 É┐+S\x13 r±¡û"伿 ã "
b"\x01 É┐+S s³ùf\x01 ─┌ "
b"\x01 É┐+S-s\x08 Éí┐ôÂ\x06 ª× "
b"\x01 É┐+S9riÑ>C^\x04 ▀ã\x15 "
b"\x01 É┐+SErÓ¡Qù]C³sW "
b"\x01 É┐+SPr'ë╩¯, xäÈ "
b"\x01 É┐+q╣q1Æ\x05 ^_d│jë "
b"\x01 É┐+qãs%óÿ\x1F ðætºl "
b"\x01 É┐+Ñ\x1E rRÖ(N¸ÚN┬ÿ "
b"\x01 É┐+Ñ)q╠¼¾7¹ú█V9 "
b"\x01 É┐+Ñ5p8íäU¶\x1D ôõR "
b"\x01 É┐+ÑAr'ôÔW%\x1C Ũ\x05 "
b"\x01 É┐+ÑNq%£®ÖÂ)~òÆ "
b"\x01 É┐+Ññp=æG╗Ô▓~y« "
b"\x01 É┐+Ñ▒rO▓¯-Î\x08 oÑ╦ "
b"\x01 É┐+Ñ¢r┤ª┐§pÜÄÄ "
b"\x01 É┐+Ñ╔q╬ô¦░¼âI═ï "
b"\x01 É┐+ÑısÁ¬à1╩`XG│ "
b"\x01 É┐+ÑßpHáI╠bI¬fb "
b"\x01 É┐+ÑÝrõƒó½┐Xùúð "
b"\x01 É┐+Ѩqð¬ß3╬ú!ªö "
b"\x01 É┐+ª\x05 s8º╗├9ǧչ "
b"\x01 É┐+ª\x11 pGûÁ×û¡â\x02 » "
b"\x01 É┐+ª\x1D p│ä¶<Á}æ├╦ "
b"""
\x01 É┐+ª)rMæ▀\n
ïìPQÊ
"""
b"\x01 É┐+ª6qâ®´!\x01 ßÐ\x1C þ "
b"\x01 É┐+ªErEØ&┼½¿\e ϶ "
b"\x01 É┐+ªSsRî\x0F À\t ùù╣ò "
b"\x01 É┐+ª`qMå$\x1F 8L"Ú "
b"\x01 É┐+ªos╠×IlQ¬║=º "
b"\x01 É┐+¿BsôÄìohÓ┴\x08 0 "
b"\x01 É┐+¿Op┬ô!~«\x18 Û3░ "
b"\x01 É┐+¿[rÃ▓\x07 ãçZ│\x03 v "
b"\x01 É┐+¿gpìç¡i¨Aƒ│) "
b"\x01 É┐+¿vpr¼èEûƒÆEÞ "
b"\x01 É┐+¿érÄ░ø®ÿ╣Ï%Õ "
b"\x01 É┐+¿Ås®ì\x7F ?( ÑóÒ "
b"\x01 É┐+¿øp^º┘\x1E ┤J■y± "
b"""
\x01 É┐+¿¿q╩á¬{n\n
Y½½
"""
b"\x01 É┐+¿Áp]Â"s┼B8J╩ "
b"\x01 É┐+¬┤r┘»UJè\x7F À±V "
b"\x01 É┐+¬└s7ûS╝¾,BÂS "
b"\x01 É┐+¬═s|æíáüèØò¾ "
b"\x01 É┐+¬┌sJà\x05 ú<²┐Au "
b"\x01 É┐+¬µs\x03 áu─█-ÅdS "
b"\x01 É┐+¬‗r=Ö\x05 Ä\x1D ý.█ "
b"\x01 É┐+¬■qøô>RÛn«┐1 "
b"""
\x01 É┐+½\n
p¸à$└M┤┐tí
"""
b"\x01 É┐+½\x17 s┬▓ø\r »$ðgÐ "
b"\x01 É┐+½#q▀ù¡‗`UÊt\x1D "
b"\x01 É┐+½/sóÁ╬\x1D e»ÐuÎ "
b"\x01 É┐+½;rà»í'¯HX¬á "
b"\x01 É┐+½Gs╣ÂÛô\x1D ┼\x0F ±@ "
b"\x01 É┐+½RpÆî╝ð@·\x0F ╝þ "
b"\x01 É┐+¡:sÌâåÁã%╗zo "
b"\x01 É┐+¡Hr)¢└¨¬\x1C Mî\ "
b"\x01 É┐+¡Uq~ÿÒ\x00 $Sÿ\O "
b"\x01 É┐+¡bqw┤Iá©Hôì "
b"\x01 É┐+¡pp±║\x05 îéÉÜôC "
b"\x01 É┐+¡}r\x02 üÖÅÉô¡Hw "
b"\x01 É┐+¡ÿr╝¿´ÑÕÿ×R÷ "
b"\x01 É┐+¡Ñp┐ì▄öVÚÄñ\x01 "
b"\x01 É┐+¡│süóZCËë▒Ûô "
b"\x01 É┐+¡└sTó9SK!\x04 æ\x12 "
b"\x01 É┐+¡═s\x0E ┤XqÜC▀÷ "
b"\x01 É┐+¡┌s─▓Àz¾²öǦ "
b"\x01 É┐+¡Þq\x1C ç²┘\x7F ▒\x06 R╝ "
b"\x01 É┐+«\x02 sc┤CÇ\x03 ¿\x10 ©è "
b"\x01 É┐+«\x0E q\x02 Ö╠-¿e3`\x13 "
b"\x01 É┐+«\x1A sÉåO@█~\v ■Ç "
b"\x01 É┐+«'ppøªúSJÐ┤N "
b"\x01 É┐+«4pmÖ.ıùõ¸╗\v "
b"\x01 É┐+«@s>àO7EÍZÿf "
b"\x01 É┐+»│rø░°KòðR┤¶ "
b"\x01 É┐+»└réÇL\v ▄¦¹èÑ "
b"\x01 É┐+»═p\x11 Á#\x08 ,bc«i "
b"\x01 É┐+»┌s-êÌ|╬Y‗.b "
b"""
\x01 É┐+»þq\x7F ƒ\f ┬P\n
ƒ½ê
"""
b"\x01 É┐+»§s\x11 Ø\x12 âÂÔ%N╬ "
b"\x01 É┐+░_rÏ®\x0F è╬É═\x13 ¶ "
b"\x01 É┐+░lp¥½\x19 ×└┼ÈJÿ "
b"\x01 É┐+░yq\x1E àsöPÏ»Ç "
b"\x01 É┐+░çsÜ▒╬`3\x12\x07 ì§ "
b"\x01 É┐+░ös\x1F å\V╝▒$ÙL "
b"\x01 É┐+░ós=®;ê\x0F H╗ñ┬ "
b"\x01 É┐+░▓rJ¬\x11 9\x16\x0F ×G\x06 "
b"\x01 É┐+░┐p`½_3êÖ┬Ô\x0E "
b"\x01 É┐+░╠q¾ëJLjùn§I "
b"\x01 É┐+░┘rÙà»2Ê:\r êe "
b"\x01 É┐+░µs_£*\v T´\f ╦Ä "
b"\x01 É┐+░÷rä¢ç.\x13 £║ǯ "
b"\x01 É┐+▒\x06 p¸É¿▓ø{ß+Å "
b"\x01 É┐+▒\x15 pý░╔¯_┴ÌO\x0F "
b"\x01 É┐+▒!r▄ü÷]Ðc$\x1C B "
b"\x01 É┐+▒-rÅ»º\x02 µÌmþ "
b"\x01 É┐+▒:sPÁ│ƒÊ\x0F ║}┌ "
b"\x01 É┐+▒Fs*¬îÒ┐Ãfe× "
b"\x01 É┐+│9qiعÿüØj┌Û "
b"\x01 É┐+│Gqõô{▓F‗,=÷ "
b"\x01 É┐+│SsÂéO╝1ú«!Ò "
b"\x01 É┐+│_sı▒\x17 jéͶ=Ì "
b"\x01 É┐+│kqO£f?r'┼çë "
b"\x01 É┐+│wpß«Ru\x1F ³\x10 l "
b"\x01 É┐+│âp─ù¿×¦ç\x0F >ƒ "
b"\x01 É┐+│Åq}╗╠W§¡¶}ª "
b"\x01 É┐+│øs\x7F «┴î╠T■\x03 å "
b"\x01 É┐+│ºpÑúËÂÝmj-▀ "
b"\x01 É┐+││r6Å·\r ðûæ\x02 õ "
b"\x01 É┐+│┐r^îÿjVè\x0F Áª "
b"\x01 É┐+ÂHp\x18 Âÿð¼\\x7F @K "
b"\x01 É┐+ÂVsè¢B7)\x1F ╚-\x02 "
b"\x01 É┐+Âdq¯╣5yö)s!þ "
b"\x01 É┐+Âsr▀┐dz╦sÈ&ê "
b"\x01 É┐+Ââr¬£\x01 ]@³\x1A ´Ô "
b"\x01 É┐+ÂÉsI┐í¯A¿ørc "
b"\x01 É┐+ÂØpU│FXö╣q=‗ "
b"\x01 É┐+¬rY¼c,╣==å$ "
b"\x01 É┐+©r\x07 ºS\x10 Ô1sı\x03 "
b"\x01 É┐+Â┼q{û¸Á\x14 ªd\x1D\x06 "
b"\x01 É┐+ÂËq ▓àq\f\x0F »°6 "
b"\x01 É┐+ÂÓp?Áòüñ┼7k┼ "
b"\x01 É┐+ÀKp\e áõÕ'B<bO "
b"\x01 É┐+ÀYq\x1A │\x06 Wı@ËÝ| "
b"\x01 É┐+©╠sE½\f ╣»\x00 Ë6k "
b"\x01 É┐+©┘s╠®\x12 EZABe "
b"\x01 É┐+©µs\x13 اe6\x05\t\x04 ¹ "
b"\x01 É┐+©‗q\x11 À\x1C 7.^EY" "
b"\x01 É┐+©■qpúÁáw=j÷Ò "
b"""
\x01 É┐+╣\n
p¡Ñ\x02 ß\x16 ÆéW:
"""
b"\x01 É┐+╣\x17 pÏ¢£\x10 ¦¦æ\x7F\x1A "
b"\x01 É┐+╣#p&êÂı\f\x7F ▓Q0 "
b"\x01 É┐+╣/pø«:y\x02 î#│Ð "
b"\x01 É┐+╣;q\x07 ô0¨\x04 hð\x00 c "
b"\x01 É┐+╣HqÓüGµ-< kc "
b"\x01 É┐+╣SrË╝°pü qÎó "
b"\x01 É┐+╣`pÊúzè─4¶P[ "
b"\x01 É┐+║árµ¼Ý\x1A (Âä\x07 "
b"\x01 É┐+║»qYÉE^õ§S█Ò "
b"\x01 É┐+║┐p(▓¸|ï\x7F ¼þ» "
b"\x01 É┐+║═s║îY½é┴Ýø░ "
b"\x01 É┐+║┌sÃìí¢±L\x1A XÝ "
b"""
\x01 É┐+║µs└«\n
\x02 2▓~È═
"""
b"\x01 É┐+┼\x10 p░Ä▄¦-└*├4 "
b"\x01 É┐+╚ qÜ®hO[°uN0 "
b"\x01 É┐+╚-rH®┐╩P\x02 EH` "
b"\x01 É┐+╚9sõ│\x07 9ð¸<ñ% "
b"\x01 É┐+╚Fq\x11 æ│۾ăºõ "
b"\x01 É┐+╚Rq1Â~úï³▓6¨ "
b"\x01 É┐+╚^p┌½$pîïÖ\x03 F "
b"\x01 É┐+╚jsÝé_¡&³\x08 ╔Û "
b"\x01 É┐+╚wqÅåÓ\v\x06 û╝ñ\t "
b"\x01 É┐+╚äs\x15 É\e }j┌\x7F º3 "
b"\x01 É┐+╚æp¡í░ì@ù嫬 "
b"\x01 É┐+╚×qfòcäã═Cm "
b"\x01 É┐+╚¼q╬û<╗ÝçfÀå "
b"\x01 É┐+╚╣p=Ñ╠÷غ"YÚ "
b"\x01 É┐+╚ãs┐«\v Í╗?¥\x05 ) "
b"\x01 É┐+╚Ësk¥┐\x11 k\x1E §Ý§ "
b"\x01 É┐+╚▀r─óU\r òîì]Ï "
b"\x01 É┐+╚Ùsîú└àU>h_╠ "
b"\x01 É┐+╚¸pr┐\x01\x7F ù\x14 »=s "
b"\x01 É┐+╔\x04 pxí&ò{¦½Oc "
b"\x01 É┐+╔\x10 rÍ╣ðü#Oya© "
b"\x01 É┐+╔\x1D puÄ¥}\r îæ¹Þ "
b"\x01 É┐+╔)paëÔ╠B╬ÀÔ\x18 "
b"\x01 É┐+╔5q9â9'«¨ d\x10 "
b"\x01 É┐+╔BrÏåD9▓┘«ñ\x0F "
b"\x01 É┐+╔Nqµ┐)\f £ 6j\x18 "
b"\x01 É┐+╔ZpE│z¤âôk)b "
b"\x01 É┐+╔gpúãîâ\x1F 9MT "
b"\x01 É┐+╔xsùÇ¡Y\x00 qD,9 "
b"\x01 É┐+╔åpq×.\t S>Äoô "
b"\x01 É┐+╔ôsñ¡4\x11 UxÌï "
b"\x01 É┐+╔áq▄ë\x0E lä‗\x02 av "
b"\x01 É┐+╔¼r®½S3╩Sp£ "
b"\x01 É┐+╔©q·ìH_╚p¶3\x1F "
b"\x01 É▄ááPpwéïÃ¥³[á▓ "
b"\x01 É▄áó?q©ºÒ┴\x02 ëª\x1C\x08 "
b"\x01 É▄áñ*r%¢«µÛ\x7F )¡´ "
b"\x01 É▄áª\x19 s\x16 èP║ä\t u4\v "
b"\x01 É▄á¿\x07 q\x11 ÖC\x1C\x1A 3\x08 l© "
b"""
\x01 É▄᮸rPÄ\n
k /\x02\x06\x12
"""
b"\x01 É▄á½Ûrãéaó\x02 Ú\x19 Ôá "
b"\x01 É▄á¡█rmìÆêõÿä¶ú "
b"\x01 É▄á»╠q┘ø╩§4È\x07 Þ2 "
b"""
\x01 ‘»Z\f 2rƦ0\n
\x10\x1E ƒA\x03
"""
b"\x01 •´é©xp¬¹ñÂ!\x04\x10 s] "
b"\x01 •´é©‡qF…DÈnGéáH "
b"\x01 •´é©–qiµûF“×\x7F Ÿ\x04 "
b"\x01 •´é©¤pœ¾ÅäS|“ß\x17 "
b"\x01 •´é©³p–€)5p¾‘ÿf "
b"\x01 •´é©ÁsÝ•\x10 g\x01 M2B¸ "
b"\x02 ?ðó½ZK2ØYì\x01 ÐhÖÉ "
b"""
\n
\x03 <Ý£└AÅ▓ìõé¸\x1E ¤U
"""
b"""
\n
ðC䓘C?—ûÈ\x1F ©ó |
"""
b"\f ©ª-\Ð@}ª^Fý¯%H\r "
b"\x0F 7€œeS@ñ¼KiŠ’JY\x0F "
b"&Ȩ̈ŸîGJ¬¿\x06 †tÿ\x06\x1E "
b"(=&L&7IC£Í\x1F {U\x19\x1C Š "
b"--ŽC#JEÀ£=#ª\\e k® "
b"0EÂÅœ\t IHº&ã˼Þ`Ù "
b"2š—Á6>LèŒ;²\v\x0E âúö "
b"2õöÔð$Gœ\x1F nC<”ïl "
b"4à\x14 ¹ð\x00 Ct³%\n ûJ'[- "
b"<}zôî§LoÅ¿×ï╠¦O└ "
b"=ü¨ý{\x01 CñÁϺ#Zç\e H "
b"?†ª#–ÀC˜ª¡5Z\e\x03 =\x12 "
b"Aå\x01 ;gÖM:’·¢uÚŠôA "
b"C\x7F ú‡ÌNLx…þ°}|Eä\x15 "
b"QX\x1D u†àH\v €\x1A «µ°…½Ì "
b"T\x14 v’ËûCAšm\x11 âlDÜ "
b"Y—Ù\x1D ÀxI—½ïhßÅ ‰\x12 "
b"b+ËhØvMV•\x11 íµ\r okš "
b"c╗ã\x07 GÝ@╚îrvZµÅ▀\r "
b"eW\x1A ã×\x18 N\x14 ³\x05 Ьö0ßC "
b"\x7F ñ\x10 3(?Cg³‰Â!h< \x1E "
b"ˆËAaã0EÜ™\x18 H‹I”Ǧ "
b"Är>ÛÉ\x00 GêÅïöÚ‗@\t ¢ "
b"Å«LÚÝ\x1D @hîû¬ ╩È¢& "
b"ɦi©³¦Gº│\x17 9xË\x1C é³ "
b"‘…º«T•Ií‚zÉOšV±A "
b"ò¨\x19 öGKOƼßõü@ëhï "
b"™ô aC+N]¼\x12\x0F þyºâ\e "
b"¡V”\x17 2¢KA¼\x7F (é\x02 NàÌ "
b"¬ýu†Ð(Hñ¬€\x1F Gvï¤\x14 "
b"¯tNÁ«¤F÷…§~À×á-o "
b"ºy陵óCI®MÍ›s\x0F ]y "
b"║Þ├©ªñE^ø\x02 w¦É¥%ÿ "
b"¼éê¤+¼FÙ»€¸\x1C É®þ¯ "
b"├ø¿¢R╠G8ì=\x10\x08 ‗\x13 ×ô "
b"Äé¥À>\x14 GÊ—MNrô÷\x1E à "
b"çfyØj•I\x0F «ûQZ¡ÆÊ¾ "
b"ê;žúîáJ¶ŠÆBO\x06 z}š "
b"¯HJ\x0E Ù;EÉÑ╣¶¢\x08\x14 ë# "
b"¨ìY╝|ÄK╩║K\x04 P¿¸ëª "
b"üAW\x18\x7F çG’°~*‹sôÿ^ "
]
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 (0x018F28E328E67D0BA2ADEFF05DFC2DE4 , 0x018FC3EC8B0C7995B577325D7F0D3CF1 , 0x018FC3ECC5E871F2812AB7FBAD0D3221 , 0x0190BF2AB9EB72E9AD1E84AFBFE48A34 , 0x0190BF2AB9F7703DBEDE1741D1C7FA82 , 0x0190BF2ABA0273B5A39F7C8B81109DCE , 0x0190BF2ABA0D73AEBFAB710197ABD164 , 0x0190BF2ABA1971058BE7122E920F751F , 0x0190BF2ABA2671F584F06CC08D0BFF6A , 0x0190BF2ABA3773888B8244396BCAB408 , 0x0190BF2ABA44712F828FBD5542AAFF2C , 0x0190BF2ABA5072F0A0529114C9A663C3 , 0x0190BF2ABA62705D877A10184B512392 , 0x0190BF2ABA6E72A79E11E89FBA9935EC , 0x0190BF2AFF2C7207B308FDDEB1F959D5 , 0x0190BF2AFF37704F86E96A0EA61B1AE2 , 0x0190BF2AFF42723C9E133CAA9A5B8E37 , 0x0190BF2AFF4D70EB9A2C1BBBFA27EA46 , 0x0190BF2AFF5771CEAFFC6C4A2B439E58 , 0x0190BF2AFF627145AB073FFCEFE1ADF9 , 0x0190BF2AFF6C71E5A7CBCB18B9FCAF6A , 0x0190BF2AFF8270AD8D8326E7E39EF018 , 0x0190BF2AFF8C7114B698A0E2773E2541 , 0x0190BF2B0232701E9C1D60BB371BD600 , 0x0190BF2B044872EDA072A68708244B97 , 0x0190BF2B0453735AA195E39238EF8286 , 0x0190BF2B045E70479843B75DBC3C5D56 , 0x0190BF2B04687217992213D28FB44451 , 0x0190BF2B0473710982876C6070C6A0FA , 0x0190BF2B06D47034A1477E4356C6F666 , 0x0190BF2B06DF737BB687706AA4F0F979 , 0x0190BF2B06EB71CDA0B8929AA544B2FD , 0x0190BF2B06F87019B1B3C60C259339C4 , 0x0190BF2B089771138D2CA6A0A61FACD0 , 0x0190BF2B08A3737782B4C2370929DB20 , 0x0190BF2B08AF7274AE8E7204266929AC , 0x0190BF2B08F371CCBCF7014611EB4A00 , 0x0190BF2B08FE7246A282D7A84B87E49C , 0x0190BF2B090A72F395981E9D177B2EB1 , 0x0190BF2B09157228B2404E8FE8F5ACD9 , 0x0190BF2B09207311AA4D95B280BFCD56 , 0x0190BF2B092B739E8EABC04AECB5B055 , 0x0190BF2B0936707F99B89EEC7892496F , 0x0190BF2B094273C5862D4F02BAD09AF5 , 0x0190BF2B097B7044B0DD892257222318 , 0x0190BF2B098671A8916BC12B9631FD72 , 0x0190BF2B0992736B99F8B985C82A83D2 , 0x0190BF2B099D701287728A1E6062FA8E , 0x0190BF2B09A87228AA9FAFFDA309F687 , 0x0190BF2B09B473AC9BC0CEC8DCD7A393 , 0x0190BF2B09BF72A699DB8BE4AA8D5231 , 0x0190BF2B09CA717296211C57B3E2D05B , 0x0190BF2B09D571C09106B81EFE474E3D , 0x0190BF2B09E072EE936BAEA6D5EA7394 , 0x0190BF2B09EB715AB5F9244F025579A8 , 0x0190BF2B09F672148676891FFF0C41CF , 0x0190BF2B0A0072809ED9C54FA853E5AB , 0x0190BF2B0A0B70CC8577E98B9E36FA9B , 0x0190BF2B0A1673D8BC96FA96E921FEE5 , 0x0190BF2B0A21735F99919FF15D0D2E8A , 0x0190BF2B0C24736EAE0BF72594F95BE1 , 0x0190BF2B0C3073B5B21F2CEE100FAFF4 , 0x0190BF2B0C3C70FB86D1731E769752AA , 0x0190BF2B0C48734FA3F8AFF8286700CF , 0x0190BF2B0C5473F48964A26CEAFE8E3D , 0x0190BF2B0C607191993FBB38DC48B968 , 0x0190BF2B0C6D7032B5A2EBB8F7DD123E , 0x0190BF2B0C7871AAA78E1FF37E75D7F2 , 0x0190BF2B0C847316AB81992DD95F75C7 , 0x0190BF2B0C90735CA5E7F9D6A35B60FF , 0x0190BF2B0C9C70F592F772333FDF4494 , 0x0190BF2B0CA870FA8DCF3D5C20B4BBBC , 0x0190BF2B0D05733B8D0C0448866B9691 , 0x0190BF2B0D0F7108A7A09B5F339AD396 , 0x0190BF2B0D19707694817CA0D883C98E , 0x0190BF2B0D247397BAE12E753B65D224 , 0x0190BF2B0D2E705AB3585BFFB5817E20 , 0x0190BF2B0D3A70A693DEF435562F0229 , 0x0190BF2B0D45731A8D72791698BAC253 , 0x0190BF2B0D50724B9B062C4A45A01D6B , 0x0190BF2B0D5B706D91AEB40D0E1641C2 , 0x0190BF2B0D6571A4B9CBF29B14BFF970 , 0x0190BF2B0D70735FBACB90300630C19A , 0x0190BF2B0D7B727480BC5BE73FAAC490 , 0x0190BF2B0D8672D7A376066491E2ADB4 , 0x0190BF2B0D91724E908C10A4B59CE8E5 , 0x0190BF2B0D9B73C39EE7948D88D00CC4 , 0x0190BF2B0DA6730A912F5052D61A123F , 0x0190BF2B0DE670D2BD084706A4609F5E , 0x0190BF2B0DF1724AAE94A25E3CE069EF , 0x0190BF2B0DFD727BB01CF9351937BB1E , 0x0190BF2B0E0B72269095B5A11EF2E57F , 0x0190BF2B0E177386AA69AE2C3B623602 , 0x0190BF2B0E23729EB46B78F288B8FAF7 , 0x0190BF2B0E2F720196FB2F63BBC0BD94 , 0x0190BF2B0E3A733584FB2A932691BFD2 , 0x0190BF2B0E46737EB10B1878C64FCAD3 , 0x0190BF2B0E52716D99E15C93B3BD2E91 , 0x0190BF2B0E5E73E1865F33B34A5D340D , 0x0190BF2B10EA7037B6B83188A687608A , 0x0190BF2B10F570D2B58A8488D85310E5 , 0x0190BF2B110172DAA66381B357E3F689 , 0x0190BF2B110D72B2A7E74A478D51EA6D , 0x0190BF2B111972D08939A5DC4CB4D0C9 , 0x0190BF2B112572A2A3B3AEBD5184B027 , 0x0190BF2B113071258AEE6C3E0FBE57F8 , 0x0190BF2B113C70219F1BC6B871F0873B , 0x0190BF2B114772539D1029E7EBBDC571 , 0x0190BF2B115272899FF7AA2224CE1FF3 , 0x0190BF2B115C71B186890A5A3C09AB4E , 0x0190BF2B11677228A52E5A761AAAB04D , 0x0190BF2B117273289E2BE01A13225E20 , 0x0190BF2B117C706BBD139C7096696C46 , 0x0190BF2B1187721DB56E00FC4E2B9CCF , 0x0190BF2B1194715AA5B2336B044CDC03 , 0x0190BF2B11A070F5A5F35E266664DD15 , 0x0190BF2B11AB73A6952245ED25444C7D , 0x0190BF2B11B77266A47888CEA827B0A7 , 0x0190BF2B11C27326A088C6A463D1DB9D , 0x0190BF2B11CD721E938BA2D8319E2D90 , 0x0190BF2B11D770BE8C0242E0FBDFCBAC , 0x0190BF2B11E2739CB03F9696CEECB6CF , 0x0190BF2B11ED70E6B9E87FFE9386F189 , 0x0190BF2B13EB720CB1DF94A30F037397 , 0x0190BF2B13F773A5BE7B1CFBD3668603 , 0x0190BF2B140473839561B7414A458BE8 , 0x0190BF2B1411724EBAD81F6740192AB2 , 0x0190BF2B141D7023A1E565D3066C8B1A , 0x0190BF2B142972BC9A40B5FB20373CD3 , 0x0190BF2B1435737CA11771B73B0735C2 , 0x0190BF2B1440706F93E606F0F54FB306 , 0x0190BF2B144B7174B04D8E3CF2814BD6 , 0x0190BF2B1456718088F4FE7FC00FE719 , 0x0190BF2B146170A88AFEE359F7A1964B , 0x0190BF2B146C72B4A08DE12CDBCC4874 , 0x0190BF2B1476729F95F4FAEE6AD021A0 , 0x0190BF2B148173E1A568FA739BD01B74 , 0x0190BF2B148B7224A1E7C0B837AEF197 , 0x0190BF2B149571BEB6C57C44F0BB35F8 , 0x0190BF2B14A073258274F3BC47105BEE , 0x0190BF2B14AA71459C5C8E0BBE9FF924 , 0x0190BF2B14B570B18DBE9BEDD8A4246B , 0x0190BF2B14C072F084A45F4E38E756E4 , 0x0190BF2B14CB725590215F6281469135 , 0x0190BF2B14D672818575EFB613C999EB , 0x0190BF2B14E0716B886C58272FA7D879 , 0x0190BF2B14EB73BE89225BF605692298 , 0x0190BF2B14F572DBAB2AB8C33F02A27F , 0x0190BF2B150071E888891D22CDF8A44E , 0x0190BF2B150B70E5B4B1D902EBE5B423 , 0x0190BF2B15157315A9C681A03BEFA1DA , 0x0190BF2B15207139B0F41D12B1B136D0 , 0x0190BF2B152A73DD923E7965D2AC67BD , 0x0190BF2B153573DB812252C2EF3442A1 , 0x0190BF2B153F71988CC680954E2D11DF , 0x0190BF2B154A7135AC16CFAFEC28EC7F , 0x0190BF2B1554710BB2D0F57AFEE79B56 , 0x0190BF2B155F71388B5FEB811D421464 , 0x0190BF2B156A72A2A0D4265A3BC6A142 , 0x0190BF2B157571E3B535B51B2C5A7BFF , 0x0190BF2B1765715E8543B1CB9980B7D8 , 0x0190BF2B1787735B84CA5AB5FFEE5C45 , 0x0190BF2B17927291BBDF206BD93A98EA , 0x0190BF2B17C873ADAEACB3030ADE00EC , 0x0190BF2B17D372AA845B17D3329F81B1 , 0x0190BF2B17DE73DDAF0BF52C8475C6BE , 0x0190BF2B17E970CD9503ABA8F8775579 , 0x0190BF2B17F472EB92F396D766A7F631 , 0x0190BF2B17FE72F896AD65A1CFBF52B3 , 0x0190BF2B1809724E8E9190E98668E4A4 , 0x0190BF2B181473F9BDB3471819447348 , 0x0190BF2B181E705BB236FA28375619CB , 0x0190BF2B18297050A77C273E9B5FCB73 , 0x0190BF2B183370D1B231DEEC30B4E3F9 , 0x0190BF2B183E73419185765151048168 , 0x0190BF2B18497260B06B9F10B422181E , 0x0190BF2B1853705299A96C82CFEE6BBD , 0x0190BF2B185E73F2A8B775B8A6870C22 , 0x0190BF2B186971B98285AFB3F6F1C60D , 0x0190BF2B18737197A9FC482712F7F29C , 0x0190BF2B187E73F488B205F84CE0446A , 0x0190BF2B1889715B9BFAED48E07E7842 , 0x0190BF2B18957208AB6CE13B19B3FCCB , 0x0190BF2B18A071B68EABB8A95F341211 , 0x0190BF2B18AB70409DDC387E54E6A9EA , 0x0190BF2B18B672C38BDD4C02816ECF3F , 0x0190BF2B18C173D9B3D3C01D187B528C , 0x0190BF2B18CC72539AE637A98EDD7F50 , 0x0190BF2B18D7713990F0EFBD0312265D , 0x0190BF2B18E171258CCE1987ACAA6C94 , 0x0190BF2B1970722FA407CE557F8E8FA7 , 0x0190BF2B197B732E9C18B26469FC94FA , 0x0190BF2B1985708080F361AD95CEB319 , 0x0190BF2B198F70F194DF6580B4F47C4B , 0x0190BF2B1999703DADC15BA052B5EED0 , 0x0190BF2B19A470A6A6C3A8FA4E75C4F9 , 0x0190BF2B19AE73FBABDAAC70C6AD690F , 0x0190BF2B19CE72D0B82CEE893CF128B0 , 0x0190BF2B19DA71F89590719F256635AB , 0x0190BF2B19E67092AEA7C5B086069E5D , 0x0190BF2B19F1733AB82DA98BEB44B2DF , 0x0190BF2B1B59723A9FA5227035282DBE , 0x0190BF2B1B6472228F4BB126DB6D766B , 0x0190BF2B1B6E73399B0A088781C11882 , 0x0190BF2B1B7972F9B96CF87FCAC1C546 , 0x0190BF2B1B83723889BDB8DF770A17D3 , 0x0190BF2B1B8E70CCA5D57F88021F7A1F , 0x0190BF2B1B9972C19BB6077C5F8DA2D1 , 0x0190BF2B1BA3738D9C5F2349D5D67161 , 0x0190BF2B1BDC719A9D3AADFF98ACF871 , 0x0190BF2B1BE8708FAD6CC5BDFFD500A9 , 0x0190BF2B1BF57150AE6F6F710D6ED920 , 0x0190BF2B1C0172259E6E8B4A53A87CB2 , 0x0190BF2B1C0D73D083B2F8A2E703F8BA , 0x0190BF2B1C1872E5A85FBE5C64BE1D2D , 0x0190BF2B1C24734BAAC34A9B2B3E6780 , 0x0190BF2B1C2F7264ACBF9DE65A655ACF , 0x0190BF2B1C3A73B59523114D257AC48F , 0x0190BF2B1C4573DAA6F3DF162174C0FD , 0x0190BF2B1C5072449D063B5606C21A66 , 0x0190BF2B1C5B72C6AB162BA1B34DB060 , 0x0190BF2B1C6773789337BACA8222B179 , 0x0190BF2B1C71739EB9E3F2D026D5221C , 0x0190BF2B1C7D71EDBEE5E180F70A8A23 , 0x0190BF2B1C887143AF89933C5A68DC4D , 0x0190BF2B1C947284A0023C57153EFB7E , 0x0190BF2B1C9F725BA2BE5F7AB4CB38C5 , 0x0190BF2B1CAA7167AF5F3F963ED7B106 , 0x0190BF2B1CB571AE858786822252C524 , 0x0190BF2B1CBF716EA44ED7F10FCC7865 , 0x0190BF2B1CCA70BDA1B553628E3604C7 , 0x0190BF2B1CD57156BF9DDDACEDE65C5E , 0x0190BF2B1CE0735CA317B8946653A9EA , 0x0190BF2B1CEB705C901E9D982BD8FA9D , 0x0190BF2B1CF673E294DBDC833232552D , 0x0190BF2B1D007295A31B3A348D210842 , 0x0190BF2B1D0B725FA51BAF1BC50EA7B6 , 0x0190BF2B1D1673AE9BD8F243C43FE73D , 0x0190BF2B1D2170608AEB124FC6DEBB76 , 0x0190BF2B1D2C7292ADDC4454F140E161 , 0x0190BF2B1D387040BB28541E60E3DC5B , 0x0190BF2B21C271C69B8887953C67CF39 , 0x0190BF2B21CD702AB1B75D61FF68C5FB , 0x0190BF2B21D97355965DDFA07BDB082F , 0x0190BF2B21E473BF8367905058E79C26 , 0x0190BF2B21EF705C9348A006377B7953 , 0x0190BF2B2472709BA3CB34B1A10C77F7 , 0x0190BF2B247E7325850AA8EF87982790 , 0x0190BF2B248A70EABF1E79DA8A101ABD , 0x0190BF2B24967399991C02A4E585FD65 , 0x0190BF2B24A270A59EF77497C6F1BA38 , 0x0190BF2B24AF70A1B9CDF0C2C0DED159 , 0x0190BF2B24EC72719C8AFFF9F4B54CD4 , 0x0190BF2B250A72F58F89F6CB6EB48D51 , 0x0190BF2B251672948836CC1A119B73D7 , 0x0190BF2B252172A48B3EDC094336801E , 0x0190BF2B252C72F2AD678E0C203679B7 , 0x0190BF2B2537736E8D1D0A6CBA566BFC , 0x0190BF2B25437005B6A0500A782F783D , 0x0190BF2B254E7007B7501D7A8059CA26 , 0x0190BF2B25597027BACD91526017AE02 , 0x0190BF2B28117397B3DCF28BA6B4A5C7 , 0x0190BF2B281E711A8FCB25788E1C676A , 0x0190BF2B282B71A1B25F8CDA67D84342 , 0x0190BF2B28387268B463BC8F63F9BB4B , 0x0190BF2B28457362AF4775770A3B2C31 , 0x0190BF2B28527173BFF85B46E1EF26A7 , 0x0190BF2B28607065A560119A4D6857FF , 0x0190BF2B286D702AA8FF3C6A97716C5E , 0x0190BF2B4EBE7373A5483DB17AF1656C , 0x0190BF2B4ECA72C2BA094CBA348E185C , 0x0190BF2B4ED673CE97F61B1782A541CB , 0x0190BF2B4EE373018D2888A51388F2C9 , 0x0190BF2B4EEF73A1ACFFB88EB25E3A82 , 0x0190BF2B4EFB73A6B31CD79A79080F12 , 0x0190BF2B4F0872C883316E71E90EC1EE , 0x0190BF2B51017308B3B9107E4631DF0D , 0x0190BF2B511473B6A43686714A7C3689 , 0x0190BF2B5122727F994D288005998071 , 0x0190BF2B513171DC8786902059061E1F , 0x0190BF2B513F73F292A01D0314C48F4E , 0x0190BF2B515271BF86BA2DFA48507F99 , 0x0190BF2B51617247A37B14F160EA5D50 , 0x0190BF2B516F706F849FD8EBB4D1A88F , 0x0190BF2B517C70428E8B538CD83A27F1 , 0x0190BF2B518970C388251999811C5A39 , 0x0190BF2B51957007921EE0A76271813C , 0x0190BF2B51A1710B9916002988B45794 , 0x0190BF2B51AD70E68E8C3A7BE4E27A25 , 0x0190BF2B51BB73BAADA7E6AE116E4935 , 0x0190BF2B529C7373A866E9200BAD677D , 0x0190BF2B52AA71E1B08BD3B18BD555C5 , 0x0190BF2B52B970EC925FC105C2847FF8 , 0x0190BF2B52C671C29F862ACF4472A220 , 0x0190BF2B52D370FC9C8CF83D321020E5 , 0x0190BF2B52E070DAAD8CB063D9425DB8 , 0x0190BF2B52ED712B81BC54FD6A8EDB7A , 0x0190BF2B52FA7051BB299B51294AE276 , 0x0190BF2B530671B5A654B9A43A475811 , 0x0190BF2B531372F1AD962284ACA820C6 , 0x0190BF2B532073FC97F06601FF20C4DA , 0x0190BF2B532D730890A1BF93B606A69E , 0x0190BF2B53397269A53E435E04DFC615 , 0x0190BF2B534572E0AD51975D43FC7357 , 0x0190BF2B5350722789CAEE2CFF7884D4 , 0x0190BF2B71B9713192055E5F64B36A89 , 0x0190BF2B71C67325A2981FD09174A76C , 0x0190BF2BA51E725299284EF7E94EC298 , 0x0190BF2BA52971CCACF337FBA3DB5639 , 0x0190BF2BA5357038A18455F41D93E452 , 0x0190BF2BA541722793E257251C8FF905 , 0x0190BF2BA54E71259CA999B6297E9592 , 0x0190BF2BA5A4703D9147BBE2B27E79AE , 0x0190BF2BA5B1724FB2EE2DD7086FA5CB , 0x0190BF2BA5BD72B4A6BFF5709A8E8EFF , 0x0190BF2BA5C971CE93DDB0AC8349CD8B , 0x0190BF2BA5D573B5AA8531CA605847B3 , 0x0190BF2BA5E17048A049CC6249AA6662 , 0x0190BF2BA5ED72E49FA2ABBF5897A3D0 , 0x0190BF2BA5F971D0AAE133CEA321A694 , 0x0190BF2BA6057338A7BBC33980F5E5FB , 0x0190BF2BA611704796B59E96AD8302AF , 0x0190BF2BA61D70B384F43CB57D91C3CB , 0x0190BF2BA629724D91DF0A8B8D5051D2 , 0x0190BF2BA6367183A9EF2101E1D11CE7 , 0x0190BF2BA64572459D26C5ABA81BD8F4 , 0x0190BF2BA65373528C0FB7099797B995 , 0x0190BF2BA660714D86241F384C22E9FF , 0x0190BF2BA66F73CC9E496C51AABA3DA7 , 0x0190BF2BA84273938E8D6F68E0C10830 , 0x0190BF2BA84F70C293217EAE18EA33B0 , 0x0190BF2BA85B72C7B207C6875AB30376 , 0x0190BF2BA867708D87AD69F9419FB329 , 0x0190BF2BA8767072AC8A45969F9245E8 , 0x0190BF2BA882728EB09BA998B9D825E5 , 0x0190BF2BA88F73A98D7F3F28FFA5A2E3 , 0x0190BF2BA89B705EA7D91EB44AFE79F1 , 0x0190BF2BA8A871CAA0AA7B6E0A59ABAB , 0x0190BF2BA8B5705DB62273C542384ACA , 0x0190BF2BAAB472D9AF554A8A7FB7F156 , 0x0190BF2BAAC073379653BCF32C42B653 , 0x0190BF2BAACD737C91A1A0818A9D95F3 , 0x0190BF2BAADA734A8505A33CFDBF4175 , 0x0190BF2BAAE67303A075C4DB2D8F6453 , 0x0190BF2BAAF2723D99058E1D20EC2EDB , 0x0190BF2BAAFE719B933E52EA6EAEBF31 , 0x0190BF2BAB0A70F78524C04DB4BF74A1 , 0x0190BF2BAB1773C2B29B0DAF24D067D1 , 0x0190BF2BAB2371DF97ADF26055D2741D , 0x0190BF2BAB2F73A2B5CE1D65AFD175D7 , 0x0190BF2BAB3B7285AFA127EE4858AAA0 , 0x0190BF2BAB4773B9B6EA931DC50FF140 , 0x0190BF2BAB5270928CBCD040FA0FBCE7 , 0x0190BF2BAD3A73DE8386B5C625BB7A6F , 0x0190BF2BAD487229BDC0F9AA1C4D8C5C , 0x0190BF2BAD55717E98E3002453985C4F , 0x0190BF2BAD627177B449A0B6B848938D , 0x0190BF2BAD7070F1BA058C82909A9343 , 0x0190BF2BAD7D720281998F9093AD4877 , 0x0190BF2BAD9872BCA8EFA5E5989E52F6 , 0x0190BF2BADA570BF8DDC9456E98EA401 , 0x0190BF2BADB37381A25A43D389B1EA93 , 0x0190BF2BADC07354A239534B21049112 , 0x0190BF2BADCD730EB458719A43DFF6FF , 0x0190BF2BADDA73C4B2B77AF3FD9480DD , 0x0190BF2BADE8711C87FDD97FB10652BC , 0x0190BF2BAE027363B4438003A810B88A , 0x0190BF2BAE0E710299CC2DA865336013 , 0x0190BF2BAE1A7390864F40DB7E0BFE80 , 0x0190BF2BAE2770709BA6A3534AD1B44E , 0x0190BF2BAE34706D992ED597E4F7BB0B , 0x0190BF2BAE40733E854F3745D65A9866 , 0x0190BF2BAFB3729BB0F84B95D052B4F4 , 0x0190BF2BAFC07282804C0BDCDDFB8AA5 , 0x0190BF2BAFCD7011B523082C6263AE69 , 0x0190BF2BAFDA732D88DE7CCE59F22E62 , 0x0190BF2BAFE7717F9F0CC2500A9FAB88 , 0x0190BF2BAFF573119D1283B6E2254ECE , 0x0190BF2BB05F72D8A90F8ACE90CD13F4 , 0x0190BF2BB06C70BEAB199EC0C5D44A98 , 0x0190BF2BB079711E8573F09450D8AF80 , 0x0190BF2BB087739AB1CE603312078DF5 , 0x0190BF2BB094731F865C56BCB124EB4C , 0x0190BF2BB0A2733DA93B880F48BBA4C2 , 0x0190BF2BB0B2724AAA1139160F9E4706 , 0x0190BF2BB0BF7060AB5F338899C2E20E , 0x0190BF2BB0CC71F3894A4C6A976EF549 , 0x0190BF2BB0D972EB85AF32D23A0D8865 , 0x0190BF2BB0E6735F9C2A0B54EF0CCB8E , 0x0190BF2BB0F67284BD872E139CBA80EE , 0x0190BF2BB10670F790A8B29B7BE12B8F , 0x0190BF2BB11570ECB0C9EE5FC1DE4F0F , 0x0190BF2BB12172DC81F65DD163241C42 , 0x0190BF2BB12D728FAFA702E6DE6DE7FF , 0x0190BF2BB13A7350B5B39FD20FBA7DDA , 0x0190BF2BB146732AAA8CE3BFC766659E , 0x0190BF2BB33971699DFB98819D6ADAEA , 0x0190BF2BB34771E4937BB246F22C3DF6 , 0x0190BF2BB35373B6824FBC31A3AE21E3 , 0x0190BF2BB35F73D5B1176A82D6F43DDE , 0x0190BF2BB36B714F9C663F7227C58789 , 0x0190BF2BB37770E1AE52751FFC10F06C , 0x0190BF2BB38370C497A89EDD870F3E9F , 0x0190BF2BB38F717DBBCC57F5ADF47DA6 , 0x0190BF2BB39B737FAEC18CCC54FE0386 , 0x0190BF2BB3A770A5A3D3B6ED6D6A2DDF , 0x0190BF2BB3B372368FFA0DD0969102E4 , 0x0190BF2BB3BF725E8C986A568A0FB5A6 , 0x0190BF2BB6487018B698D0AC5C7F404B , 0x0190BF2BB656738ABD4237291FC82D02 , 0x0190BF2BB66471EEB9357994297321E7 , 0x0190BF2BB67372DFBF647ACB73D42688 , 0x0190BF2BB68372AA9C015D40FC1AEFE2 , 0x0190BF2BB6907349BFA1EE41A89B7263 , 0x0190BF2BB69D7055B3465894B9713DF2 , 0x0190BF2BB6AA7259AC632CB93D3D8624 , 0x0190BF2BB6B87207A75310E23173D503 , 0x0190BF2BB6C5717B96F7B514A6641D06 , 0x0190BF2BB6D371FFB285710C0FAFF836 , 0x0190BF2BB6E0703FB59581A4C5376BC5 , 0x0190BF2BB74B701BA0E4E527423C624F , 0x0190BF2BB759711AB30657D540D3ED7C , 0x0190BF2BB8CC7345AB0CB9AF00D3366B , 0x0190BF2BB8D973CCA912455A414265B6 , 0x0190BF2BB8E673139DF56536050904FB , 0x0190BF2BB8F27111B71C372E5E455922 , 0x0190BF2BB8FE7170A3B5A0773D6AF6E3 , 0x0190BF2BB90A70ADA502E1169282573A , 0x0190BF2BB91770D8BD9C10DDDD917F1A , 0x0190BF2BB923702688B6D50C7FB25130 , 0x0190BF2BB92F709BAE3A79028C23B3D1 , 0x0190BF2BB93B71079330F90468D00063 , 0x0190BF2BB94871E08147E62D3CFF6B63 , 0x0190BF2BB95372D3BCF870812071D7A2 , 0x0190BF2BB96070D2A37A8AC434F4505B , 0x0190BF2BBAA072E6ACEDF01A28B68407 , 0x0190BF2BBAAF715990455EE4F553DBE3 , 0x0190BF2BBABF7028B2F77C8B7FACE7AF , 0x0190BF2BBACD73BA8C59AB82C1ED9BB0 , 0x0190BF2BBADA73C78DA1BDF14C1A58ED , 0x0190BF2BBAE673C0AE0A0232B27ED4CD , 0x0190BF2BC51070B08EDCDD2DC02AC334 , 0x0190BF2BC820719AA9684F5BF8754E30 , 0x0190BF2BC82D7248A9BFCA5002454860 , 0x0190BF2BC83973E4B30739D0F73CA425 , 0x0190BF2BC846711191B3EAF38E9FA7E4 , 0x0190BF2BC8527131B67EA38BFCB236F9 , 0x0190BF2BC85E70DAAB24708C8B990346 , 0x0190BF2BC86A73ED825FAD26FC08C9EA , 0x0190BF2BC877718F86E00B0696BCA409 , 0x0190BF2BC8847315901B7D6ADA7FA733 , 0x0190BF2BC89170ADA1B08D409786AEAA , 0x0190BF2BC89E71669563C7CFC6CD436D , 0x0190BF2BC8AC71CE963CBBED8766B786 , 0x0190BF2BC8B9703DA5CCF69DA72259E9 , 0x0190BF2BC8C673BFAE0BD6BB3FBE0529 , 0x0190BF2BC8D3736BBEBF116B1EF5EDF5 , 0x0190BF2BC8DF72C4A2550D958C8D5DD8 , 0x0190BF2BC8EB738CA3C085553E685FCC , 0x0190BF2BC8F77072BF017F9714AF3D73 , 0x0190BF2BC9047078A126957BDDAB4F63 , 0x0190BF2BC91072D6B9D081234F7961B8 , 0x0190BF2BC91D70758EBE7D0D8C91FBE8 , 0x0190BF2BC929706189E2CC42CEB7E218 , 0x0190BF2BC9357139833927AEF9FF6410 , 0x0190BF2BC94272D8864439B2D9AEA40F , 0x0190BF2BC94E71E6BF290C9CFF366A18 , 0x0190BF2BC95A7045B37ACF83936B2962 , 0x0190BF2BC96770C7A7C68C831F394D54 , 0x0190BF2BC978739780AD590071442C39 , 0x0190BF2BC98670719E2E09533E8E6F93 , 0x0190BF2BC99373A4AD34115578DE8BFF , 0x0190BF2BC9A071DC890E6C84F2026176 , 0x0190BF2BC9AC72A9AB5333CA53709CF0 , 0x0190BF2BC9B871FA8D485FC870F4331F , 0x0190DCA0A0507077828BC7BEFC5BA0B2 , 0x0190DCA0A23F71B8A7E3C10289A61C08 , 0x0190DCA0A42A7225BDAEE6EA7F29ADEF , 0x0190DCA0A61973168A50BA840975340B , 0x0190DCA0A807711199431C1A33086CB8 , 0x0190DCA0A9F772508E0A6BFF2F020612 , 0x0190DCA0ABEA72C68261A202E919E2A0 , 0x0190DCA0ADDB726D8D9288E49884F4A3 , 0x0190DCA0AFCC71D99BCAF534D407E832 , 0x0191BB5A0C3272C6A6300A101E834103 , 0x0195B4E9A97870ACB9F1C2210410735D , 0x0195B4E9A98771468544C86E47E9E148 , 0x0195B4E9A9967169B5FB4693D77F9F04 , 0x0195B4E9A9A4709CBEC5E4537C93DF17 , 0x0195B4E9A9B3709680293570BE91FF66 , 0x0195B4E9A9C173DD951067014D3242B8 , 0x023FD0A2AB5A4B329D598D01D1689990 , 0x0A033CED9CC0418FB28DE482F71ECF55 , 0x0AF043E49398433F97FBC81FA9F3A07C , 0x0CA9AA2D5CD0407DAA5E46FDAF25480D , 0x0F37809C655340F1BC4B698A924A590F , 0x26CBCCA79FEE474AACBF068674FF061E , 0x283D264C26374943A3CD1F7B55191C8A , 0x2D2D8E43234A45C0A33D23AA5C1B6BAE , 0x3045C2C59C094948BA26E3CBBCDE60D9 , 0x329A97C1363E4CE88C3BB20B0EE2FAF6 , 0x32F5F6D4F024479CAD1F6E433C94EF6C , 0x34E014B9F0004374B3250AFB4A275B2D , 0x3C7D7A938CF54C6F8FA89E8BCCDD4FC0 , 0x3D81F9EC7B0143A4B5D8A7235A871B48 , 0x3F86AA2396C04398AAA1355A1B033D12 , 0x41E5013B67D64D3A92B7A275DA8AF441 , 0x437FFA87CC4E4C7885FEB07D7C45E415 , 0x51581D7586E0480B801AABB5B085BDCC , 0x54147692CBFB43419A6D11E26CAD44DC , 0x5997D91DC0784997BDEF68DFC5A08912 , 0x622BCB68D8764D569511EDB50D6F6B9A , 0x63BBC60747ED40C88C72765AE68FDF0D , 0x65571AE3D7184E14B305D0ACF630DF43 , 0x7FF11033283F4367B389C221683C201E , 0x88CB4161E33045DC9918488B4994C7A6 , 0x8E723EEA900047888F8B94E9F24009BD , 0x8FAE4CE9ED1D40688C96AA20CAD4BD26 , 0x90DD69B8FCDD47A7B3173978D31C82FC , 0x9185BAAB549549ED827AC94F9A56B141 , 0x95F91994474B4F92ACE1E4814089688B , 0x99F4A061432B4E5DBC120FFE79BAE21B , 0xA156941732A24B41BC7F28E9024EE0CC , 0xACFD7586D02848F1AC801F4776EFA414 , 0xAF744EC1ABA446F785A77EC0D7E12D6F , 0xBA79E999B5F34349AE4DCD9B730F5D79 , 0xBAE8C3B8A6A4455E9B0277DD90BE2598 , 0xBCE9EAA42BBC46D9BB80B81CC9AEFEAF , 0xC39BA8BD52CC47388D3D1008F2139E93 , 0xC4E9A5C03E1447CA974D4E72F4F71EC3 , 0xE76679D86A95490FABFB515AA1C6CABE , 0xEA3B9EFAEEE14AB68AC6424F067A7D9A , 0xEE484A0EEB3B4590A5B9F4BD08148923 , 0xF98D59BC7C8E4BCABA4B0450A8F789A6 , 0xFC4157187FE74792B07E2A8B73F4FF5E )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
94
0.09 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
95
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
96
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
97
0.03 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
98
0.05 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
99
2.27 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
100
0.44 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
101
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
102
0.02 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
103
0.03 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"íç/pšHK[Š“Oîn$\x1A _ "
]
SELECT iso FROM snippet_set WHERE id = 0xEDE72F709A484B5B8A934FEE6E241A5F ;
Copy
104
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
105
0.03 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
106
0.03 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
107
0.02 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
108
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
109
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"\x11 ª¢─▀6B£ò┬Ä2 +üÙ "
b"às\x08 .²ØH\x15 ío}┘vMw░ "
b"Ò(ÇE2ìL\x08 á╦ë °£@* "
]
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 (0x11A6BDC4DF36429C95C28E32FF2B81EB , 0x8573082EFD9D4815A16F7DD9764D77B0 , 0xE3288045328D4C08A0CB8920F89C402A ));
Copy
110
2.00 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/e3288045328d4c08a0cb8920f89c402a "
"/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/0588b7c2ef114dc08664bfad9e7917d9 "
"/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/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/10538f2fbe884366822fe917e1d741e3 "
"/detail/15119136136a43458dfaa925144d09e0 "
"/detail/3bd67e08e50d427ba0d5ea8bd57a946d "
"/detail/8f2f573504d94ff487fcc0a5fd66fc2c "
"/detail/915603966e4247ada767e65d97acd621 "
"/detail/0195ae3861867070ae7a368a9763f30d "
"/detail/07feebbb641d4352ae3814b982efa018 "
"/detail/0b1694bf98f441aa96f0f6d76addcdea "
"/detail/1860bdec80f040e3ba6c44a84f2a253a "
"/detail/26b812d2f3f44f7f9c4b90b62d1c5bd2 "
"/detail/2b9e4a5aa60a4381a9d12cd4ff2a4caf "
"/detail/2c64d16a04fd4072a7ab751b93f34dd6 "
"/detail/2c980f5fe0c742b1bfd3c4441cc7015e "
"/detail/2db3dbcacc0946d4a9938c1e54efc3f2 "
"/detail/2ec64abe6d7c43d882fb939c9591711d "
"/detail/37405cd99655475d9e8ee0f4de1fc7af "
"/detail/42d97d67d9ee4186beb5b43e4f502783 "
"/detail/6c2b7037711f47bbb01c473355b792e6 "
"/detail/9037c5a830d24746a0aeffd19867749b "
"/detail/d4f524159b654fae9b3059e581054235 "
"/detail/e6677da399034182983067368cfb610d "
"/detail/00384b55fbe747ceb1474e5a80faf1f7 "
"/detail/0070b0b5b64d48e0b788fbde4b0012d4 "
"/detail/018f0f5d075c7796a4a218e027ae1b9d "
"/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/e3288045328d4c08a0cb8920f89c402a' , '/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/0588b7c2ef114dc08664bfad9e7917d9' , '/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/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/10538f2fbe884366822fe917e1d741e3' , '/detail/15119136136a43458dfaa925144d09e0' , '/detail/3bd67e08e50d427ba0d5ea8bd57a946d' , '/detail/8f2f573504d94ff487fcc0a5fd66fc2c' , '/detail/915603966e4247ada767e65d97acd621' , '/detail/0195ae3861867070ae7a368a9763f30d' , '/detail/07feebbb641d4352ae3814b982efa018' , '/detail/0b1694bf98f441aa96f0f6d76addcdea' , '/detail/1860bdec80f040e3ba6c44a84f2a253a' , '/detail/26b812d2f3f44f7f9c4b90b62d1c5bd2' , '/detail/2b9e4a5aa60a4381a9d12cd4ff2a4caf' , '/detail/2c64d16a04fd4072a7ab751b93f34dd6' , '/detail/2c980f5fe0c742b1bfd3c4441cc7015e' , '/detail/2db3dbcacc0946d4a9938c1e54efc3f2' , '/detail/2ec64abe6d7c43d882fb939c9591711d' , '/detail/37405cd99655475d9e8ee0f4de1fc7af' , '/detail/42d97d67d9ee4186beb5b43e4f502783' , '/detail/6c2b7037711f47bbb01c473355b792e6' , '/detail/9037c5a830d24746a0aeffd19867749b' , '/detail/d4f524159b654fae9b3059e581054235' , '/detail/e6677da399034182983067368cfb610d' , '/detail/00384b55fbe747ceb1474e5a80faf1f7' , '/detail/0070b0b5b64d48e0b788fbde4b0012d4' , '/detail/018f0f5d075c7796a4a218e027ae1b9d' , '/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
111
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
112
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