1
0.36 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.07 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.11 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.07 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.10 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
6
0.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
7
1.27 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 = ? OR seo_path_info = ? ))
Parameters :
[
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
"Lighting-control-173 "
"Lighting-control-173/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 ) AND ((sales_channel_id = 0xD348ACF4310841E4872DD092D836E229 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Lighting-control-173' OR seo_path_info = 'Lighting-control-173/' ));
Copy
8
0.07 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
9
0.09 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
"dotd4FzDFhVaVmw8TyLwfiuJqg3ZVSuR "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xD348ACF4310841E4872DD092D836E229 ) AND (token = 'dotd4FzDFhVaVmw8TyLwfiuJqg3ZVSuR' ) LIMIT 1 ;
Copy
10
0.06 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"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
]
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 = 0xD348ACF4310841E4872DD092D836E229
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
11
0.06 ms
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = ?
Parameters :
[
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
]
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 ;
Copy
12
0.15 ms
SELECT `sales_channel` . `id` AS `sales_channel.id` , `sales_channel` . `type_id` AS `sales_channel.typeId` , `sales_channel` . `language_id` AS `sales_channel.languageId` , `sales_channel` . `customer_group_id` AS `sales_channel.customerGroupId` , `sales_channel` . `currency_id` AS `sales_channel.currencyId` , `sales_channel` . `payment_method_id` AS `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` AS `sales_channel.shippingMethodId` , `sales_channel` . `country_id` AS `sales_channel.countryId` , `sales_channel` . `analytics_id` AS `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` AS `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` AS `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` AS `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` AS `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` AS `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` AS `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` AS `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` AS `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` AS `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` AS `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` AS `sales_channel.taxCalculationType` , `sales_channel` . `access_key` AS `sales_channel.accessKey` , `sales_channel` . `configuration` AS `sales_channel.configuration` , `sales_channel` . `active` AS `sales_channel.active` , `sales_channel` . `hreflang_active` AS `sales_channel.hreflangActive` , `sales_channel` . `maintenance` AS `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` AS `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` AS `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` AS `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` AS `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` AS `sales_channel.createdAt` , `sales_channel` . `updated_at` AS `sales_channel.updatedAt` , `sales_channel.currency` . `id` AS `sales_channel.currency.id` , `sales_channel.currency` . `factor` AS `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` AS `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` AS `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` AS `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` AS `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` AS `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` AS `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` AS `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` AS `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) AS `sales_channel.currency.shortName` , `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) AS `sales_channel.currency.name` , `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) AS `sales_channel.currency.customFields` , `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.fallback_1.languageId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) AS `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) AS `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) AS `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) AS `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) AS `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) AS `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) AS `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) AS `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_1.languageId` , `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` , `sales_channel.translation.fallback_1` . name AS `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config AS `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled AS `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name AS `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title AS `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description AS `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords AS `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields AS `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at AS `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at AS `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id AS `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id AS `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = ? 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 `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` , `sales_channel.currency.translation.fallback_1` . short_name AS `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.fallback_1` . name AS `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.fallback_1` . custom_fields AS `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.fallback_1` . created_at AS `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.fallback_1` . updated_at AS `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.fallback_1` . currency_id AS `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.fallback_1` . language_id AS `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id` AND `sales_channel.currency.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
]
SELECT
`sales_channel` . `id` AS `sales_channel.id` ,
`sales_channel` . `type_id` AS `sales_channel.typeId` ,
`sales_channel` . `language_id` AS `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` AS `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` AS `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` AS `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` AS `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` AS `sales_channel.countryId` ,
`sales_channel` . `analytics_id` AS `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` AS `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` AS `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` AS `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` AS `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` AS `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` AS `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` AS `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` AS `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` AS `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` AS `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` AS `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` AS `sales_channel.accessKey` ,
`sales_channel` . `configuration` AS `sales_channel.configuration` ,
`sales_channel` . `active` AS `sales_channel.active` ,
`sales_channel` . `hreflang_active` AS `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` AS `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` AS `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` AS `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` AS `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` AS `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` AS `sales_channel.createdAt` ,
`sales_channel` . `updated_at` AS `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` AS `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` AS `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` AS `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` AS `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` AS `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` AS `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` AS `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` AS `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` AS `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` AS `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.shortName` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName`
) AS `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.name` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name`
) AS `sales_channel.currency.name` ,
`sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.customFields` ,
COALESCE (
`sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields`
) AS `sales_channel.currency.customFields` ,
`sales_channel.currency.translation.fallback_1.createdAt` ,
`sales_channel.currency.translation.createdAt` ,
`sales_channel.currency.translation.fallback_1.updatedAt` ,
`sales_channel.currency.translation.updatedAt` ,
`sales_channel.currency.translation.fallback_1.currencyId` ,
`sales_channel.currency.translation.currencyId` ,
`sales_channel.currency.translation.fallback_1.languageId` ,
`sales_channel.currency.translation.languageId` ,
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name`
) AS `sales_channel.name` ,
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) AS `sales_channel.homeSlotConfig` ,
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) AS `sales_channel.homeEnabled` ,
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName`
) AS `sales_channel.homeName` ,
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) AS `sales_channel.homeMetaTitle` ,
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) AS `sales_channel.homeMetaDescription` ,
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) AS `sales_channel.homeKeywords` ,
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields`
) AS `sales_channel.customFields` ,
`sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.createdAt` ,
`sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.updatedAt` ,
`sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.salesChannelId` ,
`sales_channel.translation.fallback_1.languageId` ,
`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` ,
`sales_channel.translation.fallback_1` . name AS `sales_channel.translation.fallback_1.name` ,
`sales_channel.translation.fallback_1` . home_slot_config AS `sales_channel.translation.fallback_1.homeSlotConfig` ,
`sales_channel.translation.fallback_1` . home_enabled AS `sales_channel.translation.fallback_1.homeEnabled` ,
`sales_channel.translation.fallback_1` . home_name AS `sales_channel.translation.fallback_1.homeName` ,
`sales_channel.translation.fallback_1` . home_meta_title AS `sales_channel.translation.fallback_1.homeMetaTitle` ,
`sales_channel.translation.fallback_1` . home_meta_description AS `sales_channel.translation.fallback_1.homeMetaDescription` ,
`sales_channel.translation.fallback_1` . home_keywords AS `sales_channel.translation.fallback_1.homeKeywords` ,
`sales_channel.translation.fallback_1` . custom_fields AS `sales_channel.translation.fallback_1.customFields` ,
`sales_channel.translation.fallback_1` . created_at AS `sales_channel.translation.fallback_1.createdAt` ,
`sales_channel.translation.fallback_1` . updated_at AS `sales_channel.translation.fallback_1.updatedAt` ,
`sales_channel.translation.fallback_1` . sales_channel_id AS `sales_channel.translation.fallback_1.salesChannelId` ,
`sales_channel.translation.fallback_1` . language_id AS `sales_channel.translation.fallback_1.languageId`
FROM
`sales_channel_translation` `sales_channel.translation`
LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id`
AND `sales_channel.translation.fallback_1` . language_id = ?
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 `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` ,
`sales_channel.currency.translation.fallback_1` . short_name AS `sales_channel.currency.translation.fallback_1.shortName` ,
`sales_channel.currency.translation.fallback_1` . name AS `sales_channel.currency.translation.fallback_1.name` ,
`sales_channel.currency.translation.fallback_1` . custom_fields AS `sales_channel.currency.translation.fallback_1.customFields` ,
`sales_channel.currency.translation.fallback_1` . created_at AS `sales_channel.currency.translation.fallback_1.createdAt` ,
`sales_channel.currency.translation.fallback_1` . updated_at AS `sales_channel.currency.translation.fallback_1.updatedAt` ,
`sales_channel.currency.translation.fallback_1` . currency_id AS `sales_channel.currency.translation.fallback_1.currencyId` ,
`sales_channel.currency.translation.fallback_1` . language_id AS `sales_channel.currency.translation.fallback_1.languageId`
FROM
`currency_translation` `sales_channel.currency.translation`
LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id`
AND `sales_channel.currency.translation.fallback_1` . language_id = ?
WHERE
`sales_channel.currency.translation` . language_id = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` AS `sales_channel.id` , `sales_channel` . `type_id` AS `sales_channel.typeId` , `sales_channel` . `language_id` AS `sales_channel.languageId` , `sales_channel` . `customer_group_id` AS `sales_channel.customerGroupId` , `sales_channel` . `currency_id` AS `sales_channel.currencyId` , `sales_channel` . `payment_method_id` AS `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` AS `sales_channel.shippingMethodId` , `sales_channel` . `country_id` AS `sales_channel.countryId` , `sales_channel` . `analytics_id` AS `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` AS `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` AS `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` AS `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` AS `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` AS `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` AS `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` AS `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` AS `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` AS `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` AS `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` AS `sales_channel.taxCalculationType` , `sales_channel` . `access_key` AS `sales_channel.accessKey` , `sales_channel` . `configuration` AS `sales_channel.configuration` , `sales_channel` . `active` AS `sales_channel.active` , `sales_channel` . `hreflang_active` AS `sales_channel.hreflangActive` , `sales_channel` . `maintenance` AS `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` AS `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` AS `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` AS `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` AS `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` AS `sales_channel.createdAt` , `sales_channel` . `updated_at` AS `sales_channel.updatedAt` , `sales_channel.currency` . `id` AS `sales_channel.currency.id` , `sales_channel.currency` . `factor` AS `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` AS `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` AS `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` AS `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` AS `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` AS `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` AS `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` AS `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` AS `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` ) AS `sales_channel.currency.shortName` , `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` ) AS `sales_channel.currency.name` , `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` ) AS `sales_channel.currency.customFields` , `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.createdAt` , `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.updatedAt` , `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.currencyId` , `sales_channel.currency.translation.fallback_1.languageId` , `sales_channel.currency.translation.languageId` , `sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.fallback_1.name` , `sales_channel.translation.name` , `sales_channel.translation.name` ) AS `sales_channel.name` , `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) AS `sales_channel.homeSlotConfig` , `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` ) AS `sales_channel.homeEnabled` , `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` ) AS `sales_channel.homeName` , `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) AS `sales_channel.homeMetaTitle` , `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) AS `sales_channel.homeMetaDescription` , `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` ) AS `sales_channel.homeKeywords` , `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` ) AS `sales_channel.customFields` , `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.createdAt` , `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.updatedAt` , `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.salesChannelId` , `sales_channel.translation.fallback_1.languageId` , `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` , `sales_channel.translation.fallback_1` . name AS `sales_channel.translation.fallback_1.name` , `sales_channel.translation.fallback_1` . home_slot_config AS `sales_channel.translation.fallback_1.homeSlotConfig` , `sales_channel.translation.fallback_1` . home_enabled AS `sales_channel.translation.fallback_1.homeEnabled` , `sales_channel.translation.fallback_1` . home_name AS `sales_channel.translation.fallback_1.homeName` , `sales_channel.translation.fallback_1` . home_meta_title AS `sales_channel.translation.fallback_1.homeMetaTitle` , `sales_channel.translation.fallback_1` . home_meta_description AS `sales_channel.translation.fallback_1.homeMetaDescription` , `sales_channel.translation.fallback_1` . home_keywords AS `sales_channel.translation.fallback_1.homeKeywords` , `sales_channel.translation.fallback_1` . custom_fields AS `sales_channel.translation.fallback_1.customFields` , `sales_channel.translation.fallback_1` . created_at AS `sales_channel.translation.fallback_1.createdAt` , `sales_channel.translation.fallback_1` . updated_at AS `sales_channel.translation.fallback_1.updatedAt` , `sales_channel.translation.fallback_1` . sales_channel_id AS `sales_channel.translation.fallback_1.salesChannelId` , `sales_channel.translation.fallback_1` . language_id AS `sales_channel.translation.fallback_1.languageId` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.fallback_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.fallback_1` . `sales_channel_id` AND `sales_channel.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 `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` , `sales_channel.currency.translation.fallback_1` . short_name AS `sales_channel.currency.translation.fallback_1.shortName` , `sales_channel.currency.translation.fallback_1` . name AS `sales_channel.currency.translation.fallback_1.name` , `sales_channel.currency.translation.fallback_1` . custom_fields AS `sales_channel.currency.translation.fallback_1.customFields` , `sales_channel.currency.translation.fallback_1` . created_at AS `sales_channel.currency.translation.fallback_1.createdAt` , `sales_channel.currency.translation.fallback_1` . updated_at AS `sales_channel.currency.translation.fallback_1.updatedAt` , `sales_channel.currency.translation.fallback_1` . currency_id AS `sales_channel.currency.translation.fallback_1.currencyId` , `sales_channel.currency.translation.fallback_1` . language_id AS `sales_channel.currency.translation.fallback_1.languageId` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.fallback_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.fallback_1` . `currency_id` AND `sales_channel.currency.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0xD348ACF4310841E4872DD092D836E229 );
Copy
13
0.03 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"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
]
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 (0xD348ACF4310841E4872DD092D836E229 ));
Copy
14
0.04 ms
SELECT `currency` . `id` AS `currency.id` , `currency` . `factor` AS `currency.factor` , `currency` . `symbol` AS `currency.symbol` , `currency` . `iso_code` AS `currency.isoCode` , `currency` . `position` AS `currency.position` , `currency` . `tax_free_from` AS `currency.taxFreeFrom` , `currency` . `item_rounding` AS `currency.itemRounding` , `currency` . `total_rounding` AS `currency.totalRounding` , `currency` . `created_at` AS `currency.createdAt` , `currency` . `updated_at` AS `currency.updatedAt` , `currency.translation.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) AS `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) AS `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) AS `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `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` , `currency.translation.fallback_1` . short_name AS `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name AS `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields AS `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at AS `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at AS `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id AS `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id AS `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = ? WHERE `currency.translation` . language_id = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
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.fallback_1.shortName` ,
`currency.translation.shortName` ,
COALESCE (
`currency.translation.fallback_1.shortName` ,
`currency.translation.shortName` ,
`currency.translation.shortName`
) AS `currency.shortName` ,
`currency.translation.fallback_1.name` ,
`currency.translation.name` ,
COALESCE (
`currency.translation.fallback_1.name` ,
`currency.translation.name` , `currency.translation.name`
) AS `currency.name` ,
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
COALESCE (
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
`currency.translation.customFields`
) AS `currency.customFields` ,
`currency.translation.fallback_1.createdAt` ,
`currency.translation.createdAt` ,
`currency.translation.fallback_1.updatedAt` ,
`currency.translation.updatedAt` ,
`currency.translation.fallback_1.currencyId` ,
`currency.translation.currencyId` ,
`currency.translation.fallback_1.languageId` ,
`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` ,
`currency.translation.fallback_1` . short_name AS `currency.translation.fallback_1.shortName` ,
`currency.translation.fallback_1` . name AS `currency.translation.fallback_1.name` ,
`currency.translation.fallback_1` . custom_fields AS `currency.translation.fallback_1.customFields` ,
`currency.translation.fallback_1` . created_at AS `currency.translation.fallback_1.createdAt` ,
`currency.translation.fallback_1` . updated_at AS `currency.translation.fallback_1.updatedAt` ,
`currency.translation.fallback_1` . currency_id AS `currency.translation.fallback_1.currencyId` ,
`currency.translation.fallback_1` . language_id AS `currency.translation.fallback_1.languageId`
FROM
`currency_translation` `currency.translation`
LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id`
AND `currency.translation.fallback_1` . language_id = ?
WHERE
`currency.translation` . language_id = ?
) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id`
WHERE
`currency` . `id` IN (? )
Copy
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.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) AS `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) AS `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) AS `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `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` , `currency.translation.fallback_1` . short_name AS `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name AS `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields AS `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at AS `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at AS `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id AS `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id AS `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 WHERE `currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
15
0.04 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.fallback_1.name` , `country.translation.name` , COALESCE (`country.translation.fallback_1.name` , `country.translation.name` , `country.translation.name` ) AS `country.name` , `country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , `country.translation.addressFormat` ) AS `country.addressFormat` , `country.translation.fallback_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.fallback_1.customFields` , `country.translation.customFields` , `country.translation.customFields` ) AS `country.customFields` , `country.translation.fallback_1.createdAt` , `country.translation.createdAt` , `country.translation.fallback_1.updatedAt` , `country.translation.updatedAt` , `country.translation.fallback_1.countryId` , `country.translation.countryId` , `country.translation.fallback_1.languageId` , `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` , `country.translation.fallback_1` . name AS `country.translation.fallback_1.name` , `country.translation.fallback_1` . address_format AS `country.translation.fallback_1.addressFormat` , `country.translation.fallback_1` . custom_fields AS `country.translation.fallback_1.customFields` , `country.translation.fallback_1` . created_at AS `country.translation.fallback_1.createdAt` , `country.translation.fallback_1` . updated_at AS `country.translation.fallback_1.updatedAt` , `country.translation.fallback_1` . country_id AS `country.translation.fallback_1.countryId` , `country.translation.fallback_1` . language_id AS `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id` AND `country.translation.fallback_1` . language_id = ? WHERE `country.translation` . language_id = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"˽Ëa\x14 tAË░NÅ═E\x1A E× "
]
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.fallback_1.name` ,
`country.translation.name` ,
COALESCE (
`country.translation.fallback_1.name` ,
`country.translation.name` , `country.translation.name`
) AS `country.name` ,
`country.translation.fallback_1.addressFormat` ,
`country.translation.addressFormat` ,
COALESCE (
`country.translation.fallback_1.addressFormat` ,
`country.translation.addressFormat` ,
`country.translation.addressFormat`
) AS `country.addressFormat` ,
`country.translation.fallback_1.customFields` ,
`country.translation.customFields` ,
COALESCE (
`country.translation.fallback_1.customFields` ,
`country.translation.customFields` ,
`country.translation.customFields`
) AS `country.customFields` ,
`country.translation.fallback_1.createdAt` ,
`country.translation.createdAt` ,
`country.translation.fallback_1.updatedAt` ,
`country.translation.updatedAt` ,
`country.translation.fallback_1.countryId` ,
`country.translation.countryId` ,
`country.translation.fallback_1.languageId` ,
`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` ,
`country.translation.fallback_1` . name AS `country.translation.fallback_1.name` ,
`country.translation.fallback_1` . address_format AS `country.translation.fallback_1.addressFormat` ,
`country.translation.fallback_1` . custom_fields AS `country.translation.fallback_1.customFields` ,
`country.translation.fallback_1` . created_at AS `country.translation.fallback_1.createdAt` ,
`country.translation.fallback_1` . updated_at AS `country.translation.fallback_1.updatedAt` ,
`country.translation.fallback_1` . country_id AS `country.translation.fallback_1.countryId` ,
`country.translation.fallback_1` . language_id AS `country.translation.fallback_1.languageId`
FROM
`country_translation` `country.translation`
LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id`
AND `country.translation.fallback_1` . language_id = ?
WHERE
`country.translation` . language_id = ?
) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id`
WHERE
`country` . `id` IN (? )
Copy
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.fallback_1.name` , `country.translation.name` , COALESCE (`country.translation.fallback_1.name` , `country.translation.name` , `country.translation.name` ) AS `country.name` , `country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.fallback_1.addressFormat` , `country.translation.addressFormat` , `country.translation.addressFormat` ) AS `country.addressFormat` , `country.translation.fallback_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.fallback_1.customFields` , `country.translation.customFields` , `country.translation.customFields` ) AS `country.customFields` , `country.translation.fallback_1.createdAt` , `country.translation.createdAt` , `country.translation.fallback_1.updatedAt` , `country.translation.updatedAt` , `country.translation.fallback_1.countryId` , `country.translation.countryId` , `country.translation.fallback_1.languageId` , `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` , `country.translation.fallback_1` . name AS `country.translation.fallback_1.name` , `country.translation.fallback_1` . address_format AS `country.translation.fallback_1.addressFormat` , `country.translation.fallback_1` . custom_fields AS `country.translation.fallback_1.customFields` , `country.translation.fallback_1` . created_at AS `country.translation.fallback_1.createdAt` , `country.translation.fallback_1` . updated_at AS `country.translation.fallback_1.updatedAt` , `country.translation.fallback_1` . country_id AS `country.translation.fallback_1.countryId` , `country.translation.fallback_1` . language_id AS `country.translation.fallback_1.languageId` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.fallback_1` ON `country.translation` . `country_id` = `country.translation.fallback_1` . `country_id` AND `country.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 WHERE `country.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0xD3ABD361147441D3B04E8FCD451A459E );
Copy
16
0.05 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.fallback_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.fallback_1.name` , `customer_group.translation.name` , `customer_group.translation.name` ) AS `customer_group.name` , `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) AS `customer_group.registrationTitle` , `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) AS `customer_group.registrationIntroduction` , `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) AS `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) AS `customer_group.registrationSeoMetaDescription` , `customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , `customer_group.translation.customFields` ) AS `customer_group.customFields` , `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.createdAt` , `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.updatedAt` , `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.customerGroupId` , `customer_group.translation.fallback_1.languageId` , `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` , `customer_group.translation.fallback_1` . name AS `customer_group.translation.fallback_1.name` , `customer_group.translation.fallback_1` . registration_title AS `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.fallback_1` . registration_introduction AS `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.fallback_1` . registration_only_company_registration AS `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1` . registration_seo_meta_description AS `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.fallback_1` . custom_fields AS `customer_group.translation.fallback_1.customFields` , `customer_group.translation.fallback_1` . created_at AS `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.fallback_1` . updated_at AS `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.fallback_1` . customer_group_id AS `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.fallback_1` . language_id AS `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id` AND `customer_group.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"W&‹Ù/tKÚª\¸‘Ÿ+þe "
]
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.fallback_1.name` ,
`customer_group.translation.name` ,
COALESCE (
`customer_group.translation.fallback_1.name` ,
`customer_group.translation.name` ,
`customer_group.translation.name`
) AS `customer_group.name` ,
`customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
COALESCE (
`customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
`customer_group.translation.registrationTitle`
) AS `customer_group.registrationTitle` ,
`customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
COALESCE (
`customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction`
) AS `customer_group.registrationIntroduction` ,
`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
COALESCE (
`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration`
) AS `customer_group.registrationOnlyCompanyRegistration` ,
`customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
COALESCE (
`customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription`
) AS `customer_group.registrationSeoMetaDescription` ,
`customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.customFields` ,
COALESCE (
`customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.customFields` ,
`customer_group.translation.customFields`
) AS `customer_group.customFields` ,
`customer_group.translation.fallback_1.createdAt` ,
`customer_group.translation.createdAt` ,
`customer_group.translation.fallback_1.updatedAt` ,
`customer_group.translation.updatedAt` ,
`customer_group.translation.fallback_1.customerGroupId` ,
`customer_group.translation.customerGroupId` ,
`customer_group.translation.fallback_1.languageId` ,
`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` ,
`customer_group.translation.fallback_1` . name AS `customer_group.translation.fallback_1.name` ,
`customer_group.translation.fallback_1` . registration_title AS `customer_group.translation.fallback_1.registrationTitle` ,
`customer_group.translation.fallback_1` . registration_introduction AS `customer_group.translation.fallback_1.registrationIntroduction` ,
`customer_group.translation.fallback_1` . registration_only_company_registration AS `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.fallback_1` . registration_seo_meta_description AS `customer_group.translation.fallback_1.registrationSeoMetaDescription` ,
`customer_group.translation.fallback_1` . custom_fields AS `customer_group.translation.fallback_1.customFields` ,
`customer_group.translation.fallback_1` . created_at AS `customer_group.translation.fallback_1.createdAt` ,
`customer_group.translation.fallback_1` . updated_at AS `customer_group.translation.fallback_1.updatedAt` ,
`customer_group.translation.fallback_1` . customer_group_id AS `customer_group.translation.fallback_1.customerGroupId` ,
`customer_group.translation.fallback_1` . language_id AS `customer_group.translation.fallback_1.languageId`
FROM
`customer_group_translation` `customer_group.translation`
LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id`
AND `customer_group.translation.fallback_1` . language_id = ?
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 (? )
Copy
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.fallback_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.fallback_1.name` , `customer_group.translation.name` , `customer_group.translation.name` ) AS `customer_group.name` , `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` ) AS `customer_group.registrationTitle` , `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) AS `customer_group.registrationIntroduction` , `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) AS `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) AS `customer_group.registrationSeoMetaDescription` , `customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.fallback_1.customFields` , `customer_group.translation.customFields` , `customer_group.translation.customFields` ) AS `customer_group.customFields` , `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.createdAt` , `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.updatedAt` , `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.customerGroupId` , `customer_group.translation.fallback_1.languageId` , `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` , `customer_group.translation.fallback_1` . name AS `customer_group.translation.fallback_1.name` , `customer_group.translation.fallback_1` . registration_title AS `customer_group.translation.fallback_1.registrationTitle` , `customer_group.translation.fallback_1` . registration_introduction AS `customer_group.translation.fallback_1.registrationIntroduction` , `customer_group.translation.fallback_1` . registration_only_company_registration AS `customer_group.translation.fallback_1.registrationOnlyCompanyRegistration` , `customer_group.translation.fallback_1` . registration_seo_meta_description AS `customer_group.translation.fallback_1.registrationSeoMetaDescription` , `customer_group.translation.fallback_1` . custom_fields AS `customer_group.translation.fallback_1.customFields` , `customer_group.translation.fallback_1` . created_at AS `customer_group.translation.fallback_1.createdAt` , `customer_group.translation.fallback_1` . updated_at AS `customer_group.translation.fallback_1.updatedAt` , `customer_group.translation.fallback_1` . customer_group_id AS `customer_group.translation.fallback_1.customerGroupId` , `customer_group.translation.fallback_1` . language_id AS `customer_group.translation.fallback_1.languageId` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.fallback_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.fallback_1` . `customer_group_id` AND `customer_group.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x57268BD92F744BDAAA5CB8919F2BFE65 );
Copy
17
0.03 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
18
0.05 ms
SELECT `tax_rule` . `id` AS `tax_rule.id` , `tax_rule` . `tax_rule_type_id` AS `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` AS `tax_rule.countryId` , `tax_rule` . `tax_rate` AS `tax_rule.taxRate` , `tax_rule` . `data` AS `tax_rule.data` , `tax_rule` . `tax_id` AS `tax_rule.taxId` , `tax_rule` . `active_from` AS `tax_rule.activeFrom` , `tax_rule` . `created_at` AS `tax_rule.createdAt` , `tax_rule` . `updated_at` AS `tax_rule.updatedAt` , `tax_rule.type` . `id` AS `tax_rule.type.id` , `tax_rule.type` . `technical_name` AS `tax_rule.type.technicalName` , `tax_rule.type` . `position` AS `tax_rule.type.position` , `tax_rule.type` . `created_at` AS `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` AS `tax_rule.type.updatedAt` , `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) AS `tax_rule.type.typeName` , `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.fallback_1.languageId` , `tax_rule.type.translation.languageId` 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` , `tax_rule.type.translation.fallback_1` . type_name AS `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.fallback_1` . created_at AS `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.fallback_1` . updated_at AS `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.fallback_1` . tax_rule_type_id AS `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.fallback_1` . language_id AS `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id` AND `tax_rule.type.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"%k╩├É!K\x0F ÿ\x03\x18 @ë\x1F í: "
b"’d\x12 JFFL\x0E ¼XÈ\x0E û§g\x12 "
b"ÿ½ú÷ÐëB㉊¡Jæ.]‰ "
]
SELECT `tax_rule` . `id` AS `tax_rule.id` , `tax_rule` . `tax_rule_type_id` AS `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` AS `tax_rule.countryId` , `tax_rule` . `tax_rate` AS `tax_rule.taxRate` , `tax_rule` . `data` AS `tax_rule.data` , `tax_rule` . `tax_id` AS `tax_rule.taxId` , `tax_rule` . `active_from` AS `tax_rule.activeFrom` , `tax_rule` . `created_at` AS `tax_rule.createdAt` , `tax_rule` . `updated_at` AS `tax_rule.updatedAt` , `tax_rule.type` . `id` AS `tax_rule.type.id` , `tax_rule.type` . `technical_name` AS `tax_rule.type.technicalName` , `tax_rule.type` . `position` AS `tax_rule.type.position` , `tax_rule.type` . `created_at` AS `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` AS `tax_rule.type.updatedAt` , `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` ) AS `tax_rule.type.typeName` , `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.createdAt` , `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.updatedAt` , `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.taxRuleTypeId` , `tax_rule.type.translation.fallback_1.languageId` , `tax_rule.type.translation.languageId` 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` , `tax_rule.type.translation.fallback_1` . type_name AS `tax_rule.type.translation.fallback_1.typeName` , `tax_rule.type.translation.fallback_1` . created_at AS `tax_rule.type.translation.fallback_1.createdAt` , `tax_rule.type.translation.fallback_1` . updated_at AS `tax_rule.type.translation.fallback_1.updatedAt` , `tax_rule.type.translation.fallback_1` . tax_rule_type_id AS `tax_rule.type.translation.fallback_1.taxRuleTypeId` , `tax_rule.type.translation.fallback_1` . language_id AS `tax_rule.type.translation.fallback_1.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.fallback_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.fallback_1` . `tax_rule_type_id` AND `tax_rule.type.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x256BCAC390214B0F98031840891FA13A , 0x9264124A46464C0EBC58C80EFBA76712 , 0xFFBDFAF7D0EB42E3898AA14AE62E5D89 ));
Copy
19
0.07 ms
SELECT `payment_method` . `id` AS `payment_method.id` , `payment_method` . `plugin_id` AS `payment_method.pluginId` , `payment_method` . `handler_identifier` AS `payment_method.handlerIdentifier` , `payment_method` . `position` AS `payment_method.position` , `payment_method` . `active` AS `payment_method.active` , `payment_method` . `after_order_enabled` AS `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` AS `payment_method.availabilityRuleId` , `payment_method` . `media_id` AS `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` AS `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` AS `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` AS `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` AS `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` AS `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` AS `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` AS `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` AS `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` AS `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` AS `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` AS `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` AS `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` AS `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` AS `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` AS `payment_method.technicalName` , `payment_method` . `created_at` AS `payment_method.createdAt` , `payment_method` . `updated_at` AS `payment_method.updatedAt` , `payment_method.media` . `id` AS `payment_method.media.id` , `payment_method.media` . `user_id` AS `payment_method.media.userId` , `payment_method.media` . `media_folder_id` AS `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` AS `payment_method.media.mimeType` , `payment_method.media` . `file_extension` AS `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` AS `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` AS `payment_method.media.fileName` , `payment_method.media` . `file_size` AS `payment_method.media.fileSize` , `payment_method.media` . `media_type` AS `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` AS `payment_method.media.metaData` , `payment_method.media` . `config` AS `payment_method.media.config` , `payment_method.media` . `path` AS `payment_method.media.path` , `payment_method.media` . `private` AS `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` AS `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` AS `payment_method.media.createdAt` , `payment_method.media` . `updated_at` AS `payment_method.media.updatedAt` , `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) AS `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) AS `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) AS `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) AS `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) AS `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) AS `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) AS `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `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` , `payment_method.translation.fallback_1` . name AS `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name AS `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description AS `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields AS `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at AS `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at AS `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id AS `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id AS `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = ? 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` , `payment_method.media.translation.fallback_1` . title AS `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt AS `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields AS `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at AS `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at AS `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id AS `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id AS `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\t E\x13 *àLFõº§°‰~CY; "
]
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.fallback_1.title` ,
`payment_method.media.translation.title` ,
COALESCE (
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) AS `payment_method.media.title` ,
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) AS `payment_method.media.alt` ,
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) AS `payment_method.media.customFields` ,
`payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.fallback_1.languageId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
`payment_method.translation.name`
) AS `payment_method.name` ,
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) AS `payment_method.distinguishableName` ,
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
`payment_method.translation.description`
) AS `payment_method.description` ,
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) AS `payment_method.customFields` ,
`payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.fallback_1.languageId` ,
`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` ,
`payment_method.translation.fallback_1` . name AS `payment_method.translation.fallback_1.name` ,
`payment_method.translation.fallback_1` . distinguishable_name AS `payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.fallback_1` . description AS `payment_method.translation.fallback_1.description` ,
`payment_method.translation.fallback_1` . custom_fields AS `payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.fallback_1` . created_at AS `payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.fallback_1` . updated_at AS `payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.fallback_1` . payment_method_id AS `payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.fallback_1` . language_id AS `payment_method.translation.fallback_1.languageId`
FROM
`payment_method_translation` `payment_method.translation`
LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id`
AND `payment_method.translation.fallback_1` . language_id = ?
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` ,
`payment_method.media.translation.fallback_1` . title AS `payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.fallback_1` . alt AS `payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.fallback_1` . custom_fields AS `payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.fallback_1` . created_at AS `payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.fallback_1` . updated_at AS `payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.fallback_1` . media_id AS `payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.fallback_1` . language_id AS `payment_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `payment_method.media.translation`
LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id`
AND `payment_method.media.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) AS `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) AS `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) AS `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) AS `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) AS `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) AS `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) AS `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `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` , `payment_method.translation.fallback_1` . name AS `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name AS `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description AS `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields AS `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at AS `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at AS `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id AS `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id AS `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` , `payment_method.media.translation.fallback_1` . title AS `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt AS `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields AS `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at AS `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at AS `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id AS `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id AS `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x0945132AE04C46F5BAA7B0897E43593B );
Copy
20
0.08 ms
SELECT `shipping_method` . `id` AS `shipping_method.id` , `shipping_method` . `active` AS `shipping_method.active` , `shipping_method` . `position` AS `shipping_method.position` , `shipping_method` . `availability_rule_id` AS `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` AS `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` AS `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` AS `shipping_method.taxType` , `shipping_method` . `tax_id` AS `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` AS `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` AS `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` AS `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` AS `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` AS `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` AS `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) AS `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) AS `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `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.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) AS `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) AS `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) AS `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) AS `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) AS `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) AS `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) AS `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `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` , `shipping_method.translation.fallback_1` . name AS `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description AS `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url AS `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields AS `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at AS `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at AS `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id AS `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id AS `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = ? 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` , `shipping_method.deliveryTime.translation.fallback_1` . name AS `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields AS `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at AS `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at AS `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id AS `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id AS `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ? 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` , `shipping_method.media.translation.fallback_1` . title AS `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt AS `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields AS `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at AS `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at AS `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id AS `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id AS `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"¶qtÊzßK'ɳô▄\x10\f\x00 [ "
]
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.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) AS `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) AS `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1.languageId` ,
`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.fallback_1.title` ,
`shipping_method.media.translation.title` ,
COALESCE (
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) AS `shipping_method.media.title` ,
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) AS `shipping_method.media.alt` ,
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) AS `shipping_method.media.customFields` ,
`shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.fallback_1.languageId` ,
`shipping_method.media.translation.languageId` ,
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) AS `shipping_method.name` ,
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) AS `shipping_method.description` ,
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) AS `shipping_method.trackingUrl` ,
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) AS `shipping_method.customFields` ,
`shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.fallback_1.languageId` ,
`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` ,
`shipping_method.translation.fallback_1` . name AS `shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.fallback_1` . description AS `shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.fallback_1` . tracking_url AS `shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.fallback_1` . custom_fields AS `shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.fallback_1` . created_at AS `shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.fallback_1` . updated_at AS `shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.fallback_1` . shipping_method_id AS `shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.fallback_1` . language_id AS `shipping_method.translation.fallback_1.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id`
AND `shipping_method.translation.fallback_1` . language_id = ?
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` ,
`shipping_method.deliveryTime.translation.fallback_1` . name AS `shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.fallback_1` . custom_fields AS `shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1` . created_at AS `shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . updated_at AS `shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id AS `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1` . language_id AS `shipping_method.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id`
AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ?
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` ,
`shipping_method.media.translation.fallback_1` . title AS `shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.fallback_1` . alt AS `shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.fallback_1` . custom_fields AS `shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.fallback_1` . created_at AS `shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.fallback_1` . updated_at AS `shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.fallback_1` . media_id AS `shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.fallback_1` . language_id AS `shipping_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `shipping_method.media.translation`
LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id`
AND `shipping_method.media.translation.fallback_1` . language_id = ?
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.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) AS `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) AS `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `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.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) AS `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) AS `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) AS `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) AS `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) AS `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) AS `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) AS `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `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` , `shipping_method.translation.fallback_1` . name AS `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description AS `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url AS `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields AS `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at AS `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at AS `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id AS `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id AS `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` , `shipping_method.deliveryTime.translation.fallback_1` . name AS `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields AS `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at AS `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at AS `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id AS `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id AS `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` , `shipping_method.media.translation.fallback_1` . title AS `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt AS `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields AS `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at AS `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at AS `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id AS `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id AS `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0xF47174D27AE14B2790FC93DC100C005B );
Copy
21
0.02 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"˽Ëa\x14 tAË░NÅ═E\x1A E× "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xD3ABD361147441D3B04E8FCD451A459E ) LIMIT 1 ;
Copy
22
0.03 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"dotd4FzDFhVaVmw8TyLwfiuJqg3ZVSuR "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'dotd4FzDFhVaVmw8TyLwfiuJqg3ZVSuR' ;
Copy
23
0.17 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
24
0.05 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"\v NŸL\r 9Jì€ù.w•—\x1C Ÿ "
b"(-³ÛóüJ,é£l[ý¯S6 "
b"[ìÓ┴\x1E eBnÜ94ÒGÕÎÝ "
b"ƒ©á>`¾I^Œ_ÃT\x13 j'| "
b"\x06 p_{ZBNi¿MS\x10\t ~\x10 3 "
b"\x07 »Dð½\x7F C¬¥\x01 ‡\x0E ú"ûû "
b"*mÇu‹ßI‹³J¼IJJÈ“ "
b"+U\x10 ©┤H)Ū¦J¤¤┬╝ "
b"3û[?\r œA+¢UI™Õ${w "
b"Re»+ı_H┼ÉhÓàÆMúÀ "
b"YÌ ñ¸²L†œC‚ÞÀ\v\t 6 "
b"n%¹t€ÂLaœ!¥[wLj‰ "
b"s…zà¹\x05 K†‡8Ãðû\e æ "
b"uLµú†\x0F GTŽOý`ÞxC\e "
b"‡äk¨²ð@^…/íDN&ÿ\x10 "
b"ŽÆÐ¡½îD¹¦øtv¢Ž\r U "
b"æª▄ź{K9ÉYÀu\x1D #°╦ "
b"”\x18\x04\x14 ÖòF\x18 „Ž|S‹Þ7¡ "
b"—´î!/\x1D O°œƒû¤ª›.î "
b"×ã\r £j®OÃç▀ÅÊ/þ\H "
b"ƒ\x13 gJiµEtíUW¶┬ì\x15 o "
b"¸¨"\x0F zLFs½Âˆ\x16 ¦ÔËÇ "
b"├ß½\x06\x08 [AAØ.ã*PÚ8\x04 "
b"ÈR+޽BIª›S<\x16 ÜÙjâ "
b"Ê›¼\\t\x04 OG¶0‚;)mºÝ "
b"ßvZQ¼iNs×ò˽Ø\x03 ³! "
b"âÞ\x11 âP›BÀ±\x10 ·]DŠiˆ "
b"å{xß\x1A ÿN2©Â\x02 %ïÕ\x06 õ "
b"ø¯_»úðH\x13 ˆ®Üy\x12 ATÜ "
b"úõ\x05 EµâKK«i°GüEÁ¨ "
b"ZU\v zm|F\r ˜áëᖳ͜ "
b"\x00 Œ<ë*¨L/\x06 ñ7“Æ9= "
b"DåLcF(KÞ™\x03 ×u°ÊÇu "
b"{›ÒQAóNѰÿ×ôµ±½‰ "
b"}„†\x1C ® K\x1D ·‡ªæÌ=k\t "
b"¬CÊs̺AM\x16 ø\x17 é\x14\x16 H "
b"■ýÕ\x11 :║NÑ░l':ì»>© "
b"WͶÒÐQJý‡’\x08 Ñ€ðÀ‡ "
b"d7Ú\x14 ¿`Nã²íø\x19 (\x1D þR "
b"n\x15 Gg)ÙI┤┐HØzèbbî "
b"p´+»þ©@Lò╔ÞZP¿\x16 É "
b"v$Ù\x16 $‹Bš¼8˜ë)\x07 '[ "
b"zy)0b\x14 EÜLAÛ`\ÏÜ "
b"~0kƒâSJQ [ˆ\x02 E\x11 é% "
b"—]¬1Ð\x03 @ì§Š\x01 1f,‰w "
b"˜SÀ\x1A NIA¬±@´žEK.à "
b"£hé÷2%Kø¨*4ò\x17 ÁúE "
b"«âßþ\x1D wI'˜—ìU\t\x1C sq "
b"Ç\x14 Çñ\x15 ;JH¨™\v G冞O "
b"Ò_Ú\x17 пKu‚·Z!œ¿Õ3 "
b"Ú\x07\x12\x1A :5KÁ¥aöÝb‚\x03 T "
b"㺎VêÅFI·\x0F ô\x1D ”®hð "
b"ìW\x1D ‘aéLôž\x03 [ƒ\x02 DŸ/ "
b"ìn½o%™KÄ™÷ç]ÃyFH "
]
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 (0x0B4E9F4C0D394AEC80F92E7795971C9F , 0x282DFCEAA2814A2C829C6C5BECEE5336 , 0x5B8DE0C11E65426E9A3934E347E5D7ED , 0x83A9E13E60BE495E8C5FC354136A277C , 0x06705F7B5A424E69BF4D5310097E1033 , 0x07BB44F0BD7F43ACA501870EFA22FBFB , 0x2A6DC7758BDF498BB34ABC494A4AC893 , 0x2B55F010B8B448298FA6DD4ACFCFC2BC , 0x33FB5B3F0D9C412BA2554999D5247B77 , 0x5265AF2BD55F48C59068E085924DA3B7 , 0x59CCA0F1B8B24C869C4382DEC00B0936 , 0x6E25B97480C24C619C21A55B774C6A89 , 0x73857AE0B9054B868738C3F0FB1BA0E6 , 0x754CB5FA860F47548E4FFD60DE78431B , 0x87E46BA8B2F0405E852FED444E26FF10 , 0x8EC6D0A1BDEE44B9A6F87476A28E0D55 , 0x91A6DC8FA77B4B399059B7751D23F8CB , 0x94180414D6F24618848E7C538BDE37A1 , 0x97B4EE212F1D4FB09C83FBA4AA9B2EEE , 0x9EC60D9C6AA94FC787DF8FD22FE75C48 , 0x9F13674A69E64574A15557F4C28D156F , 0xB8A8220F7A4C4673BDC28816A6D4CBC7 , 0xC3E1AB06085B41419D2EC62A50E93804 , 0xC8522B8EBD4249AA9B533C16DCD96AE2 , 0xCA9BBC5C09044F47B630823B296DBADD , 0xE1765A51AC694E739E95D3AB9D03FC21 , 0xE2DE11E2509B42C0B110B75D448A6988 , 0xE57B78DF1AFF4E32A9C20225EFD506F5 , 0xF8AF5FBBFAF0481388AEDC79124154DC , 0xFAF50545B5E24B4BAB69B047FC45C1A8 , 0x5A550B7A6D7C460D98E1EBE196B3CD9C , 0x008C3CEB2AA84C2FAD06F13793C6393D , 0x44E54C6346284BDE9903D775B0CAC775 , 0x7B9BD25141F34ED1B0FFD7F4B5B1BD89 , 0x7D84861CAEA04B1DB787AAE6CC3D6B09 , 0xAC43CA73CCBA414DAD16F817E9141648 , 0xFEECE5113ABA4EA5B06C273A8DAF3EB8 , 0x57CDB6D2D0514AFD879208D180F0C087 , 0x6437DA14BF604EE3B2EDF819281DFE52 , 0x6E15476729EB49B4BF489D7A8A62628C , 0x70EF2BAFE7B8404C95C9E85A50A81690 , 0x7624D916248B429ABC3898EB2907275B , 0x7A792930621445C39C4C41DB605CCFDC , 0x7E306B83E2534A51A05B88024511E925 , 0x975DAC31D00340ECA78A0131662C8977 , 0x9853C01A4E4941ACB140B49E454B2EC3 , 0xA368E9F732254BF8A82A34F217C1FA45 , 0xABE2DFFE1D7749279897EC55091C7371 , 0xC714C7F1153B4A48A8990B47E5869E4F , 0xD25FDA17D0BF4B7582B75A219CBFD533 , 0xDA07121A3A354BC1A561F6DD62820354 , 0xE3BA8E56EAC54649B70FF41D94AE68F0 , 0xEC571D9161E94CF49E035B8302449F2F , 0xEC6EBD6F25994BC499F7E75DC3794648 );
Copy
25
0.03 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
26
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
27
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
28
0.02 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
b"˽Ëa\x14 tAË░NÅ═E\x1A E× "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0xD348ACF4310841E4872DD092D836E229 AND `sales_channel_country` . `country_id` = 0xD3ABD361147441D3B04E8FCD451A459E );
Copy
29
0.03 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"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0xD348ACF4310841E4872DD092D836E229 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
30
0.02 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
31
0.01 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
32
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
33
0.10 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters :
[
"token " => "dotd4FzDFhVaVmw8TyLwfiuJqg3ZVSuR "
]
DELETE FROM `cart` WHERE `token` = 'dotd4FzDFhVaVmw8TyLwfiuJqg3ZVSuR' ;
Copy
34
0.03 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"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
]
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` = 0xD348ACF4310841E4872DD092D836E229 AND `language.salesChannels` . `id` = 0xD348ACF4310841E4872DD092D836E229 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
35
0.05 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.fallback_1.name` , `language.translationCode.translation.name` , COALESCE (`language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.name` , `language.translationCode.translation.name` ) AS `language.translationCode.name` , `language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` ) AS `language.translationCode.territory` , `language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` ) AS `language.translationCode.customFields` , `language.translationCode.translation.fallback_1.createdAt` , `language.translationCode.translation.createdAt` , `language.translationCode.translation.fallback_1.updatedAt` , `language.translationCode.translation.updatedAt` , `language.translationCode.translation.fallback_1.localeId` , `language.translationCode.translation.localeId` , `language.translationCode.translation.fallback_1.languageId` , `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` , `language.translationCode.translation.fallback_1` . name AS `language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.fallback_1` . territory AS `language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.fallback_1` . custom_fields AS `language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.fallback_1` . created_at AS `language.translationCode.translation.fallback_1.createdAt` , `language.translationCode.translation.fallback_1` . updated_at AS `language.translationCode.translation.fallback_1.updatedAt` , `language.translationCode.translation.fallback_1` . locale_id AS `language.translationCode.translation.fallback_1.localeId` , `language.translationCode.translation.fallback_1` . language_id AS `language.translationCode.translation.fallback_1.languageId` FROM `locale_translation` `language.translationCode.translation` LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation` . `locale_id` = `language.translationCode.translation.fallback_1` . `locale_id` AND `language.translationCode.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
]
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.fallback_1.name` ,
`language.translationCode.translation.name` ,
COALESCE (
`language.translationCode.translation.fallback_1.name` ,
`language.translationCode.translation.name` ,
`language.translationCode.translation.name`
) AS `language.translationCode.name` ,
`language.translationCode.translation.fallback_1.territory` ,
`language.translationCode.translation.territory` ,
COALESCE (
`language.translationCode.translation.fallback_1.territory` ,
`language.translationCode.translation.territory` ,
`language.translationCode.translation.territory`
) AS `language.translationCode.territory` ,
`language.translationCode.translation.fallback_1.customFields` ,
`language.translationCode.translation.customFields` ,
COALESCE (
`language.translationCode.translation.fallback_1.customFields` ,
`language.translationCode.translation.customFields` ,
`language.translationCode.translation.customFields`
) AS `language.translationCode.customFields` ,
`language.translationCode.translation.fallback_1.createdAt` ,
`language.translationCode.translation.createdAt` ,
`language.translationCode.translation.fallback_1.updatedAt` ,
`language.translationCode.translation.updatedAt` ,
`language.translationCode.translation.fallback_1.localeId` ,
`language.translationCode.translation.localeId` ,
`language.translationCode.translation.fallback_1.languageId` ,
`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` ,
`language.translationCode.translation.fallback_1` . name AS `language.translationCode.translation.fallback_1.name` ,
`language.translationCode.translation.fallback_1` . territory AS `language.translationCode.translation.fallback_1.territory` ,
`language.translationCode.translation.fallback_1` . custom_fields AS `language.translationCode.translation.fallback_1.customFields` ,
`language.translationCode.translation.fallback_1` . created_at AS `language.translationCode.translation.fallback_1.createdAt` ,
`language.translationCode.translation.fallback_1` . updated_at AS `language.translationCode.translation.fallback_1.updatedAt` ,
`language.translationCode.translation.fallback_1` . locale_id AS `language.translationCode.translation.fallback_1.localeId` ,
`language.translationCode.translation.fallback_1` . language_id AS `language.translationCode.translation.fallback_1.languageId`
FROM
`locale_translation` `language.translationCode.translation`
LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation` . `locale_id` = `language.translationCode.translation.fallback_1` . `locale_id`
AND `language.translationCode.translation.fallback_1` . language_id = ?
WHERE
`language.translationCode.translation` . language_id = ?
) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id`
WHERE
`language` . `id` IN (? , ? )
Copy
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.fallback_1.name` , `language.translationCode.translation.name` , COALESCE (`language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.name` , `language.translationCode.translation.name` ) AS `language.translationCode.name` , `language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` ) AS `language.translationCode.territory` , `language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` ) AS `language.translationCode.customFields` , `language.translationCode.translation.fallback_1.createdAt` , `language.translationCode.translation.createdAt` , `language.translationCode.translation.fallback_1.updatedAt` , `language.translationCode.translation.updatedAt` , `language.translationCode.translation.fallback_1.localeId` , `language.translationCode.translation.localeId` , `language.translationCode.translation.fallback_1.languageId` , `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` , `language.translationCode.translation.fallback_1` . name AS `language.translationCode.translation.fallback_1.name` , `language.translationCode.translation.fallback_1` . territory AS `language.translationCode.translation.fallback_1.territory` , `language.translationCode.translation.fallback_1` . custom_fields AS `language.translationCode.translation.fallback_1.customFields` , `language.translationCode.translation.fallback_1` . created_at AS `language.translationCode.translation.fallback_1.createdAt` , `language.translationCode.translation.fallback_1` . updated_at AS `language.translationCode.translation.fallback_1.updatedAt` , `language.translationCode.translation.fallback_1` . locale_id AS `language.translationCode.translation.fallback_1.localeId` , `language.translationCode.translation.fallback_1` . language_id AS `language.translationCode.translation.fallback_1.languageId` FROM `locale_translation` `language.translationCode.translation` LEFT JOIN `locale_translation` `language.translationCode.translation.fallback_1` ON `language.translationCode.translation` . `locale_id` = `language.translationCode.translation.fallback_1` . `locale_id` AND `language.translationCode.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 , 0x76393D0A5F754C5A80FB3EC7B3B3DB05 );
Copy
36
0.03 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"¶┘g├Î&@ÝÂ┐Z½tè4Ø "
b"¶┘g├Î&@ÝÂ┐Z½tè4Ø "
b"¶┘g├Î&@ÝÂ┐Z½tè4Ø "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xF4D967C3D72640EDB6BF5AAB748A349D OR `parent_id` = 0xF4D967C3D72640EDB6BF5AAB748A349D OR `id` = 0xF4D967C3D72640EDB6BF5AAB748A349D
;
Copy
37
2.41 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.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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` , `category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|f4d967c3d72640edb6bf5aab748a349d|% "
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.fallback_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.fallback_1.createdAt` ,
`category.media.translation.createdAt` ,
`category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.fallback_1.mediaId` ,
`category.media.translation.mediaId` ,
`category.media.translation.fallback_1.languageId` ,
`category.media.translation.languageId` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`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` ,
`category.translation.fallback_1` . name AS `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description AS `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
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` ,
`category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` ,
`category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` ,
`category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` ,
`category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` ,
`category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` ,
`category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id`
AND `category.media.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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` , `category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 '%|f4d967c3d72640edb6bf5aab748a349d|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
38
0.03 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
39
0.04 ms
SELECT LOWER (HEX (`category` . `parent_id` )) AS `category-ids.key` , COUNT (`category` . `id` ) AS `category-ids.count` , COUNT (DISTINCT `category` . `id` ) AS `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|f4d967c3d72640edb6bf5aab748a349d|% "
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 '%|f4d967c3d72640edb6bf5aab748a349d|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
40
0.08 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.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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` , `category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"¶┘g├Î&@ÝÂ┐Z½tè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.fallback_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.fallback_1.createdAt` ,
`category.media.translation.createdAt` ,
`category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.fallback_1.mediaId` ,
`category.media.translation.mediaId` ,
`category.media.translation.fallback_1.languageId` ,
`category.media.translation.languageId` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`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` ,
`category.translation.fallback_1` . name AS `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description AS `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
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` ,
`category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` ,
`category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` ,
`category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` ,
`category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` ,
`category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` ,
`category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id`
AND `category.media.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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` , `category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0xF4D967C3D72640EDB6BF5AAB748A349D ));
Copy
41
0.05 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"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
]
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` = 0xD348ACF4310841E4872DD092D836E229 ) GROUP BY `currency` . `id` ;
Copy
42
0.04 ms
SELECT `currency` . `id` AS `currency.id` , `currency` . `factor` AS `currency.factor` , `currency` . `symbol` AS `currency.symbol` , `currency` . `iso_code` AS `currency.isoCode` , `currency` . `position` AS `currency.position` , `currency` . `tax_free_from` AS `currency.taxFreeFrom` , `currency` . `item_rounding` AS `currency.itemRounding` , `currency` . `total_rounding` AS `currency.totalRounding` , `currency` . `created_at` AS `currency.createdAt` , `currency` . `updated_at` AS `currency.updatedAt` , `currency.translation.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) AS `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) AS `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) AS `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `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` , `currency.translation.fallback_1` . short_name AS `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name AS `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields AS `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at AS `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at AS `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id AS `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id AS `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = ? WHERE `currency.translation` . language_id = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
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.fallback_1.shortName` ,
`currency.translation.shortName` ,
COALESCE (
`currency.translation.fallback_1.shortName` ,
`currency.translation.shortName` ,
`currency.translation.shortName`
) AS `currency.shortName` ,
`currency.translation.fallback_1.name` ,
`currency.translation.name` ,
COALESCE (
`currency.translation.fallback_1.name` ,
`currency.translation.name` , `currency.translation.name`
) AS `currency.name` ,
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
COALESCE (
`currency.translation.fallback_1.customFields` ,
`currency.translation.customFields` ,
`currency.translation.customFields`
) AS `currency.customFields` ,
`currency.translation.fallback_1.createdAt` ,
`currency.translation.createdAt` ,
`currency.translation.fallback_1.updatedAt` ,
`currency.translation.updatedAt` ,
`currency.translation.fallback_1.currencyId` ,
`currency.translation.currencyId` ,
`currency.translation.fallback_1.languageId` ,
`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` ,
`currency.translation.fallback_1` . short_name AS `currency.translation.fallback_1.shortName` ,
`currency.translation.fallback_1` . name AS `currency.translation.fallback_1.name` ,
`currency.translation.fallback_1` . custom_fields AS `currency.translation.fallback_1.customFields` ,
`currency.translation.fallback_1` . created_at AS `currency.translation.fallback_1.createdAt` ,
`currency.translation.fallback_1` . updated_at AS `currency.translation.fallback_1.updatedAt` ,
`currency.translation.fallback_1` . currency_id AS `currency.translation.fallback_1.currencyId` ,
`currency.translation.fallback_1` . language_id AS `currency.translation.fallback_1.languageId`
FROM
`currency_translation` `currency.translation`
LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id`
AND `currency.translation.fallback_1` . language_id = ?
WHERE
`currency.translation` . language_id = ?
) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id`
WHERE
`currency` . `id` IN (? )
Copy
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.fallback_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.fallback_1.shortName` , `currency.translation.shortName` , `currency.translation.shortName` ) AS `currency.shortName` , `currency.translation.fallback_1.name` , `currency.translation.name` , COALESCE (`currency.translation.fallback_1.name` , `currency.translation.name` , `currency.translation.name` ) AS `currency.name` , `currency.translation.fallback_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.fallback_1.customFields` , `currency.translation.customFields` , `currency.translation.customFields` ) AS `currency.customFields` , `currency.translation.fallback_1.createdAt` , `currency.translation.createdAt` , `currency.translation.fallback_1.updatedAt` , `currency.translation.updatedAt` , `currency.translation.fallback_1.currencyId` , `currency.translation.currencyId` , `currency.translation.fallback_1.languageId` , `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` , `currency.translation.fallback_1` . short_name AS `currency.translation.fallback_1.shortName` , `currency.translation.fallback_1` . name AS `currency.translation.fallback_1.name` , `currency.translation.fallback_1` . custom_fields AS `currency.translation.fallback_1.customFields` , `currency.translation.fallback_1` . created_at AS `currency.translation.fallback_1.createdAt` , `currency.translation.fallback_1` . updated_at AS `currency.translation.fallback_1.updatedAt` , `currency.translation.fallback_1` . currency_id AS `currency.translation.fallback_1.currencyId` , `currency.translation.fallback_1` . language_id AS `currency.translation.fallback_1.languageId` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.fallback_1` ON `currency.translation` . `currency_id` = `currency.translation.fallback_1` . `currency_id` AND `currency.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 WHERE `currency.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
43
0.03 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"e=▒k*ûMUÖL\x16\x10 Å\x15 ¿\x19 "
b"e=▒k*ûMUÖL\x16\x10 Å\x15 ¿\x19 "
b"e=▒k*ûMUÖL\x16\x10 Å\x15 ¿\x19 "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x653DB16B2A964D55994C16108F15A819 OR `parent_id` = 0x653DB16B2A964D55994C16108F15A819 OR `id` = 0x653DB16B2A964D55994C16108F15A819
;
Copy
44
0.08 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.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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` , `category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|653db16b2a964d55994c16108f15a819|% "
2
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.fallback_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.fallback_1.createdAt` ,
`category.media.translation.createdAt` ,
`category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.fallback_1.mediaId` ,
`category.media.translation.mediaId` ,
`category.media.translation.fallback_1.languageId` ,
`category.media.translation.languageId` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`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` ,
`category.translation.fallback_1` . name AS `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description AS `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
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` ,
`category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` ,
`category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` ,
`category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` ,
`category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` ,
`category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` ,
`category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id`
AND `category.media.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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` , `category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 '%|653db16b2a964d55994c16108f15a819|%' AND (`category` . `level` > 2 AND `category` . `level` < = 5 )));
Copy
45
0.02 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% "
"%|653db16b2a964d55994c16108f15a819|% "
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 '%|653db16b2a964d55994c16108f15a819|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
46
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.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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` , `category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Å`ßÒß>A}áKøö¸\x15 åÙ "
b"e=▒k*ûMUÖL\x16\x10 Å\x15 ¿\x19 "
]
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.fallback_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.fallback_1.createdAt` ,
`category.media.translation.createdAt` ,
`category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.fallback_1.mediaId` ,
`category.media.translation.mediaId` ,
`category.media.translation.fallback_1.languageId` ,
`category.media.translation.languageId` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`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` ,
`category.translation.fallback_1` . name AS `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description AS `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
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` ,
`category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` ,
`category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` ,
`category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` ,
`category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` ,
`category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` ,
`category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id`
AND `category.media.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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` , `category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x8F60E1E3E13E417DA04B9B94F71586EB , 0x653DB16B2A964D55994C16108F15A819 ));
Copy
47
0.17 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
b"e=▒k*ûMUÖL\x16\x10 Å\x15 ¿\x19 "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xCB53485BC0264C979C07A1DF1A5C38D3 OR `parent_id` = 0xCB53485BC0264C979C07A1DF1A5C38D3 OR `id` = 0x653DB16B2A964D55994C16108F15A819
;
Copy
48
0.75 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.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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` , `category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"0{žå-QJ!…\x00 2\v\x04 †Ñû "
b"8Ÿ‚uY>@v»ä\v l\x10\x06 ±‰ "
b"Zê~8¸WOìÑ─╝i┌▀t "
b"y\x18 ï\x1F Ä'OዼÛ*‡Wr\x17 "
b"‰–Y|ÊÕGn¯1~=²a¦„ "
b"’ñ&>\x03 :Fµ»98RÕÊ1a "
b"“\x01 `îÙP@G‰ÔpéîÿôÈ "
b"×Z½\x10 »wK?ü{\x02 ÉQ\x1F 8\x01 "
b"³‡(êZ Eß’81Æ—MSˆ "
b"¶Û\x15 ÔP\x15 B°‡¨*PÊ\x1C\x04\x1E "
b"õ\x10 ƒ\t SìOÔǃü&³d\Ô "
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
b"Å`ßÒß>A}áKøö¸\x15 åÙ "
b"e=▒k*ûMUÖL\x16\x10 Å\x15 ¿\x19 "
]
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.fallback_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.fallback_1.createdAt` ,
`category.media.translation.createdAt` ,
`category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.fallback_1.mediaId` ,
`category.media.translation.mediaId` ,
`category.media.translation.fallback_1.languageId` ,
`category.media.translation.languageId` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`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` ,
`category.translation.fallback_1` . name AS `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description AS `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
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` ,
`category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` ,
`category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` ,
`category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` ,
`category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` ,
`category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` ,
`category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id`
AND `category.media.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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` , `category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x307B9EE52D514A218500320B0486D1FB , 0x389F8275593E4076BBE40B6C1006B189 , 0x5A887E38F7574F8DA5C4BC69DADF7420 , 0x7918EF1FC4274FE18BBCDB2A87577217 , 0x8996597CCAD5476EAF317E3DB261A684 , 0x92F1263E033A46B5BB393852D5CA3161 , 0x930160EED950404789D470E9EEFFF4C8 , 0x9E5AAB10AF774B3F817B0290511F3801 , 0xB38728EA5AA045DF923831C6974D5388 , 0xB6DB15D4501542B087A82A50CA1C041E , 0xE4109F09538D4FE2809F8126FC645CE2 , 0xCB53485BC0264C979C07A1DF1A5C38D3 , 0x8F60E1E3E13E417DA04B9B94F71586EB , 0x653DB16B2A964D55994C16108F15A819 ));
Copy
49
0.03 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
50
0.01 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"\t E\x13 *àLFõº§°‰~CY; "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x0945132AE04C46F5BAA7B0897E43593B AND
pm . `active` = 1 ;
Copy
51
0.04 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` , `shipping_method.translation.fallback_1` . name AS `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description AS `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url AS `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields AS `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at AS `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at AS `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id AS `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id AS `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = ? 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.fallback_1.name` , `shipping_method.translation.name` )) ASC
Parameters :
[
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
]
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` , `shipping_method.translation.fallback_1` . name AS `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description AS `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url AS `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields AS `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at AS `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at AS `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id AS `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id AS `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` = 0xD348ACF4310841E4872DD092D836E229 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` )) ASC ;
Copy
52
0.08 ms
SELECT `shipping_method` . `id` AS `shipping_method.id` , `shipping_method` . `active` AS `shipping_method.active` , `shipping_method` . `position` AS `shipping_method.position` , `shipping_method` . `availability_rule_id` AS `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` AS `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` AS `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` AS `shipping_method.taxType` , `shipping_method` . `tax_id` AS `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` AS `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` AS `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` AS `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` AS `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` AS `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` AS `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) AS `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) AS `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `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.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) AS `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) AS `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) AS `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) AS `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) AS `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) AS `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) AS `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `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` , `shipping_method.translation.fallback_1` . name AS `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description AS `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url AS `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields AS `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at AS `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at AS `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id AS `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id AS `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = ? 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` , `shipping_method.deliveryTime.translation.fallback_1` . name AS `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields AS `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at AS `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at AS `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id AS `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id AS `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ? 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` , `shipping_method.media.translation.fallback_1` . title AS `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt AS `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields AS `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at AS `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at AS `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id AS `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id AS `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"¶qtÊzßK'ɳô▄\x10\f\x00 [ "
b"\x01 {…Ù\f\x7F Eô¸\x14 b–\x13 Çß\x1E "
b"º`‘¾lçB¯—ºááÒRÝK "
b"¤ëþ¡ÍÃDB£e\x7F WUů, "
]
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.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name`
) AS `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) AS `shipping_method.deliveryTime.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1.languageId` ,
`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.fallback_1.title` ,
`shipping_method.media.translation.title` ,
COALESCE (
`shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title`
) AS `shipping_method.media.title` ,
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt`
) AS `shipping_method.media.alt` ,
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields`
) AS `shipping_method.media.customFields` ,
`shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.createdAt` ,
`shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.updatedAt` ,
`shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.mediaId` ,
`shipping_method.media.translation.fallback_1.languageId` ,
`shipping_method.media.translation.languageId` ,
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name`
) AS `shipping_method.name` ,
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description`
) AS `shipping_method.description` ,
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) AS `shipping_method.trackingUrl` ,
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields`
) AS `shipping_method.customFields` ,
`shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.createdAt` ,
`shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.updatedAt` ,
`shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.shippingMethodId` ,
`shipping_method.translation.fallback_1.languageId` ,
`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` ,
`shipping_method.translation.fallback_1` . name AS `shipping_method.translation.fallback_1.name` ,
`shipping_method.translation.fallback_1` . description AS `shipping_method.translation.fallback_1.description` ,
`shipping_method.translation.fallback_1` . tracking_url AS `shipping_method.translation.fallback_1.trackingUrl` ,
`shipping_method.translation.fallback_1` . custom_fields AS `shipping_method.translation.fallback_1.customFields` ,
`shipping_method.translation.fallback_1` . created_at AS `shipping_method.translation.fallback_1.createdAt` ,
`shipping_method.translation.fallback_1` . updated_at AS `shipping_method.translation.fallback_1.updatedAt` ,
`shipping_method.translation.fallback_1` . shipping_method_id AS `shipping_method.translation.fallback_1.shippingMethodId` ,
`shipping_method.translation.fallback_1` . language_id AS `shipping_method.translation.fallback_1.languageId`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id`
AND `shipping_method.translation.fallback_1` . language_id = ?
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` ,
`shipping_method.deliveryTime.translation.fallback_1` . name AS `shipping_method.deliveryTime.translation.fallback_1.name` ,
`shipping_method.deliveryTime.translation.fallback_1` . custom_fields AS `shipping_method.deliveryTime.translation.fallback_1.customFields` ,
`shipping_method.deliveryTime.translation.fallback_1` . created_at AS `shipping_method.deliveryTime.translation.fallback_1.createdAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . updated_at AS `shipping_method.deliveryTime.translation.fallback_1.updatedAt` ,
`shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id AS `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`shipping_method.deliveryTime.translation.fallback_1` . language_id AS `shipping_method.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id`
AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = ?
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` ,
`shipping_method.media.translation.fallback_1` . title AS `shipping_method.media.translation.fallback_1.title` ,
`shipping_method.media.translation.fallback_1` . alt AS `shipping_method.media.translation.fallback_1.alt` ,
`shipping_method.media.translation.fallback_1` . custom_fields AS `shipping_method.media.translation.fallback_1.customFields` ,
`shipping_method.media.translation.fallback_1` . created_at AS `shipping_method.media.translation.fallback_1.createdAt` ,
`shipping_method.media.translation.fallback_1` . updated_at AS `shipping_method.media.translation.fallback_1.updatedAt` ,
`shipping_method.media.translation.fallback_1` . media_id AS `shipping_method.media.translation.fallback_1.mediaId` ,
`shipping_method.media.translation.fallback_1` . language_id AS `shipping_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `shipping_method.media.translation`
LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id`
AND `shipping_method.media.translation.fallback_1` . language_id = ?
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.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` ) AS `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` ) AS `shipping_method.deliveryTime.customFields` , `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.createdAt` , `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1.languageId` , `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.fallback_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` ) AS `shipping_method.media.title` , `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` ) AS `shipping_method.media.alt` , `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` ) AS `shipping_method.media.customFields` , `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.createdAt` , `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.updatedAt` , `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.mediaId` , `shipping_method.media.translation.fallback_1.languageId` , `shipping_method.media.translation.languageId` , `shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.fallback_1.name` , `shipping_method.translation.name` , `shipping_method.translation.name` ) AS `shipping_method.name` , `shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.fallback_1.description` , `shipping_method.translation.description` , `shipping_method.translation.description` ) AS `shipping_method.description` , `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` ) AS `shipping_method.trackingUrl` , `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` ) AS `shipping_method.customFields` , `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.createdAt` , `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.updatedAt` , `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.shippingMethodId` , `shipping_method.translation.fallback_1.languageId` , `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` , `shipping_method.translation.fallback_1` . name AS `shipping_method.translation.fallback_1.name` , `shipping_method.translation.fallback_1` . description AS `shipping_method.translation.fallback_1.description` , `shipping_method.translation.fallback_1` . tracking_url AS `shipping_method.translation.fallback_1.trackingUrl` , `shipping_method.translation.fallback_1` . custom_fields AS `shipping_method.translation.fallback_1.customFields` , `shipping_method.translation.fallback_1` . created_at AS `shipping_method.translation.fallback_1.createdAt` , `shipping_method.translation.fallback_1` . updated_at AS `shipping_method.translation.fallback_1.updatedAt` , `shipping_method.translation.fallback_1` . shipping_method_id AS `shipping_method.translation.fallback_1.shippingMethodId` , `shipping_method.translation.fallback_1` . language_id AS `shipping_method.translation.fallback_1.languageId` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.fallback_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.fallback_1` . `shipping_method_id` AND `shipping_method.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` , `shipping_method.deliveryTime.translation.fallback_1` . name AS `shipping_method.deliveryTime.translation.fallback_1.name` , `shipping_method.deliveryTime.translation.fallback_1` . custom_fields AS `shipping_method.deliveryTime.translation.fallback_1.customFields` , `shipping_method.deliveryTime.translation.fallback_1` . created_at AS `shipping_method.deliveryTime.translation.fallback_1.createdAt` , `shipping_method.deliveryTime.translation.fallback_1` . updated_at AS `shipping_method.deliveryTime.translation.fallback_1.updatedAt` , `shipping_method.deliveryTime.translation.fallback_1` . delivery_time_id AS `shipping_method.deliveryTime.translation.fallback_1.deliveryTimeId` , `shipping_method.deliveryTime.translation.fallback_1` . language_id AS `shipping_method.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.fallback_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` , `shipping_method.media.translation.fallback_1` . title AS `shipping_method.media.translation.fallback_1.title` , `shipping_method.media.translation.fallback_1` . alt AS `shipping_method.media.translation.fallback_1.alt` , `shipping_method.media.translation.fallback_1` . custom_fields AS `shipping_method.media.translation.fallback_1.customFields` , `shipping_method.media.translation.fallback_1` . created_at AS `shipping_method.media.translation.fallback_1.createdAt` , `shipping_method.media.translation.fallback_1` . updated_at AS `shipping_method.media.translation.fallback_1.updatedAt` , `shipping_method.media.translation.fallback_1` . media_id AS `shipping_method.media.translation.fallback_1.mediaId` , `shipping_method.media.translation.fallback_1` . language_id AS `shipping_method.media.translation.fallback_1.languageId` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.fallback_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.fallback_1` . `media_id` AND `shipping_method.media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0xF47174D27AE14B2790FC93DC100C005B , 0x017B85D90C7F45F4B814629613C7DF1E , 0xBA6091BE6CE742AF97BAE1E1D252DD4B , 0xCF89E7ADD6C744429C657F57558FEE2C );
Copy
53
0.03 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
54
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
55
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
56
0.02 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"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
]
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` = 0xD348ACF4310841E4872DD092D836E229 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
57
0.06 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.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) AS `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) AS `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) AS `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) AS `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) AS `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) AS `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) AS `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `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` , `payment_method.translation.fallback_1` . name AS `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name AS `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description AS `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields AS `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at AS `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at AS `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id AS `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id AS `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = ? 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` , `payment_method.media.translation.fallback_1` . title AS `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt AS `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields AS `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at AS `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at AS `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id AS `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id AS `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\t E\x13 *àLFõº§°‰~CY; "
b"ußÊW;\x0F @ì©ø\x0E %\e ¬þk "
]
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.fallback_1.title` ,
`payment_method.media.translation.title` ,
COALESCE (
`payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title`
) AS `payment_method.media.title` ,
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt`
) AS `payment_method.media.alt` ,
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields`
) AS `payment_method.media.customFields` ,
`payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.createdAt` ,
`payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.updatedAt` ,
`payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.mediaId` ,
`payment_method.media.translation.fallback_1.languageId` ,
`payment_method.media.translation.languageId` ,
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.fallback_1.name` ,
`payment_method.translation.name` ,
`payment_method.translation.name`
) AS `payment_method.name` ,
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName`
) AS `payment_method.distinguishableName` ,
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.fallback_1.description` ,
`payment_method.translation.description` ,
`payment_method.translation.description`
) AS `payment_method.description` ,
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields`
) AS `payment_method.customFields` ,
`payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.createdAt` ,
`payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.updatedAt` ,
`payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.paymentMethodId` ,
`payment_method.translation.fallback_1.languageId` ,
`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` ,
`payment_method.translation.fallback_1` . name AS `payment_method.translation.fallback_1.name` ,
`payment_method.translation.fallback_1` . distinguishable_name AS `payment_method.translation.fallback_1.distinguishableName` ,
`payment_method.translation.fallback_1` . description AS `payment_method.translation.fallback_1.description` ,
`payment_method.translation.fallback_1` . custom_fields AS `payment_method.translation.fallback_1.customFields` ,
`payment_method.translation.fallback_1` . created_at AS `payment_method.translation.fallback_1.createdAt` ,
`payment_method.translation.fallback_1` . updated_at AS `payment_method.translation.fallback_1.updatedAt` ,
`payment_method.translation.fallback_1` . payment_method_id AS `payment_method.translation.fallback_1.paymentMethodId` ,
`payment_method.translation.fallback_1` . language_id AS `payment_method.translation.fallback_1.languageId`
FROM
`payment_method_translation` `payment_method.translation`
LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id`
AND `payment_method.translation.fallback_1` . language_id = ?
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` ,
`payment_method.media.translation.fallback_1` . title AS `payment_method.media.translation.fallback_1.title` ,
`payment_method.media.translation.fallback_1` . alt AS `payment_method.media.translation.fallback_1.alt` ,
`payment_method.media.translation.fallback_1` . custom_fields AS `payment_method.media.translation.fallback_1.customFields` ,
`payment_method.media.translation.fallback_1` . created_at AS `payment_method.media.translation.fallback_1.createdAt` ,
`payment_method.media.translation.fallback_1` . updated_at AS `payment_method.media.translation.fallback_1.updatedAt` ,
`payment_method.media.translation.fallback_1` . media_id AS `payment_method.media.translation.fallback_1.mediaId` ,
`payment_method.media.translation.fallback_1` . language_id AS `payment_method.media.translation.fallback_1.languageId`
FROM
`media_translation` `payment_method.media.translation`
LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id`
AND `payment_method.media.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.title` , `payment_method.media.translation.title` ) AS `payment_method.media.title` , `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` ) AS `payment_method.media.alt` , `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` ) AS `payment_method.media.customFields` , `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.createdAt` , `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.updatedAt` , `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.mediaId` , `payment_method.media.translation.fallback_1.languageId` , `payment_method.media.translation.languageId` , `payment_method.translation.fallback_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.fallback_1.name` , `payment_method.translation.name` , `payment_method.translation.name` ) AS `payment_method.name` , `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` ) AS `payment_method.distinguishableName` , `payment_method.translation.fallback_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.fallback_1.description` , `payment_method.translation.description` , `payment_method.translation.description` ) AS `payment_method.description` , `payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.fallback_1.customFields` , `payment_method.translation.customFields` , `payment_method.translation.customFields` ) AS `payment_method.customFields` , `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.createdAt` , `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.updatedAt` , `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.paymentMethodId` , `payment_method.translation.fallback_1.languageId` , `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` , `payment_method.translation.fallback_1` . name AS `payment_method.translation.fallback_1.name` , `payment_method.translation.fallback_1` . distinguishable_name AS `payment_method.translation.fallback_1.distinguishableName` , `payment_method.translation.fallback_1` . description AS `payment_method.translation.fallback_1.description` , `payment_method.translation.fallback_1` . custom_fields AS `payment_method.translation.fallback_1.customFields` , `payment_method.translation.fallback_1` . created_at AS `payment_method.translation.fallback_1.createdAt` , `payment_method.translation.fallback_1` . updated_at AS `payment_method.translation.fallback_1.updatedAt` , `payment_method.translation.fallback_1` . payment_method_id AS `payment_method.translation.fallback_1.paymentMethodId` , `payment_method.translation.fallback_1` . language_id AS `payment_method.translation.fallback_1.languageId` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.fallback_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.fallback_1` . `payment_method_id` AND `payment_method.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` , `payment_method.media.translation.fallback_1` . title AS `payment_method.media.translation.fallback_1.title` , `payment_method.media.translation.fallback_1` . alt AS `payment_method.media.translation.fallback_1.alt` , `payment_method.media.translation.fallback_1` . custom_fields AS `payment_method.media.translation.fallback_1.customFields` , `payment_method.media.translation.fallback_1` . created_at AS `payment_method.media.translation.fallback_1.createdAt` , `payment_method.media.translation.fallback_1` . updated_at AS `payment_method.media.translation.fallback_1.updatedAt` , `payment_method.media.translation.fallback_1` . media_id AS `payment_method.media.translation.fallback_1.mediaId` , `payment_method.media.translation.fallback_1` . language_id AS `payment_method.media.translation.fallback_1.languageId` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.fallback_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.fallback_1` . `media_id` AND `payment_method.media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x0945132AE04C46F5BAA7B0897E43593B , 0x75DFCA573B0F40ECA9F80E251BACFE6B );
Copy
58
0.02 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
59
0.02 ms
SELECT LOWER (HEX (`script` . `app_id` )) AS `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) AS `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
60
0.01 ms
SELECT LOWER (HEX (`script` . `app_id` )) AS `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) AS `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
61
0.57 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.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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` , `category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
]
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.fallback_1.title` ,
`category.media.translation.title` ,
COALESCE (
`category.media.translation.fallback_1.title` ,
`category.media.translation.title` ,
`category.media.translation.title`
) AS `category.media.title` ,
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
COALESCE (
`category.media.translation.fallback_1.alt` ,
`category.media.translation.alt` ,
`category.media.translation.alt`
) AS `category.media.alt` ,
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
COALESCE (
`category.media.translation.fallback_1.customFields` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields`
) AS `category.media.customFields` ,
`category.media.translation.fallback_1.createdAt` ,
`category.media.translation.createdAt` ,
`category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.updatedAt` ,
`category.media.translation.fallback_1.mediaId` ,
`category.media.translation.mediaId` ,
`category.media.translation.fallback_1.languageId` ,
`category.media.translation.languageId` ,
`category.translation.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`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` ,
`category.translation.fallback_1` . name AS `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description AS `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
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` ,
`category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` ,
`category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` ,
`category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` ,
`category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` ,
`category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` ,
`category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` ,
`category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId`
FROM
`media_translation` `category.media.translation`
LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id`
AND `category.media.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `category.media.translation.title` , COALESCE (`category.media.translation.fallback_1.title` , `category.media.translation.title` , `category.media.translation.title` ) AS `category.media.title` , `category.media.translation.fallback_1.alt` , `category.media.translation.alt` , COALESCE (`category.media.translation.fallback_1.alt` , `category.media.translation.alt` , `category.media.translation.alt` ) AS `category.media.alt` , `category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , COALESCE (`category.media.translation.fallback_1.customFields` , `category.media.translation.customFields` , `category.media.translation.customFields` ) AS `category.media.customFields` , `category.media.translation.fallback_1.createdAt` , `category.media.translation.createdAt` , `category.media.translation.fallback_1.updatedAt` , `category.media.translation.updatedAt` , `category.media.translation.fallback_1.mediaId` , `category.media.translation.mediaId` , `category.media.translation.fallback_1.languageId` , `category.media.translation.languageId` , `category.translation.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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` , `category.media.translation.fallback_1` . title AS `category.media.translation.fallback_1.title` , `category.media.translation.fallback_1` . alt AS `category.media.translation.fallback_1.alt` , `category.media.translation.fallback_1` . custom_fields AS `category.media.translation.fallback_1.customFields` , `category.media.translation.fallback_1` . created_at AS `category.media.translation.fallback_1.createdAt` , `category.media.translation.fallback_1` . updated_at AS `category.media.translation.fallback_1.updatedAt` , `category.media.translation.fallback_1` . media_id AS `category.media.translation.fallback_1.mediaId` , `category.media.translation.fallback_1` . language_id AS `category.media.translation.fallback_1.languageId` FROM `media_translation` `category.media.translation` LEFT JOIN `media_translation` `category.media.translation.fallback_1` ON `category.media.translation` . `media_id` = `category.media.translation.fallback_1` . `media_id` AND `category.media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0xCB53485BC0264C979C07A1DF1A5C38D3 ));
Copy
62
0.25 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.fallback_1.name` , `cms_page.translation.name` , COALESCE (`cms_page.translation.fallback_1.name` , `cms_page.translation.name` , `cms_page.translation.name` ) AS `cms_page.name` , `cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , `cms_page.translation.customFields` ) AS `cms_page.customFields` , `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.createdAt` , `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.updatedAt` , `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.cmsPageId` , `cms_page.translation.fallback_1.languageId` , `cms_page.translation.languageId` , `cms_page.translation.fallback_1.cmsPageVersionId` , `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` , `cms_page.translation.fallback_1` . name AS `cms_page.translation.fallback_1.name` , `cms_page.translation.fallback_1` . custom_fields AS `cms_page.translation.fallback_1.customFields` , `cms_page.translation.fallback_1` . created_at AS `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.fallback_1` . updated_at AS `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.fallback_1` . cms_page_id AS `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.fallback_1` . language_id AS `cms_page.translation.fallback_1.languageId` , `cms_page.translation.fallback_1` . cms_page_version_id AS `cms_page.translation.fallback_1.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.fallback_1` . `cms_page_id` AND `cms_page.translation.fallback_1` . language_id = ? AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_1` . cms_page_version_id 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ‰•¬sCq„´\x7F ´ýr±ô« "
]
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.fallback_1.name` ,
`cms_page.translation.name` ,
COALESCE (
`cms_page.translation.fallback_1.name` ,
`cms_page.translation.name` , `cms_page.translation.name`
) AS `cms_page.name` ,
`cms_page.translation.fallback_1.customFields` ,
`cms_page.translation.customFields` ,
COALESCE (
`cms_page.translation.fallback_1.customFields` ,
`cms_page.translation.customFields` ,
`cms_page.translation.customFields`
) AS `cms_page.customFields` ,
`cms_page.translation.fallback_1.createdAt` ,
`cms_page.translation.createdAt` ,
`cms_page.translation.fallback_1.updatedAt` ,
`cms_page.translation.updatedAt` ,
`cms_page.translation.fallback_1.cmsPageId` ,
`cms_page.translation.cmsPageId` ,
`cms_page.translation.fallback_1.languageId` ,
`cms_page.translation.languageId` ,
`cms_page.translation.fallback_1.cmsPageVersionId` ,
`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` ,
`cms_page.translation.fallback_1` . name AS `cms_page.translation.fallback_1.name` ,
`cms_page.translation.fallback_1` . custom_fields AS `cms_page.translation.fallback_1.customFields` ,
`cms_page.translation.fallback_1` . created_at AS `cms_page.translation.fallback_1.createdAt` ,
`cms_page.translation.fallback_1` . updated_at AS `cms_page.translation.fallback_1.updatedAt` ,
`cms_page.translation.fallback_1` . cms_page_id AS `cms_page.translation.fallback_1.cmsPageId` ,
`cms_page.translation.fallback_1` . language_id AS `cms_page.translation.fallback_1.languageId` ,
`cms_page.translation.fallback_1` . cms_page_version_id AS `cms_page.translation.fallback_1.cmsPageVersionId`
FROM
`cms_page_translation` `cms_page.translation`
LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.fallback_1` . `cms_page_id`
AND `cms_page.translation.fallback_1` . language_id = ?
AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_1` . cms_page_version_id
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 (? )
)
Copy
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.fallback_1.name` , `cms_page.translation.name` , COALESCE (`cms_page.translation.fallback_1.name` , `cms_page.translation.name` , `cms_page.translation.name` ) AS `cms_page.name` , `cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.fallback_1.customFields` , `cms_page.translation.customFields` , `cms_page.translation.customFields` ) AS `cms_page.customFields` , `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.createdAt` , `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.updatedAt` , `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.cmsPageId` , `cms_page.translation.fallback_1.languageId` , `cms_page.translation.languageId` , `cms_page.translation.fallback_1.cmsPageVersionId` , `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` , `cms_page.translation.fallback_1` . name AS `cms_page.translation.fallback_1.name` , `cms_page.translation.fallback_1` . custom_fields AS `cms_page.translation.fallback_1.customFields` , `cms_page.translation.fallback_1` . created_at AS `cms_page.translation.fallback_1.createdAt` , `cms_page.translation.fallback_1` . updated_at AS `cms_page.translation.fallback_1.updatedAt` , `cms_page.translation.fallback_1` . cms_page_id AS `cms_page.translation.fallback_1.cmsPageId` , `cms_page.translation.fallback_1` . language_id AS `cms_page.translation.fallback_1.languageId` , `cms_page.translation.fallback_1` . cms_page_version_id AS `cms_page.translation.fallback_1.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.fallback_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.fallback_1` . `cms_page_id` AND `cms_page.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `cms_page.translation` . cms_page_version_id = `cms_page.translation.fallback_1` . cms_page_version_id 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 (0x018995AC73437184B47FB4FD72B1F4AB ));
Copy
63
0.30 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.fallback_1.title` , `cms_section.backgroundMedia.translation.title` , COALESCE (`cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` ) AS `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` ) AS `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` ) AS `cms_section.backgroundMedia.customFields` , `cms_section.backgroundMedia.translation.fallback_1.createdAt` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation.fallback_1.languageId` , `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` , `cms_section.backgroundMedia.translation.fallback_1` . title AS `cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.fallback_1` . alt AS `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.fallback_1` . custom_fields AS `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.fallback_1` . created_at AS `cms_section.backgroundMedia.translation.fallback_1.createdAt` , `cms_section.backgroundMedia.translation.fallback_1` . updated_at AS `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1` . media_id AS `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.fallback_1` . language_id AS `cms_section.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.fallback_1` . `media_id` AND `cms_section.backgroundMedia.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ‰•¬sCq„´\x7F ´ýr±ô« "
]
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.fallback_1.title` ,
`cms_section.backgroundMedia.translation.title` ,
COALESCE (
`cms_section.backgroundMedia.translation.fallback_1.title` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title`
) AS `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.fallback_1.alt` ,
`cms_section.backgroundMedia.translation.alt` ,
COALESCE (
`cms_section.backgroundMedia.translation.fallback_1.alt` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt`
) AS `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.fallback_1.customFields` ,
`cms_section.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_section.backgroundMedia.translation.fallback_1.customFields` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields`
) AS `cms_section.backgroundMedia.customFields` ,
`cms_section.backgroundMedia.translation.fallback_1.createdAt` ,
`cms_section.backgroundMedia.translation.createdAt` ,
`cms_section.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_section.backgroundMedia.translation.updatedAt` ,
`cms_section.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_section.backgroundMedia.translation.mediaId` ,
`cms_section.backgroundMedia.translation.fallback_1.languageId` ,
`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` ,
`cms_section.backgroundMedia.translation.fallback_1` . title AS `cms_section.backgroundMedia.translation.fallback_1.title` ,
`cms_section.backgroundMedia.translation.fallback_1` . alt AS `cms_section.backgroundMedia.translation.fallback_1.alt` ,
`cms_section.backgroundMedia.translation.fallback_1` . custom_fields AS `cms_section.backgroundMedia.translation.fallback_1.customFields` ,
`cms_section.backgroundMedia.translation.fallback_1` . created_at AS `cms_section.backgroundMedia.translation.fallback_1.createdAt` ,
`cms_section.backgroundMedia.translation.fallback_1` . updated_at AS `cms_section.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_section.backgroundMedia.translation.fallback_1` . media_id AS `cms_section.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_section.backgroundMedia.translation.fallback_1` . language_id AS `cms_section.backgroundMedia.translation.fallback_1.languageId`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.fallback_1` . `media_id`
AND `cms_section.backgroundMedia.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `cms_section.backgroundMedia.translation.title` , COALESCE (`cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` ) AS `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` ) AS `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` ) AS `cms_section.backgroundMedia.customFields` , `cms_section.backgroundMedia.translation.fallback_1.createdAt` , `cms_section.backgroundMedia.translation.createdAt` , `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.mediaId` , `cms_section.backgroundMedia.translation.fallback_1.languageId` , `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` , `cms_section.backgroundMedia.translation.fallback_1` . title AS `cms_section.backgroundMedia.translation.fallback_1.title` , `cms_section.backgroundMedia.translation.fallback_1` . alt AS `cms_section.backgroundMedia.translation.fallback_1.alt` , `cms_section.backgroundMedia.translation.fallback_1` . custom_fields AS `cms_section.backgroundMedia.translation.fallback_1.customFields` , `cms_section.backgroundMedia.translation.fallback_1` . created_at AS `cms_section.backgroundMedia.translation.fallback_1.createdAt` , `cms_section.backgroundMedia.translation.fallback_1` . updated_at AS `cms_section.backgroundMedia.translation.fallback_1.updatedAt` , `cms_section.backgroundMedia.translation.fallback_1` . media_id AS `cms_section.backgroundMedia.translation.fallback_1.mediaId` , `cms_section.backgroundMedia.translation.fallback_1` . language_id AS `cms_section.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.fallback_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.fallback_1` . `media_id` AND `cms_section.backgroundMedia.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x018995AC73437184B47FB4FD72B1F4AB )));
Copy
64
0.34 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.fallback_1.title` , `cms_block.backgroundMedia.translation.title` , COALESCE (`cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` ) AS `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` ) AS `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` ) AS `cms_block.backgroundMedia.customFields` , `cms_block.backgroundMedia.translation.fallback_1.createdAt` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation.fallback_1.languageId` , `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` , `cms_block.backgroundMedia.translation.fallback_1` . title AS `cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.fallback_1` . alt AS `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.fallback_1` . custom_fields AS `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.fallback_1` . created_at AS `cms_block.backgroundMedia.translation.fallback_1.createdAt` , `cms_block.backgroundMedia.translation.fallback_1` . updated_at AS `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1` . media_id AS `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.fallback_1` . language_id AS `cms_block.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.fallback_1` . `media_id` AND `cms_block.backgroundMedia.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ‰•¬sKq5¸1éSK’\e § "
b"\x01 Š®\x17 û\x1F w@©—2‘œW,0 "
b"oÉÞl\x14 oI#àc\x19 ┐─ÏT_ "
b"¼Ü¦\x08 ýlIk³Óy·Öè\x17 Ú "
]
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.fallback_1.title` ,
`cms_block.backgroundMedia.translation.title` ,
COALESCE (
`cms_block.backgroundMedia.translation.fallback_1.title` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title`
) AS `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.fallback_1.alt` ,
`cms_block.backgroundMedia.translation.alt` ,
COALESCE (
`cms_block.backgroundMedia.translation.fallback_1.alt` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt`
) AS `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.fallback_1.customFields` ,
`cms_block.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_block.backgroundMedia.translation.fallback_1.customFields` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields`
) AS `cms_block.backgroundMedia.customFields` ,
`cms_block.backgroundMedia.translation.fallback_1.createdAt` ,
`cms_block.backgroundMedia.translation.createdAt` ,
`cms_block.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_block.backgroundMedia.translation.updatedAt` ,
`cms_block.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_block.backgroundMedia.translation.mediaId` ,
`cms_block.backgroundMedia.translation.fallback_1.languageId` ,
`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` ,
`cms_block.backgroundMedia.translation.fallback_1` . title AS `cms_block.backgroundMedia.translation.fallback_1.title` ,
`cms_block.backgroundMedia.translation.fallback_1` . alt AS `cms_block.backgroundMedia.translation.fallback_1.alt` ,
`cms_block.backgroundMedia.translation.fallback_1` . custom_fields AS `cms_block.backgroundMedia.translation.fallback_1.customFields` ,
`cms_block.backgroundMedia.translation.fallback_1` . created_at AS `cms_block.backgroundMedia.translation.fallback_1.createdAt` ,
`cms_block.backgroundMedia.translation.fallback_1` . updated_at AS `cms_block.backgroundMedia.translation.fallback_1.updatedAt` ,
`cms_block.backgroundMedia.translation.fallback_1` . media_id AS `cms_block.backgroundMedia.translation.fallback_1.mediaId` ,
`cms_block.backgroundMedia.translation.fallback_1` . language_id AS `cms_block.backgroundMedia.translation.fallback_1.languageId`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.fallback_1` . `media_id`
AND `cms_block.backgroundMedia.translation.fallback_1` . language_id = ?
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.fallback_1.title` , `cms_block.backgroundMedia.translation.title` , COALESCE (`cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` ) AS `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` ) AS `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` ) AS `cms_block.backgroundMedia.customFields` , `cms_block.backgroundMedia.translation.fallback_1.createdAt` , `cms_block.backgroundMedia.translation.createdAt` , `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.mediaId` , `cms_block.backgroundMedia.translation.fallback_1.languageId` , `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` , `cms_block.backgroundMedia.translation.fallback_1` . title AS `cms_block.backgroundMedia.translation.fallback_1.title` , `cms_block.backgroundMedia.translation.fallback_1` . alt AS `cms_block.backgroundMedia.translation.fallback_1.alt` , `cms_block.backgroundMedia.translation.fallback_1` . custom_fields AS `cms_block.backgroundMedia.translation.fallback_1.customFields` , `cms_block.backgroundMedia.translation.fallback_1` . created_at AS `cms_block.backgroundMedia.translation.fallback_1.createdAt` , `cms_block.backgroundMedia.translation.fallback_1` . updated_at AS `cms_block.backgroundMedia.translation.fallback_1.updatedAt` , `cms_block.backgroundMedia.translation.fallback_1` . media_id AS `cms_block.backgroundMedia.translation.fallback_1.mediaId` , `cms_block.backgroundMedia.translation.fallback_1` . language_id AS `cms_block.backgroundMedia.translation.fallback_1.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.fallback_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.fallback_1` . `media_id` AND `cms_block.backgroundMedia.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x018995AC734B7135B831E9534B921BA7 , 0x018AAE17FB1F7740A99732919C572C30 , 0x6F90E86C146F4923856319BFC4D8545F , 0xBCDCA608FD6C496BB3D379B7D6E817DA )));
Copy
65
0.27 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.fallback_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , `cms_slot.translation.config` ) AS `cms_slot.config` , `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) AS `cms_slot.customFields` , `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.createdAt` , `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.languageId` , `cms_slot.translation.fallback_1.cmsSlotVersionId` , `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` , `cms_slot.translation.fallback_1` . config AS `cms_slot.translation.fallback_1.config` , `cms_slot.translation.fallback_1` . custom_fields AS `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.fallback_1` . created_at AS `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.fallback_1` . updated_at AS `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.fallback_1` . cms_slot_id AS `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.fallback_1` . language_id AS `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.fallback_1` . cms_slot_version_id AS `cms_slot.translation.fallback_1.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_1` . `cms_slot_id` AND `cms_slot.translation.fallback_1` . language_id = ? AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . cms_slot_version_id 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ‰•¬sKq5¸1éSLW8\x11 "
b"\x01 ‰•¬sKq5¸1éSM5äb "
b"\x01 è╝ <▀x\x1F ┤a\x11 ðu¬Å¡ "
b"\x01 Šð{^\x0E v‡›\x06 ÷—Ol\x13 Z "
b"\x01 è«\x18 #¸zü║+>ô\x08 ¸ø; "
b"\x01 Ѝé°)pt‡MÞ;ds\x1A "
b"\x01 ж¬¾Ô}^Š®¿l¦Rœµ "
b"\x16 pA═$\x17 JY©Ý&\x05 }½ìB "
]
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.fallback_1.config` ,
`cms_slot.translation.config` ,
COALESCE (
`cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.config` ,
`cms_slot.translation.config`
) AS `cms_slot.config` ,
`cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.customFields` ,
COALESCE (
`cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.customFields` ,
`cms_slot.translation.customFields`
) AS `cms_slot.customFields` ,
`cms_slot.translation.fallback_1.createdAt` ,
`cms_slot.translation.createdAt` ,
`cms_slot.translation.fallback_1.updatedAt` ,
`cms_slot.translation.updatedAt` ,
`cms_slot.translation.fallback_1.cmsSlotId` ,
`cms_slot.translation.cmsSlotId` ,
`cms_slot.translation.fallback_1.languageId` ,
`cms_slot.translation.languageId` ,
`cms_slot.translation.fallback_1.cmsSlotVersionId` ,
`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` ,
`cms_slot.translation.fallback_1` . config AS `cms_slot.translation.fallback_1.config` ,
`cms_slot.translation.fallback_1` . custom_fields AS `cms_slot.translation.fallback_1.customFields` ,
`cms_slot.translation.fallback_1` . created_at AS `cms_slot.translation.fallback_1.createdAt` ,
`cms_slot.translation.fallback_1` . updated_at AS `cms_slot.translation.fallback_1.updatedAt` ,
`cms_slot.translation.fallback_1` . cms_slot_id AS `cms_slot.translation.fallback_1.cmsSlotId` ,
`cms_slot.translation.fallback_1` . language_id AS `cms_slot.translation.fallback_1.languageId` ,
`cms_slot.translation.fallback_1` . cms_slot_version_id AS `cms_slot.translation.fallback_1.cmsSlotVersionId`
FROM
`cms_slot_translation` `cms_slot.translation`
LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_1` . `cms_slot_id`
AND `cms_slot.translation.fallback_1` . language_id = ?
AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . cms_slot_version_id
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 (? , ? , ? , ? , ? , ? , ? , ? )
)
)
Copy
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.fallback_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.fallback_1.config` , `cms_slot.translation.config` , `cms_slot.translation.config` ) AS `cms_slot.config` , `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` ) AS `cms_slot.customFields` , `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.createdAt` , `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.updatedAt` , `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.cmsSlotId` , `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.languageId` , `cms_slot.translation.fallback_1.cmsSlotVersionId` , `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` , `cms_slot.translation.fallback_1` . config AS `cms_slot.translation.fallback_1.config` , `cms_slot.translation.fallback_1` . custom_fields AS `cms_slot.translation.fallback_1.customFields` , `cms_slot.translation.fallback_1` . created_at AS `cms_slot.translation.fallback_1.createdAt` , `cms_slot.translation.fallback_1` . updated_at AS `cms_slot.translation.fallback_1.updatedAt` , `cms_slot.translation.fallback_1` . cms_slot_id AS `cms_slot.translation.fallback_1.cmsSlotId` , `cms_slot.translation.fallback_1` . language_id AS `cms_slot.translation.fallback_1.languageId` , `cms_slot.translation.fallback_1` . cms_slot_version_id AS `cms_slot.translation.fallback_1.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.fallback_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.fallback_1` . `cms_slot_id` AND `cms_slot.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `cms_slot.translation` . cms_slot_version_id = `cms_slot.translation.fallback_1` . cms_slot_version_id 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 (0x018995AC734B7135B831E9534C573811 , 0x018995AC734B7135B831E9534D35E462 , 0x018ABCFF3CDF781FB46111D075AA8FAD , 0x018AF07B5E0E76879B06F7974F6C135A , 0x018AAE1823F77A81BA2B3E9308F79B3B , 0x018AA8E9B0297074874DDE3B6473AD1A , 0x018AB6ACBED47D5E8AAEBF6CA6529CB5 , 0x167041CD24174A59B8ED26057DAB8D42 )));
Copy
66
1.49 ms
SELECT `product_sorting` . `id` AS `product_sorting.id` , `product_sorting` . `locked` AS `product_sorting.locked` , `product_sorting` . `url_key` AS `product_sorting.key` , `product_sorting` . `priority` AS `product_sorting.priority` , `product_sorting` . `active` AS `product_sorting.active` , `product_sorting` . `fields` AS `product_sorting.fields` , `product_sorting` . `created_at` AS `product_sorting.createdAt` , `product_sorting` . `updated_at` AS `product_sorting.updatedAt` , `product_sorting.translation.fallback_1.label` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.fallback_1.label` , `product_sorting.translation.label` , `product_sorting.translation.label` ) AS `product_sorting.label` , `product_sorting.translation.fallback_1.createdAt` , `product_sorting.translation.createdAt` , `product_sorting.translation.fallback_1.updatedAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.fallback_1.productSortingId` , `product_sorting.translation.productSortingId` , `product_sorting.translation.fallback_1.languageId` , `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` , `product_sorting.translation.fallback_1` . label AS `product_sorting.translation.fallback_1.label` , `product_sorting.translation.fallback_1` . created_at AS `product_sorting.translation.fallback_1.createdAt` , `product_sorting.translation.fallback_1` . updated_at AS `product_sorting.translation.fallback_1.updatedAt` , `product_sorting.translation.fallback_1` . product_sorting_id AS `product_sorting.translation.fallback_1.productSortingId` , `product_sorting.translation.fallback_1` . language_id AS `product_sorting.translation.fallback_1.languageId` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.fallback_1` ON `product_sorting.translation` . `product_sorting_id` = `product_sorting.translation.fallback_1` . `product_sorting_id` AND `product_sorting.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"9“ŽóR|MÕ¬Ók\x0E í Ï3 "
]
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.fallback_1.label` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.fallback_1.label` , `product_sorting.translation.label` , `product_sorting.translation.label` ) AS `product_sorting.label` , `product_sorting.translation.fallback_1.createdAt` , `product_sorting.translation.createdAt` , `product_sorting.translation.fallback_1.updatedAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.fallback_1.productSortingId` , `product_sorting.translation.productSortingId` , `product_sorting.translation.fallback_1.languageId` , `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` , `product_sorting.translation.fallback_1` . label AS `product_sorting.translation.fallback_1.label` , `product_sorting.translation.fallback_1` . created_at AS `product_sorting.translation.fallback_1.createdAt` , `product_sorting.translation.fallback_1` . updated_at AS `product_sorting.translation.fallback_1.updatedAt` , `product_sorting.translation.fallback_1` . product_sorting_id AS `product_sorting.translation.fallback_1.productSortingId` , `product_sorting.translation.fallback_1` . language_id AS `product_sorting.translation.fallback_1.languageId` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.fallback_1` ON `product_sorting.translation` . `product_sorting_id` = `product_sorting.translation.fallback_1` . `product_sorting_id` AND `product_sorting.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x39938EF3527C4DD5ACD36B0EEDA0CF33 );
Copy
67
0.09 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
68
0.20 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.fallback_1.label` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.fallback_1.label` , `product_sorting.translation.label` , `product_sorting.translation.label` ) AS `product_sorting.label` , `product_sorting.translation.fallback_1.createdAt` , `product_sorting.translation.createdAt` , `product_sorting.translation.fallback_1.updatedAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.fallback_1.productSortingId` , `product_sorting.translation.productSortingId` , `product_sorting.translation.fallback_1.languageId` , `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` , `product_sorting.translation.fallback_1` . label AS `product_sorting.translation.fallback_1.label` , `product_sorting.translation.fallback_1` . created_at AS `product_sorting.translation.fallback_1.createdAt` , `product_sorting.translation.fallback_1` . updated_at AS `product_sorting.translation.fallback_1.updatedAt` , `product_sorting.translation.fallback_1` . product_sorting_id AS `product_sorting.translation.fallback_1.productSortingId` , `product_sorting.translation.fallback_1` . language_id AS `product_sorting.translation.fallback_1.languageId` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.fallback_1` ON `product_sorting.translation` . `product_sorting_id` = `product_sorting.translation.fallback_1` . `product_sorting_id` AND `product_sorting.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"9“ŽóR|MÕ¬Ók\x0E í Ï3 "
b"n¥¬÷´KH„®öœá‘h\x05 ˜ "
b"p»+¼ìtAòǸ³*\x01 48G "
b"'Ÿ\x05 ˜"ŸJµ«#,\f\x01 v¥È "
b"DÁvkíþGq¶\x1F à5²$>I "
b"ó\t ’Œ\x11 ŽBà—”pP¦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.fallback_1.label` , `product_sorting.translation.label` , COALESCE (`product_sorting.translation.fallback_1.label` , `product_sorting.translation.label` , `product_sorting.translation.label` ) AS `product_sorting.label` , `product_sorting.translation.fallback_1.createdAt` , `product_sorting.translation.createdAt` , `product_sorting.translation.fallback_1.updatedAt` , `product_sorting.translation.updatedAt` , `product_sorting.translation.fallback_1.productSortingId` , `product_sorting.translation.productSortingId` , `product_sorting.translation.fallback_1.languageId` , `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` , `product_sorting.translation.fallback_1` . label AS `product_sorting.translation.fallback_1.label` , `product_sorting.translation.fallback_1` . created_at AS `product_sorting.translation.fallback_1.createdAt` , `product_sorting.translation.fallback_1` . updated_at AS `product_sorting.translation.fallback_1.updatedAt` , `product_sorting.translation.fallback_1` . product_sorting_id AS `product_sorting.translation.fallback_1.productSortingId` , `product_sorting.translation.fallback_1` . language_id AS `product_sorting.translation.fallback_1.languageId` FROM `product_sorting_translation` `product_sorting.translation` LEFT JOIN `product_sorting_translation` `product_sorting.translation.fallback_1` ON `product_sorting.translation` . `product_sorting_id` = `product_sorting.translation.fallback_1` . `product_sorting_id` AND `product_sorting.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x39938EF3527C4DD5ACD36B0EEDA0CF33 , 0x6EA5ACF7B44B4884AEF69CE191680598 , 0x70AF2BAC8D74419580F7FC2A01343847 , 0x279F0598229F4AB5AB232C0C0176A5C8 , 0x44C1766BEDFE4771B61FE035B2243E49 , 0xF309928C118E42E097947050A664AAA8 );
Copy
69
0.08 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"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xCB53485BC0264C979C07A1DF1A5C38D3 )) LIMIT 1 ;
Copy
70
0.06 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"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
]
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 (0xCB53485BC0264C979C07A1DF1A5C38D3 ));
Copy
71
1184.25 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . 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` , `product.translation.fallback_1` . meta_description AS `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name AS `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords AS `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description AS `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title AS `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit AS `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural AS `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords AS `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config AS `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields AS `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at AS `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at AS `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id AS `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id AS `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id AS `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = ? AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id 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` , `product.parent.translation.fallback_1` . meta_description AS `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name AS `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords AS `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description AS `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title AS `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit AS `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural AS `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords AS `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config AS `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields AS `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at AS `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at AS `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id AS `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id AS `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id AS `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = ? AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
true
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
null
]
SELECT
`product` . `id` ,
`product` . `product_number` ,
`product` . `auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . 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` ,
`product.translation.fallback_1` . meta_description AS `product.translation.fallback_1.metaDescription` ,
`product.translation.fallback_1` . name AS `product.translation.fallback_1.name` ,
`product.translation.fallback_1` . keywords AS `product.translation.fallback_1.keywords` ,
`product.translation.fallback_1` . description AS `product.translation.fallback_1.description` ,
`product.translation.fallback_1` . meta_title AS `product.translation.fallback_1.metaTitle` ,
`product.translation.fallback_1` . pack_unit AS `product.translation.fallback_1.packUnit` ,
`product.translation.fallback_1` . pack_unit_plural AS `product.translation.fallback_1.packUnitPlural` ,
`product.translation.fallback_1` . custom_search_keywords AS `product.translation.fallback_1.customSearchKeywords` ,
`product.translation.fallback_1` . slot_config AS `product.translation.fallback_1.slotConfig` ,
`product.translation.fallback_1` . custom_fields AS `product.translation.fallback_1.customFields` ,
`product.translation.fallback_1` . created_at AS `product.translation.fallback_1.createdAt` ,
`product.translation.fallback_1` . updated_at AS `product.translation.fallback_1.updatedAt` ,
`product.translation.fallback_1` . product_id AS `product.translation.fallback_1.productId` ,
`product.translation.fallback_1` . language_id AS `product.translation.fallback_1.languageId` ,
`product.translation.fallback_1` . product_version_id AS `product.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id`
AND `product.translation.fallback_1` . language_id = ?
AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id
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` ,
`product.parent.translation.fallback_1` . meta_description AS `product.parent.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1` . name AS `product.parent.translation.fallback_1.name` ,
`product.parent.translation.fallback_1` . keywords AS `product.parent.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1` . description AS `product.parent.translation.fallback_1.description` ,
`product.parent.translation.fallback_1` . meta_title AS `product.parent.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1` . pack_unit AS `product.parent.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1` . pack_unit_plural AS `product.parent.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1` . custom_search_keywords AS `product.parent.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1` . slot_config AS `product.parent.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1` . custom_fields AS `product.parent.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1` . created_at AS `product.parent.translation.fallback_1.createdAt` ,
`product.parent.translation.fallback_1` . updated_at AS `product.parent.translation.fallback_1.updatedAt` ,
`product.parent.translation.fallback_1` . product_id AS `product.parent.translation.fallback_1.productId` ,
`product.parent.translation.fallback_1` . language_id AS `product.parent.translation.fallback_1.languageId` ,
`product.parent.translation.fallback_1` . product_version_id AS `product.parent.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id`
AND `product.parent.translation.fallback_1` . language_id = ?
AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id
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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND `product.categoriesRo` . `id` = ?
AND NOT (`product` . `display_group` < = > ? )
)
)
GROUP BY
`product` . `display_group`
ORDER BY
MIN (
COALESCE (
`product.translation.fallback_1.name` ,
`product.parent.translation.fallback_1.name` ,
`product.translation.name` , `product.parent.translation.name`
)
) ASC ,
MIN (`product` . `id` ) ASC
LIMIT
24
Copy
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . 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` , `product.translation.fallback_1` . meta_description AS `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name AS `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords AS `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description AS `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title AS `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit AS `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural AS `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords AS `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config AS `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields AS `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at AS `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at AS `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id AS `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id AS `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id AS `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id 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` , `product.parent.translation.fallback_1` . meta_description AS `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name AS `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords AS `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description AS `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title AS `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit AS `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural AS `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords AS `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config AS `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields AS `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at AS `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at AS `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id AS `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id AS `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id AS `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id 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 `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` = 0xD348ACF4310841E4872DD092D836E229 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xCB53485BC0264C979C07A1DF1A5C38D3 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
72
4.14 ms
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . 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` , `product.translation.fallback_1` . meta_description AS `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name AS `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords AS `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description AS `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title AS `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit AS `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural AS `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords AS `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config AS `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields AS `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at AS `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at AS `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id AS `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id AS `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id AS `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = ? AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id 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` , `product.parent.translation.fallback_1` . meta_description AS `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name AS `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords AS `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description AS `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title AS `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit AS `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural AS `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords AS `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config AS `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields AS `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at AS `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at AS `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id AS `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id AS `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id AS `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = ? AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id 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 `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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
true
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
null
]
SELECT
COUNT (* )
FROM
(
SELECT
`product` . `id` ,
`product` . `product_number` ,
`product` . `auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN (
SELECT
`product.translation` . product_id ,
`product.translation` . product_version_id ,
`product.translation` . 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` ,
`product.translation.fallback_1` . meta_description AS `product.translation.fallback_1.metaDescription` ,
`product.translation.fallback_1` . name AS `product.translation.fallback_1.name` ,
`product.translation.fallback_1` . keywords AS `product.translation.fallback_1.keywords` ,
`product.translation.fallback_1` . description AS `product.translation.fallback_1.description` ,
`product.translation.fallback_1` . meta_title AS `product.translation.fallback_1.metaTitle` ,
`product.translation.fallback_1` . pack_unit AS `product.translation.fallback_1.packUnit` ,
`product.translation.fallback_1` . pack_unit_plural AS `product.translation.fallback_1.packUnitPlural` ,
`product.translation.fallback_1` . custom_search_keywords AS `product.translation.fallback_1.customSearchKeywords` ,
`product.translation.fallback_1` . slot_config AS `product.translation.fallback_1.slotConfig` ,
`product.translation.fallback_1` . custom_fields AS `product.translation.fallback_1.customFields` ,
`product.translation.fallback_1` . created_at AS `product.translation.fallback_1.createdAt` ,
`product.translation.fallback_1` . updated_at AS `product.translation.fallback_1.updatedAt` ,
`product.translation.fallback_1` . product_id AS `product.translation.fallback_1.productId` ,
`product.translation.fallback_1` . language_id AS `product.translation.fallback_1.languageId` ,
`product.translation.fallback_1` . product_version_id AS `product.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id`
AND `product.translation.fallback_1` . language_id = ?
AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id
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` ,
`product.parent.translation.fallback_1` . meta_description AS `product.parent.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1` . name AS `product.parent.translation.fallback_1.name` ,
`product.parent.translation.fallback_1` . keywords AS `product.parent.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1` . description AS `product.parent.translation.fallback_1.description` ,
`product.parent.translation.fallback_1` . meta_title AS `product.parent.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1` . pack_unit AS `product.parent.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1` . pack_unit_plural AS `product.parent.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1` . custom_search_keywords AS `product.parent.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1` . slot_config AS `product.parent.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1` . custom_fields AS `product.parent.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1` . created_at AS `product.parent.translation.fallback_1.createdAt` ,
`product.parent.translation.fallback_1` . updated_at AS `product.parent.translation.fallback_1.updatedAt` ,
`product.parent.translation.fallback_1` . product_id AS `product.parent.translation.fallback_1.productId` ,
`product.parent.translation.fallback_1` . language_id AS `product.parent.translation.fallback_1.languageId` ,
`product.parent.translation.fallback_1` . product_version_id AS `product.parent.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id`
AND `product.parent.translation.fallback_1` . language_id = ?
AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id
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 `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
Copy
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . product_id , `product.translation` . product_version_id , `product.translation` . 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` , `product.translation.fallback_1` . meta_description AS `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name AS `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords AS `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description AS `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title AS `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit AS `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural AS `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords AS `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config AS `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields AS `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at AS `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at AS `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id AS `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id AS `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id AS `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id 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` , `product.parent.translation.fallback_1` . meta_description AS `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name AS `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords AS `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description AS `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title AS `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit AS `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural AS `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords AS `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config AS `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields AS `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at AS `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at AS `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id AS `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id AS `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id AS `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id 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 `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` = 0xD348ACF4310841E4872DD092D836E229 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xCB53485BC0264C979C07A1DF1A5C38D3 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
73
3.18 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"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
true
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
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` = 0xD348ACF4310841E4872DD092D836E229 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xCB53485BC0264C979C07A1DF1A5C38D3 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
74
2.14 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.fallback_1.name` , `product_manufacturer.translation.name` , COALESCE (`product_manufacturer.translation.fallback_1.name` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` ) AS `product_manufacturer.name` , `product_manufacturer.translation.fallback_1.description` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.fallback_1.description` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` ) AS `product_manufacturer.description` , `product_manufacturer.translation.fallback_1.customFields` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.fallback_1.customFields` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` ) AS `product_manufacturer.customFields` , `product_manufacturer.translation.fallback_1.createdAt` , `product_manufacturer.translation.createdAt` , `product_manufacturer.translation.fallback_1.updatedAt` , `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation.fallback_1.productManufacturerId` , `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation.fallback_1.languageId` , `product_manufacturer.translation.languageId` , `product_manufacturer.translation.fallback_1.productManufacturerVersionId` , `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` , `product_manufacturer.translation.fallback_1` . name AS `product_manufacturer.translation.fallback_1.name` , `product_manufacturer.translation.fallback_1` . description AS `product_manufacturer.translation.fallback_1.description` , `product_manufacturer.translation.fallback_1` . custom_fields AS `product_manufacturer.translation.fallback_1.customFields` , `product_manufacturer.translation.fallback_1` . created_at AS `product_manufacturer.translation.fallback_1.createdAt` , `product_manufacturer.translation.fallback_1` . updated_at AS `product_manufacturer.translation.fallback_1.updatedAt` , `product_manufacturer.translation.fallback_1` . product_manufacturer_id AS `product_manufacturer.translation.fallback_1.productManufacturerId` , `product_manufacturer.translation.fallback_1` . language_id AS `product_manufacturer.translation.fallback_1.languageId` , `product_manufacturer.translation.fallback_1` . product_manufacturer_version_id AS `product_manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product_manufacturer.translation.fallback_1` ON `product_manufacturer.translation` . `product_manufacturer_id` = `product_manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product_manufacturer.translation.fallback_1` . language_id = ? AND `product_manufacturer.translation` . product_manufacturer_version_id = `product_manufacturer.translation.fallback_1` . product_manufacturer_version_id 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"I,/š“\e C3„^\x12 j‡,N” "
b"N3\x01 d\x14 öH\x13 ¶þ€L]¡£¾ "
b"\G¶âÄ„O¾¾¨äöò´ÂZ "
b"bÿÒØƒÞO éÌÐI2┘\x00 # "
b"i\x0F !ç ¤DU»^•–ÉøÏ& "
b"i¤\x1A hb7J\x18 ‰])Úéƒbš "
b"lì¼·¨"FÙ˜ð\x17 zd]„Ì "
b"n†RtÐcGx°&"p\x19 ÍcŠ "
b"|r¿†óCKü¢Dù9’Xð\r "
b"ä Ò~dô@\f Ǫ\x15 ¡ìåÍ£ "
b"‰TU†ŸUD^½\x18 –Ö\x0E )Ùø "
b"ØRKD╣óA├»¤\e ·À}ƒ┼ "
b"ª\x11 ¿ÖÍ2J)™+b@~\r· "
b"·†0GÍ5A\x1C ©4RUÐ0üz "
b"ÈÕÓ{WwD…“\x1C L¤ŽDc€ "
b"åÈA|§7@^ª^D;\x12 Û€¤ "
b"ç;\e ˜a3JÌ›žžç>)“\t "
b"ø–è~^NG\t ¦R^§p%97 "
b"û¹^‘\x12 ÐBfº:UR\x14\x02 g\ "
b"""
þ¾Åao"J¦¾\n
\x05 @R_¥3
"""
]
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.fallback_1.name` ,
`product_manufacturer.translation.name` ,
COALESCE (
`product_manufacturer.translation.fallback_1.name` ,
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name`
) AS `product_manufacturer.name` ,
`product_manufacturer.translation.fallback_1.description` ,
`product_manufacturer.translation.description` ,
COALESCE (
`product_manufacturer.translation.fallback_1.description` ,
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description`
) AS `product_manufacturer.description` ,
`product_manufacturer.translation.fallback_1.customFields` ,
`product_manufacturer.translation.customFields` ,
COALESCE (
`product_manufacturer.translation.fallback_1.customFields` ,
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields`
) AS `product_manufacturer.customFields` ,
`product_manufacturer.translation.fallback_1.createdAt` ,
`product_manufacturer.translation.createdAt` ,
`product_manufacturer.translation.fallback_1.updatedAt` ,
`product_manufacturer.translation.updatedAt` ,
`product_manufacturer.translation.fallback_1.productManufacturerId` ,
`product_manufacturer.translation.productManufacturerId` ,
`product_manufacturer.translation.fallback_1.languageId` ,
`product_manufacturer.translation.languageId` ,
`product_manufacturer.translation.fallback_1.productManufacturerVersionId` ,
`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` ,
`product_manufacturer.translation.fallback_1` . name AS `product_manufacturer.translation.fallback_1.name` ,
`product_manufacturer.translation.fallback_1` . description AS `product_manufacturer.translation.fallback_1.description` ,
`product_manufacturer.translation.fallback_1` . custom_fields AS `product_manufacturer.translation.fallback_1.customFields` ,
`product_manufacturer.translation.fallback_1` . created_at AS `product_manufacturer.translation.fallback_1.createdAt` ,
`product_manufacturer.translation.fallback_1` . updated_at AS `product_manufacturer.translation.fallback_1.updatedAt` ,
`product_manufacturer.translation.fallback_1` . product_manufacturer_id AS `product_manufacturer.translation.fallback_1.productManufacturerId` ,
`product_manufacturer.translation.fallback_1` . language_id AS `product_manufacturer.translation.fallback_1.languageId` ,
`product_manufacturer.translation.fallback_1` . product_manufacturer_version_id AS `product_manufacturer.translation.fallback_1.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
LEFT JOIN `product_manufacturer_translation` `product_manufacturer.translation.fallback_1` ON `product_manufacturer.translation` . `product_manufacturer_id` = `product_manufacturer.translation.fallback_1` . `product_manufacturer_id`
AND `product_manufacturer.translation.fallback_1` . language_id = ?
AND `product_manufacturer.translation` . product_manufacturer_version_id = `product_manufacturer.translation.fallback_1` . product_manufacturer_version_id
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.fallback_1.name` , `product_manufacturer.translation.name` , COALESCE (`product_manufacturer.translation.fallback_1.name` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` ) AS `product_manufacturer.name` , `product_manufacturer.translation.fallback_1.description` , `product_manufacturer.translation.description` , COALESCE (`product_manufacturer.translation.fallback_1.description` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` ) AS `product_manufacturer.description` , `product_manufacturer.translation.fallback_1.customFields` , `product_manufacturer.translation.customFields` , COALESCE (`product_manufacturer.translation.fallback_1.customFields` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` ) AS `product_manufacturer.customFields` , `product_manufacturer.translation.fallback_1.createdAt` , `product_manufacturer.translation.createdAt` , `product_manufacturer.translation.fallback_1.updatedAt` , `product_manufacturer.translation.updatedAt` , `product_manufacturer.translation.fallback_1.productManufacturerId` , `product_manufacturer.translation.productManufacturerId` , `product_manufacturer.translation.fallback_1.languageId` , `product_manufacturer.translation.languageId` , `product_manufacturer.translation.fallback_1.productManufacturerVersionId` , `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` , `product_manufacturer.translation.fallback_1` . name AS `product_manufacturer.translation.fallback_1.name` , `product_manufacturer.translation.fallback_1` . description AS `product_manufacturer.translation.fallback_1.description` , `product_manufacturer.translation.fallback_1` . custom_fields AS `product_manufacturer.translation.fallback_1.customFields` , `product_manufacturer.translation.fallback_1` . created_at AS `product_manufacturer.translation.fallback_1.createdAt` , `product_manufacturer.translation.fallback_1` . updated_at AS `product_manufacturer.translation.fallback_1.updatedAt` , `product_manufacturer.translation.fallback_1` . product_manufacturer_id AS `product_manufacturer.translation.fallback_1.productManufacturerId` , `product_manufacturer.translation.fallback_1` . language_id AS `product_manufacturer.translation.fallback_1.languageId` , `product_manufacturer.translation.fallback_1` . product_manufacturer_version_id AS `product_manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product_manufacturer.translation.fallback_1` ON `product_manufacturer.translation` . `product_manufacturer_id` = `product_manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product_manufacturer.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product_manufacturer.translation` . product_manufacturer_version_id = `product_manufacturer.translation.fallback_1` . product_manufacturer_version_id 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 (0x492C2F9A931B4333845E126A872C4E94 , 0x4E33016414F64813B6FE804C5DA1A3BE , 0x5C47B6E2C4844FBEBEA8E4F6F2B4C25A , 0x6298E39D9FE84FFF82DED14932D90023 , 0x690F21E720A44455BB5E9596C9F8CF26 , 0x69A41A6862374A18895D29DAE983629A , 0x6CECBCB7A82246D998F0177A645D84CC , 0x6E865274D0634778B026227019CD638A , 0x7C72BF86F3434BFCA244F9399258F00D , 0x84FFE37E6493400C80A615AD8D86D69C , 0x895455869F55445EBD1896D60E29D9F8 , 0x9D524B44B9A241C3AFCF1BFAB77D9FC5 , 0xAA11BFD6CD324A29992B62407E5C72B7 , 0xB7863047CD35411CA9345255D030FC7A , 0xC8D5D37B57774485931C4CA48E446380 , 0xE5C8417CA737405EAA5E443B12DB80A4 , 0xE73B1B9861334ACC9B9E9EE73E299309 , 0xF896E87E5E4E4709A6525EA770253937 , 0xFBB95E9112D04266BA3A55521402675C , 0xFEBEC5616F224AA6BE0A0540525FA533 ));
Copy
75
39.30 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec714c7f1153b4a48a8990b47e5869e4f.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` , "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec714c7f1153b4a48a8990b47e5869e4f.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` , "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec714c7f1153b4a48a8990b47e5869e4f.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` , "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec714c7f1153b4a48a8990b47e5869e4f.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"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
true
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec714c7f1153b4a48a8990b47e5869e4f.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` ,
"$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec714c7f1153b4a48a8990b47e5869e4f.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` ,
"$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec714c7f1153b4a48a8990b47e5869e4f.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` ,
"$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) AS DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec714c7f1153b4a48a8990b47e5869e4f.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` , "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec714c7f1153b4a48a8990b47e5869e4f.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` , "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec714c7f1153b4a48a8990b47e5869e4f.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` , "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec714c7f1153b4a48a8990b47e5869e4f.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` , "$.rule83a9e13e60be495e8c5fc354136a277c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule06705f7b5a424e69bf4d5310097e1033.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule91a6dc8fa77b4b399059b7751d23f8cb.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule97b4ee212f1d4fb09c83fba4aa9b2eee.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule9f13674a69e64574a15557f4c28d156f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleca9bbc5c09044f47b630823b296dbadd.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleac43ca73ccba414dad16f817e9141648.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) AS DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec714c7f1153b4a48a8990b47e5869e4f.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` = 0xD348ACF4310841E4872DD092D836E229 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xCB53485BC0264C979C07A1DF1A5C38D3 AND NOT (`product` . `display_group` < = > NULL )));
Copy
76
1.97 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"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
true
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
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` = 0xD348ACF4310841E4872DD092D836E229 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xCB53485BC0264C979C07A1DF1A5C38D3 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
77
1.65 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) AS `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
true
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
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` = 0xD348ACF4310841E4872DD092D836E229 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xCB53485BC0264C979C07A1DF1A5C38D3 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
78
120.36 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"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
true
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
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` = 0xD348ACF4310841E4872DD092D836E229 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xCB53485BC0264C979C07A1DF1A5C38D3 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
79
68.80 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"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
true
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
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` = 0xD348ACF4310841E4872DD092D836E229 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xCB53485BC0264C979C07A1DF1A5C38D3 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
80
0.23 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"Ë„µšBAF€¥\x04 VeE¬ÀÓ "
b"1\x1C |×´¹A1ž\x10 N\f Â\x02 P\x1F "
b"}Uµàî§K³‘w8HB:dÕ "
b"u b¨fA‚¥ÄŸû+'ki "
b"╗[ó\x17 ºBAì®Sø┴éZÃ5 "
b"\x14 r├äB\x17 L▄ò¤ìN╠╗ý« "
b"G\x06 Ú6\x17 vO™š¢;uçˆÅ\x1F "
b"7ŒµKÙµO“ƒzÆ1RÈ¥² "
b"¤p=m\f ºCc¶,ðRÍÈÜ7 "
b"çŽà\v\x0E YM\x0E ˜»ºEÛ0”Þ "
b"*]/¹ÌnCr¼j){;>uà "
b"\x1C ÐMhÍjKmÉ╚\r É┘´═I "
b"\f\x03 4\v šßL`”\x11\x15 –»£úµ "
b"\x1C ØÅô┌É@î®yÑ;Óù\r ÷ "
b"\x07 ºx+╩¡JƒüÀÏAJÊ╣& "
b"iX\x12 „ ê@ª®D6á\x06 \r ß- "
b"÷[=íLÝE$¡╬8Öü]┤\x04 "
b"<¹#æ\v £CI•ÂïÊ–$&Æ "
b"§gƒÀ\x10 ╠K\e ®¨ØÌF\x1A\x01 . "
b"t┐{\r ü‗Eýòp}ÅkQFä "
b"\x02 c\x1A V©ñFV║W?)\x17 ìyW "
b"zb4áûU@ç¿tqP)v+\e "
b"fîl\x1C "ûG·ŠÖòùõB!® "
b"@)„ãe L5‰ \x02 &"•ˆl "
]
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 (0xCB84B59A42414680A504566545ACC0D3 , 0x311C7CD7B4B941319E104E0CC202501F , 0x7D55B5E0EEA74BB391773848423A64D5 , 0xAD752062A8664182A5C49FFB2B276B69 , 0xBB5BA217A742418DA9539BC1825AC735 , 0x1472C38442174CDC95CF8D4ECCBBECAE , 0x4706DA3617764F999AA23B75E788C51F , 0x378CB54BD9B54F93837AC63152C8A5B2 , 0xA4703D6D0CBA4363B62CF052CDC8DC37 , 0xE78EE00B0E594D0E98BBBA45DB3094DE , 0x2A5D2FB9CC6E4372BC6A297B3B3E75C3 , 0x1CD14D68D66A4B6D90C80D90D9EFCD49 , 0x0C03340B9ADF4C6094111596BBA3FAB5 , 0x1C9D8F93DA90408CA979A53BE0970DF6 , 0x07A7782BCAAD4A9F81B7D8414AD2B926 , 0x69581284A0EA40AAAE4436E1060DDF2D , 0xF65B3DA14CED4524ADCE3899815DB404 , 0x3CB923E60BA3434995C2EFCA962426C6 , 0xF5679FB710CC4B1BA9F99DDE461A012E , 0x74BF7B0D81F245EC95707D8F6B514684 , 0x02631A56B8A44656BA573F29178D7957 , 0x7A6234E1FB5540E7BF74715029762B1B , 0x66EE6C1C22FB47B78AD6F2F9F54221AE , 0x402984E365A04C35892002262295886C );
Copy
81
0.32 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
true
b"Ë„µšBAF€¥\x04 VeE¬ÀÓ "
b"1\x1C |×´¹A1ž\x10 N\f Â\x02 P\x1F "
b"}Uµàî§K³‘w8HB:dÕ "
b"u b¨fA‚¥ÄŸû+'ki "
b"╗[ó\x17 ºBAì®Sø┴éZÃ5 "
b"\x14 r├äB\x17 L▄ò¤ìN╠╗ý« "
b"G\x06 Ú6\x17 vO™š¢;uçˆÅ\x1F "
b"7ŒµKÙµO“ƒzÆ1RÈ¥² "
b"¤p=m\f ºCc¶,ðRÍÈÜ7 "
b"çŽà\v\x0E YM\x0E ˜»ºEÛ0”Þ "
b"*]/¹ÌnCr¼j){;>uà "
b"\x1C ÐMhÍjKmÉ╚\r É┘´═I "
b"\f\x03 4\v šßL`”\x11\x15 –»£úµ "
b"\x1C ØÅô┌É@î®yÑ;Óù\r ÷ "
b"\x07 ºx+╩¡JƒüÀÏAJÊ╣& "
b"iX\x12 „ ê@ª®D6á\x06 \r ß- "
b"÷[=íLÝE$¡╬8Öü]┤\x04 "
b"<¹#æ\v £CI•ÂïÊ–$&Æ "
b"§gƒÀ\x10 ╠K\e ®¨ØÌF\x1A\x01 . "
b"t┐{\r ü‗Eýòp}ÅkQFä "
b"\x02 c\x1A V©ñFV║W?)\x17 ìyW "
b"zb4áûU@ç¿tqP)v+\e "
b"fîl\x1C "ûG·ŠÖòùõB!® "
b"@)„ãe L5‰ \x02 &"•ˆl "
]
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` = 0xD348ACF4310841E4872DD092D836E229 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0xCB84B59A42414680A504566545ACC0D3 , 0x311C7CD7B4B941319E104E0CC202501F , 0x7D55B5E0EEA74BB391773848423A64D5 , 0xAD752062A8664182A5C49FFB2B276B69 , 0xBB5BA217A742418DA9539BC1825AC735 , 0x1472C38442174CDC95CF8D4ECCBBECAE , 0x4706DA3617764F999AA23B75E788C51F , 0x378CB54BD9B54F93837AC63152C8A5B2 , 0xA4703D6D0CBA4363B62CF052CDC8DC37 , 0xE78EE00B0E594D0E98BBBA45DB3094DE , 0x2A5D2FB9CC6E4372BC6A297B3B3E75C3 , 0x1CD14D68D66A4B6D90C80D90D9EFCD49 , 0x0C03340B9ADF4C6094111596BBA3FAB5 , 0x1C9D8F93DA90408CA979A53BE0970DF6 , 0x07A7782BCAAD4A9F81B7D8414AD2B926 , 0x69581284A0EA40AAAE4436E1060DDF2D , 0xF65B3DA14CED4524ADCE3899815DB404 , 0x3CB923E60BA3434995C2EFCA962426C6 , 0xF5679FB710CC4B1BA9F99DDE461A012E , 0x74BF7B0D81F245EC95707D8F6B514684 , 0x02631A56B8A44656BA573F29178D7957 , 0x7A6234E1FB5540E7BF74715029762B1B , 0x66EE6C1C22FB47B78AD6F2F9F54221AE , 0x402984E365A04C35892002262295886C )) GROUP BY `product` . `id` ;
Copy
82
34.22 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` . `available_stock` AS `product.availableStock` , `product` . `stock` AS `product.stock` , `product` . `display_group` AS `product.displayGroup` , `product.parent` . `variant_listing_config` AS `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) AS `product.variantListingConfig` , `product` . `variant_restrictions` AS `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) AS `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) AS `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) AS `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) AS `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) AS `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) AS `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) AS `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) AS `product.shippingFree` , `product.parent` . `purchase_prices` AS `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) AS `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) AS `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) AS `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) AS `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) AS `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) AS `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) AS `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) AS `product.ratingAverage` , `product.parent` . `category_tree` AS `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) AS `product.categoryTree` , `product.parent` . `property_ids` AS `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) AS `product.propertyIds` , `product.parent` . `option_ids` AS `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) AS `product.optionIds` , `product.parent` . `stream_ids` AS `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) AS `product.streamIds` , `product.parent` . `tag_ids` AS `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) AS `product.tagIds` , `product.parent` . `category_ids` AS `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) AS `product.categoryIds` , `product` . `child_count` AS `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) AS `product.customFieldSetSelectionActive` , `product` . `sales` AS `product.sales` , `product` . `states` AS `product.states` , `product.tax` . `id` AS `product.tax.id` , `product.tax` . `tax_rate` AS `product.tax.taxRate` , `product.tax` . `name` AS `product.tax.name` , `product.tax` . `position` AS `product.tax.position` , `product.tax` . `custom_fields` AS `product.tax.customFields` , `product.tax` . `created_at` AS `product.tax.createdAt` , `product.tax` . `updated_at` AS `product.tax.updatedAt` , `product.parent` . `cheapest_price` AS `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) AS `product.cheapestPrice` , `product` . `created_at` AS `product.createdAt` , `product` . `updated_at` AS `product.updatedAt` , `product.manufacturer` . `id` AS `product.manufacturer.id` , `product.manufacturer` . `version_id` AS `product.manufacturer.versionId` , `product.manufacturer` . `media_id` AS `product.manufacturer.mediaId` , `product.manufacturer` . `link` AS `product.manufacturer.link` , `product.manufacturer` . `created_at` AS `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` AS `product.manufacturer.updatedAt` , `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , COALESCE (`product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) AS `product.manufacturer.name` , `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) AS `product.manufacturer.description` , `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) AS `product.manufacturer.customFields` , `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.fallback_1.productManufacturerVersionId` , `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.fallback_1.shortCode` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.fallback_1.shortCode` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) AS `product.unit.shortCode` , `product.unit.translation.fallback_1.name` , `product.unit.translation.name` , COALESCE (`product.unit.translation.fallback_1.name` , `product.unit.translation.name` , `product.unit.translation.name` ) AS `product.unit.name` , `product.unit.translation.fallback_1.customFields` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.fallback_1.customFields` , `product.unit.translation.customFields` , `product.unit.translation.customFields` ) AS `product.unit.customFields` , `product.unit.translation.fallback_1.createdAt` , `product.unit.translation.createdAt` , `product.unit.translation.fallback_1.updatedAt` , `product.unit.translation.updatedAt` , `product.unit.translation.fallback_1.unitId` , `product.unit.translation.unitId` , `product.unit.translation.fallback_1.languageId` , `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.fallback_1.name` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) AS `product.deliveryTime.name` , `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) AS `product.deliveryTime.customFields` , `product.deliveryTime.translation.fallback_1.createdAt` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.fallback_1.updatedAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.fallback_1.deliveryTimeId` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.fallback_1.languageId` , `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.fallback_1.title` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.title` , `product.cover.media.translation.title` ) AS `product.cover.media.title` , `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) AS `product.cover.media.alt` , `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) AS `product.cover.media.customFields` , `product.cover.media.translation.fallback_1.createdAt` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.fallback_1.updatedAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.fallback_1.mediaId` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.fallback_1.languageId` , `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.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) AS `product.metaDescription` , `product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) AS `product.name` , `product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) AS `product.keywords` , `product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) AS `product.description` , `product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) AS `product.metaTitle` , `product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) AS `product.packUnit` , `product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) AS `product.packUnitPlural` , `product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) AS `product.customSearchKeywords` , `product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) AS `product.slotConfig` , `product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) AS `product.customFields` , `product.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1.createdAt` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1.updatedAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.fallback_1.productId` , `product.parent.translation.fallback_1.productId` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.fallback_1.languageId` , `product.parent.translation.fallback_1.languageId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.fallback_1.productVersionId` , `product.parent.translation.fallback_1.productVersionId` , `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` , `product.translation.fallback_1` . meta_description AS `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name AS `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords AS `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description AS `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title AS `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit AS `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural AS `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords AS `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config AS `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields AS `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at AS `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at AS `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id AS `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id AS `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id AS `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = ? AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id 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` , `product.parent.translation.fallback_1` . meta_description AS `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name AS `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords AS `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description AS `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title AS `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit AS `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural AS `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords AS `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config AS `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields AS `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at AS `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at AS `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id AS `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id AS `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id AS `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = ? AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id 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` , `product.manufacturer.translation.fallback_1` . name AS `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.fallback_1` . description AS `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.fallback_1` . custom_fields AS `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.fallback_1` . created_at AS `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.fallback_1` . updated_at AS `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.fallback_1` . product_manufacturer_id AS `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.fallback_1` . language_id AS `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id AS `product.manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product.manufacturer.translation.fallback_1` . language_id = ? AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id 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` , `product.unit.translation.fallback_1` . short_code AS `product.unit.translation.fallback_1.shortCode` , `product.unit.translation.fallback_1` . name AS `product.unit.translation.fallback_1.name` , `product.unit.translation.fallback_1` . custom_fields AS `product.unit.translation.fallback_1.customFields` , `product.unit.translation.fallback_1` . created_at AS `product.unit.translation.fallback_1.createdAt` , `product.unit.translation.fallback_1` . updated_at AS `product.unit.translation.fallback_1.updatedAt` , `product.unit.translation.fallback_1` . unit_id AS `product.unit.translation.fallback_1.unitId` , `product.unit.translation.fallback_1` . language_id AS `product.unit.translation.fallback_1.languageId` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.fallback_1` . `unit_id` AND `product.unit.translation.fallback_1` . language_id = ? 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` , `product.deliveryTime.translation.fallback_1` . name AS `product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.fallback_1` . custom_fields AS `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.fallback_1` . created_at AS `product.deliveryTime.translation.fallback_1.createdAt` , `product.deliveryTime.translation.fallback_1` . updated_at AS `product.deliveryTime.translation.fallback_1.updatedAt` , `product.deliveryTime.translation.fallback_1` . delivery_time_id AS `product.deliveryTime.translation.fallback_1.deliveryTimeId` , `product.deliveryTime.translation.fallback_1` . language_id AS `product.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `product.deliveryTime.translation.fallback_1` . language_id = ? 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` , `product.cover.media.translation.fallback_1` . title AS `product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.fallback_1` . alt AS `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.fallback_1` . custom_fields AS `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.fallback_1` . created_at AS `product.cover.media.translation.fallback_1.createdAt` , `product.cover.media.translation.fallback_1` . updated_at AS `product.cover.media.translation.fallback_1.updatedAt` , `product.cover.media.translation.fallback_1` . media_id AS `product.cover.media.translation.fallback_1.mediaId` , `product.cover.media.translation.fallback_1` . language_id AS `product.cover.media.translation.fallback_1.languageId` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.fallback_1` . `media_id` AND `product.cover.media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ë„µšBAF€¥\x04 VeE¬ÀÓ "
b"1\x1C |×´¹A1ž\x10 N\f Â\x02 P\x1F "
b"}Uµàî§K³‘w8HB:dÕ "
b"u b¨fA‚¥ÄŸû+'ki "
b"╗[ó\x17 ºBAì®Sø┴éZÃ5 "
b"\x14 r├äB\x17 L▄ò¤ìN╠╗ý« "
b"G\x06 Ú6\x17 vO™š¢;uçˆÅ\x1F "
b"7ŒµKÙµO“ƒzÆ1RÈ¥² "
b"¤p=m\f ºCc¶,ðRÍÈÜ7 "
b"çŽà\v\x0E YM\x0E ˜»ºEÛ0”Þ "
b"*]/¹ÌnCr¼j){;>uà "
b"\x1C ÐMhÍjKmÉ╚\r É┘´═I "
b"\f\x03 4\v šßL`”\x11\x15 –»£úµ "
b"\x1C ØÅô┌É@î®yÑ;Óù\r ÷ "
b"\x07 ºx+╩¡JƒüÀÏAJÊ╣& "
b"iX\x12 „ ê@ª®D6á\x06 \r ß- "
b"÷[=íLÝE$¡╬8Öü]┤\x04 "
b"<¹#æ\v £CI•ÂïÊ–$&Æ "
b"§gƒÀ\x10 ╠K\e ®¨ØÌF\x1A\x01 . "
b"t┐{\r ü‗Eýòp}ÅkQFä "
b"\x02 c\x1A V©ñFV║W?)\x17 ìyW "
b"zb4áûU@ç¿tqP)v+\e "
b"fîl\x1C "ûG·ŠÖòùõB!® "
b"@)„ãe L5‰ \x02 &"•ˆl "
]
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` . `available_stock` AS `product.availableStock` ,
`product` . `stock` AS `product.stock` ,
`product` . `display_group` AS `product.displayGroup` ,
`product.parent` . `variant_listing_config` AS `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) AS `product.variantListingConfig` ,
`product` . `variant_restrictions` AS `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) AS `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) AS `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) AS `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) AS `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) AS `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) AS `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) AS `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) AS `product.shippingFree` ,
`product.parent` . `purchase_prices` AS `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) AS `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) AS `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) AS `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) AS `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) AS `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) AS `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) AS `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) AS `product.ratingAverage` ,
`product.parent` . `category_tree` AS `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) AS `product.categoryTree` ,
`product.parent` . `property_ids` AS `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) AS `product.propertyIds` ,
`product.parent` . `option_ids` AS `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) AS `product.optionIds` ,
`product.parent` . `stream_ids` AS `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) AS `product.streamIds` ,
`product.parent` . `tag_ids` AS `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) AS `product.tagIds` ,
`product.parent` . `category_ids` AS `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) AS `product.categoryIds` ,
`product` . `child_count` AS `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) AS `product.customFieldSetSelectionActive` ,
`product` . `sales` AS `product.sales` ,
`product` . `states` AS `product.states` ,
`product.tax` . `id` AS `product.tax.id` ,
`product.tax` . `tax_rate` AS `product.tax.taxRate` ,
`product.tax` . `name` AS `product.tax.name` ,
`product.tax` . `position` AS `product.tax.position` ,
`product.tax` . `custom_fields` AS `product.tax.customFields` ,
`product.tax` . `created_at` AS `product.tax.createdAt` ,
`product.tax` . `updated_at` AS `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` AS `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) AS `product.cheapestPrice` ,
`product` . `created_at` AS `product.createdAt` ,
`product` . `updated_at` AS `product.updatedAt` ,
`product.manufacturer` . `id` AS `product.manufacturer.id` ,
`product.manufacturer` . `version_id` AS `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` AS `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` AS `product.manufacturer.link` ,
`product.manufacturer` . `created_at` AS `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` AS `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.name` ,
COALESCE (
`product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name`
) AS `product.manufacturer.name` ,
`product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.description` ,
COALESCE (
`product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description`
) AS `product.manufacturer.description` ,
`product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.customFields` ,
COALESCE (
`product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields`
) AS `product.manufacturer.customFields` ,
`product.manufacturer.translation.fallback_1.createdAt` ,
`product.manufacturer.translation.createdAt` ,
`product.manufacturer.translation.fallback_1.updatedAt` ,
`product.manufacturer.translation.updatedAt` ,
`product.manufacturer.translation.fallback_1.productManufacturerId` ,
`product.manufacturer.translation.productManufacturerId` ,
`product.manufacturer.translation.fallback_1.languageId` ,
`product.manufacturer.translation.languageId` ,
`product.manufacturer.translation.fallback_1.productManufacturerVersionId` ,
`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.fallback_1.shortCode` ,
`product.unit.translation.shortCode` ,
COALESCE (
`product.unit.translation.fallback_1.shortCode` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode`
) AS `product.unit.shortCode` ,
`product.unit.translation.fallback_1.name` ,
`product.unit.translation.name` ,
COALESCE (
`product.unit.translation.fallback_1.name` ,
`product.unit.translation.name` ,
`product.unit.translation.name`
) AS `product.unit.name` ,
`product.unit.translation.fallback_1.customFields` ,
`product.unit.translation.customFields` ,
COALESCE (
`product.unit.translation.fallback_1.customFields` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields`
) AS `product.unit.customFields` ,
`product.unit.translation.fallback_1.createdAt` ,
`product.unit.translation.createdAt` ,
`product.unit.translation.fallback_1.updatedAt` ,
`product.unit.translation.updatedAt` ,
`product.unit.translation.fallback_1.unitId` ,
`product.unit.translation.unitId` ,
`product.unit.translation.fallback_1.languageId` ,
`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.fallback_1.name` ,
`product.deliveryTime.translation.name` ,
COALESCE (
`product.deliveryTime.translation.fallback_1.name` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name`
) AS `product.deliveryTime.name` ,
`product.deliveryTime.translation.fallback_1.customFields` ,
`product.deliveryTime.translation.customFields` ,
COALESCE (
`product.deliveryTime.translation.fallback_1.customFields` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields`
) AS `product.deliveryTime.customFields` ,
`product.deliveryTime.translation.fallback_1.createdAt` ,
`product.deliveryTime.translation.createdAt` ,
`product.deliveryTime.translation.fallback_1.updatedAt` ,
`product.deliveryTime.translation.updatedAt` ,
`product.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`product.deliveryTime.translation.deliveryTimeId` ,
`product.deliveryTime.translation.fallback_1.languageId` ,
`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.fallback_1.title` ,
`product.cover.media.translation.title` ,
COALESCE (
`product.cover.media.translation.fallback_1.title` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title`
) AS `product.cover.media.title` ,
`product.cover.media.translation.fallback_1.alt` ,
`product.cover.media.translation.alt` ,
COALESCE (
`product.cover.media.translation.fallback_1.alt` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt`
) AS `product.cover.media.alt` ,
`product.cover.media.translation.fallback_1.customFields` ,
`product.cover.media.translation.customFields` ,
COALESCE (
`product.cover.media.translation.fallback_1.customFields` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields`
) AS `product.cover.media.customFields` ,
`product.cover.media.translation.fallback_1.createdAt` ,
`product.cover.media.translation.createdAt` ,
`product.cover.media.translation.fallback_1.updatedAt` ,
`product.cover.media.translation.updatedAt` ,
`product.cover.media.translation.fallback_1.mediaId` ,
`product.cover.media.translation.mediaId` ,
`product.cover.media.translation.fallback_1.languageId` ,
`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.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
`product.translation.metaDescription`
) AS `product.metaDescription` ,
`product.translation.fallback_1.name` ,
`product.parent.translation.fallback_1.name` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.fallback_1.name` ,
`product.parent.translation.fallback_1.name` ,
`product.translation.name` , `product.parent.translation.name` ,
`product.translation.name`
) AS `product.name` ,
`product.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
`product.translation.keywords`
) AS `product.keywords` ,
`product.translation.fallback_1.description` ,
`product.parent.translation.fallback_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.fallback_1.description` ,
`product.parent.translation.fallback_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
`product.translation.description`
) AS `product.description` ,
`product.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
`product.translation.metaTitle`
) AS `product.metaTitle` ,
`product.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
`product.translation.packUnit`
) AS `product.packUnit` ,
`product.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
`product.translation.packUnitPlural`
) AS `product.packUnitPlural` ,
`product.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
`product.translation.customSearchKeywords`
) AS `product.customSearchKeywords` ,
`product.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
`product.translation.slotConfig`
) AS `product.slotConfig` ,
`product.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
`product.translation.customFields`
) AS `product.customFields` ,
`product.translation.fallback_1.createdAt` ,
`product.parent.translation.fallback_1.createdAt` ,
`product.translation.createdAt` ,
`product.parent.translation.createdAt` ,
`product.translation.fallback_1.updatedAt` ,
`product.parent.translation.fallback_1.updatedAt` ,
`product.translation.updatedAt` ,
`product.parent.translation.updatedAt` ,
`product.translation.fallback_1.productId` ,
`product.parent.translation.fallback_1.productId` ,
`product.translation.productId` ,
`product.parent.translation.productId` ,
`product.translation.fallback_1.languageId` ,
`product.parent.translation.fallback_1.languageId` ,
`product.translation.languageId` ,
`product.parent.translation.languageId` ,
`product.translation.fallback_1.productVersionId` ,
`product.parent.translation.fallback_1.productVersionId` ,
`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` ,
`product.translation.fallback_1` . meta_description AS `product.translation.fallback_1.metaDescription` ,
`product.translation.fallback_1` . name AS `product.translation.fallback_1.name` ,
`product.translation.fallback_1` . keywords AS `product.translation.fallback_1.keywords` ,
`product.translation.fallback_1` . description AS `product.translation.fallback_1.description` ,
`product.translation.fallback_1` . meta_title AS `product.translation.fallback_1.metaTitle` ,
`product.translation.fallback_1` . pack_unit AS `product.translation.fallback_1.packUnit` ,
`product.translation.fallback_1` . pack_unit_plural AS `product.translation.fallback_1.packUnitPlural` ,
`product.translation.fallback_1` . custom_search_keywords AS `product.translation.fallback_1.customSearchKeywords` ,
`product.translation.fallback_1` . slot_config AS `product.translation.fallback_1.slotConfig` ,
`product.translation.fallback_1` . custom_fields AS `product.translation.fallback_1.customFields` ,
`product.translation.fallback_1` . created_at AS `product.translation.fallback_1.createdAt` ,
`product.translation.fallback_1` . updated_at AS `product.translation.fallback_1.updatedAt` ,
`product.translation.fallback_1` . product_id AS `product.translation.fallback_1.productId` ,
`product.translation.fallback_1` . language_id AS `product.translation.fallback_1.languageId` ,
`product.translation.fallback_1` . product_version_id AS `product.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id`
AND `product.translation.fallback_1` . language_id = ?
AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id
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` ,
`product.parent.translation.fallback_1` . meta_description AS `product.parent.translation.fallback_1.metaDescription` ,
`product.parent.translation.fallback_1` . name AS `product.parent.translation.fallback_1.name` ,
`product.parent.translation.fallback_1` . keywords AS `product.parent.translation.fallback_1.keywords` ,
`product.parent.translation.fallback_1` . description AS `product.parent.translation.fallback_1.description` ,
`product.parent.translation.fallback_1` . meta_title AS `product.parent.translation.fallback_1.metaTitle` ,
`product.parent.translation.fallback_1` . pack_unit AS `product.parent.translation.fallback_1.packUnit` ,
`product.parent.translation.fallback_1` . pack_unit_plural AS `product.parent.translation.fallback_1.packUnitPlural` ,
`product.parent.translation.fallback_1` . custom_search_keywords AS `product.parent.translation.fallback_1.customSearchKeywords` ,
`product.parent.translation.fallback_1` . slot_config AS `product.parent.translation.fallback_1.slotConfig` ,
`product.parent.translation.fallback_1` . custom_fields AS `product.parent.translation.fallback_1.customFields` ,
`product.parent.translation.fallback_1` . created_at AS `product.parent.translation.fallback_1.createdAt` ,
`product.parent.translation.fallback_1` . updated_at AS `product.parent.translation.fallback_1.updatedAt` ,
`product.parent.translation.fallback_1` . product_id AS `product.parent.translation.fallback_1.productId` ,
`product.parent.translation.fallback_1` . language_id AS `product.parent.translation.fallback_1.languageId` ,
`product.parent.translation.fallback_1` . product_version_id AS `product.parent.translation.fallback_1.productVersionId`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id`
AND `product.parent.translation.fallback_1` . language_id = ?
AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id
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` ,
`product.manufacturer.translation.fallback_1` . name AS `product.manufacturer.translation.fallback_1.name` ,
`product.manufacturer.translation.fallback_1` . description AS `product.manufacturer.translation.fallback_1.description` ,
`product.manufacturer.translation.fallback_1` . custom_fields AS `product.manufacturer.translation.fallback_1.customFields` ,
`product.manufacturer.translation.fallback_1` . created_at AS `product.manufacturer.translation.fallback_1.createdAt` ,
`product.manufacturer.translation.fallback_1` . updated_at AS `product.manufacturer.translation.fallback_1.updatedAt` ,
`product.manufacturer.translation.fallback_1` . product_manufacturer_id AS `product.manufacturer.translation.fallback_1.productManufacturerId` ,
`product.manufacturer.translation.fallback_1` . language_id AS `product.manufacturer.translation.fallback_1.languageId` ,
`product.manufacturer.translation.fallback_1` . product_manufacturer_version_id AS `product.manufacturer.translation.fallback_1.productManufacturerVersionId`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id`
AND `product.manufacturer.translation.fallback_1` . language_id = ?
AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id
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` ,
`product.unit.translation.fallback_1` . short_code AS `product.unit.translation.fallback_1.shortCode` ,
`product.unit.translation.fallback_1` . name AS `product.unit.translation.fallback_1.name` ,
`product.unit.translation.fallback_1` . custom_fields AS `product.unit.translation.fallback_1.customFields` ,
`product.unit.translation.fallback_1` . created_at AS `product.unit.translation.fallback_1.createdAt` ,
`product.unit.translation.fallback_1` . updated_at AS `product.unit.translation.fallback_1.updatedAt` ,
`product.unit.translation.fallback_1` . unit_id AS `product.unit.translation.fallback_1.unitId` ,
`product.unit.translation.fallback_1` . language_id AS `product.unit.translation.fallback_1.languageId`
FROM
`unit_translation` `product.unit.translation`
LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.fallback_1` . `unit_id`
AND `product.unit.translation.fallback_1` . language_id = ?
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` ,
`product.deliveryTime.translation.fallback_1` . name AS `product.deliveryTime.translation.fallback_1.name` ,
`product.deliveryTime.translation.fallback_1` . custom_fields AS `product.deliveryTime.translation.fallback_1.customFields` ,
`product.deliveryTime.translation.fallback_1` . created_at AS `product.deliveryTime.translation.fallback_1.createdAt` ,
`product.deliveryTime.translation.fallback_1` . updated_at AS `product.deliveryTime.translation.fallback_1.updatedAt` ,
`product.deliveryTime.translation.fallback_1` . delivery_time_id AS `product.deliveryTime.translation.fallback_1.deliveryTimeId` ,
`product.deliveryTime.translation.fallback_1` . language_id AS `product.deliveryTime.translation.fallback_1.languageId`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.fallback_1` . `delivery_time_id`
AND `product.deliveryTime.translation.fallback_1` . language_id = ?
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` ,
`product.cover.media.translation.fallback_1` . title AS `product.cover.media.translation.fallback_1.title` ,
`product.cover.media.translation.fallback_1` . alt AS `product.cover.media.translation.fallback_1.alt` ,
`product.cover.media.translation.fallback_1` . custom_fields AS `product.cover.media.translation.fallback_1.customFields` ,
`product.cover.media.translation.fallback_1` . created_at AS `product.cover.media.translation.fallback_1.createdAt` ,
`product.cover.media.translation.fallback_1` . updated_at AS `product.cover.media.translation.fallback_1.updatedAt` ,
`product.cover.media.translation.fallback_1` . media_id AS `product.cover.media.translation.fallback_1.mediaId` ,
`product.cover.media.translation.fallback_1` . language_id AS `product.cover.media.translation.fallback_1.languageId`
FROM
`media_translation` `product.cover.media.translation`
LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.fallback_1` . `media_id`
AND `product.cover.media.translation.fallback_1` . language_id = ?
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` . `available_stock` AS `product.availableStock` , `product` . `stock` AS `product.stock` , `product` . `display_group` AS `product.displayGroup` , `product.parent` . `variant_listing_config` AS `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) AS `product.variantListingConfig` , `product` . `variant_restrictions` AS `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) AS `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) AS `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) AS `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) AS `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) AS `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) AS `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) AS `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) AS `product.shippingFree` , `product.parent` . `purchase_prices` AS `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) AS `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) AS `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) AS `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) AS `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) AS `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) AS `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) AS `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) AS `product.ratingAverage` , `product.parent` . `category_tree` AS `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) AS `product.categoryTree` , `product.parent` . `property_ids` AS `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) AS `product.propertyIds` , `product.parent` . `option_ids` AS `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) AS `product.optionIds` , `product.parent` . `stream_ids` AS `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) AS `product.streamIds` , `product.parent` . `tag_ids` AS `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) AS `product.tagIds` , `product.parent` . `category_ids` AS `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) AS `product.categoryIds` , `product` . `child_count` AS `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) AS `product.customFieldSetSelectionActive` , `product` . `sales` AS `product.sales` , `product` . `states` AS `product.states` , `product.tax` . `id` AS `product.tax.id` , `product.tax` . `tax_rate` AS `product.tax.taxRate` , `product.tax` . `name` AS `product.tax.name` , `product.tax` . `position` AS `product.tax.position` , `product.tax` . `custom_fields` AS `product.tax.customFields` , `product.tax` . `created_at` AS `product.tax.createdAt` , `product.tax` . `updated_at` AS `product.tax.updatedAt` , `product.parent` . `cheapest_price` AS `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) AS `product.cheapestPrice` , `product` . `created_at` AS `product.createdAt` , `product` . `updated_at` AS `product.updatedAt` , `product.manufacturer` . `id` AS `product.manufacturer.id` , `product.manufacturer` . `version_id` AS `product.manufacturer.versionId` , `product.manufacturer` . `media_id` AS `product.manufacturer.mediaId` , `product.manufacturer` . `link` AS `product.manufacturer.link` , `product.manufacturer` . `created_at` AS `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` AS `product.manufacturer.updatedAt` , `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , COALESCE (`product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` ) AS `product.manufacturer.name` , `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , COALESCE (`product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` ) AS `product.manufacturer.description` , `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , COALESCE (`product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` ) AS `product.manufacturer.customFields` , `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.createdAt` , `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.updatedAt` , `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.productManufacturerId` , `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.languageId` , `product.manufacturer.translation.fallback_1.productManufacturerVersionId` , `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.fallback_1.shortCode` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.fallback_1.shortCode` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` ) AS `product.unit.shortCode` , `product.unit.translation.fallback_1.name` , `product.unit.translation.name` , COALESCE (`product.unit.translation.fallback_1.name` , `product.unit.translation.name` , `product.unit.translation.name` ) AS `product.unit.name` , `product.unit.translation.fallback_1.customFields` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.fallback_1.customFields` , `product.unit.translation.customFields` , `product.unit.translation.customFields` ) AS `product.unit.customFields` , `product.unit.translation.fallback_1.createdAt` , `product.unit.translation.createdAt` , `product.unit.translation.fallback_1.updatedAt` , `product.unit.translation.updatedAt` , `product.unit.translation.fallback_1.unitId` , `product.unit.translation.unitId` , `product.unit.translation.fallback_1.languageId` , `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.fallback_1.name` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` ) AS `product.deliveryTime.name` , `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` ) AS `product.deliveryTime.customFields` , `product.deliveryTime.translation.fallback_1.createdAt` , `product.deliveryTime.translation.createdAt` , `product.deliveryTime.translation.fallback_1.updatedAt` , `product.deliveryTime.translation.updatedAt` , `product.deliveryTime.translation.fallback_1.deliveryTimeId` , `product.deliveryTime.translation.deliveryTimeId` , `product.deliveryTime.translation.fallback_1.languageId` , `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.fallback_1.title` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.title` , `product.cover.media.translation.title` ) AS `product.cover.media.title` , `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` ) AS `product.cover.media.alt` , `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` ) AS `product.cover.media.customFields` , `product.cover.media.translation.fallback_1.createdAt` , `product.cover.media.translation.createdAt` , `product.cover.media.translation.fallback_1.updatedAt` , `product.cover.media.translation.updatedAt` , `product.cover.media.translation.fallback_1.mediaId` , `product.cover.media.translation.mediaId` , `product.cover.media.translation.fallback_1.languageId` , `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.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , `product.translation.metaDescription` ) AS `product.metaDescription` , `product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.fallback_1.name` , `product.parent.translation.fallback_1.name` , `product.translation.name` , `product.parent.translation.name` , `product.translation.name` ) AS `product.name` , `product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.fallback_1.keywords` , `product.parent.translation.fallback_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , `product.translation.keywords` ) AS `product.keywords` , `product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.fallback_1.description` , `product.parent.translation.fallback_1.description` , `product.translation.description` , `product.parent.translation.description` , `product.translation.description` ) AS `product.description` , `product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , `product.translation.metaTitle` ) AS `product.metaTitle` , `product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , `product.translation.packUnit` ) AS `product.packUnit` , `product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , `product.translation.packUnitPlural` ) AS `product.packUnitPlural` , `product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , `product.translation.customSearchKeywords` ) AS `product.customSearchKeywords` , `product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , `product.translation.slotConfig` ) AS `product.slotConfig` , `product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.fallback_1.customFields` , `product.parent.translation.fallback_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , `product.translation.customFields` ) AS `product.customFields` , `product.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1.createdAt` , `product.translation.createdAt` , `product.parent.translation.createdAt` , `product.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1.updatedAt` , `product.translation.updatedAt` , `product.parent.translation.updatedAt` , `product.translation.fallback_1.productId` , `product.parent.translation.fallback_1.productId` , `product.translation.productId` , `product.parent.translation.productId` , `product.translation.fallback_1.languageId` , `product.parent.translation.fallback_1.languageId` , `product.translation.languageId` , `product.parent.translation.languageId` , `product.translation.fallback_1.productVersionId` , `product.parent.translation.fallback_1.productVersionId` , `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` , `product.translation.fallback_1` . meta_description AS `product.translation.fallback_1.metaDescription` , `product.translation.fallback_1` . name AS `product.translation.fallback_1.name` , `product.translation.fallback_1` . keywords AS `product.translation.fallback_1.keywords` , `product.translation.fallback_1` . description AS `product.translation.fallback_1.description` , `product.translation.fallback_1` . meta_title AS `product.translation.fallback_1.metaTitle` , `product.translation.fallback_1` . pack_unit AS `product.translation.fallback_1.packUnit` , `product.translation.fallback_1` . pack_unit_plural AS `product.translation.fallback_1.packUnitPlural` , `product.translation.fallback_1` . custom_search_keywords AS `product.translation.fallback_1.customSearchKeywords` , `product.translation.fallback_1` . slot_config AS `product.translation.fallback_1.slotConfig` , `product.translation.fallback_1` . custom_fields AS `product.translation.fallback_1.customFields` , `product.translation.fallback_1` . created_at AS `product.translation.fallback_1.createdAt` , `product.translation.fallback_1` . updated_at AS `product.translation.fallback_1.updatedAt` , `product.translation.fallback_1` . product_id AS `product.translation.fallback_1.productId` , `product.translation.fallback_1` . language_id AS `product.translation.fallback_1.languageId` , `product.translation.fallback_1` . product_version_id AS `product.translation.fallback_1.productVersionId` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.fallback_1` ON `product.translation` . `product_id` = `product.translation.fallback_1` . `product_id` AND `product.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.translation` . product_version_id = `product.translation.fallback_1` . product_version_id 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` , `product.parent.translation.fallback_1` . meta_description AS `product.parent.translation.fallback_1.metaDescription` , `product.parent.translation.fallback_1` . name AS `product.parent.translation.fallback_1.name` , `product.parent.translation.fallback_1` . keywords AS `product.parent.translation.fallback_1.keywords` , `product.parent.translation.fallback_1` . description AS `product.parent.translation.fallback_1.description` , `product.parent.translation.fallback_1` . meta_title AS `product.parent.translation.fallback_1.metaTitle` , `product.parent.translation.fallback_1` . pack_unit AS `product.parent.translation.fallback_1.packUnit` , `product.parent.translation.fallback_1` . pack_unit_plural AS `product.parent.translation.fallback_1.packUnitPlural` , `product.parent.translation.fallback_1` . custom_search_keywords AS `product.parent.translation.fallback_1.customSearchKeywords` , `product.parent.translation.fallback_1` . slot_config AS `product.parent.translation.fallback_1.slotConfig` , `product.parent.translation.fallback_1` . custom_fields AS `product.parent.translation.fallback_1.customFields` , `product.parent.translation.fallback_1` . created_at AS `product.parent.translation.fallback_1.createdAt` , `product.parent.translation.fallback_1` . updated_at AS `product.parent.translation.fallback_1.updatedAt` , `product.parent.translation.fallback_1` . product_id AS `product.parent.translation.fallback_1.productId` , `product.parent.translation.fallback_1` . language_id AS `product.parent.translation.fallback_1.languageId` , `product.parent.translation.fallback_1` . product_version_id AS `product.parent.translation.fallback_1.productVersionId` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.fallback_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.fallback_1` . `product_id` AND `product.parent.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.parent.translation` . product_version_id = `product.parent.translation.fallback_1` . product_version_id 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` , `product.manufacturer.translation.fallback_1` . name AS `product.manufacturer.translation.fallback_1.name` , `product.manufacturer.translation.fallback_1` . description AS `product.manufacturer.translation.fallback_1.description` , `product.manufacturer.translation.fallback_1` . custom_fields AS `product.manufacturer.translation.fallback_1.customFields` , `product.manufacturer.translation.fallback_1` . created_at AS `product.manufacturer.translation.fallback_1.createdAt` , `product.manufacturer.translation.fallback_1` . updated_at AS `product.manufacturer.translation.fallback_1.updatedAt` , `product.manufacturer.translation.fallback_1` . product_manufacturer_id AS `product.manufacturer.translation.fallback_1.productManufacturerId` , `product.manufacturer.translation.fallback_1` . language_id AS `product.manufacturer.translation.fallback_1.languageId` , `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id AS `product.manufacturer.translation.fallback_1.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` LEFT JOIN `product_manufacturer_translation` `product.manufacturer.translation.fallback_1` ON `product.manufacturer.translation` . `product_manufacturer_id` = `product.manufacturer.translation.fallback_1` . `product_manufacturer_id` AND `product.manufacturer.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `product.manufacturer.translation` . product_manufacturer_version_id = `product.manufacturer.translation.fallback_1` . product_manufacturer_version_id 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` , `product.unit.translation.fallback_1` . short_code AS `product.unit.translation.fallback_1.shortCode` , `product.unit.translation.fallback_1` . name AS `product.unit.translation.fallback_1.name` , `product.unit.translation.fallback_1` . custom_fields AS `product.unit.translation.fallback_1.customFields` , `product.unit.translation.fallback_1` . created_at AS `product.unit.translation.fallback_1.createdAt` , `product.unit.translation.fallback_1` . updated_at AS `product.unit.translation.fallback_1.updatedAt` , `product.unit.translation.fallback_1` . unit_id AS `product.unit.translation.fallback_1.unitId` , `product.unit.translation.fallback_1` . language_id AS `product.unit.translation.fallback_1.languageId` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.fallback_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.fallback_1` . `unit_id` AND `product.unit.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` , `product.deliveryTime.translation.fallback_1` . name AS `product.deliveryTime.translation.fallback_1.name` , `product.deliveryTime.translation.fallback_1` . custom_fields AS `product.deliveryTime.translation.fallback_1.customFields` , `product.deliveryTime.translation.fallback_1` . created_at AS `product.deliveryTime.translation.fallback_1.createdAt` , `product.deliveryTime.translation.fallback_1` . updated_at AS `product.deliveryTime.translation.fallback_1.updatedAt` , `product.deliveryTime.translation.fallback_1` . delivery_time_id AS `product.deliveryTime.translation.fallback_1.deliveryTimeId` , `product.deliveryTime.translation.fallback_1` . language_id AS `product.deliveryTime.translation.fallback_1.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.fallback_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.fallback_1` . `delivery_time_id` AND `product.deliveryTime.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` , `product.cover.media.translation.fallback_1` . title AS `product.cover.media.translation.fallback_1.title` , `product.cover.media.translation.fallback_1` . alt AS `product.cover.media.translation.fallback_1.alt` , `product.cover.media.translation.fallback_1` . custom_fields AS `product.cover.media.translation.fallback_1.customFields` , `product.cover.media.translation.fallback_1` . created_at AS `product.cover.media.translation.fallback_1.createdAt` , `product.cover.media.translation.fallback_1` . updated_at AS `product.cover.media.translation.fallback_1.updatedAt` , `product.cover.media.translation.fallback_1` . media_id AS `product.cover.media.translation.fallback_1.mediaId` , `product.cover.media.translation.fallback_1` . language_id AS `product.cover.media.translation.fallback_1.languageId` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.fallback_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.fallback_1` . `media_id` AND `product.cover.media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0xCB84B59A42414680A504566545ACC0D3 , 0x311C7CD7B4B941319E104E0CC202501F , 0x7D55B5E0EEA74BB391773848423A64D5 , 0xAD752062A8664182A5C49FFB2B276B69 , 0xBB5BA217A742418DA9539BC1825AC735 , 0x1472C38442174CDC95CF8D4ECCBBECAE , 0x4706DA3617764F999AA23B75E788C51F , 0x378CB54BD9B54F93837AC63152C8A5B2 , 0xA4703D6D0CBA4363B62CF052CDC8DC37 , 0xE78EE00B0E594D0E98BBBA45DB3094DE , 0x2A5D2FB9CC6E4372BC6A297B3B3E75C3 , 0x1CD14D68D66A4B6D90C80D90D9EFCD49 , 0x0C03340B9ADF4C6094111596BBA3FAB5 , 0x1C9D8F93DA90408CA979A53BE0970DF6 , 0x07A7782BCAAD4A9F81B7D8414AD2B926 , 0x69581284A0EA40AAAE4436E1060DDF2D , 0xF65B3DA14CED4524ADCE3899815DB404 , 0x3CB923E60BA3434995C2EFCA962426C6 , 0xF5679FB710CC4B1BA9F99DDE461A012E , 0x74BF7B0D81F245EC95707D8F6B514684 , 0x02631A56B8A44656BA573F29178D7957 , 0x7A6234E1FB5540E7BF74715029762B1B , 0x66EE6C1C22FB47B78AD6F2F9F54221AE , 0x402984E365A04C35892002262295886C ));
Copy
83
4.70 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.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `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` , `property_group_option.translation.fallback_1` . name AS `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position AS `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields AS `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at AS `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at AS `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id AS `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id AS `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = ? 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` , `property_group_option.group.translation.fallback_1` . name AS `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description AS `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position AS `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields AS `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at AS `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at AS `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id AS `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id AS `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"½žãÒü8Nµ˜‘1„ 9ûæ "
b"n¶╗[│ZF,àÃÄ\v :ÉÝs "
b"?\x01 ê‘w\x04 Mp‰ÛçÅÒ‰ä‘ "
b"z¯\x15\x13 J’G©‚‹A\x0E ‹v“x "
b"° NaŒ*Cþ‘x¯SœoÉd "
b"w─ÂôËÜIƒ¡¦¨]ÉòAC "
b"ùÔÉT÷êM×”j\f ¨ÑÍ?j "
b"ô#ân=}Bš˜ÕîDHXL¾ "
b"]\x07 \r `ÛÊO3êƒu^®Ñì╩ "
b"w─ÂôËÜIƒ¡¦¨]ÉòAC "
b"äC'4\x10 MJ«žf\x01 Ö\x14 k¥Ô "
b"§¡ºþ·_AN╗àeqÞgÝì "
b"├ê¸êÉ\v GîÂ\x0F Û+ÓI4¨ "
b"ŒT\f jRæFô´#\x12 ì#ÚŒÌ "
b"Ô\t WØ[&Nm¾<ìzÔÞ1“ "
b"ÝåäïªuKL›j‹\x0E ÖŠª% "
b"c-q¤YjD[¦\x13 «S‚\t Œ\x19 "
b"ä÷«vmgKmØ\x1E\x0F X!¯\x1C ç "
]
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.fallback_1.name` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) AS `property_group_option.group.name` ,
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) AS `property_group_option.group.description` ,
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) AS `property_group_option.group.position` ,
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) AS `property_group_option.group.customFields` ,
`property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.fallback_1.languageId` ,
`property_group_option.group.translation.languageId` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) AS `property_group_option.name` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) AS `property_group_option.position` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) AS `property_group_option.customFields` ,
`property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1.languageId` ,
`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` ,
`property_group_option.translation.fallback_1` . name AS `property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.fallback_1` . position AS `property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.fallback_1` . custom_fields AS `property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.fallback_1` . created_at AS `property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.fallback_1` . updated_at AS `property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.fallback_1` . property_group_option_id AS `property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1` . language_id AS `property_group_option.translation.fallback_1.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id`
AND `property_group_option.translation.fallback_1` . language_id = ?
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` ,
`property_group_option.group.translation.fallback_1` . name AS `property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.fallback_1` . description AS `property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.fallback_1` . position AS `property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.fallback_1` . custom_fields AS `property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.fallback_1` . created_at AS `property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.fallback_1` . updated_at AS `property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.fallback_1` . property_group_id AS `property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.fallback_1` . language_id AS `property_group_option.group.translation.fallback_1.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id`
AND `property_group_option.group.translation.fallback_1` . language_id = ?
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.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_1.languageId` , `property_group_option.group.translation.languageId` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `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` , `property_group_option.translation.fallback_1` . name AS `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position AS `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields AS `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at AS `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at AS `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id AS `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id AS `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` , `property_group_option.group.translation.fallback_1` . name AS `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description AS `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position AS `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields AS `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at AS `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at AS `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id AS `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id AS `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0xBD9EE3D2FC384EB5989131842039FBE6 , 0x6EF4BB5BB35A462C85C78E0B3A90ED73 , 0x3F01EA9177044D7089DBE7C5D289E491 , 0x7AAF15134A9247A9828B410E8B769378 , 0xB0204E618C2A43FE9178AF539C6FC964 , 0x77C4B693D39A499FADDDF95D90954143 , 0xF9D4C954F7EA4DD7946A0CA8D1CD3F6A , 0xF423E26E3D7D429A98D5EE4448584CBE , 0x5D070D60EAD24F33889F755EA9A58DCA , 0x77C4B693D39A499FADDDF95D90954143 , 0xE4432734104D4AAB9E6601D6146BA5D4 , 0xF5ADA7E7FA5F414EBB856571E867ED8D , 0xC388F788900B478CB60FEA2BE04934F9 , 0x8C540C6A52E646F4B42312EC23DA8CCC , 0xD40957D85B264E6DBE3CEC7AD4DE3193 , 0xDDE5E4EFAA754B4C9B6A8B0ED68AAA25 , 0x632D71A4596A445BA613AB5382098C19 , 0x84F6AE766D674B6D9D1E0F5821EE1C87 );
Copy
84
43.10 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"\x02 c\x1A V©ñFV║W?)\x17 ìyW "
b"\x07 ºx+╩¡JƒüÀÏAJÊ╣& "
b"\f\x03 4\v šßL`”\x11\x15 –»£úµ "
b"\x14 r├äB\x17 L▄ò¤ìN╠╗ý« "
b"\x1C ØÅô┌É@î®yÑ;Óù\r ÷ "
b"\x1C ÐMhÍjKmÉ╚\r É┘´═I "
b"*]/¹ÌnCr¼j){;>uà "
b"1\x1C |×´¹A1ž\x10 N\f Â\x02 P\x1F "
b"7ŒµKÙµO“ƒzÆ1RÈ¥² "
b"<¹#æ\v £CI•ÂïÊ–$&Æ "
b"@)„ãe L5‰ \x02 &"•ˆl "
b"G\x06 Ú6\x17 vO™š¢;uçˆÅ\x1F "
b"fîl\x1C "ûG·ŠÖòùõB!® "
b"iX\x12 „ ê@ª®D6á\x06 \r ß- "
b"t┐{\r ü‗Eýòp}ÅkQFä "
b"zb4áûU@ç¿tqP)v+\e "
b"}Uµàî§K³‘w8HB:dÕ "
b"¤p=m\f ºCc¶,ðRÍÈÜ7 "
b"u b¨fA‚¥ÄŸû+'ki "
b"╗[ó\x17 ºBAì®Sø┴éZÃ5 "
b"Ë„µšBAF€¥\x04 VeE¬ÀÓ "
b"çŽà\v\x0E YM\x0E ˜»ºEÛ0”Þ "
b"§gƒÀ\x10 ╠K\e ®¨ØÌF\x1A\x01 . "
b"÷[=íLÝE$¡╬8Öü]┤\x04 "
b"¯f│Ø\f ªE¸ø4\x05\x00 I]qD "
b"\r 1sʼn0JŠ›Ô®p^û« "
b"¼Žqc0ÿOöŠtÆ4v,Â\x15 "
b"╚\x1F À[-\x03 MªÉ¹M·õ▄╗y "
b"ÔùËчöDè—þ—8\x13 Lu• "
b"3´Sr\x12 „K·¼7¨HoWÇM "
b"\e k\x0E YŸOGZ¬øö‰<\x0E CØ "
b"±\x03 ”|e[@i¿ë\t ‹W¥\f \ "
b"¸zì\x19 îA@\e Æ‗"ü;¢B\x04 "
b"ç!\x0F ’©úC\x08 —A÷\x7F úD\x18 © "
b"\x0E Ä™\e\x1D\x14 G}²€T&`ˆÈ "
b";Ó\r —“àN<¡\x19 ½‚÷ÑBe "
b"9‚©G,òB𜽸\x19 Rqë\v "
]
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 (0x02631A56B8A44656BA573F29178D7957 , 0x07A7782BCAAD4A9F81B7D8414AD2B926 , 0x0C03340B9ADF4C6094111596BBA3FAB5 , 0x1472C38442174CDC95CF8D4ECCBBECAE , 0x1C9D8F93DA90408CA979A53BE0970DF6 , 0x1CD14D68D66A4B6D90C80D90D9EFCD49 , 0x2A5D2FB9CC6E4372BC6A297B3B3E75C3 , 0x311C7CD7B4B941319E104E0CC202501F , 0x378CB54BD9B54F93837AC63152C8A5B2 , 0x3CB923E60BA3434995C2EFCA962426C6 , 0x402984E365A04C35892002262295886C , 0x4706DA3617764F999AA23B75E788C51F , 0x66EE6C1C22FB47B78AD6F2F9F54221AE , 0x69581284A0EA40AAAE4436E1060DDF2D , 0x74BF7B0D81F245EC95707D8F6B514684 , 0x7A6234E1FB5540E7BF74715029762B1B , 0x7D55B5E0EEA74BB391773848423A64D5 , 0xA4703D6D0CBA4363B62CF052CDC8DC37 , 0xAD752062A8664182A5C49FFB2B276B69 , 0xBB5BA217A742418DA9539BC1825AC735 , 0xCB84B59A42414680A504566545ACC0D3 , 0xE78EE00B0E594D0E98BBBA45DB3094DE , 0xF5679FB710CC4B1BA9F99DDE461A012E , 0xF65B3DA14CED4524ADCE3899815DB404 , 0xEE66B39D0CA645F79B340500495D7144 , 0x0D3173C589304AAD8A9BD4AE705EFBAB , 0xBC8E716330FF4FF68A74C634762CC215 , 0xC81FB75B2D034DA690FB4DFAE4DCBB79 , 0xD4F9CBD187F644E897FE9738134C7595 , 0x33B4537212844BB7BC37A8486F57C74D , 0x1B6B0E599F4F475AACF8F6893C0E43D8 , 0xB103947C655B4069BFEB098B57A50C5C , 0xF77A8D198C41401B92F222813BBD4204 , 0xE7210F92A9FA43089741F77FFA4418A9 , 0x0EC4991B1D14477DB28054266088C8C2 , 0x3BD30D9793E04E3CA119BD82F7D14265 , 0x3982A9472CF242F09CBDB8195271EB0B )));
Copy
85
0.04 ms
SELECT `unit` . `id` AS `unit.id` , `unit` . `created_at` AS `unit.createdAt` , `unit` . `updated_at` AS `unit.updatedAt` , `unit.translation.fallback_1.shortCode` , `unit.translation.shortCode` , COALESCE (`unit.translation.fallback_1.shortCode` , `unit.translation.shortCode` , `unit.translation.shortCode` ) AS `unit.shortCode` , `unit.translation.fallback_1.name` , `unit.translation.name` , COALESCE (`unit.translation.fallback_1.name` , `unit.translation.name` , `unit.translation.name` ) AS `unit.name` , `unit.translation.fallback_1.customFields` , `unit.translation.customFields` , COALESCE (`unit.translation.fallback_1.customFields` , `unit.translation.customFields` , `unit.translation.customFields` ) AS `unit.customFields` , `unit.translation.fallback_1.createdAt` , `unit.translation.createdAt` , `unit.translation.fallback_1.updatedAt` , `unit.translation.updatedAt` , `unit.translation.fallback_1.unitId` , `unit.translation.unitId` , `unit.translation.fallback_1.languageId` , `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` , `unit.translation.fallback_1` . short_code AS `unit.translation.fallback_1.shortCode` , `unit.translation.fallback_1` . name AS `unit.translation.fallback_1.name` , `unit.translation.fallback_1` . custom_fields AS `unit.translation.fallback_1.customFields` , `unit.translation.fallback_1` . created_at AS `unit.translation.fallback_1.createdAt` , `unit.translation.fallback_1` . updated_at AS `unit.translation.fallback_1.updatedAt` , `unit.translation.fallback_1` . unit_id AS `unit.translation.fallback_1.unitId` , `unit.translation.fallback_1` . language_id AS `unit.translation.fallback_1.languageId` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.fallback_1` ON `unit.translation` . `unit_id` = `unit.translation.fallback_1` . `unit_id` AND `unit.translation.fallback_1` . language_id = ? WHERE `unit.translation` . language_id = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` AS `unit.id` , `unit` . `created_at` AS `unit.createdAt` , `unit` . `updated_at` AS `unit.updatedAt` , `unit.translation.fallback_1.shortCode` , `unit.translation.shortCode` , COALESCE (`unit.translation.fallback_1.shortCode` , `unit.translation.shortCode` , `unit.translation.shortCode` ) AS `unit.shortCode` , `unit.translation.fallback_1.name` , `unit.translation.name` , COALESCE (`unit.translation.fallback_1.name` , `unit.translation.name` , `unit.translation.name` ) AS `unit.name` , `unit.translation.fallback_1.customFields` , `unit.translation.customFields` , COALESCE (`unit.translation.fallback_1.customFields` , `unit.translation.customFields` , `unit.translation.customFields` ) AS `unit.customFields` , `unit.translation.fallback_1.createdAt` , `unit.translation.createdAt` , `unit.translation.fallback_1.updatedAt` , `unit.translation.updatedAt` , `unit.translation.fallback_1.unitId` , `unit.translation.unitId` , `unit.translation.fallback_1.languageId` , `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` , `unit.translation.fallback_1` . short_code AS `unit.translation.fallback_1.shortCode` , `unit.translation.fallback_1` . name AS `unit.translation.fallback_1.name` , `unit.translation.fallback_1` . custom_fields AS `unit.translation.fallback_1.customFields` , `unit.translation.fallback_1` . created_at AS `unit.translation.fallback_1.createdAt` , `unit.translation.fallback_1` . updated_at AS `unit.translation.fallback_1.updatedAt` , `unit.translation.fallback_1` . unit_id AS `unit.translation.fallback_1.unitId` , `unit.translation.fallback_1` . language_id AS `unit.translation.fallback_1.languageId` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.fallback_1` ON `unit.translation` . `unit_id` = `unit.translation.fallback_1` . `unit_id` AND `unit.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 WHERE `unit.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
86
0.02 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
87
0.01 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.61 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\x06 ±j\x1E 4OKµ\x01\x19 nRÐ’Ñ "
b"\x01\x13 rª¹cD‚ŒlEaz\x1C ªÚ "
b"\x01\x1E ˜¶çvOÔŽ\x06 æ\x06 ¢n¦ "
b"\x02\x1E ]‘RüFÿ€ã‰†1\x13 \1 "
b"\x02 ºü▀8└Leø┬G×╣5Ƥ "
b"\x02 튚÷ŒKgˆ ¤í´Šð "
b"\x02 ¨,É\x00 ïE▄í\n ûy«a\x16 g "
b"\x03 h…'ïNCß—r0Jfö\x17 "
b"\x03 ä\x18 Ö$WK8ŠÒ>úQc#½ "
b"\x03 ø÷ã§\x03 K\x16 žÿ“þ&a\x19\x01 "
b"\x05 #R\t ¾ÊFŽAéC5þ‚} "
b"\x05 &–׿RKÃ…j1§hä\x11 : "
b"\x05 ;UüÈkI†£}Øðh\x1D ýœ "
b"\x06\x11 hê*@A»¿æˆü[&\x10\x1C "
b"\x07 Å┌ݾ│C?èÊ─CZ\x10\e ´ "
b"\x08 ▒ÿ■§MA\v éçñ;Ø*╚q "
b"\x08 ╠$éV║F\x01 ÅÆB┐2╩Þã "
b"\t Y™Ê¢‹@J’éÓ\x16 AøRÕ "
b"""
\n
╠Z`´ÅBe®vÑ®å\r Uß
"""
b"\v æ┤█Æ¢F┐É\x16 <À?P5Ë "
b"\f l¶*ÊïGl¢ve\x16 ô‚O5 "
b"\r “¡\v ×â@œšÍÞ‰ãM>¶ "
b"\r »öEð¢H´¸8¯÷…Ñ[& "
b"\x0F ”eq>‡NA´ïhsƒâíÔ "
b"\x0F ¼†!¾FDÓŠ_‰\x18 ØüÔ\x01 "
b"\x10 [¦(c.DÔÑrØ<\v h\x1D G "
b"\x10 ¿¯\x0E Tk@á…Šˆ¬©Œ\x04 ¬ "
b"\x12\x01 7\f ˆ;I\x1C £L¨Ñµ–\x1C "
b"\x13 uNEÛ°CHìOÉjd▀ƒ5 "
b"\x13 ¶]¸\x0F WM3€¼IÀÔBUÿ "
b"\x15 gÍ\x16 ƒÅMí┤û2¤cl®( "
b"\x15 Åú`Z6F╝å´>ü¸\x10 Ãõ "
b"\x16 o:úMIN‚“Z€8>¢8\x1E "
b"""
\x19 mðjמ@¤ŒÏÐrƒÇ\n
é
"""
b"""
\x1A (“á©fGDZ\x1A œ<ž\n
Â\x12
"""
b"\x1A ׳H\x04\x0E L\x7F ƒFìRås`n "
b"\x1A »I\x1D n•Gw±û\x07 sz¨!Ð "
b"\e ÷Ú0Ñ\K─ɤ╚Z9\x1A v┼ "
b"\x1C µß´ö©Jkƒüe\x14\x1A Êêà "
b"\x1C Æ¢œ9KHEºAàa¬öš\x04 "
b"\x1D T\x02 ÅÝ–AÊ‘$\x13 ÷ v\x03\x03 "
b"\x1D cVg5\r GìÅ~╠,½HXû "
b"\x1D ¬0r™dJ¯°•…N“·´O "
b"\x1E ¥Ks,®M]¶§ó\x11 ¹ì:² "
b"\x1F\x17 ŒÛùuLêŒ%\x05 !J“žN "
b"""
\x1F ┘êî│¬DÈÅÊ\n
¬÷ã\x08 Å
"""
b" \f ›\x1A UrGzª:lÛ€a‰\x13 "
b" BŒ}ãÂD\x14 €Ú僞vmû "
b"!« Eè\e H>¯¼íã“4¯† "
b"#J+>û1AtžÂ걌iF "
b"#Ú·ß¶úEÛ2šÛ„\x05 W— "
b"$ù%!´ºK\x17 –¯ÛZ}w|d "
b"&EŸ\x12 ÷œCh²v\x1E [™Åõz "
b"'y\x0E .\x00 „Lƒ²L±\x1F ÚøÝY "
b"(~ó×ÿ;Nd.ð5Îi\t\x1E "
b")Ô]Tµ\x06 MO§U_\x03 Ì€Å( "
b"+É‗"Á{JÂØıÃ+╦ïrs "
b",ºø>+\f M·¹V4h-ø\r £ "
b"-å\t œ½ùJIµm‡Ò‹‚>f "
b".dpizØLR╗î─}╔7ä· "
b"/7xº¨~LÄŒ¿L „9¢” "
b"0ÙA?Å\x17 F¹æª■\x13\x10 ÷Ó\x05 "
b"2@Ú¡YbE8—\x1E h¤¿hU´ "
b"3WG$·(Dö¨¯Õ\r [êºó "
b"""
3ã©!¦ıL!½ÅÎ\n
m\x7F tÉ
"""
b"4\x0E ┤Í.dOñ╣&©cÅ©½æ "
b"4µý¤\x18 BI%¬¦V6rx\x05 F "
b"4Áîn\x05 ¨B-¦ÕðJ\x01 »5Û "
b"5╗\x0F ÝÅ.C\x10 ó|▓Q(Ý[` "
b"7t\r G\x05 ÷DŃYh#É~ Ï "
b"8Æ£¶_yH ˜ÇNlD|\x7F · "
b":ŠjÿiÍLÄ‹N³©!\x06 Óà "
b":¶\x11\x06 °‚Bz—Õ×îZb9d "
b":▄ƒsË\x07 A,ä\v ÿz\x12 ÉÃË "
b";xYyɳHñ¹#\x02 [ü«Ïp "
b"<ÛùE—AC;‰Þ°lô\x7F ‘\x05 "
b"=\x17\f _\x17 íF\x12 ¼øÉ‹_Ðý@ "
b">äxø„ŽIö¼ˆ§6ĸÄ\t "
b"?\x01 ê‘w\x04 Mp‰ÛçÅÒ‰ä‘ "
b"@\x04 …G\x1D qC ¿RVHß—|x "
b"@«1‘\x10 $Cb¢˜^µ»ó³! "
b"@°Õƒ?(DíŒë¹ÖÒÉ\x16 Õ "
b"@ÎKÜ\x01 –B€©Äº\x04 )4ÿ‚ "
b"AGÐð\x07 6AøÅ§Hªs\x19 è\x0E "
b"Aqr!4ãDp†Í5ä\0u\x19 "
b"Auþu;‰F\e dUU“&н "
b"B6ìV\x1D ËD+║Sûu█ Ä\v "
b"B>é\x15 ŠÈD\x07 ª¶\e ?$\x14\x19 – "
b"BK^.ã(J°„\x16 Y\x11 u¦YÌ "
b"CŽ4Gƒ¬Oó¹›@¤æŸðê "
b"DT`;HsM•”÷\x11\x19 o¨¤M "
b"D[ö\e\x06 ñH1ïÂ\x11 ü\t ═dg "
b"EX c|7F▒ƒ\x0F %É▓Î \x0F "
b"E«Çiû"@6“_Ñ"*Ó\x06 * "
b"E»"Xî®CЀ)‹@:óùK "
b"Fw\x17 |2HN`Ø~ÏU°´Ù[ "
b"F{tT\f\x06 H5”WJLÄõkÆ "
b"G\x1D UKãyB—˜½4ÈO•Œÿ "
b"G*OqsÉMŠ}.‡Ë2÷F "
b"G=5°Õ²B4¡P=Ò\x08 «· "
b"G¶KV{æN\x13 “ËCàxRuM "
b"JJ‘±\x18 ðGðˆì¦d¨'ˆ\x0F "
b"J|½ó«’Lh¤ìr\x03 Dm?\x0F "
b"J├jÛÚ¾BUÅ·A-êÖ\x02 ┌ "
b"L\x13 ┼®/èI\x0F «F\t Åþbðù "
b"L‹¸¹Â!I²·¿‡Ûroà "
b"""
L•\f F\n
(B¯·;.÷åtÂ
"""
b"L¡¿s\x16 õD>üÍ.m▄Äê║ "
b"MØT°\x06\x02 Eiˆ¸\e ¿ÛyïD "
b"Mó©[xCš¡Õ¦†\x11 €é\x08 "
b"N7¦sC(IS¢7W£ß‘‡< "
b"NvµD†%K±¦Öþ´\x02 ÜÕŒ "
b"N¾¾iwZ@4ŽdDFÄ#k& "
b"O▀U\x15 ~@@!ÉâäÚú¦r┬ "
b"OâÄðkBF¿©LJ5n-ÑR "
b"Oü÷(C\x00 Dá¶Ò\x1D fé‰Ay "
b"P\x19 Ì—ÏôE7¼2<¹»\v à\x1E "
b"PpM˜b“Fì†ðÀ\x10 dO‡’ "
b"PÅ¥╠à\e G░ª\t 9wó+èV "
b"QS¶¬\x7F ;D¿“¼;ÎÑ Cš "
b"Qa\f .È÷Aæ‹Xc¹D¬š- "
b"QŒi\r ÅÛM\x1D ‡=|°¡I*l "
b"Qý\e üT\x1C DŸ’ËŠ8Èn\x15 Ò "
b"S8\x08 XßAH\x7F ž\x06 <|C@7¶ "
b"S=(Ã%µK7•\r 7£<AoÀ "
b"SGéËïBGPƒ\x1F Þþ\r ÊT "
b"S¾wEîöL6…±e`²B\x0F ° "
b"T¢”]øðA;£ßjžØë”\x10 "
b"V)1pW\H)û╬\x1E ²ÅYËÑ "
b"W‹\x0F ‹œ/E̲z\x08\e qvë[ "
b"W³ëÓ\x10 @ˆ¢2Ÿ\x03 'R\x12 8 "
b"YCµ,w¶Oüñ\x17 _³\x1F sçÁ "
b"Zù\e ¡\x06 KF\x12 «¾®\v ¬ Y6 "
b"[\x0E ºÝºAJ<£W™ù\x16 Ò8¾ "
b"[y\x1D bdÁO│Ø©rXËu*Û "
b"[‚Gn^±Or¯˜‰ä\x1C Ž,% "
b"[Ÿ\x7F Ù÷ÀJ\x07 ‰±åö<óú, "
b"\é\x0F ßí*K}úÚÇL▀ìª "
b"\▒ ¶\x00 âNÇïõ\x06\x12 ÉSCß "
b"]\x07 \r `ÛÊO3êƒu^®Ñì╩ "
b"]…‚Ò‚òO\x1E ¯Ž}sÉi¾¹ "
b"^@Æ~æëD’ŸimGžtcŠ "
b"^Íâ×ßýD(ì\x11 Ù─‗_ns "
b"_\x16 ¨\x1D lÒGŸµ\x00 ÙÙ!UòÚ "
b"a!~▄\x05 ╬EÂØg0¯.c&T "
b"a‹\¢AsI§¾Èf\x05 ²PJ™ "
b"a Ø┴æèG\v ùKû\x18 6íxU "
b"b$\x12 ²\x03\x12 Gæ¢ÔØAIúä\x0E "
b"c-q¤YjD[¦\x13 «S‚\t Œ\x19 "
b"c0iJÎFE~ŽÐä`8+\x08 "
b"""
dB•iŽ@E\n
Š!\x1A\t Ïó\x04 ¶
"""
b"dcÄ*P\x16 M&ŠƒŽ"’N\x05 À "
b"e+÷\x14 ¿ÓA÷°P!€)=¶l "
b"eƒ\x00 ×/\x13 OÕž\x06 :Ø–W«\x08 "
b"f%Ž@ÔH0¦x\x1F Ù¯íH» "
b"fåØ\f þD£¡d¤ø┴Þõµ "
b"f´dlýìKÒ§0IF@¦\t Ý "
b"h|!ì„^F¤¨5FóÇËÔÐ "
b"jsx\x0E Ô\x14 F\¨w1ÛO˜c "
b"k«Ê\x03 V\x03 B°¾½Ñ·°(IW "
b"l\x08 sΤ\x01 Bf┤╝û°ç‗mÅ "
b"l\x12 !\x16 8_DD€“÷½Ë3Òs "
b"m VÛ\t (C¸¯\x1F µŽêDa¯ "
b"ntQ}¿‹G\x07 ®wŠ\x1E ›%!á "
b"nï \x16\x12 ³KÐÅbO~iW¢£ "
b"n¶╗[│ZF,àÃÄ\v :ÉÝs "
b"o\x17 4\x02 è\x10 JFžuâšA\x1C êz "
b"oÖãÉ\x14 êF¢à\x19 ╦‗w\x04 äê "
b"""
o¨\n
X³ëD\t ëØ|┴(╝_\x12
"""
b"p\x0E Å.e4KÃòêabh-H┼ "
b"qEB{.aA\x03 ¬"Õ¹±¬'~ "
b"qØ>┐'/G\e ÿ&/7º"ƒÚ "
b"qß“\x17\v &Cø¬\x19 4ûº5:\x0F "
b"r(ØNü†J*™,à\x1F G!eQ "
b"""
rm³Ø╩dE\n
Âûx╠\x1C i/\f
"""
b"r•'‰-TK¡¿\x04 _É\x15 +1ˆ "
b"s$Ó\t ¿½Eø×±│Ê ëɳ "
b"sÅWç├iJ░ùø1╠\x1D éù\x0E "
b"tóÖËq7Cƒ«jc6-¥½\x16 "
b"u\x18 ıf?¨J殾HÉ;©R─ "
b"v;ˬã\x10 Fë¬p!ÅÉ)\x7F 7 "
b"vÛt-=ÓFi…#rŽVa¹} "
b"w─ÂôËÜIƒ¡¦¨]ÉòAC "
b"xm\e Ô]\x06 GæìR]ÊÂ*\x04 ß "
b"z¯\x15\x13 J’G©‚‹A\x0E ‹v“x "
b"""
{%Ë(\x1A ‡G¡ªÃ·\n
Š\x10 ÈÁ
"""
b"|tÔƒœ¤Fý¶S9§Ñ}eÈ "
b"|èh ðµDŒ¹u5:S9š¹ "
b"|úßp\x03 CBš¸*%Hzú¥/ "
b"}*=‰úÒLB¤y{"\x07 ðíe "
b"}Ã-ÎyšEƾ+ýX#Ù)¯ "
b"\x7F 4\x1E ¿ ØDWØöpãä\x14 ,) "
b"\x7F ╣▀\x11 +\x15 O½Å?═¨}'Â▀ "
b"\x7F Ê,Ò'\x13 Gνò×ã]\r À† "
b"Çù«ØèEAÚÅvÛ\x13 zñÛ\ "
b"€±Uœ’TLõ…?,—Ü«: "
b"€ð!)[óDt´|z\x12 Ñ»\x0F\x1D "
b"ü\x06 ┴}§\x00 Jç©ÈÉÏ\x12 ╣ç? "
b"â\x01 R\x1C ┼\x07 BÅÅ\x19 êD\x16 RK· "
b"ƒq\x04\x08 Õ¸Nµ€\x0E úÈ\x05 Ä…ô "
b"â轸ïIB\x04 Å_¤\x12 J\t ╗ò "
b"ƒè\t\x01 ìÊE\x0F °ƒ\x16\x14 ì³\x16 L "
b"ä▀¿ÖU5B▓Ø:Á╠\x1D ?x& "
b"äþíØ»┬E»Ø6òS±ü¤\x1A "
b"ä÷«vmgKmØ\x1E\x0F X!¯\x1C ç "
b"…\x07 ~eÆ€L.Ÿcÿ¿„8 ‚ "
b"…6F9Ÿ¢HL¤í%\x05 x@\x00 2 "
b"†.EÝÚFEFº»¶Y²\x08 Ù" "
b"ç¸z\x05 p├F■éì\x03 «Î╗Þ¯ "
b"ê'╠êÔLF_╗1ÑB\x19 !ì┘ "
b"‰,‡YÀ]B.’\x06 ؆º4\x0F x "
b"‰f\r à\x12 üK\x7F ™üÒ•:Gª^ "
b"è »\x10 Ée@rúõR©g\x04\x15 Ç "
b"ŠÏÇZm™HÉ—\r RB0\x01 Õ: "
b"""
‹\n
§.~)C\x03 ºâ—ìÔÏÓÇ
"""
b"‹:Þ.C(H¢›(§'§p{ "
b"‹lù\r $cD\x03 ¿yá\x11 y HH "
b"‹ò2ÞÃYLë€\x16 «\x0E ½\x04\f Ó "
b"Œ7\x01 íxÔ@Ь÷I;17Šl "
b"ŒT\f jRæFô´#\x12 ì#ÚŒÌ "
b"îä×¾ÝUL\x03 ò`ïêÅ\x14 J[ "
b"""
ì6¸eJÖG\n
£®OFâ;Kg
"""
b"ì9\x14 pôíC£║─Í+éÓÀý "
b"ì9Z\t\t $B¯Âè ÜoX.\x02 "
b"ìã╩×>³EðçcõèY\x16 ┬‗ "
b"Å\p▀9f@m©\v IöÃ'´u "
b"ÅùV¤BrC;£░\x00 &├©é\x1C "
b"Å╚-╣¯&D╔ïÀV\x13 æQf| "
b"É\x1C █`ÖÌIñªó╦ÿä\x15 ─\x05 "
b"ÉîxB▄\x1C D¹¥Tûïq¨ß´ "
b"É┼\x18 ó\x06 *Nñø\v ▀\x1F Éûî\x18 "
b"""
‘¢HϬ§@O¦\n
@‹\r ËÜÔ
"""
b"ÆS\x14 ┬ÒÞNh╝üÍ~ºêØk "
b"ô\x02 tKÈÄA\x11 Â\x08 %çü╚GR "
b"“ÀÒ2KMA~»]2I\r Í^þ "
b"ô̓ĿÁNÝØsçu<(+© "
b"öÅèbÍnF\x0F ƒgpÏÒ\x16 rø "
b"”“\v ÑZì@KŒ\e ’ŒjH\x07\x00 "
b"”í®-ÅÊA¸£B·žäu]b "
b"û×2ýq\t CGö├ÆIqü\x03 ║ "
b"—\x14 Ø\%ªCü««»ùà%+\x00 "
b"ùÉÂú╔¡N)»7M[³&L0 "
b"™9¹þ\x14 ùMù¬ú÷E\x02 @ñL "
b"""
Ö¹\x07 ¨\n
ôLÉÉèÎC¹¯yG
"""
b"šu\x1F D–³B¯µ©Z\x13 ÏJ…/ "
b"›4…C%\x00 De‡[¾\x18 ´\x1E ãæ "
b"øîþ\x1C ä<@OÉ▓¦ÃƒR!¯ "
b"£\x07 ƒ0(:N}»û▒DÉ<\x04 "
b"œ"‹]_šG1µã¢Z\x1E ›\r b "
b"œB<øé(EM®•\x08 ÔÒwÔÆ "
b"œ¾?µ¦MGæ¾\x02 Û3‘«õÓ "
b"Ø){ë8!Jtú\x03 !Ç¿ü¥= "
b"Ø/*nÃçB%ù«ÅB/7\e q "
b"ØæiÄuâGsÿþ\x1F WßR\x04 F "
b"ØÌ█Ô▒\x12 Kªª▄9éO┬bó "
b"žU'4ãHNûªW¡]6\f ¸L "
b"×╔ÏÞÅ├L│ë\x13\x14 J╠g\x17 "
b"""
ƒ"Í╗ÉqN=¬ÕP░\n
¾││
"""
b"Ÿ˜®ý†¨H†‡&\x1A\x06 ñ‚\x11 ü "
b"ám©ÏØÙM;Öm ïì`Âc "
b"á«j=ñmJo║Ó\x07 #éìê║ "
b" Ûi\x03 ¦‚O\x00 ž‘KBUùK[ "
b"¡\v å˜ÎþCó¾K_&\x19 )ŒG "
b"¡,¯;Ы@ÄœdÆá,ô#\x0F "
b"£\õã’íF´¨b®Ô\x17 ;\x16 Ù "
b"""
£’é4$šDѱXiR£W\n
þ
"""
b"£ªGDýSLÒžÒñj¾_ö’ "
b"úÞ^ò5§H┬üg\x03 └[kb╦ "
b"úÛ░\x0F nùKùü¥²=ÍUÇî "
b"ñU┬L´\x1E I5ïªg£ÀiÉÎ "
b"""
¥_Ží\n
\x10 H¸„\x02 £¯\x1F IâÉ
"""
b"¨—aeD\x10 F.¹V‘ÂÏj\x7F\f "
b"©‹²ë©´Jê¨ÝkóLC¢\x01 "
b"ªyý\e ÌA@›ª\x18 Vòƒmðp "
b"«n\x08 ÿiwF\x11 ¾7‚ÿ\x05 ÞvQ "
b"„°'ä\x02 D\x13 ‡œ¸òñ[’Š "
b"®›e¼0QA:Ÿ\x7F ÅI\r žéŽ "
b"¯\x10\x1C ³~=K\x00 ³j¤XÔàxÞ "
b"¯m¨nÓßDõ·‘kë*»”š "
b"° NaŒ*Cþ‘x¯SœoÉd "
b"°HÎvQ‘DF³‚Âè"s©Y "
b"░vÃÉD\e Cg«y┴õ\x7F\x0E Á¦ "
b"±M¬tPÙEJ®ø\x06 -=\x16 lˆ "
b"±²\x04 @â>H?¬¶Ødúür{ "
b"±É–•K¢Eƒ¬Â¹¹ÊïMZ "
b"²›dàk¿Fýˆ¤ÍÖ~uì "
b"²ÚØãÖ'A·¡føÝ¯;/ "
b"²ï6’-\x13 I‡¤:fsÀœ+> "
b"²üªo—©A\x04 ƒ…Å¥ƒx\x19 ^ "
b"³¡T\x1D ¾ŒE§¾aBh·ãÄÀ "
b"´\x08\x17 P½ÌJš€$µö~ð@X "
b"ÁÌ@H¢CI3¥Å\x15 ¹Ü*Ü\x0F "
b"ÁÒ‗¦¼&EúüÆ▀Qe╬è2 "
b"¶ :.ÛôA\x1C ¼(Ó´ŠÞž\x10 "
b"¶9ÿÜC^B(¾\x1D ²úîGÓm "
b"¶óèOr\DÉ(a¤\x00 ÈÂo "
b"¶ü]™7\x7F I)°¨µK9KcÄ "
b"·\x07 —\x00 ¨¨M\x05 ‘ð™†:ââi "
b"©>║rÕLJ¿ü\x07 eÝ`Nô¾ "
b"¸V`£û°@p³,\x00 §jk˜Ø "
b"¹í¢l&žK\x15 ¤œ·µ\x13 Âkü "
b"»\x16 þ–º~O‰“XÉìÚöä^ "
b"»l\x15 pd\x10 Cœ›Nou]°L\r "
b"»¸åÞ‚‹OA›`œY‰çQ[ "
b"»º ¥Ø\x07 EͶcå»Iî‰a "
b"¼aZ\x0E >…CךCT]\x03 ‚CÐ "
b"¼Ø¸üˆ(M –Üfš´:A· "
b"¢(µ\x04 !êF\x16 Å9«\x04 \‗ç6 "
b"½žãÒü8Nµ˜‘1„ 9ûæ "
b"¾,\x03 <¢÷@+†¸æ´\\x01 ;µ "
b"┐a\t Ø\x0E ÂF=ê¿áhüÃB} "
b"""
┴fó'█\x1E @ÎÅ\n
ì\t 'öëÞ
"""
b"Á—ŸóU¶Mß±SüÚ\x18 ôF "
b"┬▒WB\t kD‗ܹ\x08 »Øª┐─ "
b"Ã,ú\x06 ˜·AW‚Ø\x1C ï.n[x "
b"├ê¸êÉ\v GîÂ\x0F Û+ÓI4¨ "
b"Ãõ\x12 Ü;mMô½€\x04 ½¬\e •Ó "
b"Ĺó©*\x17 IE pêêEv¶F "
b"─¤p╝½)B\x01 É¢pÚ│┬=Ó "
b"Å\x18 WïÅÈIÀ§ž;\x08\x7F ”\x16 ? "
b"ãƒØÛ/ÔE\x05 ×\x15 ÄôÐi\x0E 6 "
b"Ã\f åöJÖ@õüA\x06 ± ÐÔÜ "
b"""
Ç(õh\x10 :D\n
©\x0F ½ï3ÂaL
"""
b"ÇîÊå8sLz¥\x03 ç¤\x18 C™· "
b"Ã■\x03 ╗\x03 MH&ï\x1C Uvì\e\x01 ■ "
b"╚\└/╝yF┼êú¢zƒÉk\v "
b"Èój£H\x1D H§¶»çù˜~\x02 × "
b"ʈˆsßbD6¾©¡—\r u+` "
b"Ë\x1A qo\v •K,£º7ínÖÍv "
b"Ì\x02 ^r »H4¹ÆŸ†À\v Î4 "
b"Ì'‡’µÑEª®»v6|m\x11\x04 "
b"Ì/Ï\x0E ¶O4³³ë-߯®Z "
b"ÌÒ:VÒ†J\x16 Ž1¹Ï°\x05 Uà "
b"ÌÞg\x1A dHDf„\r ì}àfs\x18 "
b"╠¹H┤╦YEÉòøàÝwa{┼ "
b"Í>ÎRX¿MYƒa¾pÍg?> "
b"╬]£4mÉB┴î\x17 l¿pó1\x7F "
b"¤\x1F 7ÃGÅBùî¬Àt"R╝\x11 "
b"ÏÂL爢Dg³ò}‹œ^,C "
b"ÏÝdËÝüBä™kW{·&Ób "
b"Ð\x01 ˆÈS·Jx¥OMSÇ\x13 §J "
b"""
Ð*dîÞÛF*ŠÀK˜\n
·\x7F\x17
"""
b"Ð\r @]‗█G║ü└Qý#¥Ö│ "
b"Ñ¢Î%ÎÄFµ vϰ1ŽeF "
b"Ò\x1F\x15 †Á‘JÏ“þ\x17 ñy«\x01 › "
b"Ò‚ùƒú¸MʳیÀ‚cá» "
b"Ò¶\x02\x04 $ÿNy¾Î„¯Ø\x02 ç\x10 "
b"""
ÊÎ_(▓UK\x13 ê║Ñ\n
Óücð
"""
b"Ô\t WØ[&Nm¾<ìzÔÞ1“ "
b"ı\x19 ÂMZ[FÂüuÊÊ,©ÄG "
b"ıà×╬v(BvÅ»\x12 Ör│¶\x17 "
b"ı®§ÉdlL°éjÖï╬\x07 µï "
b"Õ¹…á^\x7F Eü’'©ÈfYí "
b"Öä7$ô[@y”Oç—\x00 6bú "
b"×o:‹\x12 ´B9»Q¼J]hÏ6 "
b"Ùj²ÒH‰N0¾ü'ô\x11 ûðï "
b"Ú¾\x1A )hÌBºž\x12 ¯\x13 R)*¶ "
b"ÚçÛþ“\v @øµ~sF÷|B% "
b"ÛüËñ?\Bsšß×eåi\x03 D "
b"""
Ü=í:¦OKá“Þg1\n
F*â
"""
b"Ý4æÛÎýHʦvÙ€Dׇ "
b"Ý_—9œuMÒ·Ø z\x13 Zx\e "
b"Ýσ^j…@3šÍôüÞm"\x18 "
b"ÝåäïªuKL›j‹\x0E ÖŠª% "
b"Þ\t 3J\e\x02 B ˆ·\x08 ~;ö\x13 Ç "
b"Þd²j0–Fü‰,Ë!\x05 ÕÍx "
b"Þ =P4ýG7»óš0Q_xÍ "
b"ßgl ùÜH\x02 ³…að\x03 wÞÿ "
b"ßr¬Ó¤\r FØ–œö¸â\x19 )í "
b"▀ÛÛlzñJà░tÌ\x12 4─;Å "
b"à\x15 ññÊ\x14 Nì±Üÿ£“F<Û "
b"àŽ\x11\x05 ašFÌ™{\x18 ŠUI|o "
b"á58Nè=Eq‚”óÓü<\x19 ï "
b"â“#«ZéD\x10 Ä\x1E q\x10 a–6 "
b"ã$ý\v\x05 ¢C«ªfvÎ{NBK "
b"Ò/╚¡\ÖH-ƒì═«޺E "
b"ã´-¦ÁˆGÑ¢\x07 Ã̽mÛR "
b"ãø¹úOÈ@ݹáakÔiÙ\x1D "
b"äC'4\x10 MJ«žf\x01 Ö\x14 k¥Ô "
b"äœä\x16 øÄFÖ¾5\è_+çP "
b"è‘_)0~E‰¬óö¨‚Â9Ï "
b"Ú\x0E qÈ╚þO°ƒ\x14 └┴Ý▓ÑÉ "
b"êã¿@\x11 çD>¿W¡\x12 +…Â; "
b"Û´ûŸ\x0F AûÇ╝=Ò┌ØA\x01 "
b"ë\x04 UàtîJ\x0E “–Æ•’³‡( "
b"ý\x0F Ü7-╔L╣ìN\x02 ã \r 5Ð "
b"ì+þ£ê¥JʽµîFMPìö "
b"Ýä\x17 Å5×JÅ░─╬¢╝<Æ\x08 "
b"í—§Uv'H^ \x1D Ƕù¨Ìa "
b"íÝ\x1D ä„q@…°¼a¬l×fÁ "
b"î\f ¤³›-@\x11 ¼ìW?ü2è± "
b"ï|ù\x00 csEü³~O•Xbä‹ "
b"ï—„@ýßOa¢ñ¡ºƒ2\r g "
b"ïá\x1A ~„˜Lê‚ñÁ¾Ö#.n "
b"ð\x13 YÖj¢M:žYs0R S@ "
b"ðù\ Y×Nq’J¼»²’Ó "
b"ñ-\x04 w\x18 ‰B¹†ˆ9F`\f áJ "
b"ò\x0E éÿÏYO1¦PB\f\x02 G‚\x19 "
b"ô#ân=}Bš˜ÕîDHXL¾ "
b"¶9\x07 ظÙO.ï╬+ø┐`öç "
b"ôÏtêÿÕHVª\x0F Fܼ\x1F fÀ "
b"ôÚå£6%Oj•'ÿ\x13 qé\x11 À "
b"§\x10\x1F ▒á╗F3Å¡÷0/IÝı "
b"§¡ºþ·_AN╗àeqÞgÝì "
b"õâ–ã„´LT‚ÁD'ÿ¤i¨ "
b"÷ZHO¯¸I£ÿüçtôô\ "
b"÷~G{uÿK\x10 óÎ ,Øä-o "
b"öÉ\x18 ˜åÓF[žøÐR\û¤› "
b"÷\x13 ÚàŒ HÒ¸M6gž\x1F Ê "
b"÷\x18\x0F P–fMàƒt\x13 íú²5\r "
b"""
÷\x1D\f\x19 üzFI¸\n
Ì›çs\x0F >
"""
b"÷Å?ýk’B#ŠÙ^- Nšù "
b"øè3ýõÕGe\x12 ø\x7F p¡M’ "
b"ù\f Wðh_MŽ^—vÏÅgK "
b"ù\x19 JQc,A½•›3Š(ù˜Ê "
b"ùpeEÔ@F=…Z}\x1C ݹœ× "
b"¨¬\x19 Íä1K═Øéy{MýEÝ "
b"ùÔÉT÷êM×”j\f ¨ÑÍ?j "
b"·?>Øî»E\x06 ╣BYÑJõt▒ "
b"ú[È’ )@¸„o\x01 ù¥ÝWf "
b"új?ÑL»@\x01 £¾®–tS!ƒ "
b"ûІÛí"N!½(c=¶\x07 ~¬ "
b"ü}\x1C ùÆ\r MnŒ¼1¨Ï•ð& "
b"ü÷ÈqkŸF\x16 ‚ëw\x1D ªêuu "
b"ý#A2`–E\x05 …ñf˜\x1E qÅ4 "
b"ýÓ"\r \x12 PKN·º\x14\x0E\x1F Ó~\n "
b"²Õ╬76òGcÉâz1■\x18 à1 "
b"²Û°2rªN䨲Byd╚·Ã "
b"þ\f ëSÆSN\r ¾{¿Ì"ÚÚ\x1E "
b"■®ı?:XOغ1»U║Û4ÿ "
b"ÿºuÒ?ÊHA˜µ\x01 C6¸¿™ "
b"\x01 ûoaý¼L4ˆ€š\x14 ÏûK0 "
b"\x03 ø\x13 *â&GZ²€4´Q\x06\x01 y "
b"\f ┤ bëwOKÉi╝wádl7 "
b"\r j§žKHEù³s`¢L‹Àì "
b"\r \x7F ÷Oë®C&£ym‰þà+W "
b"\x16 ┼ ÿ└┘M▄Ä\x17 ª)xØòé "
b"\x18 ŒbØÆpO³”}²š†ûˆp "
b"\e vı)p█LÄü▀þI\TVt "
b"\x1D e1Ø‹\x05 Fh¯\x07 :ð—Õ|3 "
b"\x1E\x16 ì$·┼Apó&3f\x0F ôTÐ "
b"!\x18 ‚2§ãM¢‡3F—j\x1F ? "
b""ãüyšjIL´\x00 Ix}àcâ "
b"%É’)¨{Ek¸˜<ð\x12 óùý "
b"'“äAŽfOP¶WÞ@;¶f\v "
b",\Ý-\x07 [AE¯\x14 E'æ¤\f "
b"1\x12 mÍÓNÈ„Q\x03 ü¥¨z\x0E "
b"5i■)╬ÙLéØÀNµ²·\v Ð "
b"8-─Ø─!DJØ\x07 \x08 juE\x12 "
b":Í`¿/æBÞ¢1>þß•>å "
b"<\x17\x1A @=†Iß“\x10 Ùóg8\x08 = "
b"=\x19 †©l_N„¿è\v hwEáq "
b"F\e 5Q|’FžÎZ\x04 »tNà "
b"""
F'Â\x02\f ;F\n
d\x1F µºs\x1C\x02
"""
b"JYU±wžB\x10 ª:X²X\x19 ˜4 "
b"L\x1F -\x17 Â\x04 F_¿«Ã'bïÃú "
b"Oö.p©bA▄Áß▒ÀfÂ(ì "
b"Y$\x08 ÎYÏB™š6°ÞeË@4 "
b"Z~dâΧE·»w;Ä™EK¬ "
b"k)V5NÈE\f ‹¸3Š\x7F ;Ù\r "
b"lï>o9wJ\x1D ›\x1E ì\x12 ½hö£ "
b"p\x06 ¹2¼\x03 B2\x7F 9ï\x04 ”\x01 ¥ "
b"p\x13 LôÇìB8¿/÷t†:¥´ "
b"u¯_¨s:K¬˜\x11 ÙËìC‹‹ "
b"}çR›ÊÃL\x11 ½\x1E ¦½\x1F $2‚ "
b"ü#Î┌ÄÅN▒å¤*,V┌$þ "
b"ˆ¤0cé›Gϲ̚ö†µ@š "
b"‰Ö«ÄÞ¬N_¡'ï²@‹«@ "
b"ÅÇ┼═x│OBƒ!▄I87╩A "
b"ÆO┴jÀÔB\x02 îB┌▒Á╚Ø` "
b"“Ü;Iì•G™¸\x16 5v\x1D ¾…Õ "
b"–:8”MéA\«åAz\e lÙ¼ "
b"–€¡‡\x1C ÛA>ªªYf\x7F ÙÞf "
b"¢Žý¾ÔñL4§A\x00 {й£F "
b"¤Q/ç¨\x1A IצáµÑ\^pH "
b"®Âô\x7F Ç║CØúûñ}/ô;, "
b"°\x10 «,’\x11 Dà •à\v €ÕRR "
b"ºÜqÌêâJƒ¡\x10 £h>Û¡\f "
b"¢─\x7F 7L/A▄Ü┘aLØ%)ı "
b"¥\x1A .ØÈeA\x06 Á\v ¾\r ý╚¼( "
b"ÁB²\x13 0ŽC\e „N¹ÇºÄŒé "
b"╦Õ¾±Ð]@ØÀßÚ\x0E ñ¦5ê "
b"Ì4D¶p\x11 O©œÌ;õ@¨„N "
b"Ìœ¤S\x08\x13 H\x14 ·\x1E Y\x08 êÀ>” "
b"Íf?ãaðJæœö\f ј\x02 X\x00 "
b"═ü³-À§GÊ▒\x03 ╣ƒê&g" "
b"Ѳº\x0E w\x1C Iê·¹\r vrHV\n "
b"""
×ØÊƒ\x17 UK\f ¶\n
›t\x12 Ç¡\x1A
"""
b"Ì\x18 ¡\x0E ╝qD\x11 úøtÉ>\x17 }Û "
b"ß{à(|9Ká€È\x00 3ƒ<L` "
b"ßü³~¯(@á¾¢É>Þ[ Þ "
b"߯²Õ┼é@Çü!ÿ>.\x0F ┐Ö "
b"µÛß╔ü¥J8á\x7F ߣ&v\f W "
b"Û\x14\x17\x06 █¥@®ó~▒_Å\x12 Ôà "
b"ê<¹½•¢K\t ¨—\x18 &¦ìï "
b"ÛJ\x04\x06 Ì\x16 L©®HÉÑÔ<F^ "
b"êc¼)ŸØKB¿€áãÆ"›s "
b"Ý=\x11 ┘(ÔCõÉu5\t {Ð_l "
b"í£\x04 ^ÞÝJu—*w¥èÓK- "
b"""
ï‘\n
—´˜B\f ¾ˆv\x03 *8<g
"""
b"ñeÿ˜ÃÐF¿‡\x00 ÊF\x07 ˆ`‰ "
b"§ñS'{õDÐɯ[fD®╬Ú "
b"¨Çâ\x01\x19 ÅNm½2êfr\x18 m¥ "
b"¨Ê#m\x04 ¾LÅ╣3¿5░\x04 IØ "
b"³®É■ö┘BÌ▒┤┼àwèqý "
b"ÿ\‚q%íF\x03 ¹ÉÙÜ+\x1A ¿\x11 "
b"ÿßå»ÂÌC\x1C ’$\x15 º\x02 raí "
]
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 (0x0106B16A1E344F4BB501196E52D092D1 , 0x011372AAB96344828C6C45617A1CAADA , 0x011E98B6E7764FD48E06E60620A26EA6 , 0x021E5D9152FC46FF80E3898631135C31 , 0x02A781DF38C04C659BC2479EB93592CF , 0x02ED8A9AF78C4B67AD8820A4EDB48AF0 , 0x02F92C90008B45DCA10A9679AE611667 , 0x03688527EF4E43DF9772304A66F617A0 , 0x03E418D624574B388AD23EFA516323BD , 0x03F8F7E3A7034B169EFF93FE26611901 , 0x05235209BECA468EAD41E94335FE827D , 0x052696D7E6524BC3856A31A768E4113A , 0x053B55FCC86B4986A37DD8F0681DFD9C , 0x061168EA2A4041BBBFE688FC5B26101C , 0x078FDAEDF3B3433F8AD2C4435A101BEF , 0x08B198FEF54D410B8287A43B9D2AC871 , 0x08CC248256BA46018F9242BF32CAE8C6 , 0x095999CAA28B404A92E9D31641F852D5 , 0x0ACC5A60EF8F4265A976A5A9860D55E1 , 0x0B91B4DB92BD46BF90163CB73F5035D3 , 0x0C6CB62ACAEF476CA2766516F4824F35 , 0x0D93A10BD7E2409C9ACDDE89E34D3EB6 , 0x0DBBF645F0A248B4B838AFF785D15B26 , 0x0F9465713E874E41B4EF687383E2EDD4 , 0x0FBC8621BE4644D38A5F8918D8FCD401 , 0x105BDD28632E44E2A5729D3C0B681D47 , 0x10BFAF0E546B40E1858A88ACA98C04AC , 0x1201370C883B491CA34CA8D1ADB5961C , 0x13754E45EAF843488D4F906A64DF9F35 , 0x13B65DB80F574D3380BC49C0D44255FF , 0x1567D6169F8F4DA1B49632CF636CA928 , 0x158FA3605A3646BC86EF3E81F710C7E4 , 0x166F3AFA4D494E82935A80383EA2381E , 0x196DF06AD79E40A48CCFD07283C70AE9 , 0x1A2893E1A96647C7B11A9C3C9E0AC212 , 0x1A9EFC48040E4C7F9F468D528673606E , 0x1ABB491D6E954777B1FB07737AA821D0 , 0x1BF6E930A55C4BC490CFC85A391A76C5 , 0x1CB5DFB4F6A94A6B83FC65141ACAEAE0 , 0x1CC6A29C394B4845BA41E061ACF69A04 , 0x1D5402C5DD9641CA912413F7A0760303 , 0x1D635667350D478D8F7ECC2CAB485896 , 0x1DAC307299644AAFB095854E93B7B44F , 0x1EA54B732CAE4D5DB6A7F311B9EC3AB2 , 0x1F178CDBF9754CEA8C2505214A939E4E , 0x1FD9888CB3AA44D48FD20AAAF6C6088F , 0x200C9B1A5572477AAA3A6CDB80618913 , 0x20428C7DE3C2441480DAE5839E766DFB , 0x21ABA045E81B483EAFBCEDE39334AF86 , 0x234A2B3EFB3141749EC2EAB18C6946C2 , 0x23DAB7DFB6FA45DBAD329ADB84055797 , 0x24F92521B4BA4B1796AFDB5A7D777C64 , 0x26459F12F79C4368B2761E5B99C5F57A , 0x27790E2E00844C83B24CB11FDAF8DD59 , 0x287EF3D7FF3B4E64AD2EF035CE69091E , 0x29D45D54B5064D4FA7555F03CC80C528 , 0x2B90F222B57B4AB69DD5C72BCB8B7273 , 0x2CBAF83E2B0C4DB7B95634682DF80DA3 , 0x2DE5099CBDF94A49B56D87D28B823E66 , 0x2E6470697A9D4C52BB8CC47DC93784FA , 0x2F3778BAA87E4CC48CBF4CA08439A294 , 0x30EB413F8F1746FB91A6FE1310F6E005 , 0x3240DAA159624538971E68A4BF6855B4 , 0x33574724B72844F6A8AFD50D5BEABAF3 , 0x33C6B821DDD54C21AB8FD70A6D7F7490 , 0x340EB4D62E644FA4B926B8638FB8AB91 , 0x34B5FDA418424925ACA6563672780546 , 0x34C1EE6E05A8422DA6D5F04A01BB35DB , 0x35BB0FED8F2E4310A27CB25128ED5B60 , 0x37740D4705F744C583596823C97E20CF , 0x38C6A3B65F79482098C74E6C447C7FB7 , 0x3A8A6AFF69CD4CC48B4EB3A92106D3E0 , 0x3AB61106B082427A97D5D7EE5A623964 , 0x3ADC9F73D307412C840B987A1290C7D3 , 0x3B785979C9B348F1B923025BFCABCF70 , 0x3CDBF9459741433B89DEB06CF47F9105 , 0x3D170C5F17ED4612BCF8C98B5FD0FD40 , 0x3EE478F8848E49F6BC88A736C4B8C409 , 0x3F01EA9177044D7089DBE7C5D289E491 , 0x400485471D714320BF525648DF977C78 , 0x40AB319110244362A2985EB5BBF3B321 , 0x40B0D5833F2844ED8CEBB9D6D2C916D5 , 0x40CE4BDC01964280A9C4BA042934FF82 , 0x4147D1D00736419B8FF548A673198A0E , 0x4171722134E3447086CD35E45C307519 , 0x4175FE753B89461BAD6455559326D0BD , 0x42368D561DD3442BBA539675DB208E0B , 0x423EE9158AC84407AAB61B3F24141996 , 0x424B5E2EE3284AB08416591175A659CC , 0x438E344783AC4FF3B99B40A4E69FF0EA , 0x4454603B48734D9594F711196FA8A44D , 0x445B941B06A448318BB6118109CD6467 , 0x4558FF637C3746B19F0F2590B2D7200F , 0x45ABC769FB224036935FD1222AD3062A , 0x45BB2258EEAE43D080298B403AF3F94B , 0x4677177C32484E609D7ED855F8EFEB5B , 0x467B74540C06483594574A4CC4F56BC6 , 0x471D554BE379429798BD34C84F958CFF , 0x472A4F7173C94D8AAD7D2E87CB32F746 , 0x473D35B0D5B24234A1503DD208ADABB7 , 0x47B64B567BE64E1393CB43E07852754D , 0x4A4A91B118F047F088ECA664A827880F , 0x4A7CBDF3AB924C68A4EC7203446D3F0F , 0x4AC36AEAE9F342558FFA412D889902DA , 0x4C13C5A92F8A490FAE46098FE762D097 , 0x4C8BB8B9C22149B2B7BF87DB72AD6FC3 , 0x4C950C460A2842AFB73B2EF7E574C2A0 , 0x4CADA87316E4443E81D62E6DDC8E88BA , 0x4DD854B00602456988B81BBFDB79EF44 , 0x4DF3A95BAD78439AA1D5A6861180E908 , 0x4E37A67343284953A23757A3DF91873C , 0x4E76B54486254BB1A6D6FEB402DCD58C , 0x4EBEBE69775A40348E644446C4236B26 , 0x4FDF55157E404021908384E9A3DD72C2 , 0x4FE2C4F06B4246BFA94C4A356E2DD152 , 0x4FFCF728430044E1B6D21D66E9894179 , 0x5019CC97CFF44537BC323CB9BB0BE01E , 0x50704D98629346EC86F0C010644F8792 , 0x508FBECC851B47B0A6093977A22B8A56 , 0x5153B6AC7F3B44BF93BC3BCED1A0439A , 0x51610C2EC8F741E68B5863B944AC9A2D , 0x518C690DC5DB4D1D873D7CB0A1492A6C , 0x51FD1BFC541C449F92CB8A38C86E15D2 , 0x53380858DF41487F9E063C7C434037B6 , 0x533D28C325B54B37950D37A33C416FC0 , 0x5347E9CBEF424750831FDEFE0DCA54A0 , 0x53BE7745EEF64C3685B16560B2420FB0 , 0x54A2945DF8F0413BA3DF6A9ED8EB9410 , 0x56293170575C482996CE1EFD8F59D3A5 , 0x578B0F8B9C2F45CCB27A081B7176EB5B , 0x57B3EBD310A04088A2329F0327521238 , 0x5943E62C77F44F81A4175FFC1F7387B5 , 0x5AF91BA1064B4612ABBEAE0BACA05936 , 0x5B0EBADDBA414A3CA35799F916D238BE , 0x5B791D6264B54FB39DB87258D3752AEA , 0x5B82476E5EB14F72AF9889E41C8E2C25 , 0x5B9F7FD9F7C04A0789B1E5F63CF3FA2C , 0x5C820FE1A12A4B7DA3E9804CDF8DB6A6 , 0x5CB1FFF400834E808BE40612905343E1 , 0x5D070D60EAD24F33889F755EA9A58DCA , 0x5D8582D282F24F1EAF8E7D73C969BEB9 , 0x5E40C67EE6EB44929F696D479E74638A , 0x5ED6839EE1EC44288D11EBC4F25F6E73 , 0x5F16A81D6CD2479FB500D9D92155F2DA , 0x61217EDC05CE45B69D6730EE2E632654 , 0x618B5CA2417349A7BEC86605B2504A99 , 0x61FF9DC1918A470B974B961836A17855 , 0x622412FD03124791BDE29D4149A3840E , 0x632D71A4596A445BA613AB5382098C19 , 0x6330694ACE46457E8ED0ADE460382B08 , 0x644295698E40450A8A211A09CFF304B6 , 0x6463C42A50164D268A838E22924E05C0 , 0x652BF714BFD341F7B0502180293DB66C , 0x658300D72F134FD59E063AD89657AB08 , 0x6625AD8E40D44830A6781FD9AFED48BB , 0x6686F09D0CE7449CAD64CF9BC1E8E4E6 , 0x66B4646CFDEC4BD2A730494640A609DD , 0x687C21EC845E46A4A83546F3C7CBD4D0 , 0x6A73780ED414465CA87731C39B4F9863 , 0x6BABCA03560342B0BEBDD1B7B0284957 , 0x6C0873D7CF014266B4BC96F887F26D8F , 0x6C122116385F44448093F7BDCB33D273 , 0x6D2056DB092843B8AF1FB58EEA4461AF , 0x6E74517DBF8B4707AE778A1E9B2521E1 , 0x6E8BFF1612FC4BD18F624F7E6957BD9C , 0x6EF4BB5BB35A462C85C78E0B3A90ED73 , 0x6F173402E8104A469E75E29A411CEA7A , 0x6F99C690148846BD8519CBF277048488 , 0x6FF90A58FC894409899D7CC128BC5F12 , 0x700E8F2E65344BC795886162682D48C5 , 0x7145427B2E614103AC22D5B9B1AC277E , 0x719D3EBF272F471B98262F37A7229FE9 , 0x71DF93170B2643F8AC1934FBBA353A0F , 0x7228D84EFC864A2A992CE01F47216551 , 0x726DFC9DCA64450AB69678CC1C692F0C , 0x729527892D544BA1BF045FC9152B3188 , 0x7324E009A8AB459B9EF1B3D2FF8990FC , 0x738F5787C3694AB0979B31CC1D82970E , 0x74F3D6CB71374383AB6A63362DA5BD16 , 0x7518D5663FF94A91A9F348903BB852C4 , 0x763BCBACE31046EBAC7021C5C9297F37 , 0x76DB742D3DD346698523728E5661B97D , 0x77C4B693D39A499FADDDF95D90954143 , 0x786D1BE25D0647918D525DD2B62A04E1 , 0x7AAF15134A9247A9828B410E8B769378 , 0x7B25CB281A8747A1AAC3B70A8A10C8C1 , 0x7C74D4839CA446FDB65339A7D17D65C8 , 0x7CE86820F0B5448CB975353A53399AB9 , 0x7CFADF700343429AB82A25487AFAA52F , 0x7D2A3D89FAD24C42A4797B2207F0ED65 , 0x7DC32DCE799A45C6BE2BFD5823D929AF , 0x7F341EA8FF9D44579D9470C684142C29 , 0x7FB9DF112B154FAB8F3FCDF97D27B6DF , 0x7FCA2CD2271347CEBDF2D7E35D0DC086 , 0x8097AE9D8A4541E98F76EA137AA4EA5C , 0x80B1559C92544CF5AD853F2C97DCAB3A , 0x80F021295BF34474B47C7A12D1BB0F1D , 0x8106C17DF5004A87B8D490D812B9873F , 0x8301521CC507428F8F19884416524BFA , 0x83710408D5B84EB5800EFAC805C485F4 , 0x838AABF78B4942048F5FCF124A09BB95 , 0x83E80901ECCA450FB0831614ECB3164C , 0x84DFA899553542B29D3AB5CC1D3F7826 , 0x84E7A19DAFC245AF9D369553F181CF1A , 0x84F6AE766D674B6D9D1E0F5821EE1C87 , 0x85077E65C6804C2E9F63FFBF8438A082 , 0x853646399FA2484CA4ED250578400032 , 0x862E45DDDA464546BABBB659B208D922 , 0x87F77A0570C346FE828D03AED7BBE8EE , 0x8827CC88E24C465FBB31A54219218DD9 , 0x892C8759C05D422E9206D886BA340F78 , 0x89660DE012FC4B7F99FCD2953A47AA5E , 0x8A20AF1090654072A3E452B867041580 , 0x8ACFC75A6D9948C9970D52423001D53A , 0x8B0AA72E7E294303BAE297ECD4CFD3C7 , 0x8B3ADE2E432848A29B28C2A727A7707B , 0x8B6CF90D24634403BF79E11179A04848 , 0x8BF232DEC3594CEB8016AB0EBD040CD3 , 0x8C3701ED78D440D0ACF7493B31378A6C , 0x8C540C6A52E646F4B42312EC23DA8CCC , 0x8C849EF3ED554C0395608B888F144A5B , 0x8D36F7654A99470A9CA94F46833B4B67 , 0x8D39147093A1439CBAC4D62B82E0B7EC , 0x8D395A09092442EEB68AFF9A6F582E02 , 0x8DC6CA9E3EFC45D08763E48A5916C2F2 , 0x8F5C70DF3966406DB80B4994C727EF75 , 0x8F9756CF4272433B9CB00026C3B8821C , 0x8FC82DB9EE2644C98BB756139151667C , 0x901CDB6099DE49A4A6A2CB988415C405 , 0x908C7842DC1C44FBBE54968B71F9E1EF , 0x90C518A2062A4EA49B0BDF1F90968C18 , 0x91A248CFACA7404FA60A408B0DCBDCD4 , 0x925314C2E3E84E68BC81D67EA7889D6B , 0x9302744BD48E4111B608258781C84752 , 0x93C0D2324B4D417EBB5D32490DCD5EFE , 0x93D69F8EA8B54EED9D7387753C282BB8 , 0x948F8A62D66E460F9F6770D8E316729B , 0x94930BD15AEC404B8C1B928C6A480700 , 0x94EDAE2DC5CA41B8A342B79EE4755D62 , 0x969E32EC7109434794C39249718103BA , 0x9714D85C25AA43FCABABBBF9E0252B00 , 0x9790B6A3C9AD4E29AF374D5BFC264C30 , 0x9939B9FE14F94DF9ACFAF7450240F14C , 0x99FB07F90A934C90908AD743FBEE7947 , 0x9A751F4496B342AFB5A95A13CF4A852F , 0x9B34854325004465875BBE18B41EE3E6 , 0x9B8CE71C843C404F90B2DDC79F5221EE , 0x9C079F30283A4E7DAF96F0B144903C04 , 0x9C228B5D5F9A4731B5E3A25A1E9B0D62 , 0x9C423CF8E928454DAE9508D4D277D4C6 , 0x9CBE3FB5A64D47E6BE02DB3391ABF5D3 , 0x9D297B8938214A74A3032180A881BE3D , 0x9D2F2A6EC787422597AE8F422F371B71 , 0x9D91698E7583477398E71F57E1520446 , 0x9DDEDBE2B1124BA6A6DC39824FC262A2 , 0x9E552734E3484EFBAA57A15D360CB84C , 0x9EC9D8E88FC34CB38913144ACC671720 , 0x9F22D6BB90714E3DAAE550B00AF3B3B3 , 0x9F98AEFD86A8488687261A06F18211FC , 0xA06DB8D89DEB4D3B996D208B8D60B663 , 0xA0AE6A3DA46D4A6FBAE00723828D88BA , 0xA0DB6903A6824F009E914B4255F94B5B , 0xA10BE598CEFE43F3BE4B5F2619298C47 , 0xA12CAF3BD0AB40C49C64C6E12CF4230F , 0xA35CF5E392ED46B4A862AED4173B16D9 , 0xA392E934249A44D1B1586952A3570AFE , 0xA3AA4744FD534CD29ED2F16ABE5FF692 , 0xA3E85E9535F548C2816703C05B6B62CB , 0xA3EAB00F6E974B9781BEFD3DD655808C , 0xA455C24CEF1E49358BA6679CB76990D7 , 0xA55F8EED0A1048B88402A3AF1F49E2C9 , 0xA89761654410462EB95691C2CF6A7F0C , 0xA98BB2EBA9B44AEAA8DD6BF34C43A201 , 0xAA79FD1BCC41409BAA1856F2836DF070 , 0xAB6E08FF69774611BE3782FF05DE7651 , 0xAD84B027E4024413879CB8F2F15B928A , 0xAE9B65BC3051413A9F7FC5490D9EE98E , 0xAF101CB37E3D4B00B36AA458D4E078DE , 0xAF6DA86ED3DF44F5B7916BEB2ABB949A , 0xB0204E618C2A43FE9178AF539C6FC964 , 0xB048CE7651914446B382C2E82273A959 , 0xB076C790441B4367AE79C1E47F0EB5DD , 0xB14DAC7450D9454AAEF8062D3D166C88 , 0xB1B20440E23E483FACB6D864FAFC727B , 0xB1C996954BA24583ACC2B9B9CAEF4D5A , 0xB29B64E06BBF46FD88A4CDD67E75ADEC , 0xB2DAD8E3D62741ADB7A166F8DDAF3B2F , 0xB2EF36922D134987A43A6673C09C2B3E , 0xB2FCAA6F97A941048385C5A58378195E , 0xB3A1541DBE8C45A7BE614268B7E3C4C0 , 0xB4081750BDCC4A9A8024B5F67EF04058 , 0xB5DE4048BD434933BE8F15FB9A2A9A0F , 0xB5E3F2DDAC2645A38192DF5165CE8A32 , 0xB6203A2EDBF4411CBC28D3B48ADE9E10 , 0xB639FFDC435E4228BE1DB2FAEE47D36D , 0xB6F3E84F725C44C9AD2861A400C8C26F , 0xB6FC5D99377F4929B0A8B54B394B63C4 , 0xB7079700A8A84D0591F099863AE2E269 , 0xB83EBA72E54C4AA8810765ED604E93F3 , 0xB85660A3FBB04070B32C00A76A6B98D8 , 0xB9EDA26C269E4B15A49CB7B513C26BFC , 0xBB16FE96BA7E4F899358C9ECDAF6E45E , 0xBB6C15706410439C9B4E6F755DB04C0D , 0xBBB8E5DE828B4F419B609C5989E7515B , 0xBBBAA0A5D80745CDB663E5BB49EE8961 , 0xBC615A0E3E8543D79A43545D038243D0 , 0xBCD8B8FC88284D2096DC669AB43A41B7 , 0xBD28E604218846168F39AE045CF28736 , 0xBD9EE3D2FC384EB5989131842039FBE6 , 0xBE2C033CA2F7402B86B8E6B45C013BB5 , 0xBF61099D0EB6463D88A8A06881C7427D , 0xC166A227DB1E40D78F0A8D09279489E8 , 0xC1979FF355B64DDFB153ADFCDA18F446 , 0xC2B15742096B44F29AFB08AF9DA6BFC4 , 0xC32CFA0698B7415782D81CEF2E6E5B78 , 0xC388F788900B478CB60FEA2BE04934F9 , 0xC3F512DC3B6D4DF4BD8004BDAC1B95D3 , 0xC4B9F3A92A174945A070EAEA4576B646 , 0xC4CF70BCAB29420190BD70E9B3C23DE0 , 0xC51857EFC5C849C0A79E3B087F94163F , 0xC69F9DEA2FE245059E158E93D1690E36 , 0xC70C86944A9940E4814106F120D1E29A , 0xC728F568103A440AA90FBDEF33C2614C , 0xC7EECAE538734C7AA503E7A4184399B7 , 0xC7FE03BB034D48268B1C55768D1B01FE , 0xC85CC02FBC7946C588A3BD7A9F906B0B , 0xC8F36AA3481D48A7B6BBE7F9987E02D7 , 0xCA888873DF624436BEA9A1970D752B60 , 0xCB1A716F0B954B2CA3BA37ED6ED6CD76 , 0xCC025E72A0BB4834B9C69F86C00BCE34 , 0xCC278792B5D145AAAEBB76367C6D1104 , 0xCC2FCF0EC2B64F34B3B3EB2DDFAFAE5A , 0xCCD23A56D2864A168E31B9CFB00555E0 , 0xCCDE671A64484466840DEC7DE0667318 , 0xCCFB48B4CB594590959B85ED77617BC5 , 0xCD3ECE5258BF4D598361BE70CD673F3E , 0xCE5D9C346D9042C18C176CA870A2317F , 0xCF1F37C7478F42978CAAB7742252BC11 , 0xCFC24CE788A24467B3F27D8B9C5E2C43 , 0xCFDD64CBDDFC42E4996B577BB726D362 , 0xD00188C853B74A78A54F4D53C713A74A , 0xD02A64EEDEDB462A8AC04B980AB77F17 , 0xD10D405DF2DB47BA81C051EC23BE99B3 , 0xD1A2CE25CEC446B5A076CFB0318E6546 , 0xD21F1586C1914ACF93FE17F179AB019B , 0xD282F983FAB84DCAB3DB8CC08263E1BB , 0xD2B6020424FF4E79BECE84AFD802E710 , 0xD2D75F28B2554B1388BAA50AE08163D0 , 0xD40957D85B264E6DBE3CEC7AD4DE3193 , 0xD519B64D5A5B46B68175D2D22CB88E47 , 0xD5859ECE762842768FAF129972B3F417 , 0xD5A9F590646C4CF8826A998BCE07E68B , 0xD5B985E15E7F45FC9227ADA9C86659ED , 0xD6E43724F45B4079944FE797003662FA , 0xD76F3A8B12B44239BB51BC4A5D68CF36 , 0xD96AB2D248894E30BEFC27F411FBF0EF , 0xDABE1A2968CC42BA9E12AF1352292AB6 , 0xDAE7DBFE930B40F8B57E7346F77C4225 , 0xDBFCCBF13F5C42739ADFD765E5690344 , 0xDC3DED3AA64F4BE193DE67310A462AE2 , 0xDD34E6DBCEFD48CAA676D98044D787C2 , 0xDD5F97399C754DD2B7D8A07A135A781B , 0xDDCF835E6A8540339ACDF4FCDE6D2218 , 0xDDE5E4EFAA754B4C9B6A8B0ED68AAA25 , 0xDE09334A1B0242A088B7087E3BF613C7 , 0xDE64B26A309646FC892CCB2105D5CD78 , 0xDEA03D5034FD4737BBF39A30515F78CD , 0xDF676CA0F9DC4802B38561F00377DEFF , 0xDF72ACD3A40D46D8969CF6B8E21929ED , 0xDFEAEA6C7AA44A85B074DE1234C43B8F , 0xE015F1F1CA144EECB1DCFFA393463CDB , 0xE08E1105619A46CC997B188A55497C6F , 0xE135384EE83D45718294F3D3FC3C19EF , 0xE29323AB5AE94410A0C41E7110619636 , 0xE324FD0B05A243ABAA6676CE7B4E424B , 0xE32FC8AD5C99482D9F8DCDB6AEE8A745 , 0xE3B42DA6C18847D1A207C3CCBD6DDB52 , 0xE3F8B9FA4FC840DDB9E1616BD469D91D , 0xE4432734104D4AAB9E6601D6146BA5D4 , 0xE49CE416F8C446D6BE355CE85F2BE750 , 0xE8915F29307E4589ACF3F6A882C239CF , 0xE90E71D4C8E74FF89F14C0C1EDB2A590 , 0xEAE3BF4011E7443EBF57A1122B85C23B , 0xEAEF968FF70F419680BC3DE3DA9D4101 , 0xEB0455E074EE4A0E9396C69592B38728 , 0xEC0F9A372DC94CB98D4E02C6200D35D1 , 0xEC2BFEA3EAA54ACABDB5EE464D50ECF6 , 0xED84178F359E4A8FB0C4CEBDBC3C9208 , 0xED97A7557627485EA01DC7B6F9A8CC61 , 0xEDDD1DE484714085B0BC61AC6CD766C1 , 0xEE0CA4B39B2D4011BCEC573FFC32E8B1 , 0xEF7CF900637345FCB37E4F955862E48B , 0xEF978440FDDF4F61A2F1A1BA83320D67 , 0xEFE11A7E84984CEA82F1C1BED6232E6E , 0xF01359D66AA24D3A9E59733052A05340 , 0xF0F95CA059D74E71924ABCADBBB292D3 , 0xF12D0477188942B986883946600CE14A , 0xF20EE9FFCF594F31A650420C02478219 , 0xF423E26E3D7D429A98D5EE4448584CBE , 0xF439079DF7EB4F2E8BCE2B9BBF609487 , 0xF4CF74EAFFD54856AA0F46DCBC1F66C0 , 0xF4DAE5A336254F6A9527FF1371E911C0 , 0xF5101FB1A0BB46338FADF6302F49EDD5 , 0xF5ADA7E7FA5F414EBB856571E867ED8D , 0xF5E296E384B44C5482C14427FFA469A8 , 0xF65A484FEEF7499C9881877493C7EF5C , 0xF67E477B75984B10A2D7FF2C9D842D6F , 0xF6C91898E5D3465B9EF8D0525CFBA49B , 0xF713DAE08C2048D2ADB84D36679E1FCA , 0xF7180F5096664DE0837413EDFAB2350D , 0xF71D0C19FC7A4649B80ACC9BE7730F3E , 0xF7C53FFD6B9242238AD95E2DA04E9AF9 , 0xF8E833FDF5D54765AD12F87F70A14D92 , 0xF90C57F0685F4DC5BD5E9776CFC5674B , 0xF9194A51632C41BD959B338A28F998CA , 0xF9706545D440463D855A7D1CDDB99CD7 , 0xF9AA19D684314BCD9D82797B4DEC45ED , 0xF9D4C954F7EA4DD7946A0CA8D1CD3F6A , 0xFA3F3E9D8CAF4506B94259A54AE474B1 , 0xFA5BC892202940B8846F01F9A5DD5766 , 0xFA6A3FD14CBB4001A3BEAE9674532183 , 0xFBD086DBED224E21BD28633DB6077EAC , 0xFC7D1CF9C60D4D6E8CBC31A8CF95F026 , 0xFCF7C8716B9F461682EB771DAAEA7575 , 0xFD2341326096450585F166981E71C534 , 0xFDD3220D12504B4EB7BA140E1FD37E0A , 0xFDE5CE373695476390837A31FE188531 , 0xFDEAF83272A64E849DFD427964C8FAC7 , 0xFE0CEB53C6534E0DBE7BBFCC22DADA1E , 0xFEA9D53F3A584F9DA731AF55BAEA3498 , 0xFFBA75D23FCA484198B5014336B8BF99 , 0x01FB6F61FDBC4C3488809A14CFFB4B30 , 0x03F8132AE226475AB28034B451060179 , 0x0CB4206289774F4B9069BC77A0646C37 , 0x0D6AA79E4B4845F9B37360A24C8BC0EC , 0x0D7FF74FEBAE4326A3796D89FEE02B57 , 0x16C52098C0D94DDC8E17A629789D9582 , 0x188C62D8C6704FB3947DB29A86FB8870 , 0x1B76D52970DB4C8E81DFE7495C545674 , 0x1D6531D88B054668AF073AF097D57C33 , 0x1E168D24FAC54170A22633660F9354D1 , 0x21188232A7E34DA2873346976A1FAD3F , 0x22E3FC799A6A494CB40049787DE063E2 , 0x25C99229A87B456BB8983CF012F3F9FD , 0x2793E4418E664F50B657DE403BB6660B , 0x2C5CDD2D075B4145AF144527E6A40CA0 , 0x31126DCDADD34EC8845103FCA5A87A0E , 0x3569FE29CEEB4C829DB74EE6FDFA0BD1 , 0x382DC49DC421444A9D0720086A754512 , 0x3ACD60BF2FE642DEA2313EFEDF953EE5 , 0x3C171A403D8649DF9310D9F36738083D , 0x3D1986A96C5F4E84BFE80B687745E171 , 0x461B35517C9246C29ECE5A04BB744EC3 , 0x4627C2020C3B460AA0641FB5BA731C02 , 0x4A5955B1779E4210AA3A58B258199834 , 0x4C1F2D17C204465FBFABC32762EFC3FA , 0x4F942E70B86241DCB5E1B1B766B6288D , 0x592408CE59CF42999A36B0DE65CB4034 , 0x5A7E64E2CEA745B7BB773BC499454BAC , 0x6B2956354EC8450C8BB8338A7F3BD90D , 0x6CEF3E6F39774A1D9B1EEC12BD68F6A3 , 0x7006B932BC034232AD7F39EF049401A5 , 0x70134CF4C7EC4238BF2FF774863AA5B4 , 0x75AF5FA8733A4BAC9811D9CBEC438B8B , 0x7DE7529BCAC34C11BD1EA6BD1F243282 , 0x8123D7DA8E8F4EB186CF2A2C56DA24E7 , 0x88A43063E99B47CFB2CC9AF686B5409A , 0x89D6ABC4DEAC4E5FA127EFB2408BAB40 , 0x8F80C5CD78B34F429F21DC493837CA41 , 0x924FC16AB7E242028C42DAB1B5C89D60 , 0x93DC3B49EC954799B81635761DBE85D5 , 0x963A38944DE9415CABE5417A1B6CD9BC , 0x9680A1871CDB413EAAAA59667FD9DE66 , 0xA28EFDBED4F14C34A741007BD0B9A346 , 0xA4512FE7A81A49D7A6E1B5D15C5E7048 , 0xA9B6937F80BA439DA396A47D2F933B2C , 0xB010AB2C921144E0A095E00B80D55252 , 0xBADC71CCEAE24A83A110A3683EDBA10C , 0xBDC47F374C2F41DC9AD9614C9D2529D5 , 0xBE1A2E9DD4654106B50BF30DECC8AC28 , 0xC142B213308E431B844EB9C7BAC48CE9 , 0xCBE5F3F1D15D409DB7E1E90EA4DD3588 , 0xCC3444B670114FA99CCC3BF540A8844E , 0xCC9CA45308134814B71E5908EAC03E94 , 0xCD663FE361F04AE69CF60CD198025800 , 0xCD81FC2DB7F547D2B103B99F88266722 , 0xD1B2BA0E771C49EAB7B90D767248560A , 0xD7D8CA8317554B0CB60A9B7412C7A11A , 0xDE18AD0EBC714411A39B74903E177DEA , 0xDF7BE0287C394BE180C80033833C4C60 , 0xDFFCB37EAF2840E1BEA2C93EDE5BA0DE , 0xE1EEFDE5C58240808121983E2E0FBF99 , 0xE6EAE1C981BE4A38A07FE19C26760C57 , 0xEA141706DBBE40A9A27EB15F8F12E285 , 0xEA3CB9BD95A24B09A8971826A6ECEFC2 , 0xEA4A0406DE164CB8A94890A5E23C465E , 0xEA63BC299FD84B42BF80E1E3C6229B73 , 0xED3D11D928E243E4907535097BD15F6C , 0xEDA3045EDEDD4A75972A77A5E8D34B2D , 0xEF910A97B498420CBE8876032A383C67 , 0xF165FF98C3D046BF8700CA4607886089 , 0xF5A453277BE444D190EE5B6644A9CEE9 , 0xF9808301198F4E6DAB32886672186DBE , 0xF9D2236D04F34C8FB933A835B004499D , 0xFCA990FE94D942DEB1B4C585778A71EC , 0xFF5C827125ED4603B9C9D9DC2B1ABF11 , 0xFFDFE5BBC2CC431C922415BA027261ED )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
90
4.16 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.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_1.languageId` , `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.fallback_1.title` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) AS `property_group_option.media.title` , `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) AS `property_group_option.media.alt` , `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) AS `property_group_option.media.customFields` , `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.fallback_1.languageId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `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` , `property_group_option.translation.fallback_1` . name AS `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position AS `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields AS `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at AS `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at AS `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id AS `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id AS `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = ? 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` , `property_group_option.group.translation.fallback_1` . name AS `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description AS `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position AS `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields AS `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at AS `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at AS `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id AS `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id AS `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = ? 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` , `property_group_option.media.translation.fallback_1` . title AS `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.fallback_1` . alt AS `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.fallback_1` . custom_fields AS `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.fallback_1` . created_at AS `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.fallback_1` . updated_at AS `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.fallback_1` . media_id AS `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.fallback_1` . language_id AS `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_1` . `media_id` AND `property_group_option.media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ûoaý¼L4ˆ€š\x14 ÏûK0 "
b"\f ┤ bëwOKÉi╝wádl7 "
b"\r j§žKHEù³s`¢L‹Àì "
b"\r \x7F ÷Oë®C&£ym‰þà+W "
b"\x15 gÍ\x16 ƒÅMí┤û2¤cl®( "
b"\x16 ┼ ÿ└┘M▄Ä\x17 ª)xØòé "
b"\x18 ŒbØÆpO³”}²š†ûˆp "
b"\e vı)p█LÄü▀þI\TVt "
b"\x1D e1Ø‹\x05 Fh¯\x07 :ð—Õ|3 "
b"\x1E\x16 ì$·┼Apó&3f\x0F ôTÐ "
b"!\x18 ‚2§ãM¢‡3F—j\x1F ? "
b""ãüyšjIL´\x00 Ix}àcâ "
b"%É’)¨{Ek¸˜<ð\x12 óùý "
b"'“äAŽfOP¶WÞ@;¶f\v "
b",\Ý-\x07 [AE¯\x14 E'æ¤\f "
b"1\x12 mÍÓNÈ„Q\x03 ü¥¨z\x0E "
b"5i■)╬ÙLéØÀNµ²·\v Ð "
b"8-─Ø─!DJØ\x07 \x08 juE\x12 "
b":Í`¿/æBÞ¢1>þß•>å "
b"<\x17\x1A @=†Iß“\x10 Ùóg8\x08 = "
b"=\x19 †©l_N„¿è\v hwEáq "
b"F\e 5Q|’FžÎZ\x04 »tNà "
b"""
F'Â\x02\f ;F\n
d\x1F µºs\x1C\x02
"""
b"JYU±wžB\x10 ª:X²X\x19 ˜4 "
b"L\x1F -\x17 Â\x04 F_¿«Ã'bïÃú "
b"Oö.p©bA▄Áß▒ÀfÂ(ì "
b"Y$\x08 ÎYÏB™š6°ÞeË@4 "
b"Z~dâΧE·»w;Ä™EK¬ "
b"k)V5NÈE\f ‹¸3Š\x7F ;Ù\r "
b"lï>o9wJ\x1D ›\x1E ì\x12 ½hö£ "
b"p\x06 ¹2¼\x03 B2\x7F 9ï\x04 ”\x01 ¥ "
b"p\x13 LôÇìB8¿/÷t†:¥´ "
b"u¯_¨s:K¬˜\x11 ÙËìC‹‹ "
b"}çR›ÊÃL\x11 ½\x1E ¦½\x1F $2‚ "
b"ü#Î┌ÄÅN▒å¤*,V┌$þ "
b"ˆ¤0cé›Gϲ̚ö†µ@š "
b"‰Ö«ÄÞ¬N_¡'ï²@‹«@ "
b"ÅÇ┼═x│OBƒ!▄I87╩A "
b"ÆO┴jÀÔB\x02 îB┌▒Á╚Ø` "
b"“Ü;Iì•G™¸\x16 5v\x1D ¾…Õ "
b"–:8”MéA\«åAz\e lÙ¼ "
b"–€¡‡\x1C ÛA>ªªYf\x7F ÙÞf "
b"¡,¯;Ы@ÄœdÆá,ô#\x0F "
b"¢Žý¾ÔñL4§A\x00 {й£F "
b"®Âô\x7F Ç║CØúûñ}/ô;, "
b"°\x10 «,’\x11 Dà •à\v €ÕRR "
b"ºÜqÌêâJƒ¡\x10 £h>Û¡\f "
b"¢─\x7F 7L/A▄Ü┘aLØ%)ı "
b"¥\x1A .ØÈeA\x06 Á\v ¾\r ý╚¼( "
b"ÁB²\x13 0ŽC\e „N¹ÇºÄŒé "
b"╦Õ¾±Ð]@ØÀßÚ\x0E ñ¦5ê "
b"Ì4D¶p\x11 O©œÌ;õ@¨„N "
b"Ìœ¤S\x08\x13 H\x14 ·\x1E Y\x08 êÀ>” "
b"ÌÞg\x1A dHDf„\r ì}àfs\x18 "
b"Íf?ãaðJæœö\f ј\x02 X\x00 "
b"═ü³-À§GÊ▒\x03 ╣ƒê&g" "
b"Ѳº\x0E w\x1C Iê·¹\r vrHV\n "
b"""
×ØÊƒ\x17 UK\f ¶\n
›t\x12 Ç¡\x1A
"""
b"Ì\x18 ¡\x0E ╝qD\x11 úøtÉ>\x17 }Û "
b"ß{à(|9Ká€È\x00 3ƒ<L` "
b"ßü³~¯(@á¾¢É>Þ[ Þ "
b"߯²Õ┼é@Çü!ÿ>.\x0F ┐Ö "
b"µÛß╔ü¥J8á\x7F ߣ&v\f W "
b"Û\x14\x17\x06 █¥@®ó~▒_Å\x12 Ôà "
b"ê<¹½•¢K\t ¨—\x18 &¦ìï "
b"ÛJ\x04\x06 Ì\x16 L©®HÉÑÔ<F^ "
b"êc¼)ŸØKB¿€áãÆ"›s "
b"Ý=\x11 ┘(ÔCõÉu5\t {Ð_l "
b"í£\x04 ^ÞÝJu—*w¥èÓK- "
b"""
ï‘\n
—´˜B\f ¾ˆv\x03 *8<g
"""
b"ñeÿ˜ÃÐF¿‡\x00 ÊF\x07 ˆ`‰ "
b"§ñS'{õDÐɯ[fD®╬Ú "
b"¨Çâ\x01\x19 ÅNm½2êfr\x18 m¥ "
b"¨Ê#m\x04 ¾LÅ╣3¿5░\x04 IØ "
b"³®É■ö┘BÌ▒┤┼àwèqý "
b"ÿ\‚q%íF\x03 ¹ÉÙÜ+\x1A ¿\x11 "
b"ÿßå»ÂÌC\x1C ’$\x15 º\x02 raí "
]
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.fallback_1.name` ,
`property_group_option.group.translation.name` ,
COALESCE (
`property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name`
) AS `property_group_option.group.name` ,
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
COALESCE (
`property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description`
) AS `property_group_option.group.description` ,
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
COALESCE (
`property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position`
) AS `property_group_option.group.position` ,
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
COALESCE (
`property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields`
) AS `property_group_option.group.customFields` ,
`property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.createdAt` ,
`property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.updatedAt` ,
`property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.propertyGroupId` ,
`property_group_option.group.translation.fallback_1.languageId` ,
`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.fallback_1.title` ,
`property_group_option.media.translation.title` ,
COALESCE (
`property_group_option.media.translation.fallback_1.title` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title`
) AS `property_group_option.media.title` ,
`property_group_option.media.translation.fallback_1.alt` ,
`property_group_option.media.translation.alt` ,
COALESCE (
`property_group_option.media.translation.fallback_1.alt` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt`
) AS `property_group_option.media.alt` ,
`property_group_option.media.translation.fallback_1.customFields` ,
`property_group_option.media.translation.customFields` ,
COALESCE (
`property_group_option.media.translation.fallback_1.customFields` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields`
) AS `property_group_option.media.customFields` ,
`property_group_option.media.translation.fallback_1.createdAt` ,
`property_group_option.media.translation.createdAt` ,
`property_group_option.media.translation.fallback_1.updatedAt` ,
`property_group_option.media.translation.updatedAt` ,
`property_group_option.media.translation.fallback_1.mediaId` ,
`property_group_option.media.translation.mediaId` ,
`property_group_option.media.translation.fallback_1.languageId` ,
`property_group_option.media.translation.languageId` ,
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
COALESCE (
`property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name`
) AS `property_group_option.name` ,
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
COALESCE (
`property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position`
) AS `property_group_option.position` ,
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
COALESCE (
`property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields`
) AS `property_group_option.customFields` ,
`property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.createdAt` ,
`property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.updatedAt` ,
`property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1.languageId` ,
`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` ,
`property_group_option.translation.fallback_1` . name AS `property_group_option.translation.fallback_1.name` ,
`property_group_option.translation.fallback_1` . position AS `property_group_option.translation.fallback_1.position` ,
`property_group_option.translation.fallback_1` . custom_fields AS `property_group_option.translation.fallback_1.customFields` ,
`property_group_option.translation.fallback_1` . created_at AS `property_group_option.translation.fallback_1.createdAt` ,
`property_group_option.translation.fallback_1` . updated_at AS `property_group_option.translation.fallback_1.updatedAt` ,
`property_group_option.translation.fallback_1` . property_group_option_id AS `property_group_option.translation.fallback_1.propertyGroupOptionId` ,
`property_group_option.translation.fallback_1` . language_id AS `property_group_option.translation.fallback_1.languageId`
FROM
`property_group_option_translation` `property_group_option.translation`
LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id`
AND `property_group_option.translation.fallback_1` . language_id = ?
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` ,
`property_group_option.group.translation.fallback_1` . name AS `property_group_option.group.translation.fallback_1.name` ,
`property_group_option.group.translation.fallback_1` . description AS `property_group_option.group.translation.fallback_1.description` ,
`property_group_option.group.translation.fallback_1` . position AS `property_group_option.group.translation.fallback_1.position` ,
`property_group_option.group.translation.fallback_1` . custom_fields AS `property_group_option.group.translation.fallback_1.customFields` ,
`property_group_option.group.translation.fallback_1` . created_at AS `property_group_option.group.translation.fallback_1.createdAt` ,
`property_group_option.group.translation.fallback_1` . updated_at AS `property_group_option.group.translation.fallback_1.updatedAt` ,
`property_group_option.group.translation.fallback_1` . property_group_id AS `property_group_option.group.translation.fallback_1.propertyGroupId` ,
`property_group_option.group.translation.fallback_1` . language_id AS `property_group_option.group.translation.fallback_1.languageId`
FROM
`property_group_translation` `property_group_option.group.translation`
LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id`
AND `property_group_option.group.translation.fallback_1` . language_id = ?
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` ,
`property_group_option.media.translation.fallback_1` . title AS `property_group_option.media.translation.fallback_1.title` ,
`property_group_option.media.translation.fallback_1` . alt AS `property_group_option.media.translation.fallback_1.alt` ,
`property_group_option.media.translation.fallback_1` . custom_fields AS `property_group_option.media.translation.fallback_1.customFields` ,
`property_group_option.media.translation.fallback_1` . created_at AS `property_group_option.media.translation.fallback_1.createdAt` ,
`property_group_option.media.translation.fallback_1` . updated_at AS `property_group_option.media.translation.fallback_1.updatedAt` ,
`property_group_option.media.translation.fallback_1` . media_id AS `property_group_option.media.translation.fallback_1.mediaId` ,
`property_group_option.media.translation.fallback_1` . language_id AS `property_group_option.media.translation.fallback_1.languageId`
FROM
`media_translation` `property_group_option.media.translation`
LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_1` . `media_id`
AND `property_group_option.media.translation.fallback_1` . language_id = ?
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.fallback_1.name` , `property_group_option.group.translation.name` , COALESCE (`property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` ) AS `property_group_option.group.name` , `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , COALESCE (`property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` ) AS `property_group_option.group.description` , `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , COALESCE (`property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` ) AS `property_group_option.group.position` , `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , COALESCE (`property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` ) AS `property_group_option.group.customFields` , `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.createdAt` , `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.updatedAt` , `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.propertyGroupId` , `property_group_option.group.translation.fallback_1.languageId` , `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.fallback_1.title` , `property_group_option.media.translation.title` , COALESCE (`property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` ) AS `property_group_option.media.title` , `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , COALESCE (`property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` ) AS `property_group_option.media.alt` , `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , COALESCE (`property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` ) AS `property_group_option.media.customFields` , `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.createdAt` , `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.updatedAt` , `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.mediaId` , `property_group_option.media.translation.fallback_1.languageId` , `property_group_option.media.translation.languageId` , `property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , COALESCE (`property_group_option.translation.fallback_1.name` , `property_group_option.translation.name` , `property_group_option.translation.name` ) AS `property_group_option.name` , `property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , COALESCE (`property_group_option.translation.fallback_1.position` , `property_group_option.translation.position` , `property_group_option.translation.position` ) AS `property_group_option.position` , `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , COALESCE (`property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` ) AS `property_group_option.customFields` , `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.createdAt` , `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.updatedAt` , `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.propertyGroupOptionId` , `property_group_option.translation.fallback_1.languageId` , `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` , `property_group_option.translation.fallback_1` . name AS `property_group_option.translation.fallback_1.name` , `property_group_option.translation.fallback_1` . position AS `property_group_option.translation.fallback_1.position` , `property_group_option.translation.fallback_1` . custom_fields AS `property_group_option.translation.fallback_1.customFields` , `property_group_option.translation.fallback_1` . created_at AS `property_group_option.translation.fallback_1.createdAt` , `property_group_option.translation.fallback_1` . updated_at AS `property_group_option.translation.fallback_1.updatedAt` , `property_group_option.translation.fallback_1` . property_group_option_id AS `property_group_option.translation.fallback_1.propertyGroupOptionId` , `property_group_option.translation.fallback_1` . language_id AS `property_group_option.translation.fallback_1.languageId` FROM `property_group_option_translation` `property_group_option.translation` LEFT JOIN `property_group_option_translation` `property_group_option.translation.fallback_1` ON `property_group_option.translation` . `property_group_option_id` = `property_group_option.translation.fallback_1` . `property_group_option_id` AND `property_group_option.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` , `property_group_option.group.translation.fallback_1` . name AS `property_group_option.group.translation.fallback_1.name` , `property_group_option.group.translation.fallback_1` . description AS `property_group_option.group.translation.fallback_1.description` , `property_group_option.group.translation.fallback_1` . position AS `property_group_option.group.translation.fallback_1.position` , `property_group_option.group.translation.fallback_1` . custom_fields AS `property_group_option.group.translation.fallback_1.customFields` , `property_group_option.group.translation.fallback_1` . created_at AS `property_group_option.group.translation.fallback_1.createdAt` , `property_group_option.group.translation.fallback_1` . updated_at AS `property_group_option.group.translation.fallback_1.updatedAt` , `property_group_option.group.translation.fallback_1` . property_group_id AS `property_group_option.group.translation.fallback_1.propertyGroupId` , `property_group_option.group.translation.fallback_1` . language_id AS `property_group_option.group.translation.fallback_1.languageId` FROM `property_group_translation` `property_group_option.group.translation` LEFT JOIN `property_group_translation` `property_group_option.group.translation.fallback_1` ON `property_group_option.group.translation` . `property_group_id` = `property_group_option.group.translation.fallback_1` . `property_group_id` AND `property_group_option.group.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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` , `property_group_option.media.translation.fallback_1` . title AS `property_group_option.media.translation.fallback_1.title` , `property_group_option.media.translation.fallback_1` . alt AS `property_group_option.media.translation.fallback_1.alt` , `property_group_option.media.translation.fallback_1` . custom_fields AS `property_group_option.media.translation.fallback_1.customFields` , `property_group_option.media.translation.fallback_1` . created_at AS `property_group_option.media.translation.fallback_1.createdAt` , `property_group_option.media.translation.fallback_1` . updated_at AS `property_group_option.media.translation.fallback_1.updatedAt` , `property_group_option.media.translation.fallback_1` . media_id AS `property_group_option.media.translation.fallback_1.mediaId` , `property_group_option.media.translation.fallback_1` . language_id AS `property_group_option.media.translation.fallback_1.languageId` FROM `media_translation` `property_group_option.media.translation` LEFT JOIN `media_translation` `property_group_option.media.translation.fallback_1` ON `property_group_option.media.translation` . `media_id` = `property_group_option.media.translation.fallback_1` . `media_id` AND `property_group_option.media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x01FB6F61FDBC4C3488809A14CFFB4B30 , 0x0CB4206289774F4B9069BC77A0646C37 , 0x0D6AA79E4B4845F9B37360A24C8BC0EC , 0x0D7FF74FEBAE4326A3796D89FEE02B57 , 0x1567D6169F8F4DA1B49632CF636CA928 , 0x16C52098C0D94DDC8E17A629789D9582 , 0x188C62D8C6704FB3947DB29A86FB8870 , 0x1B76D52970DB4C8E81DFE7495C545674 , 0x1D6531D88B054668AF073AF097D57C33 , 0x1E168D24FAC54170A22633660F9354D1 , 0x21188232A7E34DA2873346976A1FAD3F , 0x22E3FC799A6A494CB40049787DE063E2 , 0x25C99229A87B456BB8983CF012F3F9FD , 0x2793E4418E664F50B657DE403BB6660B , 0x2C5CDD2D075B4145AF144527E6A40CA0 , 0x31126DCDADD34EC8845103FCA5A87A0E , 0x3569FE29CEEB4C829DB74EE6FDFA0BD1 , 0x382DC49DC421444A9D0720086A754512 , 0x3ACD60BF2FE642DEA2313EFEDF953EE5 , 0x3C171A403D8649DF9310D9F36738083D , 0x3D1986A96C5F4E84BFE80B687745E171 , 0x461B35517C9246C29ECE5A04BB744EC3 , 0x4627C2020C3B460AA0641FB5BA731C02 , 0x4A5955B1779E4210AA3A58B258199834 , 0x4C1F2D17C204465FBFABC32762EFC3FA , 0x4F942E70B86241DCB5E1B1B766B6288D , 0x592408CE59CF42999A36B0DE65CB4034 , 0x5A7E64E2CEA745B7BB773BC499454BAC , 0x6B2956354EC8450C8BB8338A7F3BD90D , 0x6CEF3E6F39774A1D9B1EEC12BD68F6A3 , 0x7006B932BC034232AD7F39EF049401A5 , 0x70134CF4C7EC4238BF2FF774863AA5B4 , 0x75AF5FA8733A4BAC9811D9CBEC438B8B , 0x7DE7529BCAC34C11BD1EA6BD1F243282 , 0x8123D7DA8E8F4EB186CF2A2C56DA24E7 , 0x88A43063E99B47CFB2CC9AF686B5409A , 0x89D6ABC4DEAC4E5FA127EFB2408BAB40 , 0x8F80C5CD78B34F429F21DC493837CA41 , 0x924FC16AB7E242028C42DAB1B5C89D60 , 0x93DC3B49EC954799B81635761DBE85D5 , 0x963A38944DE9415CABE5417A1B6CD9BC , 0x9680A1871CDB413EAAAA59667FD9DE66 , 0xA12CAF3BD0AB40C49C64C6E12CF4230F , 0xA28EFDBED4F14C34A741007BD0B9A346 , 0xA9B6937F80BA439DA396A47D2F933B2C , 0xB010AB2C921144E0A095E00B80D55252 , 0xBADC71CCEAE24A83A110A3683EDBA10C , 0xBDC47F374C2F41DC9AD9614C9D2529D5 , 0xBE1A2E9DD4654106B50BF30DECC8AC28 , 0xC142B213308E431B844EB9C7BAC48CE9 , 0xCBE5F3F1D15D409DB7E1E90EA4DD3588 , 0xCC3444B670114FA99CCC3BF540A8844E , 0xCC9CA45308134814B71E5908EAC03E94 , 0xCCDE671A64484466840DEC7DE0667318 , 0xCD663FE361F04AE69CF60CD198025800 , 0xCD81FC2DB7F547D2B103B99F88266722 , 0xD1B2BA0E771C49EAB7B90D767248560A , 0xD7D8CA8317554B0CB60A9B7412C7A11A , 0xDE18AD0EBC714411A39B74903E177DEA , 0xDF7BE0287C394BE180C80033833C4C60 , 0xDFFCB37EAF2840E1BEA2C93EDE5BA0DE , 0xE1EEFDE5C58240808121983E2E0FBF99 , 0xE6EAE1C981BE4A38A07FE19C26760C57 , 0xEA141706DBBE40A9A27EB15F8F12E285 , 0xEA3CB9BD95A24B09A8971826A6ECEFC2 , 0xEA4A0406DE164CB8A94890A5E23C465E , 0xEA63BC299FD84B42BF80E1E3C6229B73 , 0xED3D11D928E243E4907535097BD15F6C , 0xEDA3045EDEDD4A75972A77A5E8D34B2D , 0xEF910A97B498420CBE8876032A383C67 , 0xF165FF98C3D046BF8700CA4607886089 , 0xF5A453277BE444D190EE5B6644A9CEE9 , 0xF9808301198F4E6DAB32886672186DBE , 0xF9D2236D04F34C8FB933A835B004499D , 0xFCA990FE94D942DEB1B4C585778A71EC , 0xFF5C827125ED4603B9C9D9DC2B1ABF11 , 0xFFDFE5BBC2CC431C922415BA027261ED );
Copy
91
3.32 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\x06 ±j\x1E 4OKµ\x01\x19 nRÐ’Ñ "
b"\x01\x13 rª¹cD‚ŒlEaz\x1C ªÚ "
b"\x01\x1E ˜¶çvOÔŽ\x06 æ\x06 ¢n¦ "
b"\x02\x1E ]‘RüFÿ€ã‰†1\x13 \1 "
b"\x02 ºü▀8└Leø┬G×╣5Ƥ "
b"\x02 튚÷ŒKgˆ ¤í´Šð "
b"\x02 ¨,É\x00 ïE▄í\n ûy«a\x16 g "
b"\x03 h…'ïNCß—r0Jfö\x17 "
b"\x03 ä\x18 Ö$WK8ŠÒ>úQc#½ "
b"\x03 ø÷ã§\x03 K\x16 žÿ“þ&a\x19\x01 "
b"\x05 #R\t ¾ÊFŽAéC5þ‚} "
b"\x05 &–׿RKÃ…j1§hä\x11 : "
b"\x05 ;UüÈkI†£}Øðh\x1D ýœ "
b"\x06\x11 hê*@A»¿æˆü[&\x10\x1C "
b"\x07 Å┌ݾ│C?èÊ─CZ\x10\e ´ "
b"\x08 ▒ÿ■§MA\v éçñ;Ø*╚q "
b"\x08 ╠$éV║F\x01 ÅÆB┐2╩Þã "
b"\t Y™Ê¢‹@J’éÓ\x16 AøRÕ "
b"""
\n
╠Z`´ÅBe®vÑ®å\r Uß
"""
b"\v æ┤█Æ¢F┐É\x16 <À?P5Ë "
b"\f l¶*ÊïGl¢ve\x16 ô‚O5 "
b"\r “¡\v ×â@œšÍÞ‰ãM>¶ "
b"\r »öEð¢H´¸8¯÷…Ñ[& "
b"\x0F ”eq>‡NA´ïhsƒâíÔ "
b"\x0F ¼†!¾FDÓŠ_‰\x18 ØüÔ\x01 "
b"\x10 [¦(c.DÔÑrØ<\v h\x1D G "
b"\x10 ¿¯\x0E Tk@á…Šˆ¬©Œ\x04 ¬ "
b"\x12\x01 7\f ˆ;I\x1C £L¨Ñµ–\x1C "
b"\x13 uNEÛ°CHìOÉjd▀ƒ5 "
b"\x13 ¶]¸\x0F WM3€¼IÀÔBUÿ "
b"\x15 gÍ\x16 ƒÅMí┤û2¤cl®( "
b"\x15 Åú`Z6F╝å´>ü¸\x10 Ãõ "
b"\x16 o:úMIN‚“Z€8>¢8\x1E "
b"""
\x19 mðjמ@¤ŒÏÐrƒÇ\n
é
"""
b"""
\x1A (“á©fGDZ\x1A œ<ž\n
Â\x12
"""
b"\x1A ׳H\x04\x0E L\x7F ƒFìRås`n "
b"\x1A »I\x1D n•Gw±û\x07 sz¨!Ð "
b"\e ÷Ú0Ñ\K─ɤ╚Z9\x1A v┼ "
b"\x1C µß´ö©Jkƒüe\x14\x1A Êêà "
b"\x1C Æ¢œ9KHEºAàa¬öš\x04 "
b"\x1D T\x02 ÅÝ–AÊ‘$\x13 ÷ v\x03\x03 "
b"\x1D cVg5\r GìÅ~╠,½HXû "
b"\x1D ¬0r™dJ¯°•…N“·´O "
b"\x1E ¥Ks,®M]¶§ó\x11 ¹ì:² "
b"\x1F\x17 ŒÛùuLêŒ%\x05 !J“žN "
b"""
\x1F ┘êî│¬DÈÅÊ\n
¬÷ã\x08 Å
"""
b" \f ›\x1A UrGzª:lÛ€a‰\x13 "
b" BŒ}ãÂD\x14 €Ú僞vmû "
b"!« Eè\e H>¯¼íã“4¯† "
b"#J+>û1AtžÂ걌iF "
b"#Ú·ß¶úEÛ2šÛ„\x05 W— "
b"$ù%!´ºK\x17 –¯ÛZ}w|d "
b"&EŸ\x12 ÷œCh²v\x1E [™Åõz "
b"'y\x0E .\x00 „Lƒ²L±\x1F ÚøÝY "
b"(~ó×ÿ;Nd.ð5Îi\t\x1E "
b")Ô]Tµ\x06 MO§U_\x03 Ì€Å( "
b"+É‗"Á{JÂØıÃ+╦ïrs "
b",ºø>+\f M·¹V4h-ø\r £ "
b"-å\t œ½ùJIµm‡Ò‹‚>f "
b".dpizØLR╗î─}╔7ä· "
b"/7xº¨~LÄŒ¿L „9¢” "
b"0ÙA?Å\x17 F¹æª■\x13\x10 ÷Ó\x05 "
b"2@Ú¡YbE8—\x1E h¤¿hU´ "
b"3WG$·(Dö¨¯Õ\r [êºó "
b"""
3ã©!¦ıL!½ÅÎ\n
m\x7F tÉ
"""
b"4\x0E ┤Í.dOñ╣&©cÅ©½æ "
b"4µý¤\x18 BI%¬¦V6rx\x05 F "
b"4Áîn\x05 ¨B-¦ÕðJ\x01 »5Û "
b"5╗\x0F ÝÅ.C\x10 ó|▓Q(Ý[` "
b"7t\r G\x05 ÷DŃYh#É~ Ï "
b"8Æ£¶_yH ˜ÇNlD|\x7F · "
b":ŠjÿiÍLÄ‹N³©!\x06 Óà "
b":¶\x11\x06 °‚Bz—Õ×îZb9d "
b":▄ƒsË\x07 A,ä\v ÿz\x12 ÉÃË "
b";xYyɳHñ¹#\x02 [ü«Ïp "
b"<ÛùE—AC;‰Þ°lô\x7F ‘\x05 "
b"=\x17\f _\x17 íF\x12 ¼øÉ‹_Ðý@ "
b">äxø„ŽIö¼ˆ§6ĸÄ\t "
b"?\x01 ê‘w\x04 Mp‰ÛçÅÒ‰ä‘ "
b"@\x04 …G\x1D qC ¿RVHß—|x "
b"@«1‘\x10 $Cb¢˜^µ»ó³! "
b"@°Õƒ?(DíŒë¹ÖÒÉ\x16 Õ "
b"@ÎKÜ\x01 –B€©Äº\x04 )4ÿ‚ "
b"AGÐð\x07 6AøÅ§Hªs\x19 è\x0E "
b"Aqr!4ãDp†Í5ä\0u\x19 "
b"Auþu;‰F\e dUU“&н "
b"B6ìV\x1D ËD+║Sûu█ Ä\v "
b"B>é\x15 ŠÈD\x07 ª¶\e ?$\x14\x19 – "
b"BK^.ã(J°„\x16 Y\x11 u¦YÌ "
b"CŽ4Gƒ¬Oó¹›@¤æŸðê "
b"DT`;HsM•”÷\x11\x19 o¨¤M "
b"D[ö\e\x06 ñH1ïÂ\x11 ü\t ═dg "
b"EX c|7F▒ƒ\x0F %É▓Î \x0F "
b"E«Çiû"@6“_Ñ"*Ó\x06 * "
b"E»"Xî®CЀ)‹@:óùK "
b"Fw\x17 |2HN`Ø~ÏU°´Ù[ "
b"F{tT\f\x06 H5”WJLÄõkÆ "
b"G\x1D UKãyB—˜½4ÈO•Œÿ "
b"G*OqsÉMŠ}.‡Ë2÷F "
b"G=5°Õ²B4¡P=Ò\x08 «· "
b"G¶KV{æN\x13 “ËCàxRuM "
b"JJ‘±\x18 ðGðˆì¦d¨'ˆ\x0F "
b"J|½ó«’Lh¤ìr\x03 Dm?\x0F "
b"J├jÛÚ¾BUÅ·A-êÖ\x02 ┌ "
b"L\x13 ┼®/èI\x0F «F\t Åþbðù "
b"L‹¸¹Â!I²·¿‡Ûroà "
b"""
L•\f F\n
(B¯·;.÷åtÂ
"""
b"L¡¿s\x16 õD>üÍ.m▄Äê║ "
b"MØT°\x06\x02 Eiˆ¸\e ¿ÛyïD "
b"Mó©[xCš¡Õ¦†\x11 €é\x08 "
b"N7¦sC(IS¢7W£ß‘‡< "
b"NvµD†%K±¦Öþ´\x02 ÜÕŒ "
b"N¾¾iwZ@4ŽdDFÄ#k& "
b"O▀U\x15 ~@@!ÉâäÚú¦r┬ "
b"OâÄðkBF¿©LJ5n-ÑR "
b"Oü÷(C\x00 Dá¶Ò\x1D fé‰Ay "
b"P\x19 Ì—ÏôE7¼2<¹»\v à\x1E "
b"PpM˜b“Fì†ðÀ\x10 dO‡’ "
b"PÅ¥╠à\e G░ª\t 9wó+èV "
b"QS¶¬\x7F ;D¿“¼;ÎÑ Cš "
b"Qa\f .È÷Aæ‹Xc¹D¬š- "
b"QŒi\r ÅÛM\x1D ‡=|°¡I*l "
b"Qý\e üT\x1C DŸ’ËŠ8Èn\x15 Ò "
b"S8\x08 XßAH\x7F ž\x06 <|C@7¶ "
b"S=(Ã%µK7•\r 7£<AoÀ "
b"SGéËïBGPƒ\x1F Þþ\r ÊT "
b"S¾wEîöL6…±e`²B\x0F ° "
b"T¢”]øðA;£ßjžØë”\x10 "
b"V)1pW\H)û╬\x1E ²ÅYËÑ "
b"W‹\x0F ‹œ/E̲z\x08\e qvë[ "
b"W³ëÓ\x10 @ˆ¢2Ÿ\x03 'R\x12 8 "
b"YCµ,w¶Oüñ\x17 _³\x1F sçÁ "
b"Zù\e ¡\x06 KF\x12 «¾®\v ¬ Y6 "
b"[\x0E ºÝºAJ<£W™ù\x16 Ò8¾ "
b"[y\x1D bdÁO│Ø©rXËu*Û "
b"[‚Gn^±Or¯˜‰ä\x1C Ž,% "
b"[Ÿ\x7F Ù÷ÀJ\x07 ‰±åö<óú, "
b"\é\x0F ßí*K}úÚÇL▀ìª "
b"\▒ ¶\x00 âNÇïõ\x06\x12 ÉSCß "
b"]\x07 \r `ÛÊO3êƒu^®Ñì╩ "
b"]…‚Ò‚òO\x1E ¯Ž}sÉi¾¹ "
b"^@Æ~æëD’ŸimGžtcŠ "
b"^Íâ×ßýD(ì\x11 Ù─‗_ns "
b"_\x16 ¨\x1D lÒGŸµ\x00 ÙÙ!UòÚ "
b"a!~▄\x05 ╬EÂØg0¯.c&T "
b"a‹\¢AsI§¾Èf\x05 ²PJ™ "
b"a Ø┴æèG\v ùKû\x18 6íxU "
b"b$\x12 ²\x03\x12 Gæ¢ÔØAIúä\x0E "
b"c-q¤YjD[¦\x13 «S‚\t Œ\x19 "
b"c0iJÎFE~ŽÐä`8+\x08 "
b"""
dB•iŽ@E\n
Š!\x1A\t Ïó\x04 ¶
"""
b"dcÄ*P\x16 M&ŠƒŽ"’N\x05 À "
b"e+÷\x14 ¿ÓA÷°P!€)=¶l "
b"eƒ\x00 ×/\x13 OÕž\x06 :Ø–W«\x08 "
b"f%Ž@ÔH0¦x\x1F Ù¯íH» "
b"fåØ\f þD£¡d¤ø┴Þõµ "
b"f´dlýìKÒ§0IF@¦\t Ý "
b"h|!ì„^F¤¨5FóÇËÔÐ "
b"jsx\x0E Ô\x14 F\¨w1ÛO˜c "
b"k«Ê\x03 V\x03 B°¾½Ñ·°(IW "
b"l\x08 sΤ\x01 Bf┤╝û°ç‗mÅ "
b"l\x12 !\x16 8_DD€“÷½Ë3Òs "
b"m VÛ\t (C¸¯\x1F µŽêDa¯ "
b"ntQ}¿‹G\x07 ®wŠ\x1E ›%!á "
b"nï \x16\x12 ³KÐÅbO~iW¢£ "
b"n¶╗[│ZF,àÃÄ\v :ÉÝs "
b"o\x17 4\x02 è\x10 JFžuâšA\x1C êz "
b"oÖãÉ\x14 êF¢à\x19 ╦‗w\x04 äê "
b"""
o¨\n
X³ëD\t ëØ|┴(╝_\x12
"""
b"p\x0E Å.e4KÃòêabh-H┼ "
b"qEB{.aA\x03 ¬"Õ¹±¬'~ "
b"qØ>┐'/G\e ÿ&/7º"ƒÚ "
b"qß“\x17\v &Cø¬\x19 4ûº5:\x0F "
b"r(ØNü†J*™,à\x1F G!eQ "
b"""
rm³Ø╩dE\n
Âûx╠\x1C i/\f
"""
b"r•'‰-TK¡¿\x04 _É\x15 +1ˆ "
b"s$Ó\t ¿½Eø×±│Ê ëɳ "
b"sÅWç├iJ░ùø1╠\x1D éù\x0E "
b"tóÖËq7Cƒ«jc6-¥½\x16 "
b"u\x18 ıf?¨J殾HÉ;©R─ "
b"v;ˬã\x10 Fë¬p!ÅÉ)\x7F 7 "
b"vÛt-=ÓFi…#rŽVa¹} "
b"w─ÂôËÜIƒ¡¦¨]ÉòAC "
b"xm\e Ô]\x06 GæìR]ÊÂ*\x04 ß "
b"z¯\x15\x13 J’G©‚‹A\x0E ‹v“x "
b"""
{%Ë(\x1A ‡G¡ªÃ·\n
Š\x10 ÈÁ
"""
b"|tÔƒœ¤Fý¶S9§Ñ}eÈ "
b"|èh ðµDŒ¹u5:S9š¹ "
b"|úßp\x03 CBš¸*%Hzú¥/ "
b"}*=‰úÒLB¤y{"\x07 ðíe "
b"}Ã-ÎyšEƾ+ýX#Ù)¯ "
b"\x7F 4\x1E ¿ ØDWØöpãä\x14 ,) "
b"\x7F ╣▀\x11 +\x15 O½Å?═¨}'Â▀ "
b"\x7F Ê,Ò'\x13 Gνò×ã]\r À† "
b"Çù«ØèEAÚÅvÛ\x13 zñÛ\ "
b"€±Uœ’TLõ…?,—Ü«: "
b"€ð!)[óDt´|z\x12 Ñ»\x0F\x1D "
b"ü\x06 ┴}§\x00 Jç©ÈÉÏ\x12 ╣ç? "
b"â\x01 R\x1C ┼\x07 BÅÅ\x19 êD\x16 RK· "
b"ƒq\x04\x08 Õ¸Nµ€\x0E úÈ\x05 Ä…ô "
b"â轸ïIB\x04 Å_¤\x12 J\t ╗ò "
b"ƒè\t\x01 ìÊE\x0F °ƒ\x16\x14 ì³\x16 L "
b"ä▀¿ÖU5B▓Ø:Á╠\x1D ?x& "
b"äþíØ»┬E»Ø6òS±ü¤\x1A "
b"ä÷«vmgKmØ\x1E\x0F X!¯\x1C ç "
b"…\x07 ~eÆ€L.Ÿcÿ¿„8 ‚ "
b"…6F9Ÿ¢HL¤í%\x05 x@\x00 2 "
b"†.EÝÚFEFº»¶Y²\x08 Ù" "
b"ç¸z\x05 p├F■éì\x03 «Î╗Þ¯ "
b"ê'╠êÔLF_╗1ÑB\x19 !ì┘ "
b"‰,‡YÀ]B.’\x06 ؆º4\x0F x "
b"‰f\r à\x12 üK\x7F ™üÒ•:Gª^ "
b"è »\x10 Ée@rúõR©g\x04\x15 Ç "
b"ŠÏÇZm™HÉ—\r RB0\x01 Õ: "
b"""
‹\n
§.~)C\x03 ºâ—ìÔÏÓÇ
"""
b"‹:Þ.C(H¢›(§'§p{ "
b"‹lù\r $cD\x03 ¿yá\x11 y HH "
b"‹ò2ÞÃYLë€\x16 «\x0E ½\x04\f Ó "
b"Œ7\x01 íxÔ@Ь÷I;17Šl "
b"ŒT\f jRæFô´#\x12 ì#ÚŒÌ "
b"îä×¾ÝUL\x03 ò`ïêÅ\x14 J[ "
b"""
ì6¸eJÖG\n
£®OFâ;Kg
"""
b"ì9\x14 pôíC£║─Í+éÓÀý "
b"ì9Z\t\t $B¯Âè ÜoX.\x02 "
b"ìã╩×>³EðçcõèY\x16 ┬‗ "
b"Å\p▀9f@m©\v IöÃ'´u "
b"ÅùV¤BrC;£░\x00 &├©é\x1C "
b"Å╚-╣¯&D╔ïÀV\x13 æQf| "
b"É\x1C █`ÖÌIñªó╦ÿä\x15 ─\x05 "
b"ÉîxB▄\x1C D¹¥Tûïq¨ß´ "
b"É┼\x18 ó\x06 *Nñø\v ▀\x1F Éûî\x18 "
b"""
‘¢HϬ§@O¦\n
@‹\r ËÜÔ
"""
b"ÆS\x14 ┬ÒÞNh╝üÍ~ºêØk "
b"ô\x02 tKÈÄA\x11 Â\x08 %çü╚GR "
b"“ÀÒ2KMA~»]2I\r Í^þ "
b"ô̓ĿÁNÝØsçu<(+© "
b"öÅèbÍnF\x0F ƒgpÏÒ\x16 rø "
b"”“\v ÑZì@KŒ\e ’ŒjH\x07\x00 "
b"”í®-ÅÊA¸£B·žäu]b "
b"û×2ýq\t CGö├ÆIqü\x03 ║ "
b"—\x14 Ø\%ªCü««»ùà%+\x00 "
b"ùÉÂú╔¡N)»7M[³&L0 "
b"™9¹þ\x14 ùMù¬ú÷E\x02 @ñL "
b"""
Ö¹\x07 ¨\n
ôLÉÉèÎC¹¯yG
"""
b"šu\x1F D–³B¯µ©Z\x13 ÏJ…/ "
b"›4…C%\x00 De‡[¾\x18 ´\x1E ãæ "
b"øîþ\x1C ä<@OÉ▓¦ÃƒR!¯ "
b"£\x07 ƒ0(:N}»û▒DÉ<\x04 "
b"œ"‹]_šG1µã¢Z\x1E ›\r b "
b"œB<øé(EM®•\x08 ÔÒwÔÆ "
b"œ¾?µ¦MGæ¾\x02 Û3‘«õÓ "
b"Ø){ë8!Jtú\x03 !Ç¿ü¥= "
b"Ø/*nÃçB%ù«ÅB/7\e q "
b"ØæiÄuâGsÿþ\x1F WßR\x04 F "
b"ØÌ█Ô▒\x12 Kªª▄9éO┬bó "
b"žU'4ãHNûªW¡]6\f ¸L "
b"×╔ÏÞÅ├L│ë\x13\x14 J╠g\x17 "
b"""
ƒ"Í╗ÉqN=¬ÕP░\n
¾││
"""
b"Ÿ˜®ý†¨H†‡&\x1A\x06 ñ‚\x11 ü "
b"ám©ÏØÙM;Öm ïì`Âc "
b"á«j=ñmJo║Ó\x07 #éìê║ "
b" Ûi\x03 ¦‚O\x00 ž‘KBUùK[ "
b"¡\v å˜ÎþCó¾K_&\x19 )ŒG "
b"¡,¯;Ы@ÄœdÆá,ô#\x0F "
b"£\õã’íF´¨b®Ô\x17 ;\x16 Ù "
b"""
£’é4$šDѱXiR£W\n
þ
"""
b"£ªGDýSLÒžÒñj¾_ö’ "
b"úÞ^ò5§H┬üg\x03 └[kb╦ "
b"úÛ░\x0F nùKùü¥²=ÍUÇî "
b"ñU┬L´\x1E I5ïªg£ÀiÉÎ "
b"""
¥_Ží\n
\x10 H¸„\x02 £¯\x1F IâÉ
"""
b"¨—aeD\x10 F.¹V‘ÂÏj\x7F\f "
b"©‹²ë©´Jê¨ÝkóLC¢\x01 "
b"ªyý\e ÌA@›ª\x18 Vòƒmðp "
b"«n\x08 ÿiwF\x11 ¾7‚ÿ\x05 ÞvQ "
b"„°'ä\x02 D\x13 ‡œ¸òñ[’Š "
b"®›e¼0QA:Ÿ\x7F ÅI\r žéŽ "
b"¯\x10\x1C ³~=K\x00 ³j¤XÔàxÞ "
b"¯m¨nÓßDõ·‘kë*»”š "
b"° NaŒ*Cþ‘x¯SœoÉd "
b"°HÎvQ‘DF³‚Âè"s©Y "
b"░vÃÉD\e Cg«y┴õ\x7F\x0E Á¦ "
b"±M¬tPÙEJ®ø\x06 -=\x16 lˆ "
b"±²\x04 @â>H?¬¶Ødúür{ "
b"±É–•K¢Eƒ¬Â¹¹ÊïMZ "
b"²›dàk¿Fýˆ¤ÍÖ~uì "
b"²ÚØãÖ'A·¡føÝ¯;/ "
b"²ï6’-\x13 I‡¤:fsÀœ+> "
b"²üªo—©A\x04 ƒ…Å¥ƒx\x19 ^ "
b"³¡T\x1D ¾ŒE§¾aBh·ãÄÀ "
b"´\x08\x17 P½ÌJš€$µö~ð@X "
b"ÁÌ@H¢CI3¥Å\x15 ¹Ü*Ü\x0F "
b"ÁÒ‗¦¼&EúüÆ▀Qe╬è2 "
b"¶ :.ÛôA\x1C ¼(Ó´ŠÞž\x10 "
b"¶9ÿÜC^B(¾\x1D ²úîGÓm "
b"¶óèOr\DÉ(a¤\x00 ÈÂo "
b"¶ü]™7\x7F I)°¨µK9KcÄ "
b"·\x07 —\x00 ¨¨M\x05 ‘ð™†:ââi "
b"©>║rÕLJ¿ü\x07 eÝ`Nô¾ "
b"¸V`£û°@p³,\x00 §jk˜Ø "
b"¹í¢l&žK\x15 ¤œ·µ\x13 Âkü "
b"»\x16 þ–º~O‰“XÉìÚöä^ "
b"»l\x15 pd\x10 Cœ›Nou]°L\r "
b"»¸åÞ‚‹OA›`œY‰çQ[ "
b"»º ¥Ø\x07 EͶcå»Iî‰a "
b"¼aZ\x0E >…CךCT]\x03 ‚CÐ "
b"¼Ø¸üˆ(M –Üfš´:A· "
b"¢(µ\x04 !êF\x16 Å9«\x04 \‗ç6 "
b"½žãÒü8Nµ˜‘1„ 9ûæ "
b"¾,\x03 <¢÷@+†¸æ´\\x01 ;µ "
b"┐a\t Ø\x0E ÂF=ê¿áhüÃB} "
b"""
┴fó'█\x1E @ÎÅ\n
ì\t 'öëÞ
"""
b"Á—ŸóU¶Mß±SüÚ\x18 ôF "
b"┬▒WB\t kD‗ܹ\x08 »Øª┐─ "
b"Ã,ú\x06 ˜·AW‚Ø\x1C ï.n[x "
b"├ê¸êÉ\v GîÂ\x0F Û+ÓI4¨ "
b"Ãõ\x12 Ü;mMô½€\x04 ½¬\e •Ó "
b"Ĺó©*\x17 IE pêêEv¶F "
b"─¤p╝½)B\x01 É¢pÚ│┬=Ó "
b"Å\x18 WïÅÈIÀ§ž;\x08\x7F ”\x16 ? "
b"ãƒØÛ/ÔE\x05 ×\x15 ÄôÐi\x0E 6 "
b"Ã\f åöJÖ@õüA\x06 ± ÐÔÜ "
b"""
Ç(õh\x10 :D\n
©\x0F ½ï3ÂaL
"""
b"ÇîÊå8sLz¥\x03 ç¤\x18 C™· "
b"Ã■\x03 ╗\x03 MH&ï\x1C Uvì\e\x01 ■ "
b"╚\└/╝yF┼êú¢zƒÉk\v "
b"Èój£H\x1D H§¶»çù˜~\x02 × "
b"ʈˆsßbD6¾©¡—\r u+` "
b"Ë\x1A qo\v •K,£º7ínÖÍv "
b"Ì\x02 ^r »H4¹ÆŸ†À\v Î4 "
b"Ì'‡’µÑEª®»v6|m\x11\x04 "
b"Ì/Ï\x0E ¶O4³³ë-߯®Z "
b"ÌÒ:VÒ†J\x16 Ž1¹Ï°\x05 Uà "
b"ÌÞg\x1A dHDf„\r ì}àfs\x18 "
b"╠¹H┤╦YEÉòøàÝwa{┼ "
b"Í>ÎRX¿MYƒa¾pÍg?> "
b"╬]£4mÉB┴î\x17 l¿pó1\x7F "
b"¤\x1F 7ÃGÅBùî¬Àt"R╝\x11 "
b"ÏÂL爢Dg³ò}‹œ^,C "
b"ÏÝdËÝüBä™kW{·&Ób "
b"Ð\x01 ˆÈS·Jx¥OMSÇ\x13 §J "
b"""
Ð*dîÞÛF*ŠÀK˜\n
·\x7F\x17
"""
b"Ð\r @]‗█G║ü└Qý#¥Ö│ "
b"Ñ¢Î%ÎÄFµ vϰ1ŽeF "
b"Ò\x1F\x15 †Á‘JÏ“þ\x17 ñy«\x01 › "
b"Ò‚ùƒú¸MʳیÀ‚cá» "
b"Ò¶\x02\x04 $ÿNy¾Î„¯Ø\x02 ç\x10 "
b"""
ÊÎ_(▓UK\x13 ê║Ñ\n
Óücð
"""
b"Ô\t WØ[&Nm¾<ìzÔÞ1“ "
b"ı\x19 ÂMZ[FÂüuÊÊ,©ÄG "
b"ıà×╬v(BvÅ»\x12 Ör│¶\x17 "
b"ı®§ÉdlL°éjÖï╬\x07 µï "
b"Õ¹…á^\x7F Eü’'©ÈfYí "
b"Öä7$ô[@y”Oç—\x00 6bú "
b"×o:‹\x12 ´B9»Q¼J]hÏ6 "
b"Ùj²ÒH‰N0¾ü'ô\x11 ûðï "
b"Ú¾\x1A )hÌBºž\x12 ¯\x13 R)*¶ "
b"ÚçÛþ“\v @øµ~sF÷|B% "
b"ÛüËñ?\Bsšß×eåi\x03 D "
b"""
Ü=í:¦OKá“Þg1\n
F*â
"""
b"Ý4æÛÎýHʦvÙ€Dׇ "
b"Ý_—9œuMÒ·Ø z\x13 Zx\e "
b"Ýσ^j…@3šÍôüÞm"\x18 "
b"ÝåäïªuKL›j‹\x0E ÖŠª% "
b"Þ\t 3J\e\x02 B ˆ·\x08 ~;ö\x13 Ç "
b"Þd²j0–Fü‰,Ë!\x05 ÕÍx "
b"Þ =P4ýG7»óš0Q_xÍ "
b"ßgl ùÜH\x02 ³…að\x03 wÞÿ "
b"ßr¬Ó¤\r FØ–œö¸â\x19 )í "
b"▀ÛÛlzñJà░tÌ\x12 4─;Å "
b"à\x15 ññÊ\x14 Nì±Üÿ£“F<Û "
b"àŽ\x11\x05 ašFÌ™{\x18 ŠUI|o "
b"á58Nè=Eq‚”óÓü<\x19 ï "
b"â“#«ZéD\x10 Ä\x1E q\x10 a–6 "
b"ã$ý\v\x05 ¢C«ªfvÎ{NBK "
b"Ò/╚¡\ÖH-ƒì═«޺E "
b"ã´-¦ÁˆGÑ¢\x07 Ã̽mÛR "
b"ãø¹úOÈ@ݹáakÔiÙ\x1D "
b"äC'4\x10 MJ«žf\x01 Ö\x14 k¥Ô "
b"äœä\x16 øÄFÖ¾5\è_+çP "
b"è‘_)0~E‰¬óö¨‚Â9Ï "
b"Ú\x0E qÈ╚þO°ƒ\x14 └┴Ý▓ÑÉ "
b"êã¿@\x11 çD>¿W¡\x12 +…Â; "
b"Û´ûŸ\x0F AûÇ╝=Ò┌ØA\x01 "
b"ë\x04 UàtîJ\x0E “–Æ•’³‡( "
b"ý\x0F Ü7-╔L╣ìN\x02 ã \r 5Ð "
b"ì+þ£ê¥JʽµîFMPìö "
b"Ýä\x17 Å5×JÅ░─╬¢╝<Æ\x08 "
b"í—§Uv'H^ \x1D Ƕù¨Ìa "
b"íÝ\x1D ä„q@…°¼a¬l×fÁ "
b"î\f ¤³›-@\x11 ¼ìW?ü2è± "
b"ï|ù\x00 csEü³~O•Xbä‹ "
b"ï—„@ýßOa¢ñ¡ºƒ2\r g "
b"ïá\x1A ~„˜Lê‚ñÁ¾Ö#.n "
b"ð\x13 YÖj¢M:žYs0R S@ "
b"ðù\ Y×Nq’J¼»²’Ó "
b"ñ-\x04 w\x18 ‰B¹†ˆ9F`\f áJ "
b"ò\x0E éÿÏYO1¦PB\f\x02 G‚\x19 "
b"ô#ân=}Bš˜ÕîDHXL¾ "
b"¶9\x07 ظÙO.ï╬+ø┐`öç "
b"ôÏtêÿÕHVª\x0F Fܼ\x1F fÀ "
b"ôÚå£6%Oj•'ÿ\x13 qé\x11 À "
b"§\x10\x1F ▒á╗F3Å¡÷0/IÝı "
b"§¡ºþ·_AN╗àeqÞgÝì "
b"õâ–ã„´LT‚ÁD'ÿ¤i¨ "
b"÷ZHO¯¸I£ÿüçtôô\ "
b"÷~G{uÿK\x10 óÎ ,Øä-o "
b"öÉ\x18 ˜åÓF[žøÐR\û¤› "
b"÷\x13 ÚàŒ HÒ¸M6gž\x1F Ê "
b"÷\x18\x0F P–fMàƒt\x13 íú²5\r "
b"""
÷\x1D\f\x19 üzFI¸\n
Ì›çs\x0F >
"""
b"÷Å?ýk’B#ŠÙ^- Nšù "
b"øè3ýõÕGe\x12 ø\x7F p¡M’ "
b"ù\f Wðh_MŽ^—vÏÅgK "
b"ù\x19 JQc,A½•›3Š(ù˜Ê "
b"ùpeEÔ@F=…Z}\x1C ݹœ× "
b"¨¬\x19 Íä1K═Øéy{MýEÝ "
b"ùÔÉT÷êM×”j\f ¨ÑÍ?j "
b"·?>Øî»E\x06 ╣BYÑJõt▒ "
b"ú[È’ )@¸„o\x01 ù¥ÝWf "
b"új?ÑL»@\x01 £¾®–tS!ƒ "
b"ûІÛí"N!½(c=¶\x07 ~¬ "
b"ü}\x1C ùÆ\r MnŒ¼1¨Ï•ð& "
b"ü÷ÈqkŸF\x16 ‚ëw\x1D ªêuu "
b"ý#A2`–E\x05 …ñf˜\x1E qÅ4 "
b"ýÓ"\r \x12 PKN·º\x14\x0E\x1F Ó~\n "
b"²Õ╬76òGcÉâz1■\x18 à1 "
b"²Û°2rªN䨲Byd╚·Ã "
b"þ\f ëSÆSN\r ¾{¿Ì"ÚÚ\x1E "
b"■®ı?:XOغ1»U║Û4ÿ "
b"ÿºuÒ?ÊHA˜µ\x01 C6¸¿™ "
b"\x01 ûoaý¼L4ˆ€š\x14 ÏûK0 "
b"\x03 ø\x13 *â&GZ²€4´Q\x06\x01 y "
b"\f ┤ bëwOKÉi╝wádl7 "
b"\r j§žKHEù³s`¢L‹Àì "
b"\r \x7F ÷Oë®C&£ym‰þà+W "
b"\x16 ┼ ÿ└┘M▄Ä\x17 ª)xØòé "
b"\x18 ŒbØÆpO³”}²š†ûˆp "
b"\e vı)p█LÄü▀þI\TVt "
b"\x1D e1Ø‹\x05 Fh¯\x07 :ð—Õ|3 "
b"\x1E\x16 ì$·┼Apó&3f\x0F ôTÐ "
b"!\x18 ‚2§ãM¢‡3F—j\x1F ? "
b""ãüyšjIL´\x00 Ix}àcâ "
b"%É’)¨{Ek¸˜<ð\x12 óùý "
b"'“äAŽfOP¶WÞ@;¶f\v "
b",\Ý-\x07 [AE¯\x14 E'æ¤\f "
b"1\x12 mÍÓNÈ„Q\x03 ü¥¨z\x0E "
b"5i■)╬ÙLéØÀNµ²·\v Ð "
b"8-─Ø─!DJØ\x07 \x08 juE\x12 "
b":Í`¿/æBÞ¢1>þß•>å "
b"<\x17\x1A @=†Iß“\x10 Ùóg8\x08 = "
b"=\x19 †©l_N„¿è\v hwEáq "
b"F\e 5Q|’FžÎZ\x04 »tNà "
b"""
F'Â\x02\f ;F\n
d\x1F µºs\x1C\x02
"""
b"JYU±wžB\x10 ª:X²X\x19 ˜4 "
b"L\x1F -\x17 Â\x04 F_¿«Ã'bïÃú "
b"Oö.p©bA▄Áß▒ÀfÂ(ì "
b"Y$\x08 ÎYÏB™š6°ÞeË@4 "
b"Z~dâΧE·»w;Ä™EK¬ "
b"k)V5NÈE\f ‹¸3Š\x7F ;Ù\r "
b"lï>o9wJ\x1D ›\x1E ì\x12 ½hö£ "
b"p\x06 ¹2¼\x03 B2\x7F 9ï\x04 ”\x01 ¥ "
b"p\x13 LôÇìB8¿/÷t†:¥´ "
b"u¯_¨s:K¬˜\x11 ÙËìC‹‹ "
b"}çR›ÊÃL\x11 ½\x1E ¦½\x1F $2‚ "
b"ü#Î┌ÄÅN▒å¤*,V┌$þ "
b"ˆ¤0cé›Gϲ̚ö†µ@š "
b"‰Ö«ÄÞ¬N_¡'ï²@‹«@ "
b"ÅÇ┼═x│OBƒ!▄I87╩A "
b"ÆO┴jÀÔB\x02 îB┌▒Á╚Ø` "
b"“Ü;Iì•G™¸\x16 5v\x1D ¾…Õ "
b"–:8”MéA\«åAz\e lÙ¼ "
b"–€¡‡\x1C ÛA>ªªYf\x7F ÙÞf "
b"¢Žý¾ÔñL4§A\x00 {й£F "
b"¤Q/ç¨\x1A IצáµÑ\^pH "
b"®Âô\x7F Ç║CØúûñ}/ô;, "
b"°\x10 «,’\x11 Dà •à\v €ÕRR "
b"ºÜqÌêâJƒ¡\x10 £h>Û¡\f "
b"¢─\x7F 7L/A▄Ü┘aLØ%)ı "
b"¥\x1A .ØÈeA\x06 Á\v ¾\r ý╚¼( "
b"ÁB²\x13 0ŽC\e „N¹ÇºÄŒé "
b"╦Õ¾±Ð]@ØÀßÚ\x0E ñ¦5ê "
b"Ì4D¶p\x11 O©œÌ;õ@¨„N "
b"Ìœ¤S\x08\x13 H\x14 ·\x1E Y\x08 êÀ>” "
b"Íf?ãaðJæœö\f ј\x02 X\x00 "
b"═ü³-À§GÊ▒\x03 ╣ƒê&g" "
b"Ѳº\x0E w\x1C Iê·¹\r vrHV\n "
b"""
×ØÊƒ\x17 UK\f ¶\n
›t\x12 Ç¡\x1A
"""
b"Ì\x18 ¡\x0E ╝qD\x11 úøtÉ>\x17 }Û "
b"ß{à(|9Ká€È\x00 3ƒ<L` "
b"ßü³~¯(@á¾¢É>Þ[ Þ "
b"߯²Õ┼é@Çü!ÿ>.\x0F ┐Ö "
b"µÛß╔ü¥J8á\x7F ߣ&v\f W "
b"Û\x14\x17\x06 █¥@®ó~▒_Å\x12 Ôà "
b"ê<¹½•¢K\t ¨—\x18 &¦ìï "
b"ÛJ\x04\x06 Ì\x16 L©®HÉÑÔ<F^ "
b"êc¼)ŸØKB¿€áãÆ"›s "
b"Ý=\x11 ┘(ÔCõÉu5\t {Ð_l "
b"í£\x04 ^ÞÝJu—*w¥èÓK- "
b"""
ï‘\n
—´˜B\f ¾ˆv\x03 *8<g
"""
b"ñeÿ˜ÃÐF¿‡\x00 ÊF\x07 ˆ`‰ "
b"§ñS'{õDÐɯ[fD®╬Ú "
b"¨Çâ\x01\x19 ÅNm½2êfr\x18 m¥ "
b"¨Ê#m\x04 ¾LÅ╣3¿5░\x04 IØ "
b"³®É■ö┘BÌ▒┤┼àwèqý "
b"ÿ\‚q%íF\x03 ¹ÉÙÜ+\x1A ¿\x11 "
b"ÿßå»ÂÌC\x1C ’$\x15 º\x02 raí "
]
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 (0x0106B16A1E344F4BB501196E52D092D1 , 0x011372AAB96344828C6C45617A1CAADA , 0x011E98B6E7764FD48E06E60620A26EA6 , 0x021E5D9152FC46FF80E3898631135C31 , 0x02A781DF38C04C659BC2479EB93592CF , 0x02ED8A9AF78C4B67AD8820A4EDB48AF0 , 0x02F92C90008B45DCA10A9679AE611667 , 0x03688527EF4E43DF9772304A66F617A0 , 0x03E418D624574B388AD23EFA516323BD , 0x03F8F7E3A7034B169EFF93FE26611901 , 0x05235209BECA468EAD41E94335FE827D , 0x052696D7E6524BC3856A31A768E4113A , 0x053B55FCC86B4986A37DD8F0681DFD9C , 0x061168EA2A4041BBBFE688FC5B26101C , 0x078FDAEDF3B3433F8AD2C4435A101BEF , 0x08B198FEF54D410B8287A43B9D2AC871 , 0x08CC248256BA46018F9242BF32CAE8C6 , 0x095999CAA28B404A92E9D31641F852D5 , 0x0ACC5A60EF8F4265A976A5A9860D55E1 , 0x0B91B4DB92BD46BF90163CB73F5035D3 , 0x0C6CB62ACAEF476CA2766516F4824F35 , 0x0D93A10BD7E2409C9ACDDE89E34D3EB6 , 0x0DBBF645F0A248B4B838AFF785D15B26 , 0x0F9465713E874E41B4EF687383E2EDD4 , 0x0FBC8621BE4644D38A5F8918D8FCD401 , 0x105BDD28632E44E2A5729D3C0B681D47 , 0x10BFAF0E546B40E1858A88ACA98C04AC , 0x1201370C883B491CA34CA8D1ADB5961C , 0x13754E45EAF843488D4F906A64DF9F35 , 0x13B65DB80F574D3380BC49C0D44255FF , 0x1567D6169F8F4DA1B49632CF636CA928 , 0x158FA3605A3646BC86EF3E81F710C7E4 , 0x166F3AFA4D494E82935A80383EA2381E , 0x196DF06AD79E40A48CCFD07283C70AE9 , 0x1A2893E1A96647C7B11A9C3C9E0AC212 , 0x1A9EFC48040E4C7F9F468D528673606E , 0x1ABB491D6E954777B1FB07737AA821D0 , 0x1BF6E930A55C4BC490CFC85A391A76C5 , 0x1CB5DFB4F6A94A6B83FC65141ACAEAE0 , 0x1CC6A29C394B4845BA41E061ACF69A04 , 0x1D5402C5DD9641CA912413F7A0760303 , 0x1D635667350D478D8F7ECC2CAB485896 , 0x1DAC307299644AAFB095854E93B7B44F , 0x1EA54B732CAE4D5DB6A7F311B9EC3AB2 , 0x1F178CDBF9754CEA8C2505214A939E4E , 0x1FD9888CB3AA44D48FD20AAAF6C6088F , 0x200C9B1A5572477AAA3A6CDB80618913 , 0x20428C7DE3C2441480DAE5839E766DFB , 0x21ABA045E81B483EAFBCEDE39334AF86 , 0x234A2B3EFB3141749EC2EAB18C6946C2 , 0x23DAB7DFB6FA45DBAD329ADB84055797 , 0x24F92521B4BA4B1796AFDB5A7D777C64 , 0x26459F12F79C4368B2761E5B99C5F57A , 0x27790E2E00844C83B24CB11FDAF8DD59 , 0x287EF3D7FF3B4E64AD2EF035CE69091E , 0x29D45D54B5064D4FA7555F03CC80C528 , 0x2B90F222B57B4AB69DD5C72BCB8B7273 , 0x2CBAF83E2B0C4DB7B95634682DF80DA3 , 0x2DE5099CBDF94A49B56D87D28B823E66 , 0x2E6470697A9D4C52BB8CC47DC93784FA , 0x2F3778BAA87E4CC48CBF4CA08439A294 , 0x30EB413F8F1746FB91A6FE1310F6E005 , 0x3240DAA159624538971E68A4BF6855B4 , 0x33574724B72844F6A8AFD50D5BEABAF3 , 0x33C6B821DDD54C21AB8FD70A6D7F7490 , 0x340EB4D62E644FA4B926B8638FB8AB91 , 0x34B5FDA418424925ACA6563672780546 , 0x34C1EE6E05A8422DA6D5F04A01BB35DB , 0x35BB0FED8F2E4310A27CB25128ED5B60 , 0x37740D4705F744C583596823C97E20CF , 0x38C6A3B65F79482098C74E6C447C7FB7 , 0x3A8A6AFF69CD4CC48B4EB3A92106D3E0 , 0x3AB61106B082427A97D5D7EE5A623964 , 0x3ADC9F73D307412C840B987A1290C7D3 , 0x3B785979C9B348F1B923025BFCABCF70 , 0x3CDBF9459741433B89DEB06CF47F9105 , 0x3D170C5F17ED4612BCF8C98B5FD0FD40 , 0x3EE478F8848E49F6BC88A736C4B8C409 , 0x3F01EA9177044D7089DBE7C5D289E491 , 0x400485471D714320BF525648DF977C78 , 0x40AB319110244362A2985EB5BBF3B321 , 0x40B0D5833F2844ED8CEBB9D6D2C916D5 , 0x40CE4BDC01964280A9C4BA042934FF82 , 0x4147D1D00736419B8FF548A673198A0E , 0x4171722134E3447086CD35E45C307519 , 0x4175FE753B89461BAD6455559326D0BD , 0x42368D561DD3442BBA539675DB208E0B , 0x423EE9158AC84407AAB61B3F24141996 , 0x424B5E2EE3284AB08416591175A659CC , 0x438E344783AC4FF3B99B40A4E69FF0EA , 0x4454603B48734D9594F711196FA8A44D , 0x445B941B06A448318BB6118109CD6467 , 0x4558FF637C3746B19F0F2590B2D7200F , 0x45ABC769FB224036935FD1222AD3062A , 0x45BB2258EEAE43D080298B403AF3F94B , 0x4677177C32484E609D7ED855F8EFEB5B , 0x467B74540C06483594574A4CC4F56BC6 , 0x471D554BE379429798BD34C84F958CFF , 0x472A4F7173C94D8AAD7D2E87CB32F746 , 0x473D35B0D5B24234A1503DD208ADABB7 , 0x47B64B567BE64E1393CB43E07852754D , 0x4A4A91B118F047F088ECA664A827880F , 0x4A7CBDF3AB924C68A4EC7203446D3F0F , 0x4AC36AEAE9F342558FFA412D889902DA , 0x4C13C5A92F8A490FAE46098FE762D097 , 0x4C8BB8B9C22149B2B7BF87DB72AD6FC3 , 0x4C950C460A2842AFB73B2EF7E574C2A0 , 0x4CADA87316E4443E81D62E6DDC8E88BA , 0x4DD854B00602456988B81BBFDB79EF44 , 0x4DF3A95BAD78439AA1D5A6861180E908 , 0x4E37A67343284953A23757A3DF91873C , 0x4E76B54486254BB1A6D6FEB402DCD58C , 0x4EBEBE69775A40348E644446C4236B26 , 0x4FDF55157E404021908384E9A3DD72C2 , 0x4FE2C4F06B4246BFA94C4A356E2DD152 , 0x4FFCF728430044E1B6D21D66E9894179 , 0x5019CC97CFF44537BC323CB9BB0BE01E , 0x50704D98629346EC86F0C010644F8792 , 0x508FBECC851B47B0A6093977A22B8A56 , 0x5153B6AC7F3B44BF93BC3BCED1A0439A , 0x51610C2EC8F741E68B5863B944AC9A2D , 0x518C690DC5DB4D1D873D7CB0A1492A6C , 0x51FD1BFC541C449F92CB8A38C86E15D2 , 0x53380858DF41487F9E063C7C434037B6 , 0x533D28C325B54B37950D37A33C416FC0 , 0x5347E9CBEF424750831FDEFE0DCA54A0 , 0x53BE7745EEF64C3685B16560B2420FB0 , 0x54A2945DF8F0413BA3DF6A9ED8EB9410 , 0x56293170575C482996CE1EFD8F59D3A5 , 0x578B0F8B9C2F45CCB27A081B7176EB5B , 0x57B3EBD310A04088A2329F0327521238 , 0x5943E62C77F44F81A4175FFC1F7387B5 , 0x5AF91BA1064B4612ABBEAE0BACA05936 , 0x5B0EBADDBA414A3CA35799F916D238BE , 0x5B791D6264B54FB39DB87258D3752AEA , 0x5B82476E5EB14F72AF9889E41C8E2C25 , 0x5B9F7FD9F7C04A0789B1E5F63CF3FA2C , 0x5C820FE1A12A4B7DA3E9804CDF8DB6A6 , 0x5CB1FFF400834E808BE40612905343E1 , 0x5D070D60EAD24F33889F755EA9A58DCA , 0x5D8582D282F24F1EAF8E7D73C969BEB9 , 0x5E40C67EE6EB44929F696D479E74638A , 0x5ED6839EE1EC44288D11EBC4F25F6E73 , 0x5F16A81D6CD2479FB500D9D92155F2DA , 0x61217EDC05CE45B69D6730EE2E632654 , 0x618B5CA2417349A7BEC86605B2504A99 , 0x61FF9DC1918A470B974B961836A17855 , 0x622412FD03124791BDE29D4149A3840E , 0x632D71A4596A445BA613AB5382098C19 , 0x6330694ACE46457E8ED0ADE460382B08 , 0x644295698E40450A8A211A09CFF304B6 , 0x6463C42A50164D268A838E22924E05C0 , 0x652BF714BFD341F7B0502180293DB66C , 0x658300D72F134FD59E063AD89657AB08 , 0x6625AD8E40D44830A6781FD9AFED48BB , 0x6686F09D0CE7449CAD64CF9BC1E8E4E6 , 0x66B4646CFDEC4BD2A730494640A609DD , 0x687C21EC845E46A4A83546F3C7CBD4D0 , 0x6A73780ED414465CA87731C39B4F9863 , 0x6BABCA03560342B0BEBDD1B7B0284957 , 0x6C0873D7CF014266B4BC96F887F26D8F , 0x6C122116385F44448093F7BDCB33D273 , 0x6D2056DB092843B8AF1FB58EEA4461AF , 0x6E74517DBF8B4707AE778A1E9B2521E1 , 0x6E8BFF1612FC4BD18F624F7E6957BD9C , 0x6EF4BB5BB35A462C85C78E0B3A90ED73 , 0x6F173402E8104A469E75E29A411CEA7A , 0x6F99C690148846BD8519CBF277048488 , 0x6FF90A58FC894409899D7CC128BC5F12 , 0x700E8F2E65344BC795886162682D48C5 , 0x7145427B2E614103AC22D5B9B1AC277E , 0x719D3EBF272F471B98262F37A7229FE9 , 0x71DF93170B2643F8AC1934FBBA353A0F , 0x7228D84EFC864A2A992CE01F47216551 , 0x726DFC9DCA64450AB69678CC1C692F0C , 0x729527892D544BA1BF045FC9152B3188 , 0x7324E009A8AB459B9EF1B3D2FF8990FC , 0x738F5787C3694AB0979B31CC1D82970E , 0x74F3D6CB71374383AB6A63362DA5BD16 , 0x7518D5663FF94A91A9F348903BB852C4 , 0x763BCBACE31046EBAC7021C5C9297F37 , 0x76DB742D3DD346698523728E5661B97D , 0x77C4B693D39A499FADDDF95D90954143 , 0x786D1BE25D0647918D525DD2B62A04E1 , 0x7AAF15134A9247A9828B410E8B769378 , 0x7B25CB281A8747A1AAC3B70A8A10C8C1 , 0x7C74D4839CA446FDB65339A7D17D65C8 , 0x7CE86820F0B5448CB975353A53399AB9 , 0x7CFADF700343429AB82A25487AFAA52F , 0x7D2A3D89FAD24C42A4797B2207F0ED65 , 0x7DC32DCE799A45C6BE2BFD5823D929AF , 0x7F341EA8FF9D44579D9470C684142C29 , 0x7FB9DF112B154FAB8F3FCDF97D27B6DF , 0x7FCA2CD2271347CEBDF2D7E35D0DC086 , 0x8097AE9D8A4541E98F76EA137AA4EA5C , 0x80B1559C92544CF5AD853F2C97DCAB3A , 0x80F021295BF34474B47C7A12D1BB0F1D , 0x8106C17DF5004A87B8D490D812B9873F , 0x8301521CC507428F8F19884416524BFA , 0x83710408D5B84EB5800EFAC805C485F4 , 0x838AABF78B4942048F5FCF124A09BB95 , 0x83E80901ECCA450FB0831614ECB3164C , 0x84DFA899553542B29D3AB5CC1D3F7826 , 0x84E7A19DAFC245AF9D369553F181CF1A , 0x84F6AE766D674B6D9D1E0F5821EE1C87 , 0x85077E65C6804C2E9F63FFBF8438A082 , 0x853646399FA2484CA4ED250578400032 , 0x862E45DDDA464546BABBB659B208D922 , 0x87F77A0570C346FE828D03AED7BBE8EE , 0x8827CC88E24C465FBB31A54219218DD9 , 0x892C8759C05D422E9206D886BA340F78 , 0x89660DE012FC4B7F99FCD2953A47AA5E , 0x8A20AF1090654072A3E452B867041580 , 0x8ACFC75A6D9948C9970D52423001D53A , 0x8B0AA72E7E294303BAE297ECD4CFD3C7 , 0x8B3ADE2E432848A29B28C2A727A7707B , 0x8B6CF90D24634403BF79E11179A04848 , 0x8BF232DEC3594CEB8016AB0EBD040CD3 , 0x8C3701ED78D440D0ACF7493B31378A6C , 0x8C540C6A52E646F4B42312EC23DA8CCC , 0x8C849EF3ED554C0395608B888F144A5B , 0x8D36F7654A99470A9CA94F46833B4B67 , 0x8D39147093A1439CBAC4D62B82E0B7EC , 0x8D395A09092442EEB68AFF9A6F582E02 , 0x8DC6CA9E3EFC45D08763E48A5916C2F2 , 0x8F5C70DF3966406DB80B4994C727EF75 , 0x8F9756CF4272433B9CB00026C3B8821C , 0x8FC82DB9EE2644C98BB756139151667C , 0x901CDB6099DE49A4A6A2CB988415C405 , 0x908C7842DC1C44FBBE54968B71F9E1EF , 0x90C518A2062A4EA49B0BDF1F90968C18 , 0x91A248CFACA7404FA60A408B0DCBDCD4 , 0x925314C2E3E84E68BC81D67EA7889D6B , 0x9302744BD48E4111B608258781C84752 , 0x93C0D2324B4D417EBB5D32490DCD5EFE , 0x93D69F8EA8B54EED9D7387753C282BB8 , 0x948F8A62D66E460F9F6770D8E316729B , 0x94930BD15AEC404B8C1B928C6A480700 , 0x94EDAE2DC5CA41B8A342B79EE4755D62 , 0x969E32EC7109434794C39249718103BA , 0x9714D85C25AA43FCABABBBF9E0252B00 , 0x9790B6A3C9AD4E29AF374D5BFC264C30 , 0x9939B9FE14F94DF9ACFAF7450240F14C , 0x99FB07F90A934C90908AD743FBEE7947 , 0x9A751F4496B342AFB5A95A13CF4A852F , 0x9B34854325004465875BBE18B41EE3E6 , 0x9B8CE71C843C404F90B2DDC79F5221EE , 0x9C079F30283A4E7DAF96F0B144903C04 , 0x9C228B5D5F9A4731B5E3A25A1E9B0D62 , 0x9C423CF8E928454DAE9508D4D277D4C6 , 0x9CBE3FB5A64D47E6BE02DB3391ABF5D3 , 0x9D297B8938214A74A3032180A881BE3D , 0x9D2F2A6EC787422597AE8F422F371B71 , 0x9D91698E7583477398E71F57E1520446 , 0x9DDEDBE2B1124BA6A6DC39824FC262A2 , 0x9E552734E3484EFBAA57A15D360CB84C , 0x9EC9D8E88FC34CB38913144ACC671720 , 0x9F22D6BB90714E3DAAE550B00AF3B3B3 , 0x9F98AEFD86A8488687261A06F18211FC , 0xA06DB8D89DEB4D3B996D208B8D60B663 , 0xA0AE6A3DA46D4A6FBAE00723828D88BA , 0xA0DB6903A6824F009E914B4255F94B5B , 0xA10BE598CEFE43F3BE4B5F2619298C47 , 0xA12CAF3BD0AB40C49C64C6E12CF4230F , 0xA35CF5E392ED46B4A862AED4173B16D9 , 0xA392E934249A44D1B1586952A3570AFE , 0xA3AA4744FD534CD29ED2F16ABE5FF692 , 0xA3E85E9535F548C2816703C05B6B62CB , 0xA3EAB00F6E974B9781BEFD3DD655808C , 0xA455C24CEF1E49358BA6679CB76990D7 , 0xA55F8EED0A1048B88402A3AF1F49E2C9 , 0xA89761654410462EB95691C2CF6A7F0C , 0xA98BB2EBA9B44AEAA8DD6BF34C43A201 , 0xAA79FD1BCC41409BAA1856F2836DF070 , 0xAB6E08FF69774611BE3782FF05DE7651 , 0xAD84B027E4024413879CB8F2F15B928A , 0xAE9B65BC3051413A9F7FC5490D9EE98E , 0xAF101CB37E3D4B00B36AA458D4E078DE , 0xAF6DA86ED3DF44F5B7916BEB2ABB949A , 0xB0204E618C2A43FE9178AF539C6FC964 , 0xB048CE7651914446B382C2E82273A959 , 0xB076C790441B4367AE79C1E47F0EB5DD , 0xB14DAC7450D9454AAEF8062D3D166C88 , 0xB1B20440E23E483FACB6D864FAFC727B , 0xB1C996954BA24583ACC2B9B9CAEF4D5A , 0xB29B64E06BBF46FD88A4CDD67E75ADEC , 0xB2DAD8E3D62741ADB7A166F8DDAF3B2F , 0xB2EF36922D134987A43A6673C09C2B3E , 0xB2FCAA6F97A941048385C5A58378195E , 0xB3A1541DBE8C45A7BE614268B7E3C4C0 , 0xB4081750BDCC4A9A8024B5F67EF04058 , 0xB5DE4048BD434933BE8F15FB9A2A9A0F , 0xB5E3F2DDAC2645A38192DF5165CE8A32 , 0xB6203A2EDBF4411CBC28D3B48ADE9E10 , 0xB639FFDC435E4228BE1DB2FAEE47D36D , 0xB6F3E84F725C44C9AD2861A400C8C26F , 0xB6FC5D99377F4929B0A8B54B394B63C4 , 0xB7079700A8A84D0591F099863AE2E269 , 0xB83EBA72E54C4AA8810765ED604E93F3 , 0xB85660A3FBB04070B32C00A76A6B98D8 , 0xB9EDA26C269E4B15A49CB7B513C26BFC , 0xBB16FE96BA7E4F899358C9ECDAF6E45E , 0xBB6C15706410439C9B4E6F755DB04C0D , 0xBBB8E5DE828B4F419B609C5989E7515B , 0xBBBAA0A5D80745CDB663E5BB49EE8961 , 0xBC615A0E3E8543D79A43545D038243D0 , 0xBCD8B8FC88284D2096DC669AB43A41B7 , 0xBD28E604218846168F39AE045CF28736 , 0xBD9EE3D2FC384EB5989131842039FBE6 , 0xBE2C033CA2F7402B86B8E6B45C013BB5 , 0xBF61099D0EB6463D88A8A06881C7427D , 0xC166A227DB1E40D78F0A8D09279489E8 , 0xC1979FF355B64DDFB153ADFCDA18F446 , 0xC2B15742096B44F29AFB08AF9DA6BFC4 , 0xC32CFA0698B7415782D81CEF2E6E5B78 , 0xC388F788900B478CB60FEA2BE04934F9 , 0xC3F512DC3B6D4DF4BD8004BDAC1B95D3 , 0xC4B9F3A92A174945A070EAEA4576B646 , 0xC4CF70BCAB29420190BD70E9B3C23DE0 , 0xC51857EFC5C849C0A79E3B087F94163F , 0xC69F9DEA2FE245059E158E93D1690E36 , 0xC70C86944A9940E4814106F120D1E29A , 0xC728F568103A440AA90FBDEF33C2614C , 0xC7EECAE538734C7AA503E7A4184399B7 , 0xC7FE03BB034D48268B1C55768D1B01FE , 0xC85CC02FBC7946C588A3BD7A9F906B0B , 0xC8F36AA3481D48A7B6BBE7F9987E02D7 , 0xCA888873DF624436BEA9A1970D752B60 , 0xCB1A716F0B954B2CA3BA37ED6ED6CD76 , 0xCC025E72A0BB4834B9C69F86C00BCE34 , 0xCC278792B5D145AAAEBB76367C6D1104 , 0xCC2FCF0EC2B64F34B3B3EB2DDFAFAE5A , 0xCCD23A56D2864A168E31B9CFB00555E0 , 0xCCDE671A64484466840DEC7DE0667318 , 0xCCFB48B4CB594590959B85ED77617BC5 , 0xCD3ECE5258BF4D598361BE70CD673F3E , 0xCE5D9C346D9042C18C176CA870A2317F , 0xCF1F37C7478F42978CAAB7742252BC11 , 0xCFC24CE788A24467B3F27D8B9C5E2C43 , 0xCFDD64CBDDFC42E4996B577BB726D362 , 0xD00188C853B74A78A54F4D53C713A74A , 0xD02A64EEDEDB462A8AC04B980AB77F17 , 0xD10D405DF2DB47BA81C051EC23BE99B3 , 0xD1A2CE25CEC446B5A076CFB0318E6546 , 0xD21F1586C1914ACF93FE17F179AB019B , 0xD282F983FAB84DCAB3DB8CC08263E1BB , 0xD2B6020424FF4E79BECE84AFD802E710 , 0xD2D75F28B2554B1388BAA50AE08163D0 , 0xD40957D85B264E6DBE3CEC7AD4DE3193 , 0xD519B64D5A5B46B68175D2D22CB88E47 , 0xD5859ECE762842768FAF129972B3F417 , 0xD5A9F590646C4CF8826A998BCE07E68B , 0xD5B985E15E7F45FC9227ADA9C86659ED , 0xD6E43724F45B4079944FE797003662FA , 0xD76F3A8B12B44239BB51BC4A5D68CF36 , 0xD96AB2D248894E30BEFC27F411FBF0EF , 0xDABE1A2968CC42BA9E12AF1352292AB6 , 0xDAE7DBFE930B40F8B57E7346F77C4225 , 0xDBFCCBF13F5C42739ADFD765E5690344 , 0xDC3DED3AA64F4BE193DE67310A462AE2 , 0xDD34E6DBCEFD48CAA676D98044D787C2 , 0xDD5F97399C754DD2B7D8A07A135A781B , 0xDDCF835E6A8540339ACDF4FCDE6D2218 , 0xDDE5E4EFAA754B4C9B6A8B0ED68AAA25 , 0xDE09334A1B0242A088B7087E3BF613C7 , 0xDE64B26A309646FC892CCB2105D5CD78 , 0xDEA03D5034FD4737BBF39A30515F78CD , 0xDF676CA0F9DC4802B38561F00377DEFF , 0xDF72ACD3A40D46D8969CF6B8E21929ED , 0xDFEAEA6C7AA44A85B074DE1234C43B8F , 0xE015F1F1CA144EECB1DCFFA393463CDB , 0xE08E1105619A46CC997B188A55497C6F , 0xE135384EE83D45718294F3D3FC3C19EF , 0xE29323AB5AE94410A0C41E7110619636 , 0xE324FD0B05A243ABAA6676CE7B4E424B , 0xE32FC8AD5C99482D9F8DCDB6AEE8A745 , 0xE3B42DA6C18847D1A207C3CCBD6DDB52 , 0xE3F8B9FA4FC840DDB9E1616BD469D91D , 0xE4432734104D4AAB9E6601D6146BA5D4 , 0xE49CE416F8C446D6BE355CE85F2BE750 , 0xE8915F29307E4589ACF3F6A882C239CF , 0xE90E71D4C8E74FF89F14C0C1EDB2A590 , 0xEAE3BF4011E7443EBF57A1122B85C23B , 0xEAEF968FF70F419680BC3DE3DA9D4101 , 0xEB0455E074EE4A0E9396C69592B38728 , 0xEC0F9A372DC94CB98D4E02C6200D35D1 , 0xEC2BFEA3EAA54ACABDB5EE464D50ECF6 , 0xED84178F359E4A8FB0C4CEBDBC3C9208 , 0xED97A7557627485EA01DC7B6F9A8CC61 , 0xEDDD1DE484714085B0BC61AC6CD766C1 , 0xEE0CA4B39B2D4011BCEC573FFC32E8B1 , 0xEF7CF900637345FCB37E4F955862E48B , 0xEF978440FDDF4F61A2F1A1BA83320D67 , 0xEFE11A7E84984CEA82F1C1BED6232E6E , 0xF01359D66AA24D3A9E59733052A05340 , 0xF0F95CA059D74E71924ABCADBBB292D3 , 0xF12D0477188942B986883946600CE14A , 0xF20EE9FFCF594F31A650420C02478219 , 0xF423E26E3D7D429A98D5EE4448584CBE , 0xF439079DF7EB4F2E8BCE2B9BBF609487 , 0xF4CF74EAFFD54856AA0F46DCBC1F66C0 , 0xF4DAE5A336254F6A9527FF1371E911C0 , 0xF5101FB1A0BB46338FADF6302F49EDD5 , 0xF5ADA7E7FA5F414EBB856571E867ED8D , 0xF5E296E384B44C5482C14427FFA469A8 , 0xF65A484FEEF7499C9881877493C7EF5C , 0xF67E477B75984B10A2D7FF2C9D842D6F , 0xF6C91898E5D3465B9EF8D0525CFBA49B , 0xF713DAE08C2048D2ADB84D36679E1FCA , 0xF7180F5096664DE0837413EDFAB2350D , 0xF71D0C19FC7A4649B80ACC9BE7730F3E , 0xF7C53FFD6B9242238AD95E2DA04E9AF9 , 0xF8E833FDF5D54765AD12F87F70A14D92 , 0xF90C57F0685F4DC5BD5E9776CFC5674B , 0xF9194A51632C41BD959B338A28F998CA , 0xF9706545D440463D855A7D1CDDB99CD7 , 0xF9AA19D684314BCD9D82797B4DEC45ED , 0xF9D4C954F7EA4DD7946A0CA8D1CD3F6A , 0xFA3F3E9D8CAF4506B94259A54AE474B1 , 0xFA5BC892202940B8846F01F9A5DD5766 , 0xFA6A3FD14CBB4001A3BEAE9674532183 , 0xFBD086DBED224E21BD28633DB6077EAC , 0xFC7D1CF9C60D4D6E8CBC31A8CF95F026 , 0xFCF7C8716B9F461682EB771DAAEA7575 , 0xFD2341326096450585F166981E71C534 , 0xFDD3220D12504B4EB7BA140E1FD37E0A , 0xFDE5CE373695476390837A31FE188531 , 0xFDEAF83272A64E849DFD427964C8FAC7 , 0xFE0CEB53C6534E0DBE7BBFCC22DADA1E , 0xFEA9D53F3A584F9DA731AF55BAEA3498 , 0xFFBA75D23FCA484198B5014336B8BF99 , 0x01FB6F61FDBC4C3488809A14CFFB4B30 , 0x03F8132AE226475AB28034B451060179 , 0x0CB4206289774F4B9069BC77A0646C37 , 0x0D6AA79E4B4845F9B37360A24C8BC0EC , 0x0D7FF74FEBAE4326A3796D89FEE02B57 , 0x16C52098C0D94DDC8E17A629789D9582 , 0x188C62D8C6704FB3947DB29A86FB8870 , 0x1B76D52970DB4C8E81DFE7495C545674 , 0x1D6531D88B054668AF073AF097D57C33 , 0x1E168D24FAC54170A22633660F9354D1 , 0x21188232A7E34DA2873346976A1FAD3F , 0x22E3FC799A6A494CB40049787DE063E2 , 0x25C99229A87B456BB8983CF012F3F9FD , 0x2793E4418E664F50B657DE403BB6660B , 0x2C5CDD2D075B4145AF144527E6A40CA0 , 0x31126DCDADD34EC8845103FCA5A87A0E , 0x3569FE29CEEB4C829DB74EE6FDFA0BD1 , 0x382DC49DC421444A9D0720086A754512 , 0x3ACD60BF2FE642DEA2313EFEDF953EE5 , 0x3C171A403D8649DF9310D9F36738083D , 0x3D1986A96C5F4E84BFE80B687745E171 , 0x461B35517C9246C29ECE5A04BB744EC3 , 0x4627C2020C3B460AA0641FB5BA731C02 , 0x4A5955B1779E4210AA3A58B258199834 , 0x4C1F2D17C204465FBFABC32762EFC3FA , 0x4F942E70B86241DCB5E1B1B766B6288D , 0x592408CE59CF42999A36B0DE65CB4034 , 0x5A7E64E2CEA745B7BB773BC499454BAC , 0x6B2956354EC8450C8BB8338A7F3BD90D , 0x6CEF3E6F39774A1D9B1EEC12BD68F6A3 , 0x7006B932BC034232AD7F39EF049401A5 , 0x70134CF4C7EC4238BF2FF774863AA5B4 , 0x75AF5FA8733A4BAC9811D9CBEC438B8B , 0x7DE7529BCAC34C11BD1EA6BD1F243282 , 0x8123D7DA8E8F4EB186CF2A2C56DA24E7 , 0x88A43063E99B47CFB2CC9AF686B5409A , 0x89D6ABC4DEAC4E5FA127EFB2408BAB40 , 0x8F80C5CD78B34F429F21DC493837CA41 , 0x924FC16AB7E242028C42DAB1B5C89D60 , 0x93DC3B49EC954799B81635761DBE85D5 , 0x963A38944DE9415CABE5417A1B6CD9BC , 0x9680A1871CDB413EAAAA59667FD9DE66 , 0xA28EFDBED4F14C34A741007BD0B9A346 , 0xA4512FE7A81A49D7A6E1B5D15C5E7048 , 0xA9B6937F80BA439DA396A47D2F933B2C , 0xB010AB2C921144E0A095E00B80D55252 , 0xBADC71CCEAE24A83A110A3683EDBA10C , 0xBDC47F374C2F41DC9AD9614C9D2529D5 , 0xBE1A2E9DD4654106B50BF30DECC8AC28 , 0xC142B213308E431B844EB9C7BAC48CE9 , 0xCBE5F3F1D15D409DB7E1E90EA4DD3588 , 0xCC3444B670114FA99CCC3BF540A8844E , 0xCC9CA45308134814B71E5908EAC03E94 , 0xCD663FE361F04AE69CF60CD198025800 , 0xCD81FC2DB7F547D2B103B99F88266722 , 0xD1B2BA0E771C49EAB7B90D767248560A , 0xD7D8CA8317554B0CB60A9B7412C7A11A , 0xDE18AD0EBC714411A39B74903E177DEA , 0xDF7BE0287C394BE180C80033833C4C60 , 0xDFFCB37EAF2840E1BEA2C93EDE5BA0DE , 0xE1EEFDE5C58240808121983E2E0FBF99 , 0xE6EAE1C981BE4A38A07FE19C26760C57 , 0xEA141706DBBE40A9A27EB15F8F12E285 , 0xEA3CB9BD95A24B09A8971826A6ECEFC2 , 0xEA4A0406DE164CB8A94890A5E23C465E , 0xEA63BC299FD84B42BF80E1E3C6229B73 , 0xED3D11D928E243E4907535097BD15F6C , 0xEDA3045EDEDD4A75972A77A5E8D34B2D , 0xEF910A97B498420CBE8876032A383C67 , 0xF165FF98C3D046BF8700CA4607886089 , 0xF5A453277BE444D190EE5B6644A9CEE9 , 0xF9808301198F4E6DAB32886672186DBE , 0xF9D2236D04F34C8FB933A835B004499D , 0xFCA990FE94D942DEB1B4C585778A71EC , 0xFF5C827125ED4603B9C9D9DC2B1ABF11 , 0xFFDFE5BBC2CC431C922415BA027261ED )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
92
0.05 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
93
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
94
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
95
0.08 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0xD348ACF4310841E4872DD092D836E229 ;
Copy
96
0.79 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? , ? )
Parameters :
[
"/navigation/cb53485bc0264c979c07a1df1a5c38d3 "
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/navigation/cb53485bc0264c979c07a1df1a5c38d3' AND `is_canonical` = 1 AND
`sales_channel_id` = 0xD348ACF4310841E4872DD092D836E229 AND `language_id` IN (0x76393D0A5F754C5A80FB3EC7B3B3DB05 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
97
0.11 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
98
0.10 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
0.11 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.fallback_1.description` , `theme.translation.description` , COALESCE (`theme.translation.fallback_1.description` , `theme.translation.description` , `theme.translation.description` ) AS `theme.description` , `theme.translation.fallback_1.labels` , `theme.translation.labels` , COALESCE (`theme.translation.fallback_1.labels` , `theme.translation.labels` , `theme.translation.labels` ) AS `theme.labels` , `theme.translation.fallback_1.helpTexts` , `theme.translation.helpTexts` , COALESCE (`theme.translation.fallback_1.helpTexts` , `theme.translation.helpTexts` , `theme.translation.helpTexts` ) AS `theme.helpTexts` , `theme.translation.fallback_1.customFields` , `theme.translation.customFields` , COALESCE (`theme.translation.fallback_1.customFields` , `theme.translation.customFields` , `theme.translation.customFields` ) AS `theme.customFields` , `theme.translation.fallback_1.createdAt` , `theme.translation.createdAt` , `theme.translation.fallback_1.updatedAt` , `theme.translation.updatedAt` , `theme.translation.fallback_1.themeId` , `theme.translation.themeId` , `theme.translation.fallback_1.languageId` , `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` , `theme.translation.fallback_1` . description AS `theme.translation.fallback_1.description` , `theme.translation.fallback_1` . labels AS `theme.translation.fallback_1.labels` , `theme.translation.fallback_1` . help_texts AS `theme.translation.fallback_1.helpTexts` , `theme.translation.fallback_1` . custom_fields AS `theme.translation.fallback_1.customFields` , `theme.translation.fallback_1` . created_at AS `theme.translation.fallback_1.createdAt` , `theme.translation.fallback_1` . updated_at AS `theme.translation.fallback_1.updatedAt` , `theme.translation.fallback_1` . theme_id AS `theme.translation.fallback_1.themeId` , `theme.translation.fallback_1` . language_id AS `theme.translation.fallback_1.languageId` FROM `theme_translation` `theme.translation` LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation` . `theme_id` = `theme.translation.fallback_1` . `theme_id` AND `theme.translation.fallback_1` . language_id = ? WHERE `theme.translation` . language_id = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
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.fallback_1.description` ,
`theme.translation.description` ,
COALESCE (
`theme.translation.fallback_1.description` ,
`theme.translation.description` ,
`theme.translation.description`
) AS `theme.description` ,
`theme.translation.fallback_1.labels` ,
`theme.translation.labels` ,
COALESCE (
`theme.translation.fallback_1.labels` ,
`theme.translation.labels` , `theme.translation.labels`
) AS `theme.labels` ,
`theme.translation.fallback_1.helpTexts` ,
`theme.translation.helpTexts` ,
COALESCE (
`theme.translation.fallback_1.helpTexts` ,
`theme.translation.helpTexts` ,
`theme.translation.helpTexts`
) AS `theme.helpTexts` ,
`theme.translation.fallback_1.customFields` ,
`theme.translation.customFields` ,
COALESCE (
`theme.translation.fallback_1.customFields` ,
`theme.translation.customFields` ,
`theme.translation.customFields`
) AS `theme.customFields` ,
`theme.translation.fallback_1.createdAt` ,
`theme.translation.createdAt` ,
`theme.translation.fallback_1.updatedAt` ,
`theme.translation.updatedAt` ,
`theme.translation.fallback_1.themeId` ,
`theme.translation.themeId` ,
`theme.translation.fallback_1.languageId` ,
`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` ,
`theme.translation.fallback_1` . description AS `theme.translation.fallback_1.description` ,
`theme.translation.fallback_1` . labels AS `theme.translation.fallback_1.labels` ,
`theme.translation.fallback_1` . help_texts AS `theme.translation.fallback_1.helpTexts` ,
`theme.translation.fallback_1` . custom_fields AS `theme.translation.fallback_1.customFields` ,
`theme.translation.fallback_1` . created_at AS `theme.translation.fallback_1.createdAt` ,
`theme.translation.fallback_1` . updated_at AS `theme.translation.fallback_1.updatedAt` ,
`theme.translation.fallback_1` . theme_id AS `theme.translation.fallback_1.themeId` ,
`theme.translation.fallback_1` . language_id AS `theme.translation.fallback_1.languageId`
FROM
`theme_translation` `theme.translation`
LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation` . `theme_id` = `theme.translation.fallback_1` . `theme_id`
AND `theme.translation.fallback_1` . language_id = ?
WHERE
`theme.translation` . language_id = ?
) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Copy
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.fallback_1.description` , `theme.translation.description` , COALESCE (`theme.translation.fallback_1.description` , `theme.translation.description` , `theme.translation.description` ) AS `theme.description` , `theme.translation.fallback_1.labels` , `theme.translation.labels` , COALESCE (`theme.translation.fallback_1.labels` , `theme.translation.labels` , `theme.translation.labels` ) AS `theme.labels` , `theme.translation.fallback_1.helpTexts` , `theme.translation.helpTexts` , COALESCE (`theme.translation.fallback_1.helpTexts` , `theme.translation.helpTexts` , `theme.translation.helpTexts` ) AS `theme.helpTexts` , `theme.translation.fallback_1.customFields` , `theme.translation.customFields` , COALESCE (`theme.translation.fallback_1.customFields` , `theme.translation.customFields` , `theme.translation.customFields` ) AS `theme.customFields` , `theme.translation.fallback_1.createdAt` , `theme.translation.createdAt` , `theme.translation.fallback_1.updatedAt` , `theme.translation.updatedAt` , `theme.translation.fallback_1.themeId` , `theme.translation.themeId` , `theme.translation.fallback_1.languageId` , `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` , `theme.translation.fallback_1` . description AS `theme.translation.fallback_1.description` , `theme.translation.fallback_1` . labels AS `theme.translation.fallback_1.labels` , `theme.translation.fallback_1` . help_texts AS `theme.translation.fallback_1.helpTexts` , `theme.translation.fallback_1` . custom_fields AS `theme.translation.fallback_1.customFields` , `theme.translation.fallback_1` . created_at AS `theme.translation.fallback_1.createdAt` , `theme.translation.fallback_1` . updated_at AS `theme.translation.fallback_1.updatedAt` , `theme.translation.fallback_1` . theme_id AS `theme.translation.fallback_1.themeId` , `theme.translation.fallback_1` . language_id AS `theme.translation.fallback_1.languageId` FROM `theme_translation` `theme.translation` LEFT JOIN `theme_translation` `theme.translation.fallback_1` ON `theme.translation` . `theme_id` = `theme.translation.fallback_1` . `theme_id` AND `theme.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 WHERE `theme.translation` . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
100
0.41 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.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) AS `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) AS `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) AS `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `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` , `media.translation.fallback_1` . title AS `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt AS `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields AS `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at AS `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at AS `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id AS `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id AS `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = ? 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 Šƒ¢·~pø³Ã˜©4´< "
b"\x01 Šƒ£^¾pÁ¾A9ÍŒ€!Ë "
]
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.fallback_1.title` ,
`media.translation.title` ,
COALESCE (
`media.translation.fallback_1.title` ,
`media.translation.title` , `media.translation.title`
) AS `media.title` ,
`media.translation.fallback_1.alt` ,
`media.translation.alt` ,
COALESCE (
`media.translation.fallback_1.alt` ,
`media.translation.alt` , `media.translation.alt`
) AS `media.alt` ,
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
COALESCE (
`media.translation.fallback_1.customFields` ,
`media.translation.customFields` ,
`media.translation.customFields`
) AS `media.customFields` ,
`media.translation.fallback_1.createdAt` ,
`media.translation.createdAt` ,
`media.translation.fallback_1.updatedAt` ,
`media.translation.updatedAt` ,
`media.translation.fallback_1.mediaId` ,
`media.translation.mediaId` ,
`media.translation.fallback_1.languageId` ,
`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` ,
`media.translation.fallback_1` . title AS `media.translation.fallback_1.title` ,
`media.translation.fallback_1` . alt AS `media.translation.fallback_1.alt` ,
`media.translation.fallback_1` . custom_fields AS `media.translation.fallback_1.customFields` ,
`media.translation.fallback_1` . created_at AS `media.translation.fallback_1.createdAt` ,
`media.translation.fallback_1` . updated_at AS `media.translation.fallback_1.updatedAt` ,
`media.translation.fallback_1` . media_id AS `media.translation.fallback_1.mediaId` ,
`media.translation.fallback_1` . language_id AS `media.translation.fallback_1.languageId`
FROM
`media_translation` `media.translation`
LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id`
AND `media.translation.fallback_1` . language_id = ?
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 (? , ? )
)
Copy
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.fallback_1.title` , `media.translation.title` , COALESCE (`media.translation.fallback_1.title` , `media.translation.title` , `media.translation.title` ) AS `media.title` , `media.translation.fallback_1.alt` , `media.translation.alt` , COALESCE (`media.translation.fallback_1.alt` , `media.translation.alt` , `media.translation.alt` ) AS `media.alt` , `media.translation.fallback_1.customFields` , `media.translation.customFields` , COALESCE (`media.translation.fallback_1.customFields` , `media.translation.customFields` , `media.translation.customFields` ) AS `media.customFields` , `media.translation.fallback_1.createdAt` , `media.translation.createdAt` , `media.translation.fallback_1.updatedAt` , `media.translation.updatedAt` , `media.translation.fallback_1.mediaId` , `media.translation.mediaId` , `media.translation.fallback_1.languageId` , `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` , `media.translation.fallback_1` . title AS `media.translation.fallback_1.title` , `media.translation.fallback_1` . alt AS `media.translation.fallback_1.alt` , `media.translation.fallback_1` . custom_fields AS `media.translation.fallback_1.customFields` , `media.translation.fallback_1` . created_at AS `media.translation.fallback_1.createdAt` , `media.translation.fallback_1` . updated_at AS `media.translation.fallback_1.updatedAt` , `media.translation.fallback_1` . media_id AS `media.translation.fallback_1.mediaId` , `media.translation.fallback_1` . language_id AS `media.translation.fallback_1.languageId` FROM `media_translation` `media.translation` LEFT JOIN `media_translation` `media.translation.fallback_1` ON `media.translation` . `media_id` = `media.translation.fallback_1` . `media_id` AND `media.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 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 (0x018A83A2B77E70C3B8B3C398A934B43C , 0x018A83A35EBE70C1BE4139CD8C8021CB ));
Copy
101
0.02 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
102
0.01 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'en-GB' ;
Copy
103
0.02 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\e /N÷\x16 ®MÊŸº+§¨ž`\x7F "
]
SELECT iso FROM snippet_set WHERE id = 0x1B2F4EF716AE4DCA9FBA2BA7A89E607F ;
Copy
104
0.01 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name AS themeName , parentTheme . technical_name AS parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) AS grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name AS themeName , parentTheme . technical_name AS parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) AS grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0xD348ACF4310841E4872DD092D836E229
;
Copy
105
0.01 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
106
0.02 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\e /N÷\x16 ®MÊŸº+§¨ž`\x7F "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x1B2F4EF716AE4DCA9FBA2BA7A89E607F ;
Copy
107
0.40 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.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = ? AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ËSH[À&L—œ\x07 ¡ß\x1A \8Ó "
]
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.fallback_1.name` ,
`category.translation.name` ,
COALESCE (
`category.translation.fallback_1.name` ,
`category.translation.name` , `category.translation.name`
) AS `category.name` ,
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
COALESCE (
`category.translation.fallback_1.breadcrumb` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb`
) AS `category.breadcrumb` ,
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
COALESCE (
`category.translation.fallback_1.slotConfig` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig`
) AS `category.slotConfig` ,
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
COALESCE (
`category.translation.fallback_1.linkType` ,
`category.translation.linkType` ,
`category.translation.linkType`
) AS `category.linkType` ,
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
COALESCE (
`category.translation.fallback_1.internalLink` ,
`category.translation.internalLink` ,
`category.translation.internalLink`
) AS `category.internalLink` ,
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
COALESCE (
`category.translation.fallback_1.externalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink`
) AS `category.externalLink` ,
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
COALESCE (
`category.translation.fallback_1.linkNewTab` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab`
) AS `category.linkNewTab` ,
`category.translation.fallback_1.description` ,
`category.translation.description` ,
COALESCE (
`category.translation.fallback_1.description` ,
`category.translation.description` ,
`category.translation.description`
) AS `category.description` ,
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
COALESCE (
`category.translation.fallback_1.metaTitle` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle`
) AS `category.metaTitle` ,
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
COALESCE (
`category.translation.fallback_1.metaDescription` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription`
) AS `category.metaDescription` ,
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
COALESCE (
`category.translation.fallback_1.keywords` ,
`category.translation.keywords` ,
`category.translation.keywords`
) AS `category.keywords` ,
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
COALESCE (
`category.translation.fallback_1.customFields` ,
`category.translation.customFields` ,
`category.translation.customFields`
) AS `category.customFields` ,
`category.translation.fallback_1.createdAt` ,
`category.translation.createdAt` ,
`category.translation.fallback_1.updatedAt` ,
`category.translation.updatedAt` ,
`category.translation.fallback_1.categoryId` ,
`category.translation.categoryId` ,
`category.translation.fallback_1.languageId` ,
`category.translation.languageId` ,
`category.translation.fallback_1.categoryVersionId` ,
`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` ,
`category.translation.fallback_1` . name AS `category.translation.fallback_1.name` ,
`category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` ,
`category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` ,
`category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` ,
`category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` ,
`category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` ,
`category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` ,
`category.translation.fallback_1` . description AS `category.translation.fallback_1.description` ,
`category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` ,
`category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` ,
`category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` ,
`category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` ,
`category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` ,
`category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` ,
`category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` ,
`category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` ,
`category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId`
FROM
`category_translation` `category.translation`
LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id`
AND `category.translation.fallback_1` . language_id = ?
AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id
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.fallback_1.name` , `category.translation.name` , COALESCE (`category.translation.fallback_1.name` , `category.translation.name` , `category.translation.name` ) AS `category.name` , `category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , COALESCE (`category.translation.fallback_1.breadcrumb` , `category.translation.breadcrumb` , `category.translation.breadcrumb` ) AS `category.breadcrumb` , `category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , COALESCE (`category.translation.fallback_1.slotConfig` , `category.translation.slotConfig` , `category.translation.slotConfig` ) AS `category.slotConfig` , `category.translation.fallback_1.linkType` , `category.translation.linkType` , COALESCE (`category.translation.fallback_1.linkType` , `category.translation.linkType` , `category.translation.linkType` ) AS `category.linkType` , `category.translation.fallback_1.internalLink` , `category.translation.internalLink` , COALESCE (`category.translation.fallback_1.internalLink` , `category.translation.internalLink` , `category.translation.internalLink` ) AS `category.internalLink` , `category.translation.fallback_1.externalLink` , `category.translation.externalLink` , COALESCE (`category.translation.fallback_1.externalLink` , `category.translation.externalLink` , `category.translation.externalLink` ) AS `category.externalLink` , `category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , COALESCE (`category.translation.fallback_1.linkNewTab` , `category.translation.linkNewTab` , `category.translation.linkNewTab` ) AS `category.linkNewTab` , `category.translation.fallback_1.description` , `category.translation.description` , COALESCE (`category.translation.fallback_1.description` , `category.translation.description` , `category.translation.description` ) AS `category.description` , `category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , COALESCE (`category.translation.fallback_1.metaTitle` , `category.translation.metaTitle` , `category.translation.metaTitle` ) AS `category.metaTitle` , `category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , COALESCE (`category.translation.fallback_1.metaDescription` , `category.translation.metaDescription` , `category.translation.metaDescription` ) AS `category.metaDescription` , `category.translation.fallback_1.keywords` , `category.translation.keywords` , COALESCE (`category.translation.fallback_1.keywords` , `category.translation.keywords` , `category.translation.keywords` ) AS `category.keywords` , `category.translation.fallback_1.customFields` , `category.translation.customFields` , COALESCE (`category.translation.fallback_1.customFields` , `category.translation.customFields` , `category.translation.customFields` ) AS `category.customFields` , `category.translation.fallback_1.createdAt` , `category.translation.createdAt` , `category.translation.fallback_1.updatedAt` , `category.translation.updatedAt` , `category.translation.fallback_1.categoryId` , `category.translation.categoryId` , `category.translation.fallback_1.languageId` , `category.translation.languageId` , `category.translation.fallback_1.categoryVersionId` , `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` , `category.translation.fallback_1` . name AS `category.translation.fallback_1.name` , `category.translation.fallback_1` . breadcrumb AS `category.translation.fallback_1.breadcrumb` , `category.translation.fallback_1` . slot_config AS `category.translation.fallback_1.slotConfig` , `category.translation.fallback_1` . link_type AS `category.translation.fallback_1.linkType` , `category.translation.fallback_1` . internal_link AS `category.translation.fallback_1.internalLink` , `category.translation.fallback_1` . external_link AS `category.translation.fallback_1.externalLink` , `category.translation.fallback_1` . link_new_tab AS `category.translation.fallback_1.linkNewTab` , `category.translation.fallback_1` . description AS `category.translation.fallback_1.description` , `category.translation.fallback_1` . meta_title AS `category.translation.fallback_1.metaTitle` , `category.translation.fallback_1` . meta_description AS `category.translation.fallback_1.metaDescription` , `category.translation.fallback_1` . keywords AS `category.translation.fallback_1.keywords` , `category.translation.fallback_1` . custom_fields AS `category.translation.fallback_1.customFields` , `category.translation.fallback_1` . created_at AS `category.translation.fallback_1.createdAt` , `category.translation.fallback_1` . updated_at AS `category.translation.fallback_1.updatedAt` , `category.translation.fallback_1` . category_id AS `category.translation.fallback_1.categoryId` , `category.translation.fallback_1` . language_id AS `category.translation.fallback_1.languageId` , `category.translation.fallback_1` . category_version_id AS `category.translation.fallback_1.categoryVersionId` FROM `category_translation` `category.translation` LEFT JOIN `category_translation` `category.translation.fallback_1` ON `category.translation` . `category_id` = `category.translation.fallback_1` . `category_id` AND `category.translation.fallback_1` . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 AND `category.translation` . category_version_id = `category.translation.fallback_1` . category_version_id 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 (0xCB53485BC0264C979C07A1DF1A5C38D3 ));
Copy
108
40.27 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/cb53485bc0264c979c07a1df1a5c38d3 "
"/navigation/5cf57f32947d430fa931e53694822cba "
"/navigation/13a2b49821dd47d9a7a5389b2d690857 "
"/navigation/38d6806a5b4547988a2a7df65fd04ea3 "
"/navigation/29cf37b94c3d4144ab148c6e75a28b88 "
"/navigation/7e353cca391f4ffbb4b52e542ab8cf81 "
"/navigation/fe1dc8f9ed3c463bb5b62ff6b74e1312 "
"/navigation/92e148153abd47b5b65b9e1f472bba0a "
"/navigation/2b7a7d2c848e4e8eb1d8a2c4d63b82cd "
"/navigation/52f7fdeb3e7d43d89ee07238a69a853d "
"/navigation/f820f87e629043c9aa9715cc528b1e77 "
"/navigation/7b0bc1263b3a4e08884045012fdecb6f "
"/navigation/9a1ae5d43c3e43f1bed1cbbd4ece14bd "
"/navigation/04dd866c94984db1bdd735b061e8d5ce "
"/navigation/65a591e3f53f4d03b77669f8a97df90e "
"/navigation/75cf65f3da7944d48d0713d3b64a85b6 "
"/navigation/c4a1ab55c6764bf9934bc8a91ed62ab1 "
"/navigation/b0fa967a7bc245b286aea29dedbe8cf4 "
"/navigation/0a238c79db1c4e26a8d7d01bf47a27be "
"/navigation/74f6df11bace4f62a74da7fcf5ebcd90 "
"/navigation/0ba65bc281894b048d58915e40c2f58c "
"/navigation/22bd9585899942d58c1dbec2ad67fc3d "
"/navigation/7608d844c9e244b281dbaab83db40f9c "
"/navigation/02420af1d8754f31b093bb8c02c38835 "
"/navigation/87af5152799049f39b1c6c901e3a9e17 "
"/navigation/9bc05449d2f6475e8f7ae0676b93aad7 "
"/navigation/3c1b087e0e7240f7b2810f77412d0258 "
"/navigation/389f8275593e4076bbe40b6c1006b189 "
"/navigation/7918ef1fc4274fe18bbcdb2a87577217 "
"/navigation/0861e3d11e494acca5a6c537e6fd1a5a "
"/navigation/c1826b119532414880ea003b14e29416 "
"/navigation/8996597ccad5476eaf317e3db261a684 "
"/navigation/94cac3f530fd463993eb84c3459d3013 "
"/navigation/92f1263e033a46b5bb393852d5ca3161 "
"/navigation/b38728ea5aa045df923831c6974d5388 "
"/navigation/307b9ee52d514a218500320b0486d1fb "
"/navigation/b274367f740740f495cbef845e7bbbe6 "
"/navigation/a149c6b3568f49cfab50ef31890e84e9 "
"/navigation/d2b1957882664ad7b3e1577490f897c3 "
"/navigation/497effb557754382b4e64f05247bf03c "
"/navigation/e5e66e323a4f4c12a3c78110db4d3e17 "
"/navigation/64a83719f133446396cbbac196f4bc8e "
"/navigation/567cb56a88944d3b95d17a43a7a3b909 "
"/navigation/9e5aab10af774b3f817b0290511f3801 "
"/navigation/930160eed950404789d470e9eefff4c8 "
"/navigation/5a887e38f7574f8da5c4bc69dadf7420 "
"/navigation/b6db15d4501542b087a82a50ca1c041e "
"/navigation/8e978aee9e694d10b17138cdc1994ae6 "
"/navigation/e4109f09538d4fe2809f8126fc645ce2 "
"/navigation/834b225f9afb479db6dcf31deedb889b "
"/navigation/3d27712dd3294999b50520ee514f5b29 "
"/navigation/a8bf7d1bd29a450798d5db0779e1506e "
"/navigation/f9958a33d2ba4586ac2c69a63385e9cf "
"/navigation/71064aae67ad4846b280f11a3f9b1900 "
"/navigation/50dd166f2d304ab58e41101ff11c38c2 "
"/navigation/3ef8027bc02b4653b4c47d2d5f729915 "
"/navigation/db4c4787c52a4efb910fb58822601053 "
"/navigation/df414550641749d5b8cba8c08517b2ca "
"/navigation/4dd33d17cbe54c0da6065c68633ffb99 "
"/navigation/32b3cd1aebd2496a8afbbfbbe6671b60 "
"/navigation/63392f06de554ae9ae19c557c05ed818 "
"/navigation/bdb95b574d2f4c57acc01cbe270c1be5 "
"/navigation/3c8bb5076cb04730854f3dd692f211a0 "
"/navigation/0a4fa1ae9977451c8957b880896add52 "
"/navigation/26d8f28bb85b4435b177f733af3e5d2b "
"/navigation/87fd4a672d4e4bc4a1e3836141d0e641 "
"/navigation/d3c8ad0430ed47e59eaf990851c9be64 "
"/navigation/edb6fb2e859843bd8f5ed5df5b13a485 "
"/navigation/27211a9296b0418a810630ef423f2e48 "
"/navigation/df0eb277b1ed494ca5286c0d51c1d39a "
"/navigation/7bb7a53dd1bb43e483975baa506bd456 "
"/navigation/15bb83eaa28f4c2ab829435a14240384 "
"/navigation/1e53d7fdba8c468e86e8cbd0f325c112 "
"/navigation/32cdcce4f8d5455a88fd5de39ac15add "
"/navigation/7d5f55d0a8c24cbabd400ab62e7b2a5c "
"/navigation/8ef028f2b9214fc1a55575c031526db9 "
"/navigation/5f523fa2ca034881830d6c8f9f6171cc "
"/navigation/93232bc7e51d4b03ba211f31bcfd907d "
"/navigation/93d3e44cff9348ab97482a024b411fcc "
"/navigation/07a98285308741749b7579817d8606c5 "
"/navigation/11487403e8004147a763a60f7b40b6e0 "
"/navigation/1cdb6856eda34292a4347c6be63f36a6 "
"/navigation/417d5e66fbad4498bd6371e5ac109a67 "
"/navigation/69e44a389d464b0d965225f8dc8b7c4d "
"/navigation/6eeb6967f11e4d7a9a0dd774b372ca9b "
"/navigation/8a741fa1c9c64a1cbbca8d954a042e5c "
"/navigation/7bba05c1eebb471596aa8c9e450f83f1 "
"/navigation/a2890739e08745b8909068417e3c1db5 "
"/navigation/a2aa46d64db14cdab23d30917a4f9f3c "
"/navigation/a6b754ab9ebf4d569fb2f790e0ddf91e "
"/navigation/a6d44821272648b5b007c18705fd65f6 "
"/navigation/a7ce04bbaf6c4661b385057474c51362 "
"/navigation/b3ce7d4e02f9409db5fe16a71194440b "
"/navigation/b438875cd4624b71b306166a71d42aa4 "
"/navigation/ce573a533d2c4e58bfae7b632a2f6dcf "
"/navigation/d3f00b0fabf442bcba6d9fe384d5e252 "
"/navigation/e4fa4d5bb9394e2fa44986610b14dac8 "
"/navigation/eb0059cc149d40a9bdc2045e5907370e "
"/navigation/efbc59d7655c4fbe81052f8629bd9052 "
"/detail/cb84b59a42414680a504566545acc0d3 "
"/detail/311c7cd7b4b941319e104e0cc202501f "
"/detail/7d55b5e0eea74bb391773848423a64d5 "
"/detail/ad752062a8664182a5c49ffb2b276b69 "
"/detail/bb5ba217a742418da9539bc1825ac735 "
"/detail/1472c38442174cdc95cf8d4eccbbecae "
"/detail/4706da3617764f999aa23b75e788c51f "
"/detail/378cb54bd9b54f93837ac63152c8a5b2 "
"/detail/a4703d6d0cba4363b62cf052cdc8dc37 "
"/detail/e78ee00b0e594d0e98bbba45db3094de "
"/detail/2a5d2fb9cc6e4372bc6a297b3b3e75c3 "
"/detail/1cd14d68d66a4b6d90c80d90d9efcd49 "
"/detail/0c03340b9adf4c6094111596bba3fab5 "
"/detail/1c9d8f93da90408ca979a53be0970df6 "
"/detail/07a7782bcaad4a9f81b7d8414ad2b926 "
"/detail/69581284a0ea40aaae4436e1060ddf2d "
"/detail/f65b3da14ced4524adce3899815db404 "
"/detail/3cb923e60ba3434995c2efca962426c6 "
"/detail/f5679fb710cc4b1ba9f99dde461a012e "
"/detail/74bf7b0d81f245ec95707d8f6b514684 "
"/detail/02631a56b8a44656ba573f29178d7957 "
"/detail/7a6234e1fb5540e7bf74715029762b1b "
"/detail/66ee6c1c22fb47b78ad6f2f9f54221ae "
"/detail/402984e365a04c35892002262295886c "
"/navigation/1e8f1fba03304039b0189bc34e873123 "
"/navigation/b9140bab771446cfa77a66f872bbc9a2 "
"/navigation/61748a08054943db88a95ba0c36f2c01 "
"/navigation/bfcb64f8f892471bb0e6f9bb9beff373 "
"/navigation/0dced3f9097b4bd69617d93acfdafc51 "
"/navigation/758b53cbbc174865adf2cbf52d833160 "
"/navigation/d1358940b3cc487ab68f1762ae08a8f8 "
"/navigation/384b6bb68c5b4c7da2bb2a8fa8a98609 "
"/navigation/53507397c03f48a88cfae906fe229140 "
"/navigation/adf2cf645c5741f09d2435e350e3a949 "
"/navigation/4acbcf15dd01492da4b84c17eb2a98d2 "
"/navigation/b4cc0cf259e645379bf20aa3b5be40ea "
"/navigation/9a682cd47a1e490a849e805d72d4e803 "
"/navigation/d6739b13d13240de825c9ec936b7fc92 "
"/navigation/16bc5602f87c4fc8ae5f6db1cc9099d7 "
"/navigation/9c5fd3e6bbf844c8a07453b71aabf85d "
"/navigation/9b37d476e2564b0b940798e8cc0b30e9 "
"/navigation/a7b83c11a30f43ad91b6e64c26411c50 "
"/navigation/d9f2226410a14bab8b2ee9e21dd46d93 "
b"""
v9=\n
_uLZ€û>dz³Û\x05
"""
b"ÓH¬ô1\x08 Aä‡-Ð’Ø6â) "
]
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/cb53485bc0264c979c07a1df1a5c38d3' , '/navigation/5cf57f32947d430fa931e53694822cba' , '/navigation/13a2b49821dd47d9a7a5389b2d690857' , '/navigation/38d6806a5b4547988a2a7df65fd04ea3' , '/navigation/29cf37b94c3d4144ab148c6e75a28b88' , '/navigation/7e353cca391f4ffbb4b52e542ab8cf81' , '/navigation/fe1dc8f9ed3c463bb5b62ff6b74e1312' , '/navigation/92e148153abd47b5b65b9e1f472bba0a' , '/navigation/2b7a7d2c848e4e8eb1d8a2c4d63b82cd' , '/navigation/52f7fdeb3e7d43d89ee07238a69a853d' , '/navigation/f820f87e629043c9aa9715cc528b1e77' , '/navigation/7b0bc1263b3a4e08884045012fdecb6f' , '/navigation/9a1ae5d43c3e43f1bed1cbbd4ece14bd' , '/navigation/04dd866c94984db1bdd735b061e8d5ce' , '/navigation/65a591e3f53f4d03b77669f8a97df90e' , '/navigation/75cf65f3da7944d48d0713d3b64a85b6' , '/navigation/c4a1ab55c6764bf9934bc8a91ed62ab1' , '/navigation/b0fa967a7bc245b286aea29dedbe8cf4' , '/navigation/0a238c79db1c4e26a8d7d01bf47a27be' , '/navigation/74f6df11bace4f62a74da7fcf5ebcd90' , '/navigation/0ba65bc281894b048d58915e40c2f58c' , '/navigation/22bd9585899942d58c1dbec2ad67fc3d' , '/navigation/7608d844c9e244b281dbaab83db40f9c' , '/navigation/02420af1d8754f31b093bb8c02c38835' , '/navigation/87af5152799049f39b1c6c901e3a9e17' , '/navigation/9bc05449d2f6475e8f7ae0676b93aad7' , '/navigation/3c1b087e0e7240f7b2810f77412d0258' , '/navigation/389f8275593e4076bbe40b6c1006b189' , '/navigation/7918ef1fc4274fe18bbcdb2a87577217' , '/navigation/0861e3d11e494acca5a6c537e6fd1a5a' , '/navigation/c1826b119532414880ea003b14e29416' , '/navigation/8996597ccad5476eaf317e3db261a684' , '/navigation/94cac3f530fd463993eb84c3459d3013' , '/navigation/92f1263e033a46b5bb393852d5ca3161' , '/navigation/b38728ea5aa045df923831c6974d5388' , '/navigation/307b9ee52d514a218500320b0486d1fb' , '/navigation/b274367f740740f495cbef845e7bbbe6' , '/navigation/a149c6b3568f49cfab50ef31890e84e9' , '/navigation/d2b1957882664ad7b3e1577490f897c3' , '/navigation/497effb557754382b4e64f05247bf03c' , '/navigation/e5e66e323a4f4c12a3c78110db4d3e17' , '/navigation/64a83719f133446396cbbac196f4bc8e' , '/navigation/567cb56a88944d3b95d17a43a7a3b909' , '/navigation/9e5aab10af774b3f817b0290511f3801' , '/navigation/930160eed950404789d470e9eefff4c8' , '/navigation/5a887e38f7574f8da5c4bc69dadf7420' , '/navigation/b6db15d4501542b087a82a50ca1c041e' , '/navigation/8e978aee9e694d10b17138cdc1994ae6' , '/navigation/e4109f09538d4fe2809f8126fc645ce2' , '/navigation/834b225f9afb479db6dcf31deedb889b' , '/navigation/3d27712dd3294999b50520ee514f5b29' , '/navigation/a8bf7d1bd29a450798d5db0779e1506e' , '/navigation/f9958a33d2ba4586ac2c69a63385e9cf' , '/navigation/71064aae67ad4846b280f11a3f9b1900' , '/navigation/50dd166f2d304ab58e41101ff11c38c2' , '/navigation/3ef8027bc02b4653b4c47d2d5f729915' , '/navigation/db4c4787c52a4efb910fb58822601053' , '/navigation/df414550641749d5b8cba8c08517b2ca' , '/navigation/4dd33d17cbe54c0da6065c68633ffb99' , '/navigation/32b3cd1aebd2496a8afbbfbbe6671b60' , '/navigation/63392f06de554ae9ae19c557c05ed818' , '/navigation/bdb95b574d2f4c57acc01cbe270c1be5' , '/navigation/3c8bb5076cb04730854f3dd692f211a0' , '/navigation/0a4fa1ae9977451c8957b880896add52' , '/navigation/26d8f28bb85b4435b177f733af3e5d2b' , '/navigation/87fd4a672d4e4bc4a1e3836141d0e641' , '/navigation/d3c8ad0430ed47e59eaf990851c9be64' , '/navigation/edb6fb2e859843bd8f5ed5df5b13a485' , '/navigation/27211a9296b0418a810630ef423f2e48' , '/navigation/df0eb277b1ed494ca5286c0d51c1d39a' , '/navigation/7bb7a53dd1bb43e483975baa506bd456' , '/navigation/15bb83eaa28f4c2ab829435a14240384' , '/navigation/1e53d7fdba8c468e86e8cbd0f325c112' , '/navigation/32cdcce4f8d5455a88fd5de39ac15add' , '/navigation/7d5f55d0a8c24cbabd400ab62e7b2a5c' , '/navigation/8ef028f2b9214fc1a55575c031526db9' , '/navigation/5f523fa2ca034881830d6c8f9f6171cc' , '/navigation/93232bc7e51d4b03ba211f31bcfd907d' , '/navigation/93d3e44cff9348ab97482a024b411fcc' , '/navigation/07a98285308741749b7579817d8606c5' , '/navigation/11487403e8004147a763a60f7b40b6e0' , '/navigation/1cdb6856eda34292a4347c6be63f36a6' , '/navigation/417d5e66fbad4498bd6371e5ac109a67' , '/navigation/69e44a389d464b0d965225f8dc8b7c4d' , '/navigation/6eeb6967f11e4d7a9a0dd774b372ca9b' , '/navigation/8a741fa1c9c64a1cbbca8d954a042e5c' , '/navigation/7bba05c1eebb471596aa8c9e450f83f1' , '/navigation/a2890739e08745b8909068417e3c1db5' , '/navigation/a2aa46d64db14cdab23d30917a4f9f3c' , '/navigation/a6b754ab9ebf4d569fb2f790e0ddf91e' , '/navigation/a6d44821272648b5b007c18705fd65f6' , '/navigation/a7ce04bbaf6c4661b385057474c51362' , '/navigation/b3ce7d4e02f9409db5fe16a71194440b' , '/navigation/b438875cd4624b71b306166a71d42aa4' , '/navigation/ce573a533d2c4e58bfae7b632a2f6dcf' , '/navigation/d3f00b0fabf442bcba6d9fe384d5e252' , '/navigation/e4fa4d5bb9394e2fa44986610b14dac8' , '/navigation/eb0059cc149d40a9bdc2045e5907370e' , '/navigation/efbc59d7655c4fbe81052f8629bd9052' , '/detail/cb84b59a42414680a504566545acc0d3' , '/detail/311c7cd7b4b941319e104e0cc202501f' , '/detail/7d55b5e0eea74bb391773848423a64d5' , '/detail/ad752062a8664182a5c49ffb2b276b69' , '/detail/bb5ba217a742418da9539bc1825ac735' , '/detail/1472c38442174cdc95cf8d4eccbbecae' , '/detail/4706da3617764f999aa23b75e788c51f' , '/detail/378cb54bd9b54f93837ac63152c8a5b2' , '/detail/a4703d6d0cba4363b62cf052cdc8dc37' , '/detail/e78ee00b0e594d0e98bbba45db3094de' , '/detail/2a5d2fb9cc6e4372bc6a297b3b3e75c3' , '/detail/1cd14d68d66a4b6d90c80d90d9efcd49' , '/detail/0c03340b9adf4c6094111596bba3fab5' , '/detail/1c9d8f93da90408ca979a53be0970df6' , '/detail/07a7782bcaad4a9f81b7d8414ad2b926' , '/detail/69581284a0ea40aaae4436e1060ddf2d' , '/detail/f65b3da14ced4524adce3899815db404' , '/detail/3cb923e60ba3434995c2efca962426c6' , '/detail/f5679fb710cc4b1ba9f99dde461a012e' , '/detail/74bf7b0d81f245ec95707d8f6b514684' , '/detail/02631a56b8a44656ba573f29178d7957' , '/detail/7a6234e1fb5540e7bf74715029762b1b' , '/detail/66ee6c1c22fb47b78ad6f2f9f54221ae' , '/detail/402984e365a04c35892002262295886c' , '/navigation/1e8f1fba03304039b0189bc34e873123' , '/navigation/b9140bab771446cfa77a66f872bbc9a2' , '/navigation/61748a08054943db88a95ba0c36f2c01' , '/navigation/bfcb64f8f892471bb0e6f9bb9beff373' , '/navigation/0dced3f9097b4bd69617d93acfdafc51' , '/navigation/758b53cbbc174865adf2cbf52d833160' , '/navigation/d1358940b3cc487ab68f1762ae08a8f8' , '/navigation/384b6bb68c5b4c7da2bb2a8fa8a98609' , '/navigation/53507397c03f48a88cfae906fe229140' , '/navigation/adf2cf645c5741f09d2435e350e3a949' , '/navigation/4acbcf15dd01492da4b84c17eb2a98d2' , '/navigation/b4cc0cf259e645379bf20aa3b5be40ea' , '/navigation/9a682cd47a1e490a849e805d72d4e803' , '/navigation/d6739b13d13240de825c9ec936b7fc92' , '/navigation/16bc5602f87c4fc8ae5f6db1cc9099d7' , '/navigation/9c5fd3e6bbf844c8a07453b71aabf85d' , '/navigation/9b37d476e2564b0b940798e8cc0b30e9' , '/navigation/a7b83c11a30f43ad91b6e64c26411c50' , '/navigation/d9f2226410a14bab8b2ee9e21dd46d93' )) AND (seo_url . language_id = 0x76393D0A5F754C5A80FB3EC7B3B3DB05 ) AND (seo_url . sales_channel_id = 0xD348ACF4310841E4872DD092D836E229 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
109
0.03 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"ƒ©á>`¾I^Œ_ÃT\x13 j'| "
b"\x06 p_{ZBNi¿MS\x10\t ~\x10 3 "
b"æª▄ź{K9ÉYÀu\x1D #°╦ "
b"—´î!/\x1D O°œƒû¤ª›.î "
b"ƒ\x13 gJiµEtíUW¶┬ì\x15 o "
b"Ê›¼\\t\x04 OG¶0‚;)mºÝ "
b"¬CÊs̺AM\x16 ø\x17 é\x14\x16 H "
b"Ç\x14 Çñ\x15 ;JH¨™\v G冞O "
]
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 (0x83A9E13E60BE495E8C5FC354136A277C , 0x06705F7B5A424E69BF4D5310097E1033 , 0x91A6DC8FA77B4B399059B7751D23F8CB , 0x97B4EE212F1D4FB09C83FBA4AA9B2EEE , 0x9F13674A69E64574A15557F4C28D156F , 0xCA9BBC5C09044F47B630823B296DBADD , 0xAC43CA73CCBA414DAD16F817E9141648 , 0xC714C7F1153B4A48A8990B47E5869E4F );
Copy